├── BUGS ├── COPYING ├── COPYING.LIB ├── FAQ ├── FEATURES ├── FEATURES.REDO ├── HOWTO ├── LICENSES ├── LITERATURE ├── Makefile ├── Makefile.kernel ├── Makefile.linux ├── PEOPLE ├── PEOPLE.OLD ├── README ├── Rules.make ├── Rules.make.freevms ├── TASKLIST ├── TESTING ├── TODO ├── USE ├── backup └── src │ ├── Makefile │ ├── NEWS │ ├── README │ ├── backdef.h │ ├── build.com │ ├── dclmain.c │ ├── dclmain2.c │ ├── getoptmain.c │ ├── match.c │ ├── sysdep.h │ ├── vmsbackup.1 │ ├── vmsbackup.c │ ├── vmsbackup.cld │ └── vmsbackup.h ├── bliss └── src │ ├── Makefile │ ├── download-bliss │ └── make-bliss ├── boots └── src │ ├── Makefile │ └── configure.c ├── cdu └── src │ ├── Makefile │ ├── ansidecl.h │ ├── cdumain.c │ ├── cld-lang.c │ ├── cld.def │ ├── cld.h │ ├── cli.c │ ├── cli.h │ ├── cli2.c │ ├── cli3.c │ ├── clilex.l │ ├── cliparse.h │ ├── elf.c │ ├── hashtab.h │ ├── hashtable.c │ ├── hashtable.h │ ├── input.h │ ├── lex.l │ ├── main.c │ ├── parse.y │ ├── stringpool.c │ ├── tree-check.h │ ├── tree.c │ ├── tree.def │ └── tree.h ├── cld └── src │ ├── Makefile │ └── all.cld ├── cliutl └── src │ ├── Makefile │ ├── create.c │ ├── misc.c │ ├── setmain.c │ ├── setproces.c │ ├── setsec.c │ ├── setwork.c │ ├── showdevice.c │ ├── showlog.c │ ├── showmain.c │ ├── showmemory.c │ ├── showsystem.c │ ├── showwork.c │ └── type.c ├── cmuip ├── central │ ├── descrip.mms │ ├── include │ │ ├── cmudtype.h │ │ ├── cmunetdef.h │ │ ├── cmuneterror.h │ │ ├── lprdef.h │ │ ├── namsym.h │ │ ├── netcommon.h │ │ ├── netconfig.h │ │ ├── netdevices.h │ │ ├── neterror.h │ │ ├── netinet │ │ │ ├── icmp_var.h │ │ │ ├── if_ether.h │ │ │ ├── in.h │ │ │ ├── in_pcb.h │ │ │ ├── in_systm.h │ │ │ ├── in_var.h │ │ │ ├── ip.h │ │ │ ├── ip_icmp.h │ │ │ ├── ip_var.h │ │ │ ├── tcp.h │ │ │ ├── tcp_debug.h │ │ │ ├── tcp_fsm.h │ │ │ ├── tcp_seq.h │ │ │ ├── tcp_timer.h │ │ │ ├── tcp_var.h │ │ │ ├── tcpip.h │ │ │ ├── udp.h │ │ │ └── udp_var.h │ │ ├── nettcpip.h │ │ ├── network.h │ │ ├── psicodes.h │ │ └── vmsdtype.h │ ├── namsym.req │ ├── netaux.bli │ ├── netaux.req │ ├── netcntrl.req │ ├── netcommon.req │ ├── netconfig.req │ ├── netdevices.bli │ ├── netdevices.req │ ├── neterror.msg │ ├── neterror.req │ ├── netfnames.c │ ├── netmaclib.mar │ ├── nettcpip.req │ ├── netvms.req │ ├── network.req │ └── netxport.req ├── ipacp │ └── src │ │ ├── Makefile │ │ ├── asn1.c │ │ ├── asn1.h │ │ ├── asn1.req │ │ ├── auth.h │ │ ├── cacc.c │ │ ├── cmuip.h │ │ ├── config.bli │ │ ├── config.c │ │ ├── descrip.mms │ │ ├── editlevel.h │ │ ├── fake_vm.b32 │ │ ├── fatdef.h │ │ ├── icmp.bli │ │ ├── icmp.c │ │ ├── icmp_user.bli │ │ ├── icmp_user.c │ │ ├── ioutil.bli │ │ ├── ioutil.c │ │ ├── ip.bli │ │ ├── ip.c │ │ ├── ip_user.bli │ │ ├── ip_user.c │ │ ├── ipacp.opt │ │ ├── ipacp_link.com │ │ ├── maclib.c │ │ ├── maclib.mar │ │ ├── macroswi.req │ │ ├── main.bli │ │ ├── main.c │ │ ├── mem.bli │ │ ├── mem.c │ │ ├── memgr.bli │ │ ├── memgr.c │ │ ├── mib.h │ │ ├── mount.c │ │ ├── netvms.h │ │ ├── nfs.c │ │ ├── nfs.h │ │ ├── nmlook.bli │ │ ├── nmlook.c │ │ ├── pokeaddr.mar │ │ ├── route.bli │ │ ├── route.c │ │ ├── rpc.c │ │ ├── rpc.h │ │ ├── rpc_msg.h │ │ ├── rpc_types.h │ │ ├── snmp.c │ │ ├── snmp.h │ │ ├── snmp.req │ │ ├── snmp_agent.c │ │ ├── snmp_auth.c │ │ ├── snmp_hook.bli │ │ ├── snmp_hook.c │ │ ├── snmp_impl.h │ │ ├── snmp_vars.h │ │ ├── stat.bli │ │ ├── stat.c │ │ ├── structure.h │ │ ├── structure.req │ │ ├── tcp.bli │ │ ├── tcp.c │ │ ├── tcp.h │ │ ├── tcp.req │ │ ├── tcp_mech.bli │ │ ├── tcp_mech.c │ │ ├── tcp_segin.bli │ │ ├── tcp_segin.c │ │ ├── tcp_telnet.bli │ │ ├── tcp_telnet.c │ │ ├── tcp_telnet_misc.bli │ │ ├── tcp_telnet_misc.c │ │ ├── tcp_user.bli │ │ ├── tcp_user.c │ │ ├── tcpmacros.h │ │ ├── tcpmacros.req │ │ ├── tcpmod.req │ │ ├── telnet.h │ │ ├── telnet.req │ │ ├── udp.bli │ │ ├── udp.c │ │ ├── user.bli │ │ ├── user.c │ │ ├── vmslib.c │ │ ├── xdr.c │ │ ├── xdr.h │ │ ├── xearp.h │ │ ├── xearp.req │ │ ├── xedrv.bli │ │ ├── xedrv.c │ │ ├── xedrv.h │ │ ├── xedrv.req │ │ ├── xedrv_arp.bli │ │ ├── xedrv_arp.c │ │ └── xedrv_trans.mar ├── ipdriver │ └── src │ │ ├── Makefile │ │ ├── ipdriver.c │ │ └── ipdriver.mar ├── libcmu │ └── src │ │ ├── Makefile │ │ ├── file.h │ │ ├── if.h │ │ ├── if_arp.h │ │ ├── inet.c │ │ ├── ioctl.h │ │ ├── libcmu.c │ │ ├── libcmu.h │ │ ├── netdevices.h │ │ ├── ntoh_hton.c │ │ ├── socket.h │ │ ├── time.h │ │ └── types.h └── telnet │ └── src │ ├── Makefile │ ├── cli.r32 │ ├── condition.b32 │ ├── descrip.mms │ ├── key.b32 │ ├── log_util.b32 │ ├── main.c │ ├── option.r32 │ ├── options.b32 │ ├── port.b32 │ ├── print.b32 │ ├── print.r32 │ ├── routines.b32 │ ├── telnet.b32 │ ├── telnet.cld │ ├── telnet.hlp │ ├── telnet.opt │ ├── telnet.r32 │ ├── telnet_common.b32 │ ├── telnet_exe.com │ ├── telnet_link.com │ ├── telnet_parse.cld │ ├── telnet_term.b32 │ ├── telnetcmd.hlp │ ├── telnetmsg.msg │ ├── ttyloc.b32 │ └── ttyloc.r32 ├── copy └── src │ ├── Makefile │ └── copy.c ├── crtl └── src │ └── Makefile ├── dcl └── src │ ├── Makefile │ ├── cli.c │ ├── clicall.c │ ├── cliexpr.c │ ├── elf_i386.x │ ├── elf_x86_64.x │ ├── install.com │ ├── install.sh │ ├── startup.com │ ├── test1.com │ ├── test2.com │ ├── test3.com │ ├── test4.com │ ├── test5.com │ ├── test6.com │ ├── test7.com │ └── test8.com ├── debian ├── binutils_2.17-3+etch1_amd64.deb ├── cpp-3.3_3.3.6-15_amd64.deb ├── gcc-3.3-base_3.3.6-15_amd64.deb ├── gcc-3.3_3.3.6-15_amd64.deb ├── libc6-dev_2.3.6.ds1-13etch10+b1_i386.deb ├── libc6-dev_2.3.6.ds1-13etch10_amd64.deb ├── libelfg0-dev_0.8.6-3_amd64.deb └── libelfg0-dev_0.8.6-3_i386.deb ├── delete └── src │ ├── Makefile │ └── delete.c ├── dfu └── src │ ├── Makefile │ ├── aaareadme.1st │ ├── alphartl.opt │ ├── cc_decc.com │ ├── cc_vaxc.com │ ├── dfu.c │ ├── dfu.h │ ├── dfu_bitmap.c │ ├── dfu_filedir.c │ ├── dfu_ifscan.c │ ├── dfu_tables.cld │ ├── dfuhlp.hlp │ ├── dfumsg.msg │ ├── fibdef.h │ ├── file_hdr.h │ ├── home2def.h │ ├── smgdef2.h │ └── vaxrtl.opt ├── dif └── src │ ├── Makefile │ └── diff.c ├── dir └── src │ ├── Makefile │ └── directory.c ├── diskimage ├── Makefile ├── createimage ├── createvb ├── createvbimage ├── fsckimage ├── grub.cfg ├── grub.conf ├── install-iomm └── instmnt ├── doc ├── Usenix_VMS-on-Mach.PS ├── doxygen-dollar-filter ├── doxygen-kerneldoc-filter ├── doxygen.conf ├── internals ├── misc ├── rmsint2.doc ├── sca └── sca2 ├── driver └── src │ ├── Makefile │ ├── dq │ ├── dqdriver.c │ ├── enable-ide.c │ ├── freeware_readme.txt │ ├── ide-info.c │ └── mytypedefs.h │ ├── driver_table_init.c │ ├── driver_tables.c │ ├── drivmisc.c │ ├── dudriver.c │ ├── file.c │ ├── id │ ├── ide-disk.c │ ├── ide-dma.c │ ├── ide-pci.c │ └── ide.c │ ├── null.c │ ├── pedriver.c │ ├── pvdriver.c │ ├── pvdriver.c.old │ ├── random.c │ ├── scs.c │ └── ubdriver.c ├── edt └── src │ ├── Makefile │ ├── ch_screen_dumb.c │ ├── ch_screen_vt100.c │ ├── chrutils.c │ ├── cmd_change.c │ ├── cmd_copy.c │ ├── cmd_delete.c │ ├── cmd_exit.c │ ├── cmd_find.c │ ├── cmd_help.c │ ├── cmd_include.c │ ├── cmd_insert.c │ ├── cmd_move.c │ ├── cmd_open.c │ ├── cmd_quit.c │ ├── cmd_resequence.c │ ├── cmd_set.c │ ├── cmd_show.c │ ├── cmd_substitute.c │ ├── cmd_type.c │ ├── cmd_write.c │ ├── cmdtbl.h │ ├── crash.c │ ├── edt.c │ ├── edt.h │ ├── edt.hlp │ ├── edt.opt │ ├── edx.com │ ├── elfc.bash │ ├── journaling.c │ ├── keypad.c │ ├── line.c │ ├── ln_command.c │ ├── os.c │ ├── output.c │ ├── ozmake │ ├── range.c │ ├── read_file.c │ ├── relposition.c │ ├── representation.c │ ├── selecterror.c │ ├── string.c │ └── write_file.c ├── envscript ├── examples ├── INET$CONFIG ├── Makefile ├── astdel.c ├── cef.c ├── cefq.c ├── cefwait.c ├── cm.c ├── crec.c ├── creprc.c ├── ef.c ├── eftim.c ├── enq.c ├── enq2.c ├── forcex.c ├── getdvi.c ├── getjpi.c ├── gettim.c ├── hi.c ├── inout.c ├── lnm.c ├── lnm2.c ├── mbx.c ├── mem.c ├── memf.c ├── modes.c ├── net ├── net2 ├── qio1.c ├── qio2.c ├── schdwk.c ├── script.com ├── script2.com ├── synch.c ├── timer.c └── wake.c ├── ext2 └── src │ ├── Makefile │ ├── balloc.c │ ├── bitmap.c │ ├── dir.c │ ├── ext2access.c │ ├── ext2direct.c │ ├── ext2update.c │ ├── ext2vms.c │ ├── file.c │ ├── fsync.c │ ├── ialloc.c │ ├── inode.c │ ├── ioctl.c │ ├── namei.c │ ├── super.c │ ├── symlink.c │ └── x2p.h ├── f11x └── src │ ├── Makefile │ ├── access.c │ ├── access.h │ ├── acl.c │ ├── direct.c │ ├── direct.h │ ├── dispatch.c │ ├── lockers.c │ ├── update.c │ └── xqp.h ├── grub └── src │ ├── Makefile │ ├── download-grub │ └── make-grub ├── init └── src │ ├── Makefile │ ├── initialize.c │ ├── initialize.h │ ├── utils.c │ └── utils2.c ├── instal └── src │ ├── Makefile │ ├── inst_parse.cld │ ├── instadd.c │ ├── instmain.c │ └── instmisc.c ├── jobctl └── src │ ├── Makefile │ ├── jobcontrol.c │ └── unsolicit.c ├── lan └── src │ ├── 3c59x.c │ ├── 8390.c │ ├── 8390.h │ ├── Makefile │ ├── common.c │ ├── e1000 │ ├── LICENSE │ ├── Makefile │ ├── e1000.h │ ├── e1000_ethtool.c │ ├── e1000_hw.c │ ├── e1000_hw.h │ ├── e1000_main.c │ ├── e1000_osdep.h │ ├── e1000_param.c │ ├── e1000_vms.c │ ├── kcompat.c │ └── kcompat.h │ ├── mii.c │ ├── ne.c │ └── ne2k-pci.c ├── lib └── src │ ├── acbdef.h │ ├── acp_routines.h │ ├── adpdef.h │ ├── aqbdef.h │ ├── arbdef.h │ ├── areadef.h │ ├── bktdef.h │ ├── boddef.h │ ├── btddef.h │ ├── bufiodef.h │ ├── busarraydef.h │ ├── cbbdef.h │ ├── ccbdef.h │ ├── ccdef.h │ ├── cddbdef.h │ ├── cdldef.h │ ├── cdrpdef.h │ ├── cdtdef.h │ ├── cebdef.h │ ├── chdef.h │ ├── chpctldef.h │ ├── chpretdef.h │ ├── clmdrsdef.h │ ├── clsmsgdef.h │ ├── clubdef.h │ ├── cludcbdef.h │ ├── cnctdef.h │ ├── com_routines.h │ ├── config_table.h │ ├── cpbdef.h │ ├── cpudef.h │ ├── crabdef.h │ ├── cramdef.h │ ├── crbdef.h │ ├── crctxdef.h │ ├── csbdef.h │ ├── csdtdef.h │ ├── cspdef.h │ ├── ctddef.h │ ├── ctsidef.h │ ├── cwpsdef.h │ ├── cxbdef.h │ ├── ddbdef.h │ ├── ddtdef.h │ ├── diobmdef.h │ ├── dirdef.h │ ├── dptdef.h │ ├── dsrvdef.h │ ├── dtndef.h │ ├── dyndef.h │ ├── eihadef.h │ ├── eihddef.h │ ├── eihidef.h │ ├── eihpdef.h │ ├── eihsdef.h │ ├── eihvndef.h │ ├── eisddef.h │ ├── embdvdef.h │ ├── embhddef.h │ ├── erl_routines.h │ ├── evtdef.h │ ├── exe_routines.h │ ├── fatdef.h │ ├── fcbdef.h │ ├── fdtdef.h │ ├── fh2def.h │ ├── fi2def.h │ ├── fi5def.h │ ├── fkbdef.h │ ├── fm2def.h │ ├── ftrddef.h │ ├── ftucbdef.h │ ├── ftvecdef.h │ ├── gsddef.h │ ├── hm2def.h │ ├── hqbdef.h │ ├── hrbdef.h │ ├── hwprtdef.h │ ├── iafdef.h │ ├── idbdef.h │ ├── ifbdef.h │ ├── ihadef.h │ ├── ihddef.h │ ├── ihidef.h │ ├── ihpdef.h │ ├── ihsdef.h │ ├── ihvndef.h │ ├── imcbdef.h │ ├── ioc_routines.h │ ├── iocdef.h │ ├── iogendef.h │ ├── ipldef.h │ ├── irbdef.h │ ├── ircdef.h │ ├── irpdef.h │ ├── isddef.h │ ├── jibdef.h │ ├── keydef.h │ ├── kfedef.h │ ├── kfpbdef.h │ ├── kpbdef.h │ ├── lckctxdef.h │ ├── ldr_routines.h │ ├── lib.req │ ├── lkbdef.h │ ├── lnmstrdef.h │ ├── lsbdef.h │ ├── mbxdef.h │ ├── misc_routines.h │ ├── mmg_functions.h │ ├── mmg_routines.h │ ├── mmgdef.h │ ├── mpwdef.h │ ├── mscpdef.h │ ├── mtldef.h │ ├── mtxdef.h │ ├── mutexdef.h │ ├── mytypes.h │ ├── ndtdef.h │ ├── nisca.h │ ├── nmadef.h │ ├── nphdef.h │ ├── npool_data.h │ ├── orbdef.h │ ├── pbdef.h │ ├── pcbdef.h │ ├── pcidef.h │ ├── pdtdef.h │ ├── pfldef.h │ ├── pflmapdef.h │ ├── pfn_macros.h │ ├── pfndef.h │ ├── phddef.h │ ├── plgdef.h │ ├── portdef.h │ ├── portqbdef.h │ ├── pqbdef.h │ ├── prcpoldef.h │ ├── pridef.h │ ├── pscanctxdef.h │ ├── pte_functions.h │ ├── ptedef.h │ ├── qscsbdef.h │ ├── qscsedef.h │ ├── qssysdef.h │ ├── rddef.h │ ├── rdedef.h │ ├── rdtdef.h │ ├── rsbdef.h │ ├── rsndef.h │ ├── rvtdef.h │ ├── sbdef.h │ ├── sbnbdef.h │ ├── scbdef.h │ ├── scdrpdef.h │ ├── sch_routines.h │ ├── schdef.h │ ├── scqdef.h │ ├── scs_routines.h │ ├── scscmgdef.h │ ├── scsdef.h │ ├── scsidef.h │ ├── scsnetdef.h │ ├── shldef.h │ ├── shm_iddef.h │ ├── smp_routines.h │ ├── splcoddef.h │ ├── spldef.h │ ├── statedef.h │ ├── sysap_macros.h │ ├── sysapdef.h │ ├── system_service_setup.h │ ├── tastdef.h │ ├── tqedef.h │ ├── ttydef.h │ ├── ttyrbdef.h │ ├── ttytadef.h │ ├── ttyucbdef.h │ ├── ttyvecdef.h │ ├── uafdef.h │ ├── ucbdef.h │ ├── ucbnidef.h │ ├── vcbdef.h │ ├── vcdef.h │ ├── vecdef.h │ ├── vfddef.h │ ├── vms_drivers.h │ ├── vms_macros.h │ ├── vmstime.h │ ├── wcbdef.h │ ├── wqhdef.h │ └── wsldef.h ├── librtl └── src │ ├── Makefile │ ├── NEWS │ ├── README │ ├── cvt_convert_float.c │ ├── decw$library.h │ ├── descrip.h │ ├── lib_ab_asc_ebc.c │ ├── lib_ab_asc_ebc_rev.c │ ├── lib_ab_cvt_o_u.c │ ├── lib_ab_cvt_u_o.c │ ├── lib_ab_cvtpt_o.c │ ├── lib_ab_cvtpt_u.c │ ├── lib_ab_cvtpt_z.c │ ├── lib_ab_cvttp_o.c │ ├── lib_ab_cvttp_u.c │ ├── lib_ab_cvttp_z.c │ ├── lib_ab_ebc_asc.c │ ├── lib_ab_ebc_asc_rev.c │ ├── lib_ab_lowercase.c │ ├── lib_ab_upcase.c │ ├── lib_add_times.c │ ├── lib_addx.c │ ├── lib_analyze_sdesc.c │ ├── lib_char.c │ ├── lib_cvt_dtb.c │ ├── lib_cvt_htb.c │ ├── lib_cvt_otb.c │ ├── lib_cvt_vectim.c │ ├── lib_day.c │ ├── lib_day_of_week.c │ ├── lib_ichar.c │ ├── lib_index.c │ ├── lib_len.c │ ├── lib_mult_delta_time.c │ ├── lib_sub_times.c │ ├── lib_subx.c │ ├── libanalyze_sdesc_64.c │ ├── libasnmbx.c │ ├── libbintree.c │ ├── libbuild_nodespec.c │ ├── libcli.c │ ├── libcompare_nodename.c │ ├── libconvert_date_string.c │ ├── libcredir.c │ ├── libdate_time.c │ ├── libdigit_sep.c │ ├── libebcdic.c │ ├── libediv.c │ ├── libexpand_nodename.c │ ├── libextv.c │ ├── libextzv.c │ ├── libffc.c │ ├── libffs.c │ ├── libgetdvi.c │ ├── libgetef.c │ ├── libgetfor.c │ ├── libgetinp.c │ ├── libgetjpi.c │ ├── libgetlog.c │ ├── libgetsyi.c │ ├── libinsqhi.c │ ├── libinsv.c │ ├── liblocc.c │ ├── liblookey.c │ ├── libmatchc.c │ ├── libmovc3.c │ ├── libputout.c │ ├── libsignal.c │ ├── libtimer.c │ ├── libtparse.c │ ├── libutil.c │ ├── libvm.c │ ├── libwait.c │ ├── otscvt.c │ ├── rtl_lib_test.c │ ├── rtl_str_test.c │ ├── str.c │ ├── str__const.c │ ├── str__copy_fill.c │ ├── str__is_string_class.c │ ├── str__resize.c │ ├── str_analyze_sdesc.c │ ├── str_append.c │ ├── str_blind_compare.c │ ├── str_compare.c │ ├── str_compare_eql.c │ ├── str_concat.c │ ├── str_copy_dx.c │ ├── str_copy_r.c │ ├── str_dupl_char.c │ ├── str_element.c │ ├── str_find_first_in_set.c │ ├── str_find_first_not_in_set.c │ ├── str_free1_dx.c │ ├── str_get1_dx.c │ ├── str_left.c │ ├── str_len_extr.c │ ├── str_pos_extr.c │ ├── str_position.c │ ├── str_prefix.c │ ├── str_right.c │ ├── str_translate.c │ ├── str_trim.c │ ├── str_upcase.c │ ├── stradd.c │ ├── stranalyze_sdesc_64.c │ ├── strcompare_multi.c │ ├── strcopy_r_64.c │ ├── strdivide.c │ ├── strfind_first_substring.c │ ├── strget1_dx_64.c │ ├── strmatch_wild.c │ ├── strmul.c │ ├── strrecip.c │ ├── strreplace.c │ ├── strround.c │ ├── strsub.c │ ├── strutil.c │ ├── sys__combine_date_time.c │ ├── sys_asctim.c │ ├── sys_bintim.c │ ├── sys_gettim.c │ ├── sys_numtim.c │ ├── sysgeterrno.c │ ├── sysgetmsg.c │ ├── test_addx.c │ ├── test_date.c │ ├── test_ile.c │ ├── test_lib_rtl.dat │ ├── test_libgetef.c │ ├── test_str_element.c │ ├── test_str_rtl.dat │ ├── teststr.c │ ├── tstacbfkb.c │ └── virus.txt ├── libvirt ├── build.sh ├── debian12.preseed.cfg ├── debian12.sh ├── debian13.i386.sh ├── debian13.preseed.cfg ├── debian13.sh ├── fv.preseed.cfg ├── fv7.sh └── pwd.txt ├── linker └── src │ ├── HOW │ ├── Makefile │ ├── download-linker │ └── make-linker ├── linux ├── 2do ├── Documentation │ └── Configure.help ├── HOWTO.BOCHS ├── NOTES ├── arch │ ├── i386 │ │ ├── Makefile │ │ ├── boot │ │ │ ├── Makefile │ │ │ ├── bootsect.S │ │ │ ├── compressed │ │ │ │ ├── Makefile │ │ │ │ ├── head.S │ │ │ │ └── misc.c │ │ │ ├── install.sh │ │ │ ├── setup.S │ │ │ ├── tools │ │ │ │ └── build.c │ │ │ └── video.S │ │ ├── config │ │ ├── config.in │ │ ├── defconfig │ │ ├── kernel │ │ │ ├── Makefile │ │ │ ├── acpitable.c │ │ │ ├── acpitable.h │ │ │ ├── apic.c │ │ │ ├── apm.c │ │ │ ├── bluesmoke.c │ │ │ ├── cpuid.c │ │ │ ├── dmi_scan.c │ │ │ ├── entry.S │ │ │ ├── head.S │ │ │ ├── i386_ksyms.c │ │ │ ├── i387.c │ │ │ ├── i8259.c │ │ │ ├── init_task.c │ │ │ ├── io_apic.c │ │ │ ├── ioport.c │ │ │ ├── irq.c │ │ │ ├── ldt.c │ │ │ ├── mca.c │ │ │ ├── microcode.c │ │ │ ├── module.c │ │ │ ├── mpparse.c │ │ │ ├── msr.c │ │ │ ├── mtrr.c │ │ │ ├── nmi.c │ │ │ ├── pci-dma.c │ │ │ ├── pci-i386.c │ │ │ ├── pci-i386.h │ │ │ ├── pci-irq.c │ │ │ ├── pci-pc.c │ │ │ ├── pci-visws.c │ │ │ ├── process.c │ │ │ ├── ptrace.c │ │ │ ├── semaphore.c │ │ │ ├── setup.c │ │ │ ├── signal.c │ │ │ ├── smp.c │ │ │ ├── smpboot.c │ │ │ ├── sys_i386.c │ │ │ ├── time.c │ │ │ ├── trampoline.S │ │ │ ├── traps.c │ │ │ ├── visws_apic.c │ │ │ └── vm86.c │ │ ├── lib │ │ │ ├── Makefile │ │ │ ├── checksum.S │ │ │ ├── dec_and_lock.c │ │ │ ├── delay.c │ │ │ ├── getuser.S │ │ │ ├── iodebug.c │ │ │ ├── memcpy.c │ │ │ ├── mmx.c │ │ │ ├── old-checksum.c │ │ │ ├── strstr.c │ │ │ └── usercopy.c │ │ ├── math-emu │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── control_w.h │ │ │ ├── div_Xsig.S │ │ │ ├── div_small.S │ │ │ ├── errors.c │ │ │ ├── exception.h │ │ │ ├── fpu_arith.c │ │ │ ├── fpu_asm.h │ │ │ ├── fpu_aux.c │ │ │ ├── fpu_emu.h │ │ │ ├── fpu_entry.c │ │ │ ├── fpu_etc.c │ │ │ ├── fpu_proto.h │ │ │ ├── fpu_system.h │ │ │ ├── fpu_tags.c │ │ │ ├── fpu_trig.c │ │ │ ├── get_address.c │ │ │ ├── load_store.c │ │ │ ├── mul_Xsig.S │ │ │ ├── poly.h │ │ │ ├── poly_2xm1.c │ │ │ ├── poly_atan.c │ │ │ ├── poly_l2.c │ │ │ ├── poly_sin.c │ │ │ ├── poly_tan.c │ │ │ ├── polynom_Xsig.S │ │ │ ├── reg_add_sub.c │ │ │ ├── reg_compare.c │ │ │ ├── reg_constant.c │ │ │ ├── reg_constant.h │ │ │ ├── reg_convert.c │ │ │ ├── reg_divide.c │ │ │ ├── reg_ld_str.c │ │ │ ├── reg_mul.c │ │ │ ├── reg_norm.S │ │ │ ├── reg_round.S │ │ │ ├── reg_u_add.S │ │ │ ├── reg_u_div.S │ │ │ ├── reg_u_mul.S │ │ │ ├── reg_u_sub.S │ │ │ ├── round_Xsig.S │ │ │ ├── shr_Xsig.S │ │ │ ├── status_w.h │ │ │ ├── version.h │ │ │ ├── wm_shrx.S │ │ │ └── wm_sqrt.S │ │ ├── mm │ │ │ ├── Makefile │ │ │ ├── extable.c │ │ │ ├── fault.c │ │ │ ├── init.c │ │ │ └── ioremap.c │ │ ├── tools │ │ │ ├── Makefile │ │ │ ├── offset.c │ │ │ └── offset.sed │ │ └── vmlinux.lds │ └── x86_64 │ │ ├── Makefile │ │ ├── boot │ │ ├── Makefile │ │ ├── bootsect.S │ │ ├── compressed │ │ │ ├── Makefile │ │ │ ├── head.S │ │ │ ├── misc.c │ │ │ └── miscsetup.h │ │ ├── install.sh │ │ ├── setup.S │ │ ├── tools │ │ │ └── build.c │ │ └── video.S │ │ ├── config │ │ ├── config.in │ │ ├── defconfig │ │ ├── ia32 │ │ ├── Makefile │ │ ├── fpu32.c │ │ ├── ia32_binfmt.c │ │ ├── ia32_ioctl.c │ │ ├── ia32_signal.c │ │ ├── ia32entry.S │ │ ├── ipc32.c │ │ ├── ptrace32.c │ │ ├── socket32.c │ │ └── sys_ia32.c │ │ ├── kernel │ │ ├── Makefile │ │ ├── acpi.c │ │ ├── acpi_wakeup.S │ │ ├── acpitable.h │ │ ├── aperture.c │ │ ├── apic.c │ │ ├── bluesmoke.c │ │ ├── cpuid.c │ │ ├── e820.c │ │ ├── early_printk.c │ │ ├── entry.S │ │ ├── head.S │ │ ├── head64.c │ │ ├── i387.c │ │ ├── i8259.c │ │ ├── init_task.c │ │ ├── io_apic.c │ │ ├── ioport.c │ │ ├── irq.c │ │ ├── ldt.c │ │ ├── module.c │ │ ├── mpparse.c │ │ ├── msr.c │ │ ├── mtrr.c │ │ ├── nmi.c │ │ ├── pci-dma.c │ │ ├── pci-gart.c │ │ ├── pci-irq.c │ │ ├── pci-nommu.c │ │ ├── pci-pc.c │ │ ├── pci-x86_64.c │ │ ├── pci-x86_64.h │ │ ├── process.c │ │ ├── ptrace.c │ │ ├── semaphore.c │ │ ├── setup.c │ │ ├── setup64.c │ │ ├── signal.c │ │ ├── smp.c │ │ ├── smpboot.c │ │ ├── suspend.c │ │ ├── swiotlb.c │ │ ├── sys_x86_64.c │ │ ├── syscall.c │ │ ├── time.c │ │ ├── trampoline.S │ │ ├── traps.c │ │ ├── vsyscall.c │ │ ├── warmreboot.S │ │ └── x8664_ksyms.c │ │ ├── lib │ │ ├── Makefile │ │ ├── bitstr.c │ │ ├── clear_page.S │ │ ├── copy_page.S │ │ ├── copy_user.S │ │ ├── csum-copy.S │ │ ├── csum-partial.c │ │ ├── csum-wrappers.c │ │ ├── dec_and_lock.c │ │ ├── delay.c │ │ ├── getuser.S │ │ ├── io.c │ │ ├── iodebug.c │ │ ├── memcpy.S │ │ ├── memmove.c │ │ ├── memset.S │ │ ├── old-checksum.c │ │ ├── putuser.S │ │ ├── thunk.S │ │ └── usercopy.c │ │ ├── math-emu │ │ └── README │ │ ├── mm │ │ ├── Makefile │ │ ├── extable.c │ │ ├── fault.c │ │ ├── init.c │ │ ├── ioremap.c │ │ ├── k8topology.c │ │ ├── modutil.c │ │ ├── numa.c │ │ └── pageattr.c │ │ ├── tools │ │ ├── Makefile │ │ ├── offset.c │ │ └── offset.sed │ │ └── vmlinux.lds ├── drivers │ ├── Makefile │ ├── block │ │ ├── Config.in │ │ ├── Makefile │ │ ├── blkpg.c │ │ ├── floppy.c │ │ ├── genhd.c │ │ └── vmsblock.c │ ├── char │ │ ├── Config.in │ │ ├── Makefile │ │ ├── busmouse.h │ │ ├── conmakehash.c │ │ ├── console_macros.h │ │ ├── consolemap.c │ │ ├── cp437.uni │ │ ├── defkeymap.c │ │ ├── defkeymap.map │ │ ├── pty.c │ │ └── sysrq.c │ ├── ide │ │ ├── Config.in │ │ ├── Makefile │ │ ├── ide-features.c │ │ ├── ide-geometry.c │ │ ├── ide-pci.c │ │ ├── ide-probe.c │ │ ├── ide_modes.h │ │ └── piix.c │ ├── misc │ │ ├── Config.in │ │ └── Makefile │ ├── net │ │ ├── Makefile │ │ └── setup.c │ ├── pci │ │ ├── Config.in │ │ ├── Makefile │ │ ├── compat.c │ │ ├── gen-devlist.c │ │ ├── names.c │ │ ├── pci.c │ │ ├── pci.ids │ │ ├── proc.c │ │ ├── quirks.c │ │ ├── setup-bus.c │ │ ├── setup-irq.c │ │ ├── setup-res.c │ │ └── syscall.c │ └── video │ │ ├── Config.in │ │ ├── Makefile │ │ └── vgacon.c ├── fs │ ├── Config.in │ ├── Makefile │ ├── binfmt_elf.c │ ├── block_dev.c │ ├── dcache.c │ ├── dquot.c │ ├── exec.c │ ├── fcntl.c │ ├── file.c │ ├── file_table.c │ ├── filesystems.c │ ├── iobuf.c │ ├── ioctl.c │ ├── jbd │ │ ├── journal.c │ │ ├── revoke.c │ │ └── transaction.c │ ├── lockd │ │ ├── clntlock.c │ │ └── svc.c │ ├── namei.c │ ├── namespace.c │ ├── nfsd │ │ └── nfssvc.c │ ├── noquot.c │ ├── open.c │ ├── partitions │ │ ├── Config.in │ │ ├── Makefile │ │ ├── acorn.h │ │ ├── amiga.h │ │ ├── atari.h │ │ ├── check.c │ │ ├── check.h │ │ ├── ibm.c │ │ ├── ibm.h │ │ ├── ldm.h │ │ ├── mac.h │ │ ├── msdos.c │ │ ├── msdos.h │ │ ├── osf.h │ │ ├── sgi.h │ │ ├── sun.h │ │ └── ultrix.h │ ├── read_write.c │ ├── readdir.c │ ├── select.c │ ├── seq_file.c │ ├── stat.c │ ├── super.c │ └── ufs │ │ └── truncate.c ├── include │ ├── asm-generic │ │ ├── bitops.h │ │ ├── ide_iops.h │ │ ├── pgtable-nopmd.h │ │ ├── pgtable-nopud.h │ │ ├── pgtable.h │ │ ├── smplock.h │ │ ├── tlb.h │ │ ├── unaligned.h │ │ └── xor.h │ ├── asm-i386 │ │ ├── a.out.h │ │ ├── apic.h │ │ ├── apicdef.h │ │ ├── atomic.h │ │ ├── autoconf.h │ │ ├── bitops.h │ │ ├── boot.h │ │ ├── bugs.h │ │ ├── byteorder.h │ │ ├── cache.h │ │ ├── checksum.h │ │ ├── cobalt.h │ │ ├── cpufeature.h │ │ ├── current.h │ │ ├── debugreg.h │ │ ├── delay.h │ │ ├── desc.h │ │ ├── div64.h │ │ ├── dma.h │ │ ├── e820.h │ │ ├── elf.h │ │ ├── errno.h │ │ ├── fcntl.h │ │ ├── fixmap.h │ │ ├── floppy.h │ │ ├── hardirq.h │ │ ├── hdreg.h │ │ ├── highmem.h │ │ ├── hw_irq.h │ │ ├── i387.h │ │ ├── ide.h │ │ ├── init.h │ │ ├── io.h │ │ ├── io_apic.h │ │ ├── ioctl.h │ │ ├── ioctls.h │ │ ├── ipc.h │ │ ├── ipcbuf.h │ │ ├── irq.h │ │ ├── keyboard.h │ │ ├── kmap_types.h │ │ ├── ldt.h │ │ ├── linux_logo.h │ │ ├── lithium.h │ │ ├── locks.h │ │ ├── math_emu.h │ │ ├── mc146818rtc.h │ │ ├── mca_dma.h │ │ ├── mman.h │ │ ├── mmu.h │ │ ├── mmu_context.h │ │ ├── mmx.h │ │ ├── module.h │ │ ├── mpspec.h │ │ ├── msgbuf.h │ │ ├── msr.h │ │ ├── mtrr.h │ │ ├── namei.h │ │ ├── page.h │ │ ├── param.h │ │ ├── parport.h │ │ ├── pci.h │ │ ├── pgalloc.h │ │ ├── pgtable-2level-defs.h │ │ ├── pgtable-2level.h │ │ ├── pgtable-3level-defs.h │ │ ├── pgtable-3level.h │ │ ├── pgtable.h │ │ ├── poll.h │ │ ├── posix_types.h │ │ ├── processor.h │ │ ├── ptrace.h │ │ ├── resource.h │ │ ├── rwlock.h │ │ ├── rwsem.h │ │ ├── scatterlist.h │ │ ├── segment.h │ │ ├── semaphore.h │ │ ├── sembuf.h │ │ ├── serial.h │ │ ├── setup.h │ │ ├── shmbuf.h │ │ ├── shmparam.h │ │ ├── sigcontext.h │ │ ├── siginfo.h │ │ ├── signal.h │ │ ├── smp.h │ │ ├── smpboot.h │ │ ├── smplock.h │ │ ├── socket.h │ │ ├── sockios.h │ │ ├── softirq.h │ │ ├── spinlock.h │ │ ├── stat.h │ │ ├── statfs.h │ │ ├── string-486.h │ │ ├── string.h │ │ ├── system.h │ │ ├── termbits.h │ │ ├── termios.h │ │ ├── timex.h │ │ ├── tlb.h │ │ ├── types.h │ │ ├── uaccess.h │ │ ├── ucontext.h │ │ ├── unaligned.h │ │ ├── unistd.h │ │ ├── user.h │ │ ├── vga.h │ │ ├── vm86.h │ │ └── xor.h │ ├── asm-x86_64 │ │ ├── a.out.h │ │ ├── acpi.h │ │ ├── apic.h │ │ ├── apicdef.h │ │ ├── asm-macros.i │ │ ├── atomic.h │ │ ├── autoconf.h │ │ ├── bitops.h │ │ ├── bluesmoke.h │ │ ├── boot.h │ │ ├── bootsetup.h │ │ ├── bugs.h │ │ ├── byteorder.h │ │ ├── cache.h │ │ ├── calling.h │ │ ├── checksum.h │ │ ├── cpufeature.h │ │ ├── current.h │ │ ├── debugreg.h │ │ ├── delay.h │ │ ├── desc.h │ │ ├── div64.h │ │ ├── dma.h │ │ ├── e820.h │ │ ├── elf.h │ │ ├── errno.h │ │ ├── fcntl.h │ │ ├── fixmap.h │ │ ├── floppy.h │ │ ├── fpu32.h │ │ ├── hardirq.h │ │ ├── hdreg.h │ │ ├── hw_irq.h │ │ ├── i387.h │ │ ├── ia32.h │ │ ├── ia32_unistd.h │ │ ├── ide.h │ │ ├── init.h │ │ ├── io.h │ │ ├── io_apic.h │ │ ├── ioctl.h │ │ ├── ioctl32.h │ │ ├── ioctls.h │ │ ├── ipc.h │ │ ├── ipcbuf.h │ │ ├── irq.h │ │ ├── kdebug.h │ │ ├── keyboard.h │ │ ├── kmap_types.h │ │ ├── ldt.h │ │ ├── linux_logo.h │ │ ├── locks.h │ │ ├── mc146818rtc.h │ │ ├── mman.h │ │ ├── mmu.h │ │ ├── mmu_context.h │ │ ├── mmx.h │ │ ├── mmzone.h │ │ ├── module.h │ │ ├── mpspec.h │ │ ├── msgbuf.h │ │ ├── msr.h │ │ ├── mtrr.h │ │ ├── namei.h │ │ ├── page.h │ │ ├── param.h │ │ ├── parport.h │ │ ├── pci-direct.h │ │ ├── pci.h │ │ ├── pda.h │ │ ├── pgalloc.h │ │ ├── pgtable.h │ │ ├── poll.h │ │ ├── posix_types.h │ │ ├── prctl.h │ │ ├── processor.h │ │ ├── proto.h │ │ ├── ptrace.h │ │ ├── resource.h │ │ ├── rwlock.h │ │ ├── rwsem.h │ │ ├── scatterlist.h │ │ ├── segment.h │ │ ├── semaphore.h │ │ ├── sembuf.h │ │ ├── serial.h │ │ ├── setup.h │ │ ├── shmbuf.h │ │ ├── shmparam.h │ │ ├── sigcontext.h │ │ ├── sigcontext32.h │ │ ├── siginfo.h │ │ ├── signal.h │ │ ├── smp.h │ │ ├── smplock.h │ │ ├── socket.h │ │ ├── socket32.h │ │ ├── sockios.h │ │ ├── softirq.h │ │ ├── spinlock.h │ │ ├── stat.h │ │ ├── statfs.h │ │ ├── string.h │ │ ├── system.h │ │ ├── termbits.h │ │ ├── termios.h │ │ ├── timex.h │ │ ├── tlb.h │ │ ├── types.h │ │ ├── uaccess.h │ │ ├── ucontext.h │ │ ├── unaligned.h │ │ ├── unistd.h │ │ ├── user.h │ │ ├── user32.h │ │ ├── vga.h │ │ ├── vsyscall.h │ │ └── xor.h │ ├── linux │ │ ├── 802_11.h │ │ ├── a.out.h │ │ ├── ac97_codec.h │ │ ├── acct.h │ │ ├── acpi.h │ │ ├── acpi_serial.h │ │ ├── adb.h │ │ ├── adb_mouse.h │ │ ├── affs_hardblocks.h │ │ ├── agp_backend.h │ │ ├── agpgart.h │ │ ├── amifd.h │ │ ├── amifdreg.h │ │ ├── amigaffs.h │ │ ├── apm_bios.h │ │ ├── arcdevice.h │ │ ├── atalk.h │ │ ├── atari_rootsec.h │ │ ├── atm.h │ │ ├── atm_eni.h │ │ ├── atm_idt77105.h │ │ ├── atm_nicstar.h │ │ ├── atm_suni.h │ │ ├── atm_tcp.h │ │ ├── atm_zatm.h │ │ ├── atmapi.h │ │ ├── atmarp.h │ │ ├── atmclip.h │ │ ├── atmdev.h │ │ ├── atmioc.h │ │ ├── atmlec.h │ │ ├── atmmpc.h │ │ ├── atmppp.h │ │ ├── atmsap.h │ │ ├── atmsvc.h │ │ ├── autoconf.h │ │ ├── awe_voice.h │ │ ├── ax25.h │ │ ├── b1lli.h │ │ ├── b1pcmcia.h │ │ ├── baycom.h │ │ ├── binfmts.h │ │ ├── bitops.h │ │ ├── blk.h │ │ ├── blkdev.h │ │ ├── blkpg.h │ │ ├── bootmem.h │ │ ├── bpqether.h │ │ ├── brlock.h │ │ ├── byteorder │ │ │ ├── big_endian.h │ │ │ ├── generic.h │ │ │ ├── little_endian.h │ │ │ ├── pdp_endian.h │ │ │ ├── swab.h │ │ │ └── swabb.h │ │ ├── cache.h │ │ ├── capability.h │ │ ├── capi.h │ │ ├── cciss_ioctl.h │ │ ├── cd1400.h │ │ ├── cdk.h │ │ ├── cdrom.h │ │ ├── circ_buf.h │ │ ├── coda.h │ │ ├── coda_cache.h │ │ ├── coda_linux.h │ │ ├── coda_proc.h │ │ ├── coda_psdev.h │ │ ├── coff.h │ │ ├── com20020.h │ │ ├── compatmac.h │ │ ├── compiler-gcc.h │ │ ├── compiler.h │ │ ├── compiler_attributes.h │ │ ├── compiler_types.h │ │ ├── completion.h │ │ ├── comstats.h │ │ ├── concap.h │ │ ├── config.h │ │ ├── console.h │ │ ├── console_struct.h │ │ ├── consolemap.h │ │ ├── ctype.h │ │ ├── cuda.h │ │ ├── cyclades.h │ │ ├── cyclomx.h │ │ ├── cycx_cfm.h │ │ ├── cycx_drv.h │ │ ├── cycx_x25.h │ │ ├── dcache.h │ │ ├── delay.h │ │ ├── dio.h │ │ ├── dirent.h │ │ ├── divert.h │ │ ├── dn.h │ │ ├── dnotify.h │ │ ├── dp83840.h │ │ ├── dtlk.h │ │ ├── eeprom.h │ │ ├── elevator.h │ │ ├── elf.h │ │ ├── elfcore.h │ │ ├── errno.h │ │ ├── errqueue.h │ │ ├── etherdevice.h │ │ ├── ethtool.h │ │ ├── ext2_fs.h │ │ ├── ext2_fs_i.h │ │ ├── ext2_fs_sb.h │ │ ├── ext3_fs.h │ │ ├── ext3_fs_i.h │ │ ├── ext3_fs_sb.h │ │ ├── ext3_jbd.h │ │ ├── fat_cvf.h │ │ ├── fb.h │ │ ├── fcdevice.h │ │ ├── fcntl.h │ │ ├── fd.h │ │ ├── fd1772.h │ │ ├── fddidevice.h │ │ ├── fdreg.h │ │ ├── file.h │ │ ├── filter.h │ │ ├── fs.h │ │ ├── fs_struct.h │ │ ├── fsfilter.h │ │ ├── ftape-header-segment.h │ │ ├── ftape-vendors.h │ │ ├── ftape.h │ │ ├── gameport.h │ │ ├── generic_serial.h │ │ ├── genhd.h │ │ ├── ghash.h │ │ ├── hayesesp.h │ │ ├── hdlc.h │ │ ├── hdlcdrv.h │ │ ├── hdreg.h │ │ ├── hdsmart.h │ │ ├── hfs_sysdep.h │ │ ├── hiddev.h │ │ ├── highmem.h │ │ ├── highuid.h │ │ ├── hippidevice.h │ │ ├── hysdn_if.h │ │ ├── i2c-algo-bit.h │ │ ├── i2c-algo-ite.h │ │ ├── i2c-algo-pcf.h │ │ ├── i2c-dev.h │ │ ├── i2c-elektor.h │ │ ├── i2c-id.h │ │ ├── i2c-old.h │ │ ├── i2c-proc.h │ │ ├── i2c.h │ │ ├── i2o-dev.h │ │ ├── i2o.h │ │ ├── i8k.h │ │ ├── ibmtr.h │ │ ├── icmp.h │ │ ├── icmpv6.h │ │ ├── ide.h │ │ ├── if.h │ │ ├── if_arcnet.h │ │ ├── if_arp.h │ │ ├── if_bonding.h │ │ ├── if_bridge.h │ │ ├── if_cablemodem.h │ │ ├── if_ec.h │ │ ├── if_eql.h │ │ ├── if_ether.h │ │ ├── if_fc.h │ │ ├── if_fddi.h │ │ ├── if_frad.h │ │ ├── if_hippi.h │ │ ├── if_ltalk.h │ │ ├── if_packet.h │ │ ├── if_plip.h │ │ ├── if_ppp.h │ │ ├── if_pppox.h │ │ ├── if_pppvar.h │ │ ├── if_shaper.h │ │ ├── if_slip.h │ │ ├── if_strip.h │ │ ├── if_tr.h │ │ ├── if_tun.h │ │ ├── if_tunnel.h │ │ ├── if_vlan.h │ │ ├── if_wanpipe.h │ │ ├── if_wanpipe_common.h │ │ ├── igmp.h │ │ ├── in.h │ │ ├── in6.h │ │ ├── in_route.h │ │ ├── in_systm.h │ │ ├── inet.h │ │ ├── inetdevice.h │ │ ├── init.h │ │ ├── input.h │ │ ├── intermezzo_journal.h │ │ ├── intermezzo_kml.h │ │ ├── intermezzo_psdev.h │ │ ├── intermezzo_upcall.h │ │ ├── interrupt.h │ │ ├── iobuf.h │ │ ├── ioctl.h │ │ ├── ioport.h │ │ ├── ip.h │ │ ├── ipc.h │ │ ├── ipsec.h │ │ ├── ipv6.h │ │ ├── ipv6_route.h │ │ ├── ipx.h │ │ ├── irda.h │ │ ├── irq.h │ │ ├── irq_cpustat.h │ │ ├── isapnp.h │ │ ├── isdn.h │ │ ├── isdn │ │ │ └── tpam.h │ │ ├── isdn_divertif.h │ │ ├── isdn_lzscomp.h │ │ ├── isdn_ppp.h │ │ ├── isdnif.h │ │ ├── isicom.h │ │ ├── istallion.h │ │ ├── ite_gpio.h │ │ ├── ixjuser.h │ │ ├── jbd.h │ │ ├── jffs.h │ │ ├── jffs2.h │ │ ├── journal-head.h │ │ ├── joystick.h │ │ ├── kbd_diacr.h │ │ ├── kbd_kern.h │ │ ├── kbd_ll.h │ │ ├── kd.h │ │ ├── kdev_t.h │ │ ├── kernel.h │ │ ├── kernel_stat.h │ │ ├── kernelcapi.h │ │ ├── keyboard.h │ │ ├── kmod.h │ │ ├── lapb.h │ │ ├── limits.h │ │ ├── linkage.h │ │ ├── linux_logo.h │ │ ├── list.h │ │ ├── lockd │ │ │ ├── bind.h │ │ │ ├── debug.h │ │ │ ├── lockd.h │ │ │ ├── nlm.h │ │ │ ├── share.h │ │ │ ├── sm_inter.h │ │ │ ├── xdr.h │ │ │ └── xdr4.h │ │ ├── locks.h │ │ ├── logibusmouse.h │ │ ├── loop.h │ │ ├── lp.h │ │ ├── lvm.h │ │ ├── major.h │ │ ├── malloc.h │ │ ├── matroxfb.h │ │ ├── mc146818rtc.h │ │ ├── mc6821.h │ │ ├── mca.h │ │ ├── meye.h │ │ ├── mii.h │ │ ├── mm.h │ │ ├── mman.h │ │ ├── mmzone.h │ │ ├── modsetver.h │ │ ├── module.h │ │ ├── module6.h │ │ ├── moduleloader.h │ │ ├── mount.h │ │ ├── mpp.h │ │ ├── mroute.h │ │ ├── msg.h │ │ ├── mtd │ │ │ ├── cfi.h │ │ │ ├── cfi_endian.h │ │ │ ├── compatmac.h │ │ │ ├── doc2000.h │ │ │ ├── flashchip.h │ │ │ ├── ftl.h │ │ │ ├── gen_probe.h │ │ │ ├── iflash.h │ │ │ ├── jedec.h │ │ │ ├── map.h │ │ │ ├── mtd.h │ │ │ ├── nand.h │ │ │ ├── nand_ecc.h │ │ │ ├── nand_ids.h │ │ │ ├── nftl.h │ │ │ ├── partitions.h │ │ │ └── pmc551.h │ │ ├── mtio.h │ │ ├── n_r3964.h │ │ ├── nbd.h │ │ ├── ncp.h │ │ ├── ncp_mount.h │ │ ├── ncp_no.h │ │ ├── net.h │ │ ├── netbeui.h │ │ ├── netdevice.h │ │ ├── netfilter.h │ │ ├── netfilter_bridge.h │ │ ├── netfilter_ddp.h │ │ ├── netfilter_decnet.h │ │ ├── netfilter_ipv4.h │ │ ├── netfilter_ipv4 │ │ │ ├── compat_firewall.h │ │ │ ├── ip_conntrack.h │ │ │ ├── ip_conntrack_core.h │ │ │ ├── ip_conntrack_ftp.h │ │ │ ├── ip_conntrack_helper.h │ │ │ ├── ip_conntrack_icmp.h │ │ │ ├── ip_conntrack_irc.h │ │ │ ├── ip_conntrack_protocol.h │ │ │ ├── ip_conntrack_tcp.h │ │ │ ├── ip_conntrack_tuple.h │ │ │ ├── ip_nat.h │ │ │ ├── ip_nat_core.h │ │ │ ├── ip_nat_helper.h │ │ │ ├── ip_nat_protocol.h │ │ │ ├── ip_nat_rule.h │ │ │ ├── ip_queue.h │ │ │ ├── ip_tables.h │ │ │ ├── ipchains_core.h │ │ │ ├── ipfwadm_core.h │ │ │ ├── ipt_LOG.h │ │ │ ├── ipt_MARK.h │ │ │ ├── ipt_REJECT.h │ │ │ ├── ipt_TCPMSS.h │ │ │ ├── ipt_TOS.h │ │ │ ├── ipt_ULOG.h │ │ │ ├── ipt_ah.h │ │ │ ├── ipt_esp.h │ │ │ ├── ipt_length.h │ │ │ ├── ipt_limit.h │ │ │ ├── ipt_mac.h │ │ │ ├── ipt_mark.h │ │ │ ├── ipt_multiport.h │ │ │ ├── ipt_owner.h │ │ │ ├── ipt_state.h │ │ │ ├── ipt_tcpmss.h │ │ │ ├── ipt_tos.h │ │ │ ├── ipt_ttl.h │ │ │ ├── listhelp.h │ │ │ └── lockhelp.h │ │ ├── netfilter_ipv6.h │ │ ├── netfilter_ipv6 │ │ │ ├── ip6_tables.h │ │ │ ├── ip6t_LOG.h │ │ │ ├── ip6t_MARK.h │ │ │ ├── ip6t_REJECT.h │ │ │ ├── ip6t_limit.h │ │ │ ├── ip6t_mac.h │ │ │ ├── ip6t_mark.h │ │ │ ├── ip6t_multiport.h │ │ │ └── ip6t_owner.h │ │ ├── netfilter_ipx.h │ │ ├── netfilter_x25.h │ │ ├── netlink.h │ │ ├── netrom.h │ │ ├── nfs.h │ │ ├── nfs2.h │ │ ├── nfs3.h │ │ ├── nfs_flushd.h │ │ ├── nfs_mount.h │ │ ├── nfs_page.h │ │ ├── nfs_xdr.h │ │ ├── nfsd │ │ │ ├── auth.h │ │ │ ├── cache.h │ │ │ ├── const.h │ │ │ ├── debug.h │ │ │ ├── export.h │ │ │ ├── interface.h │ │ │ ├── nfsd.h │ │ │ ├── nfsfh.h │ │ │ ├── stats.h │ │ │ ├── syscall.h │ │ │ ├── xdr.h │ │ │ └── xdr3.h │ │ ├── nfsiod.h │ │ ├── nls.h │ │ ├── nmi.h │ │ ├── notifier.h │ │ ├── nubus.h │ │ ├── nvram.h │ │ ├── pagemap.h │ │ ├── param.h │ │ ├── parport.h │ │ ├── parport_pc.h │ │ ├── pc_keyb.h │ │ ├── pci.h │ │ ├── pci_ids.h │ │ ├── personality.h │ │ ├── pg.h │ │ ├── phonedev.h │ │ ├── pkt_cls.h │ │ ├── pkt_sched.h │ │ ├── pm.h │ │ ├── pmu.h │ │ ├── poll.h │ │ ├── posix_types.h │ │ ├── ppdev.h │ │ ├── ppp-comp.h │ │ ├── ppp.h │ │ ├── ppp_channel.h │ │ ├── ppp_defs.h │ │ ├── prctl.h │ │ ├── prefetch.h │ │ ├── ps2esdi.h │ │ ├── ptrace.h │ │ ├── qic117.h │ │ ├── qnxtypes.h │ │ ├── quota.h │ │ ├── quotaops.h │ │ ├── raid │ │ │ ├── linear.h │ │ │ ├── md.h │ │ │ ├── md_compatible.h │ │ │ ├── md_k.h │ │ │ ├── md_p.h │ │ │ ├── md_u.h │ │ │ ├── multipath.h │ │ │ ├── raid0.h │ │ │ ├── raid1.h │ │ │ ├── raid5.h │ │ │ └── xor.h │ │ ├── random.h │ │ ├── raw.h │ │ ├── rbtree.h │ │ ├── reboot.h │ │ ├── resource.h │ │ ├── rocket.h │ │ ├── rose.h │ │ ├── route.h │ │ ├── rpcsock.h │ │ ├── rtc.h │ │ ├── rtnetlink.h │ │ ├── rwsem-spinlock.h │ │ ├── rwsem.h │ │ ├── sc26198.h │ │ ├── scc.h │ │ ├── sched.h │ │ ├── sdla.h │ │ ├── sdla_asy.h │ │ ├── sdla_chdlc.h │ │ ├── sdla_fr.h │ │ ├── sdla_ppp.h │ │ ├── sdla_x25.h │ │ ├── sdladrv.h │ │ ├── sdlapci.h │ │ ├── sdlasfm.h │ │ ├── securebits.h │ │ ├── selection.h │ │ ├── sem.h │ │ ├── seq_file.h │ │ ├── serial.h │ │ ├── serial167.h │ │ ├── serialP.h │ │ ├── serial_reg.h │ │ ├── serio.h │ │ ├── signal.h │ │ ├── sisfb.h │ │ ├── skbuff.h │ │ ├── slab.h │ │ ├── smb.h │ │ ├── smb_mount.h │ │ ├── smbno.h │ │ ├── smp.h │ │ ├── smp_lock.h │ │ ├── socket.h │ │ ├── sockios.h │ │ ├── sonet.h │ │ ├── sonypi.h │ │ ├── sound.h │ │ ├── soundcard.h │ │ ├── soundmodem.h │ │ ├── spinlock.h │ │ ├── stallion.h │ │ ├── stat.h │ │ ├── stddef.h │ │ ├── string.h │ │ ├── stringify.h │ │ ├── sunrpc │ │ │ ├── auth.h │ │ │ ├── clnt.h │ │ │ ├── debug.h │ │ │ ├── msg_prot.h │ │ │ ├── sched.h │ │ │ ├── stats.h │ │ │ ├── svc.h │ │ │ ├── svcauth.h │ │ │ ├── svcsock.h │ │ │ ├── types.h │ │ │ ├── xdr.h │ │ │ └── xprt.h │ │ ├── synclink.h │ │ ├── sys.h │ │ ├── sysctl.h │ │ ├── sysrq.h │ │ ├── tcp.h │ │ ├── tcp_diag.h │ │ ├── telephony.h │ │ ├── termios.h │ │ ├── threads.h │ │ ├── time.h │ │ ├── timer.h │ │ ├── times.h │ │ ├── timex.h │ │ ├── toshiba.h │ │ ├── tpqic02.h │ │ ├── tqueue.h │ │ ├── trdevice.h │ │ ├── tty.h │ │ ├── tty_driver.h │ │ ├── tty_flip.h │ │ ├── tty_ldisc.h │ │ ├── types.h │ │ ├── udf_167.h │ │ ├── udf_udf.h │ │ ├── udp.h │ │ ├── uio.h │ │ ├── ultrasound.h │ │ ├── un.h │ │ ├── unistd.h │ │ ├── usb.h │ │ ├── user.h │ │ ├── user_compiler_types.h │ │ ├── utime.h │ │ ├── uts.h │ │ ├── utsname.h │ │ ├── vfs.h │ │ ├── video_decoder.h │ │ ├── video_encoder.h │ │ ├── videodev.h │ │ ├── videotext.h │ │ ├── vmalloc.h │ │ ├── vt.h │ │ ├── vt_buffer.h │ │ ├── vt_kern.h │ │ ├── wait.h │ │ ├── wanpipe.h │ │ ├── wanrouter.h │ │ ├── watchdog.h │ │ ├── wavefront.h │ │ ├── wireless.h │ │ ├── wrapper.h │ │ ├── x25.h │ │ ├── yam.h │ │ ├── zftape.h │ │ ├── zlib_fs.h │ │ ├── zorro.h │ │ └── zorro_ids.h │ ├── math-emu │ │ ├── double.h │ │ ├── extended.h │ │ ├── op-1.h │ │ ├── op-2.h │ │ ├── op-4.h │ │ ├── op-8.h │ │ ├── op-common.h │ │ ├── quad.h │ │ ├── single.h │ │ └── soft-fp.h │ ├── net │ │ ├── addrconf.h │ │ ├── af_unix.h │ │ ├── arp.h │ │ ├── atmclip.h │ │ ├── ax25.h │ │ ├── checksum.h │ │ ├── datalink.h │ │ ├── dn.h │ │ ├── dn_dev.h │ │ ├── dn_fib.h │ │ ├── dn_neigh.h │ │ ├── dn_nsp.h │ │ ├── dn_route.h │ │ ├── dsfield.h │ │ ├── dst.h │ │ ├── flow.h │ │ ├── icmp.h │ │ ├── if_inet6.h │ │ ├── inet_common.h │ │ ├── inet_ecn.h │ │ ├── inetpeer.h │ │ ├── ip.h │ │ ├── ip6_fib.h │ │ ├── ip6_fw.h │ │ ├── ip6_route.h │ │ ├── ip_fib.h │ │ ├── ipconfig.h │ │ ├── ipip.h │ │ ├── ipv6.h │ │ ├── ipx.h │ │ ├── lapb.h │ │ ├── llc.h │ │ ├── llc_frame.h │ │ ├── llc_name.h │ │ ├── llc_state.h │ │ ├── ndisc.h │ │ ├── neighbour.h │ │ ├── netrom.h │ │ ├── p8022.h │ │ ├── pkt_cls.h │ │ ├── pkt_sched.h │ │ ├── profile.h │ │ ├── protocol.h │ │ ├── psnap.h │ │ ├── raw.h │ │ ├── rawv6.h │ │ ├── rose.h │ │ ├── route.h │ │ ├── scm.h │ │ ├── slhc_vj.h │ │ ├── snmp.h │ │ ├── sock.h │ │ ├── spx.h │ │ ├── syncppp.h │ │ ├── tcp.h │ │ ├── tcp_ecn.h │ │ ├── transp_v6.h │ │ ├── udp.h │ │ └── x25.h │ └── scsi │ │ ├── scsi.h │ │ ├── scsi_ioctl.h │ │ ├── scsicam.h │ │ └── sg.h ├── init │ ├── main.c │ └── version.c ├── ipc │ ├── Makefile │ ├── msg.c │ ├── sem.c │ ├── shm.c │ ├── util.c │ └── util.h ├── kernel │ ├── Makefile │ ├── acct.c │ ├── capability.c │ ├── dma.c │ ├── exec_domain.c │ ├── exit.c │ ├── fork.c │ ├── info.c │ ├── itimer.c │ ├── kmod.c │ ├── ksyms.c │ ├── module.c │ ├── module6.c │ ├── panic.c │ ├── pm.c │ ├── printk.c │ ├── ptrace.c │ ├── resource.c │ ├── sched.c │ ├── signal.c │ ├── sys.c │ ├── sysctl.c │ ├── time.c │ ├── timer.c │ ├── uid16.c │ └── user.c ├── lib │ ├── Makefile │ ├── brlock.c │ ├── bust_spinlocks.c │ ├── cmdline.c │ ├── ctype.c │ ├── dec_and_lock.c │ ├── errno.c │ ├── inflate.c │ ├── rbtree.c │ ├── rwsem-spinlock.c │ ├── rwsem.c │ ├── string.c │ └── vsprintf.c ├── mm │ ├── Makefile │ ├── highmem.c │ ├── numa.c │ └── oom_kill.c ├── net │ ├── Config.in │ ├── Makefile │ ├── README │ ├── TUNABLE │ └── socket.c ├── prescript ├── prescript.uml └── scripts │ ├── Configure │ ├── Lindent │ ├── MAKEDEV.ide │ ├── Makefile │ ├── Menuconfig │ ├── README.Menuconfig │ ├── checkconfig.pl │ ├── checkhelp.pl │ ├── checkincludes.pl │ ├── cramfs │ ├── GNUmakefile │ ├── cramfsck.c │ └── mkcramfs.c │ ├── docgen │ ├── docproc.c │ ├── gen-all-syms │ ├── header.tk │ ├── kernel-doc │ ├── ksymoops │ └── README │ ├── lxdialog │ ├── BIG.FAT.WARNING │ ├── Makefile │ ├── checklist.c │ ├── colors.h │ ├── dialog.h │ ├── inputbox.c │ ├── lxdialog.c │ ├── menubox.c │ ├── msgbox.c │ ├── textbox.c │ ├── util.c │ └── yesno.c │ ├── makelst │ ├── mkdep.c │ ├── mkspec │ ├── mkversion │ ├── patch-kernel │ ├── pathdown.sh │ ├── split-include.c │ ├── tail.tk │ ├── tkcond.c │ ├── tkgen.c │ ├── tkparse.c │ ├── tkparse.h │ └── ver_linux ├── lmf └── src │ └── lmf.c ├── login └── src │ ├── Makefile │ └── login.c ├── mount └── src │ ├── Makefile │ ├── mountdsp.c │ └── vmount.c ├── mscp └── src │ ├── Makefile │ └── mscp.c ├── msgfil └── src │ ├── Makefile │ ├── ansidecl.h │ ├── hashtab.h │ ├── hashtable.c │ ├── hashtable.h │ ├── input.h │ ├── lex.l │ ├── main.c │ ├── msg-lang.c │ ├── msg.c │ ├── msg.def │ ├── msg.h │ ├── msgmain.c │ ├── parse.y │ ├── stringpool.c │ ├── tree-check.h │ ├── tree.c │ ├── tree.def │ └── tree.h ├── myprescript ├── pal └── src │ ├── Makefile │ ├── ast.c │ ├── ipl.c │ ├── ipl.h │ ├── queue.c │ └── queue.h ├── ptd └── src │ ├── Makefile │ ├── ftdriver.c │ ├── pndriver.c │ ├── pndriver.mar │ ├── ptdfunc.c │ ├── tzdriver.c │ └── tzdriver_v6.mar ├── rms └── src │ ├── Makefile │ ├── cache.c │ ├── cache.h │ ├── device.c │ ├── phyunix.c │ ├── phyvms.c │ ├── rm3get.c │ ├── rms.c │ ├── rms2.c │ ├── rmsbuffer.c │ └── rmsmisc.h ├── sda └── src │ ├── Makefile │ ├── System_map.h │ ├── device.c │ ├── make_map.sh │ ├── misc.c │ ├── sda_addr.c │ ├── sda_dump.c │ ├── sda_exam.c │ ├── sda_lock.c │ ├── sda_parse.cld │ ├── sda_proc.c │ ├── sda_spin.c │ ├── sdamain.c │ └── sdamap.c ├── smgrtl └── src │ ├── Makefile │ ├── smg.h │ ├── smgchar.c │ ├── smgpaste.c │ ├── smgread.c │ ├── smgview.c │ ├── smgvirdis.c │ └── smgvirkey.c ├── sort └── src │ ├── Makefile │ └── sort.c ├── srm-logo.xpm.gz ├── starlet └── src │ ├── Makefile │ ├── acedef.h │ ├── acldef.h │ ├── atrdef.h │ ├── capdef.h │ ├── chfdef.h │ ├── cli$routines.h │ ├── clidef.h │ ├── climsgdef.h │ ├── cliservdef.h │ ├── cliverbdef.h │ ├── cmbdef.h │ ├── cvt$routines.h │ ├── cvtdef.h │ ├── dcdef.h │ ├── devdef.h │ ├── dscdef.h │ ├── dvidef.h │ ├── dvsdef.h │ ├── errno.c │ ├── fabdef.h │ ├── far_pointers.h │ ├── fibdef.h │ ├── fiddef.h │ ├── fscndef.h │ ├── iledef.h │ ├── iodef.h │ ├── iosbdef.h │ ├── jpidef.h │ ├── lbr$routines.h │ ├── lbrctltbl.h │ ├── lbrdef.h │ ├── lckdef.h │ ├── lib$routines.h │ ├── libclidef.h │ ├── libdef.h │ ├── libvmdef.h │ ├── lkidef.h │ ├── lksbdef.h │ ├── lnmdef.h │ ├── misc.h │ ├── mntdef.h │ ├── msgdef.h │ ├── mth$routines.h │ ├── namdef.h │ ├── opcdef.h │ ├── opcmsg.h │ ├── ossdef.h │ ├── ots$routines.h │ ├── otsdef.h │ ├── pagedef.h │ ├── pdscdef.h │ ├── pqldef.h │ ├── prcdef.h │ ├── prdef.h │ ├── prvdef.h │ ├── psldef.h │ ├── ptddef.h │ ├── rabdef.h │ ├── rms$routines.h │ ├── rms.c │ ├── rms.h │ ├── rmsdef.h │ ├── sbkdef.h │ ├── secdef.h │ ├── seciddef.h │ ├── smg$routines.h │ ├── smgdef.h │ ├── sor$routines.h │ ├── sordef.h │ ├── ssdef.h │ ├── starlet.c │ ├── starlet.h │ ├── starlet.req │ ├── starlet64.req │ ├── str$routines.h │ ├── strdef.h │ ├── stsdef.h │ ├── syidef.h │ ├── sys$routines.h │ ├── sysdep.h │ ├── sysdepum.h │ ├── tpadef.h │ ├── tpamac.req │ ├── trmdef.h │ ├── tt2def.h │ ├── ttdef.h │ ├── uaidef.h │ ├── uicdef.h │ ├── unistdum.h │ ├── va_rangedef.h │ ├── vadef.h │ ├── varargs.h │ ├── vmsopt.c │ ├── vmsopt.h │ ├── wwiddef.h │ ├── xab.h │ ├── xaballdef.h │ ├── xabcxfdef.h │ ├── xabcxrdef.h │ ├── xabdatdef.h │ ├── xabdef.h │ ├── xabfhcdef.h │ ├── xabitmdef.h │ ├── xabjnldef.h │ ├── xabkeydef.h │ ├── xabprodef.h │ ├── xabrdtdef.h │ ├── xabrudef.h │ ├── xabsumdef.h │ ├── xabtrmdef.h │ ├── xmdef.h │ └── zarg.h ├── subprojects ├── grub-0.95-diff1 ├── linker-0_2_6 └── linker-debian6-patch ├── sys └── src │ ├── Makefile │ ├── Makefile.userland │ ├── allocpfn.c │ ├── asmlink.h │ ├── astdel.c │ ├── capability.c │ ├── comdrvsub.c │ ├── deadlock.c │ ├── exception_init.c │ ├── exceptmsg.c │ ├── exsubrout.c │ ├── forkcntrl.c │ ├── init.c │ ├── internals.h │ ├── iociopost.c │ ├── iosubnpag.c │ ├── iosubpagd.c │ ├── iosubrams.c │ ├── lnmsub.c │ ├── lnmsub.h │ ├── look_aside_list.c │ ├── mbdriver.c │ ├── memoryalc.c │ ├── memoryalc_dyn.c │ ├── memoryalc_pool.c │ ├── mutex.c │ ├── out.txt │ ├── pagefault.c │ ├── pagefile.c │ ├── phdutl.c │ ├── postef.c │ ├── process_scan.c │ ├── procstrt.c │ ├── ptalloc.c │ ├── rse.c │ ├── rse.h │ ├── sched.c │ ├── shell.c │ ├── smprout.c │ ├── spinlocks.c │ ├── svapte.c │ ├── swapper.c │ ├── sys_affinity.c │ ├── sysacpfdt.c │ ├── sysadjwsl.c │ ├── sysascefc.c │ ├── sysassign.c │ ├── sysastcon.c │ ├── syscancel.c │ ├── syscanevt.c │ ├── syschgmod.c │ ├── syscli.c │ ├── syscredel.c │ ├── syscreprc.c │ ├── syscrmpsc.c │ ├── syscvrtim.c │ ├── sysdassgn.c │ ├── sysdclexh.c │ ├── sysdelprc.c │ ├── sysdgblsc.c │ ├── sysenqdeq.c │ ├── sysevtsrv.c │ ├── sysexit.c │ ├── sysfao.c │ ├── sysforcex.c │ ├── sysgen.h │ ├── sysgetdvi.c │ ├── sysgetjpi.c │ ├── sysgetlki.c │ ├── sysgetmsg.c │ ├── sysgetsyi.c │ ├── sysgettim.c │ ├── sysimgact.c │ ├── sysimgfix.c │ ├── sysimgsta.c │ ├── syslkwset.c │ ├── syslnm.c │ ├── sysmailbx.c │ ├── sysparprc.c │ ├── syspcntrl.c │ ├── syspurgws.c │ ├── sysputmsg.c │ ├── sysqiofdt.c │ ├── sysqioreq.c │ ├── sysrundwn.c │ ├── sysschevt.c │ ├── syssetexv.c │ ├── syssetime.c │ ├── syssetmod.c │ ├── syssetpri.c │ ├── syssetprt.c │ ├── syssetprv.c │ ├── syssndjbc.c │ ├── syssndmsg.c │ ├── system_data_cells.c │ ├── system_data_cells.h │ ├── system_service_dispatcher.c │ ├── sysupdsec.c │ ├── syswait.c │ ├── t.c │ ├── timeschdl.c │ ├── uai.c │ ├── ucbcredel.c │ ├── vmsbootmem.c │ ├── vmsbuffer.c │ ├── vmsfilemap.c │ ├── vmsirq.c │ ├── vmslib.c │ ├── vmsmemory.c │ ├── vmsmlock.c │ ├── vmsmm.h │ ├── vmsmmap.c │ ├── vmsmprotect.c │ ├── vmsmremap.c │ ├── vmspte.h │ ├── vmsslab.c │ ├── vmsswapfile.c │ ├── vmsvmalloc.c │ └── wrtmfypag.c ├── sysloa └── src │ ├── Makefile │ └── sys_scs.c ├── sysman └── src │ ├── Makefile │ ├── sm_load.c │ ├── sm_main.c │ └── sysman_parse.cld ├── ttdrvr └── src │ ├── Makefile │ ├── console.c │ ├── keyboard.c │ ├── n_tty.c │ ├── pc_keyb.c │ ├── tty_io.c │ ├── tty_ioctl.c │ ├── ttychari.c │ ├── ttycharo.c │ ├── ttydrvdat.c │ ├── ttyfdt.c │ ├── ttystrstp.c │ ├── ttysub.c │ ├── vmsconsole.c │ └── vmspc_keybd.c ├── uaf └── src │ ├── Makefile │ ├── auth_parse.cld │ ├── authmain.c │ ├── authmisc.c │ ├── authshow.c │ ├── sysuaf.dat │ └── uafgen.c └── util32 └── src ├── Makefile └── search.c /BUGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/BUGS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/COPYING.LIB -------------------------------------------------------------------------------- /FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/FAQ -------------------------------------------------------------------------------- /FEATURES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/FEATURES -------------------------------------------------------------------------------- /FEATURES.REDO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/FEATURES.REDO -------------------------------------------------------------------------------- /HOWTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/HOWTO -------------------------------------------------------------------------------- /LICENSES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/LICENSES -------------------------------------------------------------------------------- /LITERATURE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/LITERATURE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.kernel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/Makefile.kernel -------------------------------------------------------------------------------- /Makefile.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/Makefile.linux -------------------------------------------------------------------------------- /PEOPLE: -------------------------------------------------------------------------------- 1 | see bottom om TASKLIST 2 | -------------------------------------------------------------------------------- /PEOPLE.OLD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/PEOPLE.OLD -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/README -------------------------------------------------------------------------------- /Rules.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/Rules.make -------------------------------------------------------------------------------- /Rules.make.freevms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/Rules.make.freevms -------------------------------------------------------------------------------- /TASKLIST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/TASKLIST -------------------------------------------------------------------------------- /TESTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/TESTING -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/TODO -------------------------------------------------------------------------------- /USE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/USE -------------------------------------------------------------------------------- /backup/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/Makefile -------------------------------------------------------------------------------- /backup/src/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/NEWS -------------------------------------------------------------------------------- /backup/src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/README -------------------------------------------------------------------------------- /backup/src/backdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/backdef.h -------------------------------------------------------------------------------- /backup/src/build.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/build.com -------------------------------------------------------------------------------- /backup/src/dclmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/dclmain.c -------------------------------------------------------------------------------- /backup/src/dclmain2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/dclmain2.c -------------------------------------------------------------------------------- /backup/src/getoptmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/getoptmain.c -------------------------------------------------------------------------------- /backup/src/match.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/match.c -------------------------------------------------------------------------------- /backup/src/sysdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/sysdep.h -------------------------------------------------------------------------------- /backup/src/vmsbackup.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/vmsbackup.1 -------------------------------------------------------------------------------- /backup/src/vmsbackup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/vmsbackup.c -------------------------------------------------------------------------------- /backup/src/vmsbackup.cld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/vmsbackup.cld -------------------------------------------------------------------------------- /backup/src/vmsbackup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/backup/src/vmsbackup.h -------------------------------------------------------------------------------- /bliss/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/bliss/src/Makefile -------------------------------------------------------------------------------- /bliss/src/download-bliss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/bliss/src/download-bliss -------------------------------------------------------------------------------- /bliss/src/make-bliss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/bliss/src/make-bliss -------------------------------------------------------------------------------- /boots/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/boots/src/Makefile -------------------------------------------------------------------------------- /boots/src/configure.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/boots/src/configure.c -------------------------------------------------------------------------------- /cdu/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/Makefile -------------------------------------------------------------------------------- /cdu/src/ansidecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/ansidecl.h -------------------------------------------------------------------------------- /cdu/src/cdumain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cdumain.c -------------------------------------------------------------------------------- /cdu/src/cld-lang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cld-lang.c -------------------------------------------------------------------------------- /cdu/src/cld.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cld.def -------------------------------------------------------------------------------- /cdu/src/cld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cld.h -------------------------------------------------------------------------------- /cdu/src/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cli.c -------------------------------------------------------------------------------- /cdu/src/cli.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cli.h -------------------------------------------------------------------------------- /cdu/src/cli2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cli2.c -------------------------------------------------------------------------------- /cdu/src/cli3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cli3.c -------------------------------------------------------------------------------- /cdu/src/clilex.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/clilex.l -------------------------------------------------------------------------------- /cdu/src/cliparse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/cliparse.h -------------------------------------------------------------------------------- /cdu/src/elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/elf.c -------------------------------------------------------------------------------- /cdu/src/hashtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/hashtab.h -------------------------------------------------------------------------------- /cdu/src/hashtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/hashtable.c -------------------------------------------------------------------------------- /cdu/src/hashtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/hashtable.h -------------------------------------------------------------------------------- /cdu/src/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/input.h -------------------------------------------------------------------------------- /cdu/src/lex.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/lex.l -------------------------------------------------------------------------------- /cdu/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/main.c -------------------------------------------------------------------------------- /cdu/src/parse.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/parse.y -------------------------------------------------------------------------------- /cdu/src/stringpool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/stringpool.c -------------------------------------------------------------------------------- /cdu/src/tree-check.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/tree-check.h -------------------------------------------------------------------------------- /cdu/src/tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/tree.c -------------------------------------------------------------------------------- /cdu/src/tree.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/tree.def -------------------------------------------------------------------------------- /cdu/src/tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cdu/src/tree.h -------------------------------------------------------------------------------- /cld/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cld/src/Makefile -------------------------------------------------------------------------------- /cld/src/all.cld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cld/src/all.cld -------------------------------------------------------------------------------- /cliutl/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/Makefile -------------------------------------------------------------------------------- /cliutl/src/create.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/create.c -------------------------------------------------------------------------------- /cliutl/src/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/misc.c -------------------------------------------------------------------------------- /cliutl/src/setmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/setmain.c -------------------------------------------------------------------------------- /cliutl/src/setproces.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/setproces.c -------------------------------------------------------------------------------- /cliutl/src/setsec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/setsec.c -------------------------------------------------------------------------------- /cliutl/src/setwork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/setwork.c -------------------------------------------------------------------------------- /cliutl/src/showdevice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/showdevice.c -------------------------------------------------------------------------------- /cliutl/src/showlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/showlog.c -------------------------------------------------------------------------------- /cliutl/src/showmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/showmain.c -------------------------------------------------------------------------------- /cliutl/src/showmemory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/showmemory.c -------------------------------------------------------------------------------- /cliutl/src/showsystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/showsystem.c -------------------------------------------------------------------------------- /cliutl/src/showwork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/showwork.c -------------------------------------------------------------------------------- /cliutl/src/type.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cliutl/src/type.c -------------------------------------------------------------------------------- /cmuip/central/namsym.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/central/namsym.req -------------------------------------------------------------------------------- /cmuip/central/netaux.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/central/netaux.bli -------------------------------------------------------------------------------- /cmuip/central/netaux.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/central/netaux.req -------------------------------------------------------------------------------- /cmuip/central/netvms.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/central/netvms.req -------------------------------------------------------------------------------- /cmuip/ipacp/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/Makefile -------------------------------------------------------------------------------- /cmuip/ipacp/src/asn1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/asn1.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/asn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/asn1.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/asn1.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/asn1.req -------------------------------------------------------------------------------- /cmuip/ipacp/src/auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/auth.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/cacc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/cacc.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/cmuip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/cmuip.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/config.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/fatdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/fatdef.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/icmp.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/icmp.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/icmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/icmp.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/ioutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/ioutil.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/ip.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/ip.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/ip.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/maclib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/maclib.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/main.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/main.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/main.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/mem.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/mem.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/mem.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/memgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/memgr.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/mib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/mib.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/mount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/mount.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/netvms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/netvms.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/nfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/nfs.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/nfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/nfs.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/nmlook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/nmlook.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/route.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/route.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/rpc.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/rpc.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/snmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/snmp.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/snmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/snmp.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/snmp.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/snmp.req -------------------------------------------------------------------------------- /cmuip/ipacp/src/stat.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/stat.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/stat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/stat.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/tcp.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/tcp.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/tcp.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/tcp.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/tcp.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/tcp.req -------------------------------------------------------------------------------- /cmuip/ipacp/src/telnet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/telnet.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/udp.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/udp.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/udp.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/user.bli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/user.bli -------------------------------------------------------------------------------- /cmuip/ipacp/src/user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/user.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/vmslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/vmslib.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/xdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/xdr.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/xdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/xdr.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/xearp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/xearp.h -------------------------------------------------------------------------------- /cmuip/ipacp/src/xedrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/xedrv.c -------------------------------------------------------------------------------- /cmuip/ipacp/src/xedrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/ipacp/src/xedrv.h -------------------------------------------------------------------------------- /cmuip/libcmu/src/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/libcmu/src/file.h -------------------------------------------------------------------------------- /cmuip/libcmu/src/if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/libcmu/src/if.h -------------------------------------------------------------------------------- /cmuip/libcmu/src/inet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/libcmu/src/inet.c -------------------------------------------------------------------------------- /cmuip/libcmu/src/ioctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/libcmu/src/ioctl.h -------------------------------------------------------------------------------- /cmuip/libcmu/src/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/libcmu/src/time.h -------------------------------------------------------------------------------- /cmuip/libcmu/src/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/libcmu/src/types.h -------------------------------------------------------------------------------- /cmuip/telnet/src/cli.r32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/telnet/src/cli.r32 -------------------------------------------------------------------------------- /cmuip/telnet/src/key.b32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/telnet/src/key.b32 -------------------------------------------------------------------------------- /cmuip/telnet/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/cmuip/telnet/src/main.c -------------------------------------------------------------------------------- /copy/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/copy/src/Makefile -------------------------------------------------------------------------------- /copy/src/copy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/copy/src/copy.c -------------------------------------------------------------------------------- /crtl/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/crtl/src/Makefile -------------------------------------------------------------------------------- /dcl/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/Makefile -------------------------------------------------------------------------------- /dcl/src/cli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/cli.c -------------------------------------------------------------------------------- /dcl/src/clicall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/clicall.c -------------------------------------------------------------------------------- /dcl/src/cliexpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/cliexpr.c -------------------------------------------------------------------------------- /dcl/src/elf_i386.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/elf_i386.x -------------------------------------------------------------------------------- /dcl/src/elf_x86_64.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/elf_x86_64.x -------------------------------------------------------------------------------- /dcl/src/install.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/install.com -------------------------------------------------------------------------------- /dcl/src/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/install.sh -------------------------------------------------------------------------------- /dcl/src/startup.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/startup.com -------------------------------------------------------------------------------- /dcl/src/test1.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test1.com -------------------------------------------------------------------------------- /dcl/src/test2.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test2.com -------------------------------------------------------------------------------- /dcl/src/test3.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test3.com -------------------------------------------------------------------------------- /dcl/src/test4.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test4.com -------------------------------------------------------------------------------- /dcl/src/test5.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test5.com -------------------------------------------------------------------------------- /dcl/src/test6.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test6.com -------------------------------------------------------------------------------- /dcl/src/test7.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test7.com -------------------------------------------------------------------------------- /dcl/src/test8.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dcl/src/test8.com -------------------------------------------------------------------------------- /delete/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/delete/src/Makefile -------------------------------------------------------------------------------- /delete/src/delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/delete/src/delete.c -------------------------------------------------------------------------------- /dfu/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/Makefile -------------------------------------------------------------------------------- /dfu/src/aaareadme.1st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/aaareadme.1st -------------------------------------------------------------------------------- /dfu/src/alphartl.opt: -------------------------------------------------------------------------------- 1 | identification="DFU AXP V2.2-0" -------------------------------------------------------------------------------- /dfu/src/cc_decc.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/cc_decc.com -------------------------------------------------------------------------------- /dfu/src/cc_vaxc.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/cc_vaxc.com -------------------------------------------------------------------------------- /dfu/src/dfu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfu.c -------------------------------------------------------------------------------- /dfu/src/dfu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfu.h -------------------------------------------------------------------------------- /dfu/src/dfu_bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfu_bitmap.c -------------------------------------------------------------------------------- /dfu/src/dfu_filedir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfu_filedir.c -------------------------------------------------------------------------------- /dfu/src/dfu_ifscan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfu_ifscan.c -------------------------------------------------------------------------------- /dfu/src/dfu_tables.cld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfu_tables.cld -------------------------------------------------------------------------------- /dfu/src/dfuhlp.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfuhlp.hlp -------------------------------------------------------------------------------- /dfu/src/dfumsg.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/dfumsg.msg -------------------------------------------------------------------------------- /dfu/src/fibdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/fibdef.h -------------------------------------------------------------------------------- /dfu/src/file_hdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/file_hdr.h -------------------------------------------------------------------------------- /dfu/src/home2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/home2def.h -------------------------------------------------------------------------------- /dfu/src/smgdef2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/smgdef2.h -------------------------------------------------------------------------------- /dfu/src/vaxrtl.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dfu/src/vaxrtl.opt -------------------------------------------------------------------------------- /dif/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dif/src/Makefile -------------------------------------------------------------------------------- /dif/src/diff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dif/src/diff.c -------------------------------------------------------------------------------- /dir/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dir/src/Makefile -------------------------------------------------------------------------------- /dir/src/directory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/dir/src/directory.c -------------------------------------------------------------------------------- /diskimage/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/Makefile -------------------------------------------------------------------------------- /diskimage/createimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/createimage -------------------------------------------------------------------------------- /diskimage/createvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/createvb -------------------------------------------------------------------------------- /diskimage/createvbimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/createvbimage -------------------------------------------------------------------------------- /diskimage/fsckimage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/fsckimage -------------------------------------------------------------------------------- /diskimage/grub.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/grub.cfg -------------------------------------------------------------------------------- /diskimage/grub.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/grub.conf -------------------------------------------------------------------------------- /diskimage/install-iomm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/install-iomm -------------------------------------------------------------------------------- /diskimage/instmnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/diskimage/instmnt -------------------------------------------------------------------------------- /doc/doxygen-dollar-filter: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | sed -e "s/\\$/_/" < $1 -------------------------------------------------------------------------------- /doc/doxygen.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/doc/doxygen.conf -------------------------------------------------------------------------------- /doc/internals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/doc/internals -------------------------------------------------------------------------------- /doc/misc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/doc/misc -------------------------------------------------------------------------------- /doc/rmsint2.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/doc/rmsint2.doc -------------------------------------------------------------------------------- /doc/sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/doc/sca -------------------------------------------------------------------------------- /doc/sca2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/doc/sca2 -------------------------------------------------------------------------------- /driver/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/Makefile -------------------------------------------------------------------------------- /driver/src/dq/dqdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/dq/dqdriver.c -------------------------------------------------------------------------------- /driver/src/dq/ide-info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/dq/ide-info.c -------------------------------------------------------------------------------- /driver/src/drivmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/drivmisc.c -------------------------------------------------------------------------------- /driver/src/dudriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/dudriver.c -------------------------------------------------------------------------------- /driver/src/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/file.c -------------------------------------------------------------------------------- /driver/src/id/ide-disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/id/ide-disk.c -------------------------------------------------------------------------------- /driver/src/id/ide-dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/id/ide-dma.c -------------------------------------------------------------------------------- /driver/src/id/ide-pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/id/ide-pci.c -------------------------------------------------------------------------------- /driver/src/id/ide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/id/ide.c -------------------------------------------------------------------------------- /driver/src/null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/null.c -------------------------------------------------------------------------------- /driver/src/pedriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/pedriver.c -------------------------------------------------------------------------------- /driver/src/pvdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/pvdriver.c -------------------------------------------------------------------------------- /driver/src/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/random.c -------------------------------------------------------------------------------- /driver/src/scs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/scs.c -------------------------------------------------------------------------------- /driver/src/ubdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/driver/src/ubdriver.c -------------------------------------------------------------------------------- /edt/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/Makefile -------------------------------------------------------------------------------- /edt/src/ch_screen_dumb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/ch_screen_dumb.c -------------------------------------------------------------------------------- /edt/src/chrutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/chrutils.c -------------------------------------------------------------------------------- /edt/src/cmd_change.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_change.c -------------------------------------------------------------------------------- /edt/src/cmd_copy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_copy.c -------------------------------------------------------------------------------- /edt/src/cmd_delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_delete.c -------------------------------------------------------------------------------- /edt/src/cmd_exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_exit.c -------------------------------------------------------------------------------- /edt/src/cmd_find.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_find.c -------------------------------------------------------------------------------- /edt/src/cmd_help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_help.c -------------------------------------------------------------------------------- /edt/src/cmd_include.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_include.c -------------------------------------------------------------------------------- /edt/src/cmd_insert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_insert.c -------------------------------------------------------------------------------- /edt/src/cmd_move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_move.c -------------------------------------------------------------------------------- /edt/src/cmd_open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_open.c -------------------------------------------------------------------------------- /edt/src/cmd_quit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_quit.c -------------------------------------------------------------------------------- /edt/src/cmd_resequence.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_resequence.c -------------------------------------------------------------------------------- /edt/src/cmd_set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_set.c -------------------------------------------------------------------------------- /edt/src/cmd_show.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_show.c -------------------------------------------------------------------------------- /edt/src/cmd_substitute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_substitute.c -------------------------------------------------------------------------------- /edt/src/cmd_type.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_type.c -------------------------------------------------------------------------------- /edt/src/cmd_write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmd_write.c -------------------------------------------------------------------------------- /edt/src/cmdtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/cmdtbl.h -------------------------------------------------------------------------------- /edt/src/crash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/crash.c -------------------------------------------------------------------------------- /edt/src/edt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/edt.c -------------------------------------------------------------------------------- /edt/src/edt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/edt.h -------------------------------------------------------------------------------- /edt/src/edt.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/edt.hlp -------------------------------------------------------------------------------- /edt/src/edt.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/edt.opt -------------------------------------------------------------------------------- /edt/src/edx.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/edx.com -------------------------------------------------------------------------------- /edt/src/elfc.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/elfc.bash -------------------------------------------------------------------------------- /edt/src/journaling.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/journaling.c -------------------------------------------------------------------------------- /edt/src/keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/keypad.c -------------------------------------------------------------------------------- /edt/src/line.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/line.c -------------------------------------------------------------------------------- /edt/src/ln_command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/ln_command.c -------------------------------------------------------------------------------- /edt/src/os.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/os.c -------------------------------------------------------------------------------- /edt/src/output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/output.c -------------------------------------------------------------------------------- /edt/src/ozmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/ozmake -------------------------------------------------------------------------------- /edt/src/range.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/range.c -------------------------------------------------------------------------------- /edt/src/read_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/read_file.c -------------------------------------------------------------------------------- /edt/src/relposition.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/relposition.c -------------------------------------------------------------------------------- /edt/src/representation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/representation.c -------------------------------------------------------------------------------- /edt/src/selecterror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/selecterror.c -------------------------------------------------------------------------------- /edt/src/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/string.c -------------------------------------------------------------------------------- /edt/src/write_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/edt/src/write_file.c -------------------------------------------------------------------------------- /envscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/envscript -------------------------------------------------------------------------------- /examples/INET$CONFIG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/INET$CONFIG -------------------------------------------------------------------------------- /examples/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/Makefile -------------------------------------------------------------------------------- /examples/astdel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/astdel.c -------------------------------------------------------------------------------- /examples/cef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/cef.c -------------------------------------------------------------------------------- /examples/cefq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/cefq.c -------------------------------------------------------------------------------- /examples/cefwait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/cefwait.c -------------------------------------------------------------------------------- /examples/cm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/cm.c -------------------------------------------------------------------------------- /examples/crec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/crec.c -------------------------------------------------------------------------------- /examples/creprc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/creprc.c -------------------------------------------------------------------------------- /examples/ef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/ef.c -------------------------------------------------------------------------------- /examples/eftim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/eftim.c -------------------------------------------------------------------------------- /examples/enq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/enq.c -------------------------------------------------------------------------------- /examples/enq2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/enq2.c -------------------------------------------------------------------------------- /examples/forcex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/forcex.c -------------------------------------------------------------------------------- /examples/getdvi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/getdvi.c -------------------------------------------------------------------------------- /examples/getjpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/getjpi.c -------------------------------------------------------------------------------- /examples/gettim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/gettim.c -------------------------------------------------------------------------------- /examples/hi.c: -------------------------------------------------------------------------------- 1 | main() 2 | { 3 | printf("hi\n"); 4 | } 5 | -------------------------------------------------------------------------------- /examples/inout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/inout.c -------------------------------------------------------------------------------- /examples/lnm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/lnm.c -------------------------------------------------------------------------------- /examples/lnm2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/lnm2.c -------------------------------------------------------------------------------- /examples/mbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/mbx.c -------------------------------------------------------------------------------- /examples/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/mem.c -------------------------------------------------------------------------------- /examples/memf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/memf.c -------------------------------------------------------------------------------- /examples/modes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/modes.c -------------------------------------------------------------------------------- /examples/net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/net -------------------------------------------------------------------------------- /examples/net2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/net2 -------------------------------------------------------------------------------- /examples/qio1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/qio1.c -------------------------------------------------------------------------------- /examples/qio2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/qio2.c -------------------------------------------------------------------------------- /examples/schdwk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/schdwk.c -------------------------------------------------------------------------------- /examples/script.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/script.com -------------------------------------------------------------------------------- /examples/script2.com: -------------------------------------------------------------------------------- 1 | here: 2 | sh def 3 | goto here 4 | -------------------------------------------------------------------------------- /examples/synch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/synch.c -------------------------------------------------------------------------------- /examples/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/timer.c -------------------------------------------------------------------------------- /examples/wake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/examples/wake.c -------------------------------------------------------------------------------- /ext2/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/Makefile -------------------------------------------------------------------------------- /ext2/src/balloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/balloc.c -------------------------------------------------------------------------------- /ext2/src/bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/bitmap.c -------------------------------------------------------------------------------- /ext2/src/dir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/dir.c -------------------------------------------------------------------------------- /ext2/src/ext2access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/ext2access.c -------------------------------------------------------------------------------- /ext2/src/ext2direct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/ext2direct.c -------------------------------------------------------------------------------- /ext2/src/ext2update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/ext2update.c -------------------------------------------------------------------------------- /ext2/src/ext2vms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/ext2vms.c -------------------------------------------------------------------------------- /ext2/src/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/file.c -------------------------------------------------------------------------------- /ext2/src/fsync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/fsync.c -------------------------------------------------------------------------------- /ext2/src/ialloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/ialloc.c -------------------------------------------------------------------------------- /ext2/src/inode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/inode.c -------------------------------------------------------------------------------- /ext2/src/ioctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/ioctl.c -------------------------------------------------------------------------------- /ext2/src/namei.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/namei.c -------------------------------------------------------------------------------- /ext2/src/super.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/super.c -------------------------------------------------------------------------------- /ext2/src/symlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/symlink.c -------------------------------------------------------------------------------- /ext2/src/x2p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ext2/src/x2p.h -------------------------------------------------------------------------------- /f11x/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/Makefile -------------------------------------------------------------------------------- /f11x/src/access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/access.c -------------------------------------------------------------------------------- /f11x/src/access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/access.h -------------------------------------------------------------------------------- /f11x/src/acl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/acl.c -------------------------------------------------------------------------------- /f11x/src/direct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/direct.c -------------------------------------------------------------------------------- /f11x/src/direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/direct.h -------------------------------------------------------------------------------- /f11x/src/dispatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/dispatch.c -------------------------------------------------------------------------------- /f11x/src/lockers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/lockers.c -------------------------------------------------------------------------------- /f11x/src/update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/update.c -------------------------------------------------------------------------------- /f11x/src/xqp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/f11x/src/xqp.h -------------------------------------------------------------------------------- /grub/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/grub/src/Makefile -------------------------------------------------------------------------------- /grub/src/download-grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/grub/src/download-grub -------------------------------------------------------------------------------- /grub/src/make-grub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/grub/src/make-grub -------------------------------------------------------------------------------- /init/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/init/src/Makefile -------------------------------------------------------------------------------- /init/src/initialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/init/src/initialize.c -------------------------------------------------------------------------------- /init/src/initialize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/init/src/initialize.h -------------------------------------------------------------------------------- /init/src/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/init/src/utils.c -------------------------------------------------------------------------------- /init/src/utils2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/init/src/utils2.c -------------------------------------------------------------------------------- /instal/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/instal/src/Makefile -------------------------------------------------------------------------------- /instal/src/instadd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/instal/src/instadd.c -------------------------------------------------------------------------------- /instal/src/instmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/instal/src/instmain.c -------------------------------------------------------------------------------- /instal/src/instmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/instal/src/instmisc.c -------------------------------------------------------------------------------- /jobctl/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/jobctl/src/Makefile -------------------------------------------------------------------------------- /jobctl/src/jobcontrol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/jobctl/src/jobcontrol.c -------------------------------------------------------------------------------- /jobctl/src/unsolicit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/jobctl/src/unsolicit.c -------------------------------------------------------------------------------- /lan/src/3c59x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/3c59x.c -------------------------------------------------------------------------------- /lan/src/8390.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/8390.c -------------------------------------------------------------------------------- /lan/src/8390.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/8390.h -------------------------------------------------------------------------------- /lan/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/Makefile -------------------------------------------------------------------------------- /lan/src/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/common.c -------------------------------------------------------------------------------- /lan/src/e1000/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/LICENSE -------------------------------------------------------------------------------- /lan/src/e1000/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/Makefile -------------------------------------------------------------------------------- /lan/src/e1000/e1000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/e1000.h -------------------------------------------------------------------------------- /lan/src/e1000/e1000_hw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/e1000_hw.c -------------------------------------------------------------------------------- /lan/src/e1000/e1000_hw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/e1000_hw.h -------------------------------------------------------------------------------- /lan/src/e1000/kcompat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/kcompat.c -------------------------------------------------------------------------------- /lan/src/e1000/kcompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/e1000/kcompat.h -------------------------------------------------------------------------------- /lan/src/mii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/mii.c -------------------------------------------------------------------------------- /lan/src/ne.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/ne.c -------------------------------------------------------------------------------- /lan/src/ne2k-pci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lan/src/ne2k-pci.c -------------------------------------------------------------------------------- /lib/src/acbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/acbdef.h -------------------------------------------------------------------------------- /lib/src/acp_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/acp_routines.h -------------------------------------------------------------------------------- /lib/src/adpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/adpdef.h -------------------------------------------------------------------------------- /lib/src/aqbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/aqbdef.h -------------------------------------------------------------------------------- /lib/src/arbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/arbdef.h -------------------------------------------------------------------------------- /lib/src/areadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/areadef.h -------------------------------------------------------------------------------- /lib/src/bktdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/bktdef.h -------------------------------------------------------------------------------- /lib/src/boddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/boddef.h -------------------------------------------------------------------------------- /lib/src/btddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/btddef.h -------------------------------------------------------------------------------- /lib/src/bufiodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/bufiodef.h -------------------------------------------------------------------------------- /lib/src/busarraydef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/busarraydef.h -------------------------------------------------------------------------------- /lib/src/cbbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cbbdef.h -------------------------------------------------------------------------------- /lib/src/ccbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ccbdef.h -------------------------------------------------------------------------------- /lib/src/ccdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ccdef.h -------------------------------------------------------------------------------- /lib/src/cddbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cddbdef.h -------------------------------------------------------------------------------- /lib/src/cdldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cdldef.h -------------------------------------------------------------------------------- /lib/src/cdrpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cdrpdef.h -------------------------------------------------------------------------------- /lib/src/cdtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cdtdef.h -------------------------------------------------------------------------------- /lib/src/cebdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cebdef.h -------------------------------------------------------------------------------- /lib/src/chdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/chdef.h -------------------------------------------------------------------------------- /lib/src/chpctldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/chpctldef.h -------------------------------------------------------------------------------- /lib/src/chpretdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/chpretdef.h -------------------------------------------------------------------------------- /lib/src/clmdrsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/clmdrsdef.h -------------------------------------------------------------------------------- /lib/src/clsmsgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/clsmsgdef.h -------------------------------------------------------------------------------- /lib/src/clubdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/clubdef.h -------------------------------------------------------------------------------- /lib/src/cludcbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cludcbdef.h -------------------------------------------------------------------------------- /lib/src/cnctdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cnctdef.h -------------------------------------------------------------------------------- /lib/src/com_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/com_routines.h -------------------------------------------------------------------------------- /lib/src/config_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/config_table.h -------------------------------------------------------------------------------- /lib/src/cpbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cpbdef.h -------------------------------------------------------------------------------- /lib/src/cpudef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cpudef.h -------------------------------------------------------------------------------- /lib/src/crabdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/crabdef.h -------------------------------------------------------------------------------- /lib/src/cramdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cramdef.h -------------------------------------------------------------------------------- /lib/src/crbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/crbdef.h -------------------------------------------------------------------------------- /lib/src/crctxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/crctxdef.h -------------------------------------------------------------------------------- /lib/src/csbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/csbdef.h -------------------------------------------------------------------------------- /lib/src/csdtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/csdtdef.h -------------------------------------------------------------------------------- /lib/src/cspdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cspdef.h -------------------------------------------------------------------------------- /lib/src/ctddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ctddef.h -------------------------------------------------------------------------------- /lib/src/ctsidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ctsidef.h -------------------------------------------------------------------------------- /lib/src/cwpsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cwpsdef.h -------------------------------------------------------------------------------- /lib/src/cxbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/cxbdef.h -------------------------------------------------------------------------------- /lib/src/ddbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ddbdef.h -------------------------------------------------------------------------------- /lib/src/ddtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ddtdef.h -------------------------------------------------------------------------------- /lib/src/diobmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/diobmdef.h -------------------------------------------------------------------------------- /lib/src/dirdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/dirdef.h -------------------------------------------------------------------------------- /lib/src/dptdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/dptdef.h -------------------------------------------------------------------------------- /lib/src/dsrvdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/dsrvdef.h -------------------------------------------------------------------------------- /lib/src/dtndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/dtndef.h -------------------------------------------------------------------------------- /lib/src/dyndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/dyndef.h -------------------------------------------------------------------------------- /lib/src/eihadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eihadef.h -------------------------------------------------------------------------------- /lib/src/eihddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eihddef.h -------------------------------------------------------------------------------- /lib/src/eihidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eihidef.h -------------------------------------------------------------------------------- /lib/src/eihpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eihpdef.h -------------------------------------------------------------------------------- /lib/src/eihsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eihsdef.h -------------------------------------------------------------------------------- /lib/src/eihvndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eihvndef.h -------------------------------------------------------------------------------- /lib/src/eisddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/eisddef.h -------------------------------------------------------------------------------- /lib/src/embdvdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/embdvdef.h -------------------------------------------------------------------------------- /lib/src/embhddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/embhddef.h -------------------------------------------------------------------------------- /lib/src/erl_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/erl_routines.h -------------------------------------------------------------------------------- /lib/src/evtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/evtdef.h -------------------------------------------------------------------------------- /lib/src/exe_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/exe_routines.h -------------------------------------------------------------------------------- /lib/src/fatdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fatdef.h -------------------------------------------------------------------------------- /lib/src/fcbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fcbdef.h -------------------------------------------------------------------------------- /lib/src/fdtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fdtdef.h -------------------------------------------------------------------------------- /lib/src/fh2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fh2def.h -------------------------------------------------------------------------------- /lib/src/fi2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fi2def.h -------------------------------------------------------------------------------- /lib/src/fi5def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fi5def.h -------------------------------------------------------------------------------- /lib/src/fkbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fkbdef.h -------------------------------------------------------------------------------- /lib/src/fm2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/fm2def.h -------------------------------------------------------------------------------- /lib/src/ftrddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ftrddef.h -------------------------------------------------------------------------------- /lib/src/ftucbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ftucbdef.h -------------------------------------------------------------------------------- /lib/src/ftvecdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ftvecdef.h -------------------------------------------------------------------------------- /lib/src/gsddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/gsddef.h -------------------------------------------------------------------------------- /lib/src/hm2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/hm2def.h -------------------------------------------------------------------------------- /lib/src/hqbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/hqbdef.h -------------------------------------------------------------------------------- /lib/src/hrbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/hrbdef.h -------------------------------------------------------------------------------- /lib/src/hwprtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/hwprtdef.h -------------------------------------------------------------------------------- /lib/src/iafdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/iafdef.h -------------------------------------------------------------------------------- /lib/src/idbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/idbdef.h -------------------------------------------------------------------------------- /lib/src/ifbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ifbdef.h -------------------------------------------------------------------------------- /lib/src/ihadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ihadef.h -------------------------------------------------------------------------------- /lib/src/ihddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ihddef.h -------------------------------------------------------------------------------- /lib/src/ihidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ihidef.h -------------------------------------------------------------------------------- /lib/src/ihpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ihpdef.h -------------------------------------------------------------------------------- /lib/src/ihsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ihsdef.h -------------------------------------------------------------------------------- /lib/src/ihvndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ihvndef.h -------------------------------------------------------------------------------- /lib/src/imcbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/imcbdef.h -------------------------------------------------------------------------------- /lib/src/ioc_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ioc_routines.h -------------------------------------------------------------------------------- /lib/src/iocdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/iocdef.h -------------------------------------------------------------------------------- /lib/src/iogendef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/iogendef.h -------------------------------------------------------------------------------- /lib/src/ipldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ipldef.h -------------------------------------------------------------------------------- /lib/src/irbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/irbdef.h -------------------------------------------------------------------------------- /lib/src/ircdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ircdef.h -------------------------------------------------------------------------------- /lib/src/irpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/irpdef.h -------------------------------------------------------------------------------- /lib/src/isddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/isddef.h -------------------------------------------------------------------------------- /lib/src/jibdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/jibdef.h -------------------------------------------------------------------------------- /lib/src/keydef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/keydef.h -------------------------------------------------------------------------------- /lib/src/kfedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/kfedef.h -------------------------------------------------------------------------------- /lib/src/kfpbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/kfpbdef.h -------------------------------------------------------------------------------- /lib/src/kpbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/kpbdef.h -------------------------------------------------------------------------------- /lib/src/lckctxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/lckctxdef.h -------------------------------------------------------------------------------- /lib/src/ldr_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ldr_routines.h -------------------------------------------------------------------------------- /lib/src/lib.req: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/lib.req -------------------------------------------------------------------------------- /lib/src/lkbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/lkbdef.h -------------------------------------------------------------------------------- /lib/src/lnmstrdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/lnmstrdef.h -------------------------------------------------------------------------------- /lib/src/lsbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/lsbdef.h -------------------------------------------------------------------------------- /lib/src/mbxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mbxdef.h -------------------------------------------------------------------------------- /lib/src/misc_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/misc_routines.h -------------------------------------------------------------------------------- /lib/src/mmg_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mmg_functions.h -------------------------------------------------------------------------------- /lib/src/mmg_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mmg_routines.h -------------------------------------------------------------------------------- /lib/src/mmgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mmgdef.h -------------------------------------------------------------------------------- /lib/src/mpwdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mpwdef.h -------------------------------------------------------------------------------- /lib/src/mscpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mscpdef.h -------------------------------------------------------------------------------- /lib/src/mtldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mtldef.h -------------------------------------------------------------------------------- /lib/src/mtxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mtxdef.h -------------------------------------------------------------------------------- /lib/src/mutexdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mutexdef.h -------------------------------------------------------------------------------- /lib/src/mytypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/mytypes.h -------------------------------------------------------------------------------- /lib/src/ndtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ndtdef.h -------------------------------------------------------------------------------- /lib/src/nisca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/nisca.h -------------------------------------------------------------------------------- /lib/src/nmadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/nmadef.h -------------------------------------------------------------------------------- /lib/src/nphdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/nphdef.h -------------------------------------------------------------------------------- /lib/src/npool_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/npool_data.h -------------------------------------------------------------------------------- /lib/src/orbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/orbdef.h -------------------------------------------------------------------------------- /lib/src/pbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pbdef.h -------------------------------------------------------------------------------- /lib/src/pcbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pcbdef.h -------------------------------------------------------------------------------- /lib/src/pcidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pcidef.h -------------------------------------------------------------------------------- /lib/src/pdtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pdtdef.h -------------------------------------------------------------------------------- /lib/src/pfldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pfldef.h -------------------------------------------------------------------------------- /lib/src/pflmapdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pflmapdef.h -------------------------------------------------------------------------------- /lib/src/pfn_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pfn_macros.h -------------------------------------------------------------------------------- /lib/src/pfndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pfndef.h -------------------------------------------------------------------------------- /lib/src/phddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/phddef.h -------------------------------------------------------------------------------- /lib/src/plgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/plgdef.h -------------------------------------------------------------------------------- /lib/src/portdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/portdef.h -------------------------------------------------------------------------------- /lib/src/portqbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/portqbdef.h -------------------------------------------------------------------------------- /lib/src/pqbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pqbdef.h -------------------------------------------------------------------------------- /lib/src/prcpoldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/prcpoldef.h -------------------------------------------------------------------------------- /lib/src/pridef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pridef.h -------------------------------------------------------------------------------- /lib/src/pscanctxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pscanctxdef.h -------------------------------------------------------------------------------- /lib/src/pte_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/pte_functions.h -------------------------------------------------------------------------------- /lib/src/ptedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ptedef.h -------------------------------------------------------------------------------- /lib/src/qscsbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/qscsbdef.h -------------------------------------------------------------------------------- /lib/src/qscsedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/qscsedef.h -------------------------------------------------------------------------------- /lib/src/qssysdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/qssysdef.h -------------------------------------------------------------------------------- /lib/src/rddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/rddef.h -------------------------------------------------------------------------------- /lib/src/rdedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/rdedef.h -------------------------------------------------------------------------------- /lib/src/rdtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/rdtdef.h -------------------------------------------------------------------------------- /lib/src/rsbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/rsbdef.h -------------------------------------------------------------------------------- /lib/src/rsndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/rsndef.h -------------------------------------------------------------------------------- /lib/src/rvtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/rvtdef.h -------------------------------------------------------------------------------- /lib/src/sbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/sbdef.h -------------------------------------------------------------------------------- /lib/src/sbnbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/sbnbdef.h -------------------------------------------------------------------------------- /lib/src/scbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scbdef.h -------------------------------------------------------------------------------- /lib/src/scdrpdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scdrpdef.h -------------------------------------------------------------------------------- /lib/src/sch_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/sch_routines.h -------------------------------------------------------------------------------- /lib/src/schdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/schdef.h -------------------------------------------------------------------------------- /lib/src/scqdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scqdef.h -------------------------------------------------------------------------------- /lib/src/scs_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scs_routines.h -------------------------------------------------------------------------------- /lib/src/scscmgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scscmgdef.h -------------------------------------------------------------------------------- /lib/src/scsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scsdef.h -------------------------------------------------------------------------------- /lib/src/scsidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scsidef.h -------------------------------------------------------------------------------- /lib/src/scsnetdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/scsnetdef.h -------------------------------------------------------------------------------- /lib/src/shldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/shldef.h -------------------------------------------------------------------------------- /lib/src/shm_iddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/shm_iddef.h -------------------------------------------------------------------------------- /lib/src/smp_routines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/smp_routines.h -------------------------------------------------------------------------------- /lib/src/splcoddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/splcoddef.h -------------------------------------------------------------------------------- /lib/src/spldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/spldef.h -------------------------------------------------------------------------------- /lib/src/statedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/statedef.h -------------------------------------------------------------------------------- /lib/src/sysap_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/sysap_macros.h -------------------------------------------------------------------------------- /lib/src/sysapdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/sysapdef.h -------------------------------------------------------------------------------- /lib/src/tastdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/tastdef.h -------------------------------------------------------------------------------- /lib/src/tqedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/tqedef.h -------------------------------------------------------------------------------- /lib/src/ttydef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ttydef.h -------------------------------------------------------------------------------- /lib/src/ttyrbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ttyrbdef.h -------------------------------------------------------------------------------- /lib/src/ttytadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ttytadef.h -------------------------------------------------------------------------------- /lib/src/ttyucbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ttyucbdef.h -------------------------------------------------------------------------------- /lib/src/ttyvecdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ttyvecdef.h -------------------------------------------------------------------------------- /lib/src/uafdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/uafdef.h -------------------------------------------------------------------------------- /lib/src/ucbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ucbdef.h -------------------------------------------------------------------------------- /lib/src/ucbnidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/ucbnidef.h -------------------------------------------------------------------------------- /lib/src/vcbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vcbdef.h -------------------------------------------------------------------------------- /lib/src/vcdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vcdef.h -------------------------------------------------------------------------------- /lib/src/vecdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vecdef.h -------------------------------------------------------------------------------- /lib/src/vfddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vfddef.h -------------------------------------------------------------------------------- /lib/src/vms_drivers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vms_drivers.h -------------------------------------------------------------------------------- /lib/src/vms_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vms_macros.h -------------------------------------------------------------------------------- /lib/src/vmstime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/vmstime.h -------------------------------------------------------------------------------- /lib/src/wcbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/wcbdef.h -------------------------------------------------------------------------------- /lib/src/wqhdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/wqhdef.h -------------------------------------------------------------------------------- /lib/src/wsldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lib/src/wsldef.h -------------------------------------------------------------------------------- /librtl/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/Makefile -------------------------------------------------------------------------------- /librtl/src/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/NEWS -------------------------------------------------------------------------------- /librtl/src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/README -------------------------------------------------------------------------------- /librtl/src/descrip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/descrip.h -------------------------------------------------------------------------------- /librtl/src/lib_addx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_addx.c -------------------------------------------------------------------------------- /librtl/src/lib_char.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_char.c -------------------------------------------------------------------------------- /librtl/src/lib_cvt_dtb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_cvt_dtb.c -------------------------------------------------------------------------------- /librtl/src/lib_cvt_htb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_cvt_htb.c -------------------------------------------------------------------------------- /librtl/src/lib_cvt_otb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_cvt_otb.c -------------------------------------------------------------------------------- /librtl/src/lib_day.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_day.c -------------------------------------------------------------------------------- /librtl/src/lib_ichar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_ichar.c -------------------------------------------------------------------------------- /librtl/src/lib_index.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_index.c -------------------------------------------------------------------------------- /librtl/src/lib_len.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_len.c -------------------------------------------------------------------------------- /librtl/src/lib_subx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/lib_subx.c -------------------------------------------------------------------------------- /librtl/src/libasnmbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libasnmbx.c -------------------------------------------------------------------------------- /librtl/src/libbintree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libbintree.c -------------------------------------------------------------------------------- /librtl/src/libcli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libcli.c -------------------------------------------------------------------------------- /librtl/src/libcredir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libcredir.c -------------------------------------------------------------------------------- /librtl/src/libediv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libediv.c -------------------------------------------------------------------------------- /librtl/src/libextv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libextv.c -------------------------------------------------------------------------------- /librtl/src/libextzv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libextzv.c -------------------------------------------------------------------------------- /librtl/src/libffc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libffc.c -------------------------------------------------------------------------------- /librtl/src/libffs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libffs.c -------------------------------------------------------------------------------- /librtl/src/libgetef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libgetef.c -------------------------------------------------------------------------------- /librtl/src/libinsv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libinsv.c -------------------------------------------------------------------------------- /librtl/src/liblocc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/liblocc.c -------------------------------------------------------------------------------- /librtl/src/libmovc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libmovc3.c -------------------------------------------------------------------------------- /librtl/src/libtimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libtimer.c -------------------------------------------------------------------------------- /librtl/src/libutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libutil.c -------------------------------------------------------------------------------- /librtl/src/libvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libvm.c -------------------------------------------------------------------------------- /librtl/src/libwait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/libwait.c -------------------------------------------------------------------------------- /librtl/src/otscvt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/otscvt.c -------------------------------------------------------------------------------- /librtl/src/str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/str.c -------------------------------------------------------------------------------- /librtl/src/str_left.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/str_left.c -------------------------------------------------------------------------------- /librtl/src/str_trim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/str_trim.c -------------------------------------------------------------------------------- /librtl/src/stradd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/stradd.c -------------------------------------------------------------------------------- /librtl/src/strmul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/strmul.c -------------------------------------------------------------------------------- /librtl/src/strrecip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/strrecip.c -------------------------------------------------------------------------------- /librtl/src/strround.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/strround.c -------------------------------------------------------------------------------- /librtl/src/strsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/strsub.c -------------------------------------------------------------------------------- /librtl/src/strutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/strutil.c -------------------------------------------------------------------------------- /librtl/src/test_ile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/test_ile.c -------------------------------------------------------------------------------- /librtl/src/teststr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/teststr.c -------------------------------------------------------------------------------- /librtl/src/virus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/librtl/src/virus.txt -------------------------------------------------------------------------------- /libvirt/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/libvirt/build.sh -------------------------------------------------------------------------------- /libvirt/debian12.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/libvirt/debian12.sh -------------------------------------------------------------------------------- /libvirt/debian13.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/libvirt/debian13.sh -------------------------------------------------------------------------------- /libvirt/fv7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/libvirt/fv7.sh -------------------------------------------------------------------------------- /libvirt/pwd.txt: -------------------------------------------------------------------------------- 1 | root 2 | -------------------------------------------------------------------------------- /linker/src/HOW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linker/src/HOW -------------------------------------------------------------------------------- /linker/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linker/src/Makefile -------------------------------------------------------------------------------- /linux/2do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/2do -------------------------------------------------------------------------------- /linux/HOWTO.BOCHS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/HOWTO.BOCHS -------------------------------------------------------------------------------- /linux/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/NOTES -------------------------------------------------------------------------------- /linux/arch/x86_64/kernel/swiotlb.c: -------------------------------------------------------------------------------- 1 | //#include "../../ia64/lib/swiotlb.c" 2 | -------------------------------------------------------------------------------- /linux/arch/x86_64/math-emu/README: -------------------------------------------------------------------------------- 1 | x86-64 machines should never require math emulation. -------------------------------------------------------------------------------- /linux/drivers/video/Config.in: -------------------------------------------------------------------------------- 1 | # 2 | # Video configuration 3 | # 4 | -------------------------------------------------------------------------------- /linux/fs/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/Config.in -------------------------------------------------------------------------------- /linux/fs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/Makefile -------------------------------------------------------------------------------- /linux/fs/binfmt_elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/binfmt_elf.c -------------------------------------------------------------------------------- /linux/fs/block_dev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/block_dev.c -------------------------------------------------------------------------------- /linux/fs/dcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/dcache.c -------------------------------------------------------------------------------- /linux/fs/dquot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/dquot.c -------------------------------------------------------------------------------- /linux/fs/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/exec.c -------------------------------------------------------------------------------- /linux/fs/fcntl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/fcntl.c -------------------------------------------------------------------------------- /linux/fs/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/file.c -------------------------------------------------------------------------------- /linux/fs/file_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/file_table.c -------------------------------------------------------------------------------- /linux/fs/iobuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/iobuf.c -------------------------------------------------------------------------------- /linux/fs/ioctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/ioctl.c -------------------------------------------------------------------------------- /linux/fs/jbd/revoke.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/jbd/revoke.c -------------------------------------------------------------------------------- /linux/fs/lockd/svc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/lockd/svc.c -------------------------------------------------------------------------------- /linux/fs/namei.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/namei.c -------------------------------------------------------------------------------- /linux/fs/namespace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/namespace.c -------------------------------------------------------------------------------- /linux/fs/noquot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/noquot.c -------------------------------------------------------------------------------- /linux/fs/open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/open.c -------------------------------------------------------------------------------- /linux/fs/read_write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/read_write.c -------------------------------------------------------------------------------- /linux/fs/readdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/readdir.c -------------------------------------------------------------------------------- /linux/fs/select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/select.c -------------------------------------------------------------------------------- /linux/fs/seq_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/seq_file.c -------------------------------------------------------------------------------- /linux/fs/stat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/stat.c -------------------------------------------------------------------------------- /linux/fs/super.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/fs/super.c -------------------------------------------------------------------------------- /linux/include/asm-i386/tlb.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /linux/include/asm-x86_64/tlb.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /linux/include/linux/user.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /linux/init/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/init/main.c -------------------------------------------------------------------------------- /linux/init/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/init/version.c -------------------------------------------------------------------------------- /linux/ipc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/ipc/Makefile -------------------------------------------------------------------------------- /linux/ipc/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/ipc/msg.c -------------------------------------------------------------------------------- /linux/ipc/sem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/ipc/sem.c -------------------------------------------------------------------------------- /linux/ipc/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/ipc/shm.c -------------------------------------------------------------------------------- /linux/ipc/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/ipc/util.c -------------------------------------------------------------------------------- /linux/ipc/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/ipc/util.h -------------------------------------------------------------------------------- /linux/kernel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/Makefile -------------------------------------------------------------------------------- /linux/kernel/acct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/acct.c -------------------------------------------------------------------------------- /linux/kernel/dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/dma.c -------------------------------------------------------------------------------- /linux/kernel/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/exit.c -------------------------------------------------------------------------------- /linux/kernel/fork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/fork.c -------------------------------------------------------------------------------- /linux/kernel/info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/info.c -------------------------------------------------------------------------------- /linux/kernel/itimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/itimer.c -------------------------------------------------------------------------------- /linux/kernel/kmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/kmod.c -------------------------------------------------------------------------------- /linux/kernel/ksyms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/ksyms.c -------------------------------------------------------------------------------- /linux/kernel/module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/module.c -------------------------------------------------------------------------------- /linux/kernel/panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/panic.c -------------------------------------------------------------------------------- /linux/kernel/pm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/pm.c -------------------------------------------------------------------------------- /linux/kernel/printk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/printk.c -------------------------------------------------------------------------------- /linux/kernel/ptrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/ptrace.c -------------------------------------------------------------------------------- /linux/kernel/sched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/sched.c -------------------------------------------------------------------------------- /linux/kernel/signal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/signal.c -------------------------------------------------------------------------------- /linux/kernel/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/sys.c -------------------------------------------------------------------------------- /linux/kernel/sysctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/sysctl.c -------------------------------------------------------------------------------- /linux/kernel/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/time.c -------------------------------------------------------------------------------- /linux/kernel/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/timer.c -------------------------------------------------------------------------------- /linux/kernel/uid16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/uid16.c -------------------------------------------------------------------------------- /linux/kernel/user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/kernel/user.c -------------------------------------------------------------------------------- /linux/lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/Makefile -------------------------------------------------------------------------------- /linux/lib/brlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/brlock.c -------------------------------------------------------------------------------- /linux/lib/cmdline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/cmdline.c -------------------------------------------------------------------------------- /linux/lib/ctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/ctype.c -------------------------------------------------------------------------------- /linux/lib/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/errno.c -------------------------------------------------------------------------------- /linux/lib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/inflate.c -------------------------------------------------------------------------------- /linux/lib/rbtree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/rbtree.c -------------------------------------------------------------------------------- /linux/lib/rwsem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/rwsem.c -------------------------------------------------------------------------------- /linux/lib/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/string.c -------------------------------------------------------------------------------- /linux/lib/vsprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/lib/vsprintf.c -------------------------------------------------------------------------------- /linux/mm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/mm/Makefile -------------------------------------------------------------------------------- /linux/mm/highmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/mm/highmem.c -------------------------------------------------------------------------------- /linux/mm/numa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/mm/numa.c -------------------------------------------------------------------------------- /linux/mm/oom_kill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/mm/oom_kill.c -------------------------------------------------------------------------------- /linux/net/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/net/Config.in -------------------------------------------------------------------------------- /linux/net/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/net/Makefile -------------------------------------------------------------------------------- /linux/net/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/net/README -------------------------------------------------------------------------------- /linux/net/TUNABLE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/net/TUNABLE -------------------------------------------------------------------------------- /linux/net/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/net/socket.c -------------------------------------------------------------------------------- /linux/prescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/prescript -------------------------------------------------------------------------------- /linux/prescript.uml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/prescript.uml -------------------------------------------------------------------------------- /linux/scripts/Lindent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/Lindent -------------------------------------------------------------------------------- /linux/scripts/docgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/docgen -------------------------------------------------------------------------------- /linux/scripts/makelst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/makelst -------------------------------------------------------------------------------- /linux/scripts/mkdep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/mkdep.c -------------------------------------------------------------------------------- /linux/scripts/mkspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/mkspec -------------------------------------------------------------------------------- /linux/scripts/tail.tk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/tail.tk -------------------------------------------------------------------------------- /linux/scripts/tkgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/linux/scripts/tkgen.c -------------------------------------------------------------------------------- /lmf/src/lmf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/lmf/src/lmf.c -------------------------------------------------------------------------------- /login/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/login/src/Makefile -------------------------------------------------------------------------------- /login/src/login.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/login/src/login.c -------------------------------------------------------------------------------- /mount/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/mount/src/Makefile -------------------------------------------------------------------------------- /mount/src/mountdsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/mount/src/mountdsp.c -------------------------------------------------------------------------------- /mount/src/vmount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/mount/src/vmount.c -------------------------------------------------------------------------------- /mscp/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/mscp/src/Makefile -------------------------------------------------------------------------------- /mscp/src/mscp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/mscp/src/mscp.c -------------------------------------------------------------------------------- /msgfil/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/Makefile -------------------------------------------------------------------------------- /msgfil/src/ansidecl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/ansidecl.h -------------------------------------------------------------------------------- /msgfil/src/hashtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/hashtab.h -------------------------------------------------------------------------------- /msgfil/src/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/input.h -------------------------------------------------------------------------------- /msgfil/src/lex.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/lex.l -------------------------------------------------------------------------------- /msgfil/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/main.c -------------------------------------------------------------------------------- /msgfil/src/msg-lang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/msg-lang.c -------------------------------------------------------------------------------- /msgfil/src/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/msg.c -------------------------------------------------------------------------------- /msgfil/src/msg.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/msg.def -------------------------------------------------------------------------------- /msgfil/src/msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/msg.h -------------------------------------------------------------------------------- /msgfil/src/msgmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/msgmain.c -------------------------------------------------------------------------------- /msgfil/src/parse.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/parse.y -------------------------------------------------------------------------------- /msgfil/src/tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/tree.c -------------------------------------------------------------------------------- /msgfil/src/tree.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/tree.def -------------------------------------------------------------------------------- /msgfil/src/tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/msgfil/src/tree.h -------------------------------------------------------------------------------- /myprescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/myprescript -------------------------------------------------------------------------------- /pal/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/pal/src/Makefile -------------------------------------------------------------------------------- /pal/src/ast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/pal/src/ast.c -------------------------------------------------------------------------------- /pal/src/ipl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/pal/src/ipl.c -------------------------------------------------------------------------------- /pal/src/ipl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/pal/src/ipl.h -------------------------------------------------------------------------------- /pal/src/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/pal/src/queue.c -------------------------------------------------------------------------------- /pal/src/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/pal/src/queue.h -------------------------------------------------------------------------------- /ptd/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ptd/src/Makefile -------------------------------------------------------------------------------- /ptd/src/ftdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ptd/src/ftdriver.c -------------------------------------------------------------------------------- /ptd/src/pndriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ptd/src/pndriver.c -------------------------------------------------------------------------------- /ptd/src/pndriver.mar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ptd/src/pndriver.mar -------------------------------------------------------------------------------- /ptd/src/ptdfunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ptd/src/ptdfunc.c -------------------------------------------------------------------------------- /ptd/src/tzdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ptd/src/tzdriver.c -------------------------------------------------------------------------------- /rms/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/Makefile -------------------------------------------------------------------------------- /rms/src/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/cache.c -------------------------------------------------------------------------------- /rms/src/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/cache.h -------------------------------------------------------------------------------- /rms/src/device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/device.c -------------------------------------------------------------------------------- /rms/src/phyunix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/phyunix.c -------------------------------------------------------------------------------- /rms/src/phyvms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/phyvms.c -------------------------------------------------------------------------------- /rms/src/rm3get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/rm3get.c -------------------------------------------------------------------------------- /rms/src/rms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/rms.c -------------------------------------------------------------------------------- /rms/src/rms2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/rms2.c -------------------------------------------------------------------------------- /rms/src/rmsbuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/rmsbuffer.c -------------------------------------------------------------------------------- /rms/src/rmsmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/rms/src/rmsmisc.h -------------------------------------------------------------------------------- /sda/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/Makefile -------------------------------------------------------------------------------- /sda/src/System_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/System_map.h -------------------------------------------------------------------------------- /sda/src/device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/device.c -------------------------------------------------------------------------------- /sda/src/make_map.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/make_map.sh -------------------------------------------------------------------------------- /sda/src/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/misc.c -------------------------------------------------------------------------------- /sda/src/sda_addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_addr.c -------------------------------------------------------------------------------- /sda/src/sda_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_dump.c -------------------------------------------------------------------------------- /sda/src/sda_exam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_exam.c -------------------------------------------------------------------------------- /sda/src/sda_lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_lock.c -------------------------------------------------------------------------------- /sda/src/sda_parse.cld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_parse.cld -------------------------------------------------------------------------------- /sda/src/sda_proc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_proc.c -------------------------------------------------------------------------------- /sda/src/sda_spin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sda_spin.c -------------------------------------------------------------------------------- /sda/src/sdamain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sdamain.c -------------------------------------------------------------------------------- /sda/src/sdamap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sda/src/sdamap.c -------------------------------------------------------------------------------- /smgrtl/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/smgrtl/src/Makefile -------------------------------------------------------------------------------- /smgrtl/src/smg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/smgrtl/src/smg.h -------------------------------------------------------------------------------- /smgrtl/src/smgchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/smgrtl/src/smgchar.c -------------------------------------------------------------------------------- /smgrtl/src/smgpaste.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/smgrtl/src/smgpaste.c -------------------------------------------------------------------------------- /smgrtl/src/smgread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/smgrtl/src/smgread.c -------------------------------------------------------------------------------- /smgrtl/src/smgview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/smgrtl/src/smgview.c -------------------------------------------------------------------------------- /sort/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sort/src/Makefile -------------------------------------------------------------------------------- /sort/src/sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sort/src/sort.c -------------------------------------------------------------------------------- /srm-logo.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/srm-logo.xpm.gz -------------------------------------------------------------------------------- /starlet/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/Makefile -------------------------------------------------------------------------------- /starlet/src/acedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/acedef.h -------------------------------------------------------------------------------- /starlet/src/acldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/acldef.h -------------------------------------------------------------------------------- /starlet/src/atrdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/atrdef.h -------------------------------------------------------------------------------- /starlet/src/capdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/capdef.h -------------------------------------------------------------------------------- /starlet/src/chfdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/chfdef.h -------------------------------------------------------------------------------- /starlet/src/clidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/clidef.h -------------------------------------------------------------------------------- /starlet/src/cmbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/cmbdef.h -------------------------------------------------------------------------------- /starlet/src/cvtdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/cvtdef.h -------------------------------------------------------------------------------- /starlet/src/dcdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/dcdef.h -------------------------------------------------------------------------------- /starlet/src/devdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/devdef.h -------------------------------------------------------------------------------- /starlet/src/dscdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/dscdef.h -------------------------------------------------------------------------------- /starlet/src/dvidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/dvidef.h -------------------------------------------------------------------------------- /starlet/src/dvsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/dvsdef.h -------------------------------------------------------------------------------- /starlet/src/errno.c: -------------------------------------------------------------------------------- 1 | //int errno=0; 2 | -------------------------------------------------------------------------------- /starlet/src/fabdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/fabdef.h -------------------------------------------------------------------------------- /starlet/src/fibdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/fibdef.h -------------------------------------------------------------------------------- /starlet/src/fiddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/fiddef.h -------------------------------------------------------------------------------- /starlet/src/fscndef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/fscndef.h -------------------------------------------------------------------------------- /starlet/src/iledef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/iledef.h -------------------------------------------------------------------------------- /starlet/src/iodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/iodef.h -------------------------------------------------------------------------------- /starlet/src/iosbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/iosbdef.h -------------------------------------------------------------------------------- /starlet/src/jpidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/jpidef.h -------------------------------------------------------------------------------- /starlet/src/lbrdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/lbrdef.h -------------------------------------------------------------------------------- /starlet/src/lckdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/lckdef.h -------------------------------------------------------------------------------- /starlet/src/libdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/libdef.h -------------------------------------------------------------------------------- /starlet/src/lkidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/lkidef.h -------------------------------------------------------------------------------- /starlet/src/lksbdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/lksbdef.h -------------------------------------------------------------------------------- /starlet/src/lnmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/lnmdef.h -------------------------------------------------------------------------------- /starlet/src/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/misc.h -------------------------------------------------------------------------------- /starlet/src/mntdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/mntdef.h -------------------------------------------------------------------------------- /starlet/src/msgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/msgdef.h -------------------------------------------------------------------------------- /starlet/src/namdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/namdef.h -------------------------------------------------------------------------------- /starlet/src/opcdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/opcdef.h -------------------------------------------------------------------------------- /starlet/src/opcmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/opcmsg.h -------------------------------------------------------------------------------- /starlet/src/ossdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/ossdef.h -------------------------------------------------------------------------------- /starlet/src/otsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/otsdef.h -------------------------------------------------------------------------------- /starlet/src/pagedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/pagedef.h -------------------------------------------------------------------------------- /starlet/src/pdscdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/pdscdef.h -------------------------------------------------------------------------------- /starlet/src/pqldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/pqldef.h -------------------------------------------------------------------------------- /starlet/src/prcdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/prcdef.h -------------------------------------------------------------------------------- /starlet/src/prdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/prdef.h -------------------------------------------------------------------------------- /starlet/src/prvdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/prvdef.h -------------------------------------------------------------------------------- /starlet/src/psldef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/psldef.h -------------------------------------------------------------------------------- /starlet/src/ptddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/ptddef.h -------------------------------------------------------------------------------- /starlet/src/rabdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/rabdef.h -------------------------------------------------------------------------------- /starlet/src/rms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/rms.c -------------------------------------------------------------------------------- /starlet/src/rms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/rms.h -------------------------------------------------------------------------------- /starlet/src/rmsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/rmsdef.h -------------------------------------------------------------------------------- /starlet/src/sbkdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/sbkdef.h -------------------------------------------------------------------------------- /starlet/src/secdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/secdef.h -------------------------------------------------------------------------------- /starlet/src/smgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/smgdef.h -------------------------------------------------------------------------------- /starlet/src/sordef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/sordef.h -------------------------------------------------------------------------------- /starlet/src/ssdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/ssdef.h -------------------------------------------------------------------------------- /starlet/src/starlet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/starlet.c -------------------------------------------------------------------------------- /starlet/src/starlet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/starlet.h -------------------------------------------------------------------------------- /starlet/src/strdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/strdef.h -------------------------------------------------------------------------------- /starlet/src/stsdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/stsdef.h -------------------------------------------------------------------------------- /starlet/src/syidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/syidef.h -------------------------------------------------------------------------------- /starlet/src/sysdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/sysdep.h -------------------------------------------------------------------------------- /starlet/src/tpadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/tpadef.h -------------------------------------------------------------------------------- /starlet/src/trmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/trmdef.h -------------------------------------------------------------------------------- /starlet/src/tt2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/tt2def.h -------------------------------------------------------------------------------- /starlet/src/ttdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/ttdef.h -------------------------------------------------------------------------------- /starlet/src/uaidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/uaidef.h -------------------------------------------------------------------------------- /starlet/src/uicdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/uicdef.h -------------------------------------------------------------------------------- /starlet/src/vadef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/vadef.h -------------------------------------------------------------------------------- /starlet/src/varargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/varargs.h -------------------------------------------------------------------------------- /starlet/src/vmsopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/vmsopt.c -------------------------------------------------------------------------------- /starlet/src/vmsopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/vmsopt.h -------------------------------------------------------------------------------- /starlet/src/wwiddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/wwiddef.h -------------------------------------------------------------------------------- /starlet/src/xab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/xab.h -------------------------------------------------------------------------------- /starlet/src/xabdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/xabdef.h -------------------------------------------------------------------------------- /starlet/src/xmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/xmdef.h -------------------------------------------------------------------------------- /starlet/src/zarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/starlet/src/zarg.h -------------------------------------------------------------------------------- /sys/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/Makefile -------------------------------------------------------------------------------- /sys/src/allocpfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/allocpfn.c -------------------------------------------------------------------------------- /sys/src/asmlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/asmlink.h -------------------------------------------------------------------------------- /sys/src/astdel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/astdel.c -------------------------------------------------------------------------------- /sys/src/capability.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/capability.c -------------------------------------------------------------------------------- /sys/src/comdrvsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/comdrvsub.c -------------------------------------------------------------------------------- /sys/src/deadlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/deadlock.c -------------------------------------------------------------------------------- /sys/src/exceptmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/exceptmsg.c -------------------------------------------------------------------------------- /sys/src/exsubrout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/exsubrout.c -------------------------------------------------------------------------------- /sys/src/forkcntrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/forkcntrl.c -------------------------------------------------------------------------------- /sys/src/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/init.c -------------------------------------------------------------------------------- /sys/src/internals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/internals.h -------------------------------------------------------------------------------- /sys/src/iociopost.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/iociopost.c -------------------------------------------------------------------------------- /sys/src/iosubnpag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/iosubnpag.c -------------------------------------------------------------------------------- /sys/src/iosubpagd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/iosubpagd.c -------------------------------------------------------------------------------- /sys/src/iosubrams.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/iosubrams.c -------------------------------------------------------------------------------- /sys/src/lnmsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/lnmsub.c -------------------------------------------------------------------------------- /sys/src/lnmsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/lnmsub.h -------------------------------------------------------------------------------- /sys/src/mbdriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/mbdriver.c -------------------------------------------------------------------------------- /sys/src/memoryalc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/memoryalc.c -------------------------------------------------------------------------------- /sys/src/mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/mutex.c -------------------------------------------------------------------------------- /sys/src/out.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/out.txt -------------------------------------------------------------------------------- /sys/src/pagefault.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/pagefault.c -------------------------------------------------------------------------------- /sys/src/pagefile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/pagefile.c -------------------------------------------------------------------------------- /sys/src/phdutl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/phdutl.c -------------------------------------------------------------------------------- /sys/src/postef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/postef.c -------------------------------------------------------------------------------- /sys/src/procstrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/procstrt.c -------------------------------------------------------------------------------- /sys/src/ptalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/ptalloc.c -------------------------------------------------------------------------------- /sys/src/rse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/rse.c -------------------------------------------------------------------------------- /sys/src/rse.h: -------------------------------------------------------------------------------- 1 | int sch$qend(struct _pcb * p); 2 | -------------------------------------------------------------------------------- /sys/src/sched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sched.c -------------------------------------------------------------------------------- /sys/src/shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/shell.c -------------------------------------------------------------------------------- /sys/src/smprout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/smprout.c -------------------------------------------------------------------------------- /sys/src/spinlocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/spinlocks.c -------------------------------------------------------------------------------- /sys/src/svapte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/svapte.c -------------------------------------------------------------------------------- /sys/src/swapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/swapper.c -------------------------------------------------------------------------------- /sys/src/sysacpfdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysacpfdt.c -------------------------------------------------------------------------------- /sys/src/sysadjwsl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysadjwsl.c -------------------------------------------------------------------------------- /sys/src/sysascefc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysascefc.c -------------------------------------------------------------------------------- /sys/src/sysassign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysassign.c -------------------------------------------------------------------------------- /sys/src/sysastcon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysastcon.c -------------------------------------------------------------------------------- /sys/src/syscancel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscancel.c -------------------------------------------------------------------------------- /sys/src/syscanevt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscanevt.c -------------------------------------------------------------------------------- /sys/src/syschgmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syschgmod.c -------------------------------------------------------------------------------- /sys/src/syscli.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscli.c -------------------------------------------------------------------------------- /sys/src/syscredel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscredel.c -------------------------------------------------------------------------------- /sys/src/syscreprc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscreprc.c -------------------------------------------------------------------------------- /sys/src/syscrmpsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscrmpsc.c -------------------------------------------------------------------------------- /sys/src/syscvrtim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syscvrtim.c -------------------------------------------------------------------------------- /sys/src/sysdassgn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysdassgn.c -------------------------------------------------------------------------------- /sys/src/sysdclexh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysdclexh.c -------------------------------------------------------------------------------- /sys/src/sysdelprc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysdelprc.c -------------------------------------------------------------------------------- /sys/src/sysdgblsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysdgblsc.c -------------------------------------------------------------------------------- /sys/src/sysenqdeq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysenqdeq.c -------------------------------------------------------------------------------- /sys/src/sysevtsrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysevtsrv.c -------------------------------------------------------------------------------- /sys/src/sysexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysexit.c -------------------------------------------------------------------------------- /sys/src/sysfao.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysfao.c -------------------------------------------------------------------------------- /sys/src/sysforcex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysforcex.c -------------------------------------------------------------------------------- /sys/src/sysgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgen.h -------------------------------------------------------------------------------- /sys/src/sysgetdvi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgetdvi.c -------------------------------------------------------------------------------- /sys/src/sysgetjpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgetjpi.c -------------------------------------------------------------------------------- /sys/src/sysgetlki.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgetlki.c -------------------------------------------------------------------------------- /sys/src/sysgetmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgetmsg.c -------------------------------------------------------------------------------- /sys/src/sysgetsyi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgetsyi.c -------------------------------------------------------------------------------- /sys/src/sysgettim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysgettim.c -------------------------------------------------------------------------------- /sys/src/sysimgact.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysimgact.c -------------------------------------------------------------------------------- /sys/src/sysimgfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysimgfix.c -------------------------------------------------------------------------------- /sys/src/sysimgsta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysimgsta.c -------------------------------------------------------------------------------- /sys/src/syslkwset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syslkwset.c -------------------------------------------------------------------------------- /sys/src/syslnm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syslnm.c -------------------------------------------------------------------------------- /sys/src/sysmailbx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysmailbx.c -------------------------------------------------------------------------------- /sys/src/sysparprc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysparprc.c -------------------------------------------------------------------------------- /sys/src/syspcntrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syspcntrl.c -------------------------------------------------------------------------------- /sys/src/syspurgws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syspurgws.c -------------------------------------------------------------------------------- /sys/src/sysputmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysputmsg.c -------------------------------------------------------------------------------- /sys/src/sysqiofdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysqiofdt.c -------------------------------------------------------------------------------- /sys/src/sysqioreq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysqioreq.c -------------------------------------------------------------------------------- /sys/src/sysrundwn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysrundwn.c -------------------------------------------------------------------------------- /sys/src/sysschevt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysschevt.c -------------------------------------------------------------------------------- /sys/src/syssetexv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssetexv.c -------------------------------------------------------------------------------- /sys/src/syssetime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssetime.c -------------------------------------------------------------------------------- /sys/src/syssetmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssetmod.c -------------------------------------------------------------------------------- /sys/src/syssetpri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssetpri.c -------------------------------------------------------------------------------- /sys/src/syssetprt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssetprt.c -------------------------------------------------------------------------------- /sys/src/syssetprv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssetprv.c -------------------------------------------------------------------------------- /sys/src/syssndjbc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssndjbc.c -------------------------------------------------------------------------------- /sys/src/syssndmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syssndmsg.c -------------------------------------------------------------------------------- /sys/src/sysupdsec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/sysupdsec.c -------------------------------------------------------------------------------- /sys/src/syswait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/syswait.c -------------------------------------------------------------------------------- /sys/src/timeschdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/timeschdl.c -------------------------------------------------------------------------------- /sys/src/uai.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/uai.c -------------------------------------------------------------------------------- /sys/src/ucbcredel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/ucbcredel.c -------------------------------------------------------------------------------- /sys/src/vmsbootmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsbootmem.c -------------------------------------------------------------------------------- /sys/src/vmsbuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsbuffer.c -------------------------------------------------------------------------------- /sys/src/vmsfilemap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsfilemap.c -------------------------------------------------------------------------------- /sys/src/vmsirq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsirq.c -------------------------------------------------------------------------------- /sys/src/vmslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmslib.c -------------------------------------------------------------------------------- /sys/src/vmsmemory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsmemory.c -------------------------------------------------------------------------------- /sys/src/vmsmlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsmlock.c -------------------------------------------------------------------------------- /sys/src/vmsmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsmm.h -------------------------------------------------------------------------------- /sys/src/vmsmmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsmmap.c -------------------------------------------------------------------------------- /sys/src/vmsmprotect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsmprotect.c -------------------------------------------------------------------------------- /sys/src/vmsmremap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsmremap.c -------------------------------------------------------------------------------- /sys/src/vmspte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmspte.h -------------------------------------------------------------------------------- /sys/src/vmsslab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsslab.c -------------------------------------------------------------------------------- /sys/src/vmsswapfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsswapfile.c -------------------------------------------------------------------------------- /sys/src/vmsvmalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/vmsvmalloc.c -------------------------------------------------------------------------------- /sys/src/wrtmfypag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sys/src/wrtmfypag.c -------------------------------------------------------------------------------- /sysloa/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sysloa/src/Makefile -------------------------------------------------------------------------------- /sysloa/src/sys_scs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sysloa/src/sys_scs.c -------------------------------------------------------------------------------- /sysman/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sysman/src/Makefile -------------------------------------------------------------------------------- /sysman/src/sm_load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sysman/src/sm_load.c -------------------------------------------------------------------------------- /sysman/src/sm_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/sysman/src/sm_main.c -------------------------------------------------------------------------------- /ttdrvr/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/Makefile -------------------------------------------------------------------------------- /ttdrvr/src/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/console.c -------------------------------------------------------------------------------- /ttdrvr/src/keyboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/keyboard.c -------------------------------------------------------------------------------- /ttdrvr/src/n_tty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/n_tty.c -------------------------------------------------------------------------------- /ttdrvr/src/pc_keyb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/pc_keyb.c -------------------------------------------------------------------------------- /ttdrvr/src/tty_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/tty_io.c -------------------------------------------------------------------------------- /ttdrvr/src/ttychari.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/ttychari.c -------------------------------------------------------------------------------- /ttdrvr/src/ttycharo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/ttycharo.c -------------------------------------------------------------------------------- /ttdrvr/src/ttyfdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/ttyfdt.c -------------------------------------------------------------------------------- /ttdrvr/src/ttysub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/ttdrvr/src/ttysub.c -------------------------------------------------------------------------------- /uaf/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/uaf/src/Makefile -------------------------------------------------------------------------------- /uaf/src/authmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/uaf/src/authmain.c -------------------------------------------------------------------------------- /uaf/src/authmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/uaf/src/authmisc.c -------------------------------------------------------------------------------- /uaf/src/authshow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/uaf/src/authshow.c -------------------------------------------------------------------------------- /uaf/src/sysuaf.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/uaf/src/sysuaf.dat -------------------------------------------------------------------------------- /uaf/src/uafgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/uaf/src/uafgen.c -------------------------------------------------------------------------------- /util32/src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/util32/src/Makefile -------------------------------------------------------------------------------- /util32/src/search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rroart/freevms/HEAD/util32/src/search.c --------------------------------------------------------------------------------