├── Makefile ├── README ├── admin ├── admin │ ├── 4.3 │ │ ├── Acknowledgements │ │ ├── Add1.bsd.83.dom │ │ ├── Add1.bsd.83.gov │ │ ├── Add1.bsd.86.for │ │ ├── Add1.bsd.86.gov │ │ ├── Add2.bsd.83.gov │ │ ├── Add3.bsd.86.gov.NASA │ │ ├── Checklist.info.4.2 │ │ ├── Checklist.info.4.3 │ │ ├── Checklist.info.UC │ │ ├── Cover.infopacket │ │ ├── HEADERS │ │ ├── License │ │ ├── PackingList │ │ ├── siteinfo │ │ └── softonvax.t │ ├── 4.3Reno │ │ ├── Add.Reno.83 │ │ ├── Add.Reno.86.ATT │ │ ├── Add.Reno.86.dom │ │ ├── Add.Reno.86.for │ │ ├── Add.Reno.alpha │ │ ├── Cover.distribution │ │ ├── Cover.infopacket │ │ ├── GovPO.reno.83 │ │ ├── GovPO.reno.86 │ │ ├── LOAreno.83.div │ │ ├── LOAreno.83.subsid │ │ ├── LOAreno.86.dom.div │ │ ├── LOAreno.86.subsid │ │ ├── LOAreno.uc │ │ ├── Renochklst │ │ ├── contrib.ack │ │ ├── exhibitA │ │ ├── ibm.copyright │ │ ├── letter.update │ │ └── siteinfo │ ├── 4.3Tahoe │ │ ├── Add1.tahoe.86.dom │ │ ├── Add2.tahoe.83.dom │ │ ├── Add2.tahoe.83.for │ │ ├── Add2.tahoe.86.for │ │ ├── Add2.tahoe.86.gov │ │ ├── Add3.tahoe.83.gov │ │ ├── Cover.dist │ │ ├── GovPO.tahoe.83 │ │ ├── GovPO.tahoe.86 │ │ ├── Infoletter │ │ ├── LOA.Tahoe.83 │ │ ├── LOA.Tahoe.83.subsid │ │ ├── LOA.Tahoe.86 │ │ ├── LOAUC.Tahoe.83 │ │ ├── LOAUC.Tahoe.86 │ │ ├── chklist │ │ └── hardware.t │ ├── 4.4 │ │ ├── 386.receipt │ │ ├── 386statement │ │ ├── 4.4todo │ │ ├── Cover.alpha │ │ ├── Cover.dist │ │ ├── Cover.final │ │ ├── Upgrade.final │ │ └── goodbye │ ├── 4.4BSD-Encumbered │ │ ├── 4.4A.dist.cover │ │ ├── Add1.bsd.92.gov │ │ ├── Add1.for │ │ ├── Cover.final │ │ ├── GovPO.bsd.92 │ │ ├── License │ │ ├── Upgrade.final │ │ ├── Upgrade.sparc │ │ ├── checklist.alpha │ │ ├── checklist.final │ │ ├── exhibitA.alpha │ │ ├── exhibitA.alpha2final │ │ ├── exhibitA.final │ │ ├── file.cover │ │ ├── siteinfo.alpha │ │ └── siteinfo.final │ ├── 4.4BSD-Lite │ │ ├── Cover │ │ ├── Cover.curlic │ │ ├── Cover.rel2 │ │ ├── checklist │ │ ├── exhibitA │ │ ├── license │ │ ├── siteinfo │ │ └── tapeinfo │ ├── DARPA │ │ ├── BAA.security │ │ │ ├── A.t │ │ │ ├── A.title │ │ │ ├── B.t │ │ │ ├── C.t │ │ │ ├── D.t │ │ │ ├── F.t │ │ │ ├── G.t │ │ │ ├── H.t │ │ │ ├── I.t │ │ │ ├── V2A.t │ │ │ └── V2B.t │ │ ├── BAA.unix │ │ │ ├── A.t │ │ │ ├── A.title │ │ │ ├── B.t │ │ │ ├── C.t │ │ │ ├── D.t │ │ │ ├── E.t │ │ │ ├── F.t │ │ │ ├── G.t │ │ │ ├── H.t │ │ │ ├── I.t │ │ │ ├── J.t │ │ │ ├── Makefile │ │ │ ├── V2A.t │ │ │ ├── V2B.t │ │ │ └── cover.t │ │ └── DARPAproposal.t │ ├── HP │ │ ├── HP.06.91 │ │ ├── HP.09.90 │ │ ├── HP.11.89 │ │ └── HPSUPPORT.t │ ├── NASA │ │ └── report │ ├── NBS │ │ ├── NBSproposal.11.88 │ │ ├── NBSproposal.t │ │ ├── NBSreport.10.88 │ │ └── unixabs.t │ ├── NIST │ │ ├── NISTreport.03.89 │ │ ├── NISTreport.03.90 │ │ ├── NISTreport.06.89 │ │ ├── NISTreport.06.90 │ │ ├── NISTreport.09.89 │ │ ├── NISTreport.12.88 │ │ ├── NISTreport.12.89 │ │ └── NISTreport.final │ ├── OSF │ │ ├── OSF.6.90 │ │ ├── OSF.proposal │ │ └── OSFreport.06.91 │ ├── budget │ │ ├── budget.csrg │ │ └── budget.osi.grant │ ├── contrib │ │ ├── address.list │ │ ├── contrib │ │ └── letter │ ├── copyright.1 │ │ ├── Makefile │ │ └── redist │ ├── copyright4.2-4.3 │ │ ├── files.4.2.copyr │ │ ├── files.4.3.copyr │ │ ├── letter │ │ └── lic.letter │ ├── forms │ │ ├── access │ │ ├── account │ │ └── contrib │ ├── letters │ │ ├── ansi.doc │ │ ├── ieee.doc │ │ ├── letter.mips │ │ ├── letter.tosun │ │ └── usrgrp.docs │ ├── network.1 │ │ ├── Cover.distribution │ │ ├── Cover.infopacket │ │ ├── export │ │ ├── file.cover │ │ ├── hard-soft │ │ ├── license │ │ └── siteinfo-tc │ ├── network.2 │ │ ├── Cover.distribution │ │ ├── Infoletter │ │ ├── Siteinfo │ │ ├── exhibitA │ │ ├── export │ │ ├── file.cover │ │ ├── license │ │ ├── src.README │ │ └── utility │ ├── papers │ │ └── research.ms │ └── proposals │ │ ├── IBM.proposal │ │ ├── JP.proposal │ │ ├── NASA.proposal │ │ └── libm ├── copyright │ └── includes │ │ ├── proprietary.c │ │ ├── proprietary.f │ │ ├── proprietary.gas │ │ ├── proprietary.man │ │ ├── proprietary.semicolon │ │ ├── proprietary.sh │ │ ├── proprietary.tex │ │ ├── redist.c │ │ ├── redist.gas │ │ ├── redist.man │ │ ├── redist.semicolon │ │ ├── redist.sh │ │ └── redist.tex └── style │ ├── README │ ├── err │ ├── getopt │ ├── indent.pro │ └── style ├── bin ├── Makefile ├── Makefile.inc ├── cat │ ├── Makefile │ ├── cat.1 │ └── cat.c ├── chmod │ ├── Makefile │ ├── chmod.1 │ └── chmod.c ├── cp │ ├── Makefile │ ├── cp.1 │ ├── cp.c │ ├── extern.h │ ├── path.c │ └── utils.c ├── csh │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ ├── csh.1 │ │ ├── csh.2 │ │ ├── csh.3 │ │ ├── csh.4 │ │ ├── csh.a │ │ ├── csh.g │ │ └── tabs │ ├── alloc.c │ ├── char.c │ ├── char.h │ ├── const.c │ ├── csh.1 │ ├── csh.c │ ├── csh.h │ ├── dir.c │ ├── dir.h │ ├── dol.c │ ├── err.c │ ├── exec.c │ ├── exp.c │ ├── extern.h │ ├── file.c │ ├── func.c │ ├── glob.c │ ├── hist.c │ ├── init.c │ ├── lex.c │ ├── misc.c │ ├── parse.c │ ├── pathnames.h │ ├── proc.c │ ├── proc.h │ ├── sem.c │ ├── set.c │ ├── str.c │ └── time.c ├── date │ ├── Makefile │ ├── date.1 │ ├── date.c │ ├── extern.h │ └── netdate.c ├── dd │ ├── Makefile │ ├── args.c │ ├── conv.c │ ├── conv_tab.c │ ├── dd.1 │ ├── dd.c │ ├── dd.h │ ├── extern.h │ ├── misc.c │ └── position.c ├── df │ ├── Makefile │ ├── df.1 │ ├── df.c │ └── pathnames.h ├── echo │ ├── Makefile │ ├── echo.1 │ └── echo.c ├── ed │ ├── Makefile │ ├── USD.doc │ │ ├── advanced │ │ │ ├── Makefile │ │ │ ├── ae.mac │ │ │ ├── ae0 │ │ │ ├── ae1 │ │ │ ├── ae2 │ │ │ ├── ae3 │ │ │ ├── ae4 │ │ │ ├── ae5 │ │ │ ├── ae6 │ │ │ ├── ae7 │ │ │ └── ae9 │ │ └── tutorial │ │ │ ├── Makefile │ │ │ ├── e.mac │ │ │ ├── e0 │ │ │ ├── e1 │ │ │ ├── e2 │ │ │ ├── e3 │ │ │ ├── e4 │ │ │ ├── e5 │ │ │ ├── e6 │ │ │ └── e7 │ ├── ed.1 │ ├── ed.c │ └── pathnames.h ├── expr │ ├── Makefile │ ├── expr.1 │ └── expr.y ├── hostname │ ├── Makefile │ ├── hostname.1 │ └── hostname.c ├── kill │ ├── Makefile │ ├── kill.1 │ └── kill.c ├── ln │ ├── Makefile │ ├── ln.1 │ ├── ln.c │ └── symlink.7 ├── ls │ ├── Makefile │ ├── cmp.c │ ├── extern.h │ ├── ls.1 │ ├── ls.c │ ├── ls.h │ ├── print.c │ ├── stat_flags.c │ └── util.c ├── mkdir │ ├── Makefile │ ├── mkdir.1 │ └── mkdir.c ├── mv │ ├── Makefile │ ├── mv.1 │ ├── mv.c │ └── pathnames.h ├── pax │ ├── Makefile │ ├── ar_io.c │ ├── ar_subs.c │ ├── buf_subs.c │ ├── cache.c │ ├── cache.h │ ├── cpio.c │ ├── cpio.h │ ├── extern.h │ ├── file_subs.c │ ├── ftree.c │ ├── ftree.h │ ├── gen_subs.c │ ├── options.c │ ├── options.h │ ├── pat_rep.c │ ├── pat_rep.h │ ├── pax.1 │ ├── pax.c │ ├── pax.h │ ├── sel_subs.c │ ├── sel_subs.h │ ├── tables.c │ ├── tables.h │ ├── tar.c │ ├── tar.h │ └── tty_subs.c ├── ps │ ├── Makefile │ ├── extern.h │ ├── fmt.c │ ├── keyword.c │ ├── nlist.c │ ├── pathnames.h │ ├── print.c │ ├── ps.1 │ ├── ps.c │ └── ps.h ├── pwd │ ├── Makefile │ ├── pwd.1 │ └── pwd.c ├── rcp │ ├── Makefile │ ├── extern.h │ ├── pathnames.h │ ├── rcp.1 │ ├── rcp.c │ └── util.c ├── rm │ ├── Makefile │ ├── rm.1 │ └── rm.c ├── rmail │ ├── Makefile │ ├── rmail.8 │ └── rmail.c ├── rmdir │ ├── Makefile │ ├── rmdir.1 │ └── rmdir.c ├── sh │ ├── Makefile │ ├── TOUR │ ├── USD.doc │ │ ├── Makefile │ │ ├── t.mac │ │ ├── t1 │ │ ├── t2 │ │ ├── t3 │ │ └── t4 │ ├── alias.c │ ├── alias.h │ ├── arith.h │ ├── arith.y │ ├── arith_lex.l │ ├── bltin │ │ ├── bltin.h │ │ ├── echo.1 │ │ └── echo.c │ ├── builtins.def │ ├── cd.c │ ├── error.c │ ├── error.h │ ├── eval.c │ ├── eval.h │ ├── exec.c │ ├── exec.h │ ├── expand.c │ ├── expand.h │ ├── funcs │ │ ├── cmv │ │ ├── dirs │ │ ├── kill │ │ ├── login │ │ ├── newgrp │ │ ├── popd │ │ ├── pushd │ │ └── suspend │ ├── histedit.c │ ├── init.h │ ├── input.c │ ├── input.h │ ├── jobs.c │ ├── jobs.h │ ├── machdep.h │ ├── mail.c │ ├── mail.h │ ├── main.c │ ├── main.h │ ├── memalloc.c │ ├── memalloc.h │ ├── miscbltin.c │ ├── mkbuiltins │ ├── mkinit.c │ ├── mknodes.c │ ├── mksyntax.c │ ├── mktokens │ ├── myhistedit.h │ ├── mystring.c │ ├── mystring.h │ ├── nodes.c.pat │ ├── nodetypes │ ├── options.c │ ├── options.h │ ├── output.c │ ├── output.h │ ├── parser.c │ ├── parser.h │ ├── redir.c │ ├── redir.h │ ├── sh.1 │ ├── shell.h │ ├── show.c │ ├── show.h │ ├── trap.c │ ├── trap.h │ ├── var.c │ └── var.h ├── sleep │ ├── Makefile │ ├── sleep.1 │ └── sleep.c ├── stty │ ├── Makefile │ ├── cchar.c │ ├── extern.h │ ├── gfmt.c │ ├── key.c │ ├── modes.c │ ├── print.c │ ├── stty.1 │ ├── stty.c │ ├── stty.h │ └── util.c ├── sync │ ├── Makefile │ ├── sync.8 │ └── sync.c └── test │ ├── Makefile │ ├── TEST.csh │ ├── binary_op │ ├── error.c │ ├── extern.h │ ├── mkops │ ├── operators.c │ ├── operators.h │ ├── stalloc.c │ ├── test.1 │ ├── test.c │ └── unary_op ├── contrib ├── Makefile ├── Makefile.inc ├── ansi │ ├── Makefile │ ├── ansitape.1 │ └── ansitape.c ├── awk.research │ ├── awk.lx.l │ ├── lib.c │ ├── main.c │ ├── proto.h │ ├── run.c │ └── tran.c ├── bib │ ├── Makefile │ ├── README │ ├── doc │ │ └── USD.doc │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── bibdoc.ms │ │ │ ├── char.macros │ │ │ ├── spell.ok │ │ │ └── testrefs │ ├── macs │ │ ├── Makefile │ │ ├── bib.astro │ │ ├── bib.compsurv │ │ ├── bib.foot │ │ ├── bib.hnf │ │ ├── bib.list │ │ ├── bib.opena │ │ ├── bib.openn │ │ ├── bib.spe │ │ ├── bib.spe2 │ │ ├── bib.stda │ │ ├── bib.stdafull │ │ ├── bib.stdn │ │ ├── bib.stdsn │ │ ├── bib.supn │ │ ├── bibinc.fullnames │ │ ├── bibinc.publishers │ │ ├── bibinc.shortnames │ │ ├── bibmac.me │ │ ├── bmac.open │ │ ├── bmac.std │ │ └── common │ ├── man │ │ ├── bib.1 │ │ └── invert.1 │ └── src │ │ ├── Makefile │ │ ├── alpha.seek.c │ │ ├── bib.c │ │ ├── bib.h │ │ ├── bibargs.c │ │ ├── invert.c │ │ ├── listrefs.c │ │ ├── locate.c │ │ ├── lookup.c │ │ ├── makekey.c │ │ ├── streams.c │ │ └── streams.h ├── connectd │ ├── cd │ │ ├── Makefile │ │ ├── con.c │ │ ├── main.c │ │ ├── main.h │ │ ├── rcv.c │ │ └── snd.c │ ├── doc │ │ └── externalconnect.3c │ ├── include │ │ ├── connect.h │ │ ├── phonenumber.h │ │ └── ttyent.h │ └── libc │ │ ├── externalconnect.c │ │ └── getttyent.c ├── dungeon │ ├── History │ ├── MANIFEST │ ├── Makefile │ ├── Makefile.bsd │ ├── Makefile.sun │ ├── Makefile.sysv │ ├── PDP.doc │ ├── README │ ├── README.pdp │ ├── actors.F │ ├── advers.h │ ├── ballop.F │ ├── cinit.c │ ├── cio.c │ ├── clock.h │ ├── clockr.F │ ├── cspeak.c │ ├── curxt.h │ ├── debug.h │ ├── decode.c │ ├── demons.F │ ├── dgame.F │ ├── dinit.F │ ├── dmain.F │ ├── dso1.F │ ├── dso2.F │ ├── dso3.F │ ├── dso4.F │ ├── dso5.F │ ├── dso6.F │ ├── dso7.F │ ├── dsub.F │ ├── dungeon.6 │ ├── dungeon.doc │ ├── dungeon.sh │ ├── dverb1.F │ ├── dverb2.F │ ├── exits.h │ ├── files.h │ ├── flags.h │ ├── gamestate.h │ ├── gdt.F │ ├── io.h │ ├── lex.c │ ├── lightp.F │ ├── listen.c │ ├── maketxt.sh │ ├── mindex.h │ ├── nobjs.F │ ├── np.F │ ├── np1.F │ ├── np2.F │ ├── np3.F │ ├── nrooms.F │ ├── objcts.F │ ├── objects.h │ ├── oflags.h │ ├── oindex.h │ ├── parser.h │ ├── puzzle.h │ ├── rflag.h │ ├── rindex.h │ ├── rooms.F │ ├── rooms.h │ ├── rtim.c │ ├── screen.h │ ├── sobjs.F │ ├── speak.F │ ├── state.h │ ├── sverbs.F │ ├── verbs.F │ ├── verbs.h │ ├── villians.h │ ├── villns.F │ ├── vocab.h │ ├── xpars.h │ └── xsrch.h ├── ed │ ├── Makefile │ ├── README │ ├── a.c │ ├── add_line.c │ ├── address.c │ ├── bang.c │ ├── c.c │ ├── d.c │ ├── e.c │ ├── ed.1 │ ├── ed.h │ ├── edhup.c │ ├── equal.c │ ├── extern.h │ ├── f.c │ ├── filename.c │ ├── g.c │ ├── get_line.c │ ├── get_pattern.c │ ├── i.c │ ├── input_lines.c │ ├── j.c │ ├── k.c │ ├── l.c │ ├── line_number.c │ ├── m.c │ ├── main.c │ ├── p.c │ ├── q.c │ ├── r.c │ ├── re.c │ ├── rol.c │ ├── search.c │ ├── sub.c │ ├── t.c │ ├── u.c │ ├── w.c │ └── z.c ├── emacs-18.57 │ ├── Makefile │ ├── etc │ │ ├── emacsclient.c │ │ ├── env.c │ │ ├── loadst.c │ │ └── movemail.c │ └── src │ │ ├── Makefile │ │ ├── dispnew.c │ │ ├── doc.c │ │ ├── emacs.c │ │ ├── fileio.c │ │ ├── m-hp9000s300.h │ │ ├── process.c │ │ ├── s-bsd4-4.h │ │ ├── sysdep.c │ │ ├── termcap.c │ │ └── unexec.c ├── gas-1.38 │ ├── Makefile │ ├── as.c │ ├── config │ │ ├── Makefile.hp300 │ │ ├── Makefile.i386 │ │ ├── Makefile.sparc │ │ ├── Makefile.vax │ │ ├── i386-opcode.h │ │ ├── i386.c │ │ ├── sparc-opcode.h │ │ └── sparc.c │ ├── input-file.c │ ├── input-scrub.c │ └── read.c ├── gawk-2.15.2 │ ├── Makefile.bsd44 │ ├── gawk.1 │ └── io.c ├── gcc-2.3.3 │ ├── Makefile │ ├── Makefile.in │ ├── c-typeck.c │ ├── cccp.c │ ├── config.h │ ├── config │ │ ├── hp3bsd.h │ │ ├── m68k.c │ │ ├── m68k.h │ │ ├── m68k.md │ │ └── mips.c │ ├── configure │ ├── gcc.1 │ ├── gcc.c │ ├── gstddef.h │ ├── hconfig.h │ ├── libgcc2.c │ ├── longlong.h │ ├── makefile │ └── obstack.h ├── gdb-4.7.LBL │ ├── bfd │ │ ├── configure.host │ │ └── hosts │ │ │ └── sparc.h │ ├── config.sub │ └── gdb │ │ ├── Makefile.in │ │ ├── defs.h │ │ ├── exec.c │ │ ├── infcmd.c │ │ ├── main.c │ │ ├── symfile.c │ │ ├── symtab.c │ │ └── utils.c ├── groff-1.08 │ ├── eqn │ │ └── eqn.h │ ├── groff │ │ └── groff.cc │ ├── include │ │ └── driver.h │ ├── lkbib │ │ └── lkbib.cc │ ├── lookbib │ │ └── lookbib.cc │ ├── pic │ │ ├── object.cc │ │ └── pic.h │ ├── soelim │ │ └── soelim.cc │ ├── tbl │ │ └── table.h │ └── tfmtodit │ │ └── tfmtodit.cc ├── hunt │ └── Makefile ├── jove-4.14.6 │ ├── USD.doc │ │ ├── Makefile │ │ ├── jove.1 │ │ ├── jove.2 │ │ ├── jove.3 │ │ └── jove.4 │ ├── externs.h │ └── macvert.c ├── libg++-2.3 │ ├── Makefile.BSD │ ├── libg++ │ │ ├── _G_config.h │ │ ├── g++-include │ │ │ ├── curses.h │ │ │ ├── errno.h │ │ │ ├── memory.h │ │ │ ├── signal.h │ │ │ ├── stdio.h │ │ │ ├── sys │ │ │ │ ├── socket.h │ │ │ │ └── wait.h │ │ │ ├── time.h │ │ │ └── unistd.h │ │ ├── iostream │ │ │ └── procbuf.C │ │ └── src │ │ │ ├── CursesW.cc │ │ │ ├── CursesW.h │ │ │ ├── GetOpt.cc │ │ │ ├── Regex.h │ │ │ ├── regex.cc │ │ │ ├── regex.h │ │ │ └── timer.cc │ └── libiberty │ │ ├── strerror.c │ │ └── strsignal.c ├── perl-4.036 │ ├── Configure │ ├── Makefile.SH │ ├── cflags.SH │ ├── config_h.SH │ ├── doc │ │ ├── Makefile │ │ └── perl.ms │ ├── h2ph.SH │ ├── installperl │ ├── makedepend.SH │ └── x2p │ │ ├── Makefile.SH │ │ └── cflags.SH ├── rcs-V5.6 │ ├── PSD.doc │ │ ├── Makefile │ │ └── rcs.ms │ ├── man │ │ └── Makefile │ └── src │ │ ├── Makefile │ │ └── rcsfnms.c ├── sc │ ├── CHANGES │ ├── Makefile │ ├── README │ ├── TODO │ ├── VMS_NOTES │ ├── cmds.c │ ├── crypt.c │ ├── eres.sed │ ├── gram.y │ ├── help.c │ ├── interp.c │ ├── lex.c │ ├── psc.c │ ├── psc.doc │ ├── range.c │ ├── sc.1 │ ├── sc.c │ ├── sc.h │ ├── sres.sed │ ├── tutorial.sc │ ├── version.c │ ├── vi.c │ ├── vmtbl.c │ └── xmalloc.c ├── sort │ ├── Makefile │ ├── TEST │ │ └── stests │ ├── append.c │ ├── extern.h │ ├── fields.c │ ├── files.c │ ├── fsort.c │ ├── fsort.h │ ├── init.c │ ├── msort.c │ ├── pathnames.h │ ├── sort.1 │ ├── sort.c │ ├── sort.h │ └── tmp.c ├── usr.x25 │ ├── Makefile │ ├── README-4.2bsd │ ├── lib │ │ ├── Makefile │ │ ├── ccitt_addr.c │ │ ├── getx25hostbyaddr.c │ │ ├── getx25hostbyname.c │ │ ├── getx25hostent.c │ │ ├── print.c │ │ ├── verify.c │ │ └── x25err.c │ ├── nimd │ │ └── Makefile │ ├── rc.local │ ├── x25accton.c │ ├── x25config.c │ ├── x25sa.c │ └── x29d │ │ ├── Makefile │ │ └── x29d.c ├── vmsprep │ ├── vmsprep.1 │ └── vmsprep.c └── xns │ └── examples │ ├── filing │ └── errmsg.c │ ├── filing_common │ └── errmsg.c │ └── gap │ └── gap2d.c ├── etc ├── COPYRIGHT ├── FILESTOCOPY ├── MAKEDEV.local ├── Makefile ├── aliases ├── amd-home ├── amd-n ├── changelist ├── crontab ├── crontab.local ├── csh.cshrc ├── csh.login ├── csh.logout ├── daily ├── dm.conf ├── etc.hcx9 │ ├── MAKEDEV │ └── disktab ├── etc.hp300 │ ├── MAKEDEV │ ├── MAKEDEV.hpux │ ├── disktab │ ├── fstab.rd │ ├── fstab.sd │ └── rbootd.conf ├── etc.i386 │ ├── MAKEDEV │ ├── disktab │ └── fstab.wd ├── etc.pmax │ ├── MAKEDEV │ ├── disktab │ └── fstab.rz ├── etc.sparc │ ├── disktab │ └── fstab.sd ├── etc.tahoe │ ├── MAKEDEV │ ├── disktab │ ├── fstab.dk │ ├── fstab.example │ └── fstab.fsd ├── etc.vax │ ├── MAKEDEV │ ├── disktab │ ├── fstab.hp │ ├── fstab.hp400m │ ├── fstab.ra60 │ ├── fstab.ra80 │ ├── fstab.ra81 │ ├── fstab.rb80 │ ├── fstab.rd53 │ ├── fstab.rk07 │ ├── fstab.rm03 │ ├── fstab.rm05 │ ├── fstab.rm80 │ ├── fstab.rp06 │ ├── fstab.rp07 │ ├── fstab.up │ ├── fstab.up160m │ └── fstab.up300m ├── exports ├── ftpusers ├── ftpwelcome ├── gettytab ├── group ├── hosts ├── hosts.equiv ├── hosts.lpd ├── inetd.conf ├── kerberosIV │ ├── README │ ├── krb.conf │ └── krb.realms ├── man.conf ├── master.passwd ├── monthly ├── motd ├── mtree │ ├── 4.4BSD.dist │ ├── 4.4BSD.root │ ├── 4.4BSD.usr │ ├── 4.4BSD.var │ └── special ├── namedb │ ├── localhost.rev │ ├── named.boot │ └── root.cache ├── netgroup ├── netstart ├── networks ├── phones ├── printcap ├── protocols ├── rc ├── rc.local ├── remote ├── root │ ├── dot.cshrc │ ├── dot.klogin │ ├── dot.login │ ├── dot.profile │ └── dot.rhosts ├── security ├── services ├── shells ├── syslog.conf ├── ttys └── weekly ├── games ├── Makefile ├── Makefile.inc ├── adventure │ ├── Makefile │ ├── adventure.6 │ ├── crc.c │ ├── done.c │ ├── glorkz │ ├── hdr.h │ ├── init.c │ ├── io.c │ ├── main.c │ ├── okplay.c │ ├── pathnames.h │ ├── save.c │ ├── setup.c │ ├── subr.c │ ├── vocab.c │ └── wizard.c ├── arithmetic │ ├── Makefile │ ├── arithmetic.6 │ └── arithmetic.c ├── atc │ ├── Makefile │ ├── atc.6 │ ├── def.h │ ├── extern.c │ ├── extern.h │ ├── games │ │ ├── ATC_scores │ │ ├── Game_List │ │ ├── Killer │ │ ├── crossover │ │ ├── default │ │ ├── easy │ │ └── game_2 │ ├── grammar.y │ ├── graphics.c │ ├── include.h │ ├── input.c │ ├── lex.l │ ├── list.c │ ├── log.c │ ├── main.c │ ├── pathnames.h │ ├── struct.h │ ├── tunable.c │ ├── tunable.h │ └── update.c ├── backgammon │ ├── Makefile │ ├── backgammon │ │ ├── Makefile │ │ ├── Mesgfix │ │ ├── backgammon.6 │ │ ├── extra.c │ │ ├── main.c │ │ ├── move.c │ │ ├── text.c │ │ └── version.c │ ├── common_source │ │ ├── allow.c │ │ ├── back.h │ │ ├── backgammon.c │ │ ├── board.c │ │ ├── check.c │ │ ├── fancy.c │ │ ├── init.c │ │ ├── message.c │ │ ├── odds.c │ │ ├── one.c │ │ ├── save.c │ │ ├── subs.c │ │ └── table.c │ └── teachgammon │ │ ├── Makefile │ │ ├── data.c │ │ ├── teach.c │ │ ├── ttext1.c │ │ ├── ttext2.c │ │ ├── tutor.c │ │ └── tutor.h ├── battlestar │ ├── Makefile │ ├── battlestar.6 │ ├── battlestar.c │ ├── com1.c │ ├── com2.c │ ├── com3.c │ ├── com4.c │ ├── com5.c │ ├── com6.c │ ├── com7.c │ ├── cypher.c │ ├── dayfile.c │ ├── dayobjs.c │ ├── extern.h │ ├── fly.c │ ├── getcom.c │ ├── globals.c │ ├── init.c │ ├── misc.c │ ├── nightfile.c │ ├── nightobjs.c │ ├── parse.c │ ├── pathnames.h │ ├── room.c │ ├── save.c │ └── words.c ├── bcd │ ├── Makefile │ ├── bcd.6 │ └── bcd.c ├── boggle │ ├── Makefile │ ├── README │ ├── boggle │ │ ├── Makefile │ │ ├── bog.c │ │ ├── bog.h │ │ ├── boggle.6 │ │ ├── extern.h │ │ ├── help.c │ │ ├── helpfile │ │ ├── mach.c │ │ ├── prtable.c │ │ ├── timer.c │ │ └── word.c │ ├── mkdict │ │ ├── Makefile │ │ └── mkdict.c │ └── mkindex │ │ ├── Makefile │ │ └── mkindex.c ├── caesar │ ├── Makefile │ ├── caesar.6 │ ├── caesar.c │ └── rot13.sh ├── canfield │ ├── Makefile │ ├── canfield │ │ ├── Makefile │ │ ├── canfield.6 │ │ ├── canfield.c │ │ └── pathnames.h │ └── cfscores │ │ ├── Makefile │ │ └── cfscores.c ├── chess │ ├── Makefile │ ├── Xchess │ │ ├── Makefile │ │ ├── program.c │ │ └── scrollText.c │ ├── chess.6 │ ├── gnuchess.book │ ├── gnuchess.c │ ├── gnuchess.h │ ├── move.c │ ├── move.h │ ├── nondsp.c │ ├── pathnames.h │ └── uxdsp.c ├── ching │ ├── Makefile │ ├── ching.6 │ ├── ching.h │ ├── ching.sh │ ├── cno │ │ ├── Makefile │ │ └── ching.cno.c │ ├── hexagrams │ ├── macros │ └── phx │ │ ├── Makefile │ │ ├── ching.phx.c │ │ └── pathnames.h ├── cribbage │ ├── Makefile │ ├── cards.c │ ├── crib.c │ ├── cribbage.6 │ ├── cribbage.h │ ├── cribbage.n │ ├── cribcur.h │ ├── deck.h │ ├── extern.c │ ├── instr.c │ ├── io.c │ ├── macro │ ├── pathnames.h │ ├── score.c │ ├── support.c │ └── test.c ├── dm │ ├── Makefile │ ├── dm.8 │ ├── dm.c │ ├── dm.conf.5 │ └── pathnames.h ├── factor │ ├── Makefile │ ├── factor.6 │ └── factor.c ├── fish │ ├── Makefile │ ├── fish.6 │ ├── fish.c │ ├── fish.instr │ └── pathnames.h ├── fortune │ ├── Makefile │ ├── Notes │ ├── README │ ├── datfiles │ │ ├── Makefile │ │ ├── fortunes │ │ ├── fortunes-o.fake │ │ ├── fortunes-o.real │ │ ├── fortunes-o.sp.ok │ │ ├── fortunes.sp.ok │ │ ├── fortunes2 │ │ ├── fortunes2-o │ │ ├── limerick │ │ ├── startrek │ │ ├── startrek.sp.ok │ │ ├── zippy │ │ └── zippy.sp.ok │ ├── fortune │ │ ├── Makefile │ │ ├── fortune.6 │ │ ├── fortune.c │ │ └── pathnames.h │ ├── random.h │ ├── rnd.c │ ├── strfile │ │ ├── Makefile │ │ ├── strfile.8 │ │ ├── strfile.c │ │ └── strfile.h │ ├── tools │ │ ├── Do_spell │ │ ├── Do_troff │ │ ├── Troff.mac │ │ ├── Troff.sed │ │ └── do_sort │ └── unstr │ │ ├── Makefile │ │ └── unstr.c ├── gomoku │ ├── Makefile │ ├── bdinit.c │ ├── bdisp.c │ ├── gomoku.6 │ ├── gomoku.h │ ├── main.c │ ├── makemove.c │ ├── pickmove.c │ └── stoc.c ├── hack │ ├── COPYRIGHT │ ├── Makefile │ ├── Makequest │ ├── OWNER │ ├── Original_READ_ME │ ├── READ_ME │ ├── alloc.c │ ├── config.h │ ├── data │ ├── date.h │ ├── def.edog.h │ ├── def.eshk.h │ ├── def.flag.h │ ├── def.func_tab.h │ ├── def.gen.h │ ├── def.gold.h │ ├── def.mkroom.h │ ├── def.monst.h │ ├── def.obj.h │ ├── def.objclass.h │ ├── def.objects.h │ ├── def.permonst.h │ ├── def.rm.h │ ├── def.trap.h │ ├── def.wseg.h │ ├── hack.6 │ ├── hack.Decl.c │ ├── hack.apply.c │ ├── hack.bones.c │ ├── hack.c │ ├── hack.cmd.c │ ├── hack.do.c │ ├── hack.do_name.c │ ├── hack.do_wear.c │ ├── hack.dog.c │ ├── hack.eat.c │ ├── hack.end.c │ ├── hack.engrave.c │ ├── hack.fight.c │ ├── hack.fix │ ├── hack.h │ ├── hack.invent.c │ ├── hack.ioctl.c │ ├── hack.lev.c │ ├── hack.main.c │ ├── hack.makemon.c │ ├── hack.mfndpos.h │ ├── hack.mhitu.c │ ├── hack.mklev.c │ ├── hack.mkmaze.c │ ├── hack.mkobj.c │ ├── hack.mkshop.c │ ├── hack.mon.c │ ├── hack.monst.c │ ├── hack.o_init.c │ ├── hack.objnam.c │ ├── hack.onames.h │ ├── hack.options.c │ ├── hack.pager.c │ ├── hack.potion.c │ ├── hack.pri.c │ ├── hack.read.c │ ├── hack.rip.c │ ├── hack.rumors.c │ ├── hack.save.c │ ├── hack.search.c │ ├── hack.sh │ ├── hack.shk.c │ ├── hack.shknam.c │ ├── hack.steal.c │ ├── hack.termcap.c │ ├── hack.timeout.c │ ├── hack.topl.c │ ├── hack.track.c │ ├── hack.trap.c │ ├── hack.tty.c │ ├── hack.u_init.c │ ├── hack.unix.c │ ├── hack.vault.c │ ├── hack.version.c │ ├── hack.wield.c │ ├── hack.wizard.c │ ├── hack.worm.c │ ├── hack.worn.c │ ├── hack.zap.c │ ├── help │ ├── hh │ ├── makedefs.c │ ├── pathnames.h │ ├── rnd.c │ └── rumors ├── hangman │ ├── Makefile │ ├── endgame.c │ ├── extern.c │ ├── getguess.c │ ├── getword.c │ ├── hangman.6 │ ├── hangman.h │ ├── main.c │ ├── pathnames.h │ ├── playgame.c │ ├── prdata.c │ ├── prman.c │ ├── prword.c │ └── setup.c ├── larn │ ├── COPYRIGHT │ ├── Fixed.Bugs │ ├── Makefile │ ├── OWNER │ ├── README │ ├── bill.c │ ├── config.c │ ├── create.c │ ├── data.c │ ├── datfiles │ │ ├── larn.help │ │ ├── larnmaze │ │ ├── larnopts │ │ └── lfortune │ ├── diag.c │ ├── display.c │ ├── fortune.c │ ├── global.c │ ├── header.h │ ├── help.c │ ├── holidays │ ├── io.c │ ├── larn.6 │ ├── main.c │ ├── monster.c │ ├── moreobj.c │ ├── movem.c │ ├── nap.c │ ├── object.c │ ├── pathnames.h │ ├── regen.c │ ├── savelev.c │ ├── scores.c │ ├── signal.c │ ├── store.c │ └── tok.c ├── mille │ ├── Makefile │ ├── comp.c │ ├── end.c │ ├── extern.c │ ├── init.c │ ├── mille.6 │ ├── mille.c │ ├── mille.h │ ├── misc.c │ ├── move.c │ ├── print.c │ ├── roll.c │ ├── save.c │ ├── table.c │ ├── types.c │ ├── unctrl.h │ └── varpush.c ├── monop │ ├── Makefile │ ├── brd.dat │ ├── cards.c │ ├── cards.inp │ ├── deck.h │ ├── execute.c │ ├── getinp.c │ ├── houses.c │ ├── initdeck.c │ ├── jail.c │ ├── misc.c │ ├── mon.dat │ ├── monop.6 │ ├── monop.c │ ├── monop.def │ ├── monop.ext │ ├── monop.h │ ├── morg.c │ ├── pathnames.h │ ├── print.c │ ├── prop.c │ ├── prop.dat │ ├── rent.c │ ├── roll.c │ ├── spec.c │ ├── strcmp.c │ └── trade.c ├── morse │ ├── Makefile │ └── morse.c ├── number │ ├── Makefile │ ├── number.6 │ └── number.c ├── phantasia │ ├── COPYRIGHT │ ├── Makefile │ ├── OWNER │ ├── README │ ├── convert.c │ ├── fight.c │ ├── gamesupport.c │ ├── include.h │ ├── interplayer.c │ ├── io.c │ ├── macros.h │ ├── main.c │ ├── map.c │ ├── misc.c │ ├── monsters.asc │ ├── oldplayer.h │ ├── pathnames.h │ ├── phantasia.6 │ ├── phantdefs.h │ ├── phantglobs.c │ ├── phantglobs.h │ ├── phantstruct.h │ └── setup.c ├── pig │ ├── Makefile │ ├── pig.6 │ └── pig.c ├── pom │ ├── Makefile │ ├── pom.6 │ └── pom.c ├── ppt │ ├── Makefile │ └── ppt.c ├── primes │ ├── Makefile │ ├── pattern.c │ ├── pr_tbl.c │ ├── primes.c │ └── primes.h ├── quiz │ ├── Makefile │ ├── datfiles │ │ ├── africa │ │ ├── america │ │ ├── areas │ │ ├── arith │ │ ├── asia │ │ ├── babies │ │ ├── bard │ │ ├── chinese │ │ ├── collectives │ │ ├── ed │ │ ├── elements │ │ ├── europe │ │ ├── flowers │ │ ├── greek │ │ ├── inca │ │ ├── index │ │ ├── latin │ │ ├── locomotive │ │ ├── midearth │ │ ├── morse │ │ ├── mult │ │ ├── murders │ │ ├── poetry │ │ ├── posneg │ │ ├── pres │ │ ├── province │ │ ├── seq-easy │ │ ├── seq-hard │ │ ├── sexes │ │ ├── sov │ │ ├── spell │ │ ├── state │ │ ├── trek │ │ └── ucc │ ├── pathnames.h │ ├── quiz.6 │ ├── quiz.c │ ├── quiz.h │ └── rxp.c ├── rain │ ├── Makefile │ ├── rain.6 │ └── rain.c ├── random │ ├── Makefile │ ├── random.6 │ └── random.c ├── robots │ ├── Makefile │ ├── extern.c │ ├── flush_in.c │ ├── init_field.c │ ├── main.c │ ├── make_level.c │ ├── move.c │ ├── move_robs.c │ ├── pathnames.h │ ├── play_level.c │ ├── query.c │ ├── rnd_pos.c │ ├── robots.6 │ ├── robots.h │ └── score.c ├── rogue │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ └── rogue.me │ ├── curses.c │ ├── hit.c │ ├── init.c │ ├── inventory.c │ ├── level.c │ ├── machdep.c │ ├── main.c │ ├── message.c │ ├── monster.c │ ├── move.c │ ├── object.c │ ├── pack.c │ ├── pathnames.h │ ├── play.c │ ├── random.c │ ├── ring.c │ ├── rogue.6 │ ├── rogue.h │ ├── room.c │ ├── save.c │ ├── score.c │ ├── spec_hit.c │ ├── throw.c │ ├── trap.c │ ├── use.c │ └── zap.c ├── sail │ ├── :file │ ├── :scene │ ├── :ship │ ├── :specs │ ├── Makefile │ ├── assorted.c │ ├── dr_1.c │ ├── dr_2.c │ ├── dr_3.c │ ├── dr_4.c │ ├── dr_5.c │ ├── dr_main.c │ ├── driver.h │ ├── extern.h │ ├── game.c │ ├── globals.c │ ├── lo_main.c │ ├── machdep.h │ ├── main.c │ ├── misc.c │ ├── parties.c │ ├── pathnames.h │ ├── pl_1.c │ ├── pl_2.c │ ├── pl_3.c │ ├── pl_4.c │ ├── pl_5.c │ ├── pl_6.c │ ├── pl_7.c │ ├── pl_main.c │ ├── player.h │ ├── sail.6 │ ├── sync.c │ └── version.c ├── snake │ ├── Makefile │ ├── snake │ │ ├── Makefile │ │ ├── busy.c │ │ ├── move.c │ │ ├── pathnames.h │ │ ├── snake.6 │ │ ├── snake.c │ │ └── snake.h │ └── snscore │ │ ├── Makefile │ │ └── snscore.c ├── tetris │ ├── Makefile │ ├── input.c │ ├── input.h │ ├── pathnames.h │ ├── scores.c │ ├── scores.h │ ├── screen.c │ ├── screen.h │ ├── shapes.c │ ├── tetris.6 │ ├── tetris.c │ └── tetris.h ├── trek │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ ├── spell.ok │ │ └── trek.me │ ├── abandon.c │ ├── attack.c │ ├── autover.c │ ├── capture.c │ ├── cgetc.c │ ├── check_out.c │ ├── checkcond.c │ ├── compkl.c │ ├── computer.c │ ├── damage.c │ ├── damaged.c │ ├── dcrept.c │ ├── destruct.c │ ├── dock.c │ ├── dumpgame.c │ ├── dumpme.c │ ├── dumpssradio.c │ ├── events.c │ ├── externs.c │ ├── getcodi.c │ ├── getpar.c │ ├── getpar.h │ ├── help.c │ ├── impulse.c │ ├── initquad.c │ ├── kill.c │ ├── klmove.c │ ├── lose.c │ ├── lrscan.c │ ├── main.c │ ├── move.c │ ├── nova.c │ ├── out.c │ ├── phaser.c │ ├── play.c │ ├── ram.c │ ├── ranf.c │ ├── rest.c │ ├── schedule.c │ ├── score.c │ ├── setup.c │ ├── setwarp.c │ ├── shell.c │ ├── shield.c │ ├── snova.c │ ├── srscan.c │ ├── systemname.c │ ├── torped.c │ ├── trek.6 │ ├── trek.h │ ├── utility.c │ ├── visual.c │ ├── warp.c │ └── win.c ├── wargames │ ├── Makefile │ └── wargames.sh ├── worm │ ├── Makefile │ ├── worm.6 │ └── worm.c ├── worms │ ├── Makefile │ ├── worms.6 │ └── worms.c ├── wump │ ├── Makefile │ ├── pathnames.h │ ├── wump.6 │ ├── wump.c │ └── wump.info ├── xneko │ ├── Makefile │ ├── xneko.6 │ └── xneko.c └── xroach │ ├── Makefile │ ├── xroach.6 │ └── xroach.c ├── include ├── Makefile ├── Makefile.install ├── a.out.h ├── ar.h ├── arpa │ ├── ftp.h │ ├── inet.h │ ├── nameser.h │ ├── telnet.h │ └── tftp.h ├── assert.h ├── bitstring.h ├── ctype.h ├── db.h ├── dirent.h ├── disktab.h ├── err.h ├── fnmatch.h ├── fstab.h ├── fts.h ├── glob.h ├── grp.h ├── kvm.h ├── lastlog.h ├── limits.h ├── locale.h ├── math.h ├── memory.h ├── mp.h ├── mpool.h ├── ndbm.h ├── netdb.h ├── nlist.h ├── pagsiz.h ├── paths.h ├── protocols │ ├── dumprestore.h │ ├── routed.h │ ├── rwhod.h │ ├── talkd.h │ └── timed.h ├── pwd.h ├── ranlib.h ├── regex.h ├── regexp.h ├── resolv.h ├── rune.h ├── runetype.h ├── setjmp.h ├── sgtty.h ├── signal.h ├── stab.h ├── stdarg.h ├── stddef.h ├── stdio.h ├── stdlib.h ├── string.h ├── strings.h ├── struct.h ├── sysexits.h ├── tar.h ├── time.h ├── ttyent.h ├── tzfile.h ├── unistd.h ├── utime.h ├── utmp.h └── vis.h ├── lib ├── Makefile ├── csu │ ├── hp300 │ │ ├── Makefile │ │ └── crt0.c │ ├── i386 │ │ ├── Makefile │ │ └── crt0.c │ ├── mips │ │ ├── Makefile │ │ └── crt0.s │ ├── sparc │ │ ├── Makefile │ │ └── crt0.c │ ├── tahoe │ │ ├── Makefile │ │ └── crt0.c │ └── vax │ │ ├── Makefile │ │ └── crt0.c ├── libc │ ├── Makefile │ ├── compat-43 │ │ ├── Makefile.inc │ │ ├── creat.2 │ │ ├── creat.c │ │ ├── creat.s │ │ ├── gethostid.3 │ │ ├── gethostid.c │ │ ├── getwd.c │ │ ├── killpg.2 │ │ ├── killpg.c │ │ ├── regex.c │ │ ├── sethostid.c │ │ ├── setpgrp.c │ │ ├── setregid.2 │ │ ├── setregid.c │ │ ├── setreuid.2 │ │ ├── setreuid.c │ │ ├── setrgid.c │ │ ├── setruid.3 │ │ ├── setruid.c │ │ ├── sigblock.2 │ │ ├── sigblock.s │ │ ├── sigcompat.c │ │ ├── sigpause.2 │ │ ├── sigpause.s │ │ ├── sigsetmask.2 │ │ ├── sigsetmask.s │ │ ├── sigvec.2 │ │ └── sigvec.s │ ├── db │ │ ├── Makefile.inc │ │ ├── PORT │ │ │ ├── Makefile │ │ │ └── README │ │ ├── VERSION │ │ ├── btree │ │ │ ├── Makefile │ │ │ ├── Makefile.inc │ │ │ ├── bt_close.c │ │ │ ├── bt_conv.c │ │ │ ├── bt_debug.c │ │ │ ├── bt_delete.c │ │ │ ├── bt_get.c │ │ │ ├── bt_open.c │ │ │ ├── bt_overflow.c │ │ │ ├── bt_page.c │ │ │ ├── bt_put.c │ │ │ ├── bt_search.c │ │ │ ├── bt_seq.c │ │ │ ├── bt_split.c │ │ │ ├── bt_stack.c │ │ │ ├── bt_utils.c │ │ │ ├── btree.h │ │ │ ├── extern.h │ │ │ ├── lrucache.c │ │ │ ├── lrucache.h │ │ │ ├── lruhash.c │ │ │ ├── lrutils.c │ │ │ └── updutils.c │ │ ├── db │ │ │ ├── Makefile.inc │ │ │ └── db.c │ │ ├── hash │ │ │ ├── Makefile.inc │ │ │ ├── README │ │ │ ├── extern.h │ │ │ ├── hash.c │ │ │ ├── hash.h │ │ │ ├── hash_bigkey.c │ │ │ ├── hash_buf.c │ │ │ ├── hash_func.c │ │ │ ├── hash_log2.c │ │ │ ├── hash_page.c │ │ │ ├── hsearch.c │ │ │ ├── ndbm.c │ │ │ ├── page.h │ │ │ └── search.h │ │ ├── man │ │ │ ├── Makefile.inc │ │ │ ├── btree.3 │ │ │ ├── dbopen.3 │ │ │ ├── hash.3 │ │ │ ├── mpool.3 │ │ │ └── recno.3 │ │ ├── mpool │ │ │ ├── Makefile.inc │ │ │ ├── README │ │ │ └── mpool.c │ │ ├── recno │ │ │ ├── Makefile.inc │ │ │ ├── extern.h │ │ │ ├── rec_close.c │ │ │ ├── rec_delete.c │ │ │ ├── rec_get.c │ │ │ ├── rec_open.c │ │ │ ├── rec_put.c │ │ │ ├── rec_search.c │ │ │ ├── rec_seq.c │ │ │ ├── rec_utils.c │ │ │ └── recno.h │ │ └── test │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── btree.tests │ │ │ └── main.c │ │ │ ├── dbtest.c │ │ │ ├── hash.tests │ │ │ ├── driver2.c │ │ │ ├── makedb.sh │ │ │ ├── tcreat3.c │ │ │ ├── tdel.c │ │ │ ├── testit │ │ │ ├── thash4.c │ │ │ ├── tread2.c │ │ │ ├── tseq.c │ │ │ └── tverify.c │ │ │ └── run.test │ ├── gen │ │ ├── Makefile.inc │ │ ├── alarm.3 │ │ ├── alarm.c │ │ ├── assert.c │ │ ├── clock.3 │ │ ├── clock.c │ │ ├── closedir.c │ │ ├── confstr.3 │ │ ├── confstr.c │ │ ├── crypt.3 │ │ ├── crypt.c │ │ ├── ctermid.3 │ │ ├── ctermid.c │ │ ├── ctime.3 │ │ ├── ctime.c │ │ ├── daemon.3 │ │ ├── daemon.c │ │ ├── devname.3 │ │ ├── devname.c │ │ ├── difftime.c │ │ ├── directory.3 │ │ ├── disklabel.c │ │ ├── err.3 │ │ ├── err.c │ │ ├── errlst.c │ │ ├── exec.3 │ │ ├── exec.c │ │ ├── fnmatch.3 │ │ ├── fnmatch.c │ │ ├── frexp.3 │ │ ├── frexp.c │ │ ├── fstab.c │ │ ├── fts.3 │ │ ├── fts.c │ │ ├── genbuildname.3 │ │ ├── genbuildname.c │ │ ├── getbsize.3 │ │ ├── getbsize.c │ │ ├── getcap.3 │ │ ├── getcap.c │ │ ├── getcwd.3 │ │ ├── getcwd.c │ │ ├── getdiskbyname.3 │ │ ├── getfsent.3 │ │ ├── getgrent.3 │ │ ├── getgrent.c │ │ ├── getgrgid.c │ │ ├── getgrnam.c │ │ ├── getgrouplist.3 │ │ ├── getgrouplist.c │ │ ├── gethostname.3 │ │ ├── gethostname.c │ │ ├── getloadavg.3 │ │ ├── getloadavg.c │ │ ├── getlogin.3 │ │ ├── getlogin.c │ │ ├── getmntinfo.3 │ │ ├── getmntinfo.c │ │ ├── getnetgrent.3 │ │ ├── getnetgrent.c │ │ ├── getpagesize.3 │ │ ├── getpagesize.c │ │ ├── getpass.3 │ │ ├── getpass.c │ │ ├── getpwent.3 │ │ ├── getpwent.c │ │ ├── getpwnam.c │ │ ├── getpwnamuid.c │ │ ├── getpwuid.c │ │ ├── getttyent.3 │ │ ├── getttyent.c │ │ ├── getttynam.c │ │ ├── getusershell.3 │ │ ├── getusershell.c │ │ ├── getvfsbyname.3 │ │ ├── getvfsbyname.c │ │ ├── glob.3 │ │ ├── glob.c │ │ ├── initgroups.3 │ │ ├── initgroups.c │ │ ├── isatty.c │ │ ├── isinf.3 │ │ ├── ldexp.3 │ │ ├── modf.3 │ │ ├── nice.3 │ │ ├── nice.c │ │ ├── nlist.3 │ │ ├── nlist.c │ │ ├── opendir.c │ │ ├── pause.3 │ │ ├── pause.c │ │ ├── popen.3 │ │ ├── popen.c │ │ ├── psignal.3 │ │ ├── psignal.c │ │ ├── pwcache.3 │ │ ├── pwcache.c │ │ ├── raise.3 │ │ ├── raise.c │ │ ├── readdir.c │ │ ├── realpath.3 │ │ ├── rewinddir.c │ │ ├── scandir.3 │ │ ├── scandir.c │ │ ├── seekdir.c │ │ ├── setegid.c │ │ ├── seteuid.c │ │ ├── setgid.c │ │ ├── sethostname.c │ │ ├── setjmp.3 │ │ ├── setjmperr.c │ │ ├── setmode.3 │ │ ├── setmode.c │ │ ├── setuid.c │ │ ├── siginterrupt.3 │ │ ├── siginterrupt.c │ │ ├── siglist.c │ │ ├── signal.3 │ │ ├── signal.c │ │ ├── signalsim.c │ │ ├── sigsetops.3 │ │ ├── sigsetops.c │ │ ├── sleep.3 │ │ ├── sleep.c │ │ ├── sysconf.3 │ │ ├── sysconf.c │ │ ├── sysctl.3 │ │ ├── sysctl.c │ │ ├── syslog.3 │ │ ├── syslog.c │ │ ├── tcgetpgrp.3 │ │ ├── tcsendbreak.3 │ │ ├── tcsetattr.3 │ │ ├── tcsetpgrp.3 │ │ ├── telldir.c │ │ ├── termios.c │ │ ├── time.3 │ │ ├── time.c │ │ ├── times.3 │ │ ├── times.c │ │ ├── timezone.3 │ │ ├── timezone.c │ │ ├── ttyname.3 │ │ ├── ttyname.c │ │ ├── ttyslot.c │ │ ├── tzset.3 │ │ ├── ualarm.3 │ │ ├── ualarm.c │ │ ├── uname.3 │ │ ├── uname.c │ │ ├── unvis.3 │ │ ├── unvis.c │ │ ├── usleep.3 │ │ ├── usleep.c │ │ ├── utime.3 │ │ ├── utime.c │ │ ├── valloc.3 │ │ ├── valloc.c │ │ ├── vis.3 │ │ ├── vis.c │ │ ├── wait.c │ │ ├── wait3.c │ │ ├── waitpid.c │ │ └── x.c │ ├── gmon │ │ ├── Makefile.inc │ │ ├── gmon.c │ │ ├── mcount.c │ │ └── moncontrol.3 │ ├── hp300 │ │ ├── :errfix │ │ ├── DEFS.h │ │ ├── SYS.h │ │ ├── gen │ │ │ ├── Makefile.inc │ │ │ ├── _setjmp.s │ │ │ ├── adddf3.s │ │ │ ├── addsf3.s │ │ │ ├── alloca.s │ │ │ ├── ashlsi3.s │ │ │ ├── ashrsi3.s │ │ │ ├── cmpdf2.s │ │ │ ├── cmpsf2.s │ │ │ ├── divdf3.s │ │ │ ├── divsf3.s │ │ │ ├── divsi3.s │ │ │ ├── eprintf.c │ │ │ ├── extendsfdf2.s │ │ │ ├── fabs.s │ │ │ ├── fixdfsi.s │ │ │ ├── fixunsdfsi.s │ │ │ ├── floatsidf.s │ │ │ ├── frexp.c │ │ │ ├── frexp.s │ │ │ ├── isinf.c │ │ │ ├── ldexp.s │ │ │ ├── lshlsi3.s │ │ │ ├── lshrsi3.s │ │ │ ├── modf.s │ │ │ ├── modsi3.s │ │ │ ├── muldf3.s │ │ │ ├── mulsf3.s │ │ │ ├── mulsi3.s │ │ │ ├── negdf2.s │ │ │ ├── negsf2.s │ │ │ ├── saveregs.c │ │ │ ├── setjmp.s │ │ │ ├── sigsetjmp.s │ │ │ ├── subdf3.s │ │ │ ├── subsf3.s │ │ │ ├── truncdfsf2.s │ │ │ ├── udivsi3.s │ │ │ ├── umodsi3.s │ │ │ └── umulsi3.s │ │ ├── net │ │ │ ├── Makefile.inc │ │ │ ├── htonl.s │ │ │ ├── htons.s │ │ │ ├── ntohl.s │ │ │ └── ntohs.s │ │ ├── stdlib │ │ │ ├── Makefile.inc │ │ │ ├── abs.s │ │ │ └── atof.c │ │ ├── string │ │ │ ├── Makefile.inc │ │ │ ├── bcmp.s │ │ │ ├── bcopy.s │ │ │ ├── bzero.s │ │ │ ├── ffs.s │ │ │ ├── index.s │ │ │ ├── rindex.s │ │ │ ├── strcmp.s │ │ │ ├── strcpy.s │ │ │ ├── strlen.s │ │ │ ├── strncmp.s │ │ │ └── strncpy.s │ │ └── sys │ │ │ ├── Ovfork.s │ │ │ ├── _getlogin.s │ │ │ ├── brk.s │ │ │ ├── cerror.s │ │ │ ├── execl.s │ │ │ ├── execle.s │ │ │ ├── exect.s │ │ │ ├── execv.s │ │ │ ├── fork.s │ │ │ ├── getegid.s │ │ │ ├── geteuid.s │ │ │ ├── getppid.s │ │ │ ├── pipe.s │ │ │ ├── ptrace.s │ │ │ ├── reboot.s │ │ │ ├── sbrk.s │ │ │ ├── setlogin.s │ │ │ ├── sigpending.s │ │ │ ├── sigprocmask.s │ │ │ ├── sigreturn.s │ │ │ ├── sigsuspend.s │ │ │ └── syscall.s │ ├── i386 │ │ ├── DEFS.h │ │ ├── SYS.h │ │ ├── gen │ │ │ ├── Makefile.inc │ │ │ ├── _setjmp.s │ │ │ ├── alloca.s │ │ │ ├── divsi3.s │ │ │ ├── fabs.s │ │ │ ├── fixdfsi.s │ │ │ ├── fixunsdfsi.s │ │ │ ├── frexp.c │ │ │ ├── isinf.c │ │ │ ├── ldexp.c │ │ │ ├── modf.s │ │ │ ├── setjmp.s │ │ │ └── udivsi3.s │ │ ├── net │ │ │ ├── Makefile.inc │ │ │ ├── htonl.s │ │ │ ├── htons.s │ │ │ ├── ntohl.s │ │ │ └── ntohs.s │ │ ├── stdlib │ │ │ ├── Makefile.inc │ │ │ ├── abort.s │ │ │ └── abs.s │ │ ├── string │ │ │ ├── Makefile.inc │ │ │ ├── bcopy.no_overlap.s │ │ │ └── bzero.s │ │ └── sys │ │ │ ├── Ovfork.s │ │ │ ├── brk.s │ │ │ ├── cerror.s │ │ │ ├── execl.s │ │ │ ├── execle.s │ │ │ ├── exect.s │ │ │ ├── execv.s │ │ │ ├── fork.s │ │ │ ├── getegid.s │ │ │ ├── geteuid.s │ │ │ ├── getppid.s │ │ │ ├── mount.s │ │ │ ├── pipe.s │ │ │ ├── ptrace.s │ │ │ ├── reboot.s │ │ │ ├── sbrk.s │ │ │ ├── setlogin.s │ │ │ ├── sigpending.s │ │ │ ├── sigprocmask.s │ │ │ ├── sigreturn.s │ │ │ ├── sigsuspend.s │ │ │ └── syscall.s │ ├── locale │ │ ├── Makefile.inc │ │ ├── ansi.c │ │ ├── ctype.3 │ │ ├── ctype.c │ │ ├── ctype_case.c │ │ ├── euc.4 │ │ ├── euc.c │ │ ├── frune.c │ │ ├── isalnum.3 │ │ ├── isalpha.3 │ │ ├── isascii.3 │ │ ├── isblank.3 │ │ ├── iscntrl.3 │ │ ├── isctype.c │ │ ├── isdigit.3 │ │ ├── isgraph.3 │ │ ├── islower.3 │ │ ├── isprint.3 │ │ ├── ispunct.3 │ │ ├── isspace.3 │ │ ├── isupper.3 │ │ ├── isxdigit.3 │ │ ├── lconv.c │ │ ├── localeconv.c │ │ ├── mbrune.3 │ │ ├── mbrune.c │ │ ├── multibyte.3 │ │ ├── multibyte.c │ │ ├── none.c │ │ ├── rune.3 │ │ ├── rune.c │ │ ├── setlocale.3 │ │ ├── setlocale.c │ │ ├── table.c │ │ ├── toascii.3 │ │ ├── tolower.3 │ │ ├── toupper.3 │ │ ├── utf2.4 │ │ └── utf2.c │ ├── mips │ │ ├── :errfix │ │ ├── SYS.h │ │ ├── gen │ │ │ ├── Makefile.inc │ │ │ ├── _setjmp.s │ │ │ ├── fabs.s │ │ │ ├── frexp.c │ │ │ ├── isinf.s │ │ │ ├── ldexp.s │ │ │ ├── modf.s │ │ │ ├── nlist.c │ │ │ └── setjmp.s │ │ ├── net │ │ │ ├── Makefile.inc │ │ │ ├── htonl.s │ │ │ └── htons.s │ │ ├── stdlib │ │ │ └── Makefile.inc │ │ ├── string │ │ │ ├── Makefile.inc │ │ │ ├── bcmp.s │ │ │ ├── bcopy.s │ │ │ ├── bzero.s │ │ │ ├── ffs.s │ │ │ ├── index.s │ │ │ ├── rindex.s │ │ │ ├── strcmp.s │ │ │ └── strlen.s │ │ └── sys │ │ │ ├── Ovfork.s │ │ │ ├── brk.s │ │ │ ├── cerror.s │ │ │ ├── exect.s │ │ │ ├── fork.s │ │ │ ├── pipe.s │ │ │ ├── ptrace.s │ │ │ ├── reboot.s │ │ │ ├── sbrk.s │ │ │ ├── setlogin.s │ │ │ ├── sigpending.s │ │ │ ├── sigprocmask.s │ │ │ ├── sigreturn.s │ │ │ ├── sigsuspend.s │ │ │ └── syscall.s │ ├── net │ │ ├── Makefile.inc │ │ ├── SCCS │ │ │ └── hosttable │ │ │ │ ├── Makefile │ │ │ │ ├── gethostent.c │ │ │ │ └── gethostnamadr.c │ │ ├── byteorder.3 │ │ ├── gethostbyname.3 │ │ ├── gethostnamadr.c │ │ ├── getnetbyaddr.c │ │ ├── getnetbyname.c │ │ ├── getnetent.3 │ │ ├── getnetent.c │ │ ├── getproto.c │ │ ├── getprotoent.3 │ │ ├── getprotoent.c │ │ ├── getprotoname.c │ │ ├── getservbyname.c │ │ ├── getservbyport.c │ │ ├── getservent.3 │ │ ├── getservent.c │ │ ├── herror.c │ │ ├── inet.3 │ │ ├── inet_addr.c │ │ ├── inet_lnaof.c │ │ ├── inet_makeaddr.c │ │ ├── inet_netof.c │ │ ├── inet_network.c │ │ ├── inet_ntoa.c │ │ ├── iso_addr.3 │ │ ├── iso_addr.c │ │ ├── linkaddr.3 │ │ ├── linkaddr.c │ │ ├── ns.3 │ │ ├── ns_addr.c │ │ ├── ns_ntoa.c │ │ ├── rcmd.3 │ │ ├── rcmd.c │ │ ├── recv.c │ │ ├── res_comp.c │ │ ├── res_debug.c │ │ ├── res_init.c │ │ ├── res_mkquery.c │ │ ├── res_query.c │ │ ├── res_send.c │ │ ├── resolver.3 │ │ ├── send.c │ │ └── sethostent.c │ ├── quad │ │ ├── Makefile.inc │ │ ├── TESTS │ │ │ ├── Makefile │ │ │ ├── divrem.c │ │ │ └── mul.c │ │ ├── adddi3.c │ │ ├── anddi3.c │ │ ├── ashldi3.c │ │ ├── ashrdi3.c │ │ ├── cmpdi2.c │ │ ├── divdi3.c │ │ ├── fixdfdi.c │ │ ├── fixsfdi.c │ │ ├── fixunsdfdi.c │ │ ├── fixunssfdi.c │ │ ├── floatdidf.c │ │ ├── floatdisf.c │ │ ├── floatunsdidf.c │ │ ├── iordi3.c │ │ ├── lshldi3.c │ │ ├── lshrdi3.c │ │ ├── moddi3.c │ │ ├── muldi3.c │ │ ├── negdi2.c │ │ ├── notdi2.c │ │ ├── qdivrem.c │ │ ├── quad.h │ │ ├── subdi3.c │ │ ├── ucmpdi2.c │ │ ├── udivdi3.c │ │ ├── umoddi3.c │ │ └── xordi3.c │ ├── regex │ │ ├── COPYRIGHT │ │ ├── Makefile.inc │ │ ├── README │ │ ├── WHATSNEW │ │ ├── cclass.h │ │ ├── cname.h │ │ ├── engine.c │ │ ├── re_format.7 │ │ ├── regcomp.c │ │ ├── regerror.c │ │ ├── regex.3 │ │ ├── regex2.h │ │ ├── regexec.c │ │ ├── regfree.c │ │ └── utils.h │ ├── sparc │ │ ├── DEFS.h │ │ ├── SYS.h │ │ ├── gen │ │ │ ├── Makefile.inc │ │ │ ├── _setjmp.s │ │ │ ├── divrem.m4 │ │ │ ├── fabs.s │ │ │ ├── fixunsdfsi.s │ │ │ ├── frexp.c │ │ │ ├── isinf.c │ │ │ ├── isnan.c │ │ │ ├── ldexp.c │ │ │ ├── modf.s │ │ │ ├── mul.s │ │ │ ├── saveregs.s │ │ │ ├── setjmp.s │ │ │ └── umul.s │ │ ├── net │ │ │ ├── Makefile.inc │ │ │ ├── htonl.s │ │ │ ├── htons.s │ │ │ ├── ntohl.s │ │ │ └── ntohs.s │ │ ├── stdlib │ │ │ ├── Makefile.inc │ │ │ └── abs.s │ │ ├── string │ │ │ ├── Makefile.inc │ │ │ ├── bzero.s │ │ │ ├── ffs.s │ │ │ └── strlen.s │ │ └── sys │ │ │ ├── Ovfork.s │ │ │ ├── brk.s │ │ │ ├── cerror.s │ │ │ ├── exect.s │ │ │ ├── fork.s │ │ │ ├── pipe.s │ │ │ ├── ptrace.s │ │ │ ├── reboot.s │ │ │ ├── sbrk.s │ │ │ ├── setlogin.s │ │ │ ├── sigpending.s │ │ │ ├── sigprocmask.s │ │ │ ├── sigreturn.s │ │ │ ├── sigsuspend.s │ │ │ └── syscall.s │ ├── stdio │ │ ├── Makefile.inc │ │ ├── clrerr.c │ │ ├── data.c │ │ ├── fakcu.c │ │ ├── fclose.3 │ │ ├── fclose.c │ │ ├── fdopen.c │ │ ├── feof.c │ │ ├── ferror.3 │ │ ├── ferror.c │ │ ├── fflush.3 │ │ ├── fflush.c │ │ ├── fgetc.c │ │ ├── fgetln.3 │ │ ├── fgetln.c │ │ ├── fgetpos.c │ │ ├── fgets.3 │ │ ├── fgets.c │ │ ├── filbuf.c │ │ ├── fileno.c │ │ ├── findfp.c │ │ ├── flags.c │ │ ├── floatio.h │ │ ├── fopen.3 │ │ ├── fopen.c │ │ ├── fprintf.c │ │ ├── fpurge.c │ │ ├── fputc.c │ │ ├── fputs.3 │ │ ├── fputs.c │ │ ├── fread.3 │ │ ├── fread.c │ │ ├── freopen.c │ │ ├── fscanf.c │ │ ├── fseek.3 │ │ ├── fseek.c │ │ ├── fsetpos.c │ │ ├── ftell.c │ │ ├── funopen.3 │ │ ├── funopen.c │ │ ├── fvwrite.c │ │ ├── fvwrite.h │ │ ├── fwalk.c │ │ ├── fwrite.c │ │ ├── getc.3 │ │ ├── getc.c │ │ ├── getchar.c │ │ ├── gets.3 │ │ ├── gets.c │ │ ├── getw.c │ │ ├── glue.h │ │ ├── local.h │ │ ├── makebuf.c │ │ ├── mktemp.3 │ │ ├── mktemp.c │ │ ├── perror.c │ │ ├── printf.3 │ │ ├── printf.c │ │ ├── putc.3 │ │ ├── putc.c │ │ ├── putchar.c │ │ ├── puts.c │ │ ├── putw.c │ │ ├── rdwr.c │ │ ├── refill.c │ │ ├── remove.3 │ │ ├── remove.c │ │ ├── rewind.c │ │ ├── rget.c │ │ ├── scanf.3 │ │ ├── scanf.c │ │ ├── setbuf.3 │ │ ├── setbuf.c │ │ ├── setbuffer.c │ │ ├── setvbuf.c │ │ ├── snprintf.c │ │ ├── sprintf.c │ │ ├── sscanf.c │ │ ├── stdio.3 │ │ ├── stdio.c │ │ ├── tempnam.c │ │ ├── tmpfile.c │ │ ├── tmpnam.3 │ │ ├── tmpnam.c │ │ ├── ungetc.3 │ │ ├── ungetc.c │ │ ├── vfprintf.c │ │ ├── vfscanf.c │ │ ├── vprintf.c │ │ ├── vscanf.c │ │ ├── vsnprintf.c │ │ ├── vsprintf.c │ │ ├── vsscanf.c │ │ ├── wbuf.c │ │ └── wsetup.c │ ├── stdlib │ │ ├── Makefile.inc │ │ ├── abort.3 │ │ ├── abort.c │ │ ├── abs.3 │ │ ├── abs.c │ │ ├── alloca.3 │ │ ├── atexit.3 │ │ ├── atexit.c │ │ ├── atexit.h │ │ ├── atof.3 │ │ ├── atof.c │ │ ├── atoi.3 │ │ ├── atoi.c │ │ ├── atol.3 │ │ ├── atol.c │ │ ├── bsearch.3 │ │ ├── bsearch.c │ │ ├── calloc.3 │ │ ├── calloc.c │ │ ├── div.3 │ │ ├── div.c │ │ ├── exit.3 │ │ ├── exit.c │ │ ├── free.3 │ │ ├── getenv.3 │ │ ├── getenv.c │ │ ├── getopt.3 │ │ ├── getopt.c │ │ ├── getsubopt.3 │ │ ├── getsubopt.c │ │ ├── heapsort.c │ │ ├── labs.3 │ │ ├── labs.c │ │ ├── ldiv.3 │ │ ├── ldiv.c │ │ ├── malloc.3 │ │ ├── malloc.c │ │ ├── memory.3 │ │ ├── merge.c │ │ ├── putenv.c │ │ ├── qsort.3 │ │ ├── qsort.c │ │ ├── radixsort.3 │ │ ├── radixsort.c │ │ ├── rand.3 │ │ ├── rand.c │ │ ├── random.3 │ │ ├── random.c │ │ ├── realloc.3 │ │ ├── setenv.c │ │ ├── strtod.3 │ │ ├── strtod.c │ │ ├── strtol.3 │ │ ├── strtol.c │ │ ├── strtoq.c │ │ ├── strtoul.3 │ │ ├── strtoul.c │ │ ├── strtouq.c │ │ ├── system.3 │ │ └── system.c │ ├── string │ │ ├── Makefile.inc │ │ ├── bcmp.3 │ │ ├── bcmp.c │ │ ├── bcopy.3 │ │ ├── bcopy.c │ │ ├── bstring.3 │ │ ├── bzero.3 │ │ ├── bzero.c │ │ ├── ffs.3 │ │ ├── ffs.c │ │ ├── index.3 │ │ ├── index.c │ │ ├── memccpy.3 │ │ ├── memccpy.c │ │ ├── memchr.3 │ │ ├── memchr.c │ │ ├── memcmp.3 │ │ ├── memcmp.c │ │ ├── memcpy.3 │ │ ├── memcpy.c │ │ ├── memmove.3 │ │ ├── memmove.c │ │ ├── memset.3 │ │ ├── memset.c │ │ ├── rindex.3 │ │ ├── rindex.c │ │ ├── strcasecmp.3 │ │ ├── strcasecmp.c │ │ ├── strcat.3 │ │ ├── strcat.c │ │ ├── strchr.3 │ │ ├── strchr.c │ │ ├── strcmp.3 │ │ ├── strcmp.c │ │ ├── strcoll.3 │ │ ├── strcoll.c │ │ ├── strcpy.3 │ │ ├── strcpy.c │ │ ├── strcspn.3 │ │ ├── strcspn.c │ │ ├── strdup.3 │ │ ├── strdup.c │ │ ├── strerror.3 │ │ ├── strerror.c │ │ ├── strftime.3 │ │ ├── strftime.c │ │ ├── string.3 │ │ ├── strlen.3 │ │ ├── strlen.c │ │ ├── strmode.3 │ │ ├── strmode.c │ │ ├── strncasecmp.3 │ │ ├── strncat.3 │ │ ├── strncat.c │ │ ├── strncmp.3 │ │ ├── strncmp.c │ │ ├── strncpy.3 │ │ ├── strncpy.c │ │ ├── strpbrk.3 │ │ ├── strpbrk.c │ │ ├── strrchr.3 │ │ ├── strrchr.c │ │ ├── strsep.3 │ │ ├── strsep.c │ │ ├── strspn.3 │ │ ├── strspn.c │ │ ├── strstr.3 │ │ ├── strstr.c │ │ ├── strtok.3 │ │ ├── strtok.c │ │ ├── strxfrm.3 │ │ ├── strxfrm.c │ │ ├── swab.3 │ │ └── swab.c │ ├── sys │ │ ├── Makefile.inc │ │ ├── Ovadvise.s │ │ ├── Xsetregid.2 │ │ ├── _exit.2 │ │ ├── accept.2 │ │ ├── accept.s │ │ ├── access.2 │ │ ├── access.s │ │ ├── acct.2 │ │ ├── acct.s │ │ ├── adjtime.2 │ │ ├── adjtime.s │ │ ├── bind.2 │ │ ├── bind.s │ │ ├── brk.2 │ │ ├── chdir.2 │ │ ├── chdir.s │ │ ├── chflags.2 │ │ ├── chflags.s │ │ ├── chmod.2 │ │ ├── chmod.s │ │ ├── chown.2 │ │ ├── chown.s │ │ ├── chroot.2 │ │ ├── chroot.s │ │ ├── close.2 │ │ ├── close.s │ │ ├── connect.2 │ │ ├── connect.s │ │ ├── dup.2 │ │ ├── dup.s │ │ ├── dup2.s │ │ ├── execve.2 │ │ ├── execve.s │ │ ├── fchdir.s │ │ ├── fchflags.s │ │ ├── fchmod.s │ │ ├── fchown.s │ │ ├── fcntl.2 │ │ ├── fcntl.s │ │ ├── flock.2 │ │ ├── flock.s │ │ ├── fork.2 │ │ ├── fstat.s │ │ ├── fstatfs.s │ │ ├── fsync.2 │ │ ├── fsync.s │ │ ├── ftruncate.c │ │ ├── ftruncate.s │ │ ├── getdirentries.2 │ │ ├── getdirentries.s │ │ ├── getdtablesize.2 │ │ ├── getdtablesize.s │ │ ├── getfh.2 │ │ ├── getfh.s │ │ ├── getfsstat.2 │ │ ├── getfsstat.s │ │ ├── getgid.2 │ │ ├── getgid.s │ │ ├── getgroups.2 │ │ ├── getgroups.s │ │ ├── gethostid.s │ │ ├── gethostname.s │ │ ├── getitimer.2 │ │ ├── getitimer.s │ │ ├── getlogin.2 │ │ ├── getpagesize.s │ │ ├── getpeername.2 │ │ ├── getpeername.s │ │ ├── getpgrp.2 │ │ ├── getpgrp.s │ │ ├── getpid.2 │ │ ├── getpid.s │ │ ├── getpriority.2 │ │ ├── getpriority.s │ │ ├── getrlimit.2 │ │ ├── getrlimit.s │ │ ├── getrusage.2 │ │ ├── getrusage.s │ │ ├── getsockname.2 │ │ ├── getsockname.s │ │ ├── getsockopt.2 │ │ ├── getsockopt.s │ │ ├── gettimeofday.2 │ │ ├── gettimeofday.s │ │ ├── getuid.2 │ │ ├── getuid.s │ │ ├── intro.2 │ │ ├── ioctl.2 │ │ ├── ioctl.s │ │ ├── kill.2 │ │ ├── kill.s │ │ ├── killpg.s │ │ ├── ktrace.2 │ │ ├── ktrace.s │ │ ├── link.2 │ │ ├── link.s │ │ ├── listen.2 │ │ ├── listen.s │ │ ├── lseek.2 │ │ ├── lseek.c │ │ ├── lseek.s │ │ ├── lstat.s │ │ ├── madvise.2 │ │ ├── mincore.2 │ │ ├── mkdir.2 │ │ ├── mkdir.s │ │ ├── mkfifo.2 │ │ ├── mkfifo.s │ │ ├── mknod.2 │ │ ├── mknod.s │ │ ├── mlock.2 │ │ ├── mmap.2 │ │ ├── mmap.c │ │ ├── mmap.s │ │ ├── mount.2 │ │ ├── mount.s │ │ ├── mprotect.2 │ │ ├── msync.2 │ │ ├── munmap.2 │ │ ├── nfssvc.2 │ │ ├── nfssvc.s │ │ ├── open.2 │ │ ├── open.s │ │ ├── pathconf.2 │ │ ├── pipe.2 │ │ ├── profil.2 │ │ ├── profil.s │ │ ├── ptrace.2 │ │ ├── quotactl.2 │ │ ├── quotactl.s │ │ ├── read.2 │ │ ├── read.s │ │ ├── readlink.2 │ │ ├── readlink.s │ │ ├── readv.s │ │ ├── reboot.2 │ │ ├── recv.2 │ │ ├── recv.s │ │ ├── recvfrom.s │ │ ├── recvmsg.s │ │ ├── rename.2 │ │ ├── rename.s │ │ ├── revoke.2 │ │ ├── rmdir.2 │ │ ├── rmdir.s │ │ ├── select.2 │ │ ├── select.s │ │ ├── send.2 │ │ ├── sendmsg.s │ │ ├── sendto.s │ │ ├── setgroups.2 │ │ ├── setgroups.s │ │ ├── sethostid.s │ │ ├── sethostname.s │ │ ├── setitimer.s │ │ ├── setpgid.2 │ │ ├── setpgrp.s │ │ ├── setpriority.s │ │ ├── setregid.s │ │ ├── setreuid.s │ │ ├── setrlimit.s │ │ ├── setsid.2 │ │ ├── setsid.s │ │ ├── setsockopt.s │ │ ├── settimeofday.s │ │ ├── setuid.2 │ │ ├── shutdown.2 │ │ ├── shutdown.s │ │ ├── sigaction.2 │ │ ├── sigaction.s │ │ ├── sigaltstack.2 │ │ ├── sigpending.2 │ │ ├── sigprocmask.2 │ │ ├── sigreturn.2 │ │ ├── sigstack.2 │ │ ├── sigstack.s │ │ ├── sigsuspend.2 │ │ ├── socket.2 │ │ ├── socket.s │ │ ├── socketpair.2 │ │ ├── socketpair.s │ │ ├── stat.2 │ │ ├── stat.s │ │ ├── statfs.2 │ │ ├── statfs.s │ │ ├── swapon.2 │ │ ├── swapon.s │ │ ├── symlink.2 │ │ ├── symlink.s │ │ ├── sync.2 │ │ ├── sync.s │ │ ├── syscall.2 │ │ ├── truncate.2 │ │ ├── truncate.c │ │ ├── truncate.s │ │ ├── umask.2 │ │ ├── umask.s │ │ ├── undelete.2 │ │ ├── unlink.2 │ │ ├── unlink.s │ │ ├── unmount.s │ │ ├── utimes.2 │ │ ├── utimes.s │ │ ├── vfork.2 │ │ ├── vhangup.2 │ │ ├── vhangup.s │ │ ├── wait.2 │ │ ├── wait4.s │ │ ├── write.2 │ │ ├── write.s │ │ └── writev.s │ ├── tahoe │ │ ├── DEFS.h │ │ ├── SYS.h │ │ ├── fpe │ │ │ ├── Makefile │ │ │ ├── addd.s │ │ │ ├── addf.s │ │ │ ├── cmpd.s │ │ │ ├── cmpf.s │ │ │ ├── cvtdl.s │ │ │ ├── cvtfl.s │ │ │ ├── cvtld.s │ │ │ ├── cvtlf.s │ │ │ ├── cvtud.s │ │ │ ├── cvtuf.s │ │ │ ├── divd.s │ │ │ ├── divf.s │ │ │ ├── fnorm.s │ │ │ ├── fp_exp.s │ │ │ ├── modf.s │ │ │ ├── muld.s │ │ │ ├── mulf.s │ │ │ ├── negd.s │ │ │ ├── negf.s │ │ │ ├── sfnorm.s │ │ │ ├── sfp_exp.s │ │ │ ├── subd.s │ │ │ └── subf.s │ │ ├── gen │ │ │ ├── Makefile.inc │ │ │ ├── _setjmp.s │ │ │ ├── abort.s │ │ │ ├── alloca.s │ │ │ ├── fabs.s │ │ │ ├── fixdfsi.s │ │ │ ├── fixunsdfsi.s │ │ │ ├── frexp.c │ │ │ ├── isinf.c │ │ │ ├── ldexp.s │ │ │ ├── modf.s │ │ │ ├── modsi3.s │ │ │ ├── setjmp.s │ │ │ ├── udiv.s │ │ │ ├── udivsi3.s │ │ │ ├── umodsi3.s │ │ │ ├── umulsi3.s │ │ │ └── urem.s │ │ ├── net │ │ │ ├── Makefile.inc │ │ │ ├── htonl.s │ │ │ ├── htons.s │ │ │ ├── ntohl.s │ │ │ └── ntohs.s │ │ ├── stdlib │ │ │ ├── Makefile.inc │ │ │ ├── abs.s │ │ │ └── atof.s │ │ ├── string │ │ │ ├── Makefile.inc │ │ │ ├── bcmp.s │ │ │ ├── bcopy.s │ │ │ ├── bzero.s │ │ │ ├── ffs.s │ │ │ ├── memcmp.s │ │ │ ├── memmove.s │ │ │ ├── strcat.s │ │ │ ├── strcmp.s │ │ │ ├── strcpy.s │ │ │ ├── strlen.s │ │ │ ├── strncat.s │ │ │ ├── strncmp.s │ │ │ └── strncpy.s │ │ └── sys │ │ │ ├── Ovadvise.s │ │ │ ├── Ovfork.s │ │ │ ├── _exit.s │ │ │ ├── accept.s │ │ │ ├── access.s │ │ │ ├── acct.s │ │ │ ├── adjtime.s │ │ │ ├── bind.s │ │ │ ├── brk.s │ │ │ ├── cerror.s │ │ │ ├── chdir.s │ │ │ ├── chmod.s │ │ │ ├── chown.s │ │ │ ├── chroot.s │ │ │ ├── close.s │ │ │ ├── connect.s │ │ │ ├── creat.s │ │ │ ├── dup.s │ │ │ ├── dup2.s │ │ │ ├── execl.s │ │ │ ├── execle.s │ │ │ ├── exect.s │ │ │ ├── execv.s │ │ │ ├── execve.s │ │ │ ├── fchmod.s │ │ │ ├── fchown.s │ │ │ ├── fcntl.s │ │ │ ├── flock.s │ │ │ ├── fork.s │ │ │ ├── fstat.s │ │ │ ├── fsync.s │ │ │ ├── ftruncate.s │ │ │ ├── getdtablesize.s │ │ │ ├── getegid.s │ │ │ ├── geteuid.s │ │ │ ├── getgid.s │ │ │ ├── getgroups.s │ │ │ ├── gethostid.s │ │ │ ├── gethostname.s │ │ │ ├── getitimer.s │ │ │ ├── getpagesize.s │ │ │ ├── getpeername.s │ │ │ ├── getpgrp.s │ │ │ ├── getpid.s │ │ │ ├── getppid.s │ │ │ ├── getpriority.s │ │ │ ├── getrlimit.s │ │ │ ├── getrusage.s │ │ │ ├── getsockname.s │ │ │ ├── getsockopt.s │ │ │ ├── gettimeofday.s │ │ │ ├── getuid.s │ │ │ ├── ioctl.s │ │ │ ├── kill.s │ │ │ ├── killpg.s │ │ │ ├── link.s │ │ │ ├── listen.s │ │ │ ├── lseek.s │ │ │ ├── lstat.s │ │ │ ├── mkdir.s │ │ │ ├── mknod.s │ │ │ ├── mount.s │ │ │ ├── open.s │ │ │ ├── pipe.s │ │ │ ├── profil.s │ │ │ ├── ptrace.s │ │ │ ├── quota.s │ │ │ ├── read.s │ │ │ ├── readlink.s │ │ │ ├── readv.s │ │ │ ├── reboot.s │ │ │ ├── recv.s │ │ │ ├── recvfrom.s │ │ │ ├── recvmsg.s │ │ │ ├── rename.s │ │ │ ├── rmdir.s │ │ │ ├── sbrk.s │ │ │ ├── select.s │ │ │ ├── send.s │ │ │ ├── sendmsg.s │ │ │ ├── sendto.s │ │ │ ├── setgroups.s │ │ │ ├── sethostid.s │ │ │ ├── sethostname.s │ │ │ ├── setitimer.s │ │ │ ├── setlogin.s │ │ │ ├── setpgrp.s │ │ │ ├── setpriority.s │ │ │ ├── setquota.s │ │ │ ├── setregid.s │ │ │ ├── setreuid.s │ │ │ ├── setrlimit.s │ │ │ ├── setsid.s │ │ │ ├── setsockopt.s │ │ │ ├── settimeofday.s │ │ │ ├── shutdown.s │ │ │ ├── sigblock.s │ │ │ ├── sigpause.s │ │ │ ├── sigpending.s │ │ │ ├── sigprocmask.s │ │ │ ├── sigreturn.s │ │ │ ├── sigsetmask.s │ │ │ ├── sigstack.s │ │ │ ├── sigsuspend.s │ │ │ ├── sigvec.s │ │ │ ├── socket.s │ │ │ ├── socketpair.s │ │ │ ├── stat.s │ │ │ ├── swapon.s │ │ │ ├── symlink.s │ │ │ ├── sync.s │ │ │ ├── syscall.s │ │ │ ├── truncate.s │ │ │ ├── umask.s │ │ │ ├── umount.s │ │ │ ├── unlink.s │ │ │ ├── utimes.s │ │ │ ├── vhangup.s │ │ │ ├── wait.s │ │ │ ├── write.s │ │ │ └── writev.s │ └── vax │ │ ├── :errfix │ │ ├── DEFS.h │ │ ├── SYS.h │ │ ├── gen │ │ ├── Makefile.inc │ │ ├── _setjmp.s │ │ ├── abort.s │ │ ├── alloca.s │ │ ├── fabs.s │ │ ├── fixdfsi.s │ │ ├── fixunsdfsi.s │ │ ├── frexp.c │ │ ├── frexp.s │ │ ├── isinf.c │ │ ├── ldexp.s │ │ ├── lshlsi3.s │ │ ├── lshrsi3.s │ │ ├── modf.s │ │ ├── modsi3.s │ │ ├── setjmp.s │ │ ├── udiv.s │ │ ├── udivsi3.s │ │ ├── umodsi3.s │ │ ├── umulsi3.s │ │ └── urem.s │ │ ├── net │ │ ├── DEFS.h │ │ ├── Makefile.inc │ │ ├── htonl.s │ │ ├── htons.s │ │ ├── ntohl.s │ │ └── ntohs.s │ │ ├── stdio.old │ │ ├── doprnt.c │ │ ├── fgets.s │ │ ├── fputs.s │ │ ├── gets.s │ │ ├── mcount.sed │ │ └── puts.s │ │ ├── stdlib │ │ ├── Makefile.inc │ │ ├── abs.s │ │ └── atof.s │ │ ├── string │ │ ├── Makefile.inc │ │ ├── bcmp.s │ │ ├── bcopy.s │ │ ├── bzero.s │ │ ├── ffs.s │ │ ├── index.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── rindex.s │ │ ├── strcat.s │ │ ├── strchr.s │ │ ├── strcmp.s │ │ ├── strcpy.s │ │ ├── strcspn.s │ │ ├── strlen.s │ │ ├── strncat.s │ │ ├── strncmp.s │ │ ├── strncpy.s │ │ ├── strpbrk.s │ │ ├── strrchr.s │ │ ├── strsep.s │ │ ├── strspn.s │ │ └── strstr.s │ │ └── sys │ │ ├── Ovfork.s │ │ ├── _exit.s │ │ ├── _getlogin.s │ │ ├── brk.s │ │ ├── cache.lib │ │ ├── Ovfork.c │ │ ├── fork.c │ │ ├── getdtablesize.c │ │ ├── getgid.c │ │ ├── gethostid.c │ │ ├── getpid.c │ │ ├── getppid.c │ │ ├── getuid.c │ │ └── x.c │ │ ├── cerror.s │ │ ├── execl.s │ │ ├── execle.s │ │ ├── exect.s │ │ ├── execv.s │ │ ├── fork.s │ │ ├── getegid.s │ │ ├── geteuid.s │ │ ├── getppid.s │ │ ├── pipe.s │ │ ├── ptrace.s │ │ ├── reboot.s │ │ ├── sbrk.s │ │ ├── send.s │ │ ├── setlogin.s │ │ ├── signal.s │ │ ├── sigpending.s │ │ ├── sigprocmask.s │ │ ├── sigreturn.s │ │ ├── sigsuspend.s │ │ ├── syscall.s │ │ ├── wait.s │ │ └── wait3.s ├── libcompat │ ├── 4.1 │ │ ├── Makefile │ │ ├── ftime.3 │ │ ├── ftime.c │ │ ├── getpw.3 │ │ ├── getpw.c │ │ ├── gtty.c │ │ ├── reset.c │ │ ├── strcatn.c │ │ ├── strcmpn.c │ │ ├── strcpyn.c │ │ ├── stty.3 │ │ ├── stty.c │ │ ├── tahoe │ │ │ └── reset.s │ │ ├── tell.c │ │ ├── vax │ │ │ ├── DEFS.h │ │ │ └── reset.s │ │ ├── vlimit.3 │ │ ├── vlimit.c │ │ ├── vtimes.3 │ │ └── vtimes.c │ ├── 4.3 │ │ ├── Makefile │ │ ├── cfree.c │ │ ├── ecvt.3 │ │ ├── ecvt.c │ │ ├── gcvt.c │ │ ├── hp300 │ │ │ ├── insque.s │ │ │ └── remque.s │ │ ├── insque.3 │ │ ├── insque.c │ │ ├── lsearch.3 │ │ ├── lsearch.c │ │ ├── re_comp.3 │ │ ├── regex.c │ │ ├── remque.c │ │ ├── rexec.3 │ │ ├── rexec.c │ │ ├── ruserpass.c │ │ ├── sibuf.c │ │ ├── sobuf.c │ │ ├── strout.c │ │ ├── tahoe │ │ │ ├── insque.s │ │ │ ├── nargs.s │ │ │ └── remque.s │ │ └── vax │ │ │ ├── insque.s │ │ │ ├── nargs.s │ │ │ └── remque.s │ ├── 4.4 │ │ └── cuserid.c │ ├── Makefile │ └── regexp │ │ ├── COPYRIGHT │ │ ├── Makefile │ │ ├── README │ │ ├── regerror.c │ │ ├── regexp.3 │ │ ├── regexp.c │ │ ├── regexp.h │ │ ├── regmagic.h │ │ ├── regsub.c │ │ ├── tests │ │ ├── timer.c │ │ └── try.c ├── libcurses │ ├── :ctfix │ ├── EXAMPLES │ │ └── ex1.c │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ ├── Master │ │ ├── appen.A │ │ ├── appen.B │ │ ├── appen.C │ │ ├── c_macros │ │ ├── doc.I │ │ ├── doc.II │ │ ├── doc.III │ │ ├── doc.IV │ │ ├── ex1.c │ │ ├── ex2.c │ │ ├── fns.doc │ │ ├── intro.0 │ │ ├── intro.1 │ │ ├── intro.2 │ │ ├── intro.3 │ │ ├── intro.4 │ │ ├── intro.5 │ │ ├── intro.6 │ │ ├── life.c │ │ ├── macros │ │ ├── twinkle1.c │ │ ├── twinkle2.c │ │ └── win_st.c │ ├── addbytes.c │ ├── addch.c │ ├── addnstr.c │ ├── box.c │ ├── clear.c │ ├── clrtobot.c │ ├── clrtoeol.c │ ├── cr_put.c │ ├── ctrace.c │ ├── cur_hash.c │ ├── curses.3 │ ├── curses.c │ ├── curses.ext │ ├── curses.h │ ├── delch.c │ ├── deleteln.c │ ├── delwin.c │ ├── endwin.c │ ├── erase.c │ ├── fullname.c │ ├── getch.c │ ├── getstr.c │ ├── id_subwins.c │ ├── idlok.c │ ├── initscr.c │ ├── insch.c │ ├── insertln.c │ ├── longname.c │ ├── move.c │ ├── mvprintw.c │ ├── mvscanw.c │ ├── mvwin.c │ ├── newwin.c │ ├── overlay.c │ ├── overwrite.c │ ├── printw.c │ ├── putchar.c │ ├── refresh.c │ ├── scanw.c │ ├── scroll.c │ ├── setterm.c │ ├── standout.c │ ├── toucholap.c │ ├── touchwin.c │ ├── tscroll.c │ ├── tstp.c │ ├── tty.c │ └── unctrl.c ├── libedit │ ├── Makefile │ ├── TEST │ │ └── test.c │ ├── chared.c │ ├── chared.h │ ├── common.c │ ├── el.c │ ├── el.h │ ├── emacs.c │ ├── hist.c │ ├── hist.h │ ├── histedit.h │ ├── history.c │ ├── key.c │ ├── key.h │ ├── makelist │ ├── map.c │ ├── map.h │ ├── parse.c │ ├── parse.h │ ├── prompt.c │ ├── prompt.h │ ├── read.c │ ├── refresh.c │ ├── refresh.h │ ├── search.c │ ├── search.h │ ├── sig.c │ ├── sig.h │ ├── sys.h │ ├── term.c │ ├── term.h │ ├── termcap.h │ ├── tokenizer.c │ ├── tokenizer.h │ ├── tty.c │ ├── tty.h │ └── vi.c ├── libkvm │ ├── Makefile │ ├── kvm.3 │ ├── kvm.c │ ├── kvm_file.c │ ├── kvm_geterr.3 │ ├── kvm_getfiles.3 │ ├── kvm_getloadavg.3 │ ├── kvm_getloadavg.c │ ├── kvm_getprocs.3 │ ├── kvm_hp300.c │ ├── kvm_mips.c │ ├── kvm_nlist.3 │ ├── kvm_open.3 │ ├── kvm_private.h │ ├── kvm_proc.c │ ├── kvm_read.3 │ └── kvm_sparc.c ├── libm │ ├── Makefile │ ├── README │ ├── README.txt │ ├── common │ │ ├── Makefile │ │ ├── atan2.c │ │ ├── sincos.c │ │ ├── tan.c │ │ ├── trig.c │ │ └── trig.h │ ├── common_source │ │ ├── acos.3 │ │ ├── acosh.3 │ │ ├── acosh.c │ │ ├── asin.3 │ │ ├── asincos.c │ │ ├── asinh.3 │ │ ├── asinh.c │ │ ├── atan.3 │ │ ├── atan.c │ │ ├── atan2.3 │ │ ├── atanh.3 │ │ ├── atanh.c │ │ ├── ceil.3 │ │ ├── cos.3 │ │ ├── cosh.3 │ │ ├── cosh.c │ │ ├── erf.3 │ │ ├── erf.c │ │ ├── exp.3 │ │ ├── exp.c │ │ ├── exp__E.c │ │ ├── expm1.c │ │ ├── fabs.3 │ │ ├── floor.3 │ │ ├── floor.c │ │ ├── fmod.3 │ │ ├── fmod.c │ │ ├── gamma.c │ │ ├── hypot.3 │ │ ├── ieee.3 │ │ ├── infnan.3 │ │ ├── j0.3 │ │ ├── j0.c │ │ ├── j1.c │ │ ├── jn.c │ │ ├── lgamma.3 │ │ ├── lgamma.c │ │ ├── log.c │ │ ├── log10.c │ │ ├── log1p.c │ │ ├── log__L.c │ │ ├── math.3 │ │ ├── math.h │ │ ├── mathimpl.h │ │ ├── pow.c │ │ ├── rint.3 │ │ ├── sin.3 │ │ ├── sinh.3 │ │ ├── sinh.c │ │ ├── sqrt.3 │ │ ├── tan.3 │ │ ├── tanh.3 │ │ └── tanh.c │ ├── ieee │ │ ├── Makefile │ │ ├── cabs.c │ │ ├── cbrt.c │ │ └── support.c │ ├── mc68881 │ │ ├── README │ │ ├── asincos.s │ │ ├── atan.s │ │ ├── atan2.c │ │ ├── atanh.s │ │ ├── cosh.s │ │ ├── exp.s │ │ ├── expm1.s │ │ ├── floor.s │ │ ├── log.s │ │ ├── log10.s │ │ ├── log1p.s │ │ ├── mcount.sed │ │ ├── sincos.s │ │ ├── sinh.s │ │ ├── sqrt.s │ │ ├── support.s │ │ ├── tan.s │ │ └── tanh.s │ ├── national │ │ ├── Makefile │ │ ├── mcount.sed │ │ ├── national.s │ │ ├── sqrt.s │ │ └── support.s │ ├── tahoe │ │ ├── cabs.s │ │ ├── cbrt.s │ │ ├── infnan.s │ │ ├── mcount.sed │ │ ├── sqrt.s │ │ └── support.s │ └── vax │ │ ├── Makefile │ │ ├── argred.s │ │ ├── atan2.s │ │ ├── cabs.s │ │ ├── cbrt.s │ │ ├── infnan.s │ │ ├── mcount.sed │ │ ├── sincos.s │ │ ├── sqrt.s │ │ ├── support.s │ │ └── tan.s ├── libmp │ ├── Makefile │ ├── gcd.c │ ├── madd.c │ ├── mdiv.c │ ├── mout.c │ ├── mp.3 │ ├── msqrt.c │ ├── mult.c │ ├── pow.c │ └── util.c ├── libplot │ ├── Makefile │ ├── aed │ │ ├── Makefile │ │ ├── aed.h │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── bitgraph │ │ ├── Makefile │ │ ├── arc.c │ │ ├── bg.h │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ └── space.c │ ├── dumb │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── dumb.h │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── f77plot │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── clospl.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linemd.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ └── space.c │ ├── gigi │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── gigi.h │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ └── space.c │ ├── grn │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── grnplot.h │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── hp2648 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── hp2648.h │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── hp7221 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── hp7221.h │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── imagen │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── charset.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── imPcodes.h │ │ ├── imp.h │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── scale.c │ │ └── space.c │ ├── plot │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── cont.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linmod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── plot.3 │ │ ├── point.c │ │ ├── putsi.c │ │ └── space.c │ ├── t300 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── con.h │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linmod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── t300s │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── con.h │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linmod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ ├── t4013 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── scale.c │ │ ├── space.c │ │ └── subr.c │ ├── t4014 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linemod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── scale.c │ │ ├── space.c │ │ └── subr.c │ ├── t450 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── con.h │ │ ├── dot.c │ │ ├── erase.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linmod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c │ └── vt0 │ │ ├── Makefile │ │ ├── arc.c │ │ ├── box.c │ │ ├── circle.c │ │ ├── close.c │ │ ├── dot.c │ │ ├── erase.c │ │ ├── frame.c │ │ ├── label.c │ │ ├── line.c │ │ ├── linmod.c │ │ ├── move.c │ │ ├── open.c │ │ ├── point.c │ │ ├── space.c │ │ └── subr.c ├── libresolv │ └── Makefile ├── librpc │ ├── man │ │ └── man1 │ │ │ ├── rpcgen.1 │ │ │ └── rstat.1 │ ├── rpc │ │ ├── Makefile │ │ ├── auth.h │ │ ├── auth_none.c │ │ ├── auth_unix.c │ │ ├── auth_unix.h │ │ ├── authunix_prot.c │ │ ├── bindresvport.c │ │ ├── clnt.h │ │ ├── clnt_generic.c │ │ ├── clnt_perror.c │ │ ├── clnt_raw.c │ │ ├── clnt_simple.c │ │ ├── clnt_tcp.c │ │ ├── clnt_udp.c │ │ ├── get_myaddress.c │ │ ├── getrpcent.c │ │ ├── getrpcport.c │ │ ├── pmap_clnt.c │ │ ├── pmap_clnt.h │ │ ├── pmap_getmaps.c │ │ ├── pmap_getport.c │ │ ├── pmap_prot.c │ │ ├── pmap_prot.h │ │ ├── pmap_prot2.c │ │ ├── pmap_rmt.c │ │ ├── pmap_rmt.h │ │ ├── rpc.h │ │ ├── rpc_callmsg.c │ │ ├── rpc_commondata.c │ │ ├── rpc_dtablesize.c │ │ ├── rpc_msg.h │ │ ├── rpc_prot.c │ │ ├── svc.c │ │ ├── svc.h │ │ ├── svc_auth.c │ │ ├── svc_auth.h │ │ ├── svc_auth_unix.c │ │ ├── svc_raw.c │ │ ├── svc_run.c │ │ ├── svc_simple.c │ │ ├── svc_tcp.c │ │ ├── svc_udp.c │ │ ├── types.h │ │ ├── xdr.c │ │ ├── xdr.h │ │ ├── xdr_array.c │ │ ├── xdr_float.c │ │ ├── xdr_mem.c │ │ ├── xdr_rec.c │ │ ├── xdr_reference.c │ │ └── xdr_stdio.c │ └── secure_rpc │ │ └── man │ │ └── chkey.1 ├── libtelnet │ ├── Makefile │ ├── auth-proto.h │ ├── auth.c │ ├── auth.h │ ├── enc-proto.h │ ├── enc_des.c │ ├── encrypt.c │ ├── encrypt.h │ ├── forward.c │ ├── genget.c │ ├── getent.c │ ├── kerberos.c │ ├── kerberos5.c │ ├── key-proto.h │ ├── krb4encpwd.c │ ├── misc-proto.h │ ├── misc.c │ ├── misc.h │ ├── read_password.c │ ├── rsaencpwd.c │ └── spx.c ├── libterm │ ├── Makefile │ ├── TEST │ │ ├── tc1.c │ │ ├── tc2.c │ │ └── tc3.c │ ├── pathnames.h │ ├── termcap.3 │ ├── termcap.c │ ├── tgoto.c │ └── tputs.c ├── libutil │ ├── Makefile │ ├── login.c │ ├── login_tty.c │ ├── logout.c │ ├── logwtmp.c │ └── pty.c └── liby │ ├── Makefile │ ├── main.c │ └── yyerror.c ├── libexec ├── Makefile ├── Makefile.inc ├── bugfiler │ ├── Makefile │ ├── bug.h │ ├── bugfiler.8 │ ├── bugfiler.c │ ├── bugformat │ ├── error.c │ ├── extern.h │ ├── gethead.c │ ├── pathnames.h │ ├── process.c │ ├── redist.c │ ├── reply.c │ ├── sendbug.1 │ ├── sendbug.sh │ └── unixtomh.c ├── comsat │ ├── Makefile │ ├── comsat.8 │ ├── comsat.c │ └── pathnames.h ├── fingerd │ ├── Makefile │ ├── fingerd.8 │ ├── fingerd.c │ └── pathnames.h ├── ftpd │ ├── CHANGES │ ├── Makefile │ ├── extern.h │ ├── ftpcmd.y │ ├── ftpd.8 │ ├── ftpd.c │ ├── logwtmp.c │ ├── newvers.sh │ ├── pathnames.h │ ├── popen.c │ └── vers.c ├── getNAME │ ├── Makefile │ └── getNAME.c ├── getty │ ├── Makefile │ ├── extern.h │ ├── get_date.c │ ├── getty.8 │ ├── gettytab.5 │ ├── gettytab.h │ ├── init.c │ ├── main.c │ ├── pathnames.h │ ├── subr.c │ ├── ttydefaults.c │ └── ttys.5 ├── kpasswdd │ ├── Makefile │ ├── kpasswdd.8 │ └── kpasswdd.c ├── lfs_cleanerd │ ├── Makefile │ ├── clean.h │ ├── cleanerd.c │ ├── lfs_cleanerd.8 │ ├── library.c │ ├── misc.c │ └── print.c ├── mail.local │ ├── Makefile │ ├── Makefile.dist │ ├── delivermail.sh │ ├── mail.local.8 │ ├── mail.local.c │ └── pathnames.h ├── makekey │ ├── Makefile │ ├── makekey.8 │ └── makekey.c ├── rbootd │ ├── Makefile │ ├── bpf.c │ ├── conf.c │ ├── defs.h │ ├── parseconf.c │ ├── pathnames.h │ ├── rbootd.8 │ ├── rbootd.c │ ├── rmp.h │ ├── rmp_var.h │ ├── rmpproto.c │ └── utils.c ├── rexecd │ ├── Makefile │ ├── pathnames.h │ ├── rexecd.8 │ └── rexecd.c ├── rlogind │ ├── Makefile │ ├── pathnames.h │ ├── rlogind.8 │ └── rlogind.c ├── rshd │ ├── Makefile │ ├── pathnames.h │ ├── rshd.8 │ └── rshd.c ├── talkd │ ├── Makefile │ ├── announce.c │ ├── print.c │ ├── process.c │ ├── table.c │ ├── talkd.8 │ └── talkd.c ├── telnetd │ ├── Makefile │ ├── authenc.c │ ├── defs.h │ ├── ext.h │ ├── global.c │ ├── pathnames.h │ ├── slc.c │ ├── state.c │ ├── sys_term.c │ ├── telnetd.8 │ ├── telnetd.c │ ├── telnetd.h │ ├── termstat.c │ └── utility.c ├── tftpd │ ├── Makefile │ ├── tftpd.8 │ └── tftpd.c └── uucpd │ ├── Makefile │ ├── pathnames.h │ └── uucpd.c ├── local ├── X11R5 │ └── mit │ │ ├── Makefile.ini │ │ └── config │ │ ├── Makefile.ini │ │ ├── hpbsd.cf │ │ ├── imake.c │ │ └── imakemdep.h ├── ditroff │ ├── ditroff.okeeffe │ │ ├── Makefile │ │ ├── chem │ │ │ ├── Makefile │ │ │ ├── PS-PEmacros │ │ │ ├── README │ │ │ ├── chem.awk.src │ │ │ ├── chem.l.src │ │ │ ├── chem.macros.src │ │ │ ├── chem.sh │ │ │ ├── eth.p │ │ │ ├── lsd.p │ │ │ └── morphine.p │ │ ├── d.h │ │ ├── dev.h │ │ ├── devhar │ │ │ ├── dhar.c │ │ │ ├── fonts │ │ │ │ ├── B │ │ │ │ ├── BI │ │ │ │ ├── Bs │ │ │ │ ├── DESC │ │ │ │ ├── G3 │ │ │ │ ├── I │ │ │ │ ├── Makefile │ │ │ │ ├── R │ │ │ │ ├── RS │ │ │ │ ├── Rs │ │ │ │ ├── S │ │ │ │ ├── SO │ │ │ │ ├── Sm │ │ │ │ ├── V │ │ │ │ ├── Vl │ │ │ │ ├── Vm │ │ │ │ ├── bI │ │ │ │ ├── bS │ │ │ │ ├── bb │ │ │ │ ├── bi │ │ │ │ ├── br │ │ │ │ ├── bs │ │ │ │ ├── cI │ │ │ │ ├── cb │ │ │ │ ├── ci │ │ │ │ ├── cr │ │ │ │ ├── fs │ │ │ │ ├── installfonts │ │ │ │ ├── lI │ │ │ │ ├── lb │ │ │ │ ├── li │ │ │ │ ├── lp │ │ │ │ ├── lr │ │ │ │ ├── sR │ │ │ │ ├── v │ │ │ │ ├── vl │ │ │ │ └── vm │ │ │ └── llio.c │ │ ├── devnver │ │ │ ├── Makefile │ │ │ ├── Sort │ │ │ │ ├── Makefile │ │ │ │ └── nvsort.c │ │ │ ├── Tools │ │ │ │ └── prects.c │ │ │ ├── font2.c │ │ │ ├── main.c │ │ │ ├── parse.c │ │ │ └── put.c │ │ ├── devtek │ │ │ └── tc.c │ │ ├── devver │ │ │ ├── Vtroff.sh │ │ │ ├── hartovermap │ │ │ ├── vfont.desc │ │ │ │ ├── B │ │ │ │ ├── CW │ │ │ │ ├── DESCvar │ │ │ │ ├── DESCver │ │ │ │ ├── I │ │ │ │ ├── R │ │ │ │ ├── S │ │ │ │ ├── ap │ │ │ │ ├── bb │ │ │ │ ├── bi │ │ │ │ ├── bk │ │ │ │ ├── br │ │ │ │ ├── cb │ │ │ │ ├── ch │ │ │ │ ├── ci │ │ │ │ ├── cl │ │ │ │ ├── co │ │ │ │ ├── cr │ │ │ │ ├── cy │ │ │ │ ├── db │ │ │ │ ├── di │ │ │ │ ├── dr │ │ │ │ ├── fontmap │ │ │ │ ├── gb │ │ │ │ ├── gf │ │ │ │ ├── gi │ │ │ │ ├── gk │ │ │ │ ├── gr │ │ │ │ ├── hb │ │ │ │ ├── hn │ │ │ │ ├── m │ │ │ │ ├── mak.sh │ │ │ │ ├── mb │ │ │ │ ├── mi │ │ │ │ ├── mn │ │ │ │ ├── mr │ │ │ │ ├── nb │ │ │ │ ├── ni │ │ │ │ ├── nr │ │ │ │ ├── ob │ │ │ │ ├── oe │ │ │ │ ├── oi │ │ │ │ ├── or │ │ │ │ ├── pb │ │ │ │ ├── pp │ │ │ │ ├── sb │ │ │ │ ├── sc │ │ │ │ ├── sg │ │ │ │ ├── sh │ │ │ │ ├── si │ │ │ │ ├── sl │ │ │ │ ├── sr │ │ │ │ ├── tB │ │ │ │ ├── tI │ │ │ │ ├── tR │ │ │ │ ├── tS │ │ │ │ ├── tb │ │ │ │ ├── ti │ │ │ │ ├── tr │ │ │ │ └── ts │ │ │ └── vsort.c │ │ ├── eqn │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── diacrit.c │ │ │ ├── dieqn.1 │ │ │ ├── e.h │ │ │ ├── e.y │ │ │ ├── eqn.y │ │ │ ├── eqnbox.c │ │ │ ├── font.c │ │ │ ├── fromto.c │ │ │ ├── funny.c │ │ │ ├── glob.c │ │ │ ├── input.c │ │ │ ├── integral.c │ │ │ ├── io.c │ │ │ ├── lex.c │ │ │ ├── lookup.c │ │ │ ├── main.c │ │ │ ├── mark.c │ │ │ ├── matrix.c │ │ │ ├── move.c │ │ │ ├── o.makefile │ │ │ ├── over.c │ │ │ ├── paren.c │ │ │ ├── pile.c │ │ │ ├── shift.c │ │ │ ├── size.c │ │ │ ├── sqrt.c │ │ │ ├── text.c │ │ │ └── tuning.c │ │ ├── ext.h │ │ ├── grap │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── coord.c │ │ │ ├── for.c │ │ │ ├── frame.c │ │ │ ├── grap.1 │ │ │ ├── grap.defines │ │ │ ├── grap.h │ │ │ ├── grap.y │ │ │ ├── grapl.l │ │ │ ├── input.c │ │ │ ├── label.c │ │ │ ├── main.c │ │ │ ├── misc.c │ │ │ ├── plot.c │ │ │ ├── print.c │ │ │ └── ticks.c │ │ ├── hytab.c │ │ ├── ideal │ │ │ ├── Makefile │ │ │ ├── RAW_FORMAT │ │ │ ├── README │ │ │ ├── action.c │ │ │ ├── bldds.c │ │ │ ├── exprn.c │ │ │ ├── ideal.1 │ │ │ ├── ideal.c │ │ │ ├── ideal.cmd │ │ │ ├── ideal.h │ │ │ ├── idfilt │ │ │ │ ├── Makefile │ │ │ │ ├── har.c │ │ │ │ ├── idfilt.c │ │ │ │ ├── idfilt.h │ │ │ │ ├── idsort.c │ │ │ │ ├── pout.c │ │ │ │ └── ver.c │ │ │ ├── idlex.l │ │ │ ├── idyac.y │ │ │ ├── inter.c │ │ │ ├── memut.c │ │ │ ├── opaque.c │ │ │ ├── opqpoly.c │ │ │ ├── piece.c │ │ │ ├── simul.c │ │ │ ├── stdas.h │ │ │ └── util.c │ │ ├── n1.c │ │ ├── n10.c │ │ ├── n2.c │ │ ├── n3.c │ │ ├── n4.c │ │ ├── n5.c │ │ ├── n6.c │ │ ├── n7.c │ │ ├── n8.c │ │ ├── n9.c │ │ ├── ni.c │ │ ├── nii.c │ │ ├── pic │ │ │ ├── Makefile │ │ │ ├── PS-PEmacros │ │ │ ├── UNDOC │ │ │ ├── arcgen.c │ │ │ ├── blockgen.c │ │ │ ├── boxgen.c │ │ │ ├── circgen.c │ │ │ ├── driver.c │ │ │ ├── for.c │ │ │ ├── input.c │ │ │ ├── linegen.c │ │ │ ├── main.c │ │ │ ├── misc.c │ │ │ ├── movegen.c │ │ │ ├── pic.1 │ │ │ ├── pic.h │ │ │ ├── pic2.c │ │ │ ├── picl.l │ │ │ ├── picy.y │ │ │ ├── pltroff.c │ │ │ ├── print.c │ │ │ ├── symtab.c │ │ │ ├── textgen.c │ │ │ └── troffgen.c │ │ ├── psfig │ │ │ ├── doc │ │ │ │ ├── Makefile │ │ │ │ ├── dopaper │ │ │ │ └── paper.ms │ │ │ ├── patches │ │ │ │ ├── README │ │ │ │ ├── ditroff.frag │ │ │ │ ├── psdit.c.frag │ │ │ │ ├── psdit.c.patch │ │ │ │ └── psdit.pro.frag │ │ │ └── tst │ │ │ │ └── Makefile │ │ ├── s.h │ │ ├── suftab.c │ │ ├── t10.c │ │ ├── t6.c │ │ ├── tbl │ │ │ ├── Makefile │ │ │ ├── checkuse.c │ │ │ ├── defs.h │ │ │ ├── delimfields.c │ │ │ ├── ext.h │ │ │ ├── getstop.c │ │ │ ├── globals.c │ │ │ ├── horlines.c │ │ │ ├── intersect.c │ │ │ ├── io.c │ │ │ ├── main.c │ │ │ ├── maktab.c │ │ │ ├── misc.c │ │ │ ├── numfields.c │ │ │ ├── options.c │ │ │ ├── over200.c │ │ │ ├── rdata.c │ │ │ ├── savrstor.c │ │ │ ├── specs.c │ │ │ ├── subr.c │ │ │ ├── textblocks.c │ │ │ ├── vertlines.c │ │ │ ├── write1line.c │ │ │ └── writecntl.c │ │ ├── tdef.h │ │ ├── term │ │ │ ├── Makefile │ │ │ ├── tab.1650.10 │ │ │ ├── tab.1650.12 │ │ │ ├── tab.37 │ │ │ ├── tab.450 │ │ │ ├── tab.lp │ │ │ └── tab.template │ │ ├── troff │ │ │ ├── Makefile │ │ │ ├── d.h │ │ │ ├── dev.h │ │ │ ├── ext.h │ │ │ ├── hytab.c │ │ │ ├── n1.c │ │ │ ├── n10.c │ │ │ ├── n2.c │ │ │ ├── n3.c │ │ │ ├── n4.c │ │ │ ├── n5.c │ │ │ ├── n6.c │ │ │ ├── n7.c │ │ │ ├── n8.c │ │ │ ├── n9.c │ │ │ ├── ni.c │ │ │ ├── nii.c │ │ │ ├── s.h │ │ │ ├── suftab.c │ │ │ ├── t10.c │ │ │ ├── t6.c │ │ │ ├── tdef.h │ │ │ ├── tw.h │ │ │ └── v.h │ │ ├── tw.h │ │ ├── utilities │ │ │ ├── Makefile │ │ │ ├── dumpdev.c │ │ │ └── makedev.c │ │ └── v.h │ ├── ditroff.old.okeeffe │ │ ├── docs │ │ │ └── pic.man │ │ ├── driver │ │ │ ├── ch2qms.c │ │ │ ├── ch2rst.c │ │ │ ├── ch2vft.c │ │ │ ├── ch2x.c │ │ │ ├── dev.h │ │ │ ├── dip.c │ │ │ ├── doublech.c │ │ │ ├── draw.c │ │ │ ├── dterm.c │ │ │ ├── dvar.c │ │ │ ├── dver.c │ │ │ ├── graph.c │ │ │ ├── ifontinfo.c │ │ │ ├── makeifont.c │ │ │ ├── makevfont.c │ │ │ ├── qms2ch.c │ │ │ ├── rst.h │ │ │ ├── rst2ch.c │ │ │ ├── scalech.c │ │ │ ├── vfontinfo.c │ │ │ ├── vft2ch.c │ │ │ ├── vsort.c │ │ │ ├── x2ch.c │ │ │ └── xfont.h │ │ ├── eqn │ │ │ ├── e.h │ │ │ ├── font.c │ │ │ ├── glob.c │ │ │ ├── io.c │ │ │ ├── paren.c │ │ │ ├── sqrt.c │ │ │ └── text.c │ │ ├── gremlin.aed │ │ │ ├── gprint │ │ │ │ ├── Makefile │ │ │ │ ├── gdump.c │ │ │ │ ├── gprint.h │ │ │ │ ├── hdb.c │ │ │ │ ├── hgraph.c │ │ │ │ ├── hpoint.c │ │ │ │ └── main.c │ │ │ ├── gremlin │ │ │ │ ├── config.c │ │ │ │ ├── db1.c │ │ │ │ ├── db2.c │ │ │ │ ├── db3.c │ │ │ │ ├── display.c │ │ │ │ ├── findaed.c │ │ │ │ ├── graphics1.c │ │ │ │ ├── graphics2.c │ │ │ │ ├── graphics3.c │ │ │ │ ├── grem2.h │ │ │ │ ├── gremlin.h │ │ │ │ ├── long1.c │ │ │ │ ├── long2.c │ │ │ │ ├── main.c │ │ │ │ ├── menu.c │ │ │ │ ├── path.c │ │ │ │ ├── point.c │ │ │ │ ├── short.c │ │ │ │ ├── sleeper.c │ │ │ │ ├── textio.c │ │ │ │ └── undodb.c │ │ │ └── lib │ │ │ │ ├── Makefile │ │ │ │ ├── gremlin.h │ │ │ │ └── gremlinlib.c │ │ ├── grn │ │ │ ├── gprint.h │ │ │ ├── hdb.c │ │ │ ├── hgraph.c │ │ │ ├── hpoint.c │ │ │ └── main.c │ │ ├── pic │ │ │ ├── arcgen.c │ │ │ ├── driver.c │ │ │ ├── main.c │ │ │ ├── pic.h │ │ │ ├── pic2.c │ │ │ ├── picy.y │ │ │ └── pltroff.c │ │ ├── refer │ │ │ └── refer1.c │ │ ├── sunsrc │ │ │ └── gremlin │ │ │ │ ├── db.c │ │ │ │ ├── display.c │ │ │ │ ├── graphics.c │ │ │ │ ├── graphics2.c │ │ │ │ ├── gremlin.h │ │ │ │ ├── help.c │ │ │ │ ├── icondata.c │ │ │ │ ├── icondata.h │ │ │ │ ├── long1.c │ │ │ │ ├── long2.c │ │ │ │ ├── main.c │ │ │ │ ├── makefile │ │ │ │ ├── menu.c │ │ │ │ ├── path.c │ │ │ │ ├── pix.c │ │ │ │ ├── point.c │ │ │ │ ├── short.c │ │ │ │ ├── startup.c │ │ │ │ ├── strings.c │ │ │ │ ├── sun.c │ │ │ │ ├── text.c │ │ │ │ └── undodb.c │ │ └── troff │ │ │ ├── ext.h │ │ │ ├── n1.c │ │ │ ├── n3.c │ │ │ ├── n4.c │ │ │ ├── n6.c │ │ │ ├── n9.c │ │ │ ├── ni.c │ │ │ ├── t10.c │ │ │ ├── t6.c │ │ │ └── tdef.h │ └── ditroff.van │ │ ├── Makefile │ │ ├── n1.c │ │ ├── n4.c │ │ ├── n5.c │ │ ├── n6.c │ │ ├── n8.c │ │ ├── n9.c │ │ ├── pathnames.h │ │ ├── t6.c │ │ └── tdef.h ├── kerberosIV │ ├── Makefile │ ├── Makefile.inc │ ├── acl │ │ └── Makefile │ ├── compile_et │ │ ├── Makefile │ │ ├── compile_et.c │ │ ├── error_message.c │ │ ├── error_table.y │ │ └── et_lex.lex.l │ ├── des │ │ └── Makefile │ ├── ext_srvtab │ │ └── Makefile │ ├── include │ │ └── Makefile │ ├── kdb │ │ └── Makefile │ ├── kdb_destroy │ │ └── Makefile │ ├── kdb_edit │ │ ├── Makefile │ │ └── kdb_edit.c │ ├── kdb_init │ │ └── Makefile │ ├── kdb_util │ │ └── Makefile │ ├── kdestroy │ │ └── Makefile │ ├── kerberos │ │ └── Makefile │ ├── kinit │ │ ├── Makefile │ │ └── kinit.c │ ├── klist │ │ └── Makefile │ ├── krb │ │ └── Makefile │ ├── ksrvtgt │ │ └── Makefile │ ├── kstash │ │ └── Makefile │ ├── make_fp │ │ └── Makefile │ ├── make_ip │ │ └── Makefile │ ├── make_key_perm │ │ └── Makefile │ ├── make_keypair │ │ ├── Makefile │ │ ├── make_keypair.8 │ │ └── make_keypair.c │ ├── make_odd │ │ └── Makefile │ ├── make_p │ │ └── Makefile │ ├── make_p_table │ │ └── Makefile │ ├── make_s_table │ │ └── Makefile │ ├── man │ │ └── Makefile │ ├── register │ │ ├── Makefile │ │ ├── pathnames.h │ │ ├── register.1 │ │ ├── register.c │ │ └── register_proto.h │ └── registerd │ │ ├── Makefile │ │ ├── registerd.8 │ │ └── registerd.c ├── local.cmd │ ├── 20b.c │ ├── Correct.sh │ ├── Makefile │ ├── chgbars.c │ ├── cpio.c │ ├── cpr.c │ ├── difftc.sh │ ├── dis.c │ ├── dl.c │ ├── la.c │ ├── ncpio.c │ └── showtc.c ├── sccscmds │ ├── sccscmds.2 │ │ ├── Makefile │ │ ├── cmd │ │ │ ├── admin.c │ │ │ ├── alloc.c │ │ │ ├── bdiff.c │ │ │ ├── cmt.c │ │ │ ├── comb.c │ │ │ ├── ctime.c │ │ │ ├── delta.c │ │ │ ├── get.c │ │ │ ├── help.c │ │ │ ├── makefile │ │ │ ├── prs.c │ │ │ ├── prt.c │ │ │ ├── rmchg.c │ │ │ ├── scv.c │ │ │ ├── snull.c │ │ │ ├── stree.c │ │ │ ├── val.c │ │ │ ├── vc.c │ │ │ └── what.c │ │ ├── com │ │ │ ├── Makefile │ │ │ ├── date_ab.c │ │ │ ├── del_ab.c │ │ │ ├── dodelt.c │ │ │ ├── dofile.c │ │ │ ├── dohist.c │ │ │ ├── dolist.c │ │ │ ├── fmterr.c │ │ │ ├── getline.c │ │ │ ├── newstats.c │ │ │ ├── permiss.c │ │ │ ├── pf_ab.c │ │ │ ├── putline.c │ │ │ ├── rdmod.c │ │ │ ├── setup.c │ │ │ └── sinit.c │ │ ├── hdr │ │ │ ├── defines.h │ │ │ ├── fatal.h │ │ │ └── macros.h │ │ ├── sccs.hf │ │ └── util │ │ │ ├── Makefile │ │ │ ├── any.c │ │ │ ├── bal.c │ │ │ ├── cat.c │ │ │ ├── clean.c │ │ │ ├── curdir.c │ │ │ ├── fatal.c │ │ │ ├── imatch.c │ │ │ ├── lockit.c │ │ │ ├── logname.c │ │ │ ├── mksyswrite.sh │ │ │ ├── patoi.c │ │ │ ├── patol.c │ │ │ ├── rename.c │ │ │ ├── repeat.c │ │ │ ├── repl.c │ │ │ ├── setsig.c │ │ │ ├── sname.c │ │ │ ├── substr.c │ │ │ ├── trnslat.c │ │ │ ├── userdir.c │ │ │ ├── userexit.c │ │ │ ├── username.c │ │ │ ├── verify.c │ │ │ ├── write.c │ │ │ ├── xalloc.c │ │ │ ├── xcreat.c │ │ │ ├── xmsg.c │ │ │ ├── xpipe.c │ │ │ ├── xunlink.c │ │ │ └── zeropad.c │ └── sccscmds.ok │ │ ├── Makefile │ │ ├── cmd │ │ ├── admin.c │ │ ├── alloc.c │ │ ├── bdiff.c │ │ ├── cmt.c │ │ ├── comb.c │ │ ├── ctime.c │ │ ├── delta.c │ │ ├── get.c │ │ ├── help.c │ │ ├── makefile │ │ ├── pathnames.h │ │ ├── prs.c │ │ ├── prt.c │ │ ├── rmchg.c │ │ ├── scv.c │ │ ├── snull.c │ │ ├── stree.c │ │ ├── val.c │ │ ├── vc.c │ │ └── what.c │ │ ├── com │ │ ├── Makefile │ │ ├── date_ab.c │ │ ├── del_ab.c │ │ ├── dodelt.c │ │ ├── dofile.c │ │ ├── dohist.c │ │ ├── dolist.c │ │ ├── fmterr.c │ │ ├── getline.c │ │ ├── newstats.c │ │ ├── permiss.c │ │ ├── pf_ab.c │ │ ├── putline.c │ │ ├── rdmod.c │ │ ├── setup.c │ │ └── sinit.c │ │ ├── hdr │ │ ├── defines.h │ │ ├── fatal.h │ │ └── macros.h │ │ ├── sccs.hf │ │ └── util │ │ ├── Makefile │ │ ├── any.c │ │ ├── bal.c │ │ ├── cat.c │ │ ├── clean.c │ │ ├── curdir.c │ │ ├── fatal.c │ │ ├── imatch.c │ │ ├── lockit.c │ │ ├── logname.c │ │ ├── mksyswrite.sh │ │ ├── patoi.c │ │ ├── patol.c │ │ ├── rename.c │ │ ├── repeat.c │ │ ├── repl.c │ │ ├── setsig.c │ │ ├── sname.c │ │ ├── substr.c │ │ ├── trnslat.c │ │ ├── userdir.c │ │ ├── userexit.c │ │ ├── username.c │ │ ├── verify.c │ │ ├── write.c │ │ ├── xalloc.c │ │ ├── xcreat.c │ │ ├── xmsg.c │ │ ├── xpipe.c │ │ ├── xunlink.c │ │ └── zeropad.c ├── tac │ ├── Makefile │ ├── tac.1 │ ├── tac.c │ ├── tmail.1 │ └── tmail.sh ├── tmac │ └── hed.ms ├── toolchest │ ├── ksh.2 │ │ └── sh │ │ │ └── jobs.c │ ├── ksh │ │ ├── COMPATIBILITY │ │ ├── INSTALL │ │ ├── Makefile │ │ ├── README │ │ ├── RELEASE │ │ ├── getopts │ │ ├── ksh.mk │ │ ├── makefile │ │ ├── sh.m │ │ ├── sh.memo │ │ ├── sh │ │ │ ├── Makefile │ │ │ ├── apollo.c │ │ │ ├── args.c │ │ │ ├── blok.c │ │ │ ├── brkincr.h │ │ │ ├── builtin.c │ │ │ ├── builtins.h │ │ │ ├── cmd.c │ │ │ ├── ctype.c │ │ │ ├── defs.c │ │ │ ├── defs.h │ │ │ ├── echo.c │ │ │ ├── edit.c │ │ │ ├── edit.h │ │ │ ├── editlib.c │ │ │ ├── emacs.c │ │ │ ├── error.c │ │ │ ├── expand.c │ │ │ ├── fault.c │ │ │ ├── flags.h │ │ │ ├── history.c │ │ │ ├── history.h │ │ │ ├── io.c │ │ │ ├── io.h │ │ │ ├── jobs.c │ │ │ ├── jobs.h │ │ │ ├── macro.c │ │ │ ├── main.c │ │ │ ├── makefile │ │ │ ├── makelib │ │ │ ├── makesh │ │ │ ├── mode.h │ │ │ ├── msg.c │ │ │ ├── name.c │ │ │ ├── name.h │ │ │ ├── national.h │ │ │ ├── print.c │ │ │ ├── service.c │ │ │ ├── shtype.h │ │ │ ├── stak.c │ │ │ ├── stak.h │ │ │ ├── stdio.c │ │ │ ├── string.c │ │ │ ├── suid_exec.c │ │ │ ├── sym.h │ │ │ ├── syscall.s │ │ │ ├── test.c │ │ │ ├── test.h │ │ │ ├── timeout.h │ │ │ ├── vfork.c │ │ │ ├── vi.c │ │ │ ├── word.c │ │ │ └── xec.c │ │ ├── shlib │ │ │ ├── adjust.c │ │ │ ├── arith.c │ │ │ ├── assign.c │ │ │ ├── assnum.c │ │ │ ├── builtins.h │ │ │ ├── cannon.c │ │ │ ├── chkid.c │ │ │ ├── convert.c │ │ │ ├── failed.c │ │ │ ├── findnod.c │ │ │ ├── flags.h │ │ │ ├── gettree.c │ │ │ ├── gmatch.c │ │ │ ├── growaray.c │ │ │ ├── gsort.c │ │ │ ├── linknod.c │ │ │ ├── makefile │ │ │ ├── name.h │ │ │ ├── namscan.c │ │ │ ├── national.h │ │ │ ├── rjust.c │ │ │ ├── shtype.h │ │ │ ├── tilde.c │ │ │ ├── unassign.c │ │ │ ├── utos.c │ │ │ └── valup.c │ │ └── substring │ └── nawk │ │ └── src │ │ └── Makefile ├── transcript │ ├── Makefile │ ├── config │ ├── lib │ │ ├── AvantGarde-Book.afm │ │ ├── AvantGarde-BookOblique.afm │ │ ├── AvantGarde-Demi.afm │ │ ├── AvantGarde-DemiOblique.afm │ │ ├── Bookman-Demi.afm │ │ ├── Bookman-DemiItalic.afm │ │ ├── Bookman-Light.afm │ │ ├── Bookman-LightItalic.afm │ │ ├── Courier-Bold.afm │ │ ├── Courier-BoldOblique.afm │ │ ├── Courier-Oblique.afm │ │ ├── Courier.afm │ │ ├── DIThacks.afm │ │ ├── Helvetica-Bold.afm │ │ ├── Helvetica-BoldOblique.afm │ │ ├── Helvetica-Narrow-Bold.afm │ │ ├── Helvetica-Narrow-BoldOblique.afm │ │ ├── Helvetica-Narrow-Oblique.afm │ │ ├── Helvetica-Narrow.afm │ │ ├── Helvetica-Oblique.afm │ │ ├── Helvetica.afm │ │ ├── Makefile │ │ ├── NewCenturySchlbk-Bold.afm │ │ ├── NewCenturySchlbk-BoldItalic.afm │ │ ├── NewCenturySchlbk-Italic.afm │ │ ├── NewCenturySchlbk-Roman.afm │ │ ├── Palatino-Bold.afm │ │ ├── Palatino-BoldItalic.afm │ │ ├── Palatino-Italic.afm │ │ ├── Palatino-Roman.afm │ │ ├── Symbol.afm │ │ ├── Times-Bold.afm │ │ ├── Times-BoldItalic.afm │ │ ├── Times-Italic.afm │ │ ├── Times-Roman.afm │ │ ├── ZapfChancery-MediumItalic.afm │ │ ├── ZapfDingbats.afm │ │ ├── ditroff.font │ │ │ ├── Makefile │ │ │ ├── afmdit │ │ │ ├── afmdit.awk │ │ │ └── charset │ │ ├── enscript.pro │ │ ├── loadseal.sh │ │ ├── psdit.pro │ │ ├── troff.font │ │ │ └── Makefile │ │ └── ucseal.ps │ ├── man │ │ ├── Makefile │ │ ├── enscript.1 │ │ ├── loadseal.1p │ │ └── psgrind.l │ └── src │ │ ├── Makefile │ │ ├── enscript.c │ │ ├── ps4014.c │ │ ├── pscatmap.c │ │ ├── pscomm.c │ │ ├── psdit.c │ │ ├── psgrind.c │ │ ├── psrev.c │ │ ├── pstext.c │ │ └── types.h └── ukc │ ├── dump │ ├── Makefile │ ├── cleanvolumes.sh │ ├── dump.8 │ ├── dumpall.8 │ ├── dumpall │ │ ├── Makefile │ │ ├── dumpall.sh │ │ └── dumpdev.sh │ ├── dumpdev.8 │ ├── dumplab.c │ ├── dumplabel.8 │ ├── dumplabel.c │ ├── dumpmain.c │ ├── dumptape.c │ └── dumptraverse.c │ └── restore │ ├── interactive.c │ ├── restore.c │ └── tape.c ├── old ├── 1kfix │ └── 1kfix.c ├── 512restor │ └── 512restor.c ├── MAKEHOSTS │ ├── MAKEHOSTS.sh │ └── Makefile ├── Makefile ├── Makefile.inc ├── adb │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ └── adb.ms │ ├── SMM.doc │ │ ├── Makefile │ │ └── kdebug.ms │ ├── adb.hp300 │ │ ├── Makefile │ │ ├── access.c │ │ ├── defs.h │ │ └── runpcs.c │ ├── adb.tahoe │ │ ├── Makefile │ │ ├── access.c │ │ ├── command.c │ │ ├── defs.h │ │ ├── expr.c │ │ ├── format.c │ │ ├── head.h │ │ ├── input.c │ │ ├── instrs.adb │ │ ├── kstack.c │ │ ├── mac.h │ │ ├── machdep.c │ │ ├── machdep.h │ │ ├── machine.h │ │ ├── main.c │ │ ├── message.c │ │ ├── mode.h │ │ ├── opset.c │ │ ├── optab.c │ │ ├── optab.h │ │ ├── output.c │ │ ├── pcs.c │ │ ├── print.c │ │ ├── rodata.c │ │ ├── runpcs.c │ │ ├── setup.c │ │ └── sym.c │ ├── adb.vax │ │ ├── Makefile │ │ ├── access.c │ │ ├── command.c │ │ ├── defs.h │ │ ├── expr.c │ │ ├── format.c │ │ ├── head.h │ │ ├── input.c │ │ ├── instrs │ │ ├── kstack.c │ │ ├── mac.h │ │ ├── machdep.c │ │ ├── machdep.h │ │ ├── machine.h │ │ ├── main.c │ │ ├── message.c │ │ ├── mode.h │ │ ├── opset.c │ │ ├── optab.c │ │ ├── output.c │ │ ├── pcs.c │ │ ├── print.c │ │ ├── rodata.c │ │ ├── runpcs.c │ │ ├── setup.c │ │ └── sym.c │ ├── common_scripts │ │ ├── Makefile │ │ ├── buf │ │ ├── callout │ │ ├── callout.next │ │ ├── clist │ │ ├── clist.nxt │ │ ├── dino │ │ ├── dir │ │ ├── dir.nxt │ │ ├── dmap │ │ ├── file │ │ ├── filsys │ │ ├── findinode │ │ ├── findinode.nxt │ │ ├── findproc │ │ ├── host.nxt │ │ ├── hosts │ │ ├── hosts.nxt │ │ ├── hosttable │ │ ├── idp │ │ ├── ifaddr │ │ ├── ifnet │ │ ├── ifrw │ │ ├── imp │ │ ├── in_ifaddr │ │ ├── inode │ │ ├── inpcb │ │ ├── iovec │ │ ├── ipreass │ │ ├── ipreass.nxt │ │ ├── mact │ │ ├── mact.nxt │ │ ├── mbstat │ │ ├── mbuf │ │ ├── mbuf.nxt │ │ ├── mbufchain │ │ ├── mbufext │ │ ├── mbufhdr │ │ ├── mbufs │ │ ├── mbufs.nxt │ │ ├── mount │ │ ├── nameidata │ │ ├── nfsnode │ │ ├── nfsv2fh │ │ ├── nspcb │ │ ├── nsrtentry │ │ ├── packetchain │ │ ├── protosw │ │ ├── quota │ │ ├── rawcb │ │ ├── route │ │ ├── rtentry │ │ ├── rusage │ │ ├── setproc │ │ ├── setproc.done │ │ ├── socket │ │ ├── spp │ │ ├── sppcb │ │ ├── stat │ │ ├── tcpcb │ │ ├── tcpip │ │ ├── tcpreass │ │ ├── tcpreass.nxt │ │ ├── termios │ │ ├── text │ │ ├── traceall │ │ ├── traceall.nxt │ │ ├── tty │ │ ├── u │ │ ├── u.all │ │ ├── ubadev │ │ ├── uio │ │ ├── un │ │ ├── unpcb │ │ ├── urppcb │ │ ├── vattr │ │ ├── vnode │ │ ├── vtimes │ │ └── why │ ├── common_source │ │ ├── CHANGES │ │ ├── INFO │ │ ├── access.c │ │ ├── adb.1 │ │ ├── bkpt.h │ │ ├── command.c │ │ ├── defs.h │ │ ├── expr.c │ │ ├── format.c │ │ ├── main.c │ │ ├── output.c │ │ ├── pathnames.h │ │ ├── pcs.c │ │ ├── print.c │ │ ├── setup.c │ │ ├── strings.c │ │ └── sym.c │ ├── scripts.tahoe │ │ ├── Makefile │ │ ├── dirblk │ │ ├── findproc.nxt │ │ ├── frame │ │ ├── pcb │ │ ├── proc │ │ ├── setproc.nxt │ │ └── trapframe │ └── scripts.vax │ │ ├── Makefile │ │ ├── dirblk │ │ ├── dmcstats │ │ ├── findproc.nxt │ │ ├── frame │ │ ├── ifuba │ │ ├── ifubinfo │ │ ├── ifxmt │ │ ├── mba_device │ │ ├── mba_hd │ │ ├── pcb │ │ ├── proc │ │ ├── setproc.nxt │ │ ├── stacktrace │ │ ├── trapframe │ │ └── ubahd ├── analyze │ ├── analyze.8 │ └── analyze.c ├── ar11 │ ├── Makefile │ ├── ar11.1 │ ├── ar11.c │ └── pathnames.h ├── arcv │ ├── arcv.8 │ └── arcv.c ├── arff │ ├── Makefile │ ├── arff.8 │ ├── arff.c │ └── pathnames.h ├── as.hpux │ └── Makefile ├── as.tahoe │ ├── Makefile │ ├── as.h │ ├── ascode.c │ ├── asexpr.c │ ├── asexpr.h │ ├── asio.c │ ├── asjxxx.c │ ├── asmain.c │ ├── asnumber.h │ ├── asparse.c │ ├── aspseudo.c │ ├── asscan.h │ ├── asscan1.c │ ├── asscan2.c │ ├── asscan3.c │ ├── asscan4.c │ ├── asscanl.h │ ├── assizetab.c │ ├── assyms.c │ ├── assyms.h │ ├── astokfix.awk │ ├── astoks.H │ ├── bignum.c │ ├── bignum.s │ ├── instrs │ └── instrs.h ├── as.vax │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ ├── as.man.1 │ │ ├── asdocs0.me │ │ ├── asdocs1.me │ │ ├── asdocs2.me │ │ ├── asdocs3.me │ │ └── asdocs4.me │ ├── as.1 │ ├── as.h │ ├── ascode.c │ ├── asexpr.c │ ├── asexpr.h │ ├── asio.c │ ├── asjxxx.c │ ├── asmain.c │ ├── asnumber.h │ ├── asparse.c │ ├── aspseudo.c │ ├── asscan.c │ ├── asscan.h │ ├── asscan1.c │ ├── asscan2.c │ ├── asscan3.c │ ├── asscan4.c │ ├── asscanl.h │ ├── assizetab.c │ ├── assyms.c │ ├── assyms.h │ ├── astokfix.awk │ ├── astoks.H │ ├── astoks.h │ ├── bignum1.c │ ├── bignum2.c │ ├── floattab.c │ ├── instrs │ ├── instrs.h │ └── natof.c ├── athena │ ├── Makefile │ ├── kdestroy │ │ ├── Makefile │ │ ├── kdestroy.1 │ │ └── kdestroy.c │ ├── kinit │ │ ├── Makefile │ │ ├── kinit.1 │ │ └── kinit.c │ ├── klist │ │ ├── Makefile │ │ ├── klist.1 │ │ └── klist.c │ ├── kpasswd │ │ ├── Makefile │ │ ├── kpasswd.1 │ │ ├── kpasswd.c │ │ ├── kpasswd_proto.h │ │ └── kpasswdd.c │ ├── ksrvtgt │ │ ├── Makefile │ │ ├── ksrvtgt.1 │ │ └── ksrvtgt.c │ ├── ksu │ │ ├── Makefile │ │ ├── ksu.1 │ │ └── ksu.c │ └── register │ │ ├── Makefile │ │ ├── make_keypair.c │ │ ├── register.c │ │ ├── register_proto.h │ │ └── registerd.c ├── awk │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ └── awk │ ├── awk.1 │ ├── awk.def │ ├── awk.g.y │ ├── awk.lx.l │ ├── b.c │ ├── freeze.c │ ├── lib.c │ ├── main.c │ ├── parse.c │ ├── proc.c │ ├── run.c │ ├── token.c │ ├── tokenscript │ └── tran.c ├── berknet │ ├── Paths.h │ ├── bk.4 │ ├── chktroff.c │ ├── config.h │ ├── defs.h │ ├── environ.c │ ├── header.c │ ├── initfile │ ├── interact.c │ ├── listen.c │ ├── local.h │ ├── mach.c │ ├── mach.h │ ├── makefile │ ├── mmail.c │ ├── mwrite.c │ ├── nbs.c │ ├── net.1 │ ├── net.c │ ├── netcp.1 │ ├── netcp.c │ ├── netdaemon.c │ ├── netlog.1 │ ├── netlog.sh │ ├── netlogin.1 │ ├── netlogin.c │ ├── netlpr.1 │ ├── netlpr.c │ ├── netmail.1 │ ├── netmail.c │ ├── netq.1 │ ├── netq.c │ ├── netrc.c │ ├── netrm.1 │ ├── netrm.c │ ├── netstart.c │ ├── nettest.c │ ├── nettroff.1 │ ├── nettroff.sh │ ├── nsh.c │ ├── prmail.c │ ├── prot.c │ ├── receive.c │ ├── sendberkmail.c │ ├── setlength.sh │ ├── setmode.c │ ├── setup.c │ ├── speedr.c │ ├── speeds.c │ ├── start │ ├── store.c │ ├── sub.c │ └── v6mail.c ├── boggle │ ├── Makefile │ ├── boggle.6 │ ├── boggle.c │ ├── comp.c │ ├── inst │ ├── pathnames.h │ └── sfile ├── btlgammon │ ├── Makefile │ ├── backrules │ └── btlgammon.c ├── call │ ├── call.1c │ └── call.c ├── catman │ ├── catman.8 │ └── catman.c ├── cb │ ├── Makefile │ ├── cb.1 │ └── cb.c ├── compact │ ├── Makefile │ ├── ccat.sh │ ├── common_source │ │ ├── compact.h │ │ └── tree.c │ ├── compact │ │ ├── Makefile │ │ ├── compact.1 │ │ └── compact.c │ └── uncompact │ │ ├── Makefile │ │ └── uncompact.c ├── configttys │ ├── configttys.c │ └── ttytype.5 ├── cpio │ ├── Makefile │ ├── cpio.1 │ ├── cpio.c │ └── cpioformat.5 ├── cpnull │ └── cpnull.c ├── cpp │ ├── Makefile │ ├── README │ ├── cpp.c │ ├── cpy.y │ ├── pathnames.h │ └── yylex.c ├── crypt │ ├── Makefile │ ├── crypt.1 │ ├── crypt.c │ └── pathnames.h ├── cu │ └── cu.c ├── cxref │ └── cxref.1 ├── dbconv │ ├── Makefile │ ├── dbconv.1 │ └── dbconv.c ├── dbx │ ├── History │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ ├── dbx.ms │ │ └── spell.ok │ ├── READ_ME │ ├── asm.c │ ├── c.c │ ├── cerror.iris.s │ ├── cerror.sun.s │ ├── cerror.tahoe.s │ ├── cerror.vax.s │ ├── check.c │ ├── commands.y │ ├── coredump.c │ ├── dbx.1 │ ├── dbx.5.5 │ ├── debug.c │ ├── defs.h │ ├── eval.c │ ├── events.c │ ├── fortran.c │ ├── iris.c │ ├── keywords.c │ ├── languages.c │ ├── library.c │ ├── lists.c │ ├── main.c │ ├── makedefs.c │ ├── mappings.c │ ├── mkdate.c │ ├── modula-2.c │ ├── names.c │ ├── object.c │ ├── operators.c │ ├── ops.c │ ├── ops.iris.c │ ├── ops.sun.c │ ├── ops.tahoe.c │ ├── ops.vax.c │ ├── pascal.c │ ├── pathnames.h │ ├── printsym.c │ ├── process.c │ ├── runtime.c │ ├── runtime.iris.c │ ├── runtime.sun.c │ ├── runtime.tahoe.c │ ├── runtime.vax.c │ ├── scanner.c │ ├── source.c │ ├── stabstring.c │ ├── sun.c │ ├── symbols.c │ ├── tahoe.c │ ├── tests │ │ ├── Makefile │ │ ├── cc │ │ │ ├── Makefile │ │ │ ├── aliases.in │ │ │ ├── args.c │ │ │ ├── args.cmd │ │ │ ├── args.in │ │ │ ├── arrays.c │ │ │ ├── arrays.in │ │ │ ├── bitfields.c │ │ │ ├── bitfields.in │ │ │ ├── call.c │ │ │ ├── call.in │ │ │ ├── dump.c │ │ │ ├── dump.in │ │ │ ├── enum.c │ │ │ ├── enum.in │ │ │ ├── environ.c │ │ │ ├── environ.in │ │ │ ├── float.c │ │ │ ├── float.in │ │ │ ├── gprof.c │ │ │ ├── gprof.in │ │ │ ├── loophole.c │ │ │ ├── loophole.tahoe.in │ │ │ ├── loophole.vax.in │ │ │ ├── m1.c │ │ │ ├── m2.c │ │ │ ├── make │ │ │ ├── nested.c │ │ │ ├── nested.in │ │ │ ├── out │ │ │ │ ├── out.tahoe │ │ │ │ │ ├── aliases.out │ │ │ │ │ ├── args.out │ │ │ │ │ ├── arrays.out │ │ │ │ │ ├── bitfields.out │ │ │ │ │ ├── call.out │ │ │ │ │ ├── dump.out │ │ │ │ │ ├── enum.out │ │ │ │ │ ├── float.out │ │ │ │ │ ├── loophole.out │ │ │ │ │ ├── nested.out │ │ │ │ │ ├── own.out │ │ │ │ │ ├── reg.out │ │ │ │ │ ├── same.out │ │ │ │ │ ├── signal.out │ │ │ │ │ ├── sleep.out │ │ │ │ │ ├── stkcmds.out │ │ │ │ │ ├── strings.out │ │ │ │ │ ├── struct.out │ │ │ │ │ ├── user.out │ │ │ │ │ └── ushort.out │ │ │ │ └── out.vax │ │ │ │ │ ├── aliases.out │ │ │ │ │ ├── args.out │ │ │ │ │ ├── arrays.out │ │ │ │ │ ├── bitfields.out │ │ │ │ │ ├── call.out │ │ │ │ │ ├── dump.out │ │ │ │ │ ├── enum.out │ │ │ │ │ ├── float.out │ │ │ │ │ ├── loophole.out │ │ │ │ │ ├── nested.out │ │ │ │ │ ├── own.out │ │ │ │ │ ├── reg.out │ │ │ │ │ ├── same.out │ │ │ │ │ ├── signal.out │ │ │ │ │ ├── sleep.out │ │ │ │ │ ├── stkcmds.out │ │ │ │ │ ├── strings.out │ │ │ │ │ ├── struct.out │ │ │ │ │ ├── user.out │ │ │ │ │ └── ushort.out │ │ │ ├── own.c │ │ │ ├── own.in │ │ │ ├── reg.c │ │ │ ├── reg.in │ │ │ ├── same.c │ │ │ ├── same.in │ │ │ ├── signal.c │ │ │ ├── signal.in │ │ │ ├── sleep.c │ │ │ ├── sleep.in │ │ │ ├── stkcmds.c │ │ │ ├── stkcmds.in │ │ │ ├── strings.c │ │ │ ├── strings.in │ │ │ ├── struct.c │ │ │ ├── struct.in │ │ │ ├── user.c │ │ │ ├── user.in │ │ │ ├── ushort.c │ │ │ └── ushort.in │ │ ├── check │ │ ├── mod │ │ │ ├── Makefile │ │ │ ├── arrayrec.mod │ │ │ ├── arrays.mod │ │ │ ├── assign.mod │ │ │ ├── bitfields.mod │ │ │ ├── bool.mod │ │ │ ├── call.mod │ │ │ ├── const.mod │ │ │ ├── dynarrays.mod │ │ │ ├── exp.mod │ │ │ ├── files.mod │ │ │ ├── imp1.mod │ │ │ ├── imp2.mod │ │ │ ├── imported.mod │ │ │ ├── imports.mod │ │ │ ├── imptypes.mod │ │ │ ├── jsb.mod │ │ │ ├── multirefs.mod │ │ │ ├── nested.mod │ │ │ ├── opaque.mod │ │ │ ├── procvars.mod │ │ │ ├── proftrace.mod │ │ │ ├── ptrarray.mod │ │ │ ├── reals.mod │ │ │ ├── records.mod │ │ │ ├── recur.mod │ │ │ ├── sets.mod │ │ │ ├── stkcmds.mod │ │ │ ├── trace.mod │ │ │ └── variants.mod │ │ ├── noenv.c │ │ ├── pc │ │ │ ├── Makefile │ │ │ ├── arrays.in │ │ │ ├── arrays.out │ │ │ ├── arrays.p │ │ │ ├── assign.in │ │ │ ├── assign.out │ │ │ ├── assign.p │ │ │ ├── bigsym.in │ │ │ ├── bigsym.out │ │ │ ├── bigsym.p │ │ │ ├── bool.in │ │ │ ├── bool.out │ │ │ ├── bool.p │ │ │ ├── call.in │ │ │ ├── call.out │ │ │ ├── call.p │ │ │ ├── const.in │ │ │ ├── const.out │ │ │ ├── const.p │ │ │ ├── enum.in │ │ │ ├── enum.out │ │ │ ├── enum.p │ │ │ ├── fproc.p │ │ │ ├── incltest.in │ │ │ ├── incltest.out │ │ │ ├── incltypes.h │ │ │ ├── included.h │ │ │ ├── included.p │ │ │ ├── includes.p │ │ │ ├── longsym.in │ │ │ ├── longsym.out │ │ │ ├── longsym.p │ │ │ ├── nested.in │ │ │ ├── nested.out │ │ │ ├── nested.p │ │ │ ├── nestedf.p │ │ │ ├── pcerror.p │ │ │ ├── reals.in │ │ │ ├── reals.out │ │ │ ├── reals.p │ │ │ ├── records.in │ │ │ ├── records.out │ │ │ ├── records.p │ │ │ ├── sets.in │ │ │ ├── sets.out │ │ │ ├── sets.p │ │ │ ├── varnt.p │ │ │ └── varparam.p │ │ └── runtest │ ├── tree.c │ └── vax.c ├── dcheck │ ├── Makefile │ ├── dcheck.8 │ └── dcheck.c ├── diffdir │ └── diffdir.1 ├── dlmpcc │ ├── Makefile │ ├── dlmpcc.8 │ ├── dlmpcc.c │ ├── mpcc.4 │ ├── mpcctab.4 │ ├── pathnames.h │ └── scnhdr.h ├── dnd │ └── dnd.c ├── dump.4.1 │ ├── Makefile │ ├── dump.h │ ├── dumpitime.c │ ├── dumpmain.c │ ├── dumpoptr.c │ ├── dumptape.c │ ├── dumptraverse.c │ ├── l3tol.c │ └── unctime.c ├── efl │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ └── efl │ └── efl.1 ├── enpload │ ├── Makefile │ ├── enpload.8 │ └── enpload.c ├── eqn │ ├── Makefile │ ├── USD.doc │ │ ├── eqn │ │ │ ├── Makefile │ │ │ ├── e.mac │ │ │ ├── e0 │ │ │ ├── e1 │ │ │ ├── e2 │ │ │ ├── e3 │ │ │ ├── e4 │ │ │ ├── e5 │ │ │ ├── e6 │ │ │ └── e7 │ │ └── eqnguide │ │ │ ├── Makefile │ │ │ ├── g.mac │ │ │ ├── g0 │ │ │ ├── g1 │ │ │ ├── g2 │ │ │ ├── g3 │ │ │ ├── g4 │ │ │ └── g5 │ ├── checkeq │ │ ├── Makefile │ │ └── checkeq.c │ ├── common_source │ │ ├── diacrit.c │ │ ├── e.h │ │ ├── e.y │ │ ├── eqnbox.c │ │ ├── font.c │ │ ├── fromto.c │ │ ├── funny.c │ │ ├── glob.c │ │ ├── integral.c │ │ ├── io.c │ │ ├── lex.c │ │ ├── lookup.c │ │ ├── mark.c │ │ ├── matrix.c │ │ ├── move.c │ │ ├── over.c │ │ ├── paren.c │ │ ├── pile.c │ │ ├── shift.c │ │ ├── size.c │ │ ├── sqrt.c │ │ └── text.c │ ├── eqn │ │ ├── Makefile │ │ └── eqn.1 │ └── neqn │ │ └── Makefile ├── fcvt │ └── fcvt.c ├── flcopy │ ├── Makefile │ ├── flcopy.8 │ ├── flcopy.c │ └── pathnames.h ├── games.vax │ ├── Makefile │ ├── aard │ │ ├── Makefile │ │ └── aardvark.6 │ ├── chess │ │ ├── Makefile │ │ ├── chess.6 │ │ └── chess.c │ ├── compat │ │ ├── Makefile │ │ ├── Original │ │ │ ├── Makefile │ │ │ ├── compat.s │ │ │ ├── dosig.c │ │ │ └── runcompat.c │ │ ├── Readme │ │ ├── bcopy.c │ │ ├── compat.s │ │ ├── defs.h │ │ ├── dofloat.c │ │ ├── dosig.c │ │ ├── memsiz.s │ │ ├── rt11.h │ │ ├── runcompat.c │ │ ├── unix6sys.h │ │ ├── unix6sysn.h │ │ ├── unix7sys.h │ │ ├── unix7sysn.h │ │ ├── unixemts.c │ │ ├── unixhdr.h │ │ ├── unixstart.c │ │ ├── unixtraps.c │ │ └── v6run.1 │ ├── ddl │ │ └── Makefile │ └── zork │ │ ├── Makefile │ │ ├── zork.6 │ │ └── zork.c ├── gets │ ├── gets.1 │ └── gets.c ├── gettable │ ├── Makefile │ ├── gettable.8 │ └── gettable.c ├── groups │ ├── Makefile │ ├── groups.1 │ └── groups.c ├── hostid │ ├── Makefile │ ├── hostid.1 │ └── hostid.c ├── htable │ ├── Makefile │ ├── htable.8 │ ├── htable.c │ ├── htable.h │ ├── parse.y │ └── scan.l ├── implog │ ├── Makefile │ ├── implog.8 │ ├── implog.c │ └── pathnames.h ├── implogd │ ├── Makefile │ ├── implogd.8 │ ├── implogd.c │ └── pathnames.h ├── init │ ├── Makefile │ ├── init.8 │ ├── init.c │ └── pathnames.h ├── iul │ └── iul.1 ├── ld │ ├── Makefile │ ├── ld.1 │ ├── ld.c │ └── pathnames.h ├── lex │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ └── lex.ms │ ├── header.c │ ├── ldefs.c │ ├── lex.1 │ ├── libln │ │ ├── Makefile │ │ ├── allprint.c │ │ ├── main.c │ │ ├── reject.c │ │ ├── yyless.c │ │ └── yywrap.c │ ├── lmain.c │ ├── ncform │ ├── nrform │ ├── once.c │ ├── parser.y │ ├── pathnames.h │ ├── sub1.c │ └── sub2.c ├── lib2648 │ ├── 2648.h │ ├── Makefile │ ├── agoto.c │ ├── aminmax.c │ ├── aon.c │ ├── areaclear.c │ ├── beep.c │ ├── bit.h │ ├── bitcopy.c │ ├── cleara.c │ ├── clearg.c │ ├── curon.c │ ├── dispmsg.c │ ├── draw.c │ ├── drawbox.c │ ├── dumpmat.c │ ├── emptyrow.c │ ├── error.c │ ├── escseq.c │ ├── gdefault.c │ ├── gon.c │ ├── kon.c │ ├── lib2648.3 │ ├── line.c │ ├── mat.c │ ├── message.c │ ├── minmax.c │ ├── motion.c │ ├── move.c │ ├── movecurs.c │ ├── newmat.c │ ├── outchar.c │ ├── outstr.c │ ├── printg.c │ ├── rawchar.c │ ├── rbon.c │ ├── rdchar.c │ ├── readline.c │ ├── set.c │ ├── setmat.c │ ├── sync.c │ ├── texton.c │ ├── ttyinit.c │ ├── update.c │ ├── video.c │ ├── zermat.c │ ├── zoomn.c │ ├── zoomon.c │ └── zoomout.c ├── libdbm │ ├── Makefile │ └── dbm.c ├── libg │ ├── Makefile │ ├── libg.tahoe │ │ ├── Makefile │ │ └── dbxxx.s │ └── libg.vax │ │ ├── Makefile │ │ └── dbxxx.s ├── libm │ ├── libm │ │ ├── IEEE │ │ │ ├── Makefile │ │ │ ├── atan2.c │ │ │ ├── cabs.c │ │ │ ├── cbrt.c │ │ │ ├── support.c │ │ │ └── trig.c │ │ ├── Makefile │ │ ├── README │ │ ├── VAX │ │ │ ├── Makefile │ │ │ ├── argred.s │ │ │ ├── atan2.s │ │ │ ├── cabs.s │ │ │ ├── cbrt.s │ │ │ ├── infnan.s │ │ │ ├── mcount.sed │ │ │ ├── sincos.s │ │ │ ├── sqrt.s │ │ │ ├── support.s │ │ │ └── tan.s │ │ ├── acosh.c │ │ ├── asincos.c │ │ ├── asinh.c │ │ ├── atan.c │ │ ├── atanh.c │ │ ├── cosh.c │ │ ├── erf.c │ │ ├── exp.c │ │ ├── exp__E.c │ │ ├── expm1.c │ │ ├── floor.c │ │ ├── j0.c │ │ ├── j1.c │ │ ├── jn.c │ │ ├── lgamma.c │ │ ├── log.c │ │ ├── log10.c │ │ ├── log1p.c │ │ ├── log__L.c │ │ ├── pow.c │ │ ├── sinh.c │ │ └── tanh.c │ ├── liboldnm │ │ ├── Makefile │ │ ├── acos.c │ │ ├── asin.s │ │ ├── atan.s │ │ ├── badtan.s │ │ ├── cbrt.s │ │ ├── exp.s │ │ ├── log.s │ │ ├── mcount.sed │ │ ├── pow.c │ │ ├── sin.s │ │ ├── sinh.s │ │ ├── sqrt.s │ │ ├── tan.s │ │ └── tanh.s │ ├── libom │ │ ├── Makefile │ │ ├── asin.c │ │ ├── atan.c │ │ ├── erf.c │ │ ├── exp.c │ │ ├── floor.c │ │ ├── gamma.c │ │ ├── hypot.c │ │ ├── j0.c │ │ ├── j1.c │ │ ├── jn.c │ │ ├── log.c │ │ ├── pow.c │ │ ├── sin.c │ │ ├── sinh.c │ │ ├── sqrt.c │ │ ├── tan.c │ │ └── tanh.c │ └── man │ │ ├── exp.3 │ │ ├── floor.3 │ │ ├── gamma.3 │ │ ├── hypot.3 │ │ ├── j0.3 │ │ ├── l3tol.3 │ │ ├── sin.3 │ │ └── sinh.3 ├── libndbm │ ├── Makefile │ ├── dbm.3 │ ├── dbm.c │ ├── dbm.h │ ├── ndbm.3 │ ├── ndbm.c │ └── ndbm.h ├── lisp │ ├── COPYRIGHT │ ├── PSD.doc │ │ ├── Makefile │ │ ├── ch0.n │ │ ├── ch1.n │ │ ├── ch10.n │ │ ├── ch11.n │ │ ├── ch12.n │ │ ├── ch13.n │ │ ├── ch14.n │ │ ├── ch15.n │ │ ├── ch16.n │ │ ├── ch17.n │ │ ├── ch2.n │ │ ├── ch3.n │ │ ├── ch4.n │ │ ├── ch5.n │ │ ├── ch6.n │ │ ├── ch61.n │ │ ├── ch7.n │ │ ├── ch8.n │ │ ├── ch9.n │ │ ├── chb.n │ │ ├── chc.n │ │ ├── extrnames.awk │ │ ├── fixmks.sed │ │ ├── franz.n │ │ ├── indexsed │ │ ├── lmacs │ │ ├── mantags │ │ └── tmacs │ ├── doctor │ │ ├── Makefile │ │ ├── doctor.6 │ │ └── doctor.l │ ├── fp │ │ ├── Makefile │ │ ├── PSD.doc │ │ │ ├── Makefile │ │ │ ├── manApp.rno │ │ │ ├── manCh0.rno │ │ │ ├── manCh1.rno │ │ │ ├── manCh2.rno │ │ │ ├── manCh3.rno │ │ │ ├── manCh4.rno │ │ │ ├── manCh5.rno │ │ │ ├── manCh6.rno │ │ │ ├── manCh7.rno │ │ │ ├── manDefs.rno │ │ │ └── refs.rno │ │ ├── fp.1 │ │ ├── fp.tahoe │ │ │ ├── Makefile │ │ │ └── fp.c │ │ └── fp.vax │ │ │ ├── Makefile │ │ │ ├── codeGen.l │ │ │ ├── fpMacs.l │ │ │ ├── fpMain.l │ │ │ ├── fpMeasures.l │ │ │ ├── fpPP.l │ │ │ ├── handlers.l │ │ │ ├── parser.l │ │ │ ├── primFp.l │ │ │ ├── runFp.l │ │ │ ├── scanner.l │ │ │ ├── specials.l │ │ │ └── utils.l │ ├── makefile │ ├── man │ │ ├── Makefile │ │ ├── lisp.1 │ │ ├── liszt.1 │ │ └── lxref.1 │ └── vlp │ │ ├── Makefile │ │ ├── vlp.1 │ │ └── vlp.tahoe │ │ ├── Makefile │ │ └── vlp.c ├── machine │ ├── Makefile │ ├── machine.1 │ ├── machine.c │ └── machine.sh ├── make │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ └── make.ms │ ├── defs │ ├── doname.c │ ├── dosys.c │ ├── files.c │ ├── gcos.c │ ├── gram.y │ ├── ident.c │ ├── main.c │ ├── make.1 │ └── misc.c ├── man │ ├── aliens.6 │ ├── apl.1 │ ├── chase.6 │ ├── cifplot.1 │ ├── dumpdir.8 │ ├── environ.5 │ ├── greek.7 │ ├── intro.3 │ ├── jobs.3j │ ├── mail.4 │ ├── mpx.2 │ ├── mpxio.5 │ ├── mtop.4 │ ├── newcsh.1 │ ├── newgrp.1 │ ├── newtty.4 │ ├── old.8 │ ├── rv.4 │ ├── sigset.3 │ ├── uuclean.1c │ ├── vadvise.2v │ ├── vread.2v │ ├── vwrite.2v │ ├── wait3.2j │ └── wtmp.5 ├── mkhosts │ ├── Makefile │ ├── mkhosts.8 │ └── mkhosts.c ├── mklost+found │ ├── Makefile │ ├── mklost+found.8 │ └── mklost+found.sh ├── mkpasswd │ ├── Makefile │ ├── mkpasswd.8 │ └── mkpasswd.c ├── more │ ├── Makefile │ ├── more.1 │ ├── more.c │ ├── more.help │ └── pathnames.h ├── mount_lofs │ ├── Makefile │ ├── mount_lofs.8 │ └── mount_lofs.c ├── ms │ ├── Makefile │ ├── acc.ms │ ├── cov.ms │ ├── eqn.ms │ ├── ref.ms │ ├── tbl.ms │ ├── ths.ms │ ├── tmac.os │ ├── tmac.s │ ├── tmac.sU │ ├── tmac.scover │ ├── tmac.sdisp │ ├── tmac.skeep │ ├── tmac.srefs │ └── toc.ms ├── np100 │ ├── npcmd.h │ ├── npdump.c │ └── npload.c ├── num │ ├── num.1 │ └── num.c ├── od │ ├── Makefile │ ├── od.1 │ └── od.c ├── pcc │ ├── Makefile │ ├── Makefile.inc │ ├── c2.tahoe │ │ ├── Makefile │ │ ├── NOTES │ │ ├── NOTES.2 │ │ ├── NOTES.3 │ │ ├── NOTES.4 │ │ ├── c2.h │ │ ├── c20.c │ │ ├── c21.c │ │ ├── c22.c │ │ ├── c23.c │ │ └── tokens │ ├── c2.vax │ │ ├── Makefile │ │ ├── c2.h │ │ ├── c20.c │ │ ├── c21.c │ │ └── c22.c │ ├── cc │ │ ├── Makefile │ │ ├── cc.1 │ │ ├── cc.c │ │ └── pathnames.h │ ├── ccom.tahoe │ │ ├── :yyfix │ │ ├── Makefile │ │ ├── code.c │ │ ├── local.c │ │ ├── local2.c │ │ ├── mac2defs.h │ │ ├── macdefs.h │ │ ├── order.c │ │ ├── rel.c │ │ ├── stab.c │ │ ├── table.c │ │ └── tests │ │ │ ├── bug1.c │ │ │ ├── byte.c │ │ │ ├── dev.c │ │ │ ├── dev.s │ │ │ ├── ns.c │ │ │ ├── t1.c │ │ │ ├── t2.c │ │ │ ├── t3.c │ │ │ ├── t4.c │ │ │ ├── t5.c │ │ │ ├── t6.c │ │ │ ├── t7.c │ │ │ └── xns_seq.c │ ├── ccom.vax │ │ ├── :yyfix │ │ ├── DEBUGS │ │ ├── INFO │ │ ├── LOG │ │ ├── Makefile │ │ ├── QUAD │ │ ├── VMS │ │ │ ├── README │ │ │ ├── as.yh │ │ │ ├── filter.c │ │ │ ├── jeql.mar │ │ │ └── stdio.h │ │ ├── code.c │ │ ├── local.c │ │ ├── local2.c │ │ ├── mac2defs │ │ ├── mac2defs.h │ │ ├── macdefs │ │ ├── macdefs.h │ │ ├── order.c │ │ ├── rel.c │ │ ├── stab.c │ │ └── table.c │ ├── f1.tahoe │ │ ├── Makefile │ │ └── fort.h │ ├── f1.vax │ │ ├── Makefile │ │ └── fort.h │ ├── lint │ │ ├── :yyfix │ │ ├── Makefile │ │ ├── PSD.doc │ │ │ ├── Makefile │ │ │ └── lint.ms │ │ ├── READ_ME │ │ ├── lint.sh │ │ ├── llibs │ │ │ ├── Makefile │ │ │ ├── llib-lc │ │ │ ├── llib-lcurses │ │ │ ├── llib-ldbm │ │ │ ├── llib-lm │ │ │ ├── llib-lmp │ │ │ ├── llib-lplot │ │ │ ├── llib-ltermcap │ │ │ └── llib-port │ │ ├── lpass1 │ │ │ ├── Makefile │ │ │ ├── hash.c │ │ │ ├── lint.1 │ │ │ ├── lint.c │ │ │ ├── lmanifest.h │ │ │ ├── macdefs.h │ │ │ └── rel.c │ │ └── lpass2 │ │ │ ├── Makefile │ │ │ └── lpass2.c │ ├── mip │ │ ├── CONVERT │ │ ├── FCONVERT │ │ ├── INDEX │ │ ├── allo.c │ │ ├── cgram.y │ │ ├── common │ │ ├── common.c │ │ ├── config.h │ │ ├── fort.c │ │ ├── localdefs.h │ │ ├── manifest │ │ ├── manifest.h │ │ ├── match.c │ │ ├── mfile1 │ │ ├── mfile2 │ │ ├── ndu.h │ │ ├── onepass.h │ │ ├── optim.c │ │ ├── pass1.h │ │ ├── pass2.h │ │ ├── pftn.c │ │ ├── reader.c │ │ ├── scan.c │ │ ├── trees.c │ │ └── xdefs.c │ ├── pcc.h │ └── sccom.vax │ │ └── Makefile ├── pr │ ├── Makefile │ ├── pr.1 │ └── pr.c ├── print │ └── print.1 ├── prmail │ ├── prmail.1 │ └── prmail.c ├── prof │ ├── Makefile │ ├── prof.1 │ └── prof.c ├── pti │ ├── pti.1 │ └── pti.c ├── ratfor │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ ├── m.mac │ │ ├── m0 │ │ ├── m1 │ │ ├── m2 │ │ ├── m3 │ │ ├── m4 │ │ ├── m5 │ │ ├── m9 │ │ └── m99 │ ├── r.h │ ├── r.y │ ├── r0.c │ ├── r1.c │ ├── r2.c │ ├── ratfor.1 │ ├── rio.c │ ├── rlex.c │ └── rlook.c ├── refer │ ├── Makefile │ ├── NOTUSED │ │ ├── annobib.c │ │ ├── flagger.c │ │ ├── kaiser.c │ │ ├── thash.c │ │ ├── types.c │ │ └── whatabout │ │ │ ├── Makefile │ │ │ ├── what..c │ │ │ ├── what1.c │ │ │ ├── what2.c │ │ │ ├── what3.c │ │ │ └── what4.c │ ├── OTHERS │ │ ├── Makefile │ │ ├── indxbib.sh │ │ ├── roffbib.1 │ │ ├── roffbib.sh │ │ ├── runinv │ │ └── tmac.bib │ ├── USD.doc │ │ ├── invert │ │ │ ├── Makefile │ │ │ ├── pubuse │ │ │ └── refer │ │ └── refer │ │ │ ├── Makefile │ │ │ ├── biblio │ │ │ ├── mx.doc │ │ │ ├── refer.bib │ │ │ └── refer.mac │ ├── addbib │ │ ├── Makefile │ │ ├── addbib.1 │ │ └── addbib.c │ ├── deliv │ │ ├── Makefile │ │ ├── deliv1.c │ │ └── deliv2.c │ ├── hunt │ │ ├── Makefile │ │ ├── hunt1.c │ │ ├── hunt2.c │ │ ├── hunt3.c │ │ ├── hunt5.c │ │ ├── hunt6.c │ │ ├── hunt7.c │ │ ├── hunt8.c │ │ ├── hunt9.c │ │ ├── refer3.c │ │ ├── shell.c │ │ └── tick.c │ ├── inv │ │ ├── Makefile │ │ ├── inv1.c │ │ ├── inv2.c │ │ ├── inv3.c │ │ ├── inv5.c │ │ └── inv6.c │ ├── lookbib │ │ ├── Makefile │ │ ├── lookbib.1 │ │ └── lookbib.c │ ├── mkey │ │ ├── Makefile │ │ ├── mkey1.c │ │ ├── mkey2.c │ │ └── mkey3.c │ ├── papers │ │ ├── INDEX │ │ ├── Rbstjissue │ │ └── Rv7man │ ├── refer │ │ ├── Makefile │ │ ├── TEST │ │ ├── TEST.out │ │ ├── glue1.c │ │ ├── glue2.c │ │ ├── glue3.c │ │ ├── glue4.c │ │ ├── glue5.c │ │ ├── pathnames.h │ │ ├── refer..c │ │ ├── refer.1 │ │ ├── refer0.c │ │ ├── refer1.c │ │ ├── refer2.c │ │ ├── refer4.c │ │ ├── refer5.c │ │ ├── refer6.c │ │ ├── refer7.c │ │ └── refer8.c │ └── sortbib │ │ ├── Makefile │ │ ├── sortbib.1 │ │ └── sortbib.c ├── regexp │ ├── regexp.c │ └── retest.c ├── rewind │ ├── rewind.1 │ └── rewind.c ├── rfc678 │ └── rfc678.c ├── roff │ ├── Makefile │ ├── Makefile.inc │ ├── SMM.doc │ │ └── termdesc │ │ │ ├── Makefile │ │ │ └── termdesc.me │ ├── USD.doc │ │ ├── troff.tutorial │ │ │ ├── Makefile │ │ │ ├── tt.mac │ │ │ ├── tt00 │ │ │ ├── tt01 │ │ │ ├── tt02 │ │ │ ├── tt03 │ │ │ ├── tt04 │ │ │ ├── tt05 │ │ │ ├── tt06 │ │ │ ├── tt07 │ │ │ ├── tt08 │ │ │ ├── tt09 │ │ │ ├── tt10 │ │ │ ├── tt11 │ │ │ ├── tt12 │ │ │ ├── tt13 │ │ │ ├── tt14 │ │ │ ├── ttack │ │ │ ├── ttcharset │ │ │ └── ttindex │ │ └── troff │ │ │ ├── Makefile │ │ │ ├── m.mac │ │ │ ├── m0 │ │ │ ├── m0a │ │ │ ├── m1 │ │ │ ├── m2 │ │ │ ├── m3 │ │ │ ├── m4 │ │ │ ├── m5 │ │ │ ├── table1 │ │ │ └── table2 │ ├── common_source │ │ ├── README │ │ ├── d.h │ │ ├── hytab.c │ │ ├── n1.c │ │ ├── n2.c │ │ ├── n3.c │ │ ├── n4.c │ │ ├── n5.c │ │ ├── n7.c │ │ ├── n8.c │ │ ├── n9.c │ │ ├── ni.c │ │ ├── nii.c │ │ ├── pathnames.h │ │ ├── sdef.h │ │ ├── suftab.c │ │ ├── tdef.h │ │ ├── tw.h │ │ └── v.h │ ├── nroff │ │ ├── Makefile │ │ ├── n10.c │ │ ├── n6.c │ │ ├── nroff.1 │ │ ├── ntab.c │ │ └── pathnames.h │ ├── nroff_term │ │ ├── Makefile │ │ ├── README │ │ ├── chartst │ │ ├── code.300 │ │ ├── code.aj833 │ │ ├── code.itoh │ │ ├── code.nec │ │ ├── code.x-ecs │ │ ├── code.xerox │ │ ├── mktab.c │ │ ├── tab300-12.c │ │ ├── tab300.c │ │ ├── tab302-12.c │ │ ├── tab302.c │ │ ├── tab37.c │ │ ├── tab382-12.c │ │ ├── tab382.c │ │ ├── tab450-12.c │ │ ├── tab450.c │ │ ├── tab833-12.c │ │ ├── tab833.c │ │ ├── tabepson.c │ │ ├── tabitoh.c │ │ ├── tabitoh12.c │ │ ├── tablpr.c │ │ ├── tabnec-t.c │ │ ├── tabnec.c │ │ ├── tabnec12.c │ │ ├── tabnec25-t.c │ │ ├── tabqume.c │ │ ├── tabqume12.c │ │ ├── tabx-ecs.c │ │ ├── tabx-ecs12.c │ │ ├── tabxerox.c │ │ └── tabxerox12.c │ ├── troff │ │ ├── Makefile │ │ ├── pathnames.h │ │ ├── svt6.c │ │ ├── t10.c │ │ ├── t6.c │ │ ├── tab3.c │ │ └── troff.1 │ └── troff_font │ │ ├── Makefile │ │ ├── chars.c │ │ ├── ftB.c │ │ ├── ftBC.c │ │ ├── ftC.c │ │ ├── ftCE.c │ │ ├── ftCI.c │ │ ├── ftCK.c │ │ ├── ftCS.c │ │ ├── ftCW.c │ │ ├── ftG.c │ │ ├── ftGI.c │ │ ├── ftGM.c │ │ ├── ftGR.c │ │ ├── ftI.c │ │ ├── ftL.c │ │ ├── ftLI.c │ │ ├── ftPA.c │ │ ├── ftPB.c │ │ ├── ftPI.c │ │ ├── ftR.c │ │ ├── ftS.c │ │ ├── ftSB.c │ │ ├── ftSI.c │ │ ├── ftSM.c │ │ ├── ftUD.c │ │ ├── ftXM.c │ │ ├── mkfont.c │ │ └── mkfont1.c ├── rogue │ ├── Makefile │ ├── machdep.c │ └── machdep.h ├── rxformat │ ├── Makefile │ ├── pathnames.h │ ├── rxformat.8 │ └── rxformat.c ├── sdb │ ├── Makefile │ ├── access.c │ ├── cdefs.h │ ├── decode.c │ ├── defs.h │ ├── display.c │ ├── docomm.c │ ├── fio.c │ ├── head.h │ ├── instrs.adb │ ├── mac.h │ ├── machine.h │ ├── main.c │ ├── message.c │ ├── mode.h │ ├── old.c │ ├── old.h │ ├── opset.c │ ├── optab.c │ ├── pcs.c │ ├── prvar.c │ ├── ps.c │ ├── rdwr.c │ ├── re.c │ ├── reginit.c │ ├── runpcs.c │ ├── sdb.1 │ ├── setup.c │ ├── sub.c │ ├── symt.c │ ├── udef.c │ ├── version.c │ └── xeq.c ├── sed │ ├── Makefile │ ├── sed.1 │ ├── sed.h │ ├── sed0.c │ └── sed1.c ├── see │ └── see.1 ├── sh │ ├── Makefile │ ├── args.c │ ├── blok.c │ ├── brkincr.h │ ├── builtin.c │ ├── cmd.c │ ├── ctype.c │ ├── ctype.h │ ├── defs.h │ ├── dup.h │ ├── error.c │ ├── expand.c │ ├── fault.c │ ├── io.c │ ├── mac.h │ ├── macro.c │ ├── main.c │ ├── mode.h │ ├── msg.c │ ├── name.c │ ├── name.h │ ├── pathnames.h │ ├── print.c │ ├── service.c │ ├── setbrk.c │ ├── sh.1 │ ├── stak.c │ ├── stak.h │ ├── string.c │ ├── sym.h │ ├── timeout.h │ ├── word.c │ └── xec.c ├── ssp │ ├── ssp.1 │ └── ssp.c ├── sum │ ├── Makefile │ ├── sum.1 │ └── sum.c ├── symorder │ ├── Makefile │ ├── symorder.1 │ └── symorder.c ├── sysline │ ├── Makefile │ ├── pathnames.h │ ├── sysline.1 │ └── sysline.c ├── tabs │ ├── Makefile │ ├── tabs.1 │ └── tabs.c ├── talk │ ├── Makefile │ ├── common_source │ │ └── ctl.h │ ├── talk │ │ ├── Makefile │ │ ├── ctl.c │ │ ├── ctl_transact.c │ │ ├── display.c │ │ ├── get_addrs.c │ │ ├── get_names.c │ │ ├── init_disp.c │ │ ├── invite.c │ │ ├── io.c │ │ ├── look_up.c │ │ ├── msgs.c │ │ ├── talk.c │ │ ├── talk.h │ │ └── talk_ctl.h │ └── talkd │ │ ├── Makefile │ │ ├── announce.c │ │ ├── print.c │ │ ├── process.c │ │ ├── table.c │ │ └── talkd.c ├── tar │ ├── Makefile │ ├── pathnames.h │ ├── tar.1 │ ├── tar.c │ └── tarformat.5 ├── tbl │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ └── tbl │ ├── pathnames.h │ ├── t..c │ ├── t0.c │ ├── t1.c │ ├── t2.c │ ├── t3.c │ ├── t4.c │ ├── t5.c │ ├── t6.c │ ├── t7.c │ ├── t8.c │ ├── t9.c │ ├── tb.c │ ├── tbl.1 │ ├── tc.c │ ├── te.c │ ├── tf.c │ ├── tg.c │ ├── ti.c │ ├── tm.c │ ├── ts.c │ ├── tt.c │ ├── tu.c │ └── tv.c ├── tc │ ├── Makefile │ ├── tc.1 │ └── tc.c ├── test │ ├── Makefile │ ├── test.1 │ └── test.c ├── tk │ ├── tk.1 │ └── tk.c ├── tmac │ ├── Makefile │ ├── tmac.an │ ├── tmac.an.v6compat │ ├── tmac.an6n │ └── tmac.an6t ├── tp │ ├── Makefile │ ├── pathnames.h │ ├── tp.1 │ ├── tp.h │ ├── tp0.c │ ├── tp1.c │ ├── tp2.c │ ├── tp3.c │ ├── tp5.5 │ └── tp_defs.h ├── tra │ └── tra.1 ├── trman │ ├── trman.1 │ └── trman.sh ├── uudiff │ ├── Makefile │ ├── lenrem.c │ ├── locpart.c │ ├── printable.c │ ├── remdiff │ ├── run1.c │ ├── trim.c │ └── uudiff.1c ├── vfilters │ ├── Makefile │ ├── necf │ │ ├── Makefile │ │ └── necf.c │ ├── railmag │ │ ├── Makefile │ │ └── railmag.c │ ├── rvcat │ │ ├── Makefile │ │ └── rvcat.c │ ├── rvsort │ │ ├── Makefile │ │ └── rvsort.c │ ├── sidebyside │ │ ├── Makefile │ │ └── sidebyside.c │ ├── vcat │ │ ├── Makefile │ │ └── vcat.c │ ├── vdmp │ │ ├── Makefile │ │ └── vdmp.c │ ├── vpf │ │ ├── Makefile │ │ └── vpf.c │ ├── vplotf │ │ ├── Makefile │ │ ├── chrtab.c │ │ └── vplotf.c │ ├── vpltdmp │ │ ├── Makefile │ │ └── vpltdmp.c │ ├── vpsf │ │ ├── Makefile │ │ └── vpsf.c │ └── vsort │ │ ├── Makefile │ │ └── vsort.c ├── vplot │ └── vplot.c ├── vpr │ ├── Makefile │ ├── man │ │ ├── Makefile │ │ ├── fed.1 │ │ ├── vfont.5 │ │ ├── vfontinfo.1 │ │ ├── vpac.8 │ │ ├── vpr.1 │ │ ├── vtroff.1 │ │ └── vwidth.1 │ ├── tmac.vcat │ ├── vfont.h │ ├── vpac.c │ ├── vpd.c │ ├── vpq.c │ ├── vpq.sh │ ├── vpr.c │ ├── vpr.sh │ ├── vprint.sh │ ├── vprm.c │ ├── vprm.sh │ ├── vtools │ │ ├── Makefile │ │ ├── fcvt.c │ │ ├── fed │ │ │ ├── Makefile │ │ │ ├── fed.c │ │ │ ├── fed.h │ │ │ ├── io.c │ │ │ └── subr.c │ │ ├── rotate.c │ │ ├── rotprt.c │ │ ├── vfontinfo.c │ │ ├── vfw.c │ │ └── vwidth.c │ └── vtroff.sh ├── whereis │ ├── Makefile │ ├── whereis.1 │ └── whereis.c ├── which │ ├── Makefile │ ├── which.1 │ └── which.csh ├── whoami │ ├── Makefile │ ├── whoami.1 │ └── whoami.c └── yacc │ ├── Makefile │ ├── PSD.doc │ ├── Makefile │ ├── ss.. │ ├── ss0 │ ├── ss1 │ ├── ss2 │ ├── ss3 │ ├── ss4 │ ├── ss5 │ ├── ss6 │ ├── ss7 │ ├── ss8 │ ├── ss9 │ ├── ssA │ ├── ssB │ ├── ssa │ ├── ssb │ ├── ssc │ └── ssd │ ├── dextern │ ├── files │ ├── old.yaccpar │ ├── pathnames.h │ ├── y1.c │ ├── y2.c │ ├── y3.c │ ├── y4.c │ ├── yacc.1 │ ├── yaccdiffs │ └── yaccnews ├── sbin ├── Makefile ├── Makefile.inc ├── XNSrouted │ ├── Makefile │ ├── XNSrouted.8 │ ├── af.c │ ├── af.h │ ├── defs.h │ ├── if.c │ ├── input.c │ ├── interface.h │ ├── main.c │ ├── output.c │ ├── protocol.h │ ├── startup.c │ ├── table.h │ ├── tables.c │ ├── timer.c │ ├── tools │ │ └── query.c │ ├── trace.c │ └── trace.h ├── badsect │ ├── Makefile │ ├── badsect.8 │ └── badsect.c ├── clri │ ├── Makefile │ ├── clri.8 │ └── clri.c ├── disklabel │ ├── Makefile │ ├── disklabel.5.5 │ ├── disklabel.8 │ ├── disklabel.c │ ├── dkcksum.c │ └── pathnames.h ├── dmesg │ ├── Makefile │ ├── dmesg.8 │ ├── dmesg.c │ └── pathnames.h ├── dump │ ├── Makefile │ ├── dump.8 │ ├── dump.h │ ├── dumprmt.c │ ├── itime.c │ ├── main.c │ ├── optr.c │ ├── pathnames.h │ ├── tape.c │ ├── traverse.c │ └── unctime.c ├── dumpfs │ ├── Makefile │ ├── dumpfs.8 │ └── dumpfs.c ├── dumplfs │ ├── Makefile │ ├── dumplfs.8 │ ├── dumplfs.c │ ├── extern.h │ └── misc.c ├── fastboot │ ├── Makefile │ ├── fastboot.8 │ ├── fastboot.sh │ └── fasthalt.sh ├── fsck │ ├── Makefile │ ├── SMM.doc │ │ ├── 0.t │ │ ├── 1.t │ │ ├── 2.t │ │ ├── 3.t │ │ ├── 4.t │ │ └── Makefile │ ├── dir.c │ ├── fsck.8 │ ├── fsck.h │ ├── inode.c │ ├── main.c │ ├── pass1.c │ ├── pass1b.c │ ├── pass2.c │ ├── pass3.c │ ├── pass4.c │ ├── pass5.c │ ├── preen.c │ ├── setup.c │ └── utilities.c ├── fsdb │ ├── Makefile │ ├── fsdb.8 │ ├── fsdb.c │ └── pathnames.h ├── icheck │ ├── Makefile │ ├── icheck.8 │ └── icheck.c ├── ifconfig │ ├── Makefile │ ├── ifconfig.8 │ └── ifconfig.c ├── init │ ├── Makefile │ ├── init.8 │ ├── init.c │ └── pathnames.h ├── mknod │ ├── Makefile │ ├── mknod.8 │ └── mknod.c ├── mount │ ├── Makefile │ ├── getmntopts.3 │ ├── getmntopts.c │ ├── mntopts.h │ ├── mount.8 │ ├── mount.c │ ├── mount_ufs.c │ ├── pathnames.h │ └── vfslist.c ├── mount_cd9660 │ ├── Makefile │ ├── mount_cd9660.8 │ └── mount_cd9660.c ├── mount_fdesc │ ├── Makefile │ ├── mount_fdesc.8 │ └── mount_fdesc.c ├── mount_kernfs │ ├── Makefile │ ├── mount_kernfs.8 │ └── mount_kernfs.c ├── mount_lfs │ ├── Makefile │ ├── mount_lfs.8 │ ├── mount_lfs.c │ └── pathnames.h ├── mount_nfs │ ├── Makefile │ ├── mount_nfs.8 │ └── mount_nfs.c ├── mount_null │ ├── Makefile │ ├── mount_null.8 │ └── mount_null.c ├── mount_portal │ ├── Makefile │ ├── activate.c │ ├── conf.c │ ├── mount_portal.8 │ ├── mount_portal.c │ ├── pathnames.h │ ├── portal.conf │ ├── portald.h │ ├── pt_conf.c │ ├── pt_exec.c │ ├── pt_file.c │ └── pt_tcp.c ├── mount_procfs │ ├── Makefile │ ├── mount_procfs.8 │ └── mount_procfs.c ├── mount_umap │ ├── Makefile │ ├── mount_umap.8 │ └── mount_umap.c ├── mount_union │ ├── Makefile │ ├── mount_union.8 │ └── mount_union.c ├── mountd │ ├── Makefile │ ├── exports.5 │ ├── mountd.8 │ ├── mountd.c │ ├── netgroup.5 │ └── pathnames.h ├── ncheck │ ├── Makefile │ ├── ncheck.8 │ └── ncheck.c ├── newfs │ ├── Makefile │ ├── mkfs.c │ ├── newfs.8 │ └── newfs.c ├── newlfs │ ├── Makefile │ ├── config.h │ ├── extern.h │ ├── lfs.c │ ├── misc.c │ ├── newfs.c │ └── newlfs.8 ├── nfsd │ ├── Makefile │ ├── nfsd.8 │ └── nfsd.c ├── nfsiod │ ├── Makefile │ ├── nfsiod.8 │ └── nfsiod.c ├── nologin │ ├── Makefile │ ├── nologin.8 │ └── nologin.sh ├── ping │ ├── Makefile │ ├── ping.8 │ └── ping.c ├── quotacheck │ ├── Makefile │ ├── quotacheck.8 │ └── quotacheck.c ├── reboot │ ├── Makefile │ ├── boot_hp300.8 │ ├── boot_i386.8 │ ├── boot_sparc.8 │ ├── boot_tahoe.8 │ ├── boot_vax.8 │ ├── halt.8 │ ├── halt.c │ ├── reboot.8 │ └── reboot.c ├── restore │ ├── Makefile │ ├── dirs.c │ ├── extern.h │ ├── interactive.c │ ├── main.c │ ├── pathnames.h │ ├── restore.8 │ ├── restore.c │ ├── restore.h │ ├── symtab.c │ ├── tape.c │ └── utilities.c ├── route │ ├── Makefile │ ├── ccitt_addr.c │ ├── keywords │ ├── route.8 │ └── route.c ├── routed │ ├── Makefile │ ├── af.c │ ├── af.h │ ├── defs.h │ ├── if.c │ ├── inet.c │ ├── input.c │ ├── interface.h │ ├── main.c │ ├── output.c │ ├── pathnames.h │ ├── query │ │ ├── Makefile │ │ └── query.c │ ├── routed.8 │ ├── routed.c │ ├── startup.c │ ├── table.h │ ├── tables.c │ ├── timer.c │ ├── trace.c │ ├── trace.h │ └── trace │ │ ├── Makefile │ │ └── trace.c ├── savecore │ ├── Makefile │ ├── savecore.8 │ └── savecore.c ├── scsiformat │ ├── Makefile │ ├── scsiformat.8 │ └── scsiformat.c ├── shutdown │ ├── Makefile │ ├── pathnames.h │ ├── shutdown.8 │ └── shutdown.c ├── slattach │ ├── Makefile │ ├── slattach.8 │ └── slattach.c ├── startslip │ ├── Makefile │ ├── startslip.1 │ └── startslip.c ├── swapon │ ├── Makefile │ ├── swapon.8 │ └── swapon.c ├── tunefs │ ├── Makefile │ ├── tunefs.8 │ └── tunefs.c └── umount │ ├── Makefile │ ├── umount.8 │ └── umount.c ├── share ├── Makefile ├── Makefile.inc ├── dict │ ├── Makefile │ ├── README │ ├── connectives │ ├── propernames │ └── words ├── doc │ ├── Makefile │ ├── index │ │ └── index.4.3 │ │ │ └── Title │ ├── papers │ │ ├── beyond4.3 │ │ │ ├── Makefile │ │ │ └── beyond43.ms │ │ ├── diskperf │ │ │ ├── Makefile │ │ │ ├── abs.ms │ │ │ ├── appendix.ms │ │ │ ├── conclusions.ms │ │ │ ├── equip.ms │ │ │ ├── methodology.ms │ │ │ ├── motivation.ms │ │ │ ├── results.ms │ │ │ └── tests.ms │ │ ├── fsinterface │ │ │ ├── Makefile │ │ │ ├── abstract.ms │ │ │ ├── fsinterface.ms │ │ │ └── slides.t │ │ ├── future │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── Makefile │ │ │ ├── r.t │ │ │ └── spell.ok │ │ ├── jus │ │ │ ├── Makefile │ │ │ └── paper.ms │ │ ├── kernmalloc │ │ │ ├── Makefile │ │ │ ├── alloc.fig │ │ │ ├── appendix.t │ │ │ ├── kernmalloc.t │ │ │ ├── spell.ok │ │ │ └── usage.tbl │ │ ├── kerntune │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── 4.t │ │ │ ├── Makefile │ │ │ └── fig2.pic │ │ ├── memfs │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── A.t │ │ │ ├── Makefile │ │ │ ├── ref.bib │ │ │ ├── spell.ok │ │ │ └── tmac.srefs │ │ ├── newvm │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── Makefile │ │ │ ├── a.t │ │ │ └── spell.ok │ │ ├── nqnfs │ │ │ ├── Makefile │ │ │ └── nqnfs.me │ │ ├── px │ │ │ ├── Makefile │ │ │ ├── fig1.1.n │ │ │ ├── fig1.2.n │ │ │ ├── fig1.3.n │ │ │ ├── fig2.3.raw │ │ │ ├── fig2.4.n │ │ │ ├── fig3.2.n │ │ │ ├── fig3.3.n │ │ │ ├── pxin0.n │ │ │ ├── pxin1.n │ │ │ ├── pxin2.n │ │ │ ├── pxin3.n │ │ │ ├── pxin4.n │ │ │ ├── table2.1.n │ │ │ ├── table2.2.n │ │ │ ├── table2.3.n │ │ │ ├── table3.1.n │ │ │ └── tmac.p │ │ ├── relengr │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── Makefile │ │ │ ├── ref.bib │ │ │ ├── ref.bib.ig │ │ │ └── spell.ok │ │ └── sysperf │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── 4.t │ │ │ ├── 5.t │ │ │ ├── 6.t │ │ │ ├── 7.t │ │ │ ├── Makefile │ │ │ ├── a1.t │ │ │ └── a2.t │ ├── psd │ │ ├── 01.cacm │ │ │ ├── Makefile │ │ │ ├── p.mac │ │ │ ├── p1 │ │ │ ├── p2 │ │ │ ├── p3 │ │ │ ├── p4 │ │ │ ├── p5 │ │ │ └── p6 │ │ ├── 02.implement │ │ │ ├── Makefile │ │ │ ├── fig1.pic │ │ │ ├── fig2.pic │ │ │ └── implement │ │ ├── 03.iosys │ │ │ ├── Makefile │ │ │ └── iosys │ │ ├── 04.uprog │ │ │ ├── Makefile │ │ │ ├── cwscript │ │ │ ├── p.mac │ │ │ ├── p0 │ │ │ ├── p1 │ │ │ ├── p2 │ │ │ ├── p3 │ │ │ ├── p4 │ │ │ ├── p5 │ │ │ ├── p6 │ │ │ ├── p8 │ │ │ └── p9 │ │ ├── 05.sysman │ │ │ ├── 0.t │ │ │ ├── 1.0.t │ │ │ ├── 1.1.t │ │ │ ├── 1.2.t │ │ │ ├── 1.3.t │ │ │ ├── 1.4.t │ │ │ ├── 1.5.t │ │ │ ├── 1.6.t │ │ │ ├── 1.7.t │ │ │ ├── 2.0.t │ │ │ ├── 2.1.t │ │ │ ├── 2.2.t │ │ │ ├── 2.3.t │ │ │ ├── 2.4.t │ │ │ ├── 2.5.t │ │ │ ├── Makefile │ │ │ ├── a.t │ │ │ └── spell.ok │ │ ├── 06.Clang │ │ │ ├── Clang.ms │ │ │ ├── Clib.ms │ │ │ ├── Makefile │ │ │ ├── cmac1 │ │ │ └── ctrademarks │ │ ├── 20.ipctut │ │ │ ├── Makefile │ │ │ ├── dgramread.c │ │ │ ├── dgramsend.c │ │ │ ├── fig2.pic │ │ │ ├── fig3.pic │ │ │ ├── fig8.pic │ │ │ ├── pipe.c │ │ │ ├── socketpair.c │ │ │ ├── strchkread.c │ │ │ ├── streamread.c │ │ │ ├── streamwrite.c │ │ │ ├── tutor.me │ │ │ ├── udgramread.c │ │ │ ├── udgramsend.c │ │ │ ├── ustreamread.c │ │ │ └── ustreamwrite.c │ │ ├── 21.ipc │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── 4.t │ │ │ ├── 5.t │ │ │ ├── Makefile │ │ │ └── spell.ok │ │ ├── Makefile │ │ └── Title │ ├── smm │ │ ├── 01.setup │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── 4.t │ │ │ ├── 5.t │ │ │ ├── 6.t │ │ │ └── Makefile │ │ ├── 04.quotas │ │ │ ├── Makefile │ │ │ └── quotas.ms │ │ ├── 05.fastfs │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── 4.t │ │ │ ├── 5.t │ │ │ ├── 6.t │ │ │ └── Makefile │ │ ├── 06.nfs │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── Makefile │ │ │ └── ref.t │ │ ├── 16.security │ │ │ ├── Makefile │ │ │ └── security.ms │ │ ├── 17.password │ │ │ ├── Makefile │ │ │ └── password.ms │ │ ├── 18.net │ │ │ ├── 0.t │ │ │ ├── 1.t │ │ │ ├── 2.t │ │ │ ├── 3.t │ │ │ ├── 4.t │ │ │ ├── 5.t │ │ │ ├── 6.t │ │ │ ├── 7.t │ │ │ ├── 8.t │ │ │ ├── 9.t │ │ │ ├── Makefile │ │ │ ├── a.t │ │ │ ├── b.t │ │ │ ├── c.t │ │ │ ├── d.t │ │ │ ├── e.t │ │ │ ├── f.t │ │ │ └── spell.ok │ │ ├── Makefile │ │ └── Title │ └── usd │ │ ├── 01.begin │ │ ├── Makefile │ │ ├── u.mac │ │ ├── u0 │ │ ├── u1 │ │ ├── u2 │ │ ├── u3 │ │ ├── u4 │ │ └── u5 │ │ ├── 17.msmacros │ │ ├── Makefile │ │ ├── fig1.pic │ │ ├── ms │ │ └── refcard │ │ ├── 18.msdiffs │ │ ├── Makefile │ │ └── ms.diffs │ │ ├── 19.memacros │ │ ├── Makefile │ │ └── intro.me │ │ ├── 20.meref │ │ ├── Makefile │ │ └── ref.me │ │ ├── Makefile │ │ ├── Pagecounts │ │ └── Title ├── man │ ├── Makefile │ ├── makewhatis.sed │ ├── man0 │ │ ├── Makefile │ │ ├── back │ │ ├── break │ │ ├── cover │ │ ├── cshcmd │ │ ├── ignore │ │ ├── man1 │ │ ├── man2 │ │ ├── man3 │ │ ├── man4 │ │ ├── man5 │ │ ├── man6 │ │ ├── man7 │ │ ├── man8 │ │ ├── title.cdrom │ │ ├── title.prm │ │ ├── title.urm │ │ └── tocrc │ ├── man1 │ │ ├── Makefile │ │ ├── cd.1 │ │ ├── intro.1 │ │ └── wait.1 │ ├── man3 │ │ ├── Makefile │ │ ├── assert.3 │ │ ├── bitstring.3 │ │ ├── end.3 │ │ ├── intro.3 │ │ ├── intro.3c │ │ ├── intro.3n │ │ ├── intro.3x │ │ ├── queue.3 │ │ └── stdarg.3 │ ├── man3f │ │ ├── Makefile │ │ ├── abort.3 │ │ ├── access.3 │ │ ├── alarm.3 │ │ ├── bessel.3 │ │ ├── bit.3 │ │ ├── chdir.3 │ │ ├── chmod.3 │ │ ├── etime.3 │ │ ├── exit.3 │ │ ├── fdate.3 │ │ ├── flmin.3 │ │ ├── flush.3 │ │ ├── fork.3 │ │ ├── fseek.3 │ │ ├── getarg.3 │ │ ├── getc.3 │ │ ├── getcwd.3 │ │ ├── getenv.3 │ │ ├── getlog.3 │ │ ├── getpid.3 │ │ ├── getuid.3 │ │ ├── hostnm.3 │ │ ├── idate.3 │ │ ├── index.3 │ │ ├── intro.3 │ │ ├── ioinit.3 │ │ ├── kill.3 │ │ ├── link.3 │ │ ├── loc.3 │ │ ├── long.3 │ │ ├── malloc.3 │ │ ├── perror.3 │ │ ├── plot.3 │ │ ├── putc.3 │ │ ├── qsort.3 │ │ ├── rand.3 │ │ ├── random.3 │ │ ├── rename.3 │ │ ├── signal.3 │ │ ├── sleep.3 │ │ ├── stat.3 │ │ ├── system.3 │ │ ├── time.3 │ │ ├── topen.3 │ │ ├── traper.3 │ │ ├── trapov.3 │ │ ├── trpfpe.3 │ │ ├── ttynam.3 │ │ ├── unlink.3 │ │ └── wait.3 │ ├── man4 │ │ ├── Makefile │ │ ├── bpf.4 │ │ ├── clnp.4 │ │ ├── cltp.4 │ │ ├── drum.4 │ │ ├── esis.4 │ │ ├── fd.4 │ │ ├── icmp.4 │ │ ├── idp.4 │ │ ├── inet.4 │ │ ├── ip.4 │ │ ├── iso.4 │ │ ├── lo.4 │ │ ├── man4.hp300 │ │ │ ├── Makefile │ │ │ ├── autoconf.4 │ │ │ ├── cons.4 │ │ │ ├── ct.4 │ │ │ ├── dca.4 │ │ │ ├── dcl.4 │ │ │ ├── dcm.4 │ │ │ ├── dv.4 │ │ │ ├── gb.4 │ │ │ ├── grf.4 │ │ │ ├── hil.4 │ │ │ ├── intro.4 │ │ │ ├── ite.4 │ │ │ ├── le.4 │ │ │ ├── mem.4 │ │ │ ├── ppi.4 │ │ │ ├── rb.4 │ │ │ ├── rd.4 │ │ │ ├── st.4 │ │ │ └── tc.4 │ │ ├── man4.i386 │ │ │ ├── Makefile │ │ │ └── mem.4 │ │ ├── man4.sparc │ │ │ ├── Makefile │ │ │ ├── bwtwo.4 │ │ │ ├── cgsix.4 │ │ │ ├── cgthree.4 │ │ │ ├── le.4 │ │ │ ├── mem.4 │ │ │ └── openprom.4 │ │ ├── man4.tahoe │ │ │ ├── Makefile │ │ │ ├── ace.4 │ │ │ ├── autoconf.4 │ │ │ ├── cons.4 │ │ │ ├── cy.4 │ │ │ ├── dr.4 │ │ │ ├── enp.4 │ │ │ ├── ik.4 │ │ │ ├── intro.4 │ │ │ ├── lp.4 │ │ │ ├── mem.4 │ │ │ ├── mtio.4 │ │ │ ├── vd.4 │ │ │ └── vx.4 │ │ ├── man4.vax │ │ │ ├── Makefile │ │ │ ├── acc.4 │ │ │ ├── ad.4 │ │ │ ├── autoconf.4 │ │ │ ├── cons.4 │ │ │ ├── crl.4 │ │ │ ├── css.4 │ │ │ ├── ct.4 │ │ │ ├── ddn.4 │ │ │ ├── de.4 │ │ │ ├── dh.4 │ │ │ ├── dhu.4 │ │ │ ├── dmc.4 │ │ │ ├── dmf.4 │ │ │ ├── dmv.4 │ │ │ ├── dmz.4 │ │ │ ├── dn.4 │ │ │ ├── dz.4 │ │ │ ├── ec.4 │ │ │ ├── en.4 │ │ │ ├── ex.4 │ │ │ ├── fl.4 │ │ │ ├── hdh.4 │ │ │ ├── hk.4 │ │ │ ├── hp.4 │ │ │ ├── ht.4 │ │ │ ├── hy.4 │ │ │ ├── ik.4 │ │ │ ├── il.4 │ │ │ ├── intro.4 │ │ │ ├── ix.4 │ │ │ ├── kg.4 │ │ │ ├── lp.4 │ │ │ ├── mem.4 │ │ │ ├── mt.4 │ │ │ ├── mtio.4 │ │ │ ├── np.4 │ │ │ ├── pcl.4 │ │ │ ├── ps.4 │ │ │ ├── qe.4 │ │ │ ├── rx.4 │ │ │ ├── tb.4 │ │ │ ├── tm.4 │ │ │ ├── tmscp.4 │ │ │ ├── ts.4 │ │ │ ├── tu.4 │ │ │ ├── uda.4 │ │ │ ├── up.4 │ │ │ ├── ut.4 │ │ │ ├── uu.4 │ │ │ ├── va.4 │ │ │ ├── vp.4 │ │ │ └── vv.4 │ │ ├── netintro.4 │ │ ├── ns.4 │ │ ├── nsip.4 │ │ ├── null.4 │ │ ├── pty.4 │ │ ├── route.4 │ │ ├── spp.4 │ │ ├── tcp.4 │ │ ├── termios.4 │ │ ├── tp.4 │ │ ├── tty.4 │ │ ├── udp.4 │ │ └── unix.4 │ ├── man5 │ │ ├── Makefile │ │ ├── a.out.5 │ │ ├── acct.5 │ │ ├── core.5 │ │ ├── dir.5 │ │ ├── disktab.5 │ │ ├── dump.5 │ │ ├── fs.5 │ │ ├── fstab.5 │ │ ├── group.5 │ │ ├── hosts.5 │ │ ├── networks.5 │ │ ├── passwd.5 │ │ ├── phones.5 │ │ ├── plot.5 │ │ ├── printcap.5 │ │ ├── protocols.5 │ │ ├── remote.5 │ │ ├── resolver.5 │ │ ├── services.5 │ │ ├── shells.5 │ │ ├── stab.5 │ │ ├── types.5 │ │ └── utmp.5 │ ├── man7 │ │ ├── Makefile │ │ ├── ascii.7 │ │ ├── environ.7 │ │ ├── eqnchar.7 │ │ ├── hier.7 │ │ ├── hostname.7 │ │ ├── intro.7 │ │ ├── mailaddr.7 │ │ ├── man.7 │ │ ├── mdoc.7 │ │ ├── mdoc.samples.7 │ │ ├── ms.7 │ │ ├── operator.7 │ │ └── term.7 │ ├── man8 │ │ ├── Makefile │ │ ├── adduser.8 │ │ ├── intro.8 │ │ ├── makedev.8 │ │ ├── man8.hp300 │ │ │ ├── MAKEDEV.8 │ │ │ ├── Makefile │ │ │ ├── crash.8 │ │ │ └── format.8 │ │ ├── man8.i386 │ │ │ ├── MAKEDEV.8 │ │ │ └── Makefile │ │ ├── man8.tahoe │ │ │ ├── MAKEDEV.8 │ │ │ └── Makefile │ │ ├── man8.vax │ │ │ ├── MAKEDEV.8 │ │ │ ├── Makefile │ │ │ ├── crash.8 │ │ │ ├── drtest.8 │ │ │ ├── format.8 │ │ │ └── installboot.8 │ │ ├── rc.8 │ │ └── sticky.8 │ └── manroff ├── me │ ├── Makefile │ ├── acm.me │ ├── chars.me │ ├── deltext.me │ ├── eqn.me │ ├── float.me │ ├── footnote.me │ ├── index.me │ ├── letterhead.me │ ├── local.me │ ├── me.7 │ ├── null.me │ ├── refer.me │ ├── revisions │ ├── sh.me │ ├── strip.sed │ ├── summary.external │ ├── tbl.me │ ├── test │ │ ├── test.accent │ │ └── test.umlaut │ ├── thesis.me │ └── tmac.orig_me ├── misc │ ├── Makefile │ ├── airport │ ├── ascii │ ├── birthtoken │ ├── eqnchar │ ├── flowers │ ├── greek │ ├── inter.phone │ ├── man.template │ ├── mdoc.template │ ├── na.phone │ ├── operator │ └── zipcodes ├── mk │ ├── Makefile │ ├── bsd.README │ ├── bsd.doc.mk │ ├── bsd.global.mk │ ├── bsd.lib.mk │ ├── bsd.man.mk │ ├── bsd.own.mk │ ├── bsd.prog.mk │ ├── bsd.stdtarg.mk │ ├── bsd.subdir.mk │ ├── rcs.mk │ └── sys.mk ├── skel │ ├── Makefile │ ├── dot.cshrc │ ├── dot.login │ ├── dot.mailrc │ ├── dot.profile │ └── dot.rhosts ├── tabset │ └── Makefile ├── termcap │ ├── Makefile │ ├── README │ ├── map3270 │ ├── reorder │ ├── tck │ ├── termcap.5 │ └── termcap.src ├── tmac │ ├── Makefile │ ├── README │ ├── doc │ ├── doc-common │ ├── doc-ditroff │ ├── doc-nroff │ ├── doc-syms │ ├── strip.sed │ ├── tmac.a │ ├── tmac.an.v6compat │ ├── tmac.an6n │ ├── tmac.an6t │ ├── tmac.andoc │ ├── tmac.cp │ ├── tmac.doc.old │ ├── tmac.e │ ├── tmac.r │ ├── tmac.s │ └── tmac.sU └── zoneinfo │ ├── DIST │ ├── nonstd.h │ ├── stdio.h │ ├── stdlib.h │ ├── time.h │ ├── tzfile.h │ ├── zdump.8 │ └── zdump.c │ ├── Makefile │ ├── datfiles │ ├── africa │ ├── antarctica │ ├── asia │ ├── australasia │ ├── etcetera │ ├── europe │ ├── factory │ ├── leapseconds │ ├── northamerica │ ├── pacificnew │ ├── solar87 │ ├── solar88 │ ├── solar89 │ ├── southamerica │ ├── systemv │ ├── usno1988 │ └── usno1989 │ ├── ialloc.c │ ├── scheck.c │ ├── tzfile.5 │ ├── zic.8 │ └── zic.c ├── sys ├── conf │ ├── defines │ ├── files │ ├── files.newconf │ ├── newvers.sh │ ├── nfsswapvmunix.c │ ├── param.c │ └── systags.sh ├── deprecated │ ├── bbnnet │ │ ├── fsm.h │ │ ├── fsmdef.h │ │ ├── hmp.c │ │ ├── hmp.h │ │ ├── hmp_subr.c │ │ ├── hmp_traps.c │ │ ├── hmp_traps.h │ │ ├── hmp_var.h │ │ ├── ic_output.c │ │ ├── icmp.c │ │ ├── icmp.h │ │ ├── in.c │ │ ├── in.h │ │ ├── in_pcb.c │ │ ├── in_pcb.h │ │ ├── in_proto.c │ │ ├── in_var.h │ │ ├── ip.h │ │ ├── ip_input.c │ │ ├── ip_output.c │ │ ├── ip_usrreq.c │ │ ├── macros.h │ │ ├── net.h │ │ ├── nopcb.h │ │ ├── raw_input.c │ │ ├── rdp.h │ │ ├── rdp_cksum.s │ │ ├── rdp_fsm.c │ │ ├── rdp_input.c │ │ ├── rdp_macros.h │ │ ├── rdp_prim.c │ │ ├── rdp_states.c │ │ ├── rdp_subr.c │ │ ├── rdp_usrreq.c │ │ ├── seq.h │ │ ├── sws.h │ │ ├── tcp.h │ │ ├── tcp_input.c │ │ ├── tcp_prim.c │ │ ├── tcp_procs.c │ │ ├── tcp_states.c │ │ ├── tcp_usrreq.c │ │ ├── udp.c │ │ ├── udp.h │ │ └── udp_usrreq.c │ ├── kdb │ │ ├── defs.h │ │ ├── kdb_access.c │ │ ├── kdb_command.c │ │ ├── kdb_ctype.c │ │ ├── kdb_expr.c │ │ ├── kdb_format.c │ │ ├── kdb_input.c │ │ ├── kdb_message.c │ │ ├── kdb_output.c │ │ ├── kdb_pcs.c │ │ ├── kdb_print.c │ │ ├── kdb_runpcs.c │ │ ├── kdb_sym.c │ │ └── kdb_trap.c │ ├── lofs │ │ ├── lofs.h │ │ ├── lofs_subr.c │ │ ├── lofs_vfsops.c │ │ └── lofs_vnops.c │ ├── netdecnet │ │ ├── decnet.h │ │ ├── dn_systm.h │ │ ├── nsp.h │ │ ├── nsp_input.c │ │ ├── nsp_output.c │ │ ├── nsp_seq.h │ │ ├── nsp_subr.c │ │ ├── nsp_usrreq.c │ │ ├── nsp_var.h │ │ ├── tp_input.c │ │ ├── tp_output.c │ │ ├── tp_usrreq.c │ │ └── tp_var.h │ ├── netimp │ │ ├── if_imp.c │ │ ├── if_imp.h │ │ ├── if_imphost.c │ │ ├── if_imphost.h │ │ └── raw_imp.c │ ├── netpup │ │ ├── pup.c │ │ ├── pup.h │ │ ├── pup_cksum.c │ │ ├── pup_proto.c │ │ └── raw_pup.c │ └── netrmp │ │ ├── rmp.c │ │ ├── rmp.h │ │ ├── rmp_proto.c │ │ └── rmp_var.h ├── dev │ ├── cd.c │ ├── cdvar.h │ ├── scsi │ │ ├── disk.h │ │ ├── disktape.h │ │ ├── printer.h │ │ ├── processor.h │ │ ├── scsi.h │ │ ├── scsi_ioctl.h │ │ ├── scsi_subr.c │ │ ├── scsivar.h │ │ ├── sd.c │ │ ├── sdtrace.h │ │ └── tape.h │ ├── vn.c │ └── vnioctl.h ├── hp │ ├── dev │ │ ├── cons.c │ │ ├── cons.h │ │ ├── dca.c │ │ ├── dcareg.h │ │ ├── device.h │ │ ├── grf.c │ │ ├── grfioctl.h │ │ ├── grfreg.h │ │ ├── grfvar.h │ │ ├── hil.c │ │ ├── hil_keymaps.c │ │ ├── hil_subr.c │ │ ├── hilioctl.h │ │ ├── hilreg.h │ │ ├── hilvar.h │ │ ├── iotypes.h │ │ ├── ite.c │ │ ├── ite_subr.c │ │ ├── iteioctl.h │ │ ├── itereg.h │ │ ├── itevar.h │ │ └── kbdmap.h │ └── hpux │ │ ├── README │ │ ├── hpux.h │ │ ├── hpux_compat.c │ │ ├── hpux_exec.h │ │ ├── hpux_net.c │ │ ├── hpux_sig.c │ │ ├── hpux_termio.h │ │ ├── hpux_tty.c │ │ ├── makesyscalls.sh │ │ └── syscalls.master ├── hp300 │ ├── DOC │ │ ├── Debug.tips │ │ ├── HPMMU.notes │ │ ├── Options │ │ ├── Pmap.notes │ │ ├── README │ │ ├── README.68040 │ │ ├── TODO.dev │ │ └── TODO.hp300 │ ├── Makefile │ ├── conf │ │ ├── GENERIC.hp300 │ │ ├── HP300 │ │ ├── Makefile.hp300 │ │ ├── devices.hp300 │ │ ├── files.HP300 │ │ └── files.hp300 │ ├── dev │ │ ├── RDIDS │ │ ├── ac.c │ │ ├── acioctl.h │ │ ├── acvar.h │ │ ├── cons_conf.c │ │ ├── ct.c │ │ ├── ctreg.h │ │ ├── dcm.c │ │ ├── dcmreg.h │ │ ├── dma.c │ │ ├── dmareg.h │ │ ├── dmavar.h │ │ ├── fhpib.c │ │ ├── fhpibreg.h │ │ ├── grf_conf.c │ │ ├── grf_dv.c │ │ ├── grf_dvreg.h │ │ ├── grf_gb.c │ │ ├── grf_gbreg.h │ │ ├── grf_hy.c │ │ ├── grf_hyreg.h │ │ ├── grf_machdep.c │ │ ├── grf_rb.c │ │ ├── grf_rbreg.h │ │ ├── grf_tc.c │ │ ├── grf_tcreg.h │ │ ├── hpib.c │ │ ├── hpibvar.h │ │ ├── if_le.c │ │ ├── if_lereg.h │ │ ├── ite_dv.c │ │ ├── ite_gb.c │ │ ├── ite_hy.c │ │ ├── ite_rb.c │ │ ├── ite_tc.c │ │ ├── maskbits.h │ │ ├── nhpib.c │ │ ├── nhpibreg.h │ │ ├── ppi.c │ │ ├── ppiioctl.h │ │ ├── rd.c │ │ ├── rd_compat.c │ │ ├── rdreg.h │ │ ├── rdvar.h │ │ ├── scsi.c │ │ ├── scsireg.h │ │ ├── scsivar.h │ │ ├── sd.c │ │ ├── sd_compat.c │ │ ├── sdvar.h │ │ ├── st.c │ │ └── stvar.h │ ├── hp300 │ │ ├── autoconf.c │ │ ├── clock.c │ │ ├── clockioctl.h │ │ ├── clockreg.h │ │ ├── conf.c │ │ ├── dkbad.c │ │ ├── genassym.c │ │ ├── in_cksum.c │ │ ├── isr.h │ │ ├── kgdb_glue.c │ │ ├── kgdb_proto.h │ │ ├── kgdb_stub.c │ │ ├── led.h │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── mem.c │ │ ├── ns_cksum.c │ │ ├── oc_cksum.s │ │ ├── pmap.c │ │ ├── pmap_bootstrap.c │ │ ├── procfs_machdep.c │ │ ├── pte.h │ │ ├── swapgeneric.c │ │ ├── sys_machdep.c │ │ ├── trap.c │ │ ├── vectors.s │ │ └── vm_machdep.c │ ├── include │ │ ├── ansi.h │ │ ├── cpu.h │ │ ├── endian.h │ │ ├── exec.h │ │ ├── float.h │ │ ├── frame.h │ │ ├── limits.h │ │ ├── mtpr.h │ │ ├── param.h │ │ ├── pcb.h │ │ ├── pmap.h │ │ ├── proc.h │ │ ├── profile.h │ │ ├── psl.h │ │ ├── ptrace.h │ │ ├── reg.h │ │ ├── reloc.h │ │ ├── remote-sl.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── trap.h │ │ ├── types.h │ │ ├── varargs.h │ │ └── vmparam.h │ ├── scripts │ │ └── xbt │ └── stand │ │ ├── Makefile │ │ ├── autoconf.c │ │ ├── boot.c │ │ ├── conf.c │ │ ├── cons.c │ │ ├── copy.c │ │ ├── ct.c │ │ ├── dca.c │ │ ├── dcm.c │ │ ├── fhpib.c │ │ ├── hil.c │ │ ├── hpib.c │ │ ├── hpibvar.h │ │ ├── installboot.c │ │ ├── installboot.sh │ │ ├── ite.c │ │ ├── ite_dv.c │ │ ├── ite_gb.c │ │ ├── ite_hy.c │ │ ├── ite_rb.c │ │ ├── ite_subr.c │ │ ├── ite_tc.c │ │ ├── label.c │ │ ├── libsa │ │ └── Makefile │ │ ├── machdep.c │ │ ├── mkboot.c │ │ ├── nhpib.c │ │ ├── prf.c │ │ ├── rd.c │ │ ├── rominfo.h │ │ ├── saio.h │ │ ├── samachdep.h │ │ ├── scsi.c │ │ ├── scsivar.h │ │ ├── sd.c │ │ ├── srt0.c │ │ ├── sys.c │ │ └── volhdr.h ├── i386 │ ├── Makefile │ ├── conf │ │ ├── ARGO │ │ ├── BLITZ │ │ ├── CIRCE │ │ ├── GENERIC.i386 │ │ ├── Makefile.i386 │ │ ├── devices.i386 │ │ └── files.i386 │ ├── floppy │ │ ├── Makefile │ │ ├── arp │ │ │ └── Makefile │ │ ├── bad144 │ │ │ └── Makefile │ │ ├── bin │ │ │ └── Makefile │ │ ├── cat │ │ │ ├── Makefile │ │ │ ├── cat.c │ │ │ └── errfunction │ │ ├── cp │ │ │ ├── Makefile │ │ │ └── cp.c │ │ ├── dd │ │ │ └── Makefile │ │ ├── disklabel │ │ │ └── Makefile │ │ ├── dump │ │ │ └── Makefile │ │ ├── ed │ │ │ └── Makefile │ │ ├── fsck │ │ │ └── Makefile │ │ ├── ftp │ │ │ └── Makefile │ │ ├── ifconfig │ │ │ └── Makefile │ │ ├── init │ │ │ └── Makefile │ │ ├── ls │ │ │ └── Makefile │ │ ├── mkdir │ │ │ ├── Makefile │ │ │ └── mkdir.c │ │ ├── mknod │ │ │ ├── Makefile │ │ │ └── mknod.c │ │ ├── mount │ │ │ ├── Makefile │ │ │ └── mount.c │ │ ├── mv │ │ │ ├── Makefile │ │ │ └── mv.c │ │ ├── netstat │ │ │ └── Makefile │ │ ├── newfs │ │ │ └── Makefile │ │ ├── ping │ │ │ └── Makefile │ │ ├── restore │ │ │ └── Makefile │ │ ├── rm │ │ │ ├── Makefile │ │ │ └── rm.c │ │ ├── route │ │ │ └── Makefile │ │ ├── rsh │ │ │ └── Makefile │ │ ├── sh │ │ │ └── Makefile │ │ ├── slattach │ │ │ └── Makefile │ │ ├── stty │ │ │ └── Makefile │ │ ├── sync │ │ │ └── Makefile │ │ ├── tar │ │ │ └── Makefile │ │ ├── telnet │ │ │ └── Makefile │ │ └── umount │ │ │ ├── Makefile │ │ │ └── umount.c │ ├── i386 │ │ ├── README │ │ ├── autoconf.c │ │ ├── conf.c │ │ ├── cons.c │ │ ├── cons.h │ │ ├── dkbad.c │ │ ├── genassym.c │ │ ├── in_cksum.c │ │ ├── kgdb_glue.c │ │ ├── kgdb_proto.h │ │ ├── kgdb_stub.c │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── mem.c │ │ ├── pmap.c │ │ ├── swapgeneric.c │ │ ├── sys_machdep.c │ │ ├── trap.c │ │ ├── ufs_machdep.c │ │ └── vm_machdep.c │ ├── include │ │ ├── cpu.h │ │ ├── dbg.h │ │ ├── dkio.h │ │ ├── exec.h │ │ ├── frame.h │ │ ├── mtpr.h │ │ ├── npx.h │ │ ├── param.h │ │ ├── pcb.h │ │ ├── pmap.h │ │ ├── proc.h │ │ ├── profile.h │ │ ├── psl.h │ │ ├── pte.h │ │ ├── ptrace.h │ │ ├── reg.h │ │ ├── segments.h │ │ ├── signal.h │ │ ├── specialreg.h │ │ ├── trap.h │ │ ├── tss.h │ │ ├── types.h │ │ └── vmparam.h │ ├── isa │ │ ├── clock.c │ │ ├── com.c │ │ ├── comreg.h │ │ ├── fd.c │ │ ├── fdreg.h │ │ ├── ic │ │ │ ├── ds8390.h │ │ │ ├── nec765.h │ │ │ ├── ns16450.h │ │ │ └── ns16550.h │ │ ├── icu.h │ │ ├── icu.s │ │ ├── if_apx.c │ │ ├── if_apxreg.h │ │ ├── if_ec.c │ │ ├── if_ecreg.h │ │ ├── if_ne.c │ │ ├── if_nereg.h │ │ ├── if_we.c │ │ ├── if_wereg.h │ │ ├── isa.c │ │ ├── isa.h │ │ ├── isa_device.h │ │ ├── npx.c │ │ ├── pccons.c │ │ ├── rtc.h │ │ ├── wd.c │ │ ├── wdreg.h │ │ ├── wt.c │ │ └── wtreg.h │ └── stand │ │ ├── Makefile │ │ ├── boot.c │ │ ├── bootxx.c │ │ ├── cat.c │ │ ├── cga.c │ │ ├── conf.c │ │ ├── confxx.c │ │ ├── disklabel.c │ │ ├── disktab.c │ │ ├── dlbl.c │ │ ├── fd.c │ │ ├── fdbootblk.c │ │ ├── gets.c │ │ ├── kbd.c │ │ ├── libsa │ │ └── Makefile │ │ ├── libsmsa │ │ └── Makefile │ │ ├── ls.c │ │ ├── mem.c │ │ ├── prf.c │ │ ├── saio.h │ │ ├── srt0.c │ │ ├── sys.c │ │ ├── wd.c │ │ └── wdbootblk.c ├── isofs │ └── cd9660 │ │ ├── TODO.hibler │ │ ├── cd9660_bmap.c │ │ ├── cd9660_lookup.c │ │ ├── cd9660_mount.h │ │ ├── cd9660_node.c │ │ ├── cd9660_node.h │ │ ├── cd9660_rrip.c │ │ ├── cd9660_rrip.h │ │ ├── cd9660_util.c │ │ ├── cd9660_vfsops.c │ │ ├── cd9660_vnops.c │ │ ├── iso.h │ │ └── iso_rrip.h ├── kern │ ├── Make.tags.inc │ ├── Makefile │ ├── PROTO │ │ └── 44Lite │ │ │ ├── kern_acct.c │ │ │ ├── kern_exec.c │ │ │ ├── kern_physio.c │ │ │ ├── subr_rmap.c │ │ │ ├── sys_process.c │ │ │ ├── tty_subr.c │ │ │ └── vfs_bio.c │ ├── init_main.c │ ├── kern_acct.c │ ├── kern_clock.c │ ├── kern_descrip.c │ ├── kern_exec.c │ ├── kern_exit.c │ ├── kern_fork.c │ ├── kern_ktrace.c │ ├── kern_lock.c │ ├── kern_malloc.c │ ├── kern_physio.c │ ├── kern_proc.c │ ├── kern_prot.c │ ├── kern_resource.c │ ├── kern_sig.c │ ├── kern_subr.c │ ├── kern_synch.c │ ├── kern_sysctl.c │ ├── kern_time.c │ ├── kern_xxx.c │ ├── makesyscalls.sh │ ├── subr_autoconf.c │ ├── subr_log.c │ ├── subr_prf.c │ ├── subr_prof.c │ ├── subr_rmap.c │ ├── subr_rmap.c.sav │ ├── subr_xxx.c │ ├── sys_generic.c │ ├── sys_process.c │ ├── sys_socket.c │ ├── syscalls.awk │ ├── syscalls.conf │ ├── syscalls.master │ ├── sysv_shm.c │ ├── tty.c │ ├── tty_bk.c │ ├── tty_compat.c │ ├── tty_conf.c │ ├── tty_pty.c │ ├── tty_subr.c │ ├── tty_tb.c │ ├── tty_tty.c │ ├── uipc_domain.c │ ├── uipc_mbuf.c │ ├── uipc_mu_msg.c │ ├── uipc_pipe.c │ ├── uipc_proto.c │ ├── uipc_socket.c │ ├── uipc_socket2.c │ ├── uipc_syscalls.c │ ├── uipc_usrreq.c │ ├── vfs_bio.c │ ├── vfs_cache.c │ ├── vfs_cluster.c │ ├── vfs_conf.c │ ├── vfs_init.c │ ├── vfs_lookup.c │ ├── vfs_subr.c │ ├── vfs_syscalls.c │ ├── vfs_vnops.c │ ├── vfs_xxx.c │ ├── vnode_if.sh │ └── vnode_if.src ├── libkern │ ├── Makefile │ ├── libkern.h │ ├── locc.c │ ├── random.c │ ├── scanc.c │ ├── skpc.c │ └── sparc │ │ └── Makefile.inc ├── luna68k │ ├── Makefile │ ├── TODO │ ├── conf │ │ ├── GENERIC.luna68k │ │ ├── KABOSU │ │ ├── Makefile.luna68k │ │ ├── OMRON1 │ │ ├── PIT │ │ ├── devices.luna68k │ │ └── files.luna68k │ ├── dev │ │ ├── bmc.c │ │ ├── bmd.c │ │ ├── dbgprf.c │ │ ├── device.h │ │ ├── fb.c │ │ ├── fbio.h │ │ ├── if_le.c │ │ ├── if_lereg.h │ │ ├── kbd.c │ │ ├── kbio.h │ │ ├── nvram.h │ │ ├── pioreg.h │ │ ├── sc.c │ │ ├── screg.h │ │ ├── scsireg.h │ │ ├── scsivar.h │ │ ├── scvar.h │ │ ├── sd.c │ │ ├── sio.c │ │ ├── sioreg.h │ │ ├── siovar.h │ │ └── st.c │ ├── font │ │ └── font.c │ ├── include │ │ ├── cpu.h │ │ ├── memory.h │ │ ├── param.h │ │ ├── pmap.h │ │ ├── rdvar.h │ │ ├── stinger.h │ │ └── vmparam.h │ ├── luna68k │ │ ├── autoconf.c │ │ ├── clock.c │ │ ├── clockreg.h │ │ ├── conf.c │ │ ├── cons.c │ │ ├── cons.h │ │ ├── genassym.c │ │ ├── kgdb_stub.c │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── mem.c │ │ ├── pmap.c │ │ ├── pmap_bootstrap.c │ │ ├── pte.h │ │ ├── swapgeneric.c │ │ ├── sys_machdep.c │ │ ├── trap.c │ │ ├── vectors.s │ │ └── vm_machdep.c │ └── stand │ │ ├── Makefile │ │ ├── autoconf.c │ │ ├── bmc.c │ │ ├── bmd.c │ │ ├── boot.c │ │ ├── conf.c │ │ ├── cons.c │ │ ├── device.h │ │ ├── disklabel.c │ │ ├── fsdump.c │ │ ├── getline.c │ │ ├── getline.c-big │ │ ├── init_main.c │ │ ├── ioconf.c │ │ ├── kbd.c │ │ ├── kbdreg.h │ │ ├── kern_clock.c │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── omron_disklabel.h │ │ ├── parse.c │ │ ├── preset.h │ │ ├── rcvbuf.h │ │ ├── romcons.c │ │ ├── romvec.h │ │ ├── saio.h │ │ ├── sc.c │ │ ├── screen.c │ │ ├── scsi.c │ │ ├── scsivar.h │ │ ├── sd.c │ │ ├── sio.c │ │ ├── sioreg.h │ │ ├── st.c │ │ ├── status.h │ │ ├── subr_prf.c │ │ ├── sys.c │ │ ├── tape.c │ │ ├── trap.c │ │ ├── ufs_disksubr.c │ │ └── vectors.h ├── miscfs │ ├── deadfs │ │ └── dead_vnops.c │ ├── fdesc │ │ ├── fdesc.h │ │ ├── fdesc_vfsops.c │ │ └── fdesc_vnops.c │ ├── fifofs │ │ ├── fifo.h │ │ └── fifo_vnops.c │ ├── kernfs │ │ ├── kernfs.h │ │ ├── kernfs_vfsops.c │ │ └── kernfs_vnops.c │ ├── nullfs │ │ ├── null.h │ │ ├── null_subr.c │ │ ├── null_vfsops.c │ │ └── null_vnops.c │ ├── portal │ │ ├── portal.h │ │ ├── portal_vfsops.c │ │ └── portal_vnops.c │ ├── procfs │ │ ├── README │ │ ├── procfs.h │ │ ├── procfs_ctl.c │ │ ├── procfs_fpregs.c │ │ ├── procfs_mem.c │ │ ├── procfs_note.c │ │ ├── procfs_regs.c │ │ ├── procfs_status.c │ │ ├── procfs_subr.c │ │ ├── procfs_vfsops.c │ │ └── procfs_vnops.c │ ├── specfs │ │ ├── spec_vnops.c │ │ └── specdev.h │ ├── umapfs │ │ ├── umap.h │ │ ├── umap_subr.c │ │ ├── umap_vfsops.c │ │ └── umap_vnops.c │ └── union │ │ ├── README │ │ ├── libc.opendir.c │ │ ├── union.h │ │ ├── union_subr.c │ │ ├── union_vfsops.c │ │ └── union_vnops.c ├── net │ ├── bpf.c │ ├── bpf.h │ ├── bpf_compat.h │ ├── bpf_filter.c │ ├── bpfdesc.h │ ├── if.c │ ├── if.h │ ├── if_arp.h │ ├── if_dl.h │ ├── if_ethersubr.c │ ├── if_llc.h │ ├── if_loop.c │ ├── if_sl.c │ ├── if_slvar.h │ ├── if_types.h │ ├── netisr.h │ ├── radix.c │ ├── radix.h │ ├── raw_cb.c │ ├── raw_cb.h │ ├── raw_usrreq.c │ ├── route.c │ ├── route.h │ ├── rtsock.c │ ├── slcompress.c │ ├── slcompress.h │ └── slip.h ├── netccitt │ ├── README.hdlc │ ├── README.packet │ ├── ccitt_proto.c │ ├── dll.h │ ├── hd_debug.c │ ├── hd_input.c │ ├── hd_output.c │ ├── hd_subr.c │ ├── hd_timer.c │ ├── hd_var.h │ ├── hdlc.h │ ├── if_x25subr.c │ ├── llc_input.c │ ├── llc_output.c │ ├── llc_subr.c │ ├── llc_timer.c │ ├── llc_var.h │ ├── pk.h │ ├── pk_acct.c │ ├── pk_debug.c │ ├── pk_input.c │ ├── pk_llcsubr.c │ ├── pk_output.c │ ├── pk_subr.c │ ├── pk_timer.c │ ├── pk_usrreq.c │ ├── pk_var.h │ ├── x25.h │ ├── x25_var.h │ ├── x25acct.h │ └── x25err.h ├── netinet │ ├── icmp_var.h │ ├── if_ether.c │ ├── if_ether.h │ ├── igmp.c │ ├── igmp.h │ ├── igmp_var.h │ ├── in.c │ ├── in.h │ ├── in_cksum.c │ ├── in_local.c │ ├── in_local.h │ ├── in_pcb.c │ ├── in_pcb.h │ ├── in_proto.c │ ├── in_systm.h │ ├── in_var.h │ ├── ip.h │ ├── ip_icmp.c │ ├── ip_icmp.h │ ├── ip_input.c │ ├── ip_mroute.c │ ├── ip_mroute.h │ ├── ip_output.c │ ├── ip_var.h │ ├── raw_ip.c │ ├── tcp.h │ ├── tcp_debug.c │ ├── tcp_debug.h │ ├── tcp_fsm.h │ ├── tcp_input.c │ ├── tcp_output.c │ ├── tcp_seq.h │ ├── tcp_subr.c │ ├── tcp_timer.c │ ├── tcp_timer.h │ ├── tcp_usrreq.c │ ├── tcp_var.h │ ├── tcpip.h │ ├── udp.h │ ├── udp_usrreq.c │ └── udp_var.h ├── netiso │ ├── argo_debug.h │ ├── clnl.h │ ├── clnp.h │ ├── clnp_arp.c │ ├── clnp_debug.c │ ├── clnp_er.c │ ├── clnp_frag.c │ ├── clnp_input.c │ ├── clnp_options.c │ ├── clnp_output.c │ ├── clnp_raw.c │ ├── clnp_sprintf.c │ ├── clnp_stat.h │ ├── clnp_subr.c │ ├── clnp_timer.c │ ├── cltp_usrreq.c │ ├── cltp_var.h │ ├── cons.h │ ├── cons_pcb.h │ ├── eonvar.h │ ├── esis.c │ ├── esis.h │ ├── idrp_usrreq.c │ ├── if_clnp.h │ ├── if_cons.c │ ├── if_eon.c │ ├── if_lpb.c │ ├── if_un.eg │ ├── iso.c │ ├── iso.h │ ├── iso_addrs.c │ ├── iso_chksum.c │ ├── iso_errno.h │ ├── iso_map.h │ ├── iso_pcb.c │ ├── iso_pcb.h │ ├── iso_proto.c │ ├── iso_sizes.c │ ├── iso_snpac.c │ ├── iso_snpac.h │ ├── iso_usrreq.c │ ├── iso_var.h │ ├── te.c │ ├── tp.trans │ ├── tp_astring.c │ ├── tp_clnp.h │ ├── tp_cons.c │ ├── tp_emit.c │ ├── tp_inet.c │ ├── tp_input.c │ ├── tp_ip.h │ ├── tp_iso.c │ ├── tp_meas.c │ ├── tp_meas.h │ ├── tp_output.c │ ├── tp_param.h │ ├── tp_pcb.c │ ├── tp_pcb.h │ ├── tp_seq.h │ ├── tp_sizes.c │ ├── tp_stat.h │ ├── tp_subr.c │ ├── tp_subr2.c │ ├── tp_timer.c │ ├── tp_timer.h │ ├── tp_tpdu.h │ ├── tp_trace.c │ ├── tp_trace.h │ ├── tp_user.h │ ├── tp_usrreq.c │ ├── trtp.c │ ├── tuba_subr.c │ ├── tuba_table.c │ ├── tuba_table.h │ └── tuba_usrreq.c ├── netns │ ├── idp.h │ ├── idp_usrreq.c │ ├── idp_var.h │ ├── ns.c │ ├── ns.h │ ├── ns_cksum.c │ ├── ns_error.c │ ├── ns_error.h │ ├── ns_if.h │ ├── ns_input.c │ ├── ns_ip.c │ ├── ns_output.c │ ├── ns_pcb.c │ ├── ns_pcb.h │ ├── ns_proto.c │ ├── sp.h │ ├── spidp.h │ ├── spp_debug.c │ ├── spp_debug.h │ ├── spp_timer.h │ ├── spp_usrreq.c │ └── spp_var.h ├── news3400 │ ├── Makefile │ ├── README │ ├── bm │ │ ├── bitmapif.c │ │ ├── bitmapif.h │ │ ├── bmcons.c │ │ ├── fnt.c │ │ ├── fnt24.c │ │ ├── kb_ctrl.c │ │ ├── kb_encode.c │ │ ├── keyconf.c │ │ ├── keytbl.c │ │ ├── vt100.c │ │ ├── vt100.h │ │ ├── vt100esc.c │ │ ├── vt100esc.h │ │ └── vt100if.c │ ├── conf │ │ ├── Makefile.news3400 │ │ ├── NEWS3200 │ │ ├── NEWS3400 │ │ ├── devices.news3400 │ │ └── files.news3400 │ ├── fb │ │ ├── askrom.c │ │ ├── fb_conf.c │ │ ├── fb_mfbs.c │ │ ├── fb_probe.c │ │ ├── fb_start.c │ │ ├── fbbm_253.c │ │ ├── fbbm_lcdm.c │ │ ├── fbdefs.h │ │ └── x.c │ ├── hbdev │ │ ├── dmac_0448.h │ │ ├── hbvar.h │ │ ├── ms.c │ │ ├── screg_1185.h │ │ ├── scsi_1185.c │ │ └── scsic.h │ ├── if │ │ ├── if_en.c │ │ ├── if_en.h │ │ ├── if_enreg.h │ │ ├── if_lance.c │ │ ├── if_lance.h │ │ ├── if_news.c │ │ ├── if_news.h │ │ └── lancereg.h │ ├── include │ │ ├── adrsmap.h │ │ ├── cpu.h │ │ ├── exec.h │ │ ├── machConst.h │ │ ├── mips_opcode.h │ │ ├── param.h │ │ └── proc.h │ ├── iodev │ │ ├── dkio.h │ │ ├── ioptohb.h │ │ ├── psd.c │ │ ├── scsi.c │ │ ├── scsireg.h │ │ ├── scu.h │ │ ├── sd.c │ │ ├── sd_var.c │ │ ├── sddefs.c │ │ └── sdreg.h │ ├── iop │ │ ├── fb.c │ │ ├── fb_sub.c │ │ ├── fbreg.h │ │ ├── framebuf.h │ │ ├── iop.c │ │ ├── kb.c │ │ ├── kbreg.h │ │ ├── keyboard.h │ │ ├── mouse.h │ │ ├── msreg.h │ │ ├── rs.c │ │ └── rsreg.h │ ├── news3400 │ │ ├── autoconf.c │ │ ├── clock.c │ │ ├── clockreg.h │ │ ├── conf.c │ │ ├── cons.c │ │ ├── genassym.c │ │ ├── kbms_if.c │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── machid.h │ │ ├── swapgeneric.c │ │ └── trap.c │ ├── newsos │ │ ├── Makefile │ │ ├── makesyscalls.sh │ │ ├── news_compat.c │ │ └── syscalls.master │ └── sio │ │ ├── scc.c │ │ ├── scc.conf │ │ ├── scc.h │ │ ├── sccparam.h │ │ └── sccreg.h ├── nfs │ ├── nfs.h │ ├── nfs_bio.c │ ├── nfs_node.c │ ├── nfs_nqlease.c │ ├── nfs_serv.c │ ├── nfs_socket.c │ ├── nfs_srvcache.c │ ├── nfs_subs.c │ ├── nfs_syscalls.c │ ├── nfs_vfsops.c │ ├── nfs_vnops.c │ ├── nfsdiskless.h │ ├── nfsm_subs.h │ ├── nfsmount.h │ ├── nfsnode.h │ ├── nfsproto.h │ ├── nfsrtt.h │ ├── nfsrvcache.h │ ├── nqnfs.h │ ├── rpcv2.h │ └── xdr_subs.h ├── pmax │ ├── Makefile │ ├── conf │ │ ├── GENERIC.pmax │ │ ├── MAXP │ │ ├── Makefile.pmax │ │ ├── devices.pmax │ │ └── files.pmax │ ├── dev │ │ ├── asc.c │ │ ├── ascreg.h │ │ ├── cfb.c │ │ ├── cfbreg.h │ │ ├── dc.c │ │ ├── device.h │ │ ├── dtop.c │ │ ├── dtopreg.h │ │ ├── fb.c │ │ ├── fbreg.h │ │ ├── font.c │ │ ├── if_le.c │ │ ├── if_lereg.h │ │ ├── mfb.c │ │ ├── mfbreg.h │ │ ├── pdma.h │ │ ├── pm.c │ │ ├── pmreg.h │ │ ├── rz.c │ │ ├── scc.c │ │ ├── sccreg.h │ │ ├── scsi.c │ │ ├── scsi.h │ │ ├── sii.c │ │ ├── siireg.h │ │ ├── tz.c │ │ ├── xcfb.c │ │ └── xcfbreg.h │ ├── dist │ │ ├── README │ │ ├── README_TOO │ │ ├── buildmini │ │ ├── get │ │ └── maketape │ ├── include │ │ ├── cpu.h │ │ ├── dc7085cons.h │ │ ├── endian.h │ │ ├── exec.h │ │ ├── kdbparam.h │ │ ├── limits.h │ │ ├── machAsmDefs.h │ │ ├── machConst.h │ │ ├── mips_opcode.h │ │ ├── param.h │ │ ├── pcb.h │ │ ├── pmap.h │ │ ├── pmioctl.h │ │ ├── proc.h │ │ ├── profile.h │ │ ├── psl.h │ │ ├── pte.h │ │ ├── ptrace.h │ │ ├── reg.h │ │ ├── regdef.h │ │ ├── reloc.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── trap.h │ │ ├── types.h │ │ ├── varargs.h │ │ └── vmparam.h │ ├── pmax │ │ ├── OLD │ │ │ └── Locore.c │ │ ├── asic.h │ │ ├── autoconf.c │ │ ├── clock.c │ │ ├── clockreg.h │ │ ├── conf.c │ │ ├── cons.c │ │ ├── cons.h │ │ ├── fp.s │ │ ├── genassym.c │ │ ├── kadb.c │ │ ├── kadb.s │ │ ├── kmin.h │ │ ├── kn01.h │ │ ├── kn02.h │ │ ├── kn03.h │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── maxine.h │ │ ├── mem.c │ │ ├── pmap.c │ │ ├── pmaxtype.h │ │ ├── procfs_machdep.c │ │ ├── swapgeneric.c │ │ ├── sys_machdep.c │ │ ├── trap.c │ │ ├── turbochannel.h │ │ └── vm_machdep.c │ ├── stand │ │ ├── Makefile │ │ ├── boot.c │ │ ├── coff.c │ │ ├── conf.c │ │ ├── dec_boot.h │ │ ├── dec_exec.h │ │ ├── dec_label.c │ │ ├── dec_prom.h │ │ ├── libsa │ │ │ ├── Makefile │ │ │ ├── callvec.c │ │ │ ├── devopen.c │ │ │ ├── getenv.c │ │ │ ├── gets.c │ │ │ ├── strcat.c │ │ │ ├── strcmp.c │ │ │ └── strcpy.c │ │ ├── mkboot.c │ │ ├── mkboottape.c │ │ ├── rz.c │ │ └── start.s │ └── ultrix │ │ ├── README │ │ ├── exec.h │ │ ├── ultrix_compat.c │ │ ├── ultrix_syscalls.c │ │ └── ultrix_sysent.c ├── scripts │ ├── bdump │ ├── kdump │ ├── pgrpdump │ ├── stats │ ├── vchain │ ├── vdump │ └── xps ├── sparc │ ├── Makefile │ ├── conf │ │ ├── GENERIC.sparc │ │ ├── Makefile.sparc │ │ ├── SPARC │ │ ├── files.sparc │ │ └── std.sparc │ ├── dev │ │ ├── bsd_audio.c │ │ ├── bsd_audioreg.h │ │ ├── bsd_audiovar.h │ │ ├── cons.c │ │ ├── event.c │ │ ├── event_var.h │ │ ├── fb.c │ │ ├── kbd.c │ │ ├── kbd.h │ │ ├── kbio.h │ │ ├── ms.c │ │ ├── vuid_event.h │ │ ├── zs.c │ │ ├── zsreg.h │ │ └── zsvar.h │ ├── fpu │ │ ├── fpu.c │ │ ├── fpu_add.c │ │ ├── fpu_arith.h │ │ ├── fpu_compare.c │ │ ├── fpu_div.c │ │ ├── fpu_emu.h │ │ ├── fpu_explode.c │ │ ├── fpu_implode.c │ │ ├── fpu_mul.c │ │ ├── fpu_sqrt.c │ │ └── fpu_subr.c │ ├── include │ │ ├── autoconf.h │ │ ├── bsd_audioio.h │ │ ├── bsd_openprom.h │ │ ├── cpu.h │ │ ├── ctlreg.h │ │ ├── exec.h │ │ ├── fbvar.h │ │ ├── float.h │ │ ├── frame.h │ │ ├── fsr.h │ │ ├── ieee.h │ │ ├── instr.h │ │ ├── openpromio.h │ │ ├── param.h │ │ ├── pcb.h │ │ ├── pmap.h │ │ ├── proc.h │ │ ├── profile.h │ │ ├── psl.h │ │ ├── pte.h │ │ ├── ptrace.h │ │ ├── reg.h │ │ ├── reloc.h │ │ ├── remote-sl.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── trap.h │ │ ├── types.h │ │ ├── varargs.h │ │ └── vmparam.h │ ├── rcons │ │ ├── gallant19.h │ │ ├── raster.h │ │ ├── raster_op.c │ │ ├── raster_text.c │ │ ├── rcons_font.c │ │ ├── rcons_kern.c │ │ └── rcons_subr.c │ ├── sbus │ │ ├── bt_subr.c │ │ ├── btreg.h │ │ ├── btvar.h │ │ ├── bwtwo.c │ │ ├── bwtworeg.h │ │ ├── cgsix.c │ │ ├── cgsixreg.h │ │ ├── cgthree.c │ │ ├── cgthreereg.h │ │ ├── dmareg.h │ │ ├── esp.c │ │ ├── espreg.h │ │ ├── if_le.c │ │ ├── if_lereg.h │ │ ├── sbus.c │ │ ├── sbusreg.h │ │ └── sbusvar.h │ ├── sparc │ │ ├── asm.h │ │ ├── autoconf.c │ │ ├── auxreg.c │ │ ├── auxreg.h │ │ ├── bsd_audiointr.s │ │ ├── cache.c │ │ ├── cache.h │ │ ├── clock.c │ │ ├── clockreg.h │ │ ├── conf.c │ │ ├── cpu.c │ │ ├── genassym.c │ │ ├── in_cksum.c │ │ ├── intr.c │ │ ├── intreg.h │ │ ├── kgdb_proto.h │ │ ├── kgdb_stub.c │ │ ├── locore.s │ │ ├── locore2.c │ │ ├── machdep.c │ │ ├── mem.c │ │ ├── memreg.c │ │ ├── memreg.h │ │ ├── openprom.c │ │ ├── pmap.c │ │ ├── swapgeneric.c │ │ ├── sys_machdep.c │ │ ├── sys_process.c │ │ ├── timerreg.h │ │ ├── trap.c │ │ ├── vaddrs.h │ │ └── vm_machdep.c │ └── sunos │ │ ├── Makefile │ │ ├── makesyscalls.sh │ │ ├── sun_disklabel.c │ │ ├── sun_disklabel.h │ │ ├── sun_ioctl.c │ │ ├── sun_misc.c │ │ └── syscalls.master ├── stand.att │ ├── bmap.c │ ├── cat.c │ ├── close.c │ ├── copy.c │ ├── dev.c │ ├── docopy.c │ ├── getfile.c │ ├── gets.c │ ├── ioctl.c │ ├── ls.c │ ├── lseek.c │ ├── open.c │ ├── printf.c │ ├── printn.c │ ├── read.c │ ├── saerrno.h │ ├── saio.h │ ├── saioctl.h │ ├── stat.c │ ├── sys.c │ └── write.c ├── stand │ ├── alloc.c │ ├── bcopy.c │ ├── bzero.c │ ├── cat.c │ ├── close.c │ ├── copy.c │ ├── dev.c │ ├── disklabel.c │ ├── getfile.c │ ├── gets.c │ ├── ioctl.c │ ├── ls.c │ ├── lseek.c │ ├── open.c │ ├── printf.c │ ├── read.c │ ├── saio.h │ ├── saioctl.h │ ├── stand.h │ ├── stat.c │ ├── ufs.c │ ├── ufs.h │ └── write.c ├── sys │ ├── acct.h │ ├── buf.h │ ├── callout.h │ ├── cdefs.h │ ├── clist.h │ ├── conf.h │ ├── device.h │ ├── dir.h │ ├── dirent.h │ ├── disk.h │ ├── disklabel.h │ ├── dkbad.h │ ├── dkstat.h │ ├── dmap.h │ ├── domain.h │ ├── efs.h │ ├── errno.h │ ├── exec.h │ ├── fbio.h │ ├── fcntl.h │ ├── file.h │ ├── filedesc.h │ ├── filio.h │ ├── gmon.h │ ├── ioccom.h │ ├── ioctl.h │ ├── ioctl_compat.h │ ├── ipc.h │ ├── kernel.h │ ├── ktrace.h │ ├── lock.h │ ├── malloc.h │ ├── map.h │ ├── mbuf.h │ ├── mman.h │ ├── mount.h │ ├── msgbuf.h │ ├── mtio.h │ ├── namei.h │ ├── param.h │ ├── proc.h │ ├── protosw.h │ ├── ptrace.h │ ├── queue.h │ ├── reboot.h │ ├── resource.h │ ├── resourcevar.h │ ├── select.h │ ├── shm.h │ ├── signal.h │ ├── signalvar.h │ ├── socket.h │ ├── socketvar.h │ ├── sockio.h │ ├── stat.h │ ├── syscontext.h │ ├── sysctl.h │ ├── syslimits.h │ ├── syslog.h │ ├── systm.h │ ├── tablet.h │ ├── termios.h │ ├── time.h │ ├── timeb.h │ ├── times.h │ ├── tprintf.h │ ├── trace.h │ ├── tsleep.h │ ├── tty.h │ ├── ttychars.h │ ├── ttycom.h │ ├── ttydefaults.h │ ├── ttydev.h │ ├── types.h │ ├── ucred.h │ ├── uio.h │ ├── un.h │ ├── unistd.h │ ├── unpcb.h │ ├── user.h │ ├── utsname.h │ ├── vadvise.h │ ├── vcmd.h │ ├── vlimit.h │ ├── vmmeter.h │ ├── vnode.h │ ├── vnode_if.h │ ├── vsio.h │ └── wait.h ├── tahoe │ ├── Makefile │ ├── align │ │ ├── Aadd2.c │ │ ├── Aadd3.c │ │ ├── Aadda.c │ │ ├── Aaddd.c │ │ ├── Aaddf.c │ │ ├── Aadwc.c │ │ ├── Aand2.c │ │ ├── Aand3.c │ │ ├── Aaobleq.c │ │ ├── Aaoblss.c │ │ ├── Abbc.c │ │ ├── Abbs.c │ │ ├── Abicpsw.c │ │ ├── Abispsw.c │ │ ├── Abit.c │ │ ├── Acall.c │ │ ├── Acasel.c │ │ ├── Aclr.c │ │ ├── Acmp.c │ │ ├── Acmpd.c │ │ ├── Acmpd2.c │ │ ├── Acmpf.c │ │ ├── Acmpf2.c │ │ ├── Acvdl.c │ │ ├── Acvfl.c │ │ ├── Acvld.c │ │ ├── Acvlf.c │ │ ├── Acvt.c │ │ ├── Acvtlb.c │ │ ├── Acvtlw.c │ │ ├── Adec.c │ │ ├── Adivd.c │ │ ├── Adivf.c │ │ ├── Adivl2.c │ │ ├── Adivl3.c │ │ ├── Aediv.c │ │ ├── Aemul.c │ │ ├── Affc.c │ │ ├── Affs.c │ │ ├── Aget_byte.c │ │ ├── Aget_long.c │ │ ├── Aget_word.c │ │ ├── Ainc.c │ │ ├── Ajmp.c │ │ ├── Aldd.c │ │ ├── Aldf.c │ │ ├── Aldfd.c │ │ ├── Alnd.c │ │ ├── Alnf.c │ │ ├── Aloadr.c │ │ ├── Amcom.c │ │ ├── Amneg.c │ │ ├── Amov.c │ │ ├── Amova.c │ │ ├── Amovob.c │ │ ├── Amovpsl.c │ │ ├── Amovzb.c │ │ ├── Amovzwl.c │ │ ├── Amuld.c │ │ ├── Amulf.c │ │ ├── Amull2.c │ │ ├── Amull3.c │ │ ├── Aoperand.c │ │ ├── Aor2.c │ │ ├── Aor3.c │ │ ├── Aprober.c │ │ ├── Aprobew.c │ │ ├── Apush.c │ │ ├── Apusha.c │ │ ├── Apushx.c │ │ ├── Aput_byte.c │ │ ├── Aput_long.c │ │ ├── Aput_word.c │ │ ├── Areadable.c │ │ ├── Aregister.c │ │ ├── Asbwc.c │ │ ├── Ashal.c │ │ ├── Ashar.c │ │ ├── Ashll.c │ │ ├── Ashlq.c │ │ ├── Ashrl.c │ │ ├── Ashrq.c │ │ ├── Astd.c │ │ ├── Astf.c │ │ ├── Astorer.c │ │ ├── Asub2.c │ │ ├── Asub3.c │ │ ├── Asuba.c │ │ ├── Asubd.c │ │ ├── Asubf.c │ │ ├── Atst.c │ │ ├── Awrite_back.c │ │ ├── Awrite_byte.c │ │ ├── Awrite_long.c │ │ ├── Awrite_quad.c │ │ ├── Awrite_word.c │ │ ├── Awriteable.c │ │ ├── Axor2.c │ │ ├── Axor3.c │ │ ├── align.c │ │ ├── align.h │ │ ├── defs.h │ │ ├── exception.c │ │ └── table.c │ ├── conf │ │ ├── GENERIC.alltahoe │ │ ├── GENERIC.hcx9 │ │ ├── GENERIC.tahoe │ │ ├── Makefile.tahoe │ │ ├── devices.tahoe │ │ └── files.tahoe │ ├── dist │ │ ├── README │ │ ├── buildboot │ │ ├── buildmini │ │ ├── get │ │ └── maketape │ ├── if │ │ ├── if_ace.c │ │ ├── if_acereg.h │ │ ├── if_enp.c │ │ ├── if_enpreg.h │ │ ├── if_ex.c │ │ ├── if_exreg.h │ │ ├── if_vba.c │ │ └── if_vba.h │ ├── include │ │ ├── clock.h │ │ ├── cpu.h │ │ ├── frame.h │ │ ├── kdbparam.h │ │ ├── misc.c │ │ ├── mtpr.h │ │ ├── param.h │ │ ├── pcb.h │ │ ├── profile.h │ │ ├── psl.h │ │ ├── pte.h │ │ ├── reg.h │ │ ├── signal.h │ │ ├── spl.c │ │ ├── trap.h │ │ └── vmparam.h │ ├── inline │ │ ├── Makefile │ │ ├── inline.h │ │ ├── langpats.c │ │ ├── libcpats.c │ │ ├── machdep.c │ │ ├── machpats.c │ │ └── main.c │ ├── math │ │ ├── FP.h │ │ ├── Kaddd.s │ │ ├── Kaddf.s │ │ ├── Katanf.s │ │ ├── Kcmpd.s │ │ ├── Kcmpf.s │ │ ├── Kcvtdl.s │ │ ├── Kcvtfl.s │ │ ├── Kcvtld.s │ │ ├── Kcvtlf.s │ │ ├── Kdivd.s │ │ ├── Kdivf.s │ │ ├── Kexpf.s │ │ ├── Kfnorm.s │ │ ├── Kfp.h │ │ ├── Kfp_exp.s │ │ ├── Kfp_mvtoacc.s │ │ ├── Kfrexpd.s │ │ ├── Kfrexpf.s │ │ ├── Kldexpf.s │ │ ├── Klogf.s │ │ ├── Kmodf.s │ │ ├── Kmuld.s │ │ ├── Kmulf.s │ │ ├── Knegd.s │ │ ├── Knegf.s │ │ ├── Ksfnorm.s │ │ ├── Ksfp_exp.s │ │ ├── Ksinfcosf.s │ │ ├── Ksqrtf.s │ │ ├── Ksubd.s │ │ ├── Ksubf.s │ │ ├── fp.h │ │ └── fpe.c │ ├── stand │ │ ├── Makefile │ │ ├── boot.c │ │ ├── cat.c │ │ ├── conf.c │ │ ├── copy.c │ │ ├── cy.c │ │ ├── cyvar.h │ │ ├── devcopy.c │ │ ├── fastcopy.c │ │ ├── hd.c │ │ ├── libsa │ │ │ └── Makefile │ │ ├── ls.c │ │ ├── machdep.c │ │ ├── prf.c │ │ ├── saio.h │ │ ├── srt0.c │ │ ├── sys.c │ │ ├── udc.c │ │ ├── udc.h │ │ ├── udcformat.c │ │ ├── vd.c │ │ ├── vdformat │ │ │ ├── Makefile │ │ │ ├── cmd.c │ │ │ ├── cmd.h │ │ │ ├── config.c │ │ │ ├── cons.c │ │ │ ├── correct.c │ │ │ ├── delete.c │ │ │ ├── disklabel.c │ │ │ ├── exercise.c │ │ │ ├── format.c │ │ │ ├── help.c │ │ │ ├── info.c │ │ │ ├── io.c │ │ │ ├── list.c │ │ │ ├── maps.c │ │ │ ├── proc_cmd.c │ │ │ ├── profile.c │ │ │ ├── relocate.c │ │ │ ├── reset.c │ │ │ ├── smd.c │ │ │ ├── smd_e.c │ │ │ ├── start.c │ │ │ ├── status.c │ │ │ ├── util.c │ │ │ ├── vdfmt.c │ │ │ ├── vdfmt.h │ │ │ ├── vdformat.8 │ │ │ └── verify.c │ │ └── xpformat.c │ ├── tahoe │ │ ├── Locore.c │ │ ├── SYS.h │ │ ├── autoconf.c │ │ ├── clock.c │ │ ├── conf.c │ │ ├── cons.c │ │ ├── cp.h │ │ ├── genassym.c │ │ ├── in_cksum.c │ │ ├── kdb_machdep.c │ │ ├── kdb_opset.c │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── mem.c │ │ ├── mem.h │ │ ├── rpb.h │ │ ├── scb.h │ │ ├── scb.s │ │ ├── swapgeneric.c │ │ ├── symbols.raw │ │ ├── sys_machdep.c │ │ ├── trap.c │ │ ├── udiv.s │ │ ├── urem.s │ │ └── vm_machdep.c │ └── vba │ │ ├── cy.c │ │ ├── cyreg.h │ │ ├── cyvar.h │ │ ├── dr.c │ │ ├── drreg.h │ │ ├── hd.c │ │ ├── hdreg.h │ │ ├── ik.c │ │ ├── ikreg.h │ │ ├── mp.c │ │ ├── mpreg.h │ │ ├── psproto.h │ │ ├── psreg.h │ │ ├── scat_vddc.c │ │ ├── scope.h │ │ ├── vba.c │ │ ├── vbaparam.h │ │ ├── vbavar.h │ │ ├── vd.c │ │ ├── vddc.h │ │ ├── vdreg.h │ │ ├── vx.c │ │ ├── vxc.c │ │ ├── vxdebug.h │ │ ├── vxm.c │ │ └── vxreg.h ├── tests │ ├── netccitt │ │ ├── pk_dump.c │ │ ├── sink2.c │ │ ├── t.c │ │ ├── t1.c │ │ ├── xi_sink.c │ │ └── xi_src.c │ └── netiso │ │ ├── Tesis.c │ │ ├── te.c │ │ ├── tisink.c │ │ ├── tisrc.c │ │ └── tpcb.c ├── ufs │ ├── ffs │ │ ├── dinode.h │ │ ├── dir.h │ │ ├── ffs_alloc.c │ │ ├── ffs_balloc.c │ │ ├── ffs_extern.h │ │ ├── ffs_inode.c │ │ ├── ffs_subr.c │ │ ├── ffs_tables.c │ │ ├── ffs_vfsops.c │ │ ├── ffs_vnops.c │ │ ├── fs.h │ │ ├── inode.h │ │ ├── lockf.h │ │ ├── quota.h │ │ ├── ufs_bmap.c │ │ ├── ufs_disksubr.c │ │ ├── ufs_extern.h │ │ ├── ufs_ihash.c │ │ ├── ufs_inode.c │ │ ├── ufs_lockf.c │ │ ├── ufs_lookup.c │ │ ├── ufs_quota.c │ │ ├── ufs_readwrite.c │ │ ├── ufs_vfsops.c │ │ ├── ufs_vnops.c │ │ └── ufsmount.h │ ├── lfs │ │ ├── README │ │ ├── TODO │ │ ├── lfs.h │ │ ├── lfs_alloc.c │ │ ├── lfs_balloc.c │ │ ├── lfs_bio.c │ │ ├── lfs_cksum.c │ │ ├── lfs_debug.c │ │ ├── lfs_extern.h │ │ ├── lfs_inode.c │ │ ├── lfs_segment.c │ │ ├── lfs_subr.c │ │ ├── lfs_syscalls.c │ │ ├── lfs_vfsops.c │ │ └── lfs_vnops.c │ ├── mfs │ │ ├── mfs_extern.h │ │ ├── mfs_vfsops.c │ │ ├── mfs_vnops.c │ │ ├── mfsiom.h │ │ └── mfsnode.h │ └── ufs │ │ ├── dinode.h │ │ ├── dir.h │ │ ├── inode.h │ │ ├── lockf.h │ │ ├── quota.h │ │ ├── ufs_bmap.c │ │ ├── ufs_disksubr.c │ │ ├── ufs_extern.h │ │ ├── ufs_ihash.c │ │ ├── ufs_inode.c │ │ ├── ufs_lockf.c │ │ ├── ufs_lookup.c │ │ ├── ufs_quota.c │ │ ├── ufs_readwrite.c │ │ ├── ufs_vfsops.c │ │ ├── ufs_vnops.c │ │ └── ufsmount.h ├── vax │ ├── Makefile │ ├── bi │ │ ├── bi.c │ │ ├── bireg.h │ │ ├── bivar.h │ │ ├── kdb.c │ │ ├── kdbreg.h │ │ └── nireg.h │ ├── cassette │ │ └── Makefile │ ├── conf │ │ ├── GENERIC.allvax │ │ ├── GENERIC.vax │ │ ├── GENERIC.vaxminiroot │ │ ├── Makefile.vax │ │ ├── devices.vax │ │ └── files.vax │ ├── consolerl │ │ └── Makefile │ ├── datakit │ │ ├── dk.c │ │ ├── dk.h │ │ ├── dkcmc.h │ │ ├── dkctl.c │ │ ├── dkdev.h │ │ ├── dkdr.h │ │ ├── dkerr.h │ │ ├── dkit.h │ │ ├── dkit_dr.c │ │ ├── dkit_kmc.c │ │ ├── dkkmc.h │ │ ├── dksub.c │ │ ├── dktty.c │ │ ├── kmc.c │ │ └── kmcreg.h │ ├── dist │ │ ├── buildmini │ │ ├── get │ │ └── maketape │ ├── floppy │ │ └── Makefile │ ├── if │ │ ├── ACC │ │ │ └── driver │ │ │ │ ├── if_dda.c │ │ │ │ └── if_x29.c │ │ ├── if_acc.c │ │ ├── if_accreg.h │ │ ├── if_acp.c │ │ ├── if_acpreg.h │ │ ├── if_acpvar.h │ │ ├── if_css.c │ │ ├── if_cssreg.h │ │ ├── if_ddn.c │ │ ├── if_ddnreg.h │ │ ├── if_ddnvar.h │ │ ├── if_de.c │ │ ├── if_dereg.h │ │ ├── if_dmc.c │ │ ├── if_dmc.h │ │ ├── if_dmv.c │ │ ├── if_dmv.h │ │ ├── if_dp.c │ │ ├── if_dpreg.h │ │ ├── if_ec.c │ │ ├── if_ecreg.h │ │ ├── if_en.c │ │ ├── if_en.h │ │ ├── if_enreg.h │ │ ├── if_ex.c │ │ ├── if_exreg.h │ │ ├── if_hdh.c │ │ ├── if_hdhreg.h │ │ ├── if_hy.c │ │ ├── if_hy.h │ │ ├── if_hyreg.h │ │ ├── if_il.c │ │ ├── if_il.h │ │ ├── if_ilreg.h │ │ ├── if_ix.c │ │ ├── if_ix.h │ │ ├── if_pcl.c │ │ ├── if_pclreg.h │ │ ├── if_qe.c │ │ ├── if_qereg.h │ │ ├── if_uba.c │ │ ├── if_uba.h │ │ ├── if_vv.c │ │ ├── if_vv.h │ │ └── raw_hy.c │ ├── include │ │ ├── clock.h │ │ ├── cpu.h │ │ ├── exec.h │ │ ├── float.h │ │ ├── frame.h │ │ ├── kdbparam.h │ │ ├── mtpr.h │ │ ├── param.h │ │ ├── pcb.h │ │ ├── profile.h │ │ ├── psl.h │ │ ├── pte.h │ │ ├── reg.h │ │ ├── signal.h │ │ ├── trap.h │ │ ├── types.h │ │ └── vmparam.h │ ├── inline │ │ ├── Makefile │ │ ├── inline.h │ │ ├── langpats.c │ │ ├── libcpats.c │ │ ├── machdep.c │ │ ├── machpats.c │ │ └── main.c │ ├── mba │ │ ├── hp.c │ │ ├── hpreg.h │ │ ├── ht.c │ │ ├── htreg.h │ │ ├── mba.c │ │ ├── mbareg.h │ │ ├── mbavar.h │ │ ├── mt.c │ │ └── mtreg.h │ ├── mdec │ │ ├── Makefile │ │ ├── hkboot.c │ │ ├── hpboot.c │ │ ├── htboot.c │ │ ├── httoggle.s │ │ ├── installboot.c │ │ ├── mtboot.c │ │ ├── mttoggle.s │ │ ├── raboot.c │ │ ├── rdboot.c │ │ ├── rlboot.c │ │ ├── tmboot.c │ │ ├── tmscpboot.c │ │ ├── tmtoggle.s │ │ ├── tsboot.c │ │ ├── tstoggle.s │ │ ├── tuboot.c │ │ ├── upboot.c │ │ ├── utboot.c │ │ └── uttoggle.s │ ├── stand │ │ ├── Makefile │ │ ├── autoconf.c │ │ ├── boot.c │ │ ├── bootxx.c │ │ ├── conf.c │ │ ├── confhpup.c │ │ ├── confxx.c │ │ ├── drtest.c │ │ ├── format.c │ │ ├── hp.c │ │ ├── hpmaptype.c │ │ ├── ht.c │ │ ├── idc.c │ │ ├── imptst.c │ │ ├── kdb.c │ │ ├── libsa │ │ │ └── Makefile │ │ ├── libsmsa │ │ │ └── Makefile │ │ ├── machdep.c │ │ ├── mba.c │ │ ├── mt.c │ │ ├── prf.c │ │ ├── qdcons.c │ │ ├── qfont.c │ │ ├── qvcons.c │ │ ├── rk.c │ │ ├── rl.c │ │ ├── savax.h │ │ ├── srt0.c │ │ ├── tm.c │ │ ├── tmscp.c │ │ ├── ts.c │ │ ├── uba.c │ │ ├── uda.c │ │ ├── up.c │ │ ├── upmaptype.c │ │ └── ut.c │ ├── uba │ │ ├── ad.c │ │ ├── adreg.h │ │ ├── ct.c │ │ ├── dh.c │ │ ├── dhreg.h │ │ ├── dhu.c │ │ ├── dhureg.h │ │ ├── dmf.c │ │ ├── dmfreg.h │ │ ├── dmreg.h │ │ ├── dmx.c │ │ ├── dmx.h │ │ ├── dmxreg.h │ │ ├── dmz.c │ │ ├── dmzreg.h │ │ ├── dn.c │ │ ├── dz.c │ │ ├── dzreg.h │ │ ├── idc.c │ │ ├── idcreg.h │ │ ├── ik.c │ │ ├── ikreg.h │ │ ├── kgclock.c │ │ ├── lp.c │ │ ├── lpa.c │ │ ├── np.c │ │ ├── npreg.h │ │ ├── pdma.h │ │ ├── ps.c │ │ ├── psreg.h │ │ ├── qd.c │ │ ├── qd_data.c │ │ ├── qdioctl.h │ │ ├── qdreg.h │ │ ├── qduser.h │ │ ├── qevent.h │ │ ├── qfont.c │ │ ├── qv.c │ │ ├── qvioctl.h │ │ ├── qvreg.h │ │ ├── rk.c │ │ ├── rkreg.h │ │ ├── rl.c │ │ ├── rlreg.h │ │ ├── rx.c │ │ ├── rxreg.h │ │ ├── tm.c │ │ ├── tmreg.h │ │ ├── tmscp.c │ │ ├── tmscpreg.h │ │ ├── ts.c │ │ ├── tsreg.h │ │ ├── uba.c │ │ ├── ubareg.h │ │ ├── ubavar.h │ │ ├── uda.c │ │ ├── udareg.h │ │ ├── up.c │ │ ├── upreg.h │ │ ├── ut.c │ │ ├── utreg.h │ │ ├── uu.c │ │ ├── uureg.h │ │ ├── va.c │ │ ├── vp.c │ │ ├── vpreg.h │ │ ├── vs.c │ │ └── vsreg.h │ └── vax │ │ ├── Locore.c │ │ ├── autoconf.c │ │ ├── clock.c │ │ ├── conf.c │ │ ├── cons.c │ │ ├── cons.h │ │ ├── cpudata.c │ │ ├── crl.c │ │ ├── crl.h │ │ ├── crt0.ex │ │ ├── dkbad.c │ │ ├── dkio.h │ │ ├── emulate.s │ │ ├── flp.c │ │ ├── flp.h │ │ ├── genassym.c │ │ ├── in_cksum.c │ │ ├── ioa.h │ │ ├── ka630.c │ │ ├── ka630.h │ │ ├── ka650.c │ │ ├── ka650.h │ │ ├── ka730.c │ │ ├── ka750.c │ │ ├── ka780.c │ │ ├── ka820.c │ │ ├── ka820.h │ │ ├── ka860.c │ │ ├── kdb_instrs │ │ ├── kdb_machdep.c │ │ ├── kdb_opset.c │ │ ├── locore.s │ │ ├── machdep.c │ │ ├── mem.c │ │ ├── mem.h │ │ ├── mscp.c │ │ ├── mscp.h │ │ ├── mscpvar.h │ │ ├── nexus.h │ │ ├── ns_cksum.c │ │ ├── pcb.m │ │ ├── rpb.h │ │ ├── rpb.s │ │ ├── rsp.h │ │ ├── rx50.c │ │ ├── rx50reg.h │ │ ├── scb.h │ │ ├── scb.s │ │ ├── swapgeneric.c │ │ ├── symbols.raw │ │ ├── sys_machdep.c │ │ ├── tmscp.h │ │ ├── trap.c │ │ ├── tu.c │ │ ├── udiv.s │ │ ├── urem.s │ │ └── vm_machdep.c └── vm │ ├── TODO │ ├── device_pager.c │ ├── device_pager.h │ ├── pmap.h │ ├── swap_pager.c │ ├── swap_pager.h │ ├── vm.h │ ├── vm_extern.h │ ├── vm_fault.c │ ├── vm_glue.c │ ├── vm_inherit.h │ ├── vm_init.c │ ├── vm_kern.c │ ├── vm_kern.h │ ├── vm_map.c │ ├── vm_map.h │ ├── vm_meter.c │ ├── vm_mmap.c │ ├── vm_object.c │ ├── vm_object.h │ ├── vm_page.c │ ├── vm_page.h │ ├── vm_pageout.c │ ├── vm_pageout.h │ ├── vm_pager.c │ ├── vm_pager.h │ ├── vm_param.h │ ├── vm_prot.h │ ├── vm_swap.c │ ├── vm_unix.c │ ├── vm_user.c │ ├── vm_user.h │ ├── vnode_pager.c │ └── vnode_pager.h ├── usr.bin ├── Makefile ├── Makefile.inc ├── apply │ ├── Makefile │ ├── apply.1 │ └── apply.c ├── apropos │ ├── Makefile │ ├── apropos.1 │ └── apropos.c ├── ar │ ├── Makefile │ ├── append.c │ ├── ar.1 │ ├── ar.5.5 │ ├── ar.c │ ├── archive.c │ ├── archive.h │ ├── contents.c │ ├── delete.c │ ├── extern.h │ ├── extract.c │ ├── header.c │ ├── misc.c │ ├── move.c │ ├── pathnames.h │ ├── print.c │ ├── replace.c │ └── tar.5 ├── at │ ├── Makefile │ ├── at │ │ ├── Makefile │ │ ├── at.1 │ │ ├── at.c │ │ └── pathnames.h │ ├── atq │ │ ├── Makefile │ │ ├── atq.1 │ │ ├── atq.c │ │ └── pathnames.h │ ├── atrm │ │ ├── Makefile │ │ ├── atrm.1 │ │ ├── atrm.c │ │ └── pathnames.h │ └── atrun │ │ ├── Makefile │ │ ├── atrun.c │ │ └── pathnames.h ├── banner │ ├── Makefile │ ├── banner.6 │ └── banner.c ├── basename │ ├── Makefile │ ├── basename.1 │ └── basename.c ├── bc │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ └── bc │ ├── bc.1 │ ├── bc.library │ ├── bc.y │ └── pathnames.h ├── bdes │ ├── Makefile │ ├── bdes.1 │ └── bdes.c ├── biff │ ├── Makefile │ ├── biff.1 │ └── biff.c ├── cal │ ├── Makefile │ ├── README │ ├── cal.1 │ └── cal.c ├── calendar │ ├── Makefile │ ├── calendar.1 │ ├── calendar.c │ ├── calendar.sh │ ├── calendars │ │ ├── calendar.birthday │ │ ├── calendar.christian │ │ ├── calendar.computer │ │ ├── calendar.history │ │ ├── calendar.holiday │ │ ├── calendar.judaic │ │ ├── calendar.music │ │ └── calendar.usholiday │ └── pathnames.h ├── cap_mkdb │ ├── Makefile │ ├── cap_mkdb.1 │ └── cap_mkdb.c ├── checknr │ ├── Makefile │ ├── checknr.1 │ └── checknr.c ├── chflags │ ├── Makefile │ ├── chflags.1 │ └── chflags.c ├── chpass │ ├── Makefile │ ├── chpass.1 │ ├── chpass.c │ ├── chpass.h │ ├── edit.c │ ├── field.c │ ├── pathnames.h │ ├── pw_copy.c │ ├── pw_copy.h │ ├── table.c │ └── util.c ├── cksum │ ├── Makefile │ ├── cksum.1 │ ├── cksum.c │ ├── crc.c │ ├── extern.h │ ├── print.c │ ├── sum1.c │ └── sum2.c ├── cmp │ ├── Makefile │ ├── cmp.1 │ ├── cmp.c │ ├── extern.h │ ├── misc.c │ ├── regular.c │ └── special.c ├── col │ ├── Makefile │ ├── README │ ├── col.1 │ └── col.c ├── colcrt │ ├── Makefile │ ├── colcrt.1 │ └── colcrt.c ├── colrm │ ├── Makefile │ ├── colrm.1 │ └── colrm.c ├── column │ ├── Makefile │ ├── column.1 │ └── column.c ├── comm │ ├── Makefile │ ├── comm.1 │ └── comm.c ├── compress │ ├── Makefile │ ├── compress.1 │ ├── compress.c │ ├── doc │ │ ├── NOTES │ │ ├── README │ │ └── revision.log │ ├── usermem.sh │ ├── zcat.sh │ ├── zopen.3 │ └── zopen.c ├── cpp │ ├── Makefile │ └── cpp.sh ├── ctags │ ├── C.c │ ├── Makefile │ ├── ctags.1 │ ├── ctags.c │ ├── ctags.h │ ├── fortran.c │ ├── lisp.c │ ├── print.c │ ├── tree.c │ └── yacc.c ├── cut │ ├── Makefile │ ├── cut.1 │ └── cut.c ├── dc │ ├── Makefile │ ├── USD.doc │ │ ├── Makefile │ │ └── dc │ ├── dc.1 │ ├── dc.c │ └── dc.h ├── deroff │ ├── Makefile │ ├── deroff.1 │ └── deroff.c ├── diction │ ├── Makefile │ ├── NOTUSED │ │ └── suggest.sh │ ├── README │ ├── USD.doc │ │ ├── Makefile │ │ ├── ap1 │ │ ├── ap2 │ │ ├── rm0 │ │ ├── rm1 │ │ └── rm2 │ ├── diction │ │ ├── Makefile │ │ ├── dict.d │ │ ├── diction.1 │ │ ├── diction.sh │ │ ├── dprog.c │ │ └── pathnames.h │ ├── explain │ │ ├── Makefile │ │ ├── explain.d │ │ └── explain.sh │ ├── getopt.c │ ├── style │ │ ├── Makefile │ │ ├── style.1 │ │ └── style.sh │ ├── style1 │ │ ├── Makefile │ │ ├── abbrev.c │ │ ├── dict.c │ │ ├── names.h │ │ ├── nhash.c │ │ ├── style1.l │ │ └── ydict.c │ ├── style2 │ │ ├── Makefile │ │ ├── edict.c │ │ ├── ehash.c │ │ └── style2.l │ └── style3 │ │ ├── Makefile │ │ ├── conp.h │ │ ├── outp.c │ │ ├── part.l │ │ ├── pscan.c │ │ └── style.h ├── diff │ ├── Makefile │ ├── diff │ │ ├── Makefile │ │ ├── diff.1 │ │ ├── diff.c │ │ ├── diff.h │ │ ├── diffdir.c │ │ ├── diffreg.c │ │ └── pathnames.h │ ├── diff3 │ │ ├── Makefile │ │ ├── diff3.1 │ │ ├── diff3.c │ │ └── diff3.sh │ └── diffh │ │ ├── Makefile │ │ └── diffh.c ├── dirname │ ├── Makefile │ └── dirname.c ├── du │ ├── Makefile │ ├── du.1 │ └── du.c ├── env │ ├── Makefile │ └── env.c ├── error │ ├── Makefile │ ├── error.1 │ ├── error.h │ ├── filter.c │ ├── input.c │ ├── main.c │ ├── pathnames.h │ ├── pi.c │ ├── subr.c │ └── touch.c ├── ex │ ├── Makefile │ ├── OTHER │ │ ├── asfix.c70 │ │ ├── makefile.370 │ │ ├── makefile.70 │ │ ├── makefile.c70 │ │ ├── makefile.u3 │ │ └── ovdoprnt.s │ ├── READ_ME │ ├── USD.doc │ │ ├── edit │ │ │ ├── Makefile │ │ │ ├── edit.vindex │ │ │ └── edittut.ms │ │ ├── exref │ │ │ ├── Makefile │ │ │ ├── ex.rm │ │ │ └── ex.summary │ │ └── vitut │ │ │ ├── Makefile │ │ │ ├── vi.apwh.ms │ │ │ ├── vi.chars │ │ │ ├── vi.in │ │ │ └── vi.summary │ ├── bcopy.c │ ├── ex.1 │ ├── ex.c │ ├── ex.h │ ├── ex3.7preserve │ │ ├── Makefile │ │ └── ex3.7preserve.c │ ├── ex3.7recover │ │ ├── Makefile │ │ └── ex3.7recover.c │ ├── ex_addr.c │ ├── ex_argv.h │ ├── ex_cmds.c │ ├── ex_cmds2.c │ ├── ex_cmdsub.c │ ├── ex_data.c │ ├── ex_extern.c │ ├── ex_get.c │ ├── ex_io.c │ ├── ex_put.c │ ├── ex_re.c │ ├── ex_re.h │ ├── ex_set.c │ ├── ex_subr.c │ ├── ex_tagio.c │ ├── ex_temp.c │ ├── ex_temp.h │ ├── ex_tty.c │ ├── ex_tty.h │ ├── ex_tune.h │ ├── ex_unix.c │ ├── ex_v.c │ ├── ex_vadj.c │ ├── ex_vars.h │ ├── ex_vget.c │ ├── ex_vis.h │ ├── ex_vmain.c │ ├── ex_voper.c │ ├── ex_vops.c │ ├── ex_vops2.c │ ├── ex_vops3.c │ ├── ex_vput.c │ ├── ex_vwind.c │ ├── makeoptions │ ├── ovprintf.c │ ├── pathnames.h │ ├── printf.c │ ├── rofix │ ├── uparm.h │ └── vi.1 ├── expand │ ├── Makefile │ ├── expand.1 │ └── expand.c ├── f77 │ ├── Makefile │ ├── PSD.doc │ │ ├── f77 │ │ │ ├── Makefile │ │ │ └── f77.ms │ │ └── f77io │ │ │ ├── Makefile │ │ │ └── f77IO.ms │ ├── f77.tahoe │ │ ├── Makefile │ │ ├── f77.c │ │ └── pathnames.h │ ├── f77.vax │ │ ├── Makefile │ │ ├── f77.1 │ │ ├── f77.c │ │ └── pathnames.h │ ├── include.tahoe │ │ ├── defines.h │ │ ├── machdefs.h │ │ └── version.h │ ├── include.vax │ │ ├── defines.h │ │ ├── machdefs.h │ │ └── version.h │ ├── libF77 │ │ ├── CCI │ │ │ ├── h_indx_s.s │ │ │ ├── hl_ge_s.s │ │ │ ├── hl_gt_s.s │ │ │ ├── hl_le_s.s │ │ │ ├── hl_lt_s.s │ │ │ ├── i_indx_s.s │ │ │ ├── iargc_.c │ │ │ ├── l_ge_s.s │ │ │ ├── l_gt_s.s │ │ │ ├── l_le_s.s │ │ │ ├── l_lt_s.s │ │ │ ├── mclock_.c │ │ │ ├── no_lg.c │ │ │ ├── outstr_.c │ │ │ ├── range_s.s │ │ │ ├── range_s_p.s │ │ │ ├── rindex_s.s │ │ │ ├── s_cat_s.s │ │ │ ├── s_cmp_s.s │ │ │ ├── s_copy_s.s │ │ │ ├── system_.c │ │ │ ├── system_s.s │ │ │ └── tanh.c │ │ ├── Makefile │ │ ├── NEWS │ │ ├── READ_ME │ │ ├── Revision │ │ ├── Test_float │ │ ├── Usef.c │ │ ├── abort_.c │ │ ├── besj0_.c │ │ ├── besj1_.c │ │ ├── besjn_.c │ │ ├── besy0_.c │ │ ├── besy1_.c │ │ ├── besyn_.c │ │ ├── bit.c │ │ ├── c_abs.c │ │ ├── c_cos.c │ │ ├── c_div.c │ │ ├── c_exp.c │ │ ├── c_log.c │ │ ├── c_sin.c │ │ ├── c_sqrt.c │ │ ├── cabs.c │ │ ├── complex │ │ ├── d_abs.c │ │ ├── d_acos.c │ │ ├── d_asin.c │ │ ├── d_atan.c │ │ ├── d_atn2.c │ │ ├── d_cnjg.c │ │ ├── d_cos.c │ │ ├── d_cosh.c │ │ ├── d_dim.c │ │ ├── d_dprod.c │ │ ├── d_exp.c │ │ ├── d_imag.c │ │ ├── d_int.c │ │ ├── d_lg10.c │ │ ├── d_log.c │ │ ├── d_mod.c │ │ ├── d_nint.c │ │ ├── d_prod.c │ │ ├── d_sign.c │ │ ├── d_sin.c │ │ ├── d_sinh.c │ │ ├── d_sqrt.c │ │ ├── d_tan.c │ │ ├── d_tanh.c │ │ ├── dbesj0_.c │ │ ├── dbesj1_.c │ │ ├── dbesjn_.c │ │ ├── dbesy0_.c │ │ ├── dbesy1_.c │ │ ├── dbesyn_.c │ │ ├── derf_.c │ │ ├── derfc_.c │ │ ├── ef1asc_.c │ │ ├── ef1cmc_.c │ │ ├── erf_.c │ │ ├── erfc_.c │ │ ├── exit_.c │ │ ├── h_abs.c │ │ ├── h_dim.c │ │ ├── h_dnnt.c │ │ ├── h_indx.c │ │ ├── h_len.c │ │ ├── h_mod.c │ │ ├── h_nint.c │ │ ├── h_sign.c │ │ ├── hl_ge.c │ │ ├── hl_gt.c │ │ ├── hl_le.c │ │ ├── hl_lt.c │ │ ├── i_abs.c │ │ ├── i_dim.c │ │ ├── i_dnnt.c │ │ ├── i_indx.c │ │ ├── i_len.c │ │ ├── i_mod.c │ │ ├── i_nint.c │ │ ├── i_sign.c │ │ ├── l_ge.c │ │ ├── l_gt.c │ │ ├── l_le.c │ │ ├── l_lt.c │ │ ├── lnblnk_.c │ │ ├── long_.c │ │ ├── main.c │ │ ├── makefile │ │ ├── mkindx.c │ │ ├── mkvers.c │ │ ├── opcodes.h │ │ ├── operand.h │ │ ├── pow_ci.c │ │ ├── pow_dd.c │ │ ├── pow_di.c │ │ ├── pow_hh.c │ │ ├── pow_ii.c │ │ ├── pow_ri.c │ │ ├── pow_zi.c │ │ ├── pow_zz.c │ │ ├── r_abs.c │ │ ├── r_acos.c │ │ ├── r_asin.c │ │ ├── r_atan.c │ │ ├── r_atn2.c │ │ ├── r_cnjg.c │ │ ├── r_cos.c │ │ ├── r_cosh.c │ │ ├── r_dim.c │ │ ├── r_exp.c │ │ ├── r_imag.c │ │ ├── r_int.c │ │ ├── r_lg10.c │ │ ├── r_log.c │ │ ├── r_mod.c │ │ ├── r_nint.c │ │ ├── r_sign.c │ │ ├── r_sin.c │ │ ├── r_sinh.c │ │ ├── r_sqrt.c │ │ ├── r_tan.c │ │ ├── r_tanh.c │ │ ├── rand_.c │ │ ├── rand_.c.other │ │ ├── rand_.s.vax │ │ ├── random_.c │ │ ├── range.c │ │ ├── rindex_.c │ │ ├── s_cat.c │ │ ├── s_cmp.c │ │ ├── s_copy.c │ │ ├── s_paus.c │ │ ├── s_rnge.c │ │ ├── s_stop.c │ │ ├── short_.c │ │ ├── sigframe.h │ │ ├── signal_.c │ │ ├── subout.c │ │ ├── test │ │ │ └── fpetst.f │ │ ├── traper_.c │ │ ├── trapov_.c │ │ ├── trpfpe_.c │ │ ├── z_abs.c │ │ ├── z_cos.c │ │ ├── z_div.c │ │ ├── z_exp.c │ │ ├── z_log.c │ │ ├── z_sin.c │ │ ├── z_sqrt.c │ │ └── zabs.c │ ├── libI77 │ │ ├── Makefile │ │ ├── NEWS │ │ ├── READ_ME │ │ ├── backspace.c │ │ ├── c_dfe.c │ │ ├── c_iio.c │ │ ├── c_sfe.c │ │ ├── close.c │ │ ├── dfe.c │ │ ├── dofio.c │ │ ├── dolio.c │ │ ├── douio.c │ │ ├── due.c │ │ ├── endfile.c │ │ ├── err.c │ │ ├── f77_abort.c │ │ ├── f_errlist.c │ │ ├── f_errno.h │ │ ├── fio.h │ │ ├── fiodefs.h │ │ ├── fmt.c │ │ ├── fmtlib.c │ │ ├── format.h │ │ ├── iio.c │ │ ├── inquire.c │ │ ├── libI66.c │ │ ├── lio.h │ │ ├── lread.c │ │ ├── lwrite.c │ │ ├── makefile │ │ ├── mkindx.c │ │ ├── mkvers.c │ │ ├── nmlio.h │ │ ├── open.c │ │ ├── rdfe.c │ │ ├── rdfmt.c │ │ ├── rewind.c │ │ ├── rfi.c │ │ ├── rsfe.c │ │ ├── rsli.c │ │ ├── rsnmle.c │ │ ├── sfe.c │ │ ├── sue.c │ │ ├── test │ │ │ ├── f2.f │ │ │ ├── fmtst.f │ │ │ ├── ioitst.f │ │ │ ├── nmlist.data │ │ │ ├── nmlist.f │ │ │ ├── nmlist.log │ │ │ ├── pe.f │ │ │ ├── trunctst.f │ │ │ └── try_env.f │ │ ├── util.c │ │ ├── wdfe.c │ │ ├── wfi.c │ │ ├── wrtfmt.c │ │ ├── wsfe.c │ │ ├── wsli.c │ │ └── wsnmle.c │ ├── libU77 │ │ ├── Makefile │ │ ├── NEWS │ │ ├── READ_ME │ │ ├── access_.c │ │ ├── alarm_.c │ │ ├── chdir_.c │ │ ├── chmod_.c │ │ ├── ctime_.c │ │ ├── dtime_.c │ │ ├── etime_.c │ │ ├── f77lid_.c │ │ ├── fdate_.c │ │ ├── fgetc_.c │ │ ├── fork_.c │ │ ├── fputc_.c │ │ ├── fseek_.c │ │ ├── fstat_.c │ │ ├── ftell_.c │ │ ├── gerror_.c │ │ ├── getarg_.c │ │ ├── getc_.c │ │ ├── getcwd_.c │ │ ├── getenv_.c │ │ ├── getgid_.c │ │ ├── getlog_.c │ │ ├── getpid_.c │ │ ├── getuid_.c │ │ ├── gmtime_.c │ │ ├── hostnm_.c │ │ ├── iargc_.c │ │ ├── idate_.c │ │ ├── ierrno_.c │ │ ├── ioinit.f │ │ ├── isatty_.c │ │ ├── itime_.c │ │ ├── kill_.c │ │ ├── link_.c │ │ ├── loc_.c │ │ ├── lstat_.c │ │ ├── ltime_.c │ │ ├── makefile │ │ ├── malloc_.c │ │ ├── mkindx.c │ │ ├── mkvers.c │ │ ├── perror_.c │ │ ├── putc_.c │ │ ├── qsort_.c │ │ ├── rename_.c │ │ ├── signal_.c │ │ ├── sleep_.c │ │ ├── stat_.c │ │ ├── symlnk_.c │ │ ├── system_.c │ │ ├── tapeio.c │ │ ├── test │ │ │ ├── Makefile │ │ │ ├── actst.f │ │ │ ├── argtst.f │ │ │ ├── bitst.f │ │ │ ├── chdtst.f │ │ │ ├── datst.f │ │ │ ├── ertst.f │ │ │ ├── fktst.f │ │ │ ├── flid.f │ │ │ ├── gpctst.f │ │ │ ├── gwdtst.f │ │ │ ├── idtst.f │ │ │ ├── loctst.f │ │ │ ├── rngtst.f │ │ │ ├── rnmtst.f │ │ │ ├── seektst.f │ │ │ ├── serrno_.c │ │ │ ├── sigfpe.f │ │ │ ├── sigfpe.s │ │ │ ├── sigtrtst.f │ │ │ ├── sigtst.f │ │ │ ├── sortst.f │ │ │ ├── statst.f │ │ │ ├── syml.f │ │ │ ├── systst.f │ │ │ ├── taptst.f │ │ │ ├── timtst.f │ │ │ └── ttnam.f │ │ ├── time_.c │ │ ├── ttynam_.c │ │ ├── unlink_.c │ │ └── wait_.c │ ├── pass1.tahoe │ │ ├── Makefile │ │ ├── bb.c │ │ ├── conv.c │ │ ├── conv.h │ │ ├── data.c │ │ ├── defs.h │ │ ├── equiv.c │ │ ├── exec.c │ │ ├── expr.c │ │ ├── fmt.c │ │ ├── gram.dcl │ │ ├── gram.exec │ │ ├── gram.expr │ │ ├── init.c │ │ ├── intr.c │ │ ├── io.c │ │ ├── lex.c │ │ ├── main.c │ │ ├── misc.c │ │ ├── optcse.c │ │ ├── optim.c │ │ ├── optloop.c │ │ ├── paramset.c │ │ ├── proc.c │ │ ├── put.c │ │ ├── putpcc.c │ │ ├── regalloc.c │ │ ├── stab.c │ │ ├── tahoe.c │ │ └── tahoex.c │ ├── pass1.vax │ │ ├── DEBUGS │ │ ├── Makefile │ │ ├── bb.c │ │ ├── conv.c │ │ ├── conv.h │ │ ├── data.c │ │ ├── data.h │ │ ├── defs.h │ │ ├── equiv.c │ │ ├── error.c │ │ ├── exec.c │ │ ├── expr.c │ │ ├── fio.h │ │ ├── fmt.c │ │ ├── format.h │ │ ├── ftypes.h │ │ ├── gram.dcl │ │ ├── gram.exec │ │ ├── gram.expr │ │ ├── gram.head │ │ ├── gram.io │ │ ├── init.c │ │ ├── intr.c │ │ ├── io.c │ │ ├── io.h │ │ ├── lex.c │ │ ├── main.c │ │ ├── misc.c │ │ ├── optcse.c │ │ ├── optim.c │ │ ├── optim.h │ │ ├── optloop.c │ │ ├── paramset.c │ │ ├── pathnames.h │ │ ├── pccdefs.h │ │ ├── proc.c │ │ ├── put.c │ │ ├── putpcc.c │ │ ├── regalloc.c │ │ ├── setfmt.c │ │ ├── stab.c │ │ ├── tokdefs.h │ │ ├── vax.c │ │ └── vaxx.c │ └── tests │ │ ├── COPYRIGHT │ │ ├── runtest │ │ ├── testf77 │ │ └── tests │ │ ├── fm001.f │ │ ├── fm002.f │ │ ├── fm003.f │ │ ├── fm004.f │ │ ├── fm005.f │ │ ├── fm006.f │ │ ├── fm007.f │ │ ├── fm008.f │ │ ├── fm009.f │ │ ├── fm010.f │ │ ├── fm011.f │ │ ├── fm012.f │ │ ├── fm013.f │ │ ├── fm014.f │ │ ├── fm016.f │ │ ├── fm017.f │ │ ├── fm018.f │ │ ├── fm019.f │ │ ├── fm020.f │ │ ├── fm021.f │ │ ├── fm022.f │ │ ├── fm023.f │ │ ├── fm024.f │ │ ├── fm025.f │ │ ├── fm026.f │ │ ├── fm028.f │ │ ├── fm030.f │ │ ├── fm031.f │ │ ├── fm032.f │ │ ├── fm033.f │ │ ├── fm034.f │ │ ├── fm035.f │ │ ├── fm036.f │ │ ├── fm037.f │ │ ├── fm038.f │ │ ├── fm039.f │ │ ├── fm040.f │ │ ├── fm041.f │ │ ├── fm042.f │ │ ├── fm043.f │ │ ├── fm044.f │ │ ├── fm045.f │ │ ├── fm050.f │ │ ├── fm056.f │ │ ├── fm060.f │ │ ├── fm061.f │ │ ├── fm062.f │ │ ├── fm080.f │ │ ├── fm097.f │ │ ├── fm098.f │ │ ├── fm099.f │ │ ├── fs027.f │ │ ├── fs029.f │ │ ├── fs051.f │ │ ├── fs052.f │ │ ├── fs053.f │ │ ├── fs054.f │ │ ├── fs055.f │ │ ├── fs057.f │ │ ├── fs058.f │ │ ├── fs059.f │ │ ├── fs081.f │ │ ├── fs082.f │ │ └── fs083.f ├── false │ ├── Makefile │ ├── false.1 │ └── false.c ├── file │ ├── Makefile │ ├── file.1 │ └── file.c ├── find │ ├── Makefile │ ├── extern.h │ ├── find.1 │ ├── find.c │ ├── find.h │ ├── function.c │ ├── ls.c │ ├── main.c │ ├── misc.c │ ├── oldsyntax.c │ ├── operator.c │ └── option.c ├── finger │ ├── Makefile │ ├── extern.h │ ├── finger.1 │ ├── finger.c │ ├── finger.h │ ├── lprint.c │ ├── net.c │ ├── pathnames.h │ ├── sprint.c │ └── util.c ├── fmt │ ├── Makefile │ ├── fmt.1 │ └── fmt.c ├── fold │ ├── Makefile │ ├── fold.1 │ └── fold.c ├── fpr │ ├── Makefile │ ├── fpr.1 │ └── fpr.c ├── from │ ├── Makefile │ ├── from.1 │ └── from.c ├── fsplit │ ├── Makefile │ ├── fsplit.1 │ └── fsplit.c ├── fstat │ ├── Makefile │ ├── fstat.1 │ └── fstat.c ├── ftp │ ├── Makefile │ ├── cmds.c │ ├── cmdtab.c │ ├── domacro.c │ ├── extern.h │ ├── ftp.1 │ ├── ftp.c │ ├── ftp_var.h │ ├── main.c │ ├── pathnames.h │ └── ruserpass.c ├── gcore │ ├── Makefile │ ├── extern.h │ ├── gcore.1 │ ├── gcore.c │ ├── md-nop.c │ ├── md-sparc.c │ └── util.c ├── gprof │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ ├── abstract.me │ │ ├── bigthin.me │ │ ├── equations.me │ │ ├── gathering.me │ │ ├── header.me │ │ ├── intro.me │ │ ├── longthin.me │ │ ├── postp.me │ │ ├── postp1.pic │ │ ├── postp2.pic │ │ ├── postp3.pic │ │ ├── pres1.pic │ │ ├── pres2.pic │ │ ├── present.me │ │ ├── profiling.me │ │ └── refs.me │ ├── arcs.c │ ├── dfn.c │ ├── gprof.1 │ ├── gprof.c │ ├── gprof.h │ ├── hertz.c │ ├── hp300.h │ ├── i386.h │ ├── lookup.c │ ├── mips.c │ ├── mips.h │ ├── pathnames.h │ ├── printgprof.c │ ├── printlist.c │ ├── sparc.c │ ├── sparc.h │ ├── tahoe.c │ ├── tahoe.h │ ├── vax.c │ └── vax.h ├── graph │ ├── Makefile │ ├── graph.1 │ └── graph.c ├── grep │ ├── Makefile │ ├── egrep │ │ ├── Makefile │ │ ├── egrep.c │ │ ├── grep.1 │ │ └── pathnames.h │ ├── old.bin.grep │ │ ├── Makefile │ │ └── old.bin.grep.c │ ├── old.egrep │ │ ├── Makefile │ │ └── old.egrep.y │ ├── old.fgrep │ │ ├── Makefile │ │ └── old.fgrep.c │ └── old.ucb.grep │ │ ├── Makefile │ │ └── old.ucb.grep.c ├── head │ ├── Makefile │ ├── head.1 │ └── head.c ├── hexdump │ ├── Makefile │ ├── bpad.c │ ├── conv.c │ ├── display.c │ ├── hexdump.1 │ ├── hexdump.c │ ├── hexdump.h │ ├── hexsyntax.c │ ├── od.1 │ ├── odsyntax.c │ └── parse.c ├── id │ ├── Makefile │ ├── groups.1 │ ├── groups.sh │ ├── id.1 │ ├── id.c │ ├── whoami.1 │ └── whoami.sh ├── indent │ ├── Makefile │ ├── README │ ├── args.c │ ├── indent.1 │ ├── indent.c │ ├── indent_codes.h │ ├── indent_globs.h │ ├── io.c │ ├── lexi.c │ ├── parse.c │ └── pr_comment.c ├── join │ ├── Makefile │ ├── join.1 │ └── join.c ├── jot │ ├── Makefile │ ├── jot.1 │ └── jot.c ├── kdump │ ├── Makefile │ ├── kdump.1 │ ├── kdump.c │ └── mkioctls ├── ktrace │ ├── Makefile │ ├── ktrace.1 │ ├── ktrace.c │ ├── ktrace.h │ └── subr.c ├── lam │ ├── Makefile │ ├── lam.1 │ └── lam.c ├── last │ ├── Makefile │ ├── last.1 │ └── last.c ├── lastcomm │ ├── Makefile │ ├── lastcomm.1 │ ├── lastcomm.c │ └── pathnames.h ├── ld │ ├── Makefile │ ├── cplus-dem.c │ ├── ld.c │ └── symseg.h ├── learn │ ├── Makefile │ ├── Makefile.inc │ ├── NOTUSED │ │ └── tee.c │ ├── README │ ├── USD.doc │ │ ├── Makefile │ │ ├── Refs │ │ ├── Refs.ig │ │ ├── p0 │ │ ├── p1 │ │ ├── p2 │ │ ├── p3 │ │ ├── p4 │ │ ├── p5 │ │ ├── p6 │ │ └── p7 │ ├── lcount │ │ ├── Makefile │ │ └── lcount.c │ ├── learn │ │ ├── Makefile │ │ ├── copy.c │ │ ├── dounit.c │ │ ├── getlesson.c │ │ ├── learn.1 │ │ ├── learn.c │ │ ├── list.c │ │ ├── lrnref.h │ │ ├── makpipe.c │ │ ├── maktee.c │ │ ├── mem.c │ │ ├── mysys.c │ │ ├── pathnames.h │ │ ├── selsub.c │ │ ├── selunit.c │ │ ├── start.c │ │ ├── whatnow.c │ │ └── wrapup.c │ ├── learnlib │ │ └── Makefile │ ├── lrntee │ │ ├── Makefile │ │ └── lrntee.c │ └── objects │ │ ├── Makefile │ │ ├── getline.c │ │ └── getnum.c ├── leave │ ├── Makefile │ ├── leave.1 │ └── leave.c ├── locate │ ├── Makefile │ ├── bigram │ │ ├── Makefile │ │ └── locate.bigram.c │ ├── code │ │ ├── Makefile │ │ └── locate.code.c │ └── locate │ │ ├── Makefile │ │ ├── locate.1 │ │ ├── locate.c │ │ ├── locate.h │ │ ├── pathnames.h │ │ └── updatedb.csh ├── lock │ ├── Makefile │ ├── lock.1 │ └── lock.c ├── logger │ ├── Makefile │ ├── logger.1 │ └── logger.c ├── login │ ├── Makefile │ ├── klogin.c │ ├── login.1 │ ├── login.c │ ├── login.c.1 │ └── pathnames.h ├── logname │ ├── Makefile │ ├── logname.1 │ └── logname.c ├── look │ ├── Makefile │ ├── look.1 │ ├── look.c │ └── pathnames.h ├── lorder │ ├── Makefile │ ├── lorder.1 │ └── lorder.sh ├── m4 │ ├── Makefile │ ├── NOTES │ ├── PSD.doc │ │ ├── Makefile │ │ └── m4.ms │ ├── TEST │ │ ├── ack.m4 │ │ ├── hanoi.m4 │ │ ├── hash.m4 │ │ ├── sqroot.m4 │ │ ├── string.m4 │ │ └── test.m4 │ ├── eval.c │ ├── eval.h │ ├── expr.c │ ├── extern.h │ ├── extr.h │ ├── look.c │ ├── look.h │ ├── m4.1 │ ├── m4.c │ ├── m4y.y │ ├── main.c │ ├── mdef.h │ ├── misc.c │ ├── misc.h │ ├── pathnames.h │ ├── serv.c │ └── stdd.h ├── mail │ ├── 40.local.c │ ├── 40.local.h │ ├── CHANGES │ ├── Makefile │ ├── Makefile.11 │ ├── Signal.c │ ├── USD.doc │ │ ├── Makefile │ │ ├── mail0.nr │ │ ├── mail1.nr │ │ ├── mail2.nr │ │ ├── mail3.nr │ │ ├── mail4.nr │ │ ├── mail5.nr │ │ ├── mail6.nr │ │ ├── mail7.nr │ │ ├── mail8.nr │ │ ├── mail9.nr │ │ └── maila.nr │ ├── aux.c │ ├── c.local.c │ ├── c.local.h │ ├── cc.local.c │ ├── cc.local.h │ ├── cmd1.c │ ├── cmd2.c │ ├── cmd3.c │ ├── cmdtab.c │ ├── collect.c │ ├── config.c │ ├── configdefs.h │ ├── def.h │ ├── edit.c │ ├── errlst.c │ ├── extern.h │ ├── fio.c │ ├── getname.c │ ├── glob.h │ ├── head.c │ ├── index.c │ ├── ing.local.c │ ├── ing.local.h │ ├── lex.c │ ├── list.c │ ├── local.h │ ├── lock.c │ ├── mail.1 │ ├── main.c │ ├── makefile.40 │ ├── makefile.cc │ ├── makefile.cor │ ├── makefile.ing │ ├── makefile.v6 │ ├── makefile.v7 │ ├── misc │ │ ├── mail.help │ │ ├── mail.rc │ │ └── mail.tildehelp │ ├── names.c │ ├── optim.c │ ├── pathnames.h │ ├── popen.c │ ├── quit.c │ ├── rcv.h │ ├── send.c │ ├── sigretro.c │ ├── sigretro.h │ ├── strings.c │ ├── temp.c │ ├── tty.c │ ├── v6.local.c │ ├── v6.local.h │ ├── v7.local.c │ ├── vars.c │ └── version.c ├── make │ ├── Makefile │ ├── Makefile.dist │ ├── PSD.doc │ │ ├── Makefile │ │ └── tutorial.ms │ ├── arch.c │ ├── bit.h │ ├── buf.c │ ├── buf.h │ ├── compat.c │ ├── cond.c │ ├── config.h │ ├── dir.c │ ├── dir.h │ ├── for.c │ ├── hash.c │ ├── hash.h │ ├── job.c │ ├── job.h │ ├── list.h │ ├── lst.h │ ├── lst.lib │ │ ├── lstAppend.c │ │ ├── lstAtEnd.c │ │ ├── lstAtFront.c │ │ ├── lstClose.c │ │ ├── lstConcat.c │ │ ├── lstCur.c │ │ ├── lstDatum.c │ │ ├── lstDeQueue.c │ │ ├── lstDestroy.c │ │ ├── lstDupl.c │ │ ├── lstEnQueue.c │ │ ├── lstFake.c │ │ ├── lstFind.c │ │ ├── lstFindFrom.c │ │ ├── lstFirst.c │ │ ├── lstForEach.c │ │ ├── lstForEachFrom.c │ │ ├── lstIndex.c │ │ ├── lstInit.c │ │ ├── lstInsert.c │ │ ├── lstInt.h │ │ ├── lstIsAtEnd.c │ │ ├── lstIsEmpty.c │ │ ├── lstLast.c │ │ ├── lstLength.c │ │ ├── lstMember.c │ │ ├── lstMove.c │ │ ├── lstNext.c │ │ ├── lstOpen.c │ │ ├── lstPred.c │ │ ├── lstPrev.c │ │ ├── lstRemove.c │ │ ├── lstReplace.c │ │ ├── lstSetCirc.c │ │ └── lstSucc.c │ ├── main.c │ ├── make.1 │ ├── make.c │ ├── make.h │ ├── nonints.h │ ├── parse.c │ ├── pathnames.h │ ├── sprite.h │ ├── str.c │ ├── suff.c │ ├── targ.c │ ├── utimes.c │ └── var.c ├── man │ ├── Makefile │ ├── config.c │ ├── config.h │ ├── man.1 │ ├── man.c │ ├── man.conf.5 │ └── pathnames.h ├── mesg │ ├── Makefile │ ├── mesg.1 │ └── mesg.c ├── mkdep │ ├── Makefile │ ├── mkdep.1 │ ├── mkdep.append │ ├── mkdep.gcc.sh │ ├── mkdep.old.compiler │ ├── mkdep.sh │ └── mkdep.ultrix ├── mkfifo │ ├── Makefile │ ├── mkfifo.1 │ └── mkfifo.c ├── mklocale │ ├── Japanese │ ├── Makefile │ ├── POSIX │ ├── ldef.h │ ├── lex.l │ ├── mklocale.1 │ └── yacc.y ├── mkstr │ ├── Makefile │ ├── mkstr.1 │ └── mkstr.c ├── more │ ├── Makefile │ ├── README │ ├── ch.c │ ├── cmd.h │ ├── command.c │ ├── decode.c │ ├── help.c │ ├── input.c │ ├── less.h │ ├── lesskey.1 │ ├── lesskey.c │ ├── line.c │ ├── linenum.c │ ├── linstall │ ├── main.c │ ├── mkfuncs.awk │ ├── more.1 │ ├── more.help │ ├── option.c │ ├── os.c │ ├── output.c │ ├── pathnames.h │ ├── position.c │ ├── position.h │ ├── prim.c │ ├── prompt.c │ ├── screen.c │ ├── signal.c │ ├── tags.c │ ├── ttyin.c │ ├── vecho.c │ └── version.c ├── msgs │ ├── Makefile │ ├── msgs.1 │ ├── msgs.c │ └── pathnames.h ├── mt │ ├── Makefile │ ├── mt.1 │ └── mt.c ├── netstat │ ├── Makefile │ ├── if.c │ ├── inet.c │ ├── iso.c │ ├── main.c │ ├── mbuf.c │ ├── mroute.c │ ├── netstat.1 │ ├── netstat.h │ ├── ns.c │ ├── route.c │ └── unix.c ├── nfsstat │ ├── Makefile │ ├── nfsstat.1 │ └── nfsstat.c ├── nice │ ├── Makefile │ ├── nice.1 │ └── nice.c ├── nm │ ├── Makefile │ ├── nm.1 │ └── nm.c ├── nohup │ ├── Makefile │ ├── nohup.1 │ ├── nohup.c │ └── nohup.sh ├── pagesize │ ├── Makefile │ ├── pagesize.1 │ ├── pagesize.c │ └── pagesize.sh ├── pascal │ ├── Makefile │ ├── Makefile.inc │ ├── USD.doc │ │ ├── Makefile │ │ ├── bigger.p │ │ ├── bigger4.p │ │ ├── bigger5.p │ │ ├── bigger7.p │ │ ├── clash.p │ │ ├── comments.p │ │ ├── copydata.p │ │ ├── csfix.c │ │ ├── data │ │ ├── digits.p │ │ ├── expr.p │ │ ├── first.p │ │ ├── fixcomments │ │ ├── fixkatscript │ │ ├── kat.p │ │ ├── kat2.p │ │ ├── kat3.p │ │ ├── katin │ │ ├── mism.p │ │ ├── primes.p │ │ ├── primes2.p │ │ ├── puman0.n │ │ ├── puman1.n │ │ ├── puman2.n │ │ ├── puman3.n │ │ ├── puman4.n │ │ ├── puman5.n │ │ ├── pumanA.n │ │ ├── sin1.p │ │ ├── sin2.p │ │ ├── synerr.p │ │ ├── synerr2.p │ │ ├── tmac.p │ │ └── typequ.p │ ├── eyacc │ │ ├── Makefile │ │ ├── READ_ME │ │ ├── ey.h │ │ ├── ey0.c │ │ ├── ey1.c │ │ ├── ey2.c │ │ ├── ey3.c │ │ ├── ey4.c │ │ ├── ey5.c │ │ └── eyacc.1 │ ├── how │ │ ├── Makefile │ │ ├── how_pc │ │ ├── how_pi │ │ ├── how_pix │ │ └── how_pxp │ ├── libpc │ │ ├── ACTFILE.c │ │ ├── ADDT.c │ │ ├── APPEND.c │ │ ├── ARGV.c │ │ ├── ASRT.c │ │ ├── ASRTS.c │ │ ├── ATAN.c │ │ ├── BUFF.c │ │ ├── CARD.c │ │ ├── CASERNG.c │ │ ├── CATCHERR.c │ │ ├── CHR.c │ │ ├── CLCK.c │ │ ├── COS.c │ │ ├── CTTOT.c │ │ ├── DATE.c │ │ ├── DEFNAME.c │ │ ├── DFDISPOSE.c │ │ ├── DISPOSE.c │ │ ├── ERROR.c │ │ ├── EXCEPT.c │ │ ├── EXP.c │ │ ├── EXPO.c │ │ ├── FCALL.c │ │ ├── FLUSH.c │ │ ├── FNIL.c │ │ ├── FRTN.c │ │ ├── FSAV.c │ │ ├── GET.c │ │ ├── GETNAME.c │ │ ├── HALT.c │ │ ├── IN.c │ │ ├── INCT.c │ │ ├── IOSYNC.c │ │ ├── LINO.c │ │ ├── LLIMIT.c │ │ ├── LN.c │ │ ├── MAX.c │ │ ├── MULT.c │ │ ├── Makefile │ │ ├── NAM.c │ │ ├── NEW.c │ │ ├── NIL.c │ │ ├── PACK.c │ │ ├── PAGE.c │ │ ├── PCEXIT.c │ │ ├── PCLOSE.c │ │ ├── PCSTART.c │ │ ├── PERROR.c │ │ ├── PFCLOSE.c │ │ ├── PFLUSH.c │ │ ├── PMFLUSH.c │ │ ├── PRED.c │ │ ├── PUT.c │ │ ├── RANDOM.c │ │ ├── RANG4.c │ │ ├── READ4.c │ │ ├── READ8.c │ │ ├── READC.c │ │ ├── READE.c │ │ ├── READLN.c │ │ ├── RELEQ.c │ │ ├── RELNE.c │ │ ├── RELSGE.c │ │ ├── RELSGT.c │ │ ├── RELSLE.c │ │ ├── RELSLT.c │ │ ├── RELTGE.c │ │ ├── RELTGT.c │ │ ├── RELTLE.c │ │ ├── RELTLT.c │ │ ├── REMOVE.c │ │ ├── RESET.c │ │ ├── REWRITE.c │ │ ├── ROUND.c │ │ ├── RSNG4.c │ │ ├── SCLCK.c │ │ ├── SEED.c │ │ ├── SEEK.c │ │ ├── SIN.c │ │ ├── SQRT.c │ │ ├── STLIM.c │ │ ├── SUBSC.c │ │ ├── SUBSCZ.c │ │ ├── SUBT.c │ │ ├── SUCC.c │ │ ├── TELL.c │ │ ├── TEOF.c │ │ ├── TEOLN.c │ │ ├── TIME.c │ │ ├── TRUNC.c │ │ ├── UNIT.c │ │ ├── UNPACK.c │ │ ├── UNSYNC.c │ │ ├── VWRITEF.c │ │ ├── WRITEC.c │ │ ├── WRITEF.c │ │ ├── WRITES.c │ │ ├── WRITLN.c │ │ ├── blkclr.c │ │ ├── blkcpy.c │ │ ├── h00vars.h │ │ ├── libpc.h │ │ ├── unixio.h │ │ └── unixio.i │ ├── pc │ │ ├── Makefile │ │ ├── pathnames.h │ │ ├── pc.1 │ │ └── pc.c │ ├── pc0 │ │ └── Makefile │ ├── pc2 │ │ ├── Makefile │ │ └── langpats.c │ ├── pc3 │ │ ├── Makefile │ │ ├── pc3.c │ │ └── pc3.h │ ├── pcexterns │ │ ├── Makefile │ │ └── pcexterns.awk │ ├── pdx │ │ ├── Makefile │ │ ├── breakpoint.h │ │ ├── breakpoint │ │ │ ├── bp.c │ │ │ ├── bp.rep │ │ │ ├── bpact.c │ │ │ ├── fixbps.c │ │ │ ├── printnews.c │ │ │ ├── setbps.c │ │ │ ├── status.c │ │ │ ├── trcond.c │ │ │ └── trinfo.c │ │ ├── command.h │ │ ├── command │ │ │ ├── grammar.y │ │ │ ├── remake.c │ │ │ ├── token.l │ │ │ └── y.tab.h │ │ ├── defs.h │ │ ├── library.c │ │ ├── machine.h │ │ ├── machine │ │ │ ├── nextaddr.c │ │ │ ├── optab.c │ │ │ ├── optab.h │ │ │ ├── printdata.c │ │ │ ├── printerror.c │ │ │ ├── printinst.c │ │ │ ├── pxerrors.c │ │ │ ├── pxerrors.h │ │ │ ├── pxops.h │ │ │ └── setbp.c │ │ ├── main.h │ │ ├── main │ │ │ └── main.c │ │ ├── mappings.h │ │ ├── mappings │ │ │ ├── filetab.h │ │ │ ├── functab.c │ │ │ ├── linetab.h │ │ │ ├── objaddr.c │ │ │ ├── srcfile.c │ │ │ └── srcline.c │ │ ├── mc68000 │ │ │ └── cerror.s │ │ ├── object.h │ │ ├── object │ │ │ ├── maketypes.c │ │ │ ├── objsym.rep │ │ │ ├── readobj.c │ │ │ └── readsym.c │ │ ├── pdx.1 │ │ ├── process.h │ │ ├── process │ │ │ ├── process.rep │ │ │ ├── pstatus.c │ │ │ ├── ptrace.c │ │ │ ├── pxinfo.h │ │ │ ├── rdwr.c │ │ │ ├── resume.c │ │ │ ├── runcont.c │ │ │ ├── start.c │ │ │ └── step.c │ │ ├── runtime.h │ │ ├── runtime │ │ │ ├── address.c │ │ │ ├── callproc.c │ │ │ ├── entry.c │ │ │ ├── frame.c │ │ │ ├── frame.rep │ │ │ ├── isactive.c │ │ │ └── wheredump.c │ │ ├── source.h │ │ ├── source │ │ │ └── source.c │ │ ├── sym.h │ │ ├── sym │ │ │ ├── attributes.c │ │ │ ├── btypes.h │ │ │ ├── classes.h │ │ │ ├── predicates.c │ │ │ ├── print.c │ │ │ ├── printdecl.c │ │ │ ├── printval.c │ │ │ ├── sym.rep │ │ │ ├── tree.c │ │ │ └── which.c │ │ ├── symtab.h │ │ ├── symtab │ │ │ └── symtab.c │ │ ├── tahoe │ │ │ └── cerror.s │ │ ├── test │ │ │ ├── args.p │ │ │ ├── block.p │ │ │ ├── bug.p │ │ │ ├── call.p │ │ │ ├── case.p │ │ │ ├── enum.p │ │ │ ├── enumbug.p │ │ │ ├── file.p │ │ │ ├── fpe.p │ │ │ ├── fproc.p │ │ │ ├── goto.p │ │ │ ├── overflow.p │ │ │ ├── parall.p │ │ │ ├── pcerror.p │ │ │ ├── pointer.p │ │ │ ├── recur.p │ │ │ ├── setest.p │ │ │ ├── simple.p │ │ │ ├── small.p │ │ │ ├── test.p │ │ │ ├── varnt.p │ │ │ └── varparam.p │ │ ├── tree.h │ │ ├── tree │ │ │ ├── assign.c │ │ │ ├── build.c │ │ │ ├── eval.c │ │ │ ├── misc.c │ │ │ ├── opinfo.c │ │ │ ├── opinfo.h │ │ │ ├── prtree.c │ │ │ ├── tfree.c │ │ │ ├── tr_equal.c │ │ │ ├── tracestop.c │ │ │ └── tree.rep │ │ └── vax │ │ │ └── cerror.s │ ├── pi │ │ ├── Makefile │ │ └── pi.1 │ ├── pix │ │ ├── Makefile │ │ ├── pix.1 │ │ └── pix.c │ ├── pmerge │ │ ├── Makefile │ │ ├── pmerge.1 │ │ └── pmerge.c │ ├── px │ │ ├── Makefile │ │ ├── READ_ME │ │ ├── int.c │ │ ├── interp.c │ │ ├── machdep.h │ │ ├── px.1 │ │ ├── utilities.c │ │ ├── vars.h │ │ ├── version.c │ │ └── x │ ├── px_header │ │ ├── Makefile │ │ └── px_header.c │ ├── pxp │ │ ├── 0.h │ │ ├── Makefile │ │ ├── READ_ME │ │ ├── call.c │ │ ├── case.c │ │ ├── const.c │ │ ├── cset.c │ │ ├── error.c │ │ ├── fdec.c │ │ ├── func.c │ │ ├── lab.c │ │ ├── lval.c │ │ ├── main.c │ │ ├── pmon.c │ │ ├── pp.c │ │ ├── proc.c │ │ ├── pxp.1 │ │ ├── rec.c │ │ ├── rmothers.c │ │ ├── rval.c │ │ ├── stat.c │ │ ├── type.c │ │ ├── var.c │ │ ├── version.c │ │ ├── whoami.h │ │ ├── yycomm.c │ │ ├── yyerror.c │ │ ├── yyget.c │ │ ├── yymain.c │ │ └── yyput.c │ ├── pxref │ │ ├── Makefile │ │ ├── pxref.1 │ │ └── pxref.p │ └── src │ │ ├── 0.h │ │ ├── CONFIG.c │ │ ├── OPnames.h │ │ ├── TRdata.c │ │ ├── align.h │ │ ├── ato.c │ │ ├── call.c │ │ ├── case.c │ │ ├── clas.c │ │ ├── config.h │ │ ├── config.include │ │ ├── const.c │ │ ├── conv.c │ │ ├── cset.c │ │ ├── error.c │ │ ├── fdec.c │ │ ├── fend.c │ │ ├── fhdr.c │ │ ├── flvalue.c │ │ ├── forop.c │ │ ├── func.c │ │ ├── gen.c │ │ ├── gram │ │ ├── hash.c │ │ ├── iorec.h │ │ ├── lab.c │ │ ├── lookup.c │ │ ├── lval.c │ │ ├── main.c │ │ ├── newversion.awk │ │ ├── newversion.csh │ │ ├── nl.c │ │ ├── objfmt.h │ │ ├── opc.c │ │ ├── p2put.c │ │ ├── pTree.h │ │ ├── pas.y │ │ ├── pc.h │ │ ├── pccaseop.c │ │ ├── pcfunc.c │ │ ├── pclval.c │ │ ├── pcops.h │ │ ├── pcproc.c │ │ ├── pcwhoami.h │ │ ├── pic.c │ │ ├── pimakefile │ │ ├── piwhoami.h │ │ ├── proc.c │ │ ├── pstab.h │ │ ├── put.c │ │ ├── rec.c │ │ ├── rval.c │ │ ├── savenl.c │ │ ├── sccsmakefile │ │ ├── sconv.c │ │ ├── send.h │ │ ├── stab.c │ │ ├── stat.c │ │ ├── stklval.c │ │ ├── stkrval.c │ │ ├── string.c │ │ ├── subr.c │ │ ├── tmps.c │ │ ├── tmps.h │ │ ├── tree.c │ │ ├── tree.h │ │ ├── tree_ty.h │ │ ├── treen.c │ │ ├── type.c │ │ ├── var.c │ │ ├── yy.h │ │ ├── yycopy.c │ │ ├── yycosts.c │ │ ├── yyerror.c │ │ ├── yyget.c │ │ ├── yyid.c │ │ ├── yylex.c │ │ ├── yymain.c │ │ ├── yyoptions.c │ │ ├── yypanic.c │ │ ├── yyparse.c │ │ ├── yyprint.c │ │ ├── yyput.c │ │ ├── yyrecover.c │ │ ├── yyseman.c │ │ └── yytree.c ├── passwd │ ├── Makefile │ ├── chfn.sh │ ├── chsh.sh │ ├── extern.h │ ├── kpasswd_proto.h │ ├── krb_passwd.c │ ├── local_passwd.c │ ├── passwd.1 │ └── passwd.c ├── paste │ ├── Makefile │ ├── paste.1 │ └── paste.c ├── patch │ ├── Makefile │ ├── common.h │ ├── inp.c │ ├── patch.c │ └── patch.n ├── plot │ ├── Makefile │ ├── atoplot.c │ ├── chrtab.c │ ├── crtdriver.c │ ├── crtplot.c │ ├── debug.c │ ├── driver.c │ ├── plot.1 │ ├── plot.sh │ └── plottoa.c ├── pr │ ├── Makefile │ ├── egetopt.c │ ├── extern.h │ ├── pr.1 │ ├── pr.c │ └── pr.h ├── printenv │ ├── Makefile │ ├── printenv.1 │ └── printenv.c ├── printf │ ├── Makefile │ ├── printf.1 │ └── printf.c ├── ptx │ ├── Makefile │ ├── eign │ ├── pathnames.h │ ├── ptx.1 │ └── ptx.c ├── quota │ ├── Makefile │ ├── quota.1 │ └── quota.c ├── ranlib │ ├── Makefile │ ├── build.c │ ├── misc.c │ ├── pathnames.h │ ├── ranlib.1 │ ├── ranlib.5.5 │ ├── ranlib.c │ └── touch.c ├── rdist │ ├── Makefile │ ├── cron.entry │ ├── defs.h │ ├── docmd.c │ ├── expand.c │ ├── gram.y │ ├── lookup.c │ ├── main.c │ ├── pathnames.h │ ├── rdist.1 │ └── server.c ├── renice │ ├── Makefile │ ├── renice.8 │ └── renice.c ├── rev │ ├── Makefile │ ├── rev.1 │ └── rev.c ├── rlogin │ ├── Makefile │ ├── des_rw.c │ ├── kcmd.c │ ├── krb.h │ ├── krcmd.c │ ├── rlogin.1 │ └── rlogin.c ├── rs │ ├── Makefile │ ├── rs.1 │ └── rs.c ├── rsh │ ├── Makefile │ ├── pathnames.h │ ├── rsh.1 │ └── rsh.c ├── ruptime │ ├── Makefile │ ├── ruptime.1 │ └── ruptime.c ├── rwho │ ├── Makefile │ ├── rwho.1 │ └── rwho.c ├── sccs │ ├── Makefile │ ├── PSD.doc │ │ ├── Makefile │ │ ├── sccs.me │ │ └── spell.ok │ ├── pathnames.h │ ├── sccs.1 │ └── sccs.c ├── script │ ├── Makefile │ ├── script.1 │ └── script.c ├── sed │ ├── Makefile │ ├── POSIX │ ├── TEST │ │ ├── hanoi.sed │ │ ├── math.sed │ │ └── sed.test │ ├── USD.doc │ │ ├── Makefile │ │ └── sed │ ├── compile.c │ ├── defs.h │ ├── extern.h │ ├── main.c │ ├── misc.c │ ├── process.c │ └── sed.1 ├── shar │ ├── Makefile │ ├── shar.1 │ └── shar.sh ├── showmount │ ├── Makefile │ ├── showmount.8 │ └── showmount.c ├── size │ ├── Makefile │ ├── size.1 │ └── size.c ├── soelim │ ├── Makefile │ ├── soelim.1 │ └── soelim.c ├── sort │ ├── Makefile │ ├── pathnames.h │ ├── sort.1 │ └── sort.c ├── spell │ ├── 87_changes │ ├── Makefile │ ├── README │ ├── american │ ├── british │ ├── special.4bsd │ ├── special.math │ ├── spell.1 │ ├── spell.c │ ├── spell.h │ ├── spell.sh │ ├── spellin.c │ ├── spellout.c │ └── stop ├── spline │ ├── Makefile │ ├── spline.1 │ └── spline.c ├── split │ ├── Makefile │ ├── split.1 │ └── split.c ├── strings │ ├── Makefile │ ├── strings.1 │ └── strings.c ├── strip │ ├── Makefile │ ├── strip.1 │ └── strip.c ├── struct │ ├── Makefile │ ├── beautify │ │ ├── Makefile │ │ ├── b.h │ │ ├── bdef.c │ │ ├── beauty.y │ │ ├── lextab.l │ │ └── tree.c │ └── struct │ │ ├── 0.alloc.c │ │ ├── 0.args.c │ │ ├── 0.def.c │ │ ├── 0.extr.c │ │ ├── 0.graph.c │ │ ├── 0.list.c │ │ ├── 0.parts.c │ │ ├── 0.string.c │ │ ├── 1.defs.h │ │ ├── 1.finish.c │ │ ├── 1.form.c │ │ ├── 1.fort.c │ │ ├── 1.hash.c │ │ ├── 1.incl.h │ │ ├── 1.init.c │ │ ├── 1.line.c │ │ ├── 1.main.c │ │ ├── 1.node.c │ │ ├── 1.recog.c │ │ ├── 1.tables.c │ │ ├── 2.def.h │ │ ├── 2.dfs.c │ │ ├── 2.dom.c │ │ ├── 2.head.c │ │ ├── 2.inarc.c │ │ ├── 2.main.c │ │ ├── 2.test.c │ │ ├── 2.tree.c │ │ ├── 3.branch.c │ │ ├── 3.def.h │ │ ├── 3.flow.c │ │ ├── 3.loop.c │ │ ├── 3.main.c │ │ ├── 3.reach.c │ │ ├── 3.test.c │ │ ├── 3.then.c │ │ ├── 4.brace.c │ │ ├── 4.def.h │ │ ├── 4.form.c │ │ ├── 4.main.c │ │ ├── 4.out.c │ │ ├── Makefile │ │ ├── def.h │ │ ├── main.c │ │ ├── struct.1 │ │ └── struct.sh ├── su │ ├── Makefile │ ├── pathnames.h │ ├── su.1 │ └── su.c ├── systat │ ├── Makefile │ ├── cmds.c │ ├── cmdtab.c │ ├── disks.c │ ├── extern.h │ ├── fetch.c │ ├── iostat.c │ ├── keyboard.c │ ├── main.c │ ├── mbufs.c │ ├── netcmds.c │ ├── netstat.c │ ├── pigs.c │ ├── swap.c │ ├── systat.1 │ ├── systat.h │ └── vmstat.c ├── tail │ ├── Makefile │ ├── extern.h │ ├── forward.c │ ├── misc.c │ ├── read.c │ ├── reverse.c │ ├── tail.1 │ └── tail.c ├── talk │ ├── Makefile │ ├── ctl.c │ ├── ctl_transact.c │ ├── display.c │ ├── get_addrs.c │ ├── get_names.c │ ├── init_disp.c │ ├── invite.c │ ├── io.c │ ├── look_up.c │ ├── msgs.c │ ├── talk.1 │ ├── talk.c │ ├── talk.h │ └── talk_ctl.h ├── tcopy │ ├── Makefile │ ├── pathnames.h │ ├── tcopy.1 │ └── tcopy.c ├── tee │ ├── Makefile │ ├── tee.1 │ └── tee.c ├── telnet │ ├── Makefile │ ├── README │ ├── authenc.c │ ├── commands.c │ ├── defines.h │ ├── externs.h │ ├── fdset.h │ ├── general.h │ ├── krb4-proto.h │ ├── main.c │ ├── network.c │ ├── ring.c │ ├── ring.h │ ├── sys_bsd.c │ ├── telnet.1 │ ├── telnet.c │ ├── terminal.c │ ├── tn3270.c │ ├── types.h │ └── utilities.c ├── tftp │ ├── Makefile │ ├── extern.h │ ├── main.c │ ├── tftp.1 │ ├── tftp.c │ ├── tftpsubs.c │ └── tftpsubs.h ├── time │ ├── Makefile │ ├── time.1 │ └── time.c ├── tip │ ├── Makefile │ ├── acu.c │ ├── aculib │ │ ├── Makefile │ │ ├── biz22.c │ │ ├── biz31.c │ │ ├── courier.c │ │ ├── df.c │ │ ├── dn11.c │ │ ├── hayes.c │ │ ├── t3000.c │ │ ├── v3451.c │ │ ├── v831.c │ │ └── ventel.c │ ├── acutab.c │ ├── cmds.c │ ├── cmdtab.c │ ├── cu.c │ ├── hunt.c │ ├── log.c │ ├── partab.c │ ├── pathnames.h │ ├── remcap.c │ ├── remote.c │ ├── tip.1 │ ├── tip.c │ ├── tip.h │ ├── tipout.c │ ├── uucplock.c │ ├── value.c │ └── vars.c ├── tn3270 │ ├── Makefile │ ├── Makefile.inc │ ├── api │ │ ├── README │ │ ├── api_bsd.c │ │ ├── api_exch.c │ │ ├── api_exch.h │ │ ├── apilib.c │ │ ├── apilib.h │ │ ├── asc_ebc.c │ │ ├── asc_ebc.h │ │ ├── ascebc.h │ │ ├── asctab.c │ │ ├── astosc.c │ │ ├── astosc.h │ │ ├── dctype.c │ │ ├── dctype.h │ │ ├── disp_asc.c │ │ ├── disp_asc.h │ │ ├── ebc_disp.c │ │ ├── ebc_disp.h │ │ ├── makefile │ │ └── test.c │ ├── ascii │ │ ├── default.map │ │ ├── ebctab.c │ │ ├── makefile │ │ ├── map3270.c │ │ ├── map3270.ext │ │ ├── map3270.h │ │ ├── mset.c │ │ ├── state.h │ │ ├── termcodes.m4 │ │ ├── termin.c │ │ └── termin.ext │ ├── ctlr │ │ ├── 3180.kbd │ │ ├── 3270pc.kbd │ │ ├── api.c │ │ ├── api.h │ │ ├── declare.h │ │ ├── defs.h │ │ ├── externs.h │ │ ├── function.c │ │ ├── function.h │ │ ├── hostctlr.h │ │ ├── inbound.c │ │ ├── inbound.ext │ │ ├── makefile │ │ ├── oia.c │ │ ├── oia.h │ │ ├── options.c │ │ ├── options.ext │ │ ├── options.h │ │ ├── outbound.c │ │ ├── outbound.ext │ │ ├── screen.h │ │ ├── scrnctlr.h │ │ └── unix.kbd │ ├── distribution │ │ ├── README │ │ ├── arpa │ │ │ ├── makefile │ │ │ └── telnet.h │ │ ├── sys_dos │ │ │ ├── makefile │ │ │ ├── spint.h │ │ │ ├── spintasm.asm │ │ │ ├── spintc.c │ │ │ ├── support.asm │ │ │ ├── system.c │ │ │ ├── termout.c │ │ │ ├── termout.ext │ │ │ └── video.h │ │ └── utilities │ │ │ ├── makefile │ │ │ ├── srccmd │ │ │ └── tar │ │ │ │ └── tarread.c │ │ │ ├── tncomp.h │ │ │ └── tnrecv.c │ ├── general │ │ ├── bsubs.ext │ │ ├── genbsubs.c │ │ ├── general.h │ │ ├── globals.c │ │ ├── globals.h │ │ ├── makefile │ │ └── vaxbsubs.s │ ├── makefile │ ├── mset │ │ ├── Makefile │ │ ├── map3270.5 │ │ └── mset.1 │ ├── sys_curses │ │ ├── makefile │ │ ├── system.c │ │ ├── telextrn.h │ │ ├── terminal.h │ │ ├── termout.c │ │ └── termout.ext │ ├── telnet.c │ ├── telnet.ext │ ├── telnet │ │ └── Makefile │ ├── tn3270 │ │ ├── Makefile │ │ └── tn3270.1 │ └── tools │ │ ├── Makefile │ │ ├── makefile │ │ ├── mkastods │ │ ├── Makefile │ │ └── mkastods.c │ │ ├── mkastosc │ │ ├── Makefile │ │ └── mkastosc.c │ │ ├── mkdctype │ │ ├── Makefile │ │ ├── ectype.c │ │ ├── ectype.h │ │ └── mkdctype.c │ │ ├── mkdstoas │ │ ├── Makefile │ │ └── mkdstoas.c │ │ ├── mkhits │ │ ├── Makefile │ │ ├── dohits.c │ │ ├── dohits.h │ │ └── mkhits.c │ │ ├── mkmake.y │ │ └── prt3270.c ├── touch │ ├── Makefile │ ├── touch.1 │ └── touch.c ├── tput │ ├── Makefile │ ├── clear.sh │ ├── tput.1 │ └── tput.c ├── tr │ ├── Makefile │ ├── extern.h │ ├── str.c │ ├── tr.1 │ └── tr.c ├── true │ ├── Makefile │ ├── true.1 │ └── true.c ├── tset │ ├── Makefile │ ├── extern.h │ ├── map.c │ ├── misc.c │ ├── reset.c │ ├── set.c │ ├── term.c │ ├── tset.1 │ ├── tset.c │ ├── tset.delays.h │ └── wrterm.c ├── tsort │ ├── Makefile │ ├── tsort.1 │ └── tsort.c ├── tty │ ├── Makefile │ ├── tty.1 │ └── tty.c ├── ul │ ├── Makefile │ ├── ul.1 │ └── ul.c ├── uname │ ├── Makefile │ ├── uname.1 │ └── uname.c ├── unexpand │ ├── Makefile │ └── unexpand.c ├── unifdef │ ├── Makefile │ ├── unifdef.1 │ └── unifdef.c ├── uniq │ ├── Makefile │ ├── uniq.1 │ └── uniq.c ├── units │ ├── Makefile │ ├── pathnames.h │ ├── units.1 │ ├── units.c │ └── units.lib ├── unvis │ ├── Makefile │ ├── unvis.1 │ └── unvis.c ├── users │ ├── Makefile │ ├── users.1 │ └── users.c ├── uucp │ ├── DOC │ │ ├── CHANGES │ │ ├── README │ │ ├── README.TCP │ │ └── README.inout │ ├── Makefile │ ├── Makefile.inc │ ├── SMM.doc │ │ ├── uucpimpl │ │ │ ├── Makefile │ │ │ └── implement.ms │ │ └── uucpnet │ │ │ ├── Makefile │ │ │ └── network.ms │ ├── TODO │ ├── UUAIDS │ │ ├── L-devices │ │ ├── L-dialcodes │ │ ├── L.aliases │ │ ├── L.cmds │ │ ├── L.sys │ │ ├── Notes.L.sys │ │ ├── USERFILE │ │ ├── clean.daily │ │ ├── clean.weekly │ │ ├── setup.tblms │ │ ├── sys_awk │ │ ├── uu.daily │ │ ├── uu.daily.seismo │ │ ├── uu.hourly │ │ ├── uu.weekly │ │ ├── uucp.daily │ │ ├── uucpsrv.c │ │ ├── uucpsummary │ │ ├── uucpsummary.monthly │ │ ├── uurate │ │ ├── uutbl │ │ └── uuusage │ ├── acucntrl │ │ ├── Makefile │ │ ├── acucntrl.8 │ │ └── acucntrl.c │ ├── assert.c │ ├── gnamef.c │ ├── includes │ │ ├── condevs.h │ │ ├── pathnames.h │ │ ├── uucp.h │ │ └── uust.h │ ├── libacu │ │ ├── Makefile │ │ ├── att2224.c │ │ ├── bsdtcp.c │ │ ├── cds224.c │ │ ├── df12.c │ │ ├── df2.c │ │ ├── dk.c │ │ ├── dn.c │ │ ├── hys.c │ │ ├── hys24.c │ │ ├── hysq.c │ │ ├── mic.c │ │ ├── nov.c │ │ ├── pen.c │ │ ├── pnet.c │ │ ├── rvmacs.c │ │ ├── sy.c │ │ ├── unet.c │ │ ├── va212.c │ │ ├── va811.c │ │ ├── va820.c │ │ ├── vad.c │ │ ├── vent.c │ │ └── vmacs.c │ ├── libuu │ │ ├── Makefile │ │ ├── anlwrk.c │ │ ├── anyread.c │ │ ├── cfgets.c │ │ ├── chkpth.c │ │ ├── cpmv.c │ │ ├── expfile.c │ │ ├── gename.c │ │ ├── getargs.c │ │ ├── getprm.c │ │ ├── getpwinfo.c │ │ ├── gnxseq.c │ │ ├── lastpart.c │ │ ├── logent.c │ │ ├── mailst.c │ │ ├── prefix.c │ │ ├── setline.c │ │ ├── subdir.c │ │ ├── sysacct.c │ │ ├── systat.c │ │ ├── ulockf.c │ │ ├── uucpdefs.c │ │ ├── uucpname.c │ │ ├── versys.c │ │ └── xqt.c │ ├── man5 │ │ ├── L-devices.5 │ │ ├── L-dialcodes.5 │ │ ├── L.aliases.5 │ │ ├── L.cmds.5 │ │ ├── L.sys.5 │ │ ├── Makefile │ │ └── USERFILE.5 │ ├── nio.c │ ├── pk.p │ ├── pkon.c │ ├── port │ │ ├── LIBNDIR │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── closedir.c │ │ │ ├── directory.3s │ │ │ ├── ndir.h │ │ │ ├── opendir.c │ │ │ ├── readdir.c │ │ │ ├── seekdir.c │ │ │ └── telldir.c │ │ ├── getopt.c │ │ ├── getpw.c │ │ ├── getwd.c │ │ ├── index.c │ │ ├── ioctl.c │ │ ├── mkdir.c │ │ └── strpbrk.c │ ├── sdmail.c │ ├── shio.c │ ├── uucico │ │ ├── Makefile │ │ ├── chksum.c │ │ ├── cico.c │ │ ├── cntrl.c │ │ ├── condevs.c │ │ ├── conn.c │ │ ├── fio.c │ │ ├── gio.c │ │ ├── gnsys.c │ │ ├── imsg.c │ │ ├── pk.h │ │ ├── pk0.c │ │ ├── pk1.c │ │ ├── tio.c │ │ ├── uucico.8 │ │ └── uusub.h │ ├── uuclean │ │ ├── Makefile │ │ ├── uuclean.8 │ │ └── uuclean.c │ ├── uucp │ │ ├── Makefile │ │ ├── uucp.1 │ │ └── uucp.c │ ├── uulog │ │ ├── Makefile │ │ ├── uulog.1 │ │ └── uulog.c │ ├── uuname │ │ ├── Makefile │ │ ├── uuname.1 │ │ └── uuname.c │ ├── uupoll │ │ ├── Makefile │ │ ├── uupoll.8 │ │ └── uupoll.c │ ├── uuq │ │ ├── Makefile │ │ ├── uuq.1 │ │ └── uuq.c │ ├── uusend │ │ ├── Makefile │ │ ├── uusend.1 │ │ └── uusend.c │ ├── uusnap │ │ ├── Makefile │ │ ├── uusnap.8 │ │ └── uusnap.c │ ├── uux │ │ ├── Makefile │ │ ├── uux.1 │ │ └── uux.c │ ├── uuxqt │ │ ├── Makefile │ │ ├── uuxqt.8 │ │ └── uuxqt.c │ └── vms │ │ ├── Makefile │ │ ├── linkuucpd.com │ │ ├── ntoa.c │ │ ├── startuucp.c │ │ ├── support │ │ ├── L.cmds │ │ ├── L.sys │ │ ├── dirlist │ │ ├── login.com │ │ ├── servers.dat │ │ ├── services │ │ ├── startuucp.com │ │ ├── uucpclean.com │ │ └── uucpclean.sh │ │ ├── uucico.com │ │ ├── uucp.h │ │ ├── uucpd.c │ │ ├── uucplogin.com │ │ ├── uucplogin.com. │ │ ├── uuxqt.com │ │ └── validate.c ├── uudecode │ ├── Makefile │ └── uudecode.c ├── uuencode │ ├── Makefile │ ├── uuencode.1 │ ├── uuencode.c │ └── uuencode.format.5 ├── vacation │ ├── Makefile │ ├── vacation.1 │ └── vacation.c ├── vgrind │ ├── Makefile │ ├── RETEST │ │ ├── Makefile │ │ └── retest.c │ ├── extern.h │ ├── pathnames.h │ ├── regexp.c │ ├── tmac.vgrind │ ├── vfontedpr.c │ ├── vgrind.1 │ ├── vgrind.sh │ ├── vgrindefs.5 │ ├── vgrindefs.c │ └── vgrindefs.src ├── vis │ ├── Makefile │ ├── foldit.c │ ├── vis.1 │ └── vis.c ├── vmstat.sparc │ ├── Makefile │ ├── extern.h │ ├── getdev.c │ ├── getdev.h │ ├── intr.c │ ├── main.c │ ├── mem.c │ ├── names.c │ ├── sum.c │ ├── util.c │ ├── vmstat.8 │ └── vmstat.c ├── vmstat │ ├── Makefile │ ├── names.c │ ├── vmstat.8 │ └── vmstat.c ├── w │ ├── Makefile │ ├── extern.h │ ├── pr_time.c │ ├── proc_compare.c │ ├── uptime.1 │ ├── w.1 │ └── w.c ├── wall │ ├── Makefile │ ├── ttymsg.c │ ├── wall.1 │ └── wall.c ├── wc │ ├── Makefile │ ├── wc.1 │ └── wc.c ├── what │ ├── Makefile │ ├── what.1 │ └── what.c ├── whatis │ ├── Makefile │ ├── whatis.1 │ └── whatis.c ├── whereis │ ├── Makefile │ ├── whereis.1 │ └── whereis.c ├── who │ ├── Makefile │ ├── who.1 │ └── who.c ├── whois │ ├── Makefile │ ├── whois.1 │ └── whois.c ├── window │ ├── :tt │ ├── :tty │ ├── :var │ ├── :ww │ ├── Makefile │ ├── README │ ├── alias.h │ ├── char.c │ ├── char.h │ ├── cmd.c │ ├── cmd1.c │ ├── cmd2.c │ ├── cmd3.c │ ├── cmd4.c │ ├── cmd5.c │ ├── cmd6.c │ ├── cmd7.c │ ├── compress.c │ ├── context.c │ ├── context.h │ ├── defs.h │ ├── error.c │ ├── lcmd.c │ ├── lcmd.h │ ├── lcmd1.c │ ├── lcmd2.c │ ├── local.h │ ├── main.c │ ├── mloop.c │ ├── parser.h │ ├── parser1.c │ ├── parser2.c │ ├── parser3.c │ ├── parser4.c │ ├── parser5.c │ ├── scanner.c │ ├── startup.c │ ├── string.c │ ├── string.h │ ├── token.h │ ├── tt.h │ ├── ttf100.c │ ├── ttgeneric.c │ ├── tth19.c │ ├── tth29.c │ ├── ttinit.c │ ├── ttoutput.c │ ├── tttermcap.c │ ├── tttvi925.c │ ├── ttwyse60.c │ ├── ttwyse75.c │ ├── ttzapple.c │ ├── ttzentec.c │ ├── value.h │ ├── var.c │ ├── var.h │ ├── win.c │ ├── window.1 │ ├── windowrc │ ├── ww.h │ ├── wwadd.c │ ├── wwalloc.c │ ├── wwbox.c │ ├── wwchild.c │ ├── wwclose.c │ ├── wwclreol.c │ ├── wwclreos.c │ ├── wwcursor.c │ ├── wwdata.c │ ├── wwdelchar.c │ ├── wwdelete.c │ ├── wwdelline.c │ ├── wwdump.c │ ├── wwend.c │ ├── wwenviron.c │ ├── wwerror.c │ ├── wwflush.c │ ├── wwframe.c │ ├── wwgets.c │ ├── wwinit.c │ ├── wwinschar.c │ ├── wwinsline.c │ ├── wwiomux.c │ ├── wwlabel.c │ ├── wwmisc.c │ ├── wwmove.c │ ├── wwopen.c │ ├── wwprintf.c │ ├── wwpty.c │ ├── wwputc.c │ ├── wwputs.c │ ├── wwredraw.c │ ├── wwredrawwin.c │ ├── wwrint.c │ ├── wwscroll.c │ ├── wwsize.c │ ├── wwspawn.c │ ├── wwsuspend.c │ ├── wwterminfo.c │ ├── wwtty.c │ ├── wwunframe.c │ ├── wwupdate.c │ ├── wwwrite.c │ ├── xx.c │ ├── xx.h │ └── xxflush.c ├── write │ ├── Makefile │ ├── write.1 │ └── write.c ├── xargs │ ├── Makefile │ ├── pathnames.h │ ├── xargs.1 │ └── xargs.c ├── xinstall │ ├── Makefile │ ├── install.1 │ ├── pathnames.h │ └── xinstall.c ├── xsend │ ├── Makefile │ ├── common_source │ │ ├── lib.c │ │ ├── pathnames.h │ │ └── xmail.h │ ├── enroll │ │ ├── Makefile │ │ └── enroll.c │ ├── xget │ │ ├── Makefile │ │ └── xget.c │ └── xsend │ │ ├── Makefile │ │ ├── xsend.1 │ │ └── xsend.c ├── xstr │ ├── Makefile │ ├── pathnames.h │ ├── xstr.1 │ └── xstr.c ├── yacc │ ├── ACKNOWLEDGEMENTS │ ├── Makefile │ ├── NEW_FEATURES │ ├── NOTES │ ├── README │ ├── closure.c │ ├── defs.h │ ├── error.c │ ├── lalr.c │ ├── lr0.c │ ├── main.c │ ├── mkpar.c │ ├── output.c │ ├── reader.c │ ├── skeleton.c │ ├── symtab.c │ ├── test │ │ ├── error.output │ │ ├── error.tab.c │ │ ├── error.tab.h │ │ ├── error.y │ │ ├── ftp.output │ │ ├── ftp.tab.c │ │ ├── ftp.tab.h │ │ └── ftp.y │ ├── verbose.c │ ├── warshall.c │ ├── yacc.1 │ ├── yyfix.1 │ └── yyfix.sh └── yes │ ├── Makefile │ ├── yes.1 │ └── yes.c └── usr.sbin ├── Makefile ├── Makefile.inc ├── ac ├── Makefile ├── ac.8 └── ac.c ├── accton ├── Makefile └── accton.c ├── amd ├── Makefile ├── amd │ ├── ChangeLog │ ├── Makefile │ ├── afs_ops.c │ ├── am_ops.c │ ├── amd.8 │ ├── amd.c │ ├── amq_subr.c │ ├── clock.c │ ├── efs_ops.c │ ├── get_args.c │ ├── host_ops.c │ ├── ifs_ops.c │ ├── info_file.c │ ├── info_hes.c │ ├── info_ndbm.c │ ├── info_nis.c │ ├── info_passwd.c │ ├── info_union.c │ ├── map.c │ ├── mapc.c │ ├── misc_rpc.c │ ├── mntfs.c │ ├── mount_fs.c │ ├── mtab.c │ ├── nfs_ops.c │ ├── nfs_start.c │ ├── nfs_subr.c │ ├── nfsx_ops.c │ ├── opts.c │ ├── pfs_ops.c │ ├── restart.c │ ├── rpc_fwd.c │ ├── sched.c │ ├── sfs_ops.c │ ├── srvr_afs.c │ ├── srvr_nfs.c │ ├── ufs_ops.c │ ├── umount_fs.c │ ├── util.c │ ├── wire.c │ └── xutil.c ├── amq │ ├── Makefile │ ├── amq.8 │ └── amq.c ├── config │ ├── Configure │ ├── Makefile.aix3 │ ├── Makefile.bsd44 │ ├── Makefile.config │ ├── Makefile.hpux │ ├── Makefile.irix │ ├── Makefile.irix3 │ ├── Makefile.irix4 │ ├── Makefile.stellix │ ├── RELEASE │ ├── arch │ ├── misc-aix3.h │ ├── misc-bsd44l.h │ ├── misc-hpux.h │ ├── misc-irix.h │ ├── misc-next.h │ ├── misc-stellix.h │ ├── misc-ultrix.h │ ├── mount_aix.c │ ├── mount_irix.c │ ├── mount_stellix.c │ ├── mtab_aix.c │ ├── mtab_bsd.c │ ├── mtab_file.c │ ├── mtab_ultrix.c │ ├── newvers.sh │ ├── os-acis43.h │ ├── os-aix3.h │ ├── os-aux.h │ ├── os-bsd44.h │ ├── os-concentrix.h │ ├── os-convex.h │ ├── os-defaults.h │ ├── os-dgux.h │ ├── os-fpx4.h │ ├── os-hcx.h │ ├── os-hlh42.h │ ├── os-hpux.h │ ├── os-irix.h │ ├── os-irix3.h │ ├── os-irix4.h │ ├── os-next.h │ ├── os-pyrOSx.h │ ├── os-riscix.h │ ├── os-sos3.h │ ├── os-sos4.h │ ├── os-stellix.h │ ├── os-type │ ├── os-u2_2.h │ ├── os-u3_0.h │ ├── os-u4_0.h │ ├── os-u4_2.h │ ├── os-umax43.h │ ├── os-utek.h │ ├── os-utx32.h │ └── os-xinu43.h ├── doc │ ├── Makefile │ ├── amdref.cps │ ├── amdref.fns │ ├── amdref.kys │ ├── amdref.pgs │ ├── amdref.texinfo │ ├── amdref.tps │ ├── amdref.vrs │ └── texinfo.tex ├── fsinfo │ ├── Makefile │ ├── fsi_analyze.c │ ├── fsi_data.h │ ├── fsi_dict.c │ ├── fsi_gram.y │ ├── fsi_lex.l │ ├── fsi_util.c │ ├── fsinfo.8 │ ├── fsinfo.c │ ├── fsinfo.h │ ├── wr_atab.c │ ├── wr_bparam.c │ ├── wr_dumpset.c │ ├── wr_exportfs.c │ └── wr_fstab.c ├── include │ ├── am.h │ ├── config.h │ ├── fstype.h │ ├── re.h │ ├── remagic.h │ └── uwait.h ├── maps │ ├── a_master │ └── a_net ├── mk-amd-map │ ├── Makefile │ ├── mk-amd-map.8 │ └── mk-amd-map.c ├── rpcx │ ├── amq.h │ ├── amq.x │ ├── amq_clnt.c │ ├── amq_svc.c │ ├── amq_xdr.c │ ├── mount.h │ ├── mount_xdr.c │ ├── nfs_prot.h │ ├── nfs_prot_svc.c │ └── nfs_prot_xdr.c └── text │ ├── COPYRIGHT │ ├── INSTALL │ ├── README │ └── amd.start.ex ├── arp ├── Makefile ├── arp.8 ├── arp.c └── arp4.4 ├── bad144 ├── Makefile ├── bad144.8 └── bad144.c ├── chown ├── Makefile ├── chgrp.1 ├── chgrp.c ├── chown.8 └── chown.c ├── chroot ├── Makefile ├── chroot.8 └── chroot.c ├── config.new ├── Makefile ├── config.8 ├── config.h ├── files.c ├── gram.y ├── hash.c ├── main.c ├── mkheaders.c ├── mkioconf.c ├── mkmakefile.c ├── mkswap.c ├── pack.c ├── scan.l ├── sem.c ├── sem.h └── util.c ├── config ├── Makefile ├── SMM.doc │ ├── 0.t │ ├── 1.t │ ├── 2.t │ ├── 3.t │ ├── 4.t │ ├── 5.t │ ├── 6.t │ ├── Makefile │ ├── a.t │ ├── b.t │ ├── c.t │ ├── d.t │ ├── e.t │ └── spell.ok ├── config.8 ├── config.h ├── config.y ├── lang.l ├── main.c ├── mkglue.c ├── mkheaders.c ├── mkioconf.c ├── mkmakefile.c ├── mkswapconf.c └── mkubglue.c ├── cron ├── Makefile ├── cron.8 ├── cron.c ├── crontab.5 └── pathnames.h ├── dev_mkdb ├── Makefile ├── dev_mkdb.8 └── dev_mkdb.c ├── diskpart ├── Makefile ├── diskpart.8 └── diskpart.c ├── edquota ├── Makefile ├── edquota.8 ├── edquota.c └── pathnames.h ├── eeprom ├── Makefile ├── eeprom.8 ├── eeprom.c └── pathnames.h ├── inetd ├── Makefile ├── inetd.8 ├── inetd.c └── pathnames.h ├── iostat ├── Makefile ├── iostat.8 └── iostat.c ├── kgmon ├── Makefile ├── kgmon.8 └── kgmon.c ├── kvm_mkdb ├── Makefile ├── extern.h ├── kvm_mkdb.8 ├── kvm_mkdb.c ├── nlist.c └── testdb.c ├── lpr ├── Makefile ├── SMM.doc │ ├── 0.t │ ├── 1.t │ ├── 2.t │ ├── 3.t │ ├── 4.t │ ├── 5.t │ ├── 6.t │ ├── 7.t │ ├── Makefile │ └── spell.ok ├── common_source │ ├── aux.c │ ├── aux.h │ ├── common.c │ ├── displayq.c │ ├── lp.h │ ├── lp.local.h │ ├── pathnames.h │ ├── printcap.c │ ├── rmjob.c │ └── startdaemon.c ├── etc.printcap ├── filters │ ├── Makefile │ └── lpf.c ├── lpc │ ├── Makefile │ ├── cmds.c │ ├── cmdtab.c │ ├── extern.h │ ├── lpc.8 │ ├── lpc.c │ └── lpc.h ├── lpd │ ├── Makefile │ ├── extern.h │ ├── lpd.8 │ ├── lpd.c │ ├── lpdchar.c │ ├── printjob.c │ └── recvjob.c ├── lpq │ ├── Makefile │ ├── lpq.1 │ └── lpq.c ├── lpr │ ├── Makefile │ ├── lpr.1 │ └── lpr.c ├── lprm │ ├── Makefile │ ├── lprm.1 │ └── lprm.c ├── lptest │ ├── Makefile │ ├── lptest.1 │ └── lptest.c └── pac │ ├── Makefile │ ├── pac.8 │ └── pac.c ├── mkproto ├── Makefile ├── mkproto.8 ├── mkproto.c └── mkproto.data ├── mtree ├── Makefile ├── compare.c ├── create.c ├── extern.h ├── misc.c ├── mtree.8 ├── mtree.c ├── mtree.h ├── spec.c ├── util.c └── verify.c ├── portmap ├── Makefile ├── portmap.8 └── portmap.c ├── pstat ├── Makefile ├── pstat.8 └── pstat.c ├── pwd_mkdb ├── Makefile ├── pw_scan.c ├── pw_scan.h ├── pwd_mkdb.8 └── pwd_mkdb.c ├── quot ├── Makefile ├── quot.8 └── quot.c ├── quotaon ├── Makefile ├── pathnames.h ├── quotaon.8 └── quotaon.c ├── repquota ├── Makefile ├── repquota.8 └── repquota.c ├── rmt ├── Makefile ├── rmt.8 └── rmt.c ├── rwhod ├── Makefile ├── rwhod.8 └── rwhod.c ├── sa ├── Makefile ├── pathnames.h ├── sa.8 └── sa.c ├── sendmail ├── EPA │ └── mldistrib │ │ ├── Makefile │ │ └── mldistrib.c ├── FAQ ├── Files.base ├── Files.cf ├── Files.misc ├── Files.xdoc ├── KNOWNBUGS ├── Makefile ├── READ_ME ├── RELEASE_NOTES ├── cf │ ├── README │ ├── cf │ │ ├── Makefile │ │ ├── Makefile.dist │ │ ├── chez.cs.mc │ │ ├── clientproto.mc │ │ ├── cs-hpux10.mc │ │ ├── cs-hpux9.mc │ │ ├── cs-osf1.mc │ │ ├── cs-solaris2.mc │ │ ├── cs-sunos4.1.mc │ │ ├── cs-ultrix4.mc │ │ ├── generic-hpux10.mc │ │ ├── generic-hpux9.mc │ │ ├── generic-osf1.mc │ │ ├── generic-solaris2.mc │ │ ├── generic-sunos4.1.mc │ │ ├── generic-ultrix4.mc │ │ ├── huginn.cs.mc │ │ ├── knecht.cs.mc │ │ ├── mail.cs.mc │ │ ├── mail.eecs.mc │ │ ├── mailspool.cs.mc │ │ ├── python.cs.mc │ │ ├── s2k-osf1.mc │ │ ├── s2k-ultrix4.mc │ │ ├── tcpproto.mc │ │ ├── ucbarpa.mc │ │ ├── ucbvax.mc │ │ ├── uucpproto.mc │ │ └── vangogh.cs.mc │ ├── domain │ │ ├── Berkeley.EDU.m4 │ │ ├── CS.Berkeley.EDU.m4 │ │ ├── EECS.Berkeley.EDU.m4 │ │ ├── S2K.Berkeley.EDU.m4 │ │ ├── berkeley-only.m4 │ │ ├── cs.hidden.m4 │ │ ├── generic.m4 │ │ └── unspecified-domain.m4 │ ├── feature │ │ ├── allmasquerade.m4 │ │ ├── always_add_domain.m4 │ │ ├── bestmx_is_local.m4 │ │ ├── bitdomain.m4 │ │ ├── domaintable.m4 │ │ ├── local_procmail.m4 │ │ ├── mailertable.m4 │ │ ├── nocanonify.m4 │ │ ├── nodns.m4 │ │ ├── notsticky.m4 │ │ ├── nouucp.m4 │ │ ├── nullclient.m4 │ │ ├── redirect.m4 │ │ ├── smrsh.m4 │ │ ├── stickyhost.m4 │ │ ├── use_cw_file.m4 │ │ └── uucpdomain.m4 │ ├── hack │ │ └── cssubdomain.m4 │ ├── m4 │ │ ├── cf.m4 │ │ ├── nullrelay.m4 │ │ ├── proto.m4 │ │ └── version.m4 │ ├── mailer │ │ ├── fax.m4 │ │ ├── local.m4 │ │ ├── mail11.m4 │ │ ├── pop.m4 │ │ ├── procmail.m4 │ │ ├── smtp.m4 │ │ ├── usenet.m4 │ │ └── uucp.m4 │ ├── ostype │ │ ├── aix3.m4 │ │ ├── amdahl-uts.m4 │ │ ├── aux.m4 │ │ ├── bsd4.3.m4 │ │ ├── bsd4.4.m4 │ │ ├── bsdi1.0.m4 │ │ ├── dgux.m4 │ │ ├── domainos.m4 │ │ ├── dynix3.2.m4 │ │ ├── hpux10.m4 │ │ ├── hpux9.m4 │ │ ├── irix.m4 │ │ ├── isc4.1.m4 │ │ ├── linux.m4 │ │ ├── nextstep.m4 │ │ ├── osf1.m4 │ │ ├── ptx2.m4 │ │ ├── riscos4.5.m4 │ │ ├── sco3.2.m4 │ │ ├── solaris2.m4 │ │ ├── sunos3.5.m4 │ │ ├── sunos4.1.m4 │ │ ├── svr4.m4 │ │ ├── ultrix4.m4 │ │ └── unknown.m4 │ ├── sh │ │ └── makeinfo.sh │ └── siteconfig │ │ ├── uucp.cogsci.m4 │ │ ├── uucp.old.arpa.m4 │ │ ├── uucp.ucbarpa.m4 │ │ └── uucp.ucbvax.m4 ├── doc │ ├── Makefile │ ├── changes │ │ ├── Makefile │ │ └── changes.me │ ├── intro │ │ ├── Makefile │ │ └── intro.me │ ├── mailaddr.7 │ ├── op │ │ ├── Makefile │ │ ├── op.me │ │ └── spell.ok │ ├── syslog.3 │ ├── syslog.8 │ └── usenix │ │ ├── Makefile │ │ └── usenix.me ├── mailstats │ ├── Makefile │ └── mailstats.c ├── makemap │ ├── Makefile │ ├── Makefile.dist │ ├── makemap.8 │ └── makemap.c ├── makepatch.sh ├── praliases │ ├── Makefile │ ├── Makefile.dist │ └── praliases.c ├── smrsh │ ├── README │ ├── smrsh.8 │ └── smrsh.c └── src │ ├── Makefile │ ├── Makefiles │ ├── Makefile.386BSD │ ├── Makefile.AIX │ ├── Makefile.AUX │ ├── Makefile.Altos │ ├── Makefile.BSD-OS │ ├── Makefile.BSD43 │ ├── Makefile.CLIX │ ├── Makefile.CSOS │ ├── Makefile.ConvexOS │ ├── Makefile.Dell │ ├── Makefile.DomainOS │ ├── Makefile.Dynix │ ├── Makefile.EWS-UX_V │ ├── Makefile.FreeBSD │ ├── Makefile.HP-UX │ ├── Makefile.HP-UX.10 │ ├── Makefile.IRIX │ ├── Makefile.IRIX.5.x │ ├── Makefile.IRIX64 │ ├── Makefile.ISC │ ├── Makefile.KSR │ ├── Makefile.LUNA │ ├── Makefile.Linux │ ├── Makefile.Mach386 │ ├── Makefile.NCR3000 │ ├── Makefile.NEWS-OS.4.x │ ├── Makefile.NEWS-OS.6.x │ ├── Makefile.NEXTSTEP │ ├── Makefile.NeXT │ ├── Makefile.NetBSD │ ├── Makefile.NonStop-UX │ ├── Makefile.OSF1 │ ├── Makefile.PTX │ ├── Makefile.Paragon │ ├── Makefile.RISCos │ ├── Makefile.SCO │ ├── Makefile.SVR4 │ ├── Makefile.Solaris │ ├── Makefile.SunOS │ ├── Makefile.SunOS.4.0 │ ├── Makefile.SunOS.5.3 │ ├── Makefile.SunOS.5.4 │ ├── Makefile.SunOS.5.5 │ ├── Makefile.Titan │ ├── Makefile.ULTRIX │ ├── Makefile.UMAX │ ├── Makefile.UNICOS │ ├── Makefile.UNIX_SV.4.x.i386 │ ├── Makefile.Utah │ ├── Makefile.dgux │ ├── Makefile.dist │ └── Makefile.uts.systemV │ ├── READ_ME │ ├── TODO │ ├── TRACEFLAGS │ ├── alias.c │ ├── aliases.5 │ ├── arpadate.c │ ├── clock.c │ ├── collect.c │ ├── conf.c │ ├── conf.h │ ├── convtime.c │ ├── daemon.c │ ├── deliver.c │ ├── domain.c │ ├── envelope.c │ ├── err.c │ ├── headers.c │ ├── macro.c │ ├── mailq.1 │ ├── mailstats.h │ ├── main.c │ ├── makesendmail │ ├── map.c │ ├── mci.c │ ├── mime.c │ ├── newaliases.1 │ ├── parseaddr.c │ ├── pathnames.h │ ├── queue.c │ ├── readcf.c │ ├── recipient.c │ ├── savemail.c │ ├── sendmail.8 │ ├── sendmail.h │ ├── sendmail.hf │ ├── srvrsmtp.c │ ├── stab.c │ ├── stats.c │ ├── sysexits.c │ ├── trace.c │ ├── udb.c │ ├── useful.h │ ├── usersmtp.c │ ├── util.c │ └── version.c ├── sliplogin ├── Makefile ├── pathnames.h ├── slip.hosts ├── slip.login ├── sliplogin.8 └── sliplogin.c ├── sysctl ├── Makefile ├── pathconf.c ├── sysctl.8 └── sysctl.c ├── syslogd ├── Makefile ├── pathnames.h ├── syslog.conf.5 ├── syslogd.8 └── syslogd.c ├── timed ├── Makefile ├── SMM.doc │ ├── timed │ │ ├── Makefile │ │ ├── date │ │ ├── loop │ │ ├── spell.ok │ │ ├── time │ │ ├── timed.ms │ │ └── unused │ └── timedop │ │ ├── Makefile │ │ └── timed.ms ├── timed │ ├── CHANGES │ ├── Makefile │ ├── TODO │ ├── TODO.jb │ ├── acksend.c │ ├── broadcast.c │ ├── byteorder.c │ ├── candidate.c │ ├── cksum.c │ ├── cksum.m68000.c │ ├── cksum.tahoe.c │ ├── cksum.vax.c │ ├── correct.c │ ├── extern.h │ ├── globals.h │ ├── master.c │ ├── measure.c │ ├── networkdelta.c │ ├── pathnames.h │ ├── readmsg.c │ ├── slave.c │ ├── timed.8 │ └── timed.c └── timedc │ ├── Makefile │ ├── cmds.c │ ├── cmdtab.c │ ├── extern.h │ ├── timedc.8 │ ├── timedc.c │ └── timedc.h ├── traceroute ├── Makefile ├── mean.awk ├── median.awk ├── traceroute.8 └── traceroute.c ├── trpt ├── Makefile ├── trpt.8 └── trpt.c ├── trsp ├── Makefile ├── trsp.8 └── trsp.c ├── update ├── Makefile ├── pathnames.h ├── update.8 └── update.c └── vipw ├── Makefile ├── pw_util.c ├── pw_util.h ├── vipw.8 └── vipw.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/README -------------------------------------------------------------------------------- /admin/style/err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/admin/style/err -------------------------------------------------------------------------------- /admin/style/style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/admin/style/style -------------------------------------------------------------------------------- /bin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/Makefile -------------------------------------------------------------------------------- /bin/Makefile.inc: -------------------------------------------------------------------------------- 1 | # @(#)Makefile.inc 8.1 (Berkeley) 05/31/93 2 | 3 | BINDIR?= /bin 4 | -------------------------------------------------------------------------------- /bin/cat/cat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cat/cat.1 -------------------------------------------------------------------------------- /bin/cat/cat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cat/cat.c -------------------------------------------------------------------------------- /bin/chmod/chmod.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/chmod/chmod.1 -------------------------------------------------------------------------------- /bin/chmod/chmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/chmod/chmod.c -------------------------------------------------------------------------------- /bin/cp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cp/Makefile -------------------------------------------------------------------------------- /bin/cp/cp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cp/cp.1 -------------------------------------------------------------------------------- /bin/cp/cp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cp/cp.c -------------------------------------------------------------------------------- /bin/cp/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cp/extern.h -------------------------------------------------------------------------------- /bin/cp/path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cp/path.c -------------------------------------------------------------------------------- /bin/cp/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/cp/utils.c -------------------------------------------------------------------------------- /bin/csh/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/Makefile -------------------------------------------------------------------------------- /bin/csh/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/alloc.c -------------------------------------------------------------------------------- /bin/csh/char.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/char.c -------------------------------------------------------------------------------- /bin/csh/char.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/char.h -------------------------------------------------------------------------------- /bin/csh/const.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/const.c -------------------------------------------------------------------------------- /bin/csh/csh.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/csh.1 -------------------------------------------------------------------------------- /bin/csh/csh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/csh.c -------------------------------------------------------------------------------- /bin/csh/csh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/csh.h -------------------------------------------------------------------------------- /bin/csh/dir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/dir.c -------------------------------------------------------------------------------- /bin/csh/dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/dir.h -------------------------------------------------------------------------------- /bin/csh/dol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/dol.c -------------------------------------------------------------------------------- /bin/csh/err.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/err.c -------------------------------------------------------------------------------- /bin/csh/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/exec.c -------------------------------------------------------------------------------- /bin/csh/exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/exp.c -------------------------------------------------------------------------------- /bin/csh/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/extern.h -------------------------------------------------------------------------------- /bin/csh/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/file.c -------------------------------------------------------------------------------- /bin/csh/func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/func.c -------------------------------------------------------------------------------- /bin/csh/glob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/glob.c -------------------------------------------------------------------------------- /bin/csh/hist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/hist.c -------------------------------------------------------------------------------- /bin/csh/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/init.c -------------------------------------------------------------------------------- /bin/csh/lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/lex.c -------------------------------------------------------------------------------- /bin/csh/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/misc.c -------------------------------------------------------------------------------- /bin/csh/parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/parse.c -------------------------------------------------------------------------------- /bin/csh/proc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/proc.c -------------------------------------------------------------------------------- /bin/csh/proc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/proc.h -------------------------------------------------------------------------------- /bin/csh/sem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/sem.c -------------------------------------------------------------------------------- /bin/csh/set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/set.c -------------------------------------------------------------------------------- /bin/csh/str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/str.c -------------------------------------------------------------------------------- /bin/csh/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/csh/time.c -------------------------------------------------------------------------------- /bin/date/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/date/Makefile -------------------------------------------------------------------------------- /bin/date/date.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/date/date.1 -------------------------------------------------------------------------------- /bin/date/date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/date/date.c -------------------------------------------------------------------------------- /bin/date/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/date/extern.h -------------------------------------------------------------------------------- /bin/dd/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/Makefile -------------------------------------------------------------------------------- /bin/dd/args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/args.c -------------------------------------------------------------------------------- /bin/dd/conv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/conv.c -------------------------------------------------------------------------------- /bin/dd/conv_tab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/conv_tab.c -------------------------------------------------------------------------------- /bin/dd/dd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/dd.1 -------------------------------------------------------------------------------- /bin/dd/dd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/dd.c -------------------------------------------------------------------------------- /bin/dd/dd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/dd.h -------------------------------------------------------------------------------- /bin/dd/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/extern.h -------------------------------------------------------------------------------- /bin/dd/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/misc.c -------------------------------------------------------------------------------- /bin/dd/position.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/dd/position.c -------------------------------------------------------------------------------- /bin/df/Makefile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/df/df.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/df/df.1 -------------------------------------------------------------------------------- /bin/df/df.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/echo/echo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/echo/echo.1 -------------------------------------------------------------------------------- /bin/echo/echo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/echo/echo.c -------------------------------------------------------------------------------- /bin/ed/ed.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ed/ed.1 -------------------------------------------------------------------------------- /bin/ed/ed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ed/ed.c -------------------------------------------------------------------------------- /bin/expr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/expr/Makefile -------------------------------------------------------------------------------- /bin/expr/expr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/expr/expr.1 -------------------------------------------------------------------------------- /bin/expr/expr.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/expr/expr.y -------------------------------------------------------------------------------- /bin/kill/kill.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/kill/kill.1 -------------------------------------------------------------------------------- /bin/kill/kill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/kill/kill.c -------------------------------------------------------------------------------- /bin/ln/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ln/Makefile -------------------------------------------------------------------------------- /bin/ln/ln.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ln/ln.1 -------------------------------------------------------------------------------- /bin/ln/ln.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ln/ln.c -------------------------------------------------------------------------------- /bin/ln/symlink.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ln/symlink.7 -------------------------------------------------------------------------------- /bin/ls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/Makefile -------------------------------------------------------------------------------- /bin/ls/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/cmp.c -------------------------------------------------------------------------------- /bin/ls/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/extern.h -------------------------------------------------------------------------------- /bin/ls/ls.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/ls.1 -------------------------------------------------------------------------------- /bin/ls/ls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/ls.c -------------------------------------------------------------------------------- /bin/ls/ls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/ls.h -------------------------------------------------------------------------------- /bin/ls/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/print.c -------------------------------------------------------------------------------- /bin/ls/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ls/util.c -------------------------------------------------------------------------------- /bin/mkdir/mkdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/mkdir/mkdir.1 -------------------------------------------------------------------------------- /bin/mkdir/mkdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/mkdir/mkdir.c -------------------------------------------------------------------------------- /bin/mv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/mv/Makefile -------------------------------------------------------------------------------- /bin/mv/mv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/mv/mv.1 -------------------------------------------------------------------------------- /bin/mv/mv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/mv/mv.c -------------------------------------------------------------------------------- /bin/pax/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/Makefile -------------------------------------------------------------------------------- /bin/pax/ar_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/ar_io.c -------------------------------------------------------------------------------- /bin/pax/ar_subs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/ar_subs.c -------------------------------------------------------------------------------- /bin/pax/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/cache.c -------------------------------------------------------------------------------- /bin/pax/cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/cache.h -------------------------------------------------------------------------------- /bin/pax/cpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/cpio.c -------------------------------------------------------------------------------- /bin/pax/cpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/cpio.h -------------------------------------------------------------------------------- /bin/pax/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/extern.h -------------------------------------------------------------------------------- /bin/pax/ftree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/ftree.c -------------------------------------------------------------------------------- /bin/pax/ftree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/ftree.h -------------------------------------------------------------------------------- /bin/pax/options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/options.c -------------------------------------------------------------------------------- /bin/pax/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/options.h -------------------------------------------------------------------------------- /bin/pax/pat_rep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/pat_rep.c -------------------------------------------------------------------------------- /bin/pax/pat_rep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/pat_rep.h -------------------------------------------------------------------------------- /bin/pax/pax.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/pax.1 -------------------------------------------------------------------------------- /bin/pax/pax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/pax.c -------------------------------------------------------------------------------- /bin/pax/pax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/pax.h -------------------------------------------------------------------------------- /bin/pax/tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/tables.c -------------------------------------------------------------------------------- /bin/pax/tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/tables.h -------------------------------------------------------------------------------- /bin/pax/tar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/tar.c -------------------------------------------------------------------------------- /bin/pax/tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pax/tar.h -------------------------------------------------------------------------------- /bin/ps/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/Makefile -------------------------------------------------------------------------------- /bin/ps/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/extern.h -------------------------------------------------------------------------------- /bin/ps/fmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/fmt.c -------------------------------------------------------------------------------- /bin/ps/keyword.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/keyword.c -------------------------------------------------------------------------------- /bin/ps/nlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/nlist.c -------------------------------------------------------------------------------- /bin/ps/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/print.c -------------------------------------------------------------------------------- /bin/ps/ps.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/ps.1 -------------------------------------------------------------------------------- /bin/ps/ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/ps.c -------------------------------------------------------------------------------- /bin/ps/ps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/ps/ps.h -------------------------------------------------------------------------------- /bin/pwd/pwd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pwd/pwd.1 -------------------------------------------------------------------------------- /bin/pwd/pwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/pwd/pwd.c -------------------------------------------------------------------------------- /bin/rcp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rcp/Makefile -------------------------------------------------------------------------------- /bin/rcp/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rcp/extern.h -------------------------------------------------------------------------------- /bin/rcp/rcp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rcp/rcp.1 -------------------------------------------------------------------------------- /bin/rcp/rcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rcp/rcp.c -------------------------------------------------------------------------------- /bin/rcp/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rcp/util.c -------------------------------------------------------------------------------- /bin/rm/rm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rm/rm.1 -------------------------------------------------------------------------------- /bin/rm/rm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rm/rm.c -------------------------------------------------------------------------------- /bin/rmail/rmail.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rmail/rmail.8 -------------------------------------------------------------------------------- /bin/rmail/rmail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rmail/rmail.c -------------------------------------------------------------------------------- /bin/rmdir/rmdir.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rmdir/rmdir.1 -------------------------------------------------------------------------------- /bin/rmdir/rmdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/rmdir/rmdir.c -------------------------------------------------------------------------------- /bin/sh/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/Makefile -------------------------------------------------------------------------------- /bin/sh/TOUR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/TOUR -------------------------------------------------------------------------------- /bin/sh/USD.doc/t1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/USD.doc/t1 -------------------------------------------------------------------------------- /bin/sh/USD.doc/t2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/USD.doc/t2 -------------------------------------------------------------------------------- /bin/sh/USD.doc/t3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/USD.doc/t3 -------------------------------------------------------------------------------- /bin/sh/USD.doc/t4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/USD.doc/t4 -------------------------------------------------------------------------------- /bin/sh/alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/alias.c -------------------------------------------------------------------------------- /bin/sh/alias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/alias.h -------------------------------------------------------------------------------- /bin/sh/arith.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/arith.h -------------------------------------------------------------------------------- /bin/sh/arith.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/arith.y -------------------------------------------------------------------------------- /bin/sh/cd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/cd.c -------------------------------------------------------------------------------- /bin/sh/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/error.c -------------------------------------------------------------------------------- /bin/sh/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/error.h -------------------------------------------------------------------------------- /bin/sh/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/eval.c -------------------------------------------------------------------------------- /bin/sh/eval.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/eval.h -------------------------------------------------------------------------------- /bin/sh/exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/exec.c -------------------------------------------------------------------------------- /bin/sh/exec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/exec.h -------------------------------------------------------------------------------- /bin/sh/expand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/expand.c -------------------------------------------------------------------------------- /bin/sh/expand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/expand.h -------------------------------------------------------------------------------- /bin/sh/funcs/cmv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/funcs/cmv -------------------------------------------------------------------------------- /bin/sh/funcs/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/funcs/dirs -------------------------------------------------------------------------------- /bin/sh/funcs/kill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/funcs/kill -------------------------------------------------------------------------------- /bin/sh/funcs/popd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/funcs/popd -------------------------------------------------------------------------------- /bin/sh/histedit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/histedit.c -------------------------------------------------------------------------------- /bin/sh/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/init.h -------------------------------------------------------------------------------- /bin/sh/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/input.c -------------------------------------------------------------------------------- /bin/sh/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/input.h -------------------------------------------------------------------------------- /bin/sh/jobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/jobs.c -------------------------------------------------------------------------------- /bin/sh/jobs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/jobs.h -------------------------------------------------------------------------------- /bin/sh/machdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/machdep.h -------------------------------------------------------------------------------- /bin/sh/mail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mail.c -------------------------------------------------------------------------------- /bin/sh/mail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mail.h -------------------------------------------------------------------------------- /bin/sh/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/main.c -------------------------------------------------------------------------------- /bin/sh/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/main.h -------------------------------------------------------------------------------- /bin/sh/memalloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/memalloc.c -------------------------------------------------------------------------------- /bin/sh/memalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/memalloc.h -------------------------------------------------------------------------------- /bin/sh/mkbuiltins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mkbuiltins -------------------------------------------------------------------------------- /bin/sh/mkinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mkinit.c -------------------------------------------------------------------------------- /bin/sh/mknodes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mknodes.c -------------------------------------------------------------------------------- /bin/sh/mksyntax.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mksyntax.c -------------------------------------------------------------------------------- /bin/sh/mktokens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mktokens -------------------------------------------------------------------------------- /bin/sh/mystring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mystring.c -------------------------------------------------------------------------------- /bin/sh/mystring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/mystring.h -------------------------------------------------------------------------------- /bin/sh/nodetypes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/nodetypes -------------------------------------------------------------------------------- /bin/sh/options.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/options.c -------------------------------------------------------------------------------- /bin/sh/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/options.h -------------------------------------------------------------------------------- /bin/sh/output.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/output.c -------------------------------------------------------------------------------- /bin/sh/output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/output.h -------------------------------------------------------------------------------- /bin/sh/parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/parser.c -------------------------------------------------------------------------------- /bin/sh/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/parser.h -------------------------------------------------------------------------------- /bin/sh/redir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/redir.c -------------------------------------------------------------------------------- /bin/sh/redir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/redir.h -------------------------------------------------------------------------------- /bin/sh/sh.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/sh.1 -------------------------------------------------------------------------------- /bin/sh/shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/shell.h -------------------------------------------------------------------------------- /bin/sh/show.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/show.c -------------------------------------------------------------------------------- /bin/sh/show.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/show.h -------------------------------------------------------------------------------- /bin/sh/trap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/trap.c -------------------------------------------------------------------------------- /bin/sh/trap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/trap.h -------------------------------------------------------------------------------- /bin/sh/var.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/var.c -------------------------------------------------------------------------------- /bin/sh/var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sh/var.h -------------------------------------------------------------------------------- /bin/sleep/sleep.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sleep/sleep.1 -------------------------------------------------------------------------------- /bin/sleep/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sleep/sleep.c -------------------------------------------------------------------------------- /bin/stty/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/Makefile -------------------------------------------------------------------------------- /bin/stty/cchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/cchar.c -------------------------------------------------------------------------------- /bin/stty/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/extern.h -------------------------------------------------------------------------------- /bin/stty/gfmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/gfmt.c -------------------------------------------------------------------------------- /bin/stty/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/key.c -------------------------------------------------------------------------------- /bin/stty/modes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/modes.c -------------------------------------------------------------------------------- /bin/stty/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/print.c -------------------------------------------------------------------------------- /bin/stty/stty.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/stty.1 -------------------------------------------------------------------------------- /bin/stty/stty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/stty.c -------------------------------------------------------------------------------- /bin/stty/stty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/stty.h -------------------------------------------------------------------------------- /bin/stty/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/stty/util.c -------------------------------------------------------------------------------- /bin/sync/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sync/Makefile -------------------------------------------------------------------------------- /bin/sync/sync.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sync/sync.8 -------------------------------------------------------------------------------- /bin/sync/sync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/sync/sync.c -------------------------------------------------------------------------------- /bin/test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/Makefile -------------------------------------------------------------------------------- /bin/test/TEST.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/TEST.csh -------------------------------------------------------------------------------- /bin/test/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/error.c -------------------------------------------------------------------------------- /bin/test/extern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/extern.h -------------------------------------------------------------------------------- /bin/test/mkops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/mkops -------------------------------------------------------------------------------- /bin/test/test.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/test.1 -------------------------------------------------------------------------------- /bin/test/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/test.c -------------------------------------------------------------------------------- /bin/test/unary_op: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/bin/test/unary_op -------------------------------------------------------------------------------- /contrib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/Makefile -------------------------------------------------------------------------------- /contrib/ed/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/README -------------------------------------------------------------------------------- /contrib/ed/a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/a.c -------------------------------------------------------------------------------- /contrib/ed/bang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/bang.c -------------------------------------------------------------------------------- /contrib/ed/c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/c.c -------------------------------------------------------------------------------- /contrib/ed/d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/d.c -------------------------------------------------------------------------------- /contrib/ed/e.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/e.c -------------------------------------------------------------------------------- /contrib/ed/ed.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/ed.1 -------------------------------------------------------------------------------- /contrib/ed/ed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/ed.h -------------------------------------------------------------------------------- /contrib/ed/f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/f.c -------------------------------------------------------------------------------- /contrib/ed/g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/g.c -------------------------------------------------------------------------------- /contrib/ed/i.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/i.c -------------------------------------------------------------------------------- /contrib/ed/j.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/j.c -------------------------------------------------------------------------------- /contrib/ed/k.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/k.c -------------------------------------------------------------------------------- /contrib/ed/l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/l.c -------------------------------------------------------------------------------- /contrib/ed/m.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/m.c -------------------------------------------------------------------------------- /contrib/ed/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/main.c -------------------------------------------------------------------------------- /contrib/ed/p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/p.c -------------------------------------------------------------------------------- /contrib/ed/q.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/q.c -------------------------------------------------------------------------------- /contrib/ed/r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/r.c -------------------------------------------------------------------------------- /contrib/ed/re.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/re.c -------------------------------------------------------------------------------- /contrib/ed/rol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/rol.c -------------------------------------------------------------------------------- /contrib/ed/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/sub.c -------------------------------------------------------------------------------- /contrib/ed/t.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/t.c -------------------------------------------------------------------------------- /contrib/ed/u.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/u.c -------------------------------------------------------------------------------- /contrib/ed/w.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/w.c -------------------------------------------------------------------------------- /contrib/ed/z.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/ed/z.c -------------------------------------------------------------------------------- /contrib/sc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/README -------------------------------------------------------------------------------- /contrib/sc/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/TODO -------------------------------------------------------------------------------- /contrib/sc/cmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/cmds.c -------------------------------------------------------------------------------- /contrib/sc/gram.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/gram.y -------------------------------------------------------------------------------- /contrib/sc/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/help.c -------------------------------------------------------------------------------- /contrib/sc/lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/lex.c -------------------------------------------------------------------------------- /contrib/sc/psc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/psc.c -------------------------------------------------------------------------------- /contrib/sc/sc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/sc.1 -------------------------------------------------------------------------------- /contrib/sc/sc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/sc.c -------------------------------------------------------------------------------- /contrib/sc/sc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/sc.h -------------------------------------------------------------------------------- /contrib/sc/vi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/contrib/sc/vi.c -------------------------------------------------------------------------------- /etc/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/COPYRIGHT -------------------------------------------------------------------------------- /etc/FILESTOCOPY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/FILESTOCOPY -------------------------------------------------------------------------------- /etc/MAKEDEV.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/MAKEDEV.local -------------------------------------------------------------------------------- /etc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/Makefile -------------------------------------------------------------------------------- /etc/aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/aliases -------------------------------------------------------------------------------- /etc/amd-home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/amd-home -------------------------------------------------------------------------------- /etc/amd-n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/amd-n -------------------------------------------------------------------------------- /etc/changelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/changelist -------------------------------------------------------------------------------- /etc/crontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/crontab -------------------------------------------------------------------------------- /etc/crontab.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/crontab.local -------------------------------------------------------------------------------- /etc/csh.cshrc: -------------------------------------------------------------------------------- 1 | # System-wide .cshrc file for csh(1). 2 | -------------------------------------------------------------------------------- /etc/csh.login: -------------------------------------------------------------------------------- 1 | # System-wide .login file for csh(1). 2 | -------------------------------------------------------------------------------- /etc/csh.logout: -------------------------------------------------------------------------------- 1 | # System-wide .logout file for csh(1). 2 | -------------------------------------------------------------------------------- /etc/daily: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/daily -------------------------------------------------------------------------------- /etc/dm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/dm.conf -------------------------------------------------------------------------------- /etc/exports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/exports -------------------------------------------------------------------------------- /etc/ftpusers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/ftpusers -------------------------------------------------------------------------------- /etc/ftpwelcome: -------------------------------------------------------------------------------- 1 | 2 | myname.my.domain -- Ftp server. 3 | 4 | -------------------------------------------------------------------------------- /etc/gettytab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/gettytab -------------------------------------------------------------------------------- /etc/group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/group -------------------------------------------------------------------------------- /etc/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/hosts -------------------------------------------------------------------------------- /etc/hosts.equiv: -------------------------------------------------------------------------------- 1 | localhost 2 | my_very_good_friend.domain 3 | -------------------------------------------------------------------------------- /etc/hosts.lpd: -------------------------------------------------------------------------------- 1 | machine.domain 2 | -------------------------------------------------------------------------------- /etc/inetd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/inetd.conf -------------------------------------------------------------------------------- /etc/man.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/man.conf -------------------------------------------------------------------------------- /etc/master.passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/master.passwd -------------------------------------------------------------------------------- /etc/monthly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/monthly -------------------------------------------------------------------------------- /etc/motd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/motd -------------------------------------------------------------------------------- /etc/mtree/special: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/mtree/special -------------------------------------------------------------------------------- /etc/netgroup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/netgroup -------------------------------------------------------------------------------- /etc/netstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/netstart -------------------------------------------------------------------------------- /etc/networks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/networks -------------------------------------------------------------------------------- /etc/phones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/phones -------------------------------------------------------------------------------- /etc/printcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/printcap -------------------------------------------------------------------------------- /etc/protocols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/protocols -------------------------------------------------------------------------------- /etc/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/rc -------------------------------------------------------------------------------- /etc/rc.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/rc.local -------------------------------------------------------------------------------- /etc/remote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/remote -------------------------------------------------------------------------------- /etc/root/dot.rhosts: -------------------------------------------------------------------------------- 1 | trustedhost.wherever.domain 2 | -------------------------------------------------------------------------------- /etc/security: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/security -------------------------------------------------------------------------------- /etc/services: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/services -------------------------------------------------------------------------------- /etc/shells: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/shells -------------------------------------------------------------------------------- /etc/syslog.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/syslog.conf -------------------------------------------------------------------------------- /etc/ttys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/ttys -------------------------------------------------------------------------------- /etc/weekly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/etc/weekly -------------------------------------------------------------------------------- /games/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/Makefile -------------------------------------------------------------------------------- /games/atc/atc.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/atc.6 -------------------------------------------------------------------------------- /games/atc/def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/def.h -------------------------------------------------------------------------------- /games/atc/games/Game_List: -------------------------------------------------------------------------------- 1 | default 2 | easy 3 | crossover 4 | Killer 5 | game_2 6 | -------------------------------------------------------------------------------- /games/atc/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/input.c -------------------------------------------------------------------------------- /games/atc/lex.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/lex.l -------------------------------------------------------------------------------- /games/atc/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/list.c -------------------------------------------------------------------------------- /games/atc/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/log.c -------------------------------------------------------------------------------- /games/atc/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/atc/main.c -------------------------------------------------------------------------------- /games/bcd/bcd.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/bcd/bcd.6 -------------------------------------------------------------------------------- /games/bcd/bcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/bcd/bcd.c -------------------------------------------------------------------------------- /games/dm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/dm/Makefile -------------------------------------------------------------------------------- /games/dm/dm.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/dm/dm.8 -------------------------------------------------------------------------------- /games/dm/dm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/dm/dm.c -------------------------------------------------------------------------------- /games/fish/fish.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/fish/fish.6 -------------------------------------------------------------------------------- /games/fish/fish.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/fish/fish.c -------------------------------------------------------------------------------- /games/hack/OWNER: -------------------------------------------------------------------------------- 1 | Andries Brouwer 2 | mcvax!aeb 3 | -------------------------------------------------------------------------------- /games/hack/data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/data -------------------------------------------------------------------------------- /games/hack/date.h: -------------------------------------------------------------------------------- 1 | 2 | char datestring[] = "Tue Jul 23 1985"; 3 | -------------------------------------------------------------------------------- /games/hack/hack.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/hack.6 -------------------------------------------------------------------------------- /games/hack/hack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/hack.c -------------------------------------------------------------------------------- /games/hack/hack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/hack.h -------------------------------------------------------------------------------- /games/hack/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/help -------------------------------------------------------------------------------- /games/hack/hh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/hh -------------------------------------------------------------------------------- /games/hack/rnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/rnd.c -------------------------------------------------------------------------------- /games/hack/rumors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/hack/rumors -------------------------------------------------------------------------------- /games/larn/OWNER: -------------------------------------------------------------------------------- 1 | Noah Morgan 2 | panda!condor!noah 3 | GenRad Inc. Bolton, MA 4 | -------------------------------------------------------------------------------- /games/larn/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/README -------------------------------------------------------------------------------- /games/larn/bill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/bill.c -------------------------------------------------------------------------------- /games/larn/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/data.c -------------------------------------------------------------------------------- /games/larn/datfiles/lfortune: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/larn/diag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/diag.c -------------------------------------------------------------------------------- /games/larn/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/help.c -------------------------------------------------------------------------------- /games/larn/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/io.c -------------------------------------------------------------------------------- /games/larn/larn.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/larn.6 -------------------------------------------------------------------------------- /games/larn/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/main.c -------------------------------------------------------------------------------- /games/larn/nap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/nap.c -------------------------------------------------------------------------------- /games/larn/tok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/larn/tok.c -------------------------------------------------------------------------------- /games/mille/end.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/mille/end.c -------------------------------------------------------------------------------- /games/pig/pig.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/pig/pig.6 -------------------------------------------------------------------------------- /games/pig/pig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/pig/pig.c -------------------------------------------------------------------------------- /games/pom/pom.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/pom/pom.6 -------------------------------------------------------------------------------- /games/pom/pom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/pom/pom.c -------------------------------------------------------------------------------- /games/ppt/ppt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/ppt/ppt.c -------------------------------------------------------------------------------- /games/quiz/Makefile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/quiz/quiz.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/quiz/quiz.6 -------------------------------------------------------------------------------- /games/quiz/quiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/quiz/quiz.c -------------------------------------------------------------------------------- /games/quiz/quiz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/quiz/quiz.h -------------------------------------------------------------------------------- /games/quiz/rxp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/quiz/rxp.c -------------------------------------------------------------------------------- /games/rain/rain.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/rain/rain.6 -------------------------------------------------------------------------------- /games/rain/rain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/rain/rain.c -------------------------------------------------------------------------------- /games/rogue/hit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/rogue/hit.c -------------------------------------------------------------------------------- /games/rogue/rogue.6: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /games/rogue/use.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/rogue/use.c -------------------------------------------------------------------------------- /games/rogue/zap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/rogue/zap.c -------------------------------------------------------------------------------- /games/sail/:file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/:file -------------------------------------------------------------------------------- /games/sail/:scene: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/:scene -------------------------------------------------------------------------------- /games/sail/:ship: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/:ship -------------------------------------------------------------------------------- /games/sail/:specs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/:specs -------------------------------------------------------------------------------- /games/sail/dr_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/dr_1.c -------------------------------------------------------------------------------- /games/sail/dr_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/dr_2.c -------------------------------------------------------------------------------- /games/sail/dr_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/dr_3.c -------------------------------------------------------------------------------- /games/sail/dr_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/dr_4.c -------------------------------------------------------------------------------- /games/sail/dr_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/dr_5.c -------------------------------------------------------------------------------- /games/sail/game.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/game.c -------------------------------------------------------------------------------- /games/sail/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/main.c -------------------------------------------------------------------------------- /games/sail/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/misc.c -------------------------------------------------------------------------------- /games/sail/pl_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_1.c -------------------------------------------------------------------------------- /games/sail/pl_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_2.c -------------------------------------------------------------------------------- /games/sail/pl_3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_3.c -------------------------------------------------------------------------------- /games/sail/pl_4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_4.c -------------------------------------------------------------------------------- /games/sail/pl_5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_5.c -------------------------------------------------------------------------------- /games/sail/pl_6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_6.c -------------------------------------------------------------------------------- /games/sail/pl_7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/pl_7.c -------------------------------------------------------------------------------- /games/sail/sail.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/sail.6 -------------------------------------------------------------------------------- /games/sail/sync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/sail/sync.c -------------------------------------------------------------------------------- /games/trek/dock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/dock.c -------------------------------------------------------------------------------- /games/trek/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/help.c -------------------------------------------------------------------------------- /games/trek/kill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/kill.c -------------------------------------------------------------------------------- /games/trek/lose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/lose.c -------------------------------------------------------------------------------- /games/trek/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/main.c -------------------------------------------------------------------------------- /games/trek/move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/move.c -------------------------------------------------------------------------------- /games/trek/nova.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/nova.c -------------------------------------------------------------------------------- /games/trek/out.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/out.c -------------------------------------------------------------------------------- /games/trek/play.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/play.c -------------------------------------------------------------------------------- /games/trek/ram.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/ram.c -------------------------------------------------------------------------------- /games/trek/ranf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/ranf.c -------------------------------------------------------------------------------- /games/trek/rest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/rest.c -------------------------------------------------------------------------------- /games/trek/trek.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/trek.6 -------------------------------------------------------------------------------- /games/trek/trek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/trek.h -------------------------------------------------------------------------------- /games/trek/warp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/warp.c -------------------------------------------------------------------------------- /games/trek/win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/trek/win.c -------------------------------------------------------------------------------- /games/worm/worm.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/worm/worm.6 -------------------------------------------------------------------------------- /games/worm/worm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/worm/worm.c -------------------------------------------------------------------------------- /games/wump/wump.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/wump/wump.6 -------------------------------------------------------------------------------- /games/wump/wump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/games/wump/wump.c -------------------------------------------------------------------------------- /include/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/Makefile -------------------------------------------------------------------------------- /include/a.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/a.out.h -------------------------------------------------------------------------------- /include/ar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/ar.h -------------------------------------------------------------------------------- /include/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/assert.h -------------------------------------------------------------------------------- /include/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/ctype.h -------------------------------------------------------------------------------- /include/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/db.h -------------------------------------------------------------------------------- /include/dirent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/dirent.h -------------------------------------------------------------------------------- /include/disktab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/disktab.h -------------------------------------------------------------------------------- /include/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/err.h -------------------------------------------------------------------------------- /include/fnmatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/fnmatch.h -------------------------------------------------------------------------------- /include/fstab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/fstab.h -------------------------------------------------------------------------------- /include/fts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/fts.h -------------------------------------------------------------------------------- /include/glob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/glob.h -------------------------------------------------------------------------------- /include/grp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/grp.h -------------------------------------------------------------------------------- /include/kvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/kvm.h -------------------------------------------------------------------------------- /include/lastlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/lastlog.h -------------------------------------------------------------------------------- /include/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/limits.h -------------------------------------------------------------------------------- /include/locale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/locale.h -------------------------------------------------------------------------------- /include/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/math.h -------------------------------------------------------------------------------- /include/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/memory.h -------------------------------------------------------------------------------- /include/mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/mp.h -------------------------------------------------------------------------------- /include/mpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/mpool.h -------------------------------------------------------------------------------- /include/ndbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/ndbm.h -------------------------------------------------------------------------------- /include/netdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/netdb.h -------------------------------------------------------------------------------- /include/nlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/nlist.h -------------------------------------------------------------------------------- /include/pagsiz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/pagsiz.h -------------------------------------------------------------------------------- /include/paths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/paths.h -------------------------------------------------------------------------------- /include/pwd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/pwd.h -------------------------------------------------------------------------------- /include/ranlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/ranlib.h -------------------------------------------------------------------------------- /include/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/regex.h -------------------------------------------------------------------------------- /include/regexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/regexp.h -------------------------------------------------------------------------------- /include/resolv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/resolv.h -------------------------------------------------------------------------------- /include/rune.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/rune.h -------------------------------------------------------------------------------- /include/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/setjmp.h -------------------------------------------------------------------------------- /include/sgtty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/sgtty.h -------------------------------------------------------------------------------- /include/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/signal.h -------------------------------------------------------------------------------- /include/stab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/stab.h -------------------------------------------------------------------------------- /include/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/stdarg.h -------------------------------------------------------------------------------- /include/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/stddef.h -------------------------------------------------------------------------------- /include/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/stdio.h -------------------------------------------------------------------------------- /include/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/stdlib.h -------------------------------------------------------------------------------- /include/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/string.h -------------------------------------------------------------------------------- /include/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/strings.h -------------------------------------------------------------------------------- /include/struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/struct.h -------------------------------------------------------------------------------- /include/tar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/tar.h -------------------------------------------------------------------------------- /include/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/time.h -------------------------------------------------------------------------------- /include/ttyent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/ttyent.h -------------------------------------------------------------------------------- /include/tzfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/tzfile.h -------------------------------------------------------------------------------- /include/unistd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/unistd.h -------------------------------------------------------------------------------- /include/utime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/utime.h -------------------------------------------------------------------------------- /include/utmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/utmp.h -------------------------------------------------------------------------------- /include/vis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/include/vis.h -------------------------------------------------------------------------------- /lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/Makefile -------------------------------------------------------------------------------- /lib/libc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libc/Makefile -------------------------------------------------------------------------------- /lib/libc/gen/x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libc/gen/x.c -------------------------------------------------------------------------------- /lib/libc/net/ns.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libc/net/ns.3 -------------------------------------------------------------------------------- /lib/libc/net/res_debug.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/libc/vax/:errfix: -------------------------------------------------------------------------------- 1 | ?sys_nerr? 2 | 1,.-5g/\.data/s//\.text/ 3 | w 4 | q 5 | -------------------------------------------------------------------------------- /lib/libcurses/:ctfix: -------------------------------------------------------------------------------- 1 | 1,$s; ; /vb/arpa/arnold/=lib/=curses/; 2 | w 3 | q 4 | -------------------------------------------------------------------------------- /lib/libedit/el.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/el.c -------------------------------------------------------------------------------- /lib/libedit/el.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/el.h -------------------------------------------------------------------------------- /lib/libedit/key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/key.c -------------------------------------------------------------------------------- /lib/libedit/key.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/key.h -------------------------------------------------------------------------------- /lib/libedit/map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/map.c -------------------------------------------------------------------------------- /lib/libedit/map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/map.h -------------------------------------------------------------------------------- /lib/libedit/sig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/sig.c -------------------------------------------------------------------------------- /lib/libedit/sig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/sig.h -------------------------------------------------------------------------------- /lib/libedit/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/sys.h -------------------------------------------------------------------------------- /lib/libedit/tty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/tty.c -------------------------------------------------------------------------------- /lib/libedit/tty.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/tty.h -------------------------------------------------------------------------------- /lib/libedit/vi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libedit/vi.c -------------------------------------------------------------------------------- /lib/libkvm/kvm.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libkvm/kvm.3 -------------------------------------------------------------------------------- /lib/libkvm/kvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libkvm/kvm.c -------------------------------------------------------------------------------- /lib/libm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libm/Makefile -------------------------------------------------------------------------------- /lib/libm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libm/README -------------------------------------------------------------------------------- /lib/libmp/gcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/gcd.c -------------------------------------------------------------------------------- /lib/libmp/madd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/madd.c -------------------------------------------------------------------------------- /lib/libmp/mdiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/mdiv.c -------------------------------------------------------------------------------- /lib/libmp/mout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/mout.c -------------------------------------------------------------------------------- /lib/libmp/mp.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/mp.3 -------------------------------------------------------------------------------- /lib/libmp/msqrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/msqrt.c -------------------------------------------------------------------------------- /lib/libmp/mult.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/mult.c -------------------------------------------------------------------------------- /lib/libmp/pow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/pow.c -------------------------------------------------------------------------------- /lib/libmp/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libmp/util.c -------------------------------------------------------------------------------- /lib/libutil/pty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/libutil/pty.c -------------------------------------------------------------------------------- /lib/liby/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/lib/liby/main.c -------------------------------------------------------------------------------- /libexec/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/libexec/Makefile -------------------------------------------------------------------------------- /local/ditroff/ditroff.okeeffe/s.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /local/ditroff/ditroff.okeeffe/troff/s.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /local/tac/tac.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/local/tac/tac.1 -------------------------------------------------------------------------------- /local/tac/tac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/local/tac/tac.c -------------------------------------------------------------------------------- /local/tac/tmail.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/local/tac/tmail.1 -------------------------------------------------------------------------------- /local/tmac/hed.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/local/tmac/hed.ms -------------------------------------------------------------------------------- /local/ukc/dump/dumpall.8: -------------------------------------------------------------------------------- 1 | .so man8/dumpdev.8 2 | -------------------------------------------------------------------------------- /old/1kfix/1kfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/old/1kfix/1kfix.c -------------------------------------------------------------------------------- /old/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/old/Makefile -------------------------------------------------------------------------------- /old/Makefile.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/old/Makefile.inc -------------------------------------------------------------------------------- /old/adb/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weiss/original-bsd/HEAD/old/adb/Makefile -------------------------------------------------------------------------------- /old/adb/common_scripts/dir: -------------------------------------------------------------------------------- 1 | ./"ino"8t"entry"nx14cn 2 | +,<9-1$1 2 | <1/XXdd112+X 3 | *<1,*<1$1 2 | <1/a2XDXdxn 3 | *<1,*<1$f 2 | $