├── 386 ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── 68020 ├── bin │ ├── ape │ │ └── .shutuphg │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── ip │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── dac.h │ ├── lbp.h │ ├── u.h │ └── ureg.h ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── .gitignore ├── BUILDTOOLCHAIN ├── CONTRIBUTORS ├── LICENSE ├── LICENSE.afpl ├── LICENSE.gpl ├── Makefile ├── NOTICE ├── README ├── RUN_REGRESSIONS ├── SETUP ├── SETUP.plan9 ├── alpha ├── bin │ ├── ape │ │ └── .shutuphg │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── fs │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── ip │ │ └── httpd │ │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ ├── usb │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── amd64 ├── bin │ ├── .shutuphg │ ├── ape │ │ └── psh │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── bitsyload │ │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── fs │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── ip │ │ ├── .shutuphg │ │ └── httpd │ │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ ├── usb │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── lib │ ├── .shutuphg │ └── ape │ │ └── .shutuphg ├── mkfile └── unix │ └── mkfile ├── arm ├── bin │ ├── ape │ │ └── psh │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── fs │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── go │ │ └── .shutuphg │ ├── ip │ │ └── httpd │ │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ ├── usb │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── inflate ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── inferno-os ├── BUILD ├── Linux │ └── 386 │ │ ├── include │ │ ├── emu.h │ │ ├── fpuctl.h │ │ └── lib9.h │ │ └── lib │ │ └── .placeholder ├── MacOSX │ └── 386 │ │ ├── include │ │ └── lib9.h │ │ └── lib │ │ └── .placeholder ├── include │ ├── NOTICE │ ├── a.out.h │ ├── ar.h │ ├── bio.h │ ├── cursor.h │ ├── draw.h │ ├── drawif.h │ ├── dynld.h │ ├── fcall.h │ ├── flate.h │ ├── freetype.h │ ├── freetype │ │ ├── cache │ │ │ ├── ftccache.h │ │ │ ├── ftccmap.h │ │ │ ├── ftcglyph.h │ │ │ ├── ftcimage.h │ │ │ ├── ftcmanag.h │ │ │ ├── ftcsbits.h │ │ │ └── ftlru.h │ │ ├── config │ │ │ ├── ftconfig.h │ │ │ ├── ftconfig.h.orig │ │ │ ├── ftheader.h │ │ │ ├── ftmodule.h │ │ │ ├── ftmodule.h.orig │ │ │ ├── ftoption.h │ │ │ ├── ftstdlib.h │ │ │ └── ftstdlib.h.orig │ │ ├── freetype.h │ │ ├── ft2build.h │ │ ├── ftbbox.h │ │ ├── ftbdf.h │ │ ├── ftcache.h │ │ ├── ftchapters.h │ │ ├── fterrdef.h │ │ ├── fterrors.h │ │ ├── ftglyph.h │ │ ├── ftgzip.h │ │ ├── ftimage.h │ │ ├── ftincrem.h │ │ ├── ftlist.h │ │ ├── ftmac.h │ │ ├── ftmm.h │ │ ├── ftmoderr.h │ │ ├── ftmodule.h │ │ ├── ftoutln.h │ │ ├── ftpfr.h │ │ ├── ftrender.h │ │ ├── ftsizes.h │ │ ├── ftsnames.h │ │ ├── ftstroker.h │ │ ├── ftsynth.h │ │ ├── ftsysio.h │ │ ├── ftsysmem.h │ │ ├── ftsystem.h │ │ ├── fttrigon.h │ │ ├── fttypes.h │ │ ├── ftxf86.h │ │ ├── internal │ │ │ ├── autohint.h │ │ │ ├── bdftypes.h │ │ │ ├── cfftypes.h │ │ │ ├── fnttypes.h │ │ │ ├── ftcalc.h │ │ │ ├── ftcore.h │ │ │ ├── ftdebug.h │ │ │ ├── ftdriver.h │ │ │ ├── ftexcept.h │ │ │ ├── ftgloadr.h │ │ │ ├── fthash.h │ │ │ ├── ftmemory.h │ │ │ ├── ftobject.h │ │ │ ├── ftobjs.h │ │ │ ├── ftstream.h │ │ │ ├── fttrace.h │ │ │ ├── internal.h │ │ │ ├── pcftypes.h │ │ │ ├── pfr.h │ │ │ ├── psaux.h │ │ │ ├── pshints.h │ │ │ ├── psnames.h │ │ │ ├── sfnt.h │ │ │ ├── t1types.h │ │ │ ├── t42types.h │ │ │ └── tttypes.h │ │ ├── t1tables.h │ │ ├── ttnameid.h │ │ ├── tttables.h │ │ └── tttags.h │ ├── interp.h │ ├── isa.h │ ├── kern.h │ ├── kernel.h │ ├── keyboard.h │ ├── libsec.h │ ├── logfs.h │ ├── logfsos.h │ ├── mach.h │ ├── mathi.h │ ├── memdraw.h │ ├── memlayer.h │ ├── mp.h │ ├── nandecc.h │ ├── nandfs.h │ ├── pool.h │ ├── pooldefs.h │ ├── prefab.h │ ├── raise.h │ ├── rdbg.h │ ├── regexp.h │ ├── styx.h │ ├── styxserver.h │ ├── tk.h │ ├── trace.h │ ├── version.h │ └── vm.h ├── lib9 │ ├── NOTICE │ ├── argv0.c │ ├── charstod.c │ ├── cistrcmp.c │ ├── cistrncmp.c │ ├── cistrstr.c │ ├── cleanname.c │ ├── convD2M.c │ ├── convM2D.c │ ├── convM2S.c │ ├── convS2M.c │ ├── create.c │ ├── dirstat-Nt.c │ ├── dirstat-posix.c │ ├── dirwstat.c │ ├── dofmt.c │ ├── dorfmt.c │ ├── errfmt.c │ ├── errstr-Nt.c │ ├── errstr-Plan9.c │ ├── errstr-posix.c │ ├── exits.c │ ├── fcallfmt.c │ ├── fltfmt.c │ ├── fmt.c │ ├── fmtdef.h │ ├── fmtfd.c │ ├── fmtlock.c │ ├── fmtprint.c │ ├── fmtquote.c │ ├── fmtrune.c │ ├── fmtstr.c │ ├── fmtvprint.c │ ├── fprint.c │ ├── getcallerpc-DragonFly-386.S │ ├── getcallerpc-FreeBSD-386.S │ ├── getcallerpc-Hp-s800.s │ ├── getcallerpc-Irix-mips.s │ ├── getcallerpc-Linux-386.S │ ├── getcallerpc-Linux-arm.S │ ├── getcallerpc-Linux-power.c │ ├── getcallerpc-Linux-spim.S │ ├── getcallerpc-MacOSX-386.s │ ├── getcallerpc-MacOSX-power.s │ ├── getcallerpc-NetBSD-386.S │ ├── getcallerpc-OpenBSD-386.S │ ├── getcallerpc-Solaris-386.s │ ├── getcallerpc-Solaris-sparc.s │ ├── getcallerpc-Unixware-386.s │ ├── getfields.c │ ├── getuser-Nt.c │ ├── getuser-posix.c │ ├── getwd-Nt.c │ ├── getwd-posix.c │ ├── isnan-posix.c │ ├── lock-Hp-s800.s │ ├── lock-Irix-mips.s │ ├── lock-MacOSX-power.s │ ├── lock-Nt-386.c │ ├── lock-Solaris-386.s │ ├── lock-Solaris-sparc.s │ ├── lock-Unixware-386.s │ ├── lock.c │ ├── mkfile │ ├── mkfile-Nt │ ├── mkfile-Plan9 │ ├── mkfile-Posix │ ├── nulldir.c │ ├── pow10.c │ ├── pread-Nt.c │ ├── print.c │ ├── qsort.c │ ├── readn.c │ ├── rerrstr.c │ ├── rune.c │ ├── runeseprint.c │ ├── runesmprint.c │ ├── runesnprint.c │ ├── runestrlen.c │ ├── runevseprint.c │ ├── sbrk-posix.c │ ├── seek.c │ ├── seprint.c │ ├── setbinmode-Nt.c │ ├── smprint.c │ ├── snprint.c │ ├── sprint.c │ ├── strdup.c │ ├── strecpy.c │ ├── strtoll.c │ ├── strtoull.c │ ├── sysfatal.c │ ├── tokenize.c │ ├── u16.c │ ├── u32.c │ ├── u64.c │ ├── utfecpy.c │ ├── utflen.c │ ├── utfnlen.c │ ├── utfrrune.c │ ├── utfrune.c │ ├── vfprint.c │ ├── vseprint.c │ ├── vsmprint.c │ └── vsnprint.c ├── libbio │ ├── NOTICE │ ├── bbuffered.c │ ├── bfildes.c │ ├── bflush.c │ ├── bgetc.c │ ├── bgetd.c │ ├── bgetrune.c │ ├── binit.c │ ├── boffset.c │ ├── bprint.c │ ├── bputc.c │ ├── bputrune.c │ ├── brdline.c │ ├── bread.c │ ├── bseek.c │ ├── bwrite.c │ └── mkfile ├── mkconfig.jenkins ├── mkconfig.proto ├── mkfiles │ ├── mkdis │ ├── mkfile-DragonFly-386 │ ├── mkfile-FreeBSD-386 │ ├── mkfile-Hp-s800 │ ├── mkfile-Inferno-386 │ ├── mkfile-Inferno-68000 │ ├── mkfile-Inferno-arm │ ├── mkfile-Inferno-mips │ ├── mkfile-Inferno-power │ ├── mkfile-Inferno-sparc │ ├── mkfile-Inferno-spim │ ├── mkfile-Inferno-thumb │ ├── mkfile-Irix-mips │ ├── mkfile-Linux-386 │ ├── mkfile-Linux-arm │ ├── mkfile-Linux-power │ ├── mkfile-Linux-spim │ ├── mkfile-MacOSX-386 │ ├── mkfile-MacOSX-power │ ├── mkfile-NetBSD-386 │ ├── mkfile-Nt-386 │ ├── mkfile-OpenBSD-386 │ ├── mkfile-Plan9-386 │ ├── mkfile-Plan9-68020 │ ├── mkfile-Plan9-amd64 │ ├── mkfile-Plan9-arm │ ├── mkfile-Plan9-mips │ ├── mkfile-Plan9-power │ ├── mkfile-Plan9-sparc │ ├── mkfile-Solaris-386 │ ├── mkfile-Solaris-sparc │ ├── mkfile-Unixware-386 │ ├── mkfile-os-386 │ ├── mkfile-os-arm │ ├── mkfile-os-power │ ├── mkfile-os-sparc │ ├── mkfile-os-spim │ ├── mkfile-os-thumb │ ├── mkhost-DragonFly │ ├── mkhost-FreeBSD │ ├── mkhost-Hp │ ├── mkhost-Inferno │ ├── mkhost-Irix │ ├── mkhost-Linux │ ├── mkhost-MacOSX │ ├── mkhost-NetBSD │ ├── mkhost-Nt │ ├── mkhost-OpenBSD │ ├── mkhost-Plan9 │ ├── mkhost-Solaris │ ├── mkhost-Unixware │ ├── mkjava │ ├── mklibsubdirs │ ├── mkone-nt │ ├── mkone-rc │ ├── mkone-sh │ ├── mksubdirs │ ├── mksyslib-nt │ ├── mksyslib-rc │ └── mksyslib-sh └── utils │ ├── 0c │ └── v.out.h │ ├── 2c │ └── 2.out.h │ ├── 5c │ └── 5.out.h │ ├── 6c │ ├── 6.out.h │ ├── README │ ├── cgen.c │ ├── div.c │ ├── enam.c │ ├── gc.h │ ├── list.c │ ├── machcap.c │ ├── mkenam │ ├── mkfile │ ├── mul.c │ ├── peep.c │ ├── reg.c │ ├── sgen.c │ ├── swt.c │ └── txt.c │ ├── 8c │ └── 8.out.h │ ├── 9c │ └── 9.out.h │ ├── cc │ ├── Nt.c │ ├── Plan9.c │ ├── Posix.c │ ├── acid.c │ ├── bits.c │ ├── c99 │ ├── cc.h │ ├── cc.y │ ├── com.c │ ├── com64.c │ ├── dcl.c │ ├── dpchk.c │ ├── funct.c │ ├── lex.c │ ├── lexbody │ ├── mac.c │ ├── macbody │ ├── mkfile │ ├── mpatof.c │ ├── omachcap.c │ ├── pgen.c │ ├── pickle.c │ ├── pswt.c │ ├── scon.c │ └── sub.c │ ├── iar │ ├── Nt.c │ ├── Plan9.c │ ├── Posix.c │ ├── ar.c │ └── mkfile │ ├── include │ ├── a.out.h │ ├── ar.h │ ├── mach.h │ └── regexp.h │ ├── iyacc │ ├── mkfile │ ├── yacc.c │ └── yaccpar │ ├── kc │ └── k.out.h │ ├── lib │ └── yaccpar │ ├── libmach │ ├── 2.c │ ├── 2db.c │ ├── 2obj.c │ ├── 4.c │ ├── 4db.c │ ├── 5.c │ ├── 5db.c │ ├── 5obj.c │ ├── 6.c │ ├── 6obj.c │ ├── 8.c │ ├── 8db.c │ ├── 8obj.c │ ├── 9.c │ ├── 9obj.c │ ├── NOTICE │ ├── a.out.h │ ├── access.c │ ├── ar.h │ ├── bootexec.h │ ├── elf.h │ ├── executable.c │ ├── k.c │ ├── kdb.c │ ├── kobj.c │ ├── machdata.c │ ├── map.c │ ├── mkfile │ ├── obj.c │ ├── obj.h │ ├── q.c │ ├── qdb.c │ ├── qobj.c │ ├── setmach.c │ ├── swap.c │ ├── sym.c │ ├── t.c │ ├── tdb.c │ ├── ureg2.h │ ├── ureg4.h │ ├── ureg5.h │ ├── ureg6.h │ ├── ureg8.h │ ├── ureg9.h │ ├── uregk.h │ ├── uregq.h │ ├── uregt.h │ ├── uregv.h │ ├── v.c │ ├── vcodas.c │ ├── vdb.c │ └── vobj.c │ ├── nm │ ├── BUILD │ ├── mkfile │ └── nm.c │ ├── qc │ └── q.out.h │ ├── tc │ └── 5.out.h │ └── vc │ └── v.out.h ├── jenkinshook ├── lib └── keyboard ├── lib9os └── libc │ ├── 386 │ ├── 387 │ │ ├── asin.s │ │ ├── atan.s │ │ ├── atan2.s │ │ ├── exp.s │ │ ├── log.s │ │ ├── mkfile │ │ ├── sin.s │ │ └── tan.s │ ├── argv0.s │ ├── atom.s │ ├── cycles.s │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memchr.s │ ├── memcmp.s │ ├── memcpy.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── muldiv.s │ ├── notejmp.c │ ├── setjmp.s │ ├── sqrt.s │ ├── strcat.s │ ├── strchr.s │ ├── strcpy.s │ ├── strlen.s │ ├── tas.s │ ├── vlop.s │ └── vlrt.c │ ├── 68000 │ ├── argv0.s │ ├── cycles.c │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memchr.s │ ├── memcmp.s │ ├── memcpy.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── muldivrt.s │ ├── notejmp.c │ ├── scale.s │ ├── setjmp.s │ ├── sqrt.s │ ├── strcat.s │ ├── strchr.s │ ├── strcmp.s │ ├── strcpy.s │ ├── strlen.s │ └── vlrt.c │ ├── 68020 │ ├── 68881 │ │ ├── acos.s │ │ ├── asin.s │ │ ├── atan.s │ │ ├── cos.s │ │ ├── cosh.s │ │ ├── exp.s │ │ ├── fabs.s │ │ ├── log.s │ │ ├── log10.s │ │ ├── mkfile │ │ ├── pow10.s │ │ ├── sin.s │ │ ├── sinh.s │ │ ├── sqrt.s │ │ ├── tan.s │ │ └── tanh.s │ ├── argv0.s │ ├── cycles.c │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memchr.s │ ├── memcmp.s │ ├── memcpy.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── notejmp.c │ ├── scale.s │ ├── setjmp.s │ ├── sqrt.s │ ├── strcat.s │ ├── strchr.s │ ├── strcmp.s │ ├── strcpy.s │ ├── strlen.s │ ├── tas.s │ ├── vlop.s │ └── vlrt.c │ ├── 9sys │ ├── abort.c │ ├── access.c │ ├── announce.c │ ├── convD2M.c │ ├── convM2D.c │ ├── convM2S.c │ ├── convS2M.c │ ├── cputime.c │ ├── ctime.c │ ├── dial.c │ ├── dirfstat.c │ ├── dirfwstat.c │ ├── dirmodefmt.c │ ├── dirread.c │ ├── dirstat.c │ ├── dirwstat.c │ ├── fcallfmt.c │ ├── fork.c │ ├── getenv.c │ ├── getnetconninfo.c │ ├── getpid.c │ ├── getppid.c │ ├── getwd.c │ ├── iounit.c │ ├── mkfile │ ├── nsec.c │ ├── nulldir.c │ ├── postnote.c │ ├── privalloc.c │ ├── pushssl.c │ ├── pushtls.c │ ├── putenv.c │ ├── qlock.c │ ├── read.c │ ├── read9pmsg.c │ ├── readv.c │ ├── rerrstr.c │ ├── sbrk.c │ ├── setnetmtpt.c │ ├── sysfatal.c │ ├── syslog.c │ ├── sysname.c │ ├── time.c │ ├── times.c │ ├── tm2sec.c │ ├── truerand.c │ ├── wait.c │ ├── waitpid.c │ ├── werrstr.c │ ├── write.c │ └── writev.c │ ├── 9syscall │ ├── mkfile │ └── sys.h │ ├── alpha │ ├── _seek.c │ ├── argv0.s │ ├── atom.s │ ├── cycles.c │ ├── divl.s │ ├── divq.s │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── notejmp.c │ ├── setjmp.s │ └── tas.s │ ├── amd64 │ ├── _seek.c │ ├── argv0.s │ ├── atom.s │ ├── cycles.s │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memchr.s │ ├── memcmp.s │ ├── memcpy.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── muldiv.s │ ├── notejmp.c │ ├── setjmp.s │ ├── sqrt.s │ ├── strcat.s │ ├── strchr.s │ ├── strcpy.s │ ├── strlen.s │ └── tas.s │ ├── arm │ ├── argv0.s │ ├── atom.s │ ├── cas.s │ ├── cycles.c │ ├── div.s │ ├── doprint.xc │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── notejmp.c │ ├── setjmp.s │ ├── strchr.s │ ├── strcmp.s │ ├── strcpy.s │ ├── tas.s │ ├── vlop.s │ └── vlrt.c │ ├── fmt │ ├── dofmt.c │ ├── dorfmt.c │ ├── errfmt.c │ ├── fltfmt.c │ ├── fmt.c │ ├── fmtdef.h │ ├── fmtfd.c │ ├── fmtlock.c │ ├── fmtprint.c │ ├── fmtquote.c │ ├── fmtrune.c │ ├── fmtstr.c │ ├── fmtvprint.c │ ├── fprint.c │ ├── mkfile │ ├── print.c │ ├── runefmtstr.c │ ├── runeseprint.c │ ├── runesmprint.c │ ├── runesnprint.c │ ├── runesprint.c │ ├── runevseprint.c │ ├── runevsmprint.c │ ├── runevsnprint.c │ ├── seprint.c │ ├── smprint.c │ ├── snprint.c │ ├── sprint.c │ ├── vfprint.c │ ├── vseprint.c │ ├── vsmprint.c │ └── vsnprint.c │ ├── lock.acid │ ├── mips │ ├── argv0.s │ ├── cycles.c │ ├── getcallerpc.s │ ├── getfcr.s │ ├── lock.c │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memchr.s │ ├── memcmp.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── notejmp.c │ ├── setjmp.s │ ├── sqrt.c │ ├── strchr.s │ ├── strcmp.s │ ├── strcpy.s │ ├── tas.s │ ├── vlop.s │ └── vlrt.c │ ├── mkfile │ ├── port │ ├── _assert.c │ ├── abs.c │ ├── asin.c │ ├── atan.c │ ├── atan2.c │ ├── atexit.c │ ├── atnotify.c │ ├── atof.c │ ├── atol.c │ ├── atoll.c │ ├── charstod.c │ ├── cistrcmp.c │ ├── cistrncmp.c │ ├── cistrstr.c │ ├── cleanname.c │ ├── crypt.c │ ├── ctype.c │ ├── encodefmt.c │ ├── execl.c │ ├── exp.c │ ├── fabs.c │ ├── floor.c │ ├── fmod.c │ ├── frand.c │ ├── frexp.c │ ├── getcallerpc.c │ ├── getfields.c │ ├── getuser.c │ ├── hangup.c │ ├── hypot.c │ ├── lnrand.c │ ├── lock.c │ ├── log.c │ ├── lrand.c │ ├── malloc.acid │ ├── malloc.c │ ├── memccpy.c │ ├── memchr.c │ ├── memcmp.c │ ├── memmove.c │ ├── memset.c │ ├── mkfile │ ├── mktemp.c │ ├── muldiv.c │ ├── nan.c │ ├── needsrcquote.c │ ├── netcrypt.c │ ├── netmkaddr.c │ ├── nrand.c │ ├── ntruerand.c │ ├── perror.c │ ├── pool.acid │ ├── pool.c │ ├── pow.c │ ├── pow10.c │ ├── profile.c │ ├── qsort.c │ ├── quote.c │ ├── rand.c │ ├── readn.c │ ├── reduce │ ├── rune.c │ ├── runestrcat.c │ ├── runestrchr.c │ ├── runestrcmp.c │ ├── runestrcpy.c │ ├── runestrdup.c │ ├── runestrecpy.c │ ├── runestrlen.c │ ├── runestrncat.c │ ├── runestrncmp.c │ ├── runestrncpy.c │ ├── runestrrchr.c │ ├── runestrstr.c │ ├── runetype.c │ ├── sin.c │ ├── sinh.c │ ├── sqrt.c │ ├── strcat.c │ ├── strchr.c │ ├── strcmp.c │ ├── strcpy.c │ ├── strcspn.c │ ├── strdup.c │ ├── strecpy.c │ ├── strlen.c │ ├── strncat.c │ ├── strncmp.c │ ├── strncpy.c │ ├── strpbrk.c │ ├── strrchr.c │ ├── strspn.c │ ├── strstr.c │ ├── strtod.c │ ├── strtok.c │ ├── strtol.c │ ├── strtoll.c │ ├── strtoul.c │ ├── strtoull.c │ ├── tan.c │ ├── tanh.c │ ├── tokenize.c │ ├── toupper.c │ ├── u16.c │ ├── u32.c │ ├── u64.c │ ├── utfecpy.c │ ├── utflen.c │ ├── utfnlen.c │ ├── utfrrune.c │ ├── utfrune.c │ └── utfutf.c │ ├── power │ ├── argv0.s │ ├── atom.s │ ├── cycles.s │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memcmp.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── notejmp.c │ ├── setjmp.s │ ├── sqrt.c │ ├── strcmp.s │ ├── strncmp.s │ ├── tas.s │ ├── vlop.s │ └── vlrt.c │ └── sparc │ ├── argv0.s │ ├── cycles.c │ ├── getcallerpc.s │ ├── getfcr.s │ ├── main9.s │ ├── main9p.s │ ├── memccpy.s │ ├── memchr.s │ ├── memcmp.s │ ├── memmove.s │ ├── memset.s │ ├── mkfile │ ├── muldivrt.s │ ├── notejmp.c │ ├── setjmp.s │ ├── sqrt.c │ ├── strchr.s │ ├── strcmp.s │ ├── strcpy.s │ ├── tas.s │ ├── vlop.s │ └── vlrt.c ├── mips ├── bin │ ├── ape │ │ └── psh │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── fs │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── ip │ │ └── httpd │ │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ ├── usb │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── mips2ureg.h │ ├── u.h │ └── ureg.h ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── power ├── bin │ ├── ape │ │ └── .shutuphg │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── fs │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── ip │ │ └── httpd │ │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ ├── usb │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── rc ├── bin │ ├── 0a │ ├── 0c │ ├── 0l │ ├── 9fs │ ├── B │ ├── C │ ├── D003753 │ ├── D003754 │ ├── E │ ├── F000050 │ ├── F003758 │ ├── F003764 │ ├── Kill │ ├── addaoe │ ├── addpsfonts │ ├── ap │ ├── ape │ │ ├── ar89 │ │ ├── c89 │ │ ├── cat │ │ ├── chown │ │ ├── dircp │ │ ├── egrep │ │ ├── false │ │ ├── fgrep │ │ ├── grep │ │ ├── install │ │ ├── ld │ │ ├── ln │ │ ├── ls │ │ ├── printf │ │ ├── psh │ │ ├── ranlib │ │ ├── rmdir │ │ ├── true │ │ ├── umask │ │ └── yacc │ ├── broke │ ├── bundle │ ├── cpurc │ ├── cpurc.local │ ├── delkey │ ├── dial │ │ └── .shutuphg │ ├── diffy │ ├── dircp │ ├── diskparts │ ├── dmaon │ ├── doc2ps │ ├── doc2txt │ ├── doctype │ ├── dontkill │ ├── dosmnt │ ├── dpost │ ├── eject │ ├── fax │ ├── fedex │ ├── fshalt │ ├── g │ ├── go.fishing │ ├── homespool │ ├── ipconf │ │ ├── inside │ │ ├── lra │ │ ├── outside │ │ └── theworld │ ├── ipso │ ├── ipv6on │ ├── iwhois │ ├── juke │ ├── kmem │ ├── label │ ├── lc │ ├── leak │ ├── loadfossil │ ├── lookman │ ├── lp │ ├── mail │ ├── man │ ├── map │ ├── mapdemo │ ├── membername │ ├── mkss │ ├── mkusbboot │ ├── mousereset │ ├── nroff │ ├── patch │ │ ├── applied │ │ ├── apply │ │ ├── create │ │ ├── diff │ │ ├── list │ │ ├── move │ │ ├── note │ │ ├── notify │ │ ├── okay │ │ ├── remove │ │ ├── save │ │ ├── sorry │ │ └── undo │ ├── pc │ │ ├── bootfloppy │ │ ├── bootplan9 │ │ ├── bootwin9x │ │ ├── bootwinnt │ │ ├── defs │ │ ├── isfat │ │ ├── personalize │ │ ├── setup.disk │ │ └── update │ ├── pci │ ├── pdf2ps │ ├── pm │ │ ├── install │ │ ├── list │ │ ├── pull │ │ └── remove │ ├── postscript │ │ └── .shutuphg │ ├── printfont │ ├── ps2gif │ ├── ps2pdf │ ├── psfax │ ├── psu │ ├── pxeof │ ├── readweb │ ├── reboot │ ├── replica │ │ ├── changes │ │ ├── defs │ │ ├── pull │ │ ├── push │ │ ├── scan │ │ └── setupdirs │ ├── rwd │ ├── s │ │ ├── argsused │ │ ├── badexterns │ │ ├── badglobals │ │ ├── enum2sw │ │ ├── f2p │ │ ├── ifs │ │ ├── mkdeps │ │ ├── mktypedefs │ │ ├── p2f │ │ ├── psort │ │ └── rep │ ├── seemail │ ├── service.auth │ │ ├── authsrv.il566 │ │ └── authsrv.tcp567 │ ├── service │ │ ├── !il17007 │ │ ├── !il17008 │ │ ├── !il17031 │ │ ├── !tcp515 │ │ ├── !tcp564 │ │ ├── startcifs │ │ ├── startnfs │ │ ├── tcp110 │ │ ├── tcp113 │ │ ├── tcp143 │ │ ├── tcp17005 │ │ ├── tcp17006 │ │ ├── tcp17007 │ │ ├── tcp17009 │ │ ├── tcp17010 │ │ ├── tcp17013 │ │ ├── tcp19 │ │ ├── tcp21 │ │ ├── tcp22 │ │ ├── tcp23 │ │ ├── tcp25 │ │ ├── tcp513 │ │ ├── tcp53 │ │ ├── tcp565 │ │ ├── tcp7 │ │ ├── tcp9 │ │ ├── tcp993 │ │ ├── tcp995 │ │ ├── telcodata │ │ └── telcofax │ ├── setrtc │ ├── sig │ ├── slay │ ├── soelim │ ├── spell │ ├── spin-pcc │ ├── src │ ├── srvssh │ ├── ssam │ ├── start │ ├── startupasfs │ ├── stock │ ├── stop │ ├── tel │ ├── termrc │ ├── termrc.local │ ├── thesaurus │ ├── tlsclienttunnel │ ├── tlssrvtunnel │ ├── troff2gif │ ├── troff2png │ ├── umem │ ├── uncompress │ ├── ups │ ├── uptime │ ├── usbeject │ ├── usbstart │ ├── usps │ ├── vwhois │ ├── wdoc2txt │ ├── weather │ ├── who │ ├── whois │ ├── window │ ├── wloc │ ├── wurl2txt │ ├── xls2txt │ └── yesterday └── lib │ └── rcmain ├── sparc ├── bin │ ├── ape │ │ └── .shutuphg │ ├── auth │ │ └── .shutuphg │ ├── aux │ │ └── .shutuphg │ ├── bitsy │ │ └── .shutuphg │ ├── dial │ │ └── .shutuphg │ ├── disk │ │ └── .shutuphg │ ├── fossil │ │ └── .shutuphg │ ├── games │ │ └── .shutuphg │ ├── ip │ │ └── httpd │ │ │ └── .shutuphg │ ├── ndb │ │ └── .shutuphg │ ├── replica │ │ └── .shutuphg │ ├── upas │ │ └── .shutuphg │ └── venti │ │ └── .shutuphg ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── lib │ └── ape │ │ └── .shutuphg └── mkfile ├── sparc64 ├── bin │ └── .shutuphg ├── include │ ├── u.h │ └── ureg.h ├── lib │ └── .shutuphg └── mkfile ├── sys ├── include │ ├── 9p.h │ ├── String.h │ ├── a.out.h │ ├── ape │ │ ├── Plan9libnet.h │ │ ├── ar.h │ │ ├── arpa │ │ │ └── inet.h │ │ ├── assert.h │ │ ├── bsd.h │ │ ├── ctype.h │ │ ├── cursor.h │ │ ├── dirent.h │ │ ├── draw.h │ │ ├── errno.h │ │ ├── error.h │ │ ├── event.h │ │ ├── fcntl.h │ │ ├── fmt.h │ │ ├── grp.h │ │ ├── inttypes.h │ │ ├── keyboard.h │ │ ├── lib9.h │ │ ├── libl.h │ │ ├── libnet.h │ │ ├── libv.h │ │ ├── limits.h │ │ ├── locale.h │ │ ├── lock.h │ │ ├── mouse.h │ │ ├── netdb.h │ │ ├── netinet │ │ │ ├── in.h │ │ │ └── tcp.h │ │ ├── pwd.h │ │ ├── qlock.h │ │ ├── regexp.h │ │ ├── select.h │ │ ├── setjmp.h │ │ ├── signal.h │ │ ├── stddef.h │ │ ├── stdint.h │ │ ├── stdio.h │ │ ├── stdlib.h │ │ ├── string.h │ │ ├── sys │ │ │ ├── ioctl.h │ │ │ ├── limits.h │ │ │ ├── param.h │ │ │ ├── pty.h │ │ │ ├── resource.h │ │ │ ├── select.h │ │ │ ├── socket.h │ │ │ ├── stat.h │ │ │ ├── time.h │ │ │ ├── times.h │ │ │ ├── types.h │ │ │ ├── uio.h │ │ │ ├── un.h │ │ │ ├── utsname.h │ │ │ └── wait.h │ │ ├── termios.h │ │ ├── time.h │ │ ├── u.h │ │ ├── unistd.h │ │ ├── utf.h │ │ └── utime.h │ ├── ar.h │ ├── auth.h │ ├── authsrv.h │ ├── avl.h │ ├── bin.h │ ├── bio.h │ ├── bootexec.h │ ├── complete.h │ ├── control.h │ ├── ctype.h │ ├── cursor.h │ ├── disk.h │ ├── draw.h │ ├── error.h │ ├── event.h │ ├── fcall.h │ ├── flate.h │ ├── frame.h │ ├── geometry.h │ ├── html.h │ ├── httpd.h │ ├── ip.h │ ├── keyboard.h │ ├── libc.h │ ├── libsec.h │ ├── mach.h │ ├── memdraw.h │ ├── memlayer.h │ ├── mouse.h │ ├── mp.h │ ├── ndb.h │ ├── nfs3.h │ ├── oventi.h │ ├── plumb.h │ ├── pool.h │ ├── rdbg.h │ ├── regexp.h │ ├── scribble.h │ ├── seg.h │ ├── stdio.h │ ├── sunrpc.h │ ├── thread.h │ ├── tos.h │ ├── trace.h │ ├── tube.h │ ├── venti.h │ └── worker.h ├── lib │ ├── acid │ │ ├── 386 │ │ ├── 68020 │ │ ├── acme │ │ ├── alef │ │ ├── alpha │ │ ├── amd64 │ │ ├── arm │ │ ├── coverage │ │ ├── kernel │ │ ├── leak │ │ ├── mips │ │ ├── network │ │ ├── pool │ │ ├── port │ │ ├── power │ │ ├── sparc │ │ ├── sparc64 │ │ ├── syscall │ │ ├── thread │ │ ├── transcript │ │ ├── trump │ │ ├── truss │ │ └── window │ └── scsicodes ├── man │ ├── 1 │ │ ├── 0intro │ │ ├── 2a │ │ ├── 2c │ │ ├── 2l │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── abaco │ │ ├── acid │ │ ├── acme │ │ ├── ap │ │ ├── ar │ │ ├── ascii │ │ ├── awk │ │ ├── basename │ │ ├── bc │ │ ├── bind │ │ ├── bitsyload │ │ ├── bundle │ │ ├── cal │ │ ├── calendar │ │ ├── calls │ │ ├── cat │ │ ├── cb │ │ ├── chgrp │ │ ├── chmod │ │ ├── cleanname │ │ ├── cmp │ │ ├── col │ │ ├── colors │ │ ├── comm │ │ ├── con │ │ ├── cp │ │ ├── cpp │ │ ├── cpu │ │ ├── crop │ │ ├── date │ │ ├── db │ │ ├── dc │ │ ├── dd │ │ ├── delkey │ │ ├── deroff │ │ ├── diff │ │ ├── doc2txt │ │ ├── doctype │ │ ├── du │ │ ├── echo │ │ ├── ecp │ │ ├── ed │ │ ├── emacs │ │ ├── eqn │ │ ├── expect │ │ ├── f2p │ │ ├── faces │ │ ├── factor │ │ ├── fedex │ │ ├── file │ │ ├── filter │ │ ├── fmt │ │ ├── fortune │ │ ├── freq │ │ ├── games │ │ ├── grap │ │ ├── graph │ │ ├── grep │ │ ├── gs │ │ ├── gview │ │ ├── gzip │ │ ├── hget │ │ ├── history │ │ ├── hoc │ │ ├── htmlroff │ │ ├── idiff │ │ ├── join │ │ ├── jpg │ │ ├── kbmap │ │ ├── kill │ │ ├── ktrace │ │ ├── leak │ │ ├── lens │ │ ├── lex │ │ ├── lock │ │ ├── look │ │ ├── lp │ │ ├── ls │ │ ├── mail │ │ ├── man │ │ ├── marshal │ │ ├── mc │ │ ├── mk │ │ ├── mkdir │ │ ├── mkss │ │ ├── mlmgr │ │ ├── mp3dec │ │ ├── mp3enc │ │ ├── ms2html │ │ ├── mtime │ │ ├── mug │ │ ├── nedmail │ │ ├── netstat │ │ ├── news │ │ ├── nm │ │ ├── ns │ │ ├── p │ │ ├── page │ │ ├── passwd │ │ ├── patch │ │ ├── pcc │ │ ├── pic │ │ ├── pipefile │ │ ├── plot │ │ ├── plumb │ │ ├── pm │ │ ├── pr │ │ ├── prof │ │ ├── proof │ │ ├── ps │ │ ├── ps2pdf │ │ ├── pump │ │ ├── pwd │ │ ├── pxeof │ │ ├── ratrace │ │ ├── rc │ │ ├── replica │ │ ├── resample │ │ ├── rio │ │ ├── rm │ │ ├── rwd │ │ ├── sam │ │ ├── seconds │ │ ├── secstore │ │ ├── sed │ │ ├── seq │ │ ├── size │ │ ├── sleep │ │ ├── soelim │ │ ├── sort │ │ ├── spell │ │ ├── spin │ │ ├── split │ │ ├── src │ │ ├── ssh1 │ │ ├── ssh2 │ │ ├── stop │ │ ├── strings │ │ ├── strip │ │ ├── sum │ │ ├── syscall │ │ ├── tail │ │ ├── tar │ │ ├── tbl │ │ ├── tcs │ │ ├── tee │ │ ├── tel │ │ ├── test │ │ ├── thesaurus │ │ ├── time │ │ ├── touch │ │ ├── tr │ │ ├── trace │ │ ├── troff │ │ ├── troff2html │ │ ├── tweak │ │ ├── uniq │ │ ├── units │ │ ├── uptime │ │ ├── vac │ │ ├── venti │ │ ├── vi │ │ ├── vnc │ │ ├── vt │ │ ├── wc │ │ ├── weather │ │ ├── who │ │ ├── winwatch │ │ ├── xd │ │ ├── yacc │ │ └── yesterday │ ├── 2 │ │ ├── 0intro │ │ ├── 9p │ │ ├── 9pcmdbuf │ │ ├── 9pfid │ │ ├── 9pfile │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── abort │ │ ├── abs │ │ ├── access │ │ ├── addpt │ │ ├── aes │ │ ├── ainc │ │ ├── allocimage │ │ ├── arg │ │ ├── arith3 │ │ ├── assert │ │ ├── atof │ │ ├── auth │ │ ├── authsrv │ │ ├── avl │ │ ├── bind │ │ ├── bio │ │ ├── blowfish │ │ ├── brk │ │ ├── cachechars │ │ ├── chdir │ │ ├── cleanname │ │ ├── color │ │ ├── complete │ │ ├── control │ │ ├── cputime │ │ ├── ctime │ │ ├── ctype │ │ ├── debugger │ │ ├── des │ │ ├── dial │ │ ├── dirread │ │ ├── disk │ │ ├── draw │ │ ├── dsa │ │ ├── dup │ │ ├── elgamal │ │ ├── encode │ │ ├── encrypt │ │ ├── errstr │ │ ├── event │ │ ├── exec │ │ ├── exits │ │ ├── exp │ │ ├── fauth │ │ ├── fcall │ │ ├── fd2path │ │ ├── fgetc │ │ ├── flate │ │ ├── floor │ │ ├── fmtinstall │ │ ├── fopen │ │ ├── fork │ │ ├── fprintf │ │ ├── frame │ │ ├── frexp │ │ ├── fscanf │ │ ├── fversion │ │ ├── getcallerpc │ │ ├── getcoreno │ │ ├── getenv │ │ ├── getfcr │ │ ├── getfields │ │ ├── getpid │ │ ├── getuser │ │ ├── getwd │ │ ├── graphics │ │ ├── html │ │ ├── httpd │ │ ├── hypot │ │ ├── intmap │ │ ├── ioproc │ │ ├── iounit │ │ ├── ip │ │ ├── isalpharune │ │ ├── keyboard │ │ ├── lock │ │ ├── mach │ │ ├── malloc │ │ ├── matrix │ │ ├── memdraw │ │ ├── memlayer │ │ ├── memory │ │ ├── mktemp │ │ ├── mouse │ │ ├── mp │ │ ├── muldiv │ │ ├── nan │ │ ├── ndb │ │ ├── notify │ │ ├── object │ │ ├── open │ │ ├── perror │ │ ├── pipe │ │ ├── plumb │ │ ├── pmc │ │ ├── pool │ │ ├── postnote │ │ ├── prime │ │ ├── print │ │ ├── privalloc │ │ ├── proto │ │ ├── pushssl │ │ ├── pushtls │ │ ├── qball │ │ ├── qsort │ │ ├── quaternion │ │ ├── quote │ │ ├── rand │ │ ├── rc4 │ │ ├── read │ │ ├── readcolmap │ │ ├── readv │ │ ├── regexp │ │ ├── remove │ │ ├── rendezvous │ │ ├── rsa │ │ ├── rune │ │ ├── runestrcat │ │ ├── scribble │ │ ├── scsi │ │ ├── sechash │ │ ├── seek │ │ ├── segattach │ │ ├── segbrk │ │ ├── segflush │ │ ├── semacquire │ │ ├── setjmp │ │ ├── sin │ │ ├── sinh │ │ ├── sleep │ │ ├── stat │ │ ├── strcat │ │ ├── string │ │ ├── stringsize │ │ ├── subfont │ │ ├── symbol │ │ ├── thread │ │ ├── time │ │ ├── tmpfile │ │ ├── tsend │ │ ├── upsem │ │ ├── usb │ │ ├── usbfs │ │ ├── venti │ │ ├── venti-cache │ │ ├── venti-client │ │ ├── venti-conn │ │ ├── venti-fcall │ │ ├── venti-file │ │ ├── venti-log │ │ ├── venti-mem │ │ ├── venti-packet │ │ ├── venti-server │ │ ├── venti-zero │ │ ├── wait │ │ ├── window │ │ ├── ziop │ │ └── zioread │ ├── 3 │ │ ├── 0intro │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── aoe │ │ ├── apm │ │ ├── arch │ │ ├── audio │ │ ├── bridge │ │ ├── cap │ │ ├── cons │ │ ├── draw │ │ ├── dup │ │ ├── env │ │ ├── ether │ │ ├── flash │ │ ├── floppy │ │ ├── fs │ │ ├── i82365 │ │ ├── ip │ │ ├── kbin │ │ ├── kbmap │ │ ├── kprof │ │ ├── loopback │ │ ├── lpt │ │ ├── mnt │ │ ├── mouse │ │ ├── pipe │ │ ├── pmc │ │ ├── pnp │ │ ├── proc │ │ ├── regress │ │ ├── root │ │ ├── rtc │ │ ├── sd │ │ ├── sdahci │ │ ├── sdaoe │ │ ├── segment │ │ ├── srv │ │ ├── ssl │ │ ├── tls │ │ ├── twsi │ │ ├── uart │ │ ├── usb │ │ ├── vga │ │ ├── waitstat │ │ └── zp │ ├── 4 │ │ ├── 0intro │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── acme │ │ ├── archfs │ │ ├── cdfs │ │ ├── cfs │ │ ├── cifs │ │ ├── consolefs │ │ ├── creepy │ │ ├── cwfs │ │ ├── dossrv │ │ ├── execnet │ │ ├── exportfs │ │ ├── ext2srv │ │ ├── factotum │ │ ├── flashfs │ │ ├── fossil │ │ ├── fs │ │ ├── ftpfs │ │ ├── httpfile │ │ ├── import │ │ ├── iostats │ │ ├── keyfs │ │ ├── kfs │ │ ├── lnfs │ │ ├── mntgen │ │ ├── namespace │ │ ├── nfs │ │ ├── nntpfs │ │ ├── paqfs │ │ ├── plumber │ │ ├── ramfs │ │ ├── ratfs │ │ ├── rdbfs │ │ ├── rio │ │ ├── sacfs │ │ ├── snap │ │ ├── srv │ │ ├── ssh │ │ ├── tapefs │ │ ├── telco │ │ ├── trfs │ │ ├── u9fs │ │ ├── upasfs │ │ ├── usb │ │ ├── usbd │ │ ├── vacfs │ │ ├── webcookies │ │ ├── webfs │ │ └── wikifs │ ├── 5 │ │ ├── 0intro │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── attach │ │ ├── clunk │ │ ├── error │ │ ├── flush │ │ ├── open │ │ ├── read │ │ ├── remove │ │ ├── stat │ │ ├── version │ │ └── walk │ ├── 6 │ │ ├── 0intro │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── a.out │ │ ├── ar │ │ ├── authsrv │ │ ├── color │ │ ├── face │ │ ├── font │ │ ├── htmlroff │ │ ├── image │ │ ├── keyboard │ │ ├── keys.who │ │ ├── man │ │ ├── map │ │ ├── mhtml │ │ ├── mnihongo │ │ ├── mpictures │ │ ├── ms │ │ ├── namespace │ │ ├── ndb │ │ ├── plot │ │ ├── plumb │ │ ├── regexp │ │ ├── rewrite │ │ ├── smtpd │ │ ├── snap │ │ ├── style │ │ ├── thumbprint │ │ ├── users │ │ ├── utf │ │ ├── venti │ │ ├── venti.conf │ │ └── vgadb │ ├── 7 │ │ ├── 0intro │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── astro │ │ ├── dict │ │ ├── juke │ │ ├── map │ │ ├── playlistfs │ │ └── scat │ ├── 8 │ │ ├── 0intro │ │ ├── 6in4 │ │ ├── 9load │ │ ├── 9pcon │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── aan │ │ ├── aliasmail │ │ ├── apm │ │ ├── aquarela │ │ ├── auth │ │ ├── backup │ │ ├── boot │ │ ├── booting │ │ ├── cec │ │ ├── cpurc │ │ ├── cron │ │ ├── dhcpd │ │ ├── diskparts │ │ ├── disksim │ │ ├── drawterm │ │ ├── fossilcons │ │ ├── fs │ │ ├── fsconfig │ │ ├── fshalt │ │ ├── getflags │ │ ├── gpsfs │ │ ├── histogram │ │ ├── httpd │ │ ├── init │ │ ├── ipconfig │ │ ├── ipserv │ │ ├── iscsisrv │ │ ├── kfscmd │ │ ├── listen │ │ ├── loadfossil │ │ ├── lp │ │ ├── mk9660 │ │ ├── mkflashfs │ │ ├── mkfs │ │ ├── mkpaqfs │ │ ├── mksacfs │ │ ├── mkusbboot │ │ ├── mouse │ │ ├── na │ │ ├── ndb │ │ ├── newuser │ │ ├── nfsserver │ │ ├── partfs │ │ ├── pci │ │ ├── pcmcia │ │ ├── pem │ │ ├── ping │ │ ├── plan9.ini │ │ ├── pop3 │ │ ├── ppp │ │ ├── prep │ │ ├── qer │ │ ├── realemu │ │ ├── reboot │ │ ├── replica │ │ ├── rsa │ │ ├── scanmail │ │ ├── screenlock │ │ ├── scuzz │ │ ├── secstore │ │ ├── securenet │ │ ├── send │ │ ├── smtp │ │ ├── snoopy │ │ ├── stats │ │ ├── statusbar │ │ ├── stub │ │ ├── swap │ │ ├── timesync │ │ ├── tlssrv │ │ ├── trampoline │ │ ├── udpecho │ │ ├── update │ │ ├── venti │ │ ├── venti-backup │ │ ├── venti-fmt │ │ ├── vga │ │ └── wol │ ├── 9 │ │ ├── 0intro │ │ ├── NOTICE │ │ ├── allocb │ │ ├── conf │ │ ├── delay │ │ ├── devattach │ │ ├── dmainit │ │ ├── error │ │ ├── eve │ │ ├── inb │ │ ├── intrenable │ │ ├── kbdputc │ │ ├── kproc │ │ ├── lib │ │ ├── lock │ │ ├── malloc │ │ ├── newchan │ │ ├── panic │ │ ├── parsecmd │ │ ├── qio │ │ ├── qlock │ │ ├── readnum │ │ ├── ref │ │ ├── seconds │ │ ├── sleep │ │ ├── splhi │ │ └── xalloc │ ├── fonts │ ├── index.html │ ├── mkfile │ ├── preface.html │ ├── preface3.html │ ├── preface4.html │ └── searchindex └── src │ ├── 9 │ ├── alphapc │ │ ├── apc │ │ ├── apccpu │ │ ├── arch164.c │ │ ├── audio.h │ │ ├── axp.h │ │ ├── cga.c │ │ ├── clock.c │ │ ├── cycintr.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devvga.c │ │ ├── dma.c │ │ ├── etherif.h │ │ ├── faultalpha.c │ │ ├── fdc37c93x.c │ │ ├── floppy.h │ │ ├── fns.h │ │ ├── fptrap.c │ │ ├── i8259.c │ │ ├── initcode │ │ ├── io.h │ │ ├── kbd.c │ │ ├── l.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── osf1pal.h │ │ ├── pci.c │ │ ├── screen.h │ │ ├── sd53c8xx.c │ │ ├── sd53c8xx.i │ │ ├── sio.c │ │ └── trap.c │ ├── bitsy │ │ ├── Booting101 │ │ ├── bitsy │ │ ├── bitsyreset.s │ │ ├── clock.c │ │ ├── dat.h │ │ ├── defont.c │ │ ├── devether.c │ │ ├── devflash.c │ │ ├── devpcmcia.c │ │ ├── devpenmouse.c │ │ ├── devuda1341.c │ │ ├── devµc.c │ │ ├── etherif.h │ │ ├── etherwavelan.c │ │ ├── fns.h │ │ ├── fpi.c │ │ ├── fpi.h │ │ ├── fpiarm.c │ │ ├── fpimem.c │ │ ├── gamma.c │ │ ├── gamma.h │ │ ├── init9.s │ │ ├── io.h │ │ ├── l.s │ │ ├── main.c │ │ ├── map │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── mouse.c │ │ ├── paqfiles │ │ │ ├── cpurc │ │ │ ├── local │ │ │ ├── mfs │ │ │ ├── namespace │ │ │ └── startip │ │ ├── power.c │ │ ├── random.c │ │ ├── sa1110dma.c │ │ ├── sa1110dma.h │ │ ├── screen.c │ │ ├── screen.h │ │ ├── sd.h │ │ ├── sdata.c │ │ ├── tar.c │ │ ├── trap.c │ │ ├── uartsa1110.c │ │ ├── wavelan.c │ │ └── wavelan.h │ ├── boot │ │ ├── aux.c │ │ ├── boot.c │ │ ├── boot.h │ │ ├── bootauth.c │ │ ├── bootcache.c │ │ ├── bootip.c │ │ ├── bootmkfile │ │ ├── doauthenticate.c │ │ ├── embed.c │ │ ├── getpasswd.c │ │ ├── local.c │ │ ├── mkboot │ │ ├── nopsession.c │ │ ├── paq.c │ │ ├── parts.c │ │ ├── printstub.c │ │ ├── sac.c │ │ ├── settime.c │ │ ├── testboot.c │ │ └── usb.c │ ├── ip │ │ ├── arp.c │ │ ├── chandial.c │ │ ├── devip.c │ │ ├── eipconvtest.c │ │ ├── esp.c │ │ ├── ethermedium.c │ │ ├── gre.c │ │ ├── icmp.c │ │ ├── icmp6.c │ │ ├── igmp.c │ │ ├── inferno.c │ │ ├── ip.c │ │ ├── ip.h │ │ ├── ipaux.c │ │ ├── ipifc.c │ │ ├── ipmux.c │ │ ├── iproute.c │ │ ├── ipv6.c │ │ ├── ipv6.h │ │ ├── loopbackmedium.c │ │ ├── netdevmedium.c │ │ ├── netlog.c │ │ ├── nullmedium.c │ │ ├── pktmedium.c │ │ ├── ptclbsum.c │ │ ├── rudp.c │ │ ├── tcp.c │ │ └── udp.c │ ├── kw │ │ ├── arch.c │ │ ├── archkw.c │ │ ├── arm.h │ │ ├── arm.s │ │ ├── cga.c │ │ ├── clock.c │ │ ├── coproc.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devether.c │ │ ├── devrtc.c │ │ ├── devtwsi.c │ │ ├── devusb.c │ │ ├── ether1116.c │ │ ├── etherif.h │ │ ├── ethermii.c │ │ ├── ethermii.h │ │ ├── flashkw.c │ │ ├── fns.h │ │ ├── fpi.c │ │ ├── fpi.h │ │ ├── fpiarm.c │ │ ├── fpimem.c │ │ ├── init9.s │ │ ├── io.h │ │ ├── l.s │ │ ├── lexception.s │ │ ├── lproc.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── notes │ │ │ └── movm.w │ │ ├── nvram │ │ ├── openrd.words │ │ ├── plug │ │ ├── plug.words │ │ ├── plugnv │ │ ├── random.c │ │ ├── rebootcode.s │ │ ├── softfpu.c │ │ ├── syscall.c │ │ ├── trap.c │ │ ├── uartkw.c │ │ ├── uncached.h │ │ ├── usbehci.h │ │ └── usbehcikw.c │ ├── mkfile │ ├── mtx │ │ ├── clock.c │ │ ├── cycintr.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devether.c │ │ ├── devrtc.c │ │ ├── ether2114x.c │ │ ├── etherif.h │ │ ├── fns.h │ │ ├── i8259.c │ │ ├── inb.s │ │ ├── initcode │ │ ├── io.h │ │ ├── kbd.c │ │ ├── l.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── mtx │ │ ├── mtxcpu │ │ ├── pci.c │ │ ├── random.c │ │ ├── raven.c │ │ ├── trap.c │ │ └── uarti8250.c │ ├── omap │ │ ├── arch.c │ │ ├── archomap.c │ │ ├── arm.h │ │ ├── arm.s │ │ ├── beagle │ │ ├── cache.v7.s │ │ ├── clock.c │ │ ├── coproc.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devcons.c │ │ ├── devdss.c │ │ ├── devether.c │ │ ├── devuart.c │ │ ├── devusb.c │ │ ├── dma.c │ │ ├── ether9221.c │ │ ├── etherif.h │ │ ├── fns.h │ │ ├── fpi.c │ │ ├── fpi.h │ │ ├── fpiarm.c │ │ ├── fpimem.c │ │ ├── init9.s │ │ ├── io.h │ │ ├── kbd.c │ │ ├── l.s │ │ ├── lexception.s │ │ ├── lproc.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── mouse.c │ │ ├── notes │ │ │ └── movm.w │ │ ├── nvram │ │ ├── random.c │ │ ├── rebootcode.s │ │ ├── screen.c │ │ ├── screen.h │ │ ├── softfpu.c │ │ ├── syscall.c │ │ ├── trap.c │ │ ├── uarti8250.c │ │ ├── uncached.h │ │ ├── usbehci.h │ │ ├── usbehciomap.c │ │ └── words │ ├── pc │ │ ├── a100p.cp │ │ ├── ahci.h │ │ ├── apbootstrap.s │ │ ├── apic.c │ │ ├── apm.c │ │ ├── apmjump.s │ │ ├── archmp.c │ │ ├── audio.h │ │ ├── bios32.c │ │ ├── boot.fs │ │ ├── cga.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devether.c │ │ ├── devfloppy.c │ │ ├── devi82365.c │ │ ├── devlm78.c │ │ ├── devlml.c │ │ ├── devlml.h │ │ ├── devlpt.c │ │ ├── devpccard.c │ │ ├── devrtc.c │ │ ├── devtv.c │ │ ├── devusb.c │ │ ├── devvga.c │ │ ├── dma.c │ │ ├── ether2000.c │ │ ├── ether2114x.c │ │ ├── ether589.c │ │ ├── ether79c970.c │ │ ├── ether8003.c │ │ ├── ether8139.c │ │ ├── ether8169.c │ │ ├── ether82543gc.c │ │ ├── ether82557.c │ │ ├── ether82563.c │ │ ├── ether82598.c │ │ ├── ether83815.c │ │ ├── ether8390.c │ │ ├── ether8390.h │ │ ├── etherdp83820.c │ │ ├── etherec2t.c │ │ ├── etherelnk3.c │ │ ├── etherga620.c │ │ ├── etherga620fw.h │ │ ├── etherif.h │ │ ├── etherigbe.c │ │ ├── etherm10g.c │ │ ├── etherm10g2k.i │ │ ├── etherm10g4k.i │ │ ├── ethermii.c │ │ ├── ethermii.h │ │ ├── ethersink.c │ │ ├── ethersmc.c │ │ ├── ethervgbe.c │ │ ├── ethervt6102.c │ │ ├── ethervt6105m.c │ │ ├── etherwavelan.c │ │ ├── floppy.h │ │ ├── fns.h │ │ ├── hcwAMC.h │ │ ├── i8253.c │ │ ├── i8259.c │ │ ├── init9.c │ │ ├── initcode.s │ │ ├── io.h │ │ ├── kbd.c │ │ ├── l.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── memory.c │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── mouse.c │ │ ├── mp.c │ │ ├── mp.h │ │ ├── mpacpi.c │ │ ├── mpacpi.h │ │ ├── mtrr.c │ │ ├── nomtrr.c │ │ ├── nv_dma.h │ │ ├── pc │ │ ├── pcauth │ │ ├── pccd │ │ ├── pccpu │ │ ├── pccpuf │ │ ├── pcdisk │ │ ├── pcf │ │ ├── pcflop │ │ ├── pcfs │ │ ├── pci.c │ │ ├── pcmciamodem.c │ │ ├── pcmkfile │ │ ├── piix4smbus.c │ │ ├── plan9l.s │ │ ├── psaux.c │ │ ├── ptclbsum386.s │ │ ├── random.c │ │ ├── realmode.c │ │ ├── rebootcode.s │ │ ├── screen.c │ │ ├── screen.h │ │ ├── sd53c8xx.c │ │ ├── sd53c8xx.n │ │ ├── sdata.c │ │ ├── sdiahci.c │ │ ├── sdmv50xx.c │ │ ├── sdmylex.c │ │ ├── trap.c │ │ ├── uartaxp.c │ │ ├── uarti8250.c │ │ ├── uartisa.c │ │ ├── uartpci.c │ │ ├── uncached.h │ │ ├── usbehci.h │ │ ├── usbehcipc.c │ │ ├── usbohci.c │ │ ├── usbuhci.c │ │ ├── vga.c │ │ ├── vga3dfx.c │ │ ├── vgaark2000pv.c │ │ ├── vgabt485.c │ │ ├── vgaclgd542x.c │ │ ├── vgaclgd546x.c │ │ ├── vgact65545.c │ │ ├── vgacyber938x.c │ │ ├── vgaet4000.c │ │ ├── vgahiqvideo.c │ │ ├── vgai81x.c │ │ ├── vgamach64xx.c │ │ ├── vgamga2164w.c │ │ ├── vgamga4xx.c │ │ ├── vganeomagic.c │ │ ├── vganvidia.c │ │ ├── vgaradeon.c │ │ ├── vgargb524.c │ │ ├── vgas3.c │ │ ├── vgasavage.c │ │ ├── vgat2r4.c │ │ ├── vgatvp3020.c │ │ ├── vgatvp3026.c │ │ ├── vgavesa.c │ │ ├── vgavmware.c │ │ ├── vgax.c │ │ ├── wavelan.c │ │ └── wavelan.h │ ├── port │ │ ├── alarm.c │ │ ├── alloc.c │ │ ├── allocb.c │ │ ├── aoe.h │ │ ├── auth.c │ │ ├── cache.c │ │ ├── chan.c │ │ ├── cis.c │ │ ├── debugalloc.c │ │ ├── dev.c │ │ ├── devaoe.c │ │ ├── devaudio.c │ │ ├── devbridge.c │ │ ├── devcap.c │ │ ├── devcons.c │ │ ├── devdraw.c │ │ ├── devdup.c │ │ ├── devenv.c │ │ ├── devflash.c │ │ ├── devfs.c │ │ ├── devkbin.c │ │ ├── devkbmap.c │ │ ├── devkprof.c │ │ ├── devloopback.c │ │ ├── devmnt.c │ │ ├── devmouse.c │ │ ├── devpipe.c │ │ ├── devpnp.c │ │ ├── devproc.c │ │ ├── devroot.c │ │ ├── devsd.c │ │ ├── devsdp.c │ │ ├── devsegment.c │ │ ├── devsrv.c │ │ ├── devssl.c │ │ ├── devtls.c │ │ ├── devuart.c │ │ ├── devwd.c │ │ ├── ecc.c │ │ ├── edf.c │ │ ├── edf.h │ │ ├── error.h │ │ ├── fault.c │ │ ├── flashif.h │ │ ├── initcode.c │ │ ├── latin1.c │ │ ├── latin1.h │ │ ├── lib.h │ │ ├── log.c │ │ ├── master │ │ ├── master.local │ │ ├── mkbootrules │ │ ├── mkdevc │ │ ├── mkdevlist │ │ ├── mkerrstr │ │ ├── mkextract │ │ ├── mkfile │ │ ├── mkfilelist │ │ ├── mkroot │ │ ├── mkrootall │ │ ├── mkrootc │ │ ├── mksystab │ │ ├── mul64fract.c │ │ ├── nandecc.h │ │ ├── netif.c │ │ ├── netif.h │ │ ├── page.c │ │ ├── parse.c │ │ ├── pgrp.c │ │ ├── portclock.c │ │ ├── portdat.h │ │ ├── portfns.h │ │ ├── portmkfile │ │ ├── portusbehci.h │ │ ├── print.c │ │ ├── proc.c │ │ ├── qio.c │ │ ├── qlock.c │ │ ├── rdb.c │ │ ├── rebootcmd.c │ │ ├── sd.h │ │ ├── sdaoe.c │ │ ├── sdscsi.c │ │ ├── segment.c │ │ ├── semaphore.p │ │ ├── swap.c │ │ ├── syscallfmt.c │ │ ├── sysfile.c │ │ ├── sysproc.c │ │ ├── systab.h │ │ ├── taslock.c │ │ ├── thwack.c │ │ ├── thwack.h │ │ ├── tod.c │ │ ├── ucalloc.c │ │ ├── ucallocb.c │ │ ├── unthwack.c │ │ ├── usb.h │ │ ├── usbehci.c │ │ └── xalloc.c │ └── ppc │ │ ├── blast │ │ ├── blast.h │ │ ├── clock.c │ │ ├── dat.h │ │ ├── devether.c │ │ ├── devflash.c │ │ ├── devirq.c │ │ ├── devtls.c │ │ ├── etherfcc.c │ │ ├── etherif.h │ │ ├── ethersaturn.c │ │ ├── fns.h │ │ ├── init9.s │ │ ├── initcode │ │ ├── io.h │ │ ├── l.s │ │ ├── lblast.h │ │ ├── lucu.h │ │ ├── m8260.c │ │ ├── m8260.h │ │ ├── main.c │ │ ├── mcc.c │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── msaturn.c │ │ ├── msaturn.h │ │ ├── mtx.c │ │ ├── random.c │ │ ├── saturntimer.c │ │ ├── trap.c │ │ ├── uartsaturn.c │ │ ├── uartsmc.c │ │ ├── ucu │ │ └── ucu.h │ ├── NOTICE │ ├── ape │ ├── 9src │ │ ├── mkfile │ │ ├── stty.c │ │ ├── tar.c │ │ └── tty.h │ ├── cmd │ │ ├── README │ │ ├── basename.c │ │ ├── cc.c │ │ ├── diff │ │ │ ├── COPYING │ │ │ ├── ChangeLog │ │ │ ├── FREEBSD-upgrade │ │ │ ├── NEWS │ │ │ ├── README │ │ │ ├── analyze.c │ │ │ ├── cmpbuf.c │ │ │ ├── cmpbuf.h │ │ │ ├── config.h │ │ │ ├── context.c │ │ │ ├── diagmeet.note │ │ │ ├── diff.c │ │ │ ├── diff.h │ │ │ ├── diff.texi │ │ │ ├── diff3.c │ │ │ ├── dir.c │ │ │ ├── ed.c │ │ │ ├── fnmatch.c │ │ │ ├── fnmatch.h │ │ │ ├── getopt.c │ │ │ ├── getopt.h │ │ │ ├── getopt1.c │ │ │ ├── ifdef.c │ │ │ ├── install-sh │ │ │ ├── io.c │ │ │ ├── mkfile │ │ │ ├── normal.c │ │ │ ├── prepend_args.c │ │ │ ├── prepend_args.h │ │ │ ├── regex.c │ │ │ ├── regex.h │ │ │ ├── sdiff.c │ │ │ ├── side.c │ │ │ ├── system.h │ │ │ ├── util.c │ │ │ ├── version.c │ │ │ └── xmalloc.c │ │ ├── dirname.c │ │ ├── expr │ │ │ ├── expr.y │ │ │ ├── mkfile │ │ │ └── regexp.h │ │ ├── kill.c │ │ ├── make │ │ │ ├── defs.h │ │ │ ├── doname.c │ │ │ ├── dosys.c │ │ │ ├── files.c │ │ │ ├── gram.y │ │ │ ├── ident.c │ │ │ ├── main.c │ │ │ ├── misc.c │ │ │ └── mkfile │ │ ├── mkfile │ │ ├── patch │ │ │ ├── COPYING │ │ │ ├── ChangeLog │ │ │ ├── FREEBSD-upgrade │ │ │ ├── INSTALL │ │ │ ├── Makefile.in │ │ │ ├── NEWS │ │ │ ├── README │ │ │ ├── acconfig.h │ │ │ ├── addext.c │ │ │ ├── argmatch.c │ │ │ ├── argmatch.h │ │ │ ├── backupfile.c │ │ │ ├── backupfile.h │ │ │ ├── basename.c │ │ │ ├── common.h │ │ │ ├── config.h │ │ │ ├── config.hin │ │ │ ├── configure │ │ │ ├── configure.in │ │ │ ├── getopt.c │ │ │ ├── getopt.h │ │ │ ├── getopt1.c │ │ │ ├── inp.c │ │ │ ├── inp.h │ │ │ ├── install-sh │ │ │ ├── maketime.c │ │ │ ├── maketime.h │ │ │ ├── mkfile │ │ │ ├── partime.c │ │ │ ├── partime.h │ │ │ ├── patch.c │ │ │ ├── patchlevel.h │ │ │ ├── pch.c │ │ │ ├── pch.h │ │ │ ├── quotearg.c │ │ │ ├── quotearg.h │ │ │ ├── util.c │ │ │ ├── util.h │ │ │ ├── version.c │ │ │ └── version.h │ │ ├── pax │ │ │ ├── Makefile │ │ │ ├── PATCHLEVEL │ │ │ ├── README │ │ │ ├── append.c │ │ │ ├── buffer.c │ │ │ ├── config.h │ │ │ ├── cpio.c │ │ │ ├── create.c │ │ │ ├── extract.c │ │ │ ├── fileio.c │ │ │ ├── func.h │ │ │ ├── limits.h │ │ │ ├── link.c │ │ │ ├── list.c │ │ │ ├── mem.c │ │ │ ├── mkfile │ │ │ ├── namelist.c │ │ │ ├── names.c │ │ │ ├── pass.c │ │ │ ├── pathname.c │ │ │ ├── pax.c │ │ │ ├── pax.h │ │ │ ├── paxdir.c │ │ │ ├── paxdir.h │ │ │ ├── port.c │ │ │ ├── port.h │ │ │ ├── regexp.c │ │ │ ├── regexp.h │ │ │ ├── replace.c │ │ │ ├── tar.c │ │ │ ├── ttyio.c │ │ │ ├── warn.c │ │ │ └── wildmat.c │ │ ├── pdksh │ │ │ ├── README │ │ │ ├── README.Plan9 │ │ │ ├── alloc.c │ │ │ ├── c_ksh.c │ │ │ ├── c_sh.c │ │ │ ├── c_test.c │ │ │ ├── c_test.h │ │ │ ├── c_ulimit.c │ │ │ ├── conf-end.h │ │ │ ├── config.h │ │ │ ├── eval.c │ │ │ ├── exec.c │ │ │ ├── expand.h │ │ │ ├── expr.c │ │ │ ├── history.c │ │ │ ├── io.c │ │ │ ├── jobs.c │ │ │ ├── ksh_dir.h │ │ │ ├── ksh_limval.h │ │ │ ├── ksh_stat.h │ │ │ ├── ksh_time.h │ │ │ ├── ksh_times.h │ │ │ ├── ksh_wait.h │ │ │ ├── lex.c │ │ │ ├── lex.h │ │ │ ├── mail.c │ │ │ ├── main.c │ │ │ ├── misc.c │ │ │ ├── mkfile │ │ │ ├── path.c │ │ │ ├── proto.h │ │ │ ├── sh.h │ │ │ ├── shf.c │ │ │ ├── shf.h │ │ │ ├── syn.c │ │ │ ├── table.c │ │ │ ├── table.h │ │ │ ├── trap.c │ │ │ ├── tree.c │ │ │ ├── tree.h │ │ │ ├── tty.c │ │ │ ├── tty.h │ │ │ ├── var.c │ │ │ └── version.c │ │ ├── psh.rc │ │ ├── sed │ │ │ ├── mkfile │ │ │ ├── sed.h │ │ │ ├── sed0.c │ │ │ └── sed1.c │ │ └── uname.c │ ├── config │ ├── lib │ │ ├── 9 │ │ │ ├── 386 │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── 68020 │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── alpha │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── amd64 │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── arm │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── bind.c │ │ │ ├── errstr.c │ │ │ ├── mips │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── mkfile │ │ │ ├── mount.c │ │ │ ├── power │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── rendezvous.c │ │ │ ├── rfork.c │ │ │ ├── segattach.c │ │ │ ├── segbrk.c │ │ │ ├── segdetach.c │ │ │ ├── segflush.c │ │ │ ├── segfree.c │ │ │ ├── setmalloctag.c │ │ │ ├── sparc │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ └── unmount.c │ │ ├── ap │ │ │ ├── 386 │ │ │ │ ├── cycles.s │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memchr.s │ │ │ │ ├── memcmp.s │ │ │ │ ├── memcpy.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strcat.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strcpy.s │ │ │ │ ├── strlen.s │ │ │ │ ├── tas.s │ │ │ │ ├── vlop.s │ │ │ │ └── vlrt.c │ │ │ ├── 68020 │ │ │ │ ├── cycles.c │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memchr.s │ │ │ │ ├── memcmp.s │ │ │ │ ├── memcpy.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strcat.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strcmp.s │ │ │ │ ├── strcpy.s │ │ │ │ ├── strlen.s │ │ │ │ ├── tas.s │ │ │ │ ├── vlop.s │ │ │ │ └── vlrt.c │ │ │ ├── alpha │ │ │ │ ├── _seek.c │ │ │ │ ├── cycles.c │ │ │ │ ├── divl.s │ │ │ │ ├── divq.s │ │ │ │ ├── getfcr.s │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memcpy.c │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ └── tas.s │ │ │ ├── amd64 │ │ │ │ ├── _seek.c │ │ │ │ ├── cycles.s │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strlen.s │ │ │ │ └── tas.s │ │ │ ├── arm │ │ │ │ ├── cycles.c │ │ │ │ ├── div.s │ │ │ │ ├── getfcr.s │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strcmp.s │ │ │ │ ├── strcpy.s │ │ │ │ ├── tas.s │ │ │ │ ├── vlop.s │ │ │ │ └── vlrt.c │ │ │ ├── extraobjs │ │ │ ├── gen │ │ │ │ ├── _assert.c │ │ │ │ ├── abort.c │ │ │ │ ├── abs.c │ │ │ │ ├── atof.c │ │ │ │ ├── atoi.c │ │ │ │ ├── atol.c │ │ │ │ ├── atoll.c │ │ │ │ ├── bsearch.c │ │ │ │ ├── calloc.c │ │ │ │ ├── clock.c │ │ │ │ ├── ctype.c │ │ │ │ ├── difftime.c │ │ │ │ ├── div.c │ │ │ │ ├── getenv.c │ │ │ │ ├── isalnum.c │ │ │ │ ├── itoa.c │ │ │ │ ├── itol.c │ │ │ │ ├── ldiv.c │ │ │ │ ├── mbwc.c │ │ │ │ ├── memccpy.c │ │ │ │ ├── memchr.c │ │ │ │ ├── memcmp.c │ │ │ │ ├── memmove.c │ │ │ │ ├── memset.c │ │ │ │ ├── mkfile │ │ │ │ ├── mktime.c │ │ │ │ ├── qsort.c │ │ │ │ ├── raise.c │ │ │ │ ├── rand.c │ │ │ │ ├── reduce │ │ │ │ ├── strcat.c │ │ │ │ ├── strchr.c │ │ │ │ ├── strcmp.c │ │ │ │ ├── strcoll.c │ │ │ │ ├── strcpy.c │ │ │ │ ├── strcspn.c │ │ │ │ ├── strftime.c │ │ │ │ ├── strlen.c │ │ │ │ ├── strncat.c │ │ │ │ ├── strncmp.c │ │ │ │ ├── strncpy.c │ │ │ │ ├── strpbrk.c │ │ │ │ ├── strrchr.c │ │ │ │ ├── strspn.c │ │ │ │ ├── strstr.c │ │ │ │ ├── strtod.c │ │ │ │ ├── strtok.c │ │ │ │ ├── strtol.c │ │ │ │ ├── strtoll.c │ │ │ │ ├── strtoul.c │ │ │ │ ├── strtoull.c │ │ │ │ ├── strxfrm.c │ │ │ │ └── toupper.c │ │ │ ├── math │ │ │ │ ├── asin.c │ │ │ │ ├── atan.c │ │ │ │ ├── atan2.c │ │ │ │ ├── erf.c │ │ │ │ ├── exp.c │ │ │ │ ├── fabs.c │ │ │ │ ├── floor.c │ │ │ │ ├── fmod.c │ │ │ │ ├── gamma.c │ │ │ │ ├── hypot.c │ │ │ │ ├── j0.c │ │ │ │ ├── j1.c │ │ │ │ ├── jn.c │ │ │ │ ├── log.c │ │ │ │ ├── mkfile │ │ │ │ ├── modf.c │ │ │ │ ├── pow.c │ │ │ │ ├── sin.c │ │ │ │ ├── sinh.c │ │ │ │ ├── tan.c │ │ │ │ └── tanh.c │ │ │ ├── mips │ │ │ │ ├── cycles.c │ │ │ │ ├── getfcr.s │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memchr.s │ │ │ │ ├── memcmp.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strcmp.s │ │ │ │ ├── strcpy.s │ │ │ │ ├── tas.s │ │ │ │ ├── vlop.s │ │ │ │ └── vlrt.c │ │ │ ├── mkfile │ │ │ ├── plan9 │ │ │ │ ├── 9errstr.c │ │ │ │ ├── 9iounit.c │ │ │ │ ├── 9mallocz.c │ │ │ │ ├── 9read.c │ │ │ │ ├── 9readn.c │ │ │ │ ├── 9wait.c │ │ │ │ ├── 9write.c │ │ │ │ ├── _buf.c │ │ │ │ ├── _dirconv.c │ │ │ │ ├── _envsetup.c │ │ │ │ ├── _errno.c │ │ │ │ ├── _exit.c │ │ │ │ ├── _fcall.c │ │ │ │ ├── _fdinfo.c │ │ │ │ ├── _getpw.c │ │ │ │ ├── _nap.c │ │ │ │ ├── access.c │ │ │ │ ├── acid.c │ │ │ │ ├── acidlib │ │ │ │ ├── alarm.c │ │ │ │ ├── brk.c │ │ │ │ ├── buf.prom │ │ │ │ ├── cfgetospeed.c │ │ │ │ ├── chdir.c │ │ │ │ ├── chmod.c │ │ │ │ ├── chown.c │ │ │ │ ├── close.c │ │ │ │ ├── convD2M.c │ │ │ │ ├── convM2D.c │ │ │ │ ├── creat.c │ │ │ │ ├── ctermid.c │ │ │ │ ├── ctime.c │ │ │ │ ├── cuserid.c │ │ │ │ ├── dir.h │ │ │ │ ├── dirread.c │ │ │ │ ├── dirstat.c │ │ │ │ ├── dirtostat.c │ │ │ │ ├── dup.c │ │ │ │ ├── execl.c │ │ │ │ ├── execle.c │ │ │ │ ├── execlp.c │ │ │ │ ├── execv.c │ │ │ │ ├── execve.c │ │ │ │ ├── execvp.c │ │ │ │ ├── fcall.h │ │ │ │ ├── fcntl.c │ │ │ │ ├── fork.c │ │ │ │ ├── frexp.c │ │ │ │ ├── fstat.c │ │ │ │ ├── fsync.c │ │ │ │ ├── ftruncate.c │ │ │ │ ├── getcwd.c │ │ │ │ ├── getgid.c │ │ │ │ ├── getgrgid.c │ │ │ │ ├── getgrnam.c │ │ │ │ ├── getgroups.c │ │ │ │ ├── getlogin.c │ │ │ │ ├── getpgrp.c │ │ │ │ ├── getpid.c │ │ │ │ ├── getppid.c │ │ │ │ ├── getpwnam.c │ │ │ │ ├── getpwuid.c │ │ │ │ ├── getuid.c │ │ │ │ ├── isatty.c │ │ │ │ ├── kill.c │ │ │ │ ├── lib.h │ │ │ │ ├── link.c │ │ │ │ ├── lseek.c │ │ │ │ ├── malloc.c │ │ │ │ ├── mkdir.c │ │ │ │ ├── mkfile │ │ │ │ ├── nan.c │ │ │ │ ├── open.c │ │ │ │ ├── opendir.c │ │ │ │ ├── pause.c │ │ │ │ ├── pipe.c │ │ │ │ ├── profile.c │ │ │ │ ├── qlock.c │ │ │ │ ├── read.c │ │ │ │ ├── rename.c │ │ │ │ ├── rmdir.c │ │ │ │ ├── setgid.c │ │ │ │ ├── setpgid.c │ │ │ │ ├── setsid.c │ │ │ │ ├── setuid.c │ │ │ │ ├── signal.c │ │ │ │ ├── sigpending.c │ │ │ │ ├── sigprocmask.c │ │ │ │ ├── sigsuspend.c │ │ │ │ ├── sleep.c │ │ │ │ ├── sqrt.c │ │ │ │ ├── stat.c │ │ │ │ ├── sys9.h │ │ │ │ ├── system.c │ │ │ │ ├── tcgetattr.c │ │ │ │ ├── time.c │ │ │ │ ├── times.c │ │ │ │ ├── tmpfile.c │ │ │ │ ├── ttyname.c │ │ │ │ ├── umask.c │ │ │ │ ├── uname.c │ │ │ │ ├── unlink.c │ │ │ │ ├── utime.c │ │ │ │ ├── wait.c │ │ │ │ └── write.c │ │ │ ├── posix │ │ │ │ ├── getgrent.c │ │ │ │ ├── getpwent.c │ │ │ │ ├── locale.c │ │ │ │ ├── mkfifo.c │ │ │ │ ├── mkfile │ │ │ │ ├── pathconf.c │ │ │ │ ├── sigset.c │ │ │ │ ├── sysconf.c │ │ │ │ └── tzset.c │ │ │ ├── power │ │ │ │ ├── cycles.s │ │ │ │ ├── getfcr.s │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memcmp.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strcmp.s │ │ │ │ ├── tas.s │ │ │ │ ├── vlop.s │ │ │ │ └── vlrt.c │ │ │ ├── sparc │ │ │ │ ├── cycles.c │ │ │ │ ├── lock.c │ │ │ │ ├── main9.s │ │ │ │ ├── main9p.s │ │ │ │ ├── memchr.s │ │ │ │ ├── memcmp.s │ │ │ │ ├── memmove.s │ │ │ │ ├── memset.s │ │ │ │ ├── mkfile │ │ │ │ ├── muldiv.s │ │ │ │ ├── notetramp.c │ │ │ │ ├── setjmp.s │ │ │ │ ├── strchr.s │ │ │ │ ├── strcmp.s │ │ │ │ ├── strcpy.s │ │ │ │ ├── tas.s │ │ │ │ ├── vlop.s │ │ │ │ └── vlrt.c │ │ │ ├── stdio │ │ │ │ ├── _IO_getc.c │ │ │ │ ├── _IO_putc.c │ │ │ │ ├── _dtoa.c │ │ │ │ ├── _fconv.c │ │ │ │ ├── atexit.c │ │ │ │ ├── clearerr.c │ │ │ │ ├── exit.c │ │ │ │ ├── fclose.c │ │ │ │ ├── fconv.h │ │ │ │ ├── fdopen.c │ │ │ │ ├── feof.c │ │ │ │ ├── ferror.c │ │ │ │ ├── fflush.c │ │ │ │ ├── fgetc.c │ │ │ │ ├── fgetpos.c │ │ │ │ ├── fgets.c │ │ │ │ ├── fileno.c │ │ │ │ ├── fopen.c │ │ │ │ ├── fprintf.c │ │ │ │ ├── fputc.c │ │ │ │ ├── fputs.c │ │ │ │ ├── fread.c │ │ │ │ ├── freopen.c │ │ │ │ ├── fscanf.c │ │ │ │ ├── fseek.c │ │ │ │ ├── fseeko.c │ │ │ │ ├── fsetpos.c │ │ │ │ ├── ftell.c │ │ │ │ ├── ftello.c │ │ │ │ ├── ftoa.c │ │ │ │ ├── fwrite.c │ │ │ │ ├── getc.c │ │ │ │ ├── getchar.c │ │ │ │ ├── gets.c │ │ │ │ ├── iolib.h │ │ │ │ ├── mkfile │ │ │ │ ├── perror.c │ │ │ │ ├── pow10.c │ │ │ │ ├── printf.c │ │ │ │ ├── putc.c │ │ │ │ ├── putchar.c │ │ │ │ ├── puts.c │ │ │ │ ├── rdline.c │ │ │ │ ├── remove.c │ │ │ │ ├── rename.c │ │ │ │ ├── rewind.c │ │ │ │ ├── scanf.c │ │ │ │ ├── sclose.c │ │ │ │ ├── setbuf.c │ │ │ │ ├── setvbuf.c │ │ │ │ ├── snprintf.c │ │ │ │ ├── sopenr.c │ │ │ │ ├── sopenw.c │ │ │ │ ├── sprintf.c │ │ │ │ ├── sscanf.c │ │ │ │ ├── stdio.c │ │ │ │ ├── strerror.c │ │ │ │ ├── strtod.c │ │ │ │ ├── tmpfile.c │ │ │ │ ├── tmpnam.c │ │ │ │ ├── ungetc.c │ │ │ │ ├── vfprintf.c │ │ │ │ ├── vfscanf.c │ │ │ │ ├── vprintf.c │ │ │ │ ├── vsnprintf.c │ │ │ │ └── vsprintf.c │ │ │ └── syscall │ │ │ │ ├── genall │ │ │ │ └── mkfile │ │ ├── bsd │ │ │ ├── _sock_ingetaddr.c │ │ │ ├── _sock_ipattr.c │ │ │ ├── _sock_srv.c │ │ │ ├── accept.c │ │ │ ├── bcopy.c │ │ │ ├── bind.c │ │ │ ├── connect.c │ │ │ ├── endhostent.c │ │ │ ├── ffs.c │ │ │ ├── getdtablesize.c │ │ │ ├── gethostbyaddr.c │ │ │ ├── gethostbyname.c │ │ │ ├── gethostname.c │ │ │ ├── getopt.c │ │ │ ├── getpeername.c │ │ │ ├── getprotobyname.c │ │ │ ├── getservbyaddr.c │ │ │ ├── getservbyname.c │ │ │ ├── getsockname.c │ │ │ ├── gettimeofday.c │ │ │ ├── inet_addr.c │ │ │ ├── inet_ntoa.c │ │ │ ├── ioctl.c │ │ │ ├── listen.c │ │ │ ├── lstat.c │ │ │ ├── mkfile │ │ │ ├── mktemp.c │ │ │ ├── nptohl.c │ │ │ ├── ntohl.c │ │ │ ├── popen.c │ │ │ ├── priv.h │ │ │ ├── pty.c │ │ │ ├── putenv.c │ │ │ ├── rcmd.c │ │ │ ├── readv.c │ │ │ ├── rresvport.c │ │ │ ├── send.c │ │ │ ├── sendto.c │ │ │ ├── sethostent.c │ │ │ ├── setlinebuf.c │ │ │ ├── shutdown.c │ │ │ ├── socket.c │ │ │ ├── socketpair.c │ │ │ ├── strcasecmp.c │ │ │ ├── strdup.c │ │ │ ├── strncasecmp.c │ │ │ └── writev.c │ │ ├── draw │ │ │ ├── colors.c │ │ │ ├── libc.h │ │ │ └── mkfile │ │ ├── fmt │ │ │ ├── charstod.c │ │ │ ├── dofmt.c │ │ │ ├── dorfmt.c │ │ │ ├── errfmt.c │ │ │ ├── fltfmt.c │ │ │ ├── fmt.c │ │ │ ├── fmtdef.h │ │ │ ├── fmtfd.c │ │ │ ├── fmtfdflush.c │ │ │ ├── fmtlock.c │ │ │ ├── fmtprint.c │ │ │ ├── fmtquote.c │ │ │ ├── fmtrune.c │ │ │ ├── fmtstr.c │ │ │ ├── fmtvprint.c │ │ │ ├── fprint.c │ │ │ ├── mkfile │ │ │ ├── nan.h │ │ │ ├── nan64.c │ │ │ ├── pow10.c │ │ │ ├── print.c │ │ │ ├── runefmtstr.c │ │ │ ├── runeseprint.c │ │ │ ├── runesmprint.c │ │ │ ├── runesnprint.c │ │ │ ├── runesprint.c │ │ │ ├── runevseprint.c │ │ │ ├── runevsmprint.c │ │ │ ├── runevsnprint.c │ │ │ ├── seprint.c │ │ │ ├── smprint.c │ │ │ ├── snprint.c │ │ │ ├── sprint.c │ │ │ ├── strtod.c │ │ │ ├── strtod.h │ │ │ ├── test.c │ │ │ ├── vfprint.c │ │ │ ├── vseprint.c │ │ │ ├── vsmprint.c │ │ │ ├── vsnprint.c │ │ │ └── werrstr.c │ │ ├── l │ │ │ ├── allprint.c │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── reject.c │ │ │ ├── yyless.c │ │ │ └── yywrap.c │ │ ├── mkfile │ │ ├── net │ │ │ ├── announce.c │ │ │ ├── dial.c │ │ │ ├── hangup.c │ │ │ ├── mkfile │ │ │ └── netmkaddr.c │ │ ├── regexp │ │ │ ├── mkfile │ │ │ ├── regaux.c │ │ │ ├── regcomp.c │ │ │ ├── regcomp.h │ │ │ ├── regerror.c │ │ │ ├── regexec.c │ │ │ ├── regsub.c │ │ │ ├── rregexec.c │ │ │ └── rregsub.c │ │ ├── utf │ │ │ ├── lib9.h │ │ │ ├── mkfile │ │ │ ├── rune.c │ │ │ ├── runestrcat.c │ │ │ ├── runestrchr.c │ │ │ ├── runestrcmp.c │ │ │ ├── runestrcpy.c │ │ │ ├── runestrdup.c │ │ │ ├── runestrecpy.c │ │ │ ├── runestrlen.c │ │ │ ├── runestrncat.c │ │ │ ├── runestrncmp.c │ │ │ ├── runestrncpy.c │ │ │ ├── runestrrchr.c │ │ │ ├── runestrstr.c │ │ │ ├── runetype.c │ │ │ ├── utfdef.h │ │ │ ├── utfecpy.c │ │ │ ├── utflen.c │ │ │ ├── utfnlen.c │ │ │ ├── utfrrune.c │ │ │ ├── utfrune.c │ │ │ └── utfutf.c │ │ └── v │ │ │ ├── error.c │ │ │ ├── getfields.c │ │ │ ├── max.c │ │ │ ├── min.c │ │ │ ├── mkfile │ │ │ ├── nap.c │ │ │ ├── nrand.c │ │ │ ├── plan9 │ │ │ ├── getpass.c │ │ │ └── tty.c │ │ │ └── rand.c │ └── mkfile │ ├── cmd │ ├── 1a │ │ ├── a.h │ │ ├── a.y │ │ ├── l.s │ │ ├── lex.c │ │ └── mkfile │ ├── 1c │ │ ├── bits.c │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── 1l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── cputime.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ └── span.c │ ├── 2a │ │ ├── a.h │ │ ├── a.y │ │ ├── l.s │ │ ├── lex.c │ │ └── mkfile │ ├── 2c │ │ ├── 2.out.h │ │ ├── bits.c │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── 2l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── cputime.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ └── span.c │ ├── 5a │ │ ├── a.h │ │ ├── a.y │ │ ├── l.s │ │ ├── lex.c │ │ └── mkfile │ ├── 5c │ │ ├── 5.out.h │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── 5i │ │ ├── 5i.c │ │ ├── arm.h │ │ ├── bpt.c │ │ ├── cmd.c │ │ ├── float.c │ │ ├── icache.c │ │ ├── mem.c │ │ ├── mkfile │ │ ├── run.c │ │ ├── stats.c │ │ ├── symbols.c │ │ └── syscall.c │ ├── 5l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── l.h │ │ ├── l.s │ │ ├── list.c │ │ ├── mkfile │ │ ├── noop.c │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ ├── sched.c │ │ └── span.c │ ├── 6a │ │ ├── a.h │ │ ├── a.y │ │ ├── lex.c │ │ └── mkfile │ ├── 6c │ │ ├── 6.out.h │ │ ├── cgen.c │ │ ├── div.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── machcap.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ ├── sys.c │ │ ├── txt.c │ │ └── vlrt.c │ ├── 6l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ └── span.c │ ├── 7a │ │ ├── a.h │ │ ├── a.y │ │ ├── lex.c │ │ └── mkfile │ ├── 7c │ │ ├── 7.out.h │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── machcap.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── 7l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── noop.c │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ ├── sched.c │ │ └── span.c │ ├── 8a │ │ ├── a.h │ │ ├── a.y │ │ ├── l.s │ │ ├── lex.c │ │ └── mkfile │ ├── 8c │ │ ├── 8.out.h │ │ ├── cgen.c │ │ ├── cgen64.c │ │ ├── div.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── machcap.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── 8l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ └── span.c │ ├── 9660srv │ │ ├── 9660srv.c │ │ ├── dat.h │ │ ├── data.c │ │ ├── fns.h │ │ ├── iobuf.c │ │ ├── iso9660.h │ │ ├── main.c │ │ ├── mkfile │ │ └── xfile.c │ ├── 9nfs │ │ ├── 9auth.c │ │ ├── 9p.c │ │ ├── all.h │ │ ├── auth.c │ │ ├── authhostowner.c │ │ ├── chat.c │ │ ├── dat.h │ │ ├── fns.h │ │ ├── listalloc.c │ │ ├── mkfile │ │ ├── mport.c │ │ ├── nametest.c │ │ ├── nfs.c │ │ ├── nfs.h │ │ ├── nfsmount.c │ │ ├── nfsserver.c │ │ ├── pcnfsd.c │ │ ├── portmapper.c │ │ ├── rpc.c │ │ ├── rpc.h │ │ ├── server.c │ │ ├── string.c │ │ ├── strparse.c │ │ ├── system.c │ │ ├── testit │ │ ├── unixnames.c │ │ └── xfile.c │ ├── aan.c │ ├── acid │ │ ├── acid.h │ │ ├── builtin.c │ │ ├── dbg.y │ │ ├── dot.c │ │ ├── exec.c │ │ ├── expr.c │ │ ├── lex.c │ │ ├── list.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── print.c │ │ ├── proc.c │ │ └── util.c │ ├── acme │ │ ├── acme.c │ │ ├── addr.c │ │ ├── buff.c │ │ ├── cols.c │ │ ├── dat.h │ │ ├── disk.c │ │ ├── ecmd.c │ │ ├── edit.c │ │ ├── edit.h │ │ ├── elog.c │ │ ├── exec.c │ │ ├── file.c │ │ ├── fns.h │ │ ├── fsys.c │ │ ├── look.c │ │ ├── mkfile │ │ ├── regx.c │ │ ├── rows.c │ │ ├── scrl.c │ │ ├── text.c │ │ ├── time.c │ │ ├── util.c │ │ ├── wind.c │ │ └── xfid.c │ ├── aquarela │ │ ├── COPYRIGHT │ │ ├── addname.c │ │ ├── alarm.c │ │ ├── alloc.c │ │ ├── aquarela.c │ │ ├── cifscmd.c │ │ ├── client.c │ │ ├── dump.c │ │ ├── findname.c │ │ ├── headers.h │ │ ├── message.c │ │ ├── mkfile │ │ ├── nb.c │ │ ├── nbdgram.c │ │ ├── nbdgramconv.c │ │ ├── nbdgramdump.c │ │ ├── nblistener.c │ │ ├── nbname.c │ │ ├── nbns.c │ │ ├── nbnsconv.c │ │ ├── nbresolve.c │ │ ├── nbss.c │ │ ├── netbios.h │ │ ├── smb.h │ │ ├── smballoc.c │ │ ├── smbbrowse.c │ │ ├── smbbuffer.c │ │ ├── smbclientopen.c │ │ ├── smbcomclose.c │ │ ├── smbcomcreatedir.c │ │ ├── smbcomdelete.c │ │ ├── smbcomdeletedir.c │ │ ├── smbcomdir.c │ │ ├── smbcomecho.c │ │ ├── smbcomfindclose2.c │ │ ├── smbcomflush.c │ │ ├── smbcomlocking.c │ │ ├── smbcommon.c │ │ ├── smbcomopen.c │ │ ├── smbcomquery.c │ │ ├── smbcomread.c │ │ ├── smbcomrename.c │ │ ├── smbcomsessionsetupandx.c │ │ ├── smbcomsetinfo.c │ │ ├── smbcomtransaction.c │ │ ├── smbcomtreeconnectandx.c │ │ ├── smbcomtreedisconnect.c │ │ ├── smbcomwrite.c │ │ ├── smbconnect.c │ │ ├── smbconv.c │ │ ├── smbdat.h │ │ ├── smbdircache.c │ │ ├── smbfile.c │ │ ├── smbfns.h │ │ ├── smbglobals.c │ │ ├── smbidmap.c │ │ ├── smblisten.c │ │ ├── smblog.c │ │ ├── smbnegotiate.c │ │ ├── smboptable.c │ │ ├── smbpath.c │ │ ├── smbrap2.c │ │ ├── smbrap2client.c │ │ ├── smbrep.c │ │ ├── smbresponse.c │ │ ├── smbservice.c │ │ ├── smbsharedfile.c │ │ ├── smbstring.c │ │ ├── smbtime.c │ │ ├── smbtrans2client.c │ │ ├── smbtrans2find.c │ │ ├── smbtrans2query.c │ │ ├── smbtrans2set.c │ │ ├── smbtransaction.c │ │ ├── smbtree.c │ │ ├── testconnect.c │ │ ├── testnbdgram.c │ │ └── testtime.c │ ├── ar.c │ ├── archfs.c │ ├── ascii.c │ ├── astro │ │ ├── astro.h │ │ ├── comet.c │ │ ├── cosadd.c │ │ ├── dist.c │ │ ├── geo.c │ │ ├── helio.c │ │ ├── init.c │ │ ├── jup.c │ │ ├── main.c │ │ ├── mars.c │ │ ├── merc.c │ │ ├── merct.c │ │ ├── mkfile │ │ ├── moon.c │ │ ├── moont.c │ │ ├── nept.c │ │ ├── nutate.c │ │ ├── nutt.c │ │ ├── occ.c │ │ ├── output.c │ │ ├── pdate.c │ │ ├── plut.c │ │ ├── sat.c │ │ ├── satel.c │ │ ├── search.c │ │ ├── star.c │ │ ├── stars.c │ │ ├── sun.c │ │ ├── sunt.c │ │ ├── uran.c │ │ ├── venus.c │ │ └── venust.c │ ├── auth │ │ ├── as.c │ │ ├── asn12dsa.c │ │ ├── asn12rsa.c │ │ ├── authcmdlib.h │ │ ├── authsrv.c │ │ ├── challenge.c │ │ ├── changeuser.c │ │ ├── convbio.c │ │ ├── convkeys.c │ │ ├── convkeys2.c │ │ ├── cron.c │ │ ├── debug.c │ │ ├── disable │ │ ├── dsa2pub.c │ │ ├── dsa2ssh.c │ │ ├── dsagen.c │ │ ├── enable │ │ ├── factotum │ │ │ ├── apop.c │ │ │ ├── chap.c │ │ │ ├── confirm.c │ │ │ ├── dat.h │ │ │ ├── fgui.c │ │ │ ├── fs.c │ │ │ ├── httpdigest.c │ │ │ ├── log.c │ │ │ ├── mkfile │ │ │ ├── p9any.c │ │ │ ├── p9cr.c │ │ │ ├── p9sk1.c │ │ │ ├── pass.c │ │ │ ├── rpc.c │ │ │ ├── rsa.c │ │ │ ├── secstore.c │ │ │ ├── util.c │ │ │ └── wep.c │ │ ├── guard.srv.c │ │ ├── keyfs.c │ │ ├── lib │ │ │ ├── error.c │ │ │ ├── fs.c │ │ │ ├── getauthkey.c │ │ │ ├── getexpiration.c │ │ │ ├── keyfmt.c │ │ │ ├── log.c │ │ │ ├── mkfile │ │ │ ├── netcheck.c │ │ │ ├── okpasswd.c │ │ │ ├── querybio.c │ │ │ ├── rdbio.c │ │ │ ├── readarg.c │ │ │ ├── readln.c │ │ │ ├── readn.c │ │ │ ├── readwrite.c │ │ │ └── wrbio.c │ │ ├── login.c │ │ ├── mkfile │ │ ├── netkey.c │ │ ├── newns.c │ │ ├── none.c │ │ ├── passwd.c │ │ ├── pemdecode.c │ │ ├── pemencode.c │ │ ├── printnetkey.c │ │ ├── readnvram.c │ │ ├── respond.c │ │ ├── rsa2any.c │ │ ├── rsa2any.h │ │ ├── rsa2csr.c │ │ ├── rsa2pub.c │ │ ├── rsa2ssh.c │ │ ├── rsa2x509.c │ │ ├── rsafill.c │ │ ├── rsagen.c │ │ ├── secstore │ │ │ ├── SConn.c │ │ │ ├── SConn.h │ │ │ ├── aescbc.c │ │ │ ├── dirls.c │ │ │ ├── mkfile │ │ │ ├── pak.c │ │ │ ├── password.c │ │ │ ├── secchk.c │ │ │ ├── secstore.c │ │ │ ├── secstore.h │ │ │ ├── secstored.c │ │ │ ├── secuser.c │ │ │ └── util.c │ │ ├── secureidcheck.c │ │ ├── status │ │ ├── uniq.c │ │ ├── userpasswd.c │ │ ├── warning.c │ │ └── wrkey.c │ ├── aux │ │ ├── 8prefix.c │ │ ├── 9pcon.c │ │ ├── accupoint.c │ │ ├── acidleak.c │ │ ├── antiword │ │ │ ├── antiword.h │ │ │ ├── asc85enc.c │ │ │ ├── blocklist.c │ │ │ ├── chartrans.c │ │ │ ├── datalist.c │ │ │ ├── debug.h │ │ │ ├── depot.c │ │ │ ├── dib2eps.c │ │ │ ├── dib2sprt.c │ │ │ ├── doclist.c │ │ │ ├── draw.c │ │ │ ├── draw.h │ │ │ ├── drawfile.c │ │ │ ├── drawfile.h │ │ │ ├── fail.c │ │ │ ├── fail.h │ │ │ ├── finddata.c │ │ │ ├── findtext.c │ │ │ ├── fmt_text.c │ │ │ ├── fontinfo.h │ │ │ ├── fontlist.c │ │ │ ├── fonts.c │ │ │ ├── fonts_r.c │ │ │ ├── fonts_u.c │ │ │ ├── hdrftrlist.c │ │ │ ├── icons.c │ │ │ ├── imgexam.c │ │ │ ├── imgtrans.c │ │ │ ├── jpeg2eps.c │ │ │ ├── jpeg2sprt.c │ │ │ ├── listlist.c │ │ │ ├── main_ros.c │ │ │ ├── main_u.c │ │ │ ├── misc.c │ │ │ ├── mkfile │ │ │ ├── notes.c │ │ │ ├── options.c │ │ │ ├── out2window.c │ │ │ ├── output.c │ │ │ ├── pdf.c │ │ │ ├── pictlist.c │ │ │ ├── png2eps.c │ │ │ ├── png2sprt.c │ │ │ ├── postscript.c │ │ │ ├── prop0.c │ │ │ ├── prop2.c │ │ │ ├── prop6.c │ │ │ ├── prop8.c │ │ │ ├── properties.c │ │ │ ├── propmod.c │ │ │ ├── riscos.c │ │ │ ├── rowlist.c │ │ │ ├── saveas.c │ │ │ ├── sectlist.c │ │ │ ├── startup.c │ │ │ ├── stylelist.c │ │ │ ├── stylesheet.c │ │ │ ├── summary.c │ │ │ ├── tabstop.c │ │ │ ├── text.c │ │ │ ├── unix.c │ │ │ ├── utf8.c │ │ │ ├── version.h │ │ │ ├── word2text.c │ │ │ ├── wordconst.h │ │ │ ├── worddos.c │ │ │ ├── wordlib.c │ │ │ ├── wordmac.c │ │ │ ├── wordole.c │ │ │ ├── wordtypes.h │ │ │ ├── wordwin.c │ │ │ ├── xmalloc.c │ │ │ └── xml.c │ │ ├── apm.c │ │ ├── astarld.c │ │ ├── cddb.c │ │ ├── clog.c │ │ ├── consolefs.c │ │ ├── conswdir.c │ │ ├── data2s.c │ │ ├── depend.c │ │ ├── disksim.c │ │ ├── flashfs │ │ │ ├── aux.c │ │ │ ├── aux.h │ │ │ ├── conv.c │ │ │ ├── devfs.c │ │ │ ├── dreq.c │ │ │ ├── dummy.c │ │ │ ├── entry.c │ │ │ ├── errors.c │ │ │ ├── flash.c │ │ │ ├── flashfs.h │ │ │ ├── journal.c │ │ │ ├── mkfile │ │ │ ├── mkfs.c │ │ │ ├── mkit │ │ │ ├── request.c │ │ │ ├── testld.c │ │ │ └── utils.c │ │ ├── getflags.c │ │ ├── gps │ │ │ ├── dat.h │ │ │ ├── gpsevermore.c │ │ │ ├── gpsfs.c │ │ │ ├── mkfile │ │ │ └── util.c │ │ ├── lines.c │ │ ├── lis │ │ ├── listen.c │ │ ├── listen1.c │ │ ├── mkfile │ │ ├── mklatinkbd.c │ │ ├── mnihongo │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── mnihongo.c │ │ │ └── tmac.nihongo │ │ ├── mouse.c │ │ ├── ms2.c │ │ ├── msexceltables.c │ │ ├── mswordstrings.c │ │ ├── na │ │ │ ├── mkfile │ │ │ ├── na.h │ │ │ └── na.y │ │ ├── nfsmount.c │ │ ├── olefs.c │ │ ├── pcmcia.c │ │ ├── portmap.c │ │ ├── rdwr.c │ │ ├── realemu │ │ │ ├── arg.c │ │ │ ├── dat.h │ │ │ ├── decode.c │ │ │ ├── fmt.c │ │ │ ├── fns.h │ │ │ ├── loadcom.c │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── notes │ │ │ ├── pit.c │ │ │ ├── vgalist │ │ │ └── xec.c │ │ ├── reboot.c │ │ ├── searchfs.c │ │ ├── statusbar.c │ │ ├── stub.c │ │ ├── timesync.c │ │ ├── trampoline.c │ │ ├── unlock │ │ ├── usage.c │ │ ├── vga │ │ │ ├── 3dfx.c │ │ │ ├── adventure │ │ │ ├── ark2000pv.c │ │ │ ├── att20c49x.c │ │ │ ├── att21c498.c │ │ │ ├── bt485.c │ │ │ ├── ch9294.c │ │ │ ├── clgd542x.c │ │ │ ├── clgd546x.c │ │ │ ├── ct65540.c │ │ │ ├── cyber938x.c │ │ │ ├── data.c │ │ │ ├── db.c │ │ │ ├── error.c │ │ │ ├── et4000.c │ │ │ ├── et4000hwgc.c │ │ │ ├── hiqvideo.c │ │ │ ├── i81x.c │ │ │ ├── ibm8514.c │ │ │ ├── icd2061a.c │ │ │ ├── ics2494.c │ │ │ ├── ics534x.c │ │ │ ├── io.c │ │ │ ├── mach32.c │ │ │ ├── mach64.c │ │ │ ├── mach64xx.c │ │ │ ├── main.c │ │ │ ├── mga2164w.c │ │ │ ├── mga4xx.c │ │ │ ├── mkfile │ │ │ ├── neomagic.c │ │ │ ├── notes.txt │ │ │ ├── nvidia.c │ │ │ ├── palette.c │ │ │ ├── pci.c │ │ │ ├── pci.h │ │ │ ├── radeon.c │ │ │ ├── radeon.h │ │ │ ├── rgb524.c │ │ │ ├── rgb524mn.c │ │ │ ├── riva_tbl.h │ │ │ ├── s3801.c │ │ │ ├── s3928.c │ │ │ ├── s3clock.c │ │ │ ├── s3generic.c │ │ │ ├── s3hwgc.c │ │ │ ├── sc15025.c │ │ │ ├── stg1702.c │ │ │ ├── t2r4.c │ │ │ ├── template.c │ │ │ ├── trio64.c │ │ │ ├── tvp3020.c │ │ │ ├── tvp3025.c │ │ │ ├── tvp3025clock.c │ │ │ ├── tvp3026.c │ │ │ ├── tvp3026clock.c │ │ │ ├── vesa.c │ │ │ ├── vesadb.c │ │ │ ├── vga.c │ │ │ ├── vga.h │ │ │ ├── virge.c │ │ │ ├── vision864.c │ │ │ ├── vision964.c │ │ │ ├── vision968.c │ │ │ ├── vmware.c │ │ │ └── w30c516.c │ │ ├── write.c │ │ └── zerotrunc.c │ ├── awd.c │ ├── awk │ │ ├── awk.h │ │ ├── awkgram.y │ │ ├── lex.c │ │ ├── lib.c │ │ ├── main.c │ │ ├── maketab.c │ │ ├── mkfile │ │ ├── parse.c │ │ ├── proctab.c │ │ ├── proto.h │ │ ├── re.c │ │ ├── run.c │ │ └── tran.c │ ├── basename.c │ ├── bc.y │ ├── bind.c │ ├── bitsy │ │ ├── bitsyload.c │ │ ├── keyboard.c │ │ ├── light.rc │ │ ├── mkfile │ │ ├── params.c │ │ ├── pencal.c │ │ └── prompter.c │ ├── bsplit.c │ ├── bzip2 │ │ ├── CHANGES │ │ ├── LICENSE │ │ ├── PROVENANCE │ │ ├── README │ │ ├── README.Plan9 │ │ ├── bunzip2.c │ │ ├── bzip2.c │ │ ├── bzip2recover.c │ │ ├── lib │ │ │ ├── blocksort.c │ │ │ ├── buffcompress.c │ │ │ ├── buffdecompress.c │ │ │ ├── bzassert.c │ │ │ ├── bzbuffcompress.c │ │ │ ├── bzcompress.c │ │ │ ├── bzdecompress.c │ │ │ ├── bzfeof.c │ │ │ ├── bzlib.c │ │ │ ├── bzlib.h │ │ │ ├── bzlib_private.h │ │ │ ├── bzlib_stdio.h │ │ │ ├── bzlib_stdio_private.h │ │ │ ├── bzread.c │ │ │ ├── bzstdio.c │ │ │ ├── bzversion.c │ │ │ ├── bzwrite.c │ │ │ ├── bzzlib.c │ │ │ ├── compress.c │ │ │ ├── crctable.c │ │ │ ├── decompress.c │ │ │ ├── huffman.c │ │ │ ├── mkfile │ │ │ ├── os.h │ │ │ ├── plan9.h │ │ │ ├── randtable.c │ │ │ └── unix.h │ │ └── mkfile │ ├── cal.c │ ├── calendar.c │ ├── calls.c │ ├── cat.c │ ├── cb │ │ ├── cb.c │ │ ├── cb.h │ │ ├── cbtype.c │ │ ├── cbtype.h │ │ └── mkfile │ ├── cc │ │ ├── acid.c │ │ ├── bits.c │ │ ├── c99 │ │ ├── cc.h │ │ ├── cc.y │ │ ├── com.c │ │ ├── com64.c │ │ ├── compat │ │ ├── compat.c │ │ ├── dcl.c │ │ ├── dpchk.c │ │ ├── funct.c │ │ ├── lex.c │ │ ├── lexbody │ │ ├── mac.c │ │ ├── macbody │ │ ├── mkfile │ │ ├── omachcap.c │ │ ├── pgen.c │ │ ├── pickle.c │ │ ├── pswt.c │ │ ├── scon.c │ │ └── sub.c │ ├── cdfs │ │ ├── buf.c │ │ ├── dat.h │ │ ├── fns.h │ │ ├── main.c │ │ ├── mkfile │ │ └── mmc.c │ ├── cec │ │ ├── LICENSE │ │ ├── Protocol │ │ ├── cec.c │ │ ├── cec.h │ │ ├── mkfile │ │ ├── mux.c │ │ ├── plan9.c │ │ └── utils.c │ ├── cfs │ │ ├── bcache.c │ │ ├── bcache.h │ │ ├── cformat.h │ │ ├── cfs.c │ │ ├── disk.c │ │ ├── disk.h │ │ ├── file.c │ │ ├── file.h │ │ ├── inode.c │ │ ├── inode.h │ │ ├── lru.c │ │ ├── lru.h │ │ ├── mkfile │ │ ├── notes │ │ └── stats.h │ ├── chgrp.c │ ├── chmod.c │ ├── cifs │ │ ├── apinums.h │ │ ├── auth-testcase.c │ │ ├── auth.c │ │ ├── cifs.c │ │ ├── cifs.h │ │ ├── dfs.c │ │ ├── doserrstr.c │ │ ├── fs.c │ │ ├── info.c │ │ ├── main.c │ │ ├── misc.c │ │ ├── mkfile │ │ ├── netbios.c │ │ ├── nterrstr.c │ │ ├── pack.c │ │ ├── ping.c │ │ ├── raperrstr.c │ │ ├── remsmb.h │ │ ├── sid2name.c │ │ ├── trans.c │ │ ├── trans2.c │ │ └── transnt.c │ ├── cleanname.c │ ├── cmp.c │ ├── col.c │ ├── colors.c │ ├── comm.c │ ├── compress │ │ ├── compress.c │ │ └── mkfile │ ├── con │ │ ├── con.c │ │ ├── hayes.c │ │ ├── mkfile │ │ ├── xmr.c │ │ └── xms.c │ ├── cp.c │ ├── cpp │ │ ├── cpp.c │ │ ├── cpp.h │ │ ├── eval.c │ │ ├── hideset.c │ │ ├── include.c │ │ ├── lex.c │ │ ├── macro.c │ │ ├── mkfile │ │ ├── nlist.c │ │ ├── test.c │ │ └── tokens.c │ ├── cpu.c │ ├── creepy │ │ ├── 9p.c │ │ ├── 9pix.c │ │ ├── all.h │ │ ├── attr.c │ │ ├── cfg.c │ │ ├── conf.h │ │ ├── dbg.c │ │ ├── dbg.h │ │ ├── dblk.c │ │ ├── dk.h │ │ ├── fblk.c │ │ ├── fns.h │ │ ├── fscmd.c │ │ ├── fsfmt.c │ │ ├── fsys.c │ │ ├── ix.c │ │ ├── ix.h │ │ ├── ixcall.c │ │ ├── mblk.c │ │ ├── mkfile │ │ ├── net.h │ │ └── tools.c │ ├── crop.c │ ├── cwfs │ │ ├── 32bit.h │ │ ├── 64bit.h │ │ ├── 9p1.c │ │ ├── 9p1.h │ │ ├── 9p1lib.c │ │ ├── 9p2.c │ │ ├── README │ │ ├── all.h │ │ ├── auth.c │ │ ├── chk.c │ │ ├── choline │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ └── mkfile │ │ ├── con.c │ │ ├── config.c │ │ ├── console.c │ │ ├── cw.c │ │ ├── cwfs │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ └── mkfile │ │ ├── data.c │ │ ├── dentry.c │ │ ├── doc │ │ │ ├── changes │ │ │ ├── emelie.boot │ │ │ ├── user.mode.boot │ │ │ ├── words │ │ │ ├── worm.fs │ │ │ └── worm.fs64 │ │ ├── emelie │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ ├── map.w2-w0 │ │ │ └── mkfile │ │ ├── fs │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ └── mkfile │ │ ├── fs64 │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ └── mkfile │ │ ├── fworm.c │ │ ├── io.h │ │ ├── iobuf.c │ │ ├── juke.c │ │ ├── lrand.c │ │ ├── main.c │ │ ├── malloc.c │ │ ├── mkfile │ │ ├── mworm.c │ │ ├── net.c │ │ ├── pc.c │ │ ├── portdat.h │ │ ├── portfns.h │ │ ├── portmkfile │ │ ├── scsi.c │ │ ├── sub.c │ │ ├── time.c │ │ ├── uidgid.c │ │ └── wren.c │ ├── date.c │ ├── db │ │ ├── command.c │ │ ├── defs.h │ │ ├── expr.c │ │ ├── fns.h │ │ ├── format.c │ │ ├── input.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── output.c │ │ ├── pcs.c │ │ ├── print.c │ │ ├── regs.c │ │ ├── runpcs.c │ │ ├── setup.c │ │ └── trcrun.c │ ├── dc.c │ ├── dd.c │ ├── deroff.c │ ├── dial │ │ ├── at.c │ │ ├── drain.c │ │ ├── expect.c │ │ ├── mkfile │ │ └── pass.c │ ├── dict │ │ ├── ahd.c │ │ ├── canonind.awk │ │ ├── comfix.awk │ │ ├── dict.c │ │ ├── dict.h │ │ ├── egfix │ │ ├── egfix2 │ │ ├── fromemf │ │ ├── gb2312.c │ │ ├── gefix │ │ ├── getneeds │ │ ├── jis208.c │ │ ├── kuten.h │ │ ├── mkfile │ │ ├── mkindex.c │ │ ├── movie.c │ │ ├── oed.c │ │ ├── pcollins.c │ │ ├── pcollinsg.c │ │ ├── pgw.c │ │ ├── rev.awk │ │ ├── robert.c │ │ ├── roget.c │ │ ├── simple.c │ │ ├── slang.c │ │ ├── t.awk │ │ ├── thesaurus.c │ │ ├── utils.c │ │ └── world.c │ ├── diff │ │ ├── diff.h │ │ ├── diffdir.c │ │ ├── diffio.c │ │ ├── diffreg.c │ │ ├── main.c │ │ └── mkfile │ ├── disk │ │ ├── 9660 │ │ │ ├── boot.c │ │ │ ├── cdrdwr.c │ │ │ ├── conform.c │ │ │ ├── direc.c │ │ │ ├── dump.c │ │ │ ├── dump9660.c │ │ │ ├── ichar.c │ │ │ ├── iso9660.h │ │ │ ├── jchar.c │ │ │ ├── mk9660.rc │ │ │ ├── mkfile │ │ │ ├── path.c │ │ │ ├── plan9.c │ │ │ ├── rune.c │ │ │ ├── sysuse.c │ │ │ ├── uid.c │ │ │ ├── unix.c │ │ │ ├── util.c │ │ │ └── write.c │ │ ├── exsort.c │ │ ├── format.c │ │ ├── kfs │ │ │ ├── 9p1.c │ │ │ ├── 9p1.h │ │ │ ├── 9p12.c │ │ │ ├── 9p1lib.c │ │ │ ├── 9p2.c │ │ │ ├── all.h │ │ │ ├── auth.c │ │ │ ├── chk.c │ │ │ ├── con.c │ │ │ ├── console.c │ │ │ ├── dat.c │ │ │ ├── dat.h │ │ │ ├── dentry.c │ │ │ ├── devmulti.c │ │ │ ├── devwren.c │ │ │ ├── errno.h │ │ │ ├── fns.h │ │ │ ├── ialloc.c │ │ │ ├── iobuf.c │ │ │ ├── main.c │ │ │ ├── misc.c │ │ │ ├── mkfile │ │ │ ├── ofcallfmt.c │ │ │ ├── portdat.h │ │ │ ├── portfns.h │ │ │ ├── porttime.c │ │ │ ├── print.c │ │ │ ├── sub.c │ │ │ └── uid.c │ │ ├── kfscmd.c │ │ ├── mbr.c │ │ ├── mkext.c │ │ ├── mkfile │ │ ├── mkfs.c │ │ ├── partfs.c │ │ ├── prep │ │ │ ├── calc.y │ │ │ ├── edit.c │ │ │ ├── edit.h │ │ │ ├── fdisk.c │ │ │ ├── mkfile │ │ │ └── prep.c │ │ ├── rd9660.c │ │ └── sacfs │ │ │ ├── mkfile │ │ │ ├── mksacfs.c │ │ │ ├── sac.c │ │ │ ├── sac.h │ │ │ ├── sacfs.c │ │ │ ├── sacfs.h │ │ │ ├── ssort.h │ │ │ ├── ssort6.c │ │ │ └── unsac.c │ ├── dossrv │ │ ├── chat.c │ │ ├── dat.h │ │ ├── devio.c │ │ ├── dosfs.c │ │ ├── dosfs.h │ │ ├── dossubs.c │ │ ├── errstr.h │ │ ├── fns.h │ │ ├── iotrack.c │ │ ├── iotrack.h │ │ ├── lock.c │ │ ├── mkfile │ │ ├── xfile.c │ │ └── xfssrv.c │ ├── du.c │ ├── echo.c │ ├── ecp.c │ ├── ed.c │ ├── eqn │ │ ├── diacrit.c │ │ ├── e.h │ │ ├── eqn.y │ │ ├── eqnbox.c │ │ ├── font.c │ │ ├── fromto.c │ │ ├── funny.c │ │ ├── glob.c │ │ ├── input.c │ │ ├── integral.c │ │ ├── lex.c │ │ ├── lookup.c │ │ ├── main.c │ │ ├── mark.c │ │ ├── matrix.c │ │ ├── mkfile │ │ ├── move.c │ │ ├── over.c │ │ ├── paren.c │ │ ├── pile.c │ │ ├── prevy.tab.h │ │ ├── shift.c │ │ ├── size.c │ │ ├── sqrt.c │ │ ├── text.c │ │ └── tuning.c │ ├── execac.c │ ├── execnet │ │ ├── client.c │ │ ├── dat.h │ │ ├── fs.c │ │ ├── main.c │ │ ├── mkfile │ │ └── note.c │ ├── exportfs │ │ ├── exportfs.c │ │ ├── exportfs.h │ │ ├── exportsrv.c │ │ ├── mkfile │ │ └── pattern.c │ ├── ext2srv │ │ ├── chat.c │ │ ├── dat.h │ │ ├── errstr.h │ │ ├── ext2fs.c │ │ ├── ext2srv.man │ │ ├── ext2subs.c │ │ ├── fns.h │ │ ├── iobuf.c │ │ ├── mkfile │ │ ├── readme │ │ ├── version │ │ ├── xfile.c │ │ └── xfssrv.c │ ├── faces │ │ ├── dblook.c │ │ ├── facedb.c │ │ ├── faces.h │ │ ├── main.c │ │ ├── mkfile │ │ ├── plumb.c │ │ └── util.c │ ├── factor.c │ ├── fax │ │ ├── fax2modem.c │ │ ├── fax2receive.c │ │ ├── fax2send.c │ │ ├── file.c │ │ ├── mkfile │ │ ├── modem.c │ │ ├── modem.h │ │ ├── receive.c │ │ ├── receiverc │ │ ├── send.c │ │ └── subr.c │ ├── fcp.c │ ├── file.c │ ├── fmt.c │ ├── fossil │ │ ├── 9.h │ │ ├── 9auth.c │ │ ├── 9dir.c │ │ ├── 9excl.c │ │ ├── 9fid.c │ │ ├── 9fsys.c │ │ ├── 9lstn.c │ │ ├── 9p.c │ │ ├── 9ping.c │ │ ├── 9proc.c │ │ ├── 9srv.c │ │ ├── 9user.c │ │ ├── Ccli.c │ │ ├── Ccmd.c │ │ ├── Ccons.c │ │ ├── Clog.c │ │ ├── archive.c │ │ ├── build │ │ ├── buildsh │ │ ├── bwatch.c │ │ ├── cache.c │ │ ├── check.c │ │ ├── conf.rc │ │ ├── dat.h │ │ ├── deadlock │ │ ├── disk.c │ │ ├── dump.c │ │ ├── epoch.c │ │ ├── error.c │ │ ├── error.h │ │ ├── file.c │ │ ├── flchk.c │ │ ├── flfmt.c │ │ ├── flfmt9660.c │ │ ├── flfmt9660.h │ │ ├── flproto │ │ ├── fns.h │ │ ├── fossil-acid │ │ ├── fossil.c │ │ ├── fs.c │ │ ├── fs.h │ │ ├── history │ │ ├── invariants │ │ ├── last.c │ │ ├── mkfile │ │ ├── nobwatch.c │ │ ├── pack.c │ │ ├── periodic.c │ │ ├── source.c │ │ ├── srcload.c │ │ ├── stdinc.h │ │ ├── trunc.c │ │ ├── unpack │ │ ├── vac.c │ │ ├── vac.h │ │ ├── view.c │ │ └── walk.c │ ├── freq.c │ ├── getmap.c │ ├── grap │ │ ├── coord.c │ │ ├── for.c │ │ ├── frame.c │ │ ├── grap.h │ │ ├── grap.y │ │ ├── grapl.lx │ │ ├── input.c │ │ ├── label.c │ │ ├── main.c │ │ ├── misc.c │ │ ├── mkfile │ │ ├── plot.c │ │ ├── print.c │ │ └── ticks.c │ ├── graph │ │ ├── graph.c │ │ ├── iplot.h │ │ ├── mkfile │ │ ├── subr.c │ │ └── whoami.c │ ├── grep │ │ ├── comp.c │ │ ├── grep.h │ │ ├── grep.y │ │ ├── main.c │ │ ├── mkfile │ │ └── sub.c │ ├── gview.c.no │ ├── gzip │ │ ├── gunzip.c │ │ ├── gzip.c │ │ ├── gzip.h │ │ ├── mkfile │ │ ├── unzip.c │ │ ├── zip.c │ │ └── zip.h │ ├── hget.c │ ├── histogram.c │ ├── history.c │ ├── hoc │ │ ├── code.c │ │ ├── hoc.h │ │ ├── hoc.y │ │ ├── init.c │ │ ├── math.c │ │ ├── mkfile │ │ └── symbol.c │ ├── html2ms.c │ ├── htmlfmt │ │ ├── dat.h │ │ ├── html.c │ │ ├── main.c │ │ ├── mkfile │ │ └── util.c │ ├── htmlroff │ │ ├── a.h │ │ ├── char.c │ │ ├── html.c │ │ ├── input.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── roff.c │ │ ├── t1.c │ │ ├── t10.c │ │ ├── t11.c │ │ ├── t12.c │ │ ├── t13.c │ │ ├── t14.c │ │ ├── t15.c │ │ ├── t16.c │ │ ├── t17.c │ │ ├── t18.c │ │ ├── t19.c │ │ ├── t2.c │ │ ├── t20.c │ │ ├── t3.c │ │ ├── t4.c │ │ ├── t5.c │ │ ├── t6.c │ │ ├── t7.c │ │ ├── t8.c │ │ ├── t9.c │ │ └── util.c │ ├── iconv.c │ ├── idiff.c │ ├── import.c │ ├── init.c │ ├── iostats │ │ ├── iostats.c │ │ ├── mkfile │ │ ├── statfs.h │ │ └── statsrv.c │ ├── ip │ │ ├── 6in4.c │ │ ├── arp.h │ │ ├── dhcp.h │ │ ├── dhcpclient.c │ │ ├── dhcpd │ │ │ ├── dat.h │ │ │ ├── db.c │ │ │ ├── dhcpd.c │ │ │ ├── dhcpleases.c │ │ │ ├── mkfile │ │ │ ├── ndb.c │ │ │ ├── ping.c │ │ │ ├── testlook.c │ │ │ ├── testlookup.c │ │ │ └── testping.c │ │ ├── ftpfs │ │ │ ├── file.c │ │ │ ├── ftpfs.c │ │ │ ├── ftpfs.h │ │ │ ├── mkfile │ │ │ └── proto.c │ │ ├── glob.c │ │ ├── glob.h │ │ ├── gping.c │ │ ├── hogports.c │ │ ├── httpd │ │ │ ├── anonymous.c │ │ │ ├── authorize.c │ │ │ ├── classify.c │ │ │ ├── content.c │ │ │ ├── emem.c │ │ │ ├── hints.c │ │ │ ├── httpd.c │ │ │ ├── httpsrv.h │ │ │ ├── imagemap.c │ │ │ ├── init.c │ │ │ ├── log.c │ │ │ ├── man2html.c │ │ │ ├── mkfile │ │ │ ├── netlib_find.c │ │ │ ├── netlib_history.c │ │ │ ├── redirect.c │ │ │ ├── save.c │ │ │ ├── sendfd.c │ │ │ ├── webls.c │ │ │ ├── webls.denied │ │ │ └── wikipost.c │ │ ├── httpfile.c │ │ ├── icmp.h │ │ ├── imap4d │ │ │ ├── auth.c │ │ │ ├── copy.c │ │ │ ├── csquery.c │ │ │ ├── date.c │ │ │ ├── debug.c │ │ │ ├── fetch.c │ │ │ ├── fns.h │ │ │ ├── folder.c │ │ │ ├── imap4d.c │ │ │ ├── imap4d.h │ │ │ ├── list.c │ │ │ ├── mbox.c │ │ │ ├── mkfile │ │ │ ├── msg.c │ │ │ ├── mutf7.c │ │ │ ├── nodes.c │ │ │ ├── search.c │ │ │ ├── store.c │ │ │ └── utils.c │ │ ├── ipconfig │ │ │ ├── ipconfig.h │ │ │ ├── ipv6.c │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ └── ppp.c │ │ ├── iscsi.h │ │ ├── iscsisrv.c │ │ ├── linklocal.c │ │ ├── measure.c │ │ ├── mkfile │ │ ├── ping.c │ │ ├── ppp │ │ │ ├── block.c │ │ │ ├── compress.c │ │ │ ├── doclient │ │ │ ├── doserve │ │ │ ├── dotest │ │ │ ├── ipaux.c │ │ │ ├── mkfile │ │ │ ├── mppc.c │ │ │ ├── ppp.c │ │ │ ├── ppp.h │ │ │ ├── testppp.c │ │ │ ├── thw.c │ │ │ ├── thwack.c │ │ │ ├── thwack.h │ │ │ └── unthwack.c │ │ ├── pppoe.c │ │ ├── pptp.c │ │ ├── pptpd.c │ │ ├── rarpd.c │ │ ├── rexexec.c │ │ ├── rip.c │ │ ├── rlogind.c │ │ ├── rtcp │ │ │ └── .shutuphg │ │ ├── snoopy │ │ │ ├── aoe.c │ │ │ ├── aoeata.c │ │ │ ├── aoecmd.c │ │ │ ├── aoemask.c │ │ │ ├── aoemd.c │ │ │ ├── aoerr.c │ │ │ ├── arp.c │ │ │ ├── bootp.c │ │ │ ├── cec.c │ │ │ ├── dat.h │ │ │ ├── dhcp.c │ │ │ ├── dns.c │ │ │ ├── dump.c │ │ │ ├── eap.c │ │ │ ├── eap_identity.c │ │ │ ├── eapol.c │ │ │ ├── eapol_key.c │ │ │ ├── ether.c │ │ │ ├── filter.y │ │ │ ├── gre.c │ │ │ ├── hdlc.c │ │ │ ├── icmp.c │ │ │ ├── icmp6.c │ │ │ ├── il.c │ │ │ ├── ip.c │ │ │ ├── ip6.c │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── ninep.c │ │ │ ├── ospf.c │ │ │ ├── ppp.c │ │ │ ├── ppp_ccp.c │ │ │ ├── ppp_chap.c │ │ │ ├── ppp_comp.c │ │ │ ├── ppp_ipcp.c │ │ │ ├── ppp_lcp.c │ │ │ ├── pppoe_disc.c │ │ │ ├── pppoe_sess.c │ │ │ ├── rarp.c │ │ │ ├── rc4keydesc.c │ │ │ ├── rtcp.c │ │ │ ├── rtp.c │ │ │ ├── tcp.c │ │ │ ├── ttls.c │ │ │ └── udp.c │ │ ├── telnet.c │ │ ├── telnet.h │ │ ├── telnetd.c │ │ ├── tftpd.c │ │ ├── traceroute.c │ │ ├── udpecho.c │ │ └── wol.c │ ├── join.c.no │ ├── jpg │ │ ├── bmp.c │ │ ├── bmp.h │ │ ├── close.c │ │ ├── gif.c │ │ ├── ico.c │ │ ├── imagefile.h │ │ ├── jpegdump.c │ │ ├── jpg.c │ │ ├── mkfile │ │ ├── multichan.c │ │ ├── onechan.c │ │ ├── png.c │ │ ├── ppm.c │ │ ├── readbmp.c │ │ ├── readgif.c │ │ ├── readjpg.c │ │ ├── readpng.c │ │ ├── readppm.c │ │ ├── readtga.c │ │ ├── readv210.c │ │ ├── readyuv.c │ │ ├── rgbrgbv.c │ │ ├── rgbycc.c │ │ ├── tga.c │ │ ├── togif.c │ │ ├── toico.c │ │ ├── topng.c │ │ ├── toppm.c │ │ ├── torgbv.c │ │ ├── totruecolor.c │ │ ├── v210.c │ │ ├── writegif.c │ │ ├── writepng.c │ │ ├── writeppm.c │ │ ├── writerawimage.c │ │ └── yuv.c │ ├── ka │ │ ├── a.h │ │ ├── a.y │ │ ├── l.s │ │ ├── lex.c │ │ ├── mkfile │ │ └── note │ ├── kbmap.c │ ├── kc │ │ ├── bits.c │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── k.out.h │ │ ├── list.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── ki │ │ ├── bpt.c │ │ ├── cmd.c │ │ ├── float.c │ │ ├── icache.c │ │ ├── ki.c │ │ ├── mem.c │ │ ├── mkfile │ │ ├── run.c │ │ ├── sparc.h │ │ ├── stats.c │ │ ├── symbols.c │ │ └── syscall.c │ ├── kl │ │ ├── asm.c │ │ ├── compat.c │ │ ├── cputime.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── noop.c │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ ├── sched.c │ │ └── span.c │ ├── kprof.c │ ├── ktrace.c │ ├── lens.c │ ├── lex │ │ ├── header.c │ │ ├── ldefs.h │ │ ├── lmain.c │ │ ├── mkfile │ │ ├── ncform │ │ ├── parser.y │ │ ├── sub1.c │ │ └── sub2.c │ ├── linux │ │ ├── calllinuxnoted.s │ │ ├── callmain.s │ │ ├── dat.h │ │ ├── elf.h │ │ ├── file.c │ │ ├── fns.h │ │ ├── libmach │ │ │ ├── 0.c │ │ │ ├── 2.c │ │ │ ├── 2db.c │ │ │ ├── 2obj.c │ │ │ ├── 5.c │ │ │ ├── 5db.c │ │ │ ├── 5obj.c │ │ │ ├── 6.c │ │ │ ├── 6obj.c │ │ │ ├── 7.c │ │ │ ├── 7db.c │ │ │ ├── 7obj.c │ │ │ ├── 8.c │ │ │ ├── 8db.c │ │ │ ├── 8obj.c │ │ │ ├── 9.c │ │ │ ├── 9c │ │ │ │ └── 9.out.h │ │ │ ├── 9obj.c │ │ │ ├── README │ │ │ ├── access.c │ │ │ ├── elf.h │ │ │ ├── executable.c │ │ │ ├── k.c │ │ │ ├── kdb.c │ │ │ ├── kobj.c │ │ │ ├── machdata.c │ │ │ ├── map.c │ │ │ ├── mips2ureg.h │ │ │ ├── mkfile │ │ │ ├── obj.c │ │ │ ├── obj.h │ │ │ ├── q.c │ │ │ ├── qdb.c │ │ │ ├── qobj.c │ │ │ ├── setmach.c │ │ │ ├── swap.c │ │ │ ├── sym.c │ │ │ ├── u.c │ │ │ ├── uc │ │ │ │ ├── README │ │ │ │ └── u.out.h │ │ │ ├── udb.c │ │ │ ├── uobj.c │ │ │ ├── v.c │ │ │ ├── vcodas.c │ │ │ ├── vdb.c │ │ │ └── vobj.c │ │ ├── linux.c │ │ ├── linux.h │ │ ├── linuxsystab.h │ │ ├── mkfile │ │ ├── proc.c │ │ ├── rlimit.c │ │ └── trace.c │ ├── linuxemu3 │ │ ├── 386.c │ │ ├── CHANGES │ │ ├── README │ │ ├── amd64.c │ │ ├── bits.s │ │ ├── bits6.s │ │ ├── bits8.s │ │ ├── bootstrap │ │ │ └── tar │ │ ├── bufproc.c │ │ ├── consdev.c │ │ ├── dat.h │ │ ├── doc │ │ │ ├── ioctl_list.txt │ │ │ ├── linuxemu.txt │ │ │ └── todo.txt │ │ ├── dspdev.c │ │ ├── error.c │ │ ├── exec.c │ │ ├── file.c │ │ ├── fns.h │ │ ├── fs.c │ │ ├── linux │ │ ├── linux.h │ │ ├── linuxcall.c │ │ ├── linuxcalltab │ │ ├── linuxcalltab.awk │ │ ├── linuxemu.acid │ │ ├── main.c │ │ ├── mem.c │ │ ├── miscdev.c │ │ ├── mkfile │ │ ├── pipedev.c │ │ ├── poll.c │ │ ├── proc.c │ │ ├── procdev.c │ │ ├── ptydev.c │ │ ├── rootdev.c │ │ ├── signal.c │ │ ├── sockdev.c │ │ ├── stat.c │ │ ├── time.c │ │ ├── tls.c │ │ ├── trace.c │ │ └── trap.c │ ├── lnfs.c │ ├── lock.c │ ├── look.c │ ├── lp │ │ ├── LOCK.c │ │ ├── ipcopen.c │ │ ├── lp.rc │ │ ├── lpdaemon.c │ │ ├── lpdsend.c │ │ ├── lpsend.c │ │ ├── lpsend.rc │ │ └── mkfile │ ├── ls.c │ ├── map │ │ ├── index.c │ │ ├── iplot.h │ │ ├── libmap │ │ │ ├── aitoff.c │ │ │ ├── albers.c │ │ │ ├── azequalarea.c │ │ │ ├── azequidist.c │ │ │ ├── bicentric.c │ │ │ ├── bonne.c │ │ │ ├── ccubrt.c │ │ │ ├── complex.c │ │ │ ├── conic.c │ │ │ ├── cubrt.c │ │ │ ├── cuts.c │ │ │ ├── cylequalarea.c │ │ │ ├── cylindrical.c │ │ │ ├── elco2.c │ │ │ ├── elliptic.c │ │ │ ├── fisheye.c │ │ │ ├── gall.c │ │ │ ├── gilbert.c │ │ │ ├── guyou.c │ │ │ ├── harrison.c │ │ │ ├── hex.c │ │ │ ├── homing.c │ │ │ ├── lagrange.c │ │ │ ├── lambert.c │ │ │ ├── laue.c │ │ │ ├── lune.c │ │ │ ├── mercator.c │ │ │ ├── mkfile │ │ │ ├── mollweide.c │ │ │ ├── newyorker.c │ │ │ ├── orthographic.c │ │ │ ├── perspective.c │ │ │ ├── polyconic.c │ │ │ ├── rectangular.c │ │ │ ├── simpleconic.c │ │ │ ├── sinusoidal.c │ │ │ ├── tetra.c │ │ │ ├── trapezoidal.c │ │ │ ├── twocirc.c │ │ │ └── zcoord.c │ │ ├── map.c │ │ ├── map.h │ │ ├── map.rc │ │ ├── mapdemo.rc │ │ ├── mkfile │ │ ├── route.c │ │ ├── sqrt.c │ │ └── symbol.c │ ├── mc.c │ ├── md5sum.c │ ├── mk │ │ ├── acid │ │ ├── arc.c │ │ ├── archive.c │ │ ├── bufblock.c │ │ ├── env.c │ │ ├── file.c │ │ ├── fns.h │ │ ├── graph.c │ │ ├── job.c │ │ ├── lex.c │ │ ├── main.c │ │ ├── match.c │ │ ├── mk.c │ │ ├── mk.h │ │ ├── mkconv │ │ ├── mkfile │ │ ├── parse.c │ │ ├── plan9.c │ │ ├── rc.c │ │ ├── recipe.c │ │ ├── rule.c │ │ ├── run.c │ │ ├── shprint.c │ │ ├── symtab.c │ │ ├── var.c │ │ ├── varsub.c │ │ └── word.c │ ├── mkdir.c │ ├── mkfile │ ├── mklib │ ├── mkmany │ ├── mkone │ ├── mksyslib │ ├── mntgen.c │ ├── mount.c │ ├── ms2html.c │ ├── mtime.c │ ├── mug.c │ ├── mv.c │ ├── ndb │ │ ├── convDNS2M.c │ │ ├── convM2DNS.c │ │ ├── cs.c │ │ ├── csquery.c │ │ ├── dblookup.c │ │ ├── dn.c │ │ ├── dnarea.c │ │ ├── dnnotify.c │ │ ├── dnresolve.c │ │ ├── dns.c │ │ ├── dns.h │ │ ├── dnsdebug.c │ │ ├── dnserver.c │ │ ├── dnsquery.c │ │ ├── dnstcp.c │ │ ├── dnudpserver.c │ │ ├── inform.c │ │ ├── ipquery.c │ │ ├── mkdb.c │ │ ├── mkfile │ │ ├── mkhash.c │ │ ├── mkhosts.c │ │ └── query.c │ ├── netstat.c │ ├── news.c │ ├── nfs.c │ ├── nm.c │ ├── nntpfs.c │ ├── ns.c │ ├── p.c │ ├── page │ │ ├── cache.c │ │ ├── filter.c │ │ ├── gfx.c │ │ ├── gs.c │ │ ├── mkfile │ │ ├── nrotate.c │ │ ├── page.c │ │ ├── page.h │ │ ├── pdf.c │ │ ├── pdfprolog.ps │ │ ├── ps.c │ │ ├── rotate.c │ │ ├── util.c │ │ └── view.c │ ├── paqfs │ │ ├── mkfile │ │ ├── mkpaqfs.c │ │ ├── paqfs.c │ │ └── paqfs.h │ ├── pbd.c │ ├── pcc.c │ ├── pic │ │ ├── arcgen.c │ │ ├── blockgen.c │ │ ├── boxgen.c │ │ ├── circgen.c │ │ ├── for.c │ │ ├── input.c │ │ ├── linegen.c │ │ ├── main.c │ │ ├── makefile │ │ ├── misc.c │ │ ├── mkfile │ │ ├── movegen.c │ │ ├── pic.h │ │ ├── picl.lx │ │ ├── picy.y │ │ ├── pltroff.c │ │ ├── prevy.tab.h │ │ ├── print.c │ │ ├── symtab.c │ │ └── textgen.c │ ├── pipefile.c │ ├── plot │ │ ├── libplot │ │ │ ├── box.c │ │ │ ├── cfill.c │ │ │ ├── circ.c │ │ │ ├── closepl.c │ │ │ ├── color.c │ │ │ ├── disk.c │ │ │ ├── doublebuffer.c │ │ │ ├── dpoint.c │ │ │ ├── erase.c │ │ │ ├── fill.c │ │ │ ├── frame.c │ │ │ ├── grade.c │ │ │ ├── line.c │ │ │ ├── machdep.c │ │ │ ├── mkfile │ │ │ ├── move.c │ │ │ ├── mplot.h │ │ │ ├── openpl.c │ │ │ ├── parabola.c │ │ │ ├── pen.c │ │ │ ├── poly.c │ │ │ ├── ppause.c │ │ │ ├── pprompt.c │ │ │ ├── range.c │ │ │ ├── rarc.c │ │ │ ├── restore.c │ │ │ ├── rmove.c │ │ │ ├── rvec.c │ │ │ ├── save.c │ │ │ ├── sbox.c │ │ │ ├── spline.c │ │ │ ├── subr.c │ │ │ ├── text.c │ │ │ ├── vec.c │ │ │ └── whoami.c │ │ ├── mkfile │ │ ├── plot.c │ │ └── plot.h │ ├── plumb │ │ ├── fsys.c │ │ ├── match.c │ │ ├── mkfile │ │ ├── plumb.c │ │ ├── plumber.c │ │ ├── plumber.h │ │ └── rules.c │ ├── pr.c │ ├── primes.c │ ├── prof.c │ ├── proof │ │ ├── font.c │ │ ├── htroff.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── proof.h │ │ └── screen.c │ ├── ps.c │ ├── pump.c │ ├── pwd.c │ ├── qa │ │ ├── a.h │ │ ├── a.y │ │ ├── lex.c │ │ └── mkfile │ ├── qc │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── machcap.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── q.out.h │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ └── txt.c │ ├── qi │ │ ├── bpt.c │ │ ├── branch.c │ │ ├── cmd.c │ │ ├── float.c │ │ ├── icache.c │ │ ├── iu.c │ │ ├── mem.c │ │ ├── mkfile │ │ ├── power.h │ │ ├── qi.c │ │ ├── run.c │ │ ├── stats.c │ │ ├── symbols.c │ │ ├── syscall.c │ │ └── timing │ ├── ql │ │ ├── asm.c │ │ ├── asmout.c │ │ ├── cnam.c │ │ ├── compat.c │ │ ├── cputime.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkcname │ │ ├── mkfile │ │ ├── noop.c │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ ├── sched.c │ │ └── span.c │ ├── ramfs.c │ ├── ratfs │ │ ├── ctlfiles.c │ │ ├── main.c │ │ ├── misc.c │ │ ├── mkfile │ │ ├── proto.c │ │ └── ratfs.h │ ├── ratrace.c │ ├── rc │ │ ├── code.c │ │ ├── compiling.on.unix │ │ ├── exec.c │ │ ├── exec.h │ │ ├── fns.h │ │ ├── getflags.c │ │ ├── getflags.h │ │ ├── glob.c │ │ ├── havefork.c │ │ ├── haventfork.c │ │ ├── here.c │ │ ├── io.c │ │ ├── io.h │ │ ├── lex.c │ │ ├── mkfile │ │ ├── pcmd.c │ │ ├── pfnc.c │ │ ├── plan9.c │ │ ├── rc.h │ │ ├── simple.c │ │ ├── subr.c │ │ ├── syn.y │ │ ├── trap.c │ │ ├── tree.c │ │ ├── unix.c │ │ ├── var.c │ │ └── win32.c │ ├── rdbfs.c │ ├── read.c │ ├── regress │ │ ├── badsyscall.c │ │ ├── callbadsys.s │ │ ├── float.c │ │ ├── frexp.c │ │ ├── idseg.c │ │ ├── mixedfloat.c │ │ ├── mkfile │ │ ├── nanotime.c │ │ └── sysstatread.c │ ├── replica │ │ ├── all.h │ │ ├── applychanges.c │ │ ├── applylog.c │ │ ├── avl.c │ │ ├── compactdb.c │ │ ├── db.c │ │ ├── mkfile │ │ ├── revdump.c │ │ ├── revproto.c │ │ ├── updatedb.c │ │ └── util.c │ ├── resample.c │ ├── rio │ │ ├── dat.h │ │ ├── data.c │ │ ├── fns.h │ │ ├── fsys.c │ │ ├── mkfile │ │ ├── rio.c │ │ ├── scrl.c │ │ ├── time.c │ │ ├── util.c │ │ ├── wctl.c │ │ ├── wind.c │ │ └── xfid.c │ ├── rm.c │ ├── rx.c │ ├── sam │ │ ├── acid.lib │ │ ├── address.c │ │ ├── buff.c │ │ ├── cmd.c │ │ ├── disk.c │ │ ├── error.c │ │ ├── errors.h │ │ ├── file.c │ │ ├── io.c │ │ ├── list.c │ │ ├── mesg.c │ │ ├── mesg.h │ │ ├── mkfile │ │ ├── moveto.c │ │ ├── multi.c │ │ ├── parse.h │ │ ├── plan9.c │ │ ├── rasp.c │ │ ├── regexp.c │ │ ├── sam.c │ │ ├── sam.h │ │ ├── shell.c │ │ ├── string.c │ │ ├── sys.c │ │ ├── util.c │ │ └── xec.c │ ├── samterm │ │ ├── flayer.c │ │ ├── flayer.h │ │ ├── icons.c │ │ ├── io.c │ │ ├── main.c │ │ ├── menu.c │ │ ├── mesg.c │ │ ├── mkfile │ │ ├── plan9.c │ │ ├── rasp.c │ │ ├── samterm.h │ │ ├── scroll.c │ │ └── syms │ ├── scat │ │ ├── bitinput.c │ │ ├── desc.c │ │ ├── display.c │ │ ├── dssread.c │ │ ├── header.c │ │ ├── hinv.c │ │ ├── image.c │ │ ├── mkfile │ │ ├── patch.c │ │ ├── plate.h │ │ ├── plot.c │ │ ├── posn.c │ │ ├── prose.c │ │ ├── qtree.c │ │ ├── scat.c │ │ ├── sky.h │ │ ├── strings.c │ │ └── util.c │ ├── screenlock.c │ ├── scuzz │ │ ├── cdaudio.c │ │ ├── cdr.c │ │ ├── changer.c │ │ ├── mkfile │ │ ├── mo.words │ │ ├── scsireq.c │ │ ├── scsireq.h │ │ ├── scuzz.c │ │ └── sense.c │ ├── seconds.c │ ├── sed.c │ ├── seq.c │ ├── sh.C │ ├── sha1sum.c │ ├── size.c │ ├── sleep.c │ ├── snap │ │ ├── mkfile │ │ ├── read.c │ │ ├── snap.c │ │ ├── snap.h │ │ ├── snapfs.c │ │ ├── take.c │ │ ├── util.c │ │ └── write.c │ ├── sort.c │ ├── spin │ │ ├── README │ │ ├── dstep.c │ │ ├── flow.c │ │ ├── guided.c │ │ ├── main.c │ │ ├── mesg.c │ │ ├── mkfile │ │ ├── pangen1.c │ │ ├── pangen1.h │ │ ├── pangen2.c │ │ ├── pangen2.h │ │ ├── pangen3.c │ │ ├── pangen3.h │ │ ├── pangen4.c │ │ ├── pangen4.h │ │ ├── pangen5.c │ │ ├── pangen5.h │ │ ├── pangen6.c │ │ ├── pangen6.h │ │ ├── pangen7.c │ │ ├── pc_zpp.c │ │ ├── ps_msc.c │ │ ├── reprosrc.c │ │ ├── run.c │ │ ├── sched.c │ │ ├── spin.h │ │ ├── spin.y │ │ ├── spinlex.c │ │ ├── structs.c │ │ ├── sym.c │ │ ├── tl.h │ │ ├── tl_buchi.c │ │ ├── tl_cache.c │ │ ├── tl_lex.c │ │ ├── tl_main.c │ │ ├── tl_mem.c │ │ ├── tl_parse.c │ │ ├── tl_rewrt.c │ │ ├── tl_trans.c │ │ ├── vars.c │ │ └── version.h │ ├── split.c │ ├── srv.c │ ├── srvfs.c │ ├── srvold9p │ │ ├── 9p1.h │ │ ├── 9p1lib.c │ │ ├── fcall.c │ │ ├── mkfile │ │ └── srvold9p.c │ ├── ssh1 │ │ ├── agent.c │ │ ├── authpasswd.c │ │ ├── authrsa.c │ │ ├── authsrvpasswd.c │ │ ├── authsrvtis.c │ │ ├── authtis.c │ │ ├── cipher3des.c │ │ ├── cipherblowfish.c │ │ ├── cipherdes.c │ │ ├── ciphernone.c │ │ ├── cipherrc4.c │ │ ├── ciphertwiddle.c │ │ ├── cmsg.c │ │ ├── mkfile │ │ ├── msg.c │ │ ├── pubkey.c │ │ ├── scp.c │ │ ├── smsg.c │ │ ├── ssh.h │ │ ├── ssh1.c │ │ ├── sshnet.c │ │ ├── sshserve.c │ │ └── util.c │ ├── ssh2 │ │ ├── _changes │ │ ├── cipher3des.c │ │ ├── cipheraes.c │ │ ├── cipherblowfish.c │ │ ├── cipherrc4.c │ │ ├── common.c │ │ ├── dh.c │ │ ├── dial.c │ │ ├── dial.thread.c │ │ ├── dup.out │ │ ├── dup.pro │ │ ├── dup.sum │ │ ├── dup.xpr │ │ ├── esmprint.c │ │ ├── funclen │ │ ├── long.funcs │ │ ├── magic │ │ ├── magic.out │ │ ├── mkfile │ │ ├── netssh.c │ │ ├── netssh.h │ │ ├── pubkey.c │ │ ├── rsa2ssh2.c │ │ ├── ssh.c │ │ ├── ssh2.h │ │ ├── sshsession.c │ │ └── transport.c │ ├── stats.c │ ├── strings.c │ ├── strip.c │ ├── sum.c │ ├── swap.c │ ├── syscall │ │ ├── mkfile │ │ └── syscall.c │ ├── tail.c │ ├── tapefs │ │ ├── 32vfs.c │ │ ├── cpiofs.c │ │ ├── fs.c │ │ ├── mkfile │ │ ├── tapefs.h │ │ ├── tapfs.c │ │ ├── tarfs.c │ │ ├── tpfs.c │ │ ├── util.c │ │ ├── v10fs.c │ │ ├── v6fs.c │ │ ├── zip.h │ │ └── zipfs.c │ ├── tar.c │ ├── tarsplit │ │ ├── mkfile │ │ ├── tar.h │ │ ├── tarcat.c │ │ ├── tarsplit.c │ │ └── tarsub.c │ ├── tbl │ │ ├── mkfile │ │ ├── t.h │ │ ├── t0.c │ │ ├── t1.c │ │ ├── t2.c │ │ ├── t3.c │ │ ├── t4.c │ │ ├── t5.c │ │ ├── t6.c │ │ ├── t7.c │ │ ├── t8.c │ │ ├── t9.c │ │ ├── tb.c │ │ ├── tc.c │ │ ├── te.c │ │ ├── tf.c │ │ ├── tg.c │ │ ├── ti.c │ │ ├── tm.c │ │ ├── tr.c │ │ ├── ts.c │ │ ├── tt.c │ │ ├── tu.c │ │ └── tv.c │ ├── tcs │ │ ├── 8859.h │ │ ├── big5.c │ │ ├── big5.h │ │ ├── conv.h │ │ ├── conv_big5.c │ │ ├── conv_gb.c │ │ ├── conv_gbk.c │ │ ├── conv_jis.c │ │ ├── conv_ksc.c │ │ ├── cyrillic.h │ │ ├── desc.latin │ │ ├── ex2.utf │ │ ├── ex3.utf │ │ ├── ex4.utf │ │ ├── ex5.utf │ │ ├── ex6.utf │ │ ├── font │ │ │ ├── bbits.c │ │ │ ├── bmap.c │ │ │ ├── font.c │ │ │ ├── gbits.c │ │ │ ├── gmap.c │ │ │ ├── hdr.h │ │ │ ├── kbits.c │ │ │ ├── kmap.c │ │ │ ├── main.c │ │ │ ├── merge │ │ │ ├── merge.c │ │ │ ├── mkfile │ │ │ └── qbits.c │ │ ├── gb.c │ │ ├── gb.h │ │ ├── gbk.c │ │ ├── gbk.h │ │ ├── hdr.h │ │ ├── html.c │ │ ├── jis.h │ │ ├── ksc.c │ │ ├── ksc.h │ │ ├── kuten208.c │ │ ├── kuten208.h │ │ ├── kuten212.c │ │ ├── kuten212.h │ │ ├── misc.h │ │ ├── mkfile │ │ ├── ms.h │ │ ├── plan9.h │ │ ├── tcs.c │ │ ├── tune.c │ │ └── utf.c │ ├── tee.c │ ├── telco │ │ ├── mkfile │ │ ├── telco.c │ │ ├── telcodata │ │ └── telcofax │ ├── test.c │ ├── time.c │ ├── tlsclient.c │ ├── tlssrv.c │ ├── touch.c │ ├── tprof.c │ ├── tr.c │ ├── trace.c │ ├── trfs.c │ ├── troff │ │ ├── FIXES │ │ ├── README │ │ ├── cvt │ │ ├── dwbinit.c │ │ ├── dwbinit.h │ │ ├── ext.h │ │ ├── fns.h │ │ ├── hytab.c │ │ ├── mkfile │ │ ├── n1.c │ │ ├── n10.c │ │ ├── n2.c │ │ ├── n3.c │ │ ├── n4.c │ │ ├── n5.c │ │ ├── n6.c │ │ ├── n7.c │ │ ├── n8.c │ │ ├── n9.c │ │ ├── ni.c │ │ ├── suftab.c │ │ ├── t10.c │ │ ├── t11.c │ │ ├── t6.c │ │ ├── tdef.h │ │ └── unansi │ ├── troff2html │ │ ├── chars.h │ │ ├── mkfile │ │ └── troff2html.c │ ├── tweak.c │ ├── unicode.c │ ├── uniq.c │ ├── units.y.no │ ├── unix │ │ ├── 9pfreebsd │ │ │ ├── README │ │ │ └── mount_9fs │ │ │ │ ├── 9auth.h │ │ │ │ ├── 9fs.h │ │ │ │ ├── 9p.h │ │ │ │ ├── Makefile │ │ │ │ ├── crypt.c │ │ │ │ └── mount_9fs.c │ │ ├── README │ │ ├── drawterm │ │ │ ├── 9ball.ico │ │ │ ├── 9ball.png │ │ │ ├── 9ball.rc │ │ │ ├── LICENSE │ │ │ ├── Make.config │ │ │ ├── Make.irix │ │ │ ├── Make.osx │ │ │ ├── Make.osx-x11 │ │ │ ├── Make.pthread │ │ │ ├── Make.sun │ │ │ ├── Make.unix │ │ │ ├── Make.win32 │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── args.h │ │ │ ├── bin │ │ │ │ └── .shutuphg │ │ │ ├── cpu-bl.c │ │ │ ├── cpu.c │ │ │ ├── drawterm.h │ │ │ ├── drawterm.ico │ │ │ ├── drawterm.rc │ │ │ ├── drawterm.res │ │ │ ├── exportfs │ │ │ │ ├── Makefile │ │ │ │ ├── exportfs.c │ │ │ │ ├── exportfs.h │ │ │ │ └── exportsrv.c │ │ │ ├── gui-osx │ │ │ │ ├── Makefile │ │ │ │ ├── alloc.c │ │ │ │ ├── cload.c │ │ │ │ ├── draw.c │ │ │ │ ├── keycodes.h │ │ │ │ ├── load.c │ │ │ │ ├── screen.c │ │ │ │ └── wstrtoutf.c │ │ │ ├── gui-win32 │ │ │ │ ├── Makefile │ │ │ │ ├── alloc.c │ │ │ │ ├── cload.c │ │ │ │ ├── draw.c │ │ │ │ ├── load.c │ │ │ │ ├── screen.c │ │ │ │ └── wstrtoutf.c │ │ │ ├── gui-x11 │ │ │ │ ├── Makefile │ │ │ │ ├── alloc.c │ │ │ │ ├── cload.c │ │ │ │ ├── draw.c │ │ │ │ ├── keysym2ucs-x11.c │ │ │ │ ├── keysym2ucs.h │ │ │ │ ├── ksym2utf.h │ │ │ │ ├── load.c │ │ │ │ ├── screen.c │ │ │ │ └── xmem.h │ │ │ ├── include │ │ │ │ ├── 9windows.h │ │ │ │ ├── auth.h │ │ │ │ ├── authsrv.h │ │ │ │ ├── cursor.h │ │ │ │ ├── draw.h │ │ │ │ ├── dtos.h │ │ │ │ ├── fcall.h │ │ │ │ ├── keyboard.h │ │ │ │ ├── lib.h │ │ │ │ ├── libc.h │ │ │ │ ├── libsec.h │ │ │ │ ├── memdraw.h │ │ │ │ ├── memlayer.h │ │ │ │ ├── mp.h │ │ │ │ ├── u.h │ │ │ │ ├── unix.h │ │ │ │ ├── user.h │ │ │ │ └── x │ │ │ ├── kern │ │ │ │ ├── Makefile │ │ │ │ ├── allocb.c │ │ │ │ ├── cache.c │ │ │ │ ├── chan.c │ │ │ │ ├── dat.h │ │ │ │ ├── data.c │ │ │ │ ├── dev.c │ │ │ │ ├── devaudio-none.c │ │ │ │ ├── devaudio-unix.c │ │ │ │ ├── devaudio.c │ │ │ │ ├── devaudio.h │ │ │ │ ├── devcons.c │ │ │ │ ├── devdraw.c │ │ │ │ ├── devfs-posix.c │ │ │ │ ├── devfs-win32.c │ │ │ │ ├── devip-posix.c │ │ │ │ ├── devip-win32.c │ │ │ │ ├── devip.c │ │ │ │ ├── devip.h │ │ │ │ ├── devlfd.c │ │ │ │ ├── devmnt.c │ │ │ │ ├── devmouse.c │ │ │ │ ├── devpipe.c │ │ │ │ ├── devroot.c │ │ │ │ ├── devssl.c │ │ │ │ ├── devtab.c │ │ │ │ ├── devtls.c │ │ │ │ ├── error.c │ │ │ │ ├── error.h │ │ │ │ ├── exportfs.c │ │ │ │ ├── fns.h │ │ │ │ ├── netif.h │ │ │ │ ├── parse.c │ │ │ │ ├── pgrp.c │ │ │ │ ├── posix.c │ │ │ │ ├── procinit.c │ │ │ │ ├── qio.c │ │ │ │ ├── qlock.c │ │ │ │ ├── rendez.c │ │ │ │ ├── rwlock.c │ │ │ │ ├── screen.h │ │ │ │ ├── sleep.c │ │ │ │ ├── smalloc.c │ │ │ │ ├── stub.c │ │ │ │ ├── sysfile.c │ │ │ │ ├── sysproc.c │ │ │ │ ├── term.c │ │ │ │ ├── uart.c │ │ │ │ ├── unused │ │ │ │ │ └── syscall.c │ │ │ │ ├── waserror.c │ │ │ │ └── win32.c │ │ │ ├── latin1.c │ │ │ ├── libauth │ │ │ │ ├── Makefile │ │ │ │ ├── attr.c │ │ │ │ ├── auth_attr.c │ │ │ │ ├── auth_challenge.c │ │ │ │ ├── auth_getuserpasswd.c │ │ │ │ ├── auth_proxy.c │ │ │ │ ├── auth_respond.c │ │ │ │ ├── auth_rpc.c │ │ │ │ ├── auth_userpasswd.c │ │ │ │ ├── authlocal.h │ │ │ │ └── httpauth.c │ │ │ ├── libauthsrv │ │ │ │ ├── Makefile │ │ │ │ ├── _asgetticket.c │ │ │ │ ├── _asrdresp.c │ │ │ │ ├── authdial.c │ │ │ │ ├── convA2M.c │ │ │ │ ├── convM2A.c │ │ │ │ ├── convM2PR.c │ │ │ │ ├── convM2T.c │ │ │ │ ├── convM2TR.c │ │ │ │ ├── convPR2M.c │ │ │ │ ├── convT2M.c │ │ │ │ ├── convTR2M.c │ │ │ │ ├── nvcsum.c │ │ │ │ ├── opasstokey.c │ │ │ │ ├── passtokey.c │ │ │ │ └── readnvram.c │ │ │ ├── libc │ │ │ │ ├── Makefile │ │ │ │ ├── charstod.c │ │ │ │ ├── cleanname.c │ │ │ │ ├── convD2M.c │ │ │ │ ├── convM2D.c │ │ │ │ ├── convM2S.c │ │ │ │ ├── convS2M.c │ │ │ │ ├── crypt.c │ │ │ │ ├── dial.c │ │ │ │ ├── dirfstat.c │ │ │ │ ├── dirfwstat.c │ │ │ │ ├── dirmodefmt.c │ │ │ │ ├── dirstat.c │ │ │ │ ├── dirwstat.c │ │ │ │ ├── dofmt.c │ │ │ │ ├── dorfmt.c │ │ │ │ ├── encodefmt.c │ │ │ │ ├── errfmt.c │ │ │ │ ├── fcallfmt.c │ │ │ │ ├── fltfmt.c │ │ │ │ ├── fmt.c │ │ │ │ ├── fmtdef.h │ │ │ │ ├── fmtfd.c │ │ │ │ ├── fmtfdflush.c │ │ │ │ ├── fmtlock.c │ │ │ │ ├── fmtprint.c │ │ │ │ ├── fmtquote.c │ │ │ │ ├── fmtrune.c │ │ │ │ ├── fmtstr.c │ │ │ │ ├── fmtvprint.c │ │ │ │ ├── fprint.c │ │ │ │ ├── frand.c │ │ │ │ ├── getfields.c │ │ │ │ ├── getpid.c │ │ │ │ ├── lnrand.c │ │ │ │ ├── lock.c │ │ │ │ ├── lrand.c │ │ │ │ ├── mallocz.c │ │ │ │ ├── nan.h │ │ │ │ ├── nan64.c │ │ │ │ ├── netmkaddr.c │ │ │ │ ├── nrand.c │ │ │ │ ├── nsec.c │ │ │ │ ├── pow10.c │ │ │ │ ├── print.c │ │ │ │ ├── pushssl.c │ │ │ │ ├── pushtls.c │ │ │ │ ├── rand.c │ │ │ │ ├── read9pmsg.c │ │ │ │ ├── readn.c │ │ │ │ ├── rune.c │ │ │ │ ├── runefmtstr.c │ │ │ │ ├── runeseprint.c │ │ │ │ ├── runesmprint.c │ │ │ │ ├── runesnprint.c │ │ │ │ ├── runesprint.c │ │ │ │ ├── runestrcat.c │ │ │ │ ├── runestrchr.c │ │ │ │ ├── runestrcmp.c │ │ │ │ ├── runestrcpy.c │ │ │ │ ├── runestrdup.c │ │ │ │ ├── runestrecpy.c │ │ │ │ ├── runestrlen.c │ │ │ │ ├── runestrncat.c │ │ │ │ ├── runestrncmp.c │ │ │ │ ├── runestrncpy.c │ │ │ │ ├── runestrrchr.c │ │ │ │ ├── runestrstr.c │ │ │ │ ├── runetype.c │ │ │ │ ├── runevseprint.c │ │ │ │ ├── runevsmprint.c │ │ │ │ ├── runevsnprint.c │ │ │ │ ├── seprint.c │ │ │ │ ├── smprint.c │ │ │ │ ├── snprint.c │ │ │ │ ├── sprint.c │ │ │ │ ├── strecpy.c │ │ │ │ ├── strtod.c │ │ │ │ ├── strtod.h │ │ │ │ ├── strtoll.c │ │ │ │ ├── sysfatal.c │ │ │ │ ├── time.c │ │ │ │ ├── tokenize.c │ │ │ │ ├── truerand.c │ │ │ │ ├── u16.c │ │ │ │ ├── u32.c │ │ │ │ ├── u64.c │ │ │ │ ├── utf.h │ │ │ │ ├── utfdef.h │ │ │ │ ├── utfecpy.c │ │ │ │ ├── utflen.c │ │ │ │ ├── utfnlen.c │ │ │ │ ├── utfrrune.c │ │ │ │ ├── utfrune.c │ │ │ │ ├── utfutf.c │ │ │ │ ├── vfprint.c │ │ │ │ ├── vseprint.c │ │ │ │ ├── vsmprint.c │ │ │ │ └── vsnprint.c │ │ │ ├── libdraw │ │ │ │ ├── Makefile │ │ │ │ ├── alloc.c │ │ │ │ ├── arith.c │ │ │ │ ├── bytesperline.c │ │ │ │ ├── chan.c │ │ │ │ ├── defont.c │ │ │ │ ├── drawrepl.c │ │ │ │ ├── icossin.c │ │ │ │ ├── icossin2.c │ │ │ │ ├── rectclip.c │ │ │ │ └── rgb.c │ │ │ ├── libmemdraw │ │ │ │ ├── Makefile │ │ │ │ ├── alloc.c │ │ │ │ ├── alpha.hoc │ │ │ │ ├── arc.c │ │ │ │ ├── arctest.c │ │ │ │ ├── cload.c │ │ │ │ ├── cmap.c │ │ │ │ ├── cread.c │ │ │ │ ├── defont.c │ │ │ │ ├── draw.c │ │ │ │ ├── drawtest.c │ │ │ │ ├── ellipse.c │ │ │ │ ├── fillpoly.c │ │ │ │ ├── hwdraw.c │ │ │ │ ├── iprint.c │ │ │ │ ├── line.c │ │ │ │ ├── load.c │ │ │ │ ├── mkcmap.c │ │ │ │ ├── openmemsubfont.c │ │ │ │ ├── poly.c │ │ │ │ ├── read.c │ │ │ │ ├── string.c │ │ │ │ ├── subfont.c │ │ │ │ ├── times │ │ │ │ ├── unload.c │ │ │ │ └── write.c │ │ │ ├── libmemlayer │ │ │ │ ├── Makefile │ │ │ │ ├── draw.c │ │ │ │ ├── lalloc.c │ │ │ │ ├── layerop.c │ │ │ │ ├── ldelete.c │ │ │ │ ├── lhide.c │ │ │ │ ├── line.c │ │ │ │ ├── load.c │ │ │ │ ├── lorigin.c │ │ │ │ ├── lsetrefresh.c │ │ │ │ ├── ltofront.c │ │ │ │ ├── ltorear.c │ │ │ │ └── unload.c │ │ │ ├── libmp │ │ │ │ ├── Makefile │ │ │ │ ├── betomp.c │ │ │ │ ├── crt.c │ │ │ │ ├── crttest.c │ │ │ │ ├── dat.h │ │ │ │ ├── letomp.c │ │ │ │ ├── mpadd.c │ │ │ │ ├── mpaux.c │ │ │ │ ├── mpcmp.c │ │ │ │ ├── mpdigdiv.c │ │ │ │ ├── mpdiv.c │ │ │ │ ├── mpeuclid.c │ │ │ │ ├── mpexp.c │ │ │ │ ├── mpextendedgcd.c │ │ │ │ ├── mpfmt.c │ │ │ │ ├── mpinvert.c │ │ │ │ ├── mpleft.c │ │ │ │ ├── mpmod.c │ │ │ │ ├── mpmul.c │ │ │ │ ├── mprand.c │ │ │ │ ├── mpright.c │ │ │ │ ├── mpsub.c │ │ │ │ ├── mptobe.c │ │ │ │ ├── mptoi.c │ │ │ │ ├── mptole.c │ │ │ │ ├── mptoui.c │ │ │ │ ├── mptouv.c │ │ │ │ ├── mptov.c │ │ │ │ ├── mpvecadd.c │ │ │ │ ├── mpveccmp.c │ │ │ │ ├── mpvecdigmuladd.c │ │ │ │ ├── mpvecsub.c │ │ │ │ ├── os.h │ │ │ │ ├── reduce │ │ │ │ └── strtomp.c │ │ │ ├── libsec │ │ │ │ ├── Makefile │ │ │ │ ├── aes.c │ │ │ │ ├── blowfish.c │ │ │ │ ├── decodepem.c │ │ │ │ ├── des.c │ │ │ │ ├── des3CBC.c │ │ │ │ ├── des3ECB.c │ │ │ │ ├── desCBC.c │ │ │ │ ├── desECB.c │ │ │ │ ├── desmodes.c │ │ │ │ ├── dsaalloc.c │ │ │ │ ├── dsagen.c │ │ │ │ ├── dsaprimes.c │ │ │ │ ├── dsaprivtopub.c │ │ │ │ ├── dsasign.c │ │ │ │ ├── dsaverify.c │ │ │ │ ├── egalloc.c │ │ │ │ ├── egdecrypt.c │ │ │ │ ├── egencrypt.c │ │ │ │ ├── eggen.c │ │ │ │ ├── egprivtopub.c │ │ │ │ ├── egsign.c │ │ │ │ ├── egtest.c │ │ │ │ ├── egverify.c │ │ │ │ ├── fastrand.c │ │ │ │ ├── genprime.c │ │ │ │ ├── genrandom.c │ │ │ │ ├── gensafeprime.c │ │ │ │ ├── genstrongprime.c │ │ │ │ ├── hmac.c │ │ │ │ ├── hmactest.c │ │ │ │ ├── md4.c │ │ │ │ ├── md4test.c │ │ │ │ ├── md5.c │ │ │ │ ├── md5block.c │ │ │ │ ├── md5pickle.c │ │ │ │ ├── nfastrand.c │ │ │ │ ├── os.h │ │ │ │ ├── primetest.c │ │ │ │ ├── prng.c │ │ │ │ ├── probably_prime.c │ │ │ │ ├── rc4.c │ │ │ │ ├── readcert.c │ │ │ │ ├── rsaalloc.c │ │ │ │ ├── rsadecrypt.c │ │ │ │ ├── rsaencrypt.c │ │ │ │ ├── rsafill.c │ │ │ │ ├── rsagen.c │ │ │ │ ├── rsaprivtopub.c │ │ │ │ ├── rsatest.c │ │ │ │ ├── sha1.c │ │ │ │ ├── sha1block.c │ │ │ │ ├── sha1pickle.c │ │ │ │ ├── smallprimes.c │ │ │ │ ├── smallprimetest.c │ │ │ │ ├── thumb.c │ │ │ │ ├── tlshand.c │ │ │ │ └── x509.c │ │ │ ├── main.c │ │ │ ├── posix-386 │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.s │ │ │ │ ├── md5block.spp │ │ │ │ ├── sha1block.s │ │ │ │ ├── sha1block.spp │ │ │ │ └── tas.c │ │ │ ├── posix-amd64 │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.c │ │ │ │ ├── sha1block.c │ │ │ │ └── tas.c │ │ │ ├── posix-factotum.c │ │ │ ├── posix-mips │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.c │ │ │ │ ├── sha1block.c │ │ │ │ └── tas.s │ │ │ ├── posix-port │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.c │ │ │ │ └── sha1block.c │ │ │ ├── posix-power │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.c │ │ │ │ ├── sha1block.c │ │ │ │ └── tas.c │ │ │ ├── posix-sun4u │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.c │ │ │ │ ├── sha1block.c │ │ │ │ └── tas.s │ │ │ ├── readcons.c │ │ │ ├── resource.h │ │ │ ├── secstore.c │ │ │ ├── win32-386 │ │ │ │ ├── Makefile │ │ │ │ ├── getcallerpc.c │ │ │ │ ├── md5block.spp │ │ │ │ ├── sha1block.spp │ │ │ │ └── tas.c │ │ │ └── win32-factotum.c │ │ ├── netkey.c │ │ ├── u9fs │ │ │ ├── LICENSE │ │ │ ├── authnone.c │ │ │ ├── authp9any.c │ │ │ ├── authrhosts.c │ │ │ ├── convD2M.c │ │ │ ├── convM2D.c │ │ │ ├── convM2S.c │ │ │ ├── convS2M.c │ │ │ ├── cygwin.c │ │ │ ├── des.c │ │ │ ├── dirmodeconv.c │ │ │ ├── doprint.c │ │ │ ├── fcall.h │ │ │ ├── fcallconv.c │ │ │ ├── makefile │ │ │ ├── oldfcall.c │ │ │ ├── oldfcall.h │ │ │ ├── plan9.h │ │ │ ├── print.c │ │ │ ├── random.c │ │ │ ├── readn.c │ │ │ ├── remotehost.c │ │ │ ├── rune.c │ │ │ ├── safecpy.c │ │ │ ├── strecpy.c │ │ │ ├── sun-inttypes.h │ │ │ ├── tokenize.c │ │ │ ├── u9fs.c │ │ │ ├── u9fs.h │ │ │ ├── u9fsauth.h │ │ │ └── utfrune.c │ │ ├── winplumb.c │ │ ├── winplumb.exe │ │ └── winstart │ ├── unlnfs.c │ ├── unmount.c │ ├── usb │ │ ├── audio │ │ │ ├── audio.c │ │ │ ├── audio.h │ │ │ ├── audioctl.c │ │ │ ├── audioctl.h │ │ │ ├── audiofs.c │ │ │ ├── audiosub.c │ │ │ └── mkfile │ │ ├── disk │ │ │ ├── disk.c │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── mkscsierrs │ │ │ ├── scsireq.c │ │ │ ├── scsireq.h │ │ │ └── ums.h │ │ ├── ether │ │ │ ├── asix.c │ │ │ ├── cdc.c │ │ │ ├── ether.c │ │ │ ├── ether.h │ │ │ ├── main.c │ │ │ └── mkfile │ │ ├── kb │ │ │ ├── hid.c │ │ │ ├── hid.h │ │ │ ├── kb.c │ │ │ ├── main.c │ │ │ └── mkfile │ │ ├── lib │ │ │ ├── dev.c │ │ │ ├── devs.c │ │ │ ├── dump.c │ │ │ ├── fs.c │ │ │ ├── fsdir.c │ │ │ ├── mkfile │ │ │ ├── parse.c │ │ │ ├── usb.h │ │ │ └── usbfs.h │ │ ├── mkfile │ │ ├── print │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ └── print.c │ │ ├── probe │ │ ├── serial │ │ │ ├── ftdi.c │ │ │ ├── ftdi.h │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── prolific.c │ │ │ ├── prolific.h │ │ │ ├── serial.c │ │ │ ├── serial.h │ │ │ ├── ucons.c │ │ │ └── ucons.h │ │ └── usbd │ │ │ ├── dev.c │ │ │ ├── mkdev │ │ │ ├── mkfile │ │ │ ├── usbd.c │ │ │ ├── usbd.h │ │ │ └── usbdb │ ├── va │ │ ├── a.h │ │ ├── a.y │ │ ├── l.s │ │ ├── lex.c │ │ └── mkfile │ ├── vac │ │ ├── dat.h │ │ ├── error.c │ │ ├── error.h │ │ ├── file.c │ │ ├── fns.h │ │ ├── glob.c │ │ ├── mkfile │ │ ├── pack.c │ │ ├── stdinc.h │ │ ├── testinc.c │ │ ├── unvac.c │ │ ├── vac.c │ │ ├── vac.h │ │ └── vacfs.c │ ├── vc │ │ ├── cgen.c │ │ ├── enam.c │ │ ├── gc.h │ │ ├── list.c │ │ ├── mkenam │ │ ├── mkfile │ │ ├── mul.c │ │ ├── peep.c │ │ ├── reg.c │ │ ├── sgen.c │ │ ├── swt.c │ │ ├── txt.c │ │ └── v.out.h │ ├── venti │ │ ├── copy.c │ │ ├── devnull.c │ │ ├── mkfile │ │ ├── mkroot.c │ │ ├── randtest.c │ │ ├── read.c │ │ ├── readlist.c │ │ ├── ro.c │ │ ├── root.c │ │ ├── srv │ │ │ ├── arena.c │ │ │ ├── arenas.c │ │ │ ├── bloom.c │ │ │ ├── buildbuck.c │ │ │ ├── buildindex.c │ │ │ ├── checkarenas.c │ │ │ ├── checkindex.c │ │ │ ├── clump.c │ │ │ ├── clumpstats.c │ │ │ ├── cmparenas.c │ │ │ ├── conf.rc │ │ │ ├── config.c │ │ │ ├── conv.c │ │ │ ├── dat.h │ │ │ ├── dcache.c │ │ │ ├── disksched.c │ │ │ ├── dump.c │ │ │ ├── findscore.c │ │ │ ├── fixarenas.c │ │ │ ├── fmtarenas.c │ │ │ ├── fmtbloom.c │ │ │ ├── fmtindex.c │ │ │ ├── fmtisect.c │ │ │ ├── fns.h │ │ │ ├── graph.c │ │ │ ├── hdisk.c │ │ │ ├── hproc.c │ │ │ ├── httpd.c │ │ │ ├── icache.c │ │ │ ├── icachewrite.c │ │ │ ├── ifile.c │ │ │ ├── index.c │ │ │ ├── lump.c │ │ │ ├── lumpcache.c │ │ │ ├── lumpqueue.c │ │ │ ├── mirrorarenas.c │ │ │ ├── mkfile │ │ │ ├── mmventi.c │ │ │ ├── part.c │ │ │ ├── png.c │ │ │ ├── printarena.c │ │ │ ├── printarenapart.c │ │ │ ├── printarenas.c │ │ │ ├── printindex.c │ │ │ ├── printmap.c │ │ │ ├── rdarena.c │ │ │ ├── readifile.c │ │ │ ├── reseal.c │ │ │ ├── round.c │ │ │ ├── score.c │ │ │ ├── sortientry.c │ │ │ ├── stats.c │ │ │ ├── stdinc.h │ │ │ ├── syncarena.c │ │ │ ├── syncindex.c │ │ │ ├── syncindex0.c │ │ │ ├── trace.c │ │ │ ├── unittoull.c │ │ │ ├── unwhack.c │ │ │ ├── utils.c │ │ │ ├── venti.c │ │ │ ├── verifyarena.c │ │ │ ├── whack.c │ │ │ ├── whack.h │ │ │ ├── wrarena.c │ │ │ ├── www │ │ │ │ ├── stats.html │ │ │ │ ├── stats.js │ │ │ │ ├── status.js │ │ │ │ └── status1.js │ │ │ ├── xml.c │ │ │ ├── xml.h │ │ │ ├── zblock.c │ │ │ └── zeropart.c │ │ ├── sync.c │ │ ├── words │ │ │ ├── backup.example │ │ │ ├── dumpvacroots │ │ │ ├── notes │ │ │ ├── venti.conf │ │ │ └── wrtape │ │ └── write.c │ ├── vi │ │ ├── bpt.c │ │ ├── cmd.c │ │ ├── float.c │ │ ├── icache.c │ │ ├── mem.c │ │ ├── mips.h │ │ ├── mkfile │ │ ├── run.c │ │ ├── special.c │ │ ├── stats.c │ │ ├── symbols.c │ │ ├── syscall.c │ │ └── vi.c │ ├── vl │ │ ├── asm.c │ │ ├── compat.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── noop.c │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.c │ │ ├── sched.c │ │ └── span.c │ ├── vnc │ │ ├── auth.c │ │ ├── chan.c │ │ ├── color.c │ │ ├── compat.c │ │ ├── compat.h │ │ ├── dev.c │ │ ├── devcons.c │ │ ├── devdraw.c │ │ ├── devmouse.c │ │ ├── draw.c │ │ ├── error.h │ │ ├── errstr.h │ │ ├── exporter.c │ │ ├── exportfs.c │ │ ├── kbd.h │ │ ├── kbds.c │ │ ├── kbdv.c │ │ ├── ksym2utf.h │ │ ├── latin1.c │ │ ├── mkfile │ │ ├── proto.c │ │ ├── rlist.c │ │ ├── rre.c │ │ ├── screen.c │ │ ├── screen.h │ │ ├── utf2ksym.h │ │ ├── vnc.h │ │ ├── vncs.c │ │ ├── vncs.h │ │ ├── vncv.c │ │ ├── vncv.h │ │ └── wsys.c │ ├── vt │ │ ├── cons.h │ │ ├── consctl.c │ │ ├── event.c │ │ ├── event.h │ │ ├── hp.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── termcap │ │ └── vt.c │ ├── vtvacfs │ │ ├── mkfile │ │ ├── mklibvs │ │ ├── patch.c │ │ ├── stdinc.h │ │ ├── vacfile.c │ │ ├── vacfs.c │ │ ├── vtcache.c │ │ ├── vtfile.c │ │ └── vtvacfs.c │ ├── wc.c │ ├── webcookies.c │ ├── webfs │ │ ├── buf.c │ │ ├── client.c │ │ ├── cookies.c │ │ ├── dat.h │ │ ├── fns.h │ │ ├── fs.c │ │ ├── http.c │ │ ├── io.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── plumb.c │ │ ├── url.c │ │ ├── util.c │ │ └── webget.c │ ├── webfsget.c │ ├── wikifs │ │ ├── fs.c │ │ ├── io.c │ │ ├── lookup.c │ │ ├── map.c │ │ ├── mkfile │ │ ├── parse.c │ │ ├── parsehist.c │ │ ├── testwrite.c │ │ ├── tohtml.c │ │ ├── util.c │ │ ├── wdir.c │ │ ├── wiki.h │ │ ├── wiki2html.c │ │ └── wiki2text.c │ ├── winwatch.c │ ├── xd.c │ └── yacc.c │ ├── correctoutput │ ├── lib9p │ ├── auth.c │ ├── dirread.c │ ├── fid.c │ ├── file.c │ ├── ftest.c │ ├── intmap.c │ ├── listen.c │ ├── mem.c │ ├── mkfile │ ├── parse.c │ ├── post.c │ ├── ramfs.c │ ├── req.c │ ├── rfork.c │ ├── srv.c │ ├── thread.c │ ├── uid.c │ └── util.c │ ├── libString │ ├── mkfile │ ├── s_alloc.c │ ├── s_append.c │ ├── s_array.c │ ├── s_copy.c │ ├── s_getline.c │ ├── s_grow.c │ ├── s_memappend.c │ ├── s_nappend.c │ ├── s_parse.c │ ├── s_putc.c │ ├── s_rdinstack.c │ ├── s_read.c │ ├── s_read_line.c │ ├── s_reset.c │ ├── s_terminate.c │ ├── s_tolower.c │ └── s_unique.c │ ├── libauth │ ├── amount.c │ ├── amount_getkey.c │ ├── attr.c │ ├── auth_attr.c │ ├── auth_challenge.c │ ├── auth_chuid.c │ ├── auth_getkey.c │ ├── auth_getuserpasswd.c │ ├── auth_proxy.c │ ├── auth_respond.c │ ├── auth_rpc.c │ ├── auth_userpasswd.c │ ├── auth_wep.c │ ├── authlocal.h │ ├── httpauth.c │ ├── login.c │ ├── mkfile │ ├── newns.c │ └── noworld.c │ ├── libauthsrv │ ├── _asgetticket.c │ ├── _asrdresp.c │ ├── authdial.c │ ├── convA2M.c │ ├── convM2A.c │ ├── convM2PR.c │ ├── convM2T.c │ ├── convM2TR.c │ ├── convPR2M.c │ ├── convT2M.c │ ├── convTR2M.c │ ├── mkfile │ ├── nvcsum.c │ ├── opasstokey.c │ ├── passtokey.c │ └── readnvram.c │ ├── libavl │ ├── avl.c │ └── mkfile │ ├── libbin │ ├── bin.c │ └── mkfile │ ├── libbio │ ├── bbuffered.c │ ├── bfildes.c │ ├── bflush.c │ ├── bgetc.c │ ├── bgetd.c │ ├── bgetrune.c │ ├── binit.c │ ├── boffset.c │ ├── bprint.c │ ├── bputc.c │ ├── bputrune.c │ ├── brdline.c │ ├── brdstr.c │ ├── bread.c │ ├── bseek.c │ ├── btestprint.c │ ├── bvprint.c │ ├── bwrite.c │ └── mkfile │ ├── libc │ ├── 386 │ │ ├── 387 │ │ │ ├── asin.s │ │ │ ├── atan.s │ │ │ ├── atan2.s │ │ │ ├── exp.s │ │ │ ├── log.s │ │ │ ├── mkfile │ │ │ ├── sin.s │ │ │ ├── sqrt.s │ │ │ └── tan.s │ │ ├── argv0.s │ │ ├── atom.s │ │ ├── cycles.s │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memcpy.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── muldiv.s │ │ ├── notejmp.c │ │ ├── setjmp.s │ │ ├── sqrt.s │ │ ├── strcat.s │ │ ├── strchr.s │ │ ├── strcpy.s │ │ ├── strlen.s │ │ ├── tas.s │ │ ├── vlop.s │ │ └── vlrt.c │ ├── 68000 │ │ ├── argv0.s │ │ ├── cycles.c │ │ ├── doprint.c │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memcpy.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── muldivrt.s │ │ ├── notejmp.c │ │ ├── scale.s │ │ ├── setjmp.s │ │ ├── sqrt.s │ │ ├── strcat.s │ │ ├── strchr.s │ │ ├── strcmp.s │ │ ├── strcpy.s │ │ ├── strlen.s │ │ └── vlrt.c │ ├── 68020 │ │ ├── 68881 │ │ │ ├── acos.s │ │ │ ├── asin.s │ │ │ ├── atan.s │ │ │ ├── cos.s │ │ │ ├── cosh.s │ │ │ ├── exp.s │ │ │ ├── fabs.s │ │ │ ├── log.s │ │ │ ├── log10.s │ │ │ ├── mkfile │ │ │ ├── pow10.s │ │ │ ├── sin.s │ │ │ ├── sinh.s │ │ │ ├── sqrt.s │ │ │ ├── tan.s │ │ │ └── tanh.s │ │ ├── argv0.s │ │ ├── cycles.c │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memcpy.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── notejmp.c │ │ ├── scale.s │ │ ├── setjmp.s │ │ ├── sqrt.s │ │ ├── strcat.s │ │ ├── strchr.s │ │ ├── strcmp.s │ │ ├── strcpy.s │ │ ├── strlen.s │ │ ├── tas.s │ │ ├── vlop.s │ │ └── vlrt.c │ ├── 9sys │ │ ├── abort.c │ │ ├── access.c │ │ ├── announce.c │ │ ├── convD2M.c │ │ ├── convM2D.c │ │ ├── convM2S.c │ │ ├── convS2M.c │ │ ├── cputime.c │ │ ├── ctime.c │ │ ├── dial.c │ │ ├── dirfstat.c │ │ ├── dirfwstat.c │ │ ├── dirmodefmt.c │ │ ├── dirread.c │ │ ├── dirstat.c │ │ ├── dirwstat.c │ │ ├── fcallfmt.c │ │ ├── fork.c │ │ ├── getcore.c │ │ ├── getenv.c │ │ ├── getnetconninfo.c │ │ ├── getpid.c │ │ ├── getppid.c │ │ ├── getwd.c │ │ ├── iounit.c │ │ ├── mkfile │ │ ├── nsec.c │ │ ├── nulldir.c │ │ ├── postnote.c │ │ ├── privalloc.c │ │ ├── pushssl.c │ │ ├── pushtls.c │ │ ├── putenv.c │ │ ├── qlock.c │ │ ├── read.c │ │ ├── read9pmsg.c │ │ ├── readv.c │ │ ├── rerrstr.c │ │ ├── sbrk.c │ │ ├── setnetmtpt.c │ │ ├── sysfatal.c │ │ ├── syslog.c │ │ ├── sysname.c │ │ ├── time.c │ │ ├── times.c │ │ ├── tm2sec.c │ │ ├── truerand.c │ │ ├── upsem.c │ │ ├── wait.c │ │ ├── waitpid.c │ │ ├── werrstr.c │ │ ├── write.c │ │ ├── writev.c │ │ ├── ziop.c │ │ ├── zioread.c │ │ └── ziowrite.c │ ├── 9syscall │ │ ├── mkfile │ │ └── sys.h │ ├── alpha │ │ ├── _seek.c │ │ ├── argv0.s │ │ ├── atom.s │ │ ├── cycles.c │ │ ├── divl.s │ │ ├── divq.s │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── notejmp.c │ │ ├── setjmp.s │ │ └── tas.s │ ├── amd64 │ │ ├── _seek.c │ │ ├── argv0.s │ │ ├── atom.s │ │ ├── cycles.s │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memcpy.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── muldiv.s │ │ ├── notejmp.c │ │ ├── rdpmc.s │ │ ├── setjmp.s │ │ ├── sqrt.s │ │ ├── strcat.s │ │ ├── strchr.s │ │ ├── strcpy.s │ │ ├── strlen.s │ │ └── tas.s │ ├── arm │ │ ├── argv0.s │ │ ├── atom.s │ │ ├── cycles.c │ │ ├── div.s │ │ ├── doprint.xc │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── getfcr.vfp.S │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── notejmp.c │ │ ├── setjmp.s │ │ ├── strchr.s │ │ ├── strcmp.s │ │ ├── strcpy.s │ │ ├── tas.s │ │ ├── vlop.s │ │ └── vlrt.c │ ├── fmt │ │ ├── dofmt.c │ │ ├── dorfmt.c │ │ ├── errfmt.c │ │ ├── fltfmt.c │ │ ├── fmt.c │ │ ├── fmtdef.h │ │ ├── fmtfd.c │ │ ├── fmtlock.c │ │ ├── fmtprint.c │ │ ├── fmtquote.c │ │ ├── fmtrune.c │ │ ├── fmtstr.c │ │ ├── fmtvprint.c │ │ ├── fprint.c │ │ ├── mkfile │ │ ├── print.c │ │ ├── runefmtstr.c │ │ ├── runeseprint.c │ │ ├── runesmprint.c │ │ ├── runesnprint.c │ │ ├── runesprint.c │ │ ├── runevseprint.c │ │ ├── runevsmprint.c │ │ ├── runevsnprint.c │ │ ├── seprint.c │ │ ├── smprint.c │ │ ├── snprint.c │ │ ├── sprint.c │ │ ├── vfprint.c │ │ ├── vseprint.c │ │ ├── vsmprint.c │ │ └── vsnprint.c │ ├── mips │ │ ├── argv0.s │ │ ├── atom.s │ │ ├── cycles.c │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── lock.c │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── notejmp.c │ │ ├── setjmp.s │ │ ├── sqrt.c │ │ ├── strchr.s │ │ ├── strcmp.s │ │ ├── strcpy.s │ │ ├── tas.s │ │ ├── vlop.s │ │ └── vlrt.c │ ├── mkfile │ ├── port │ │ ├── _assert.c │ │ ├── abs.c │ │ ├── asin.c │ │ ├── atan.c │ │ ├── atan2.c │ │ ├── atexit.c │ │ ├── atnotify.c │ │ ├── atof.c │ │ ├── atol.c │ │ ├── atoll.c │ │ ├── charstod.c │ │ ├── cistrcmp.c │ │ ├── cistrncmp.c │ │ ├── cistrstr.c │ │ ├── cleanname.c │ │ ├── confpmc.c │ │ ├── crypt.c │ │ ├── ctype.c │ │ ├── encodefmt.c │ │ ├── execl.c │ │ ├── exp.c │ │ ├── fabs.c │ │ ├── floor.c │ │ ├── fmod.c │ │ ├── frand.c │ │ ├── frexp.c │ │ ├── getbe.c │ │ ├── getcallerpc.c │ │ ├── getfields.c │ │ ├── getuser.c │ │ ├── hangup.c │ │ ├── hypot.c │ │ ├── lnrand.c │ │ ├── lock.c │ │ ├── log.c │ │ ├── lrand.c │ │ ├── malloc.acid │ │ ├── malloc.c │ │ ├── memccpy.c │ │ ├── memchr.c │ │ ├── memcmp.c │ │ ├── memmove.c │ │ ├── memset.c │ │ ├── mkfile │ │ ├── mktemp.c │ │ ├── muldiv.c │ │ ├── nan.c │ │ ├── needsrcquote.c │ │ ├── netcrypt.c │ │ ├── netmkaddr.c │ │ ├── nrand.c │ │ ├── ntruerand.c │ │ ├── perror.c │ │ ├── pool.acid │ │ ├── pool.c │ │ ├── pow.c │ │ ├── pow10.c │ │ ├── profile.c │ │ ├── qsort.c │ │ ├── quote.c │ │ ├── rand.c │ │ ├── rdpmc.c │ │ ├── readn.c │ │ ├── reduce │ │ ├── rune.c │ │ ├── runestrcat.c │ │ ├── runestrchr.c │ │ ├── runestrcmp.c │ │ ├── runestrcpy.c │ │ ├── runestrdup.c │ │ ├── runestrecpy.c │ │ ├── runestrlen.c │ │ ├── runestrncat.c │ │ ├── runestrncmp.c │ │ ├── runestrncpy.c │ │ ├── runestrrchr.c │ │ ├── runestrstr.c │ │ ├── runetype.c │ │ ├── sin.c │ │ ├── sinh.c │ │ ├── sqrt.c │ │ ├── strcat.c │ │ ├── strchr.c │ │ ├── strcmp.c │ │ ├── strcpy.c │ │ ├── strcspn.c │ │ ├── strdup.c │ │ ├── strecpy.c │ │ ├── strlen.c │ │ ├── strncat.c │ │ ├── strncmp.c │ │ ├── strncpy.c │ │ ├── strpbrk.c │ │ ├── strrchr.c │ │ ├── strspn.c │ │ ├── strstr.c │ │ ├── strtod.c │ │ ├── strtok.c │ │ ├── strtol.c │ │ ├── strtoll.c │ │ ├── strtoul.c │ │ ├── strtoull.c │ │ ├── tan.c │ │ ├── tanh.c │ │ ├── tokenize.c │ │ ├── toupper.c │ │ ├── u16.c │ │ ├── u32.c │ │ ├── u64.c │ │ ├── utfecpy.c │ │ ├── utflen.c │ │ ├── utfnlen.c │ │ ├── utfrrune.c │ │ ├── utfrune.c │ │ └── utfutf.c │ ├── power │ │ ├── argv0.s │ │ ├── atom.s │ │ ├── cycles.s │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memcmp.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── notejmp.c │ │ ├── setjmp.s │ │ ├── sqrt.c │ │ ├── strcmp.s │ │ ├── strncmp.s │ │ ├── tas.s │ │ ├── vlop.s │ │ └── vlrt.c │ ├── power64 │ │ └── main9p.s │ └── sparc │ │ ├── argv0.s │ │ ├── cycles.c │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── main9.s │ │ ├── main9p.s │ │ ├── memccpy.s │ │ ├── memchr.s │ │ ├── memcmp.s │ │ ├── memmove.s │ │ ├── memset.s │ │ ├── mkfile │ │ ├── muldivrt.s │ │ ├── notejmp.c │ │ ├── setjmp.s │ │ ├── sqrt.c │ │ ├── strchr.s │ │ ├── strcmp.s │ │ ├── strcpy.s │ │ ├── tas.s │ │ ├── vlop.s │ │ └── vlrt.c │ ├── libcomplete │ ├── complete.c │ └── mkfile │ ├── libcontrol │ ├── box.c │ ├── button.c │ ├── cache.c │ ├── control.c │ ├── entry.c │ ├── group.c │ ├── group.h │ ├── keyboard.c │ ├── label.c │ ├── menu.c │ ├── mkfile │ ├── radiobutton.c │ ├── scribble.c │ ├── slider.c │ ├── tabs.c │ ├── text.c │ ├── textbutton.c │ └── textbutton3.c │ ├── libdisk │ ├── disk.c │ ├── mkfile │ ├── proto.c │ ├── scsi.c │ └── test.c │ ├── libdraw │ ├── alloc.c │ ├── allocimagemix.c │ ├── arith.c │ ├── bezier.c │ ├── border.c │ ├── buildfont.c │ ├── bytesperline.c │ ├── chan.c │ ├── cloadimage.c │ ├── computil.c │ ├── creadimage.c │ ├── debug.c │ ├── defont.c │ ├── draw.c │ ├── drawrepl.c │ ├── egetrect.c │ ├── ellipse.c │ ├── emenuhit.c │ ├── event.c │ ├── fmt.c │ ├── font.c │ ├── freesubfont.c │ ├── getdefont.c │ ├── getrect.c │ ├── getsubfont.c │ ├── icossin.c │ ├── icossin2.c │ ├── init.c │ ├── keyboard.c │ ├── line.c │ ├── loadimage.c │ ├── makefile │ ├── menuhit.c │ ├── mkfile │ ├── mkfont.c │ ├── mouse.c │ ├── newwindow.c │ ├── openfont.c │ ├── poly.c │ ├── readcolmap.c │ ├── readimage.c │ ├── readsubfont.c │ ├── rectclip.c │ ├── replclipr.c │ ├── rgb.c │ ├── scroll.c │ ├── string.c │ ├── stringbg.c │ ├── stringsubfont.c │ ├── stringwidth.c │ ├── subfont.c │ ├── subfontcache.c │ ├── subfontname.c │ ├── test.c │ ├── unloadimage.c │ ├── window.c │ ├── writecolmap.c │ ├── writeimage.c │ └── writesubfont.c │ ├── liberror │ ├── error.c │ └── mkfile │ ├── libflate │ ├── adler.c │ ├── crc.c │ ├── deflate.c │ ├── deflateblock.c │ ├── deflatezlib.c │ ├── deflatezlibblock.c │ ├── flateerr.c │ ├── inflate.c │ ├── inflateblock.c │ ├── inflatezlib.c │ ├── inflatezlibblock.c │ ├── mkfile │ └── zlib.h │ ├── libframe │ ├── frbox.c │ ├── frdelete.c │ ├── frdraw.c │ ├── frinit.c │ ├── frinsert.c │ ├── frptofchar.c │ ├── frselect.c │ ├── frstr.c │ ├── frutil.c │ └── mkfile │ ├── libgeometry │ ├── arith3.c │ ├── matrix.c │ ├── mkfile │ ├── qball.c │ ├── quaternion.c │ ├── transform.c │ └── tstack.c │ ├── libhtml │ ├── build.c │ ├── impl.h │ ├── lex.c │ ├── mkfile │ ├── strinttab.c │ └── utils.c │ ├── libhttpd │ ├── alloc.c │ ├── checkcontent.c │ ├── date.c │ ├── escape.h │ ├── fail.c │ ├── gethead.c │ ├── hio.c │ ├── httpfmt.c │ ├── httpunesc.c │ ├── lower.c │ ├── mkfile │ ├── okheaders.c │ ├── parse.c │ ├── parsereq.c │ ├── query.c │ ├── redirected.c │ ├── unallowed.c │ ├── urlfmt.c │ └── urlunesc.c │ ├── libip │ ├── bo.c │ ├── classmask.c │ ├── eipfmt.c │ ├── equivip.c │ ├── ipaux.c │ ├── mkfile │ ├── myetheraddr.c │ ├── myipaddr.c │ ├── parseether.c │ ├── parseip.c │ ├── ptclbsum.c │ ├── readipifc.c │ └── testreadipifc.c │ ├── liblex │ ├── allprint.c │ ├── main.c │ ├── mkfile │ ├── reject.c │ ├── yyless.c │ └── yywrap.c │ ├── libmach │ ├── 0.c │ ├── 2.c │ ├── 2db.c │ ├── 2obj.c │ ├── 5.c │ ├── 5db.c │ ├── 5obj.c │ ├── 6.c │ ├── 6c │ │ └── 6.out.h │ ├── 6obj.c │ ├── 7.c │ ├── 7db.c │ ├── 7obj.c │ ├── 8.c │ ├── 8db.c │ ├── 8obj.c │ ├── 9.c │ ├── 9c │ │ └── 9.out.h │ ├── 9obj.c │ ├── access.c │ ├── elf.h │ ├── executable.c │ ├── k.c │ ├── kdb.c │ ├── kobj.c │ ├── machdata.c │ ├── map.c │ ├── mips2ureg.h │ ├── mkfile │ ├── obj.c │ ├── obj.h │ ├── q.c │ ├── qdb.c │ ├── qobj.c │ ├── setmach.c │ ├── swap.c │ ├── sym.c │ ├── u.c │ ├── uc │ │ ├── README │ │ └── u.out.h │ ├── udb.c │ ├── uobj.c │ ├── v.c │ ├── vcodas.c │ ├── vdb.c │ └── vobj.c │ ├── libmemdraw │ ├── addr.c │ ├── alloc.c │ ├── alpha.hoc │ ├── arc.c │ ├── arctest.c │ ├── cload.c │ ├── cmap.c │ ├── cread.c │ ├── defont.c │ ├── draw.c │ ├── drawtest.c │ ├── ellipse.c │ ├── fillpoly.c │ ├── hwdraw.c │ ├── iprint.c │ ├── line.c │ ├── load.c │ ├── memsetchan.c │ ├── mkcmap.c │ ├── mkfile │ ├── openmemsubfont.c │ ├── poly.c │ ├── read.c │ ├── string.c │ ├── subfont.c │ ├── times │ ├── unload.c │ └── write.c │ ├── libmemlayer │ ├── draw.c │ ├── lalloc.c │ ├── layerop.c │ ├── ldelete.c │ ├── lhide.c │ ├── line.c │ ├── load.c │ ├── lorigin.c │ ├── lsetrefresh.c │ ├── ltofront.c │ ├── ltorear.c │ ├── makefile │ ├── mkfile │ ├── mkfile-Inferno │ ├── mkfile-Nt │ ├── mkfile-Posix │ └── unload.c │ ├── libmp │ ├── 386 │ │ ├── mkfile │ │ ├── mpdigdiv.s │ │ ├── mpvecadd.s │ │ ├── mpvecdigmuladd.s │ │ ├── mpvecdigmulsub.s │ │ └── mpvecsub.s │ ├── alpha │ │ └── mkfile │ ├── amd64 │ │ ├── mkfile │ │ ├── mpdigdiv.s │ │ ├── mpvecadd.s │ │ ├── mpvecdigmuladd.s │ │ ├── mpvecdigmulsub.s │ │ └── mpvecsub.s │ ├── arm │ │ └── mkfile │ ├── bigtest.c │ ├── mips │ │ ├── mkfile │ │ ├── mpdigdiv.s │ │ ├── mpvecadd.s │ │ ├── mpvecdigmuladd.s │ │ ├── mpvecdigmulsub.s │ │ └── mpvecsub.s │ ├── mkfile │ ├── port │ │ ├── betomp.c │ │ ├── crt.c │ │ ├── crttest.c │ │ ├── dat.h │ │ ├── letomp.c │ │ ├── mkfile │ │ ├── mpadd.c │ │ ├── mpaux.c │ │ ├── mpcmp.c │ │ ├── mpdigdiv.c │ │ ├── mpdiv.c │ │ ├── mpeuclid.c │ │ ├── mpexp.c │ │ ├── mpextendedgcd.c │ │ ├── mpfactorial.c │ │ ├── mpfmt.c │ │ ├── mpinvert.c │ │ ├── mpleft.c │ │ ├── mpmod.c │ │ ├── mpmul.c │ │ ├── mprand.c │ │ ├── mpright.c │ │ ├── mpsub.c │ │ ├── mptobe.c │ │ ├── mptoi.c │ │ ├── mptole.c │ │ ├── mptoui.c │ │ ├── mptouv.c │ │ ├── mptov.c │ │ ├── mpvecadd.c │ │ ├── mpveccmp.c │ │ ├── mpvecdigmuladd.c │ │ ├── mpvecsub.c │ │ ├── os.h │ │ ├── reduce │ │ └── strtomp.c │ ├── power │ │ ├── mkfile │ │ ├── mpvecadd.s │ │ ├── mpvecdigmuladd.s │ │ ├── mpvecdigmulsub.s │ │ ├── mpvecsub.s │ │ └── placeholder.c │ └── test.c │ ├── libndb │ ├── csgetval.c │ ├── csipinfo.c │ ├── dnsquery.c │ ├── ipattr.c │ ├── mkfile │ ├── ndbaux.c │ ├── ndbcache.c │ ├── ndbcat.c │ ├── ndbconcatenate.c │ ├── ndbdiscard.c │ ├── ndbfree.c │ ├── ndbgetipaddr.c │ ├── ndbgetval.c │ ├── ndbhash.c │ ├── ndbhf.h │ ├── ndbipinfo.c │ ├── ndblookval.c │ ├── ndbopen.c │ ├── ndbparse.c │ ├── ndbreorder.c │ └── ndbsubstitute.c │ ├── liboventi │ ├── client.c │ ├── debug.c │ ├── errfmt.c │ ├── fatal.c │ ├── mkfile │ ├── pack.c │ ├── packet.c │ ├── packet.h │ ├── parsescore.c │ ├── plan9-io.c │ ├── plan9-sha1.c │ ├── plan9-thread.acid │ ├── plan9-thread.c │ ├── readfully.c │ ├── rpc.c │ ├── scorefmt.c │ ├── server.c │ ├── session.h │ ├── strdup.c │ ├── venti.txt │ └── zero.c │ ├── libplumb │ ├── event.c │ ├── mesg.c │ ├── mkfile │ └── plumbsendtext.c │ ├── libregexp │ ├── mkfile │ ├── regaux.c │ ├── regcomp.c │ ├── regcomp.h │ ├── regerror.c │ ├── regexec.c │ ├── regsub.c │ ├── rregexec.c │ └── rregsub.c │ ├── libscribble │ ├── graffiti.c │ ├── graffiti.h │ ├── hre_api.c │ ├── hre_internal.h │ ├── li_recognizer.c │ ├── li_recognizer_internal.h │ ├── mkfile │ └── scribbleimpl.h │ ├── libsec │ ├── 386 │ │ ├── md5block.s │ │ ├── mkfile │ │ └── sha1block.s │ ├── alpha │ │ └── mkfile │ ├── amd64 │ │ └── mkfile │ ├── arm │ │ └── mkfile │ ├── mips │ │ ├── md5block.s │ │ ├── mkfile │ │ └── sha1block.s │ ├── mkfile │ ├── port │ │ ├── aes.c │ │ ├── blowfish.c │ │ ├── decodepem.c │ │ ├── des.c │ │ ├── des3CBC.c │ │ ├── des3ECB.c │ │ ├── desCBC.c │ │ ├── desECB.c │ │ ├── desmodes.c │ │ ├── dsaalloc.c │ │ ├── dsagen.c │ │ ├── dsaprimes.c │ │ ├── dsaprivtopub.c │ │ ├── dsasign.c │ │ ├── dsaverify.c │ │ ├── egalloc.c │ │ ├── egdecrypt.c │ │ ├── egencrypt.c │ │ ├── eggen.c │ │ ├── egprivtopub.c │ │ ├── egsign.c │ │ ├── egtest.c │ │ ├── egverify.c │ │ ├── fastrand.c │ │ ├── genprime.c │ │ ├── genrandom.c │ │ ├── gensafeprime.c │ │ ├── genstrongprime.c │ │ ├── hmac.c │ │ ├── hmactest.c │ │ ├── md4.c │ │ ├── md4test.c │ │ ├── md5.c │ │ ├── md5block.c │ │ ├── md5pickle.c │ │ ├── mkfile │ │ ├── nfastrand.c │ │ ├── primetest.c │ │ ├── prng.c │ │ ├── probably_prime.c │ │ ├── rc4.c │ │ ├── readcert.c │ │ ├── reduce │ │ ├── rsaalloc.c │ │ ├── rsadecrypt.c │ │ ├── rsaencrypt.c │ │ ├── rsafill.c │ │ ├── rsagen.c │ │ ├── rsaprivtopub.c │ │ ├── rsatest.c │ │ ├── sha1.c │ │ ├── sha1block.c │ │ ├── sha1pickle.c │ │ ├── sha2_128.c │ │ ├── sha2_64.c │ │ ├── sha2block128.c │ │ ├── sha2block64.c │ │ ├── sha2test.c │ │ ├── smallprimes.c │ │ ├── smallprimetest.c │ │ ├── thumb.c │ │ ├── tlshand.c │ │ └── x509.c │ └── power │ │ └── mkfile │ ├── libseg │ ├── mkfile │ └── seg.c │ ├── libstdio │ ├── Stdio.h │ ├── _IO_getc.c │ ├── _IO_putc.c │ ├── clearerr.c │ ├── dtoa.c │ ├── fclose.c │ ├── fdopen.c │ ├── feof.c │ ├── ferror.c │ ├── fflush.c │ ├── fgetc.c │ ├── fgetpos.c │ ├── fgets.c │ ├── fileno.c │ ├── fopen.c │ ├── fprintf.c │ ├── fputc.c │ ├── fputs.c │ ├── fread.c │ ├── freopen.c │ ├── fscanf.c │ ├── fseek.c │ ├── fseeko.c │ ├── fsetpos.c │ ├── ftell.c │ ├── ftello.c │ ├── fwrite.c │ ├── getc.c │ ├── gets.c │ ├── iolib.h │ ├── mkfile │ ├── printf.c │ ├── putc.c │ ├── puts.c │ ├── rewind.c │ ├── scanf.c │ ├── sclose.c │ ├── setbuf.c │ ├── setvbuf.c │ ├── snprintf.c │ ├── sopenr.c │ ├── sopenw.c │ ├── sprintf.c │ ├── sscanf.c │ ├── tmpfile.c │ ├── tmpnam.c │ ├── ungetc.c │ ├── vfprintf.c │ ├── vfscanf.c │ ├── vprintf.c │ ├── vsnprintf.c │ └── vsprintf.c │ ├── libsunrpc │ ├── COPYING │ ├── authunix.c │ ├── client.c │ ├── emalloc.c │ ├── error.c │ ├── fd.c │ ├── fmt.c │ ├── mkfile │ ├── mount3.c │ ├── net.c │ ├── nfs3.c │ ├── portmap.c │ ├── prog.c │ ├── rpc.c │ ├── server.c │ ├── suncall.c │ └── udp.c │ ├── libthread │ ├── 386.c │ ├── alpha.c │ ├── amd64.c │ ├── arm.c │ ├── channel.acid │ ├── channel.c │ ├── chanprint.c │ ├── create.c │ ├── debug.c │ ├── dial.c │ ├── example.c │ ├── exec.c │ ├── exit.c │ ├── id.c │ ├── iocall.c │ ├── ioclose.c │ ├── iodial.c │ ├── ioopen.c │ ├── ioproc.c │ ├── ioread.c │ ├── ioreadn.c │ ├── iosleep.c │ ├── iowrite.c │ ├── kill.c │ ├── lib.c │ ├── main.c │ ├── mips.c │ ├── mkfile │ ├── note.c │ ├── power.c │ ├── ref.c │ ├── rendez.c │ ├── sched.acid │ ├── sched.c │ ├── test.c │ ├── threadimpl.h │ ├── tprimes.c │ ├── xinc386.s │ ├── xincalpha.s │ ├── xincamd64.s │ ├── xincarm.c │ ├── xincmips.s │ ├── xincport.h │ └── xincpower.s │ ├── libtube │ ├── mkfile │ ├── namedtube.c │ └── tube.c │ ├── libventi │ ├── cache.acid │ ├── cache.c │ ├── client.c │ ├── conn.c │ ├── cvt.h │ ├── debug.c │ ├── debugpacket.c │ ├── dial.c │ ├── dtype.c │ ├── entry.c │ ├── fcall.c │ ├── fcallfmt.c │ ├── file.c │ ├── hangup.c │ ├── log.c │ ├── mem.c │ ├── mkfile │ ├── packet.acid │ ├── packet.c │ ├── parsescore.c │ ├── queue.c │ ├── queue.h │ ├── root.c │ ├── rpc.acid │ ├── rpc.c │ ├── scorefmt.c │ ├── send.c │ ├── server.c │ ├── srvhello.c │ ├── strdup.c │ ├── string.c │ ├── time.c │ ├── version.c │ ├── zero.c │ └── zeroscore.c │ ├── libworker │ ├── mkfile │ └── worker.c │ ├── mkfile │ ├── mkfile.proto │ └── nxm │ ├── 386 │ ├── ahci.h │ ├── aoe.h │ ├── devether.c │ ├── devrtc.c │ ├── ether8139.c │ ├── ether8169.c │ ├── ether82557.c │ ├── ether82563.c │ ├── ether82598.c │ ├── etherigbe.c │ ├── etherm10g.c │ ├── etherm10g2k.i │ ├── etherm10g4k.i │ ├── kbd.c │ ├── pci.c │ ├── random.c │ ├── sdiahci.c │ ├── uarti8250.c │ └── uartpci.c │ ├── bench │ ├── 1 │ │ ├── kern │ │ ├── output │ │ └── runbench │ ├── Benchs │ ├── Locks │ ├── Mean │ ├── README │ ├── Time │ ├── runbenchs │ └── tools │ ├── boot │ ├── aux.c │ ├── boot.c │ ├── boot.h │ ├── bootauth.c │ ├── bootcache.c │ ├── bootip.c │ ├── doauthenticate.c │ ├── dosfs.h │ ├── embed.c │ ├── getpasswd.c │ ├── local.c │ ├── nopsession.c │ ├── paq.c │ ├── parts.c │ ├── printstub.c │ └── settime.c │ ├── ip │ ├── arp.c │ ├── chandial.c │ ├── devip.c │ ├── ethermedium.c │ ├── gre.c │ ├── icmp.c │ ├── icmp6.c │ ├── inferno.c │ ├── ip.c │ ├── ip.h │ ├── ipaux.c │ ├── ipifc.c │ ├── iproute.c │ ├── ipv6.c │ ├── ipv6.h │ ├── loopbackmedium.c │ ├── netdevmedium.c │ ├── netlog.c │ ├── nullmedium.c │ ├── pktmedium.c │ ├── ptclbsum.c │ ├── tcp.c │ └── udp.c │ ├── k10 │ ├── Linux │ ├── acore.c │ ├── acpi.h │ ├── amd64.h │ ├── apic.c │ ├── apic.h │ ├── arch.c │ ├── archk10.c │ ├── archk8.c │ ├── asm.c │ ├── boot.fs │ ├── cga.c │ ├── crap.c │ ├── dat.h │ ├── devacpi.c │ ├── devarch.c │ ├── ether82563.c │ ├── etherbcm.c │ ├── etherif.h │ ├── fns.h │ ├── fpu.c │ ├── gdb.c │ ├── i8254.c │ ├── i8259.c │ ├── init9.c │ ├── io.h │ ├── ioapic.c │ ├── k8cpu │ ├── k8cpufs │ ├── k8cpufs.c │ ├── k8cpukexec │ ├── k8cpulinux │ ├── k8cpuserial │ ├── k8cpuserialfs │ ├── k8regression │ ├── l32p.s │ ├── l64acidt.s │ ├── l64acsyscall.s │ ├── l64cpuid.s │ ├── l64fpu.s │ ├── l64idt.s │ ├── l64sipi.s │ ├── l64syscall.s │ ├── l64v.s │ ├── linuxboot.fs │ ├── lsipi.s │ ├── main.c │ ├── map.c │ ├── mem.h │ ├── memory.c │ ├── mkfile │ ├── mmu.c │ ├── mp.c │ ├── mpacpi.c │ ├── msi.c │ ├── multiboot.c │ ├── physalloc.c │ ├── pmcio.c │ ├── qmalloc.c │ ├── rdwr.c │ ├── regression.fs │ ├── root │ │ ├── cpu.c │ │ ├── k8root.namespace │ │ ├── k8root.proto │ │ ├── k8root.rc │ │ ├── mkfile │ │ └── tcp17010 │ ├── sipi.c │ ├── sipi.h │ ├── syscall.c │ ├── tcore.c │ ├── trap.c │ └── vsvm.c │ ├── linux │ ├── linuxarchsys.c │ ├── linuxsyscall.c │ ├── linuxsysemu.c │ └── linuxsystab.h │ ├── mk │ ├── bootmkfile │ ├── linuxmkfile │ ├── mkenum │ ├── mkroot │ ├── mkrootall │ ├── mkrr │ ├── parse │ └── portmkfile │ ├── port │ ├── alarm.c │ ├── allocb.c │ ├── aoe.h │ ├── cache.c │ ├── chan.c │ ├── dev.c │ ├── devaoe.c │ ├── devcap.c │ ├── devcec.c │ ├── devcmd.c │ ├── devcons.c │ ├── devdup.c │ ├── devenv.c │ ├── devkexec.c │ ├── devkprof.c │ ├── devmnt.c │ ├── devpci.c │ ├── devpipe.c │ ├── devpmc.c │ ├── devprobe.c │ ├── devproc.c │ ├── devregress.c │ ├── devroot.c │ ├── devsd.c │ ├── devsegment.c │ ├── devsrv.c │ ├── devssl.c │ ├── devtab.c │ ├── devtls.c │ ├── devtrace.c │ ├── devuart.c │ ├── devwd.c │ ├── devws.c │ ├── devzp.c │ ├── edf.c │ ├── edf.h │ ├── error.h │ ├── ethermii.c │ ├── ethermii.h │ ├── fault.c │ ├── image.c │ ├── initcode.c │ ├── kexec.c │ ├── kexec.h │ ├── latin1.c │ ├── latin1.h │ ├── lib.h │ ├── mul64fract.c │ ├── netif.c │ ├── netif.h │ ├── page.c │ ├── pager.c │ ├── parse.c │ ├── pgrp.c │ ├── pmc.h │ ├── portclock.c │ ├── portdat.h │ ├── portfns.h │ ├── print.c │ ├── proc.c │ ├── ps.c │ ├── qio.c │ ├── qlock.c │ ├── rdb.c │ ├── rebootcmd.c │ ├── sd.h │ ├── sdaoe.c │ ├── sdscsi.c │ ├── segment.c │ ├── sysauth.c │ ├── syscallfmt.c │ ├── sysfile.c │ ├── sysproc.c │ ├── sysseg.c │ ├── syssem.c │ ├── syszio.c │ ├── taslock.c │ ├── tcklock.c │ ├── tod.c │ └── xalloc.c │ ├── root │ ├── big.c │ ├── bigloop.c │ ├── blow.c │ ├── common │ ├── cpu.c │ ├── hello.out │ ├── mkfile │ ├── profile │ ├── rcmain │ ├── suck.c │ ├── tcp23 │ ├── tcp564 │ ├── testkmseg.c │ └── testlinux.out │ ├── test │ ├── 1 │ │ ├── kern │ │ └── runtest │ ├── README │ ├── TIMES │ ├── Test │ ├── Tests │ ├── execac.c │ ├── fpu.c │ ├── mkfile │ ├── runtests │ ├── testksem.c │ ├── testktube.c │ ├── testntube.c │ ├── testseg.c │ ├── testusem.c │ ├── testutube.c │ ├── testx.c │ ├── testzio.c │ ├── testzp.c │ ├── tools │ └── usemkill.c │ └── w │ └── pxeload │ ├── 386l.h │ ├── alarm.c │ ├── apm.c │ ├── boot.c │ ├── bootp.c │ ├── cga.c │ ├── clock.c │ ├── conf.c │ ├── console.c │ ├── dat.h │ ├── devfloppy.c │ ├── devfloppy.h │ ├── dma.c │ ├── dosboot.c │ ├── dosfs.h │ ├── error.h │ ├── ether.c │ ├── ether2114x.c │ ├── ether79c970.c │ ├── ether8139.c │ ├── ether8169.c │ ├── ether82557.c │ ├── ether82563.c │ ├── etherbcm4401.c │ ├── etherif.h │ ├── etherigbe.c │ ├── ethermii.c │ ├── ethermii.h │ ├── ethervgbe.c │ ├── fns.h │ ├── fs.c │ ├── fs.h │ ├── i8250.c │ ├── ilock.c │ ├── inflate.c │ ├── io.h │ ├── ip.h │ ├── kbd.c │ ├── kfs.h │ ├── kfsboot.c │ ├── l16r.s │ ├── l32p.s │ ├── l32v.s │ ├── l64p.s │ ├── lib.h │ ├── load.c │ ├── lxxx.s │ ├── mbr.s │ ├── mem.h │ ├── memory.c │ ├── mkfile │ ├── mmu64.h │ ├── multiboot.c │ ├── part.c │ ├── pbs.s │ ├── pbslba.s │ ├── pci.c │ ├── ppxeload │ ├── ppxeloadacid │ ├── print.c │ ├── queue.c │ ├── trap.c │ ├── ureg.h │ ├── warp64.c │ └── x16.h ├── util ├── 6a │ ├── BUILD │ ├── a.h │ ├── a.y │ ├── lex.c │ └── mkfile ├── 6c │ ├── 6.out.h │ ├── BUILD │ ├── cgen.c │ ├── div.c │ ├── enam.c │ ├── gc.h │ ├── list.c │ ├── machcap.c │ ├── mkenam │ ├── mkfile │ ├── mul.c │ ├── peep.c │ ├── reg.c │ ├── sgen.c │ ├── swt.c │ └── txt.c ├── 6l │ ├── BUILD │ ├── asm.c │ ├── compat.c │ ├── l.h │ ├── list.c │ ├── mkfile │ ├── obj.c │ ├── optab.c │ ├── pass.c │ └── span.c ├── BUILD ├── cc │ ├── acid.c │ ├── bits.c │ ├── c99 │ ├── cc.h │ ├── cc.y │ ├── com.c │ ├── com64.c │ ├── compat │ ├── compat.c │ ├── dcl.c │ ├── dpchk.c │ ├── funct.c │ ├── lex.c │ ├── lexbody │ ├── mac.c │ ├── macbody │ ├── mkfile │ ├── pgen.c │ ├── pickle.c │ ├── pswt.c │ ├── scon.c │ └── sub.c ├── cpp │ ├── cpp.c │ ├── cpp.h │ ├── eval.c │ ├── hideset.c │ ├── include.c │ ├── lex.c │ ├── macro.c │ ├── mkfile │ ├── nlist.c │ ├── test.c │ └── tokens.c ├── gitconfig │ └── commit-msg ├── mksys.go ├── pcc.c └── wrkey.c └── xbin ├── .keepme ├── membername └── mksys.plan9 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/.gitignore -------------------------------------------------------------------------------- /386/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/386/include/u.h -------------------------------------------------------------------------------- /386/include/ureg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/386/include/ureg.h -------------------------------------------------------------------------------- /386/lib/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/auth/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/aux/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/bitsy/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/dial/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/disk/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/fossil/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/games/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/ip/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/ndb/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/replica/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/upas/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/bin/venti/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /68020/include/dac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/68020/include/dac.h -------------------------------------------------------------------------------- /68020/include/lbp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/68020/include/lbp.h -------------------------------------------------------------------------------- /68020/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/68020/include/u.h -------------------------------------------------------------------------------- /68020/include/ureg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/68020/include/ureg.h -------------------------------------------------------------------------------- /68020/lib/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BUILDTOOLCHAIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/BUILDTOOLCHAIN -------------------------------------------------------------------------------- /CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/CONTRIBUTORS -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.afpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/LICENSE.afpl -------------------------------------------------------------------------------- /LICENSE.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/LICENSE.gpl -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/Makefile -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Copyright © 2002 Lucent Technologies Inc. 2 | All Rights Reserved 3 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/README -------------------------------------------------------------------------------- /RUN_REGRESSIONS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/RUN_REGRESSIONS -------------------------------------------------------------------------------- /SETUP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/SETUP -------------------------------------------------------------------------------- /SETUP.plan9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/SETUP.plan9 -------------------------------------------------------------------------------- /alpha/bin/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/auth/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/aux/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/bitsy/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/dial/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/disk/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/fossil/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/fs/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/games/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/ip/httpd/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/ndb/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/replica/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/upas/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/usb/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/bin/venti/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/alpha/include/u.h -------------------------------------------------------------------------------- /alpha/include/ureg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/alpha/include/ureg.h -------------------------------------------------------------------------------- /alpha/lib/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alpha/mkfile: -------------------------------------------------------------------------------- 1 | /dev/mousectl 4 | -------------------------------------------------------------------------------- /rc/bin/nroff: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec troff -N $* 3 | -------------------------------------------------------------------------------- /rc/bin/patch/diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/diff -------------------------------------------------------------------------------- /rc/bin/patch/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/list -------------------------------------------------------------------------------- /rc/bin/patch/move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/move -------------------------------------------------------------------------------- /rc/bin/patch/note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/note -------------------------------------------------------------------------------- /rc/bin/patch/okay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/okay -------------------------------------------------------------------------------- /rc/bin/patch/save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/save -------------------------------------------------------------------------------- /rc/bin/patch/undo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/patch/undo -------------------------------------------------------------------------------- /rc/bin/pc/defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pc/defs -------------------------------------------------------------------------------- /rc/bin/pc/isfat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pc/isfat -------------------------------------------------------------------------------- /rc/bin/pc/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pc/update -------------------------------------------------------------------------------- /rc/bin/pci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pci -------------------------------------------------------------------------------- /rc/bin/pdf2ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pdf2ps -------------------------------------------------------------------------------- /rc/bin/pm/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pm/install -------------------------------------------------------------------------------- /rc/bin/pm/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pm/list -------------------------------------------------------------------------------- /rc/bin/pm/pull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pm/pull -------------------------------------------------------------------------------- /rc/bin/pm/remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pm/remove -------------------------------------------------------------------------------- /rc/bin/postscript/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rc/bin/printfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/printfont -------------------------------------------------------------------------------- /rc/bin/ps2gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/ps2gif -------------------------------------------------------------------------------- /rc/bin/ps2pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/ps2pdf -------------------------------------------------------------------------------- /rc/bin/psfax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/psfax -------------------------------------------------------------------------------- /rc/bin/psu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/psu -------------------------------------------------------------------------------- /rc/bin/pxeof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/pxeof -------------------------------------------------------------------------------- /rc/bin/readweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/readweb -------------------------------------------------------------------------------- /rc/bin/reboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/reboot -------------------------------------------------------------------------------- /rc/bin/rwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/rwd -------------------------------------------------------------------------------- /rc/bin/s/argsused: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/argsused -------------------------------------------------------------------------------- /rc/bin/s/enum2sw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/enum2sw -------------------------------------------------------------------------------- /rc/bin/s/f2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/f2p -------------------------------------------------------------------------------- /rc/bin/s/ifs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/ifs -------------------------------------------------------------------------------- /rc/bin/s/mkdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/mkdeps -------------------------------------------------------------------------------- /rc/bin/s/p2f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/p2f -------------------------------------------------------------------------------- /rc/bin/s/psort: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | 3 | sort -f +1 -2 4 | -------------------------------------------------------------------------------- /rc/bin/s/rep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/s/rep -------------------------------------------------------------------------------- /rc/bin/seemail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/seemail -------------------------------------------------------------------------------- /rc/bin/service/!il17031: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec ramfs -i 3 | 4 | -------------------------------------------------------------------------------- /rc/bin/service/tcp17006: -------------------------------------------------------------------------------- 1 | #!/bin/ocpu -N 2 | -------------------------------------------------------------------------------- /rc/bin/service/tcp17010: -------------------------------------------------------------------------------- 1 | #!/bin/cpu -R 2 | -------------------------------------------------------------------------------- /rc/bin/service/tcp17013: -------------------------------------------------------------------------------- 1 | #!/bin/cpu -O 2 | -------------------------------------------------------------------------------- /rc/bin/service/tcp9: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | cat > /dev/null 3 | -------------------------------------------------------------------------------- /rc/bin/setrtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/setrtc -------------------------------------------------------------------------------- /rc/bin/sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/sig -------------------------------------------------------------------------------- /rc/bin/slay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/slay -------------------------------------------------------------------------------- /rc/bin/soelim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/soelim -------------------------------------------------------------------------------- /rc/bin/spell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/spell -------------------------------------------------------------------------------- /rc/bin/spin-pcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/spin-pcc -------------------------------------------------------------------------------- /rc/bin/src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/src -------------------------------------------------------------------------------- /rc/bin/srvssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/srvssh -------------------------------------------------------------------------------- /rc/bin/ssam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/ssam -------------------------------------------------------------------------------- /rc/bin/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/start -------------------------------------------------------------------------------- /rc/bin/stock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/stock -------------------------------------------------------------------------------- /rc/bin/stop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/stop -------------------------------------------------------------------------------- /rc/bin/tel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/tel -------------------------------------------------------------------------------- /rc/bin/termrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/termrc -------------------------------------------------------------------------------- /rc/bin/thesaurus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/thesaurus -------------------------------------------------------------------------------- /rc/bin/troff2gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/troff2gif -------------------------------------------------------------------------------- /rc/bin/troff2png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/troff2png -------------------------------------------------------------------------------- /rc/bin/umem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/umem -------------------------------------------------------------------------------- /rc/bin/uncompress: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec compress -d $* 3 | -------------------------------------------------------------------------------- /rc/bin/ups: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/ups -------------------------------------------------------------------------------- /rc/bin/uptime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/uptime -------------------------------------------------------------------------------- /rc/bin/usbeject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/usbeject -------------------------------------------------------------------------------- /rc/bin/usbstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/usbstart -------------------------------------------------------------------------------- /rc/bin/usps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/usps -------------------------------------------------------------------------------- /rc/bin/vwhois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/vwhois -------------------------------------------------------------------------------- /rc/bin/wdoc2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/wdoc2txt -------------------------------------------------------------------------------- /rc/bin/weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/weather -------------------------------------------------------------------------------- /rc/bin/who: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/who -------------------------------------------------------------------------------- /rc/bin/whois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/whois -------------------------------------------------------------------------------- /rc/bin/window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/window -------------------------------------------------------------------------------- /rc/bin/wloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/wloc -------------------------------------------------------------------------------- /rc/bin/wurl2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/wurl2txt -------------------------------------------------------------------------------- /rc/bin/xls2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/xls2txt -------------------------------------------------------------------------------- /rc/bin/yesterday: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/bin/yesterday -------------------------------------------------------------------------------- /rc/lib/rcmain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/rc/lib/rcmain -------------------------------------------------------------------------------- /sparc/bin/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/auth/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/aux/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/bitsy/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/dial/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/disk/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/fossil/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/games/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/ip/httpd/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/ndb/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/replica/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/upas/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/bin/venti/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sparc/include/u.h -------------------------------------------------------------------------------- /sparc/lib/ape/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc64/bin/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sparc64/lib/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/include/9p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/9p.h -------------------------------------------------------------------------------- /sys/include/ape/netinet/tcp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/include/ape/stdint.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /sys/include/ar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/ar.h -------------------------------------------------------------------------------- /sys/include/avl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/avl.h -------------------------------------------------------------------------------- /sys/include/bin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/bin.h -------------------------------------------------------------------------------- /sys/include/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/bio.h -------------------------------------------------------------------------------- /sys/include/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/ip.h -------------------------------------------------------------------------------- /sys/include/mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/mp.h -------------------------------------------------------------------------------- /sys/include/ndb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/ndb.h -------------------------------------------------------------------------------- /sys/include/seg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/seg.h -------------------------------------------------------------------------------- /sys/include/tos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/include/tos.h -------------------------------------------------------------------------------- /sys/lib/acid/386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/386 -------------------------------------------------------------------------------- /sys/lib/acid/acme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/acme -------------------------------------------------------------------------------- /sys/lib/acid/alef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/alef -------------------------------------------------------------------------------- /sys/lib/acid/arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/arm -------------------------------------------------------------------------------- /sys/lib/acid/leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/leak -------------------------------------------------------------------------------- /sys/lib/acid/mips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/mips -------------------------------------------------------------------------------- /sys/lib/acid/pool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/pool -------------------------------------------------------------------------------- /sys/lib/acid/port: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/acid/port -------------------------------------------------------------------------------- /sys/lib/scsicodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/lib/scsicodes -------------------------------------------------------------------------------- /sys/man/1/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/0intro -------------------------------------------------------------------------------- /sys/man/1/2a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/2a -------------------------------------------------------------------------------- /sys/man/1/2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/2c -------------------------------------------------------------------------------- /sys/man/1/2l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/2l -------------------------------------------------------------------------------- /sys/man/1/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/INDEX -------------------------------------------------------------------------------- /sys/man/1/abaco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/abaco -------------------------------------------------------------------------------- /sys/man/1/acid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/acid -------------------------------------------------------------------------------- /sys/man/1/acme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/acme -------------------------------------------------------------------------------- /sys/man/1/ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ap -------------------------------------------------------------------------------- /sys/man/1/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ar -------------------------------------------------------------------------------- /sys/man/1/ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ascii -------------------------------------------------------------------------------- /sys/man/1/awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/awk -------------------------------------------------------------------------------- /sys/man/1/bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/bc -------------------------------------------------------------------------------- /sys/man/1/bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/bind -------------------------------------------------------------------------------- /sys/man/1/bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/bundle -------------------------------------------------------------------------------- /sys/man/1/cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cal -------------------------------------------------------------------------------- /sys/man/1/calls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/calls -------------------------------------------------------------------------------- /sys/man/1/cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cat -------------------------------------------------------------------------------- /sys/man/1/cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cb -------------------------------------------------------------------------------- /sys/man/1/chgrp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/chgrp -------------------------------------------------------------------------------- /sys/man/1/chmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/chmod -------------------------------------------------------------------------------- /sys/man/1/cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cmp -------------------------------------------------------------------------------- /sys/man/1/col: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/col -------------------------------------------------------------------------------- /sys/man/1/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/colors -------------------------------------------------------------------------------- /sys/man/1/comm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/comm -------------------------------------------------------------------------------- /sys/man/1/con: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/con -------------------------------------------------------------------------------- /sys/man/1/cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cp -------------------------------------------------------------------------------- /sys/man/1/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cpp -------------------------------------------------------------------------------- /sys/man/1/cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/cpu -------------------------------------------------------------------------------- /sys/man/1/crop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/crop -------------------------------------------------------------------------------- /sys/man/1/date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/date -------------------------------------------------------------------------------- /sys/man/1/db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/db -------------------------------------------------------------------------------- /sys/man/1/dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/dc -------------------------------------------------------------------------------- /sys/man/1/dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/dd -------------------------------------------------------------------------------- /sys/man/1/delkey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/delkey -------------------------------------------------------------------------------- /sys/man/1/deroff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/deroff -------------------------------------------------------------------------------- /sys/man/1/diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/diff -------------------------------------------------------------------------------- /sys/man/1/doc2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/doc2txt -------------------------------------------------------------------------------- /sys/man/1/doctype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/doctype -------------------------------------------------------------------------------- /sys/man/1/du: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/du -------------------------------------------------------------------------------- /sys/man/1/echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/echo -------------------------------------------------------------------------------- /sys/man/1/ecp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ecp -------------------------------------------------------------------------------- /sys/man/1/ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ed -------------------------------------------------------------------------------- /sys/man/1/emacs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/emacs -------------------------------------------------------------------------------- /sys/man/1/eqn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/eqn -------------------------------------------------------------------------------- /sys/man/1/expect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/expect -------------------------------------------------------------------------------- /sys/man/1/f2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/f2p -------------------------------------------------------------------------------- /sys/man/1/faces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/faces -------------------------------------------------------------------------------- /sys/man/1/factor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/factor -------------------------------------------------------------------------------- /sys/man/1/fedex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/fedex -------------------------------------------------------------------------------- /sys/man/1/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/file -------------------------------------------------------------------------------- /sys/man/1/filter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/filter -------------------------------------------------------------------------------- /sys/man/1/fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/fmt -------------------------------------------------------------------------------- /sys/man/1/fortune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/fortune -------------------------------------------------------------------------------- /sys/man/1/freq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/freq -------------------------------------------------------------------------------- /sys/man/1/games: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/games -------------------------------------------------------------------------------- /sys/man/1/grap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/grap -------------------------------------------------------------------------------- /sys/man/1/graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/graph -------------------------------------------------------------------------------- /sys/man/1/grep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/grep -------------------------------------------------------------------------------- /sys/man/1/gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/gs -------------------------------------------------------------------------------- /sys/man/1/gview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/gview -------------------------------------------------------------------------------- /sys/man/1/gzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/gzip -------------------------------------------------------------------------------- /sys/man/1/hget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/hget -------------------------------------------------------------------------------- /sys/man/1/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/history -------------------------------------------------------------------------------- /sys/man/1/hoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/hoc -------------------------------------------------------------------------------- /sys/man/1/idiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/idiff -------------------------------------------------------------------------------- /sys/man/1/join: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/join -------------------------------------------------------------------------------- /sys/man/1/jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/jpg -------------------------------------------------------------------------------- /sys/man/1/kbmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/kbmap -------------------------------------------------------------------------------- /sys/man/1/kill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/kill -------------------------------------------------------------------------------- /sys/man/1/ktrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ktrace -------------------------------------------------------------------------------- /sys/man/1/leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/leak -------------------------------------------------------------------------------- /sys/man/1/lens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/lens -------------------------------------------------------------------------------- /sys/man/1/lex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/lex -------------------------------------------------------------------------------- /sys/man/1/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/lock -------------------------------------------------------------------------------- /sys/man/1/look: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/look -------------------------------------------------------------------------------- /sys/man/1/lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/lp -------------------------------------------------------------------------------- /sys/man/1/ls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ls -------------------------------------------------------------------------------- /sys/man/1/mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mail -------------------------------------------------------------------------------- /sys/man/1/man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/man -------------------------------------------------------------------------------- /sys/man/1/marshal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/marshal -------------------------------------------------------------------------------- /sys/man/1/mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mc -------------------------------------------------------------------------------- /sys/man/1/mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mk -------------------------------------------------------------------------------- /sys/man/1/mkdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mkdir -------------------------------------------------------------------------------- /sys/man/1/mkss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mkss -------------------------------------------------------------------------------- /sys/man/1/mlmgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mlmgr -------------------------------------------------------------------------------- /sys/man/1/mp3dec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mp3dec -------------------------------------------------------------------------------- /sys/man/1/mp3enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mp3enc -------------------------------------------------------------------------------- /sys/man/1/ms2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ms2html -------------------------------------------------------------------------------- /sys/man/1/mtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mtime -------------------------------------------------------------------------------- /sys/man/1/mug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/mug -------------------------------------------------------------------------------- /sys/man/1/nedmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/nedmail -------------------------------------------------------------------------------- /sys/man/1/netstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/netstat -------------------------------------------------------------------------------- /sys/man/1/news: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/news -------------------------------------------------------------------------------- /sys/man/1/nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/nm -------------------------------------------------------------------------------- /sys/man/1/ns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ns -------------------------------------------------------------------------------- /sys/man/1/p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/p -------------------------------------------------------------------------------- /sys/man/1/page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/page -------------------------------------------------------------------------------- /sys/man/1/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/passwd -------------------------------------------------------------------------------- /sys/man/1/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/patch -------------------------------------------------------------------------------- /sys/man/1/pcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pcc -------------------------------------------------------------------------------- /sys/man/1/pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pic -------------------------------------------------------------------------------- /sys/man/1/plot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/plot -------------------------------------------------------------------------------- /sys/man/1/plumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/plumb -------------------------------------------------------------------------------- /sys/man/1/pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pm -------------------------------------------------------------------------------- /sys/man/1/pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pr -------------------------------------------------------------------------------- /sys/man/1/prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/prof -------------------------------------------------------------------------------- /sys/man/1/proof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/proof -------------------------------------------------------------------------------- /sys/man/1/ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ps -------------------------------------------------------------------------------- /sys/man/1/ps2pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ps2pdf -------------------------------------------------------------------------------- /sys/man/1/pump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pump -------------------------------------------------------------------------------- /sys/man/1/pwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pwd -------------------------------------------------------------------------------- /sys/man/1/pxeof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/pxeof -------------------------------------------------------------------------------- /sys/man/1/ratrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ratrace -------------------------------------------------------------------------------- /sys/man/1/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/rc -------------------------------------------------------------------------------- /sys/man/1/replica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/replica -------------------------------------------------------------------------------- /sys/man/1/rio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/rio -------------------------------------------------------------------------------- /sys/man/1/rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/rm -------------------------------------------------------------------------------- /sys/man/1/rwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/rwd -------------------------------------------------------------------------------- /sys/man/1/sam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/sam -------------------------------------------------------------------------------- /sys/man/1/seconds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/seconds -------------------------------------------------------------------------------- /sys/man/1/sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/sed -------------------------------------------------------------------------------- /sys/man/1/seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/seq -------------------------------------------------------------------------------- /sys/man/1/size: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/size -------------------------------------------------------------------------------- /sys/man/1/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/sleep -------------------------------------------------------------------------------- /sys/man/1/soelim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/soelim -------------------------------------------------------------------------------- /sys/man/1/sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/sort -------------------------------------------------------------------------------- /sys/man/1/spell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/spell -------------------------------------------------------------------------------- /sys/man/1/spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/spin -------------------------------------------------------------------------------- /sys/man/1/split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/split -------------------------------------------------------------------------------- /sys/man/1/src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/src -------------------------------------------------------------------------------- /sys/man/1/ssh1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ssh1 -------------------------------------------------------------------------------- /sys/man/1/ssh2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/ssh2 -------------------------------------------------------------------------------- /sys/man/1/stop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/stop -------------------------------------------------------------------------------- /sys/man/1/strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/strings -------------------------------------------------------------------------------- /sys/man/1/strip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/strip -------------------------------------------------------------------------------- /sys/man/1/sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/sum -------------------------------------------------------------------------------- /sys/man/1/syscall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/syscall -------------------------------------------------------------------------------- /sys/man/1/tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tail -------------------------------------------------------------------------------- /sys/man/1/tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tar -------------------------------------------------------------------------------- /sys/man/1/tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tbl -------------------------------------------------------------------------------- /sys/man/1/tcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tcs -------------------------------------------------------------------------------- /sys/man/1/tee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tee -------------------------------------------------------------------------------- /sys/man/1/tel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tel -------------------------------------------------------------------------------- /sys/man/1/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/test -------------------------------------------------------------------------------- /sys/man/1/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/time -------------------------------------------------------------------------------- /sys/man/1/touch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/touch -------------------------------------------------------------------------------- /sys/man/1/tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tr -------------------------------------------------------------------------------- /sys/man/1/trace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/trace -------------------------------------------------------------------------------- /sys/man/1/troff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/troff -------------------------------------------------------------------------------- /sys/man/1/tweak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/tweak -------------------------------------------------------------------------------- /sys/man/1/uniq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/uniq -------------------------------------------------------------------------------- /sys/man/1/units: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/units -------------------------------------------------------------------------------- /sys/man/1/uptime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/uptime -------------------------------------------------------------------------------- /sys/man/1/vac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/vac -------------------------------------------------------------------------------- /sys/man/1/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/venti -------------------------------------------------------------------------------- /sys/man/1/vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/vi -------------------------------------------------------------------------------- /sys/man/1/vnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/vnc -------------------------------------------------------------------------------- /sys/man/1/vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/vt -------------------------------------------------------------------------------- /sys/man/1/wc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/wc -------------------------------------------------------------------------------- /sys/man/1/weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/weather -------------------------------------------------------------------------------- /sys/man/1/who: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/who -------------------------------------------------------------------------------- /sys/man/1/xd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/xd -------------------------------------------------------------------------------- /sys/man/1/yacc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/1/yacc -------------------------------------------------------------------------------- /sys/man/2/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/0intro -------------------------------------------------------------------------------- /sys/man/2/9p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/9p -------------------------------------------------------------------------------- /sys/man/2/9pfid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/9pfid -------------------------------------------------------------------------------- /sys/man/2/9pfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/9pfile -------------------------------------------------------------------------------- /sys/man/2/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/INDEX -------------------------------------------------------------------------------- /sys/man/2/abort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/abort -------------------------------------------------------------------------------- /sys/man/2/abs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/abs -------------------------------------------------------------------------------- /sys/man/2/access: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/access -------------------------------------------------------------------------------- /sys/man/2/addpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/addpt -------------------------------------------------------------------------------- /sys/man/2/aes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/aes -------------------------------------------------------------------------------- /sys/man/2/ainc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ainc -------------------------------------------------------------------------------- /sys/man/2/arg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/arg -------------------------------------------------------------------------------- /sys/man/2/arith3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/arith3 -------------------------------------------------------------------------------- /sys/man/2/assert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/assert -------------------------------------------------------------------------------- /sys/man/2/atof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/atof -------------------------------------------------------------------------------- /sys/man/2/auth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/auth -------------------------------------------------------------------------------- /sys/man/2/authsrv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/authsrv -------------------------------------------------------------------------------- /sys/man/2/avl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/avl -------------------------------------------------------------------------------- /sys/man/2/bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/bind -------------------------------------------------------------------------------- /sys/man/2/bio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/bio -------------------------------------------------------------------------------- /sys/man/2/brk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/brk -------------------------------------------------------------------------------- /sys/man/2/chdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/chdir -------------------------------------------------------------------------------- /sys/man/2/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/color -------------------------------------------------------------------------------- /sys/man/2/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/control -------------------------------------------------------------------------------- /sys/man/2/cputime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/cputime -------------------------------------------------------------------------------- /sys/man/2/ctime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ctime -------------------------------------------------------------------------------- /sys/man/2/ctype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ctype -------------------------------------------------------------------------------- /sys/man/2/des: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/des -------------------------------------------------------------------------------- /sys/man/2/dial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/dial -------------------------------------------------------------------------------- /sys/man/2/dirread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/dirread -------------------------------------------------------------------------------- /sys/man/2/disk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/disk -------------------------------------------------------------------------------- /sys/man/2/draw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/draw -------------------------------------------------------------------------------- /sys/man/2/dsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/dsa -------------------------------------------------------------------------------- /sys/man/2/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/dup -------------------------------------------------------------------------------- /sys/man/2/elgamal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/elgamal -------------------------------------------------------------------------------- /sys/man/2/encode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/encode -------------------------------------------------------------------------------- /sys/man/2/encrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/encrypt -------------------------------------------------------------------------------- /sys/man/2/errstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/errstr -------------------------------------------------------------------------------- /sys/man/2/event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/event -------------------------------------------------------------------------------- /sys/man/2/exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/exec -------------------------------------------------------------------------------- /sys/man/2/exits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/exits -------------------------------------------------------------------------------- /sys/man/2/exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/exp -------------------------------------------------------------------------------- /sys/man/2/fauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fauth -------------------------------------------------------------------------------- /sys/man/2/fcall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fcall -------------------------------------------------------------------------------- /sys/man/2/fd2path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fd2path -------------------------------------------------------------------------------- /sys/man/2/fgetc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fgetc -------------------------------------------------------------------------------- /sys/man/2/flate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/flate -------------------------------------------------------------------------------- /sys/man/2/floor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/floor -------------------------------------------------------------------------------- /sys/man/2/fopen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fopen -------------------------------------------------------------------------------- /sys/man/2/fork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fork -------------------------------------------------------------------------------- /sys/man/2/fprintf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fprintf -------------------------------------------------------------------------------- /sys/man/2/frame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/frame -------------------------------------------------------------------------------- /sys/man/2/frexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/frexp -------------------------------------------------------------------------------- /sys/man/2/fscanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/fscanf -------------------------------------------------------------------------------- /sys/man/2/getenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/getenv -------------------------------------------------------------------------------- /sys/man/2/getfcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/getfcr -------------------------------------------------------------------------------- /sys/man/2/getpid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/getpid -------------------------------------------------------------------------------- /sys/man/2/getuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/getuser -------------------------------------------------------------------------------- /sys/man/2/getwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/getwd -------------------------------------------------------------------------------- /sys/man/2/html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/html -------------------------------------------------------------------------------- /sys/man/2/httpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/httpd -------------------------------------------------------------------------------- /sys/man/2/hypot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/hypot -------------------------------------------------------------------------------- /sys/man/2/intmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/intmap -------------------------------------------------------------------------------- /sys/man/2/ioproc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ioproc -------------------------------------------------------------------------------- /sys/man/2/iounit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/iounit -------------------------------------------------------------------------------- /sys/man/2/ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ip -------------------------------------------------------------------------------- /sys/man/2/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/lock -------------------------------------------------------------------------------- /sys/man/2/mach: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/mach -------------------------------------------------------------------------------- /sys/man/2/malloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/malloc -------------------------------------------------------------------------------- /sys/man/2/matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/matrix -------------------------------------------------------------------------------- /sys/man/2/memdraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/memdraw -------------------------------------------------------------------------------- /sys/man/2/memory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/memory -------------------------------------------------------------------------------- /sys/man/2/mktemp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/mktemp -------------------------------------------------------------------------------- /sys/man/2/mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/mouse -------------------------------------------------------------------------------- /sys/man/2/mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/mp -------------------------------------------------------------------------------- /sys/man/2/muldiv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/muldiv -------------------------------------------------------------------------------- /sys/man/2/nan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/nan -------------------------------------------------------------------------------- /sys/man/2/ndb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ndb -------------------------------------------------------------------------------- /sys/man/2/notify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/notify -------------------------------------------------------------------------------- /sys/man/2/object: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/object -------------------------------------------------------------------------------- /sys/man/2/open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/open -------------------------------------------------------------------------------- /sys/man/2/perror: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/perror -------------------------------------------------------------------------------- /sys/man/2/pipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/pipe -------------------------------------------------------------------------------- /sys/man/2/plumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/plumb -------------------------------------------------------------------------------- /sys/man/2/pmc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/pmc -------------------------------------------------------------------------------- /sys/man/2/pool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/pool -------------------------------------------------------------------------------- /sys/man/2/prime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/prime -------------------------------------------------------------------------------- /sys/man/2/print: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/print -------------------------------------------------------------------------------- /sys/man/2/proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/proto -------------------------------------------------------------------------------- /sys/man/2/pushssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/pushssl -------------------------------------------------------------------------------- /sys/man/2/pushtls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/pushtls -------------------------------------------------------------------------------- /sys/man/2/qball: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/qball -------------------------------------------------------------------------------- /sys/man/2/qsort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/qsort -------------------------------------------------------------------------------- /sys/man/2/quote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/quote -------------------------------------------------------------------------------- /sys/man/2/rand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/rand -------------------------------------------------------------------------------- /sys/man/2/rc4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/rc4 -------------------------------------------------------------------------------- /sys/man/2/read: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/read -------------------------------------------------------------------------------- /sys/man/2/readv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/readv -------------------------------------------------------------------------------- /sys/man/2/regexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/regexp -------------------------------------------------------------------------------- /sys/man/2/remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/remove -------------------------------------------------------------------------------- /sys/man/2/rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/rsa -------------------------------------------------------------------------------- /sys/man/2/rune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/rune -------------------------------------------------------------------------------- /sys/man/2/scsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/scsi -------------------------------------------------------------------------------- /sys/man/2/sechash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/sechash -------------------------------------------------------------------------------- /sys/man/2/seek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/seek -------------------------------------------------------------------------------- /sys/man/2/segbrk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/segbrk -------------------------------------------------------------------------------- /sys/man/2/setjmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/setjmp -------------------------------------------------------------------------------- /sys/man/2/sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/sin -------------------------------------------------------------------------------- /sys/man/2/sinh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/sinh -------------------------------------------------------------------------------- /sys/man/2/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/sleep -------------------------------------------------------------------------------- /sys/man/2/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/stat -------------------------------------------------------------------------------- /sys/man/2/strcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/strcat -------------------------------------------------------------------------------- /sys/man/2/string: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/string -------------------------------------------------------------------------------- /sys/man/2/subfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/subfont -------------------------------------------------------------------------------- /sys/man/2/symbol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/symbol -------------------------------------------------------------------------------- /sys/man/2/thread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/thread -------------------------------------------------------------------------------- /sys/man/2/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/time -------------------------------------------------------------------------------- /sys/man/2/tmpfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/tmpfile -------------------------------------------------------------------------------- /sys/man/2/tsend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/tsend -------------------------------------------------------------------------------- /sys/man/2/upsem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/upsem -------------------------------------------------------------------------------- /sys/man/2/usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/usb -------------------------------------------------------------------------------- /sys/man/2/usbfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/usbfs -------------------------------------------------------------------------------- /sys/man/2/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/venti -------------------------------------------------------------------------------- /sys/man/2/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/wait -------------------------------------------------------------------------------- /sys/man/2/window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/window -------------------------------------------------------------------------------- /sys/man/2/ziop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/ziop -------------------------------------------------------------------------------- /sys/man/2/zioread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/2/zioread -------------------------------------------------------------------------------- /sys/man/3/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/0intro -------------------------------------------------------------------------------- /sys/man/3/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/INDEX -------------------------------------------------------------------------------- /sys/man/3/aoe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/aoe -------------------------------------------------------------------------------- /sys/man/3/apm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/apm -------------------------------------------------------------------------------- /sys/man/3/arch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/arch -------------------------------------------------------------------------------- /sys/man/3/audio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/audio -------------------------------------------------------------------------------- /sys/man/3/bridge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/bridge -------------------------------------------------------------------------------- /sys/man/3/cap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/cap -------------------------------------------------------------------------------- /sys/man/3/cons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/cons -------------------------------------------------------------------------------- /sys/man/3/draw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/draw -------------------------------------------------------------------------------- /sys/man/3/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/dup -------------------------------------------------------------------------------- /sys/man/3/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/env -------------------------------------------------------------------------------- /sys/man/3/ether: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/ether -------------------------------------------------------------------------------- /sys/man/3/flash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/flash -------------------------------------------------------------------------------- /sys/man/3/floppy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/floppy -------------------------------------------------------------------------------- /sys/man/3/fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/fs -------------------------------------------------------------------------------- /sys/man/3/i82365: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/i82365 -------------------------------------------------------------------------------- /sys/man/3/ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/ip -------------------------------------------------------------------------------- /sys/man/3/kbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/kbin -------------------------------------------------------------------------------- /sys/man/3/kbmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/kbmap -------------------------------------------------------------------------------- /sys/man/3/kprof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/kprof -------------------------------------------------------------------------------- /sys/man/3/lpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/lpt -------------------------------------------------------------------------------- /sys/man/3/mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/mnt -------------------------------------------------------------------------------- /sys/man/3/mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/mouse -------------------------------------------------------------------------------- /sys/man/3/pipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/pipe -------------------------------------------------------------------------------- /sys/man/3/pmc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/pmc -------------------------------------------------------------------------------- /sys/man/3/pnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/pnp -------------------------------------------------------------------------------- /sys/man/3/proc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/proc -------------------------------------------------------------------------------- /sys/man/3/regress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/regress -------------------------------------------------------------------------------- /sys/man/3/root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/root -------------------------------------------------------------------------------- /sys/man/3/rtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/rtc -------------------------------------------------------------------------------- /sys/man/3/sd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/sd -------------------------------------------------------------------------------- /sys/man/3/sdahci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/sdahci -------------------------------------------------------------------------------- /sys/man/3/sdaoe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/sdaoe -------------------------------------------------------------------------------- /sys/man/3/segment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/segment -------------------------------------------------------------------------------- /sys/man/3/srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/srv -------------------------------------------------------------------------------- /sys/man/3/ssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/ssl -------------------------------------------------------------------------------- /sys/man/3/tls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/tls -------------------------------------------------------------------------------- /sys/man/3/twsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/twsi -------------------------------------------------------------------------------- /sys/man/3/uart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/uart -------------------------------------------------------------------------------- /sys/man/3/usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/usb -------------------------------------------------------------------------------- /sys/man/3/vga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/vga -------------------------------------------------------------------------------- /sys/man/3/zp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/3/zp -------------------------------------------------------------------------------- /sys/man/4/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/0intro -------------------------------------------------------------------------------- /sys/man/4/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/INDEX -------------------------------------------------------------------------------- /sys/man/4/acme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/acme -------------------------------------------------------------------------------- /sys/man/4/archfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/archfs -------------------------------------------------------------------------------- /sys/man/4/cdfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/cdfs -------------------------------------------------------------------------------- /sys/man/4/cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/cfs -------------------------------------------------------------------------------- /sys/man/4/cifs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/cifs -------------------------------------------------------------------------------- /sys/man/4/creepy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/creepy -------------------------------------------------------------------------------- /sys/man/4/cwfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/cwfs -------------------------------------------------------------------------------- /sys/man/4/dossrv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/dossrv -------------------------------------------------------------------------------- /sys/man/4/execnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/execnet -------------------------------------------------------------------------------- /sys/man/4/ext2srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/ext2srv -------------------------------------------------------------------------------- /sys/man/4/flashfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/flashfs -------------------------------------------------------------------------------- /sys/man/4/fossil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/fossil -------------------------------------------------------------------------------- /sys/man/4/fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/fs -------------------------------------------------------------------------------- /sys/man/4/ftpfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/ftpfs -------------------------------------------------------------------------------- /sys/man/4/import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/import -------------------------------------------------------------------------------- /sys/man/4/iostats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/iostats -------------------------------------------------------------------------------- /sys/man/4/keyfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/keyfs -------------------------------------------------------------------------------- /sys/man/4/kfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/kfs -------------------------------------------------------------------------------- /sys/man/4/lnfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/lnfs -------------------------------------------------------------------------------- /sys/man/4/mntgen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/mntgen -------------------------------------------------------------------------------- /sys/man/4/nfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/nfs -------------------------------------------------------------------------------- /sys/man/4/nntpfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/nntpfs -------------------------------------------------------------------------------- /sys/man/4/paqfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/paqfs -------------------------------------------------------------------------------- /sys/man/4/plumber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/plumber -------------------------------------------------------------------------------- /sys/man/4/ramfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/ramfs -------------------------------------------------------------------------------- /sys/man/4/ratfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/ratfs -------------------------------------------------------------------------------- /sys/man/4/rdbfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/rdbfs -------------------------------------------------------------------------------- /sys/man/4/rio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/rio -------------------------------------------------------------------------------- /sys/man/4/sacfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/sacfs -------------------------------------------------------------------------------- /sys/man/4/snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/snap -------------------------------------------------------------------------------- /sys/man/4/srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/srv -------------------------------------------------------------------------------- /sys/man/4/ssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/ssh -------------------------------------------------------------------------------- /sys/man/4/tapefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/tapefs -------------------------------------------------------------------------------- /sys/man/4/telco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/telco -------------------------------------------------------------------------------- /sys/man/4/trfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/trfs -------------------------------------------------------------------------------- /sys/man/4/u9fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/u9fs -------------------------------------------------------------------------------- /sys/man/4/upasfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/upasfs -------------------------------------------------------------------------------- /sys/man/4/usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/usb -------------------------------------------------------------------------------- /sys/man/4/usbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/usbd -------------------------------------------------------------------------------- /sys/man/4/vacfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/vacfs -------------------------------------------------------------------------------- /sys/man/4/webfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/webfs -------------------------------------------------------------------------------- /sys/man/4/wikifs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/4/wikifs -------------------------------------------------------------------------------- /sys/man/5/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/0intro -------------------------------------------------------------------------------- /sys/man/5/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/INDEX -------------------------------------------------------------------------------- /sys/man/5/attach: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/attach -------------------------------------------------------------------------------- /sys/man/5/clunk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/clunk -------------------------------------------------------------------------------- /sys/man/5/error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/error -------------------------------------------------------------------------------- /sys/man/5/flush: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/flush -------------------------------------------------------------------------------- /sys/man/5/open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/open -------------------------------------------------------------------------------- /sys/man/5/read: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/read -------------------------------------------------------------------------------- /sys/man/5/remove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/remove -------------------------------------------------------------------------------- /sys/man/5/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/stat -------------------------------------------------------------------------------- /sys/man/5/version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/version -------------------------------------------------------------------------------- /sys/man/5/walk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/5/walk -------------------------------------------------------------------------------- /sys/man/6/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/0intro -------------------------------------------------------------------------------- /sys/man/6/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/INDEX -------------------------------------------------------------------------------- /sys/man/6/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/a.out -------------------------------------------------------------------------------- /sys/man/6/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/ar -------------------------------------------------------------------------------- /sys/man/6/authsrv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/authsrv -------------------------------------------------------------------------------- /sys/man/6/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/color -------------------------------------------------------------------------------- /sys/man/6/face: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/face -------------------------------------------------------------------------------- /sys/man/6/font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/font -------------------------------------------------------------------------------- /sys/man/6/image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/image -------------------------------------------------------------------------------- /sys/man/6/man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/man -------------------------------------------------------------------------------- /sys/man/6/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/map -------------------------------------------------------------------------------- /sys/man/6/mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/mhtml -------------------------------------------------------------------------------- /sys/man/6/ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/ms -------------------------------------------------------------------------------- /sys/man/6/ndb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/ndb -------------------------------------------------------------------------------- /sys/man/6/plot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/plot -------------------------------------------------------------------------------- /sys/man/6/plumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/plumb -------------------------------------------------------------------------------- /sys/man/6/regexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/regexp -------------------------------------------------------------------------------- /sys/man/6/rewrite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/rewrite -------------------------------------------------------------------------------- /sys/man/6/smtpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/smtpd -------------------------------------------------------------------------------- /sys/man/6/snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/snap -------------------------------------------------------------------------------- /sys/man/6/style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/style -------------------------------------------------------------------------------- /sys/man/6/users: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/users -------------------------------------------------------------------------------- /sys/man/6/utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/utf -------------------------------------------------------------------------------- /sys/man/6/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/venti -------------------------------------------------------------------------------- /sys/man/6/vgadb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/6/vgadb -------------------------------------------------------------------------------- /sys/man/7/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/0intro -------------------------------------------------------------------------------- /sys/man/7/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/INDEX -------------------------------------------------------------------------------- /sys/man/7/astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/astro -------------------------------------------------------------------------------- /sys/man/7/dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/dict -------------------------------------------------------------------------------- /sys/man/7/juke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/juke -------------------------------------------------------------------------------- /sys/man/7/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/map -------------------------------------------------------------------------------- /sys/man/7/scat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/7/scat -------------------------------------------------------------------------------- /sys/man/8/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/0intro -------------------------------------------------------------------------------- /sys/man/8/6in4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/6in4 -------------------------------------------------------------------------------- /sys/man/8/9load: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/9load -------------------------------------------------------------------------------- /sys/man/8/9pcon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/9pcon -------------------------------------------------------------------------------- /sys/man/8/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/INDEX -------------------------------------------------------------------------------- /sys/man/8/aan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/aan -------------------------------------------------------------------------------- /sys/man/8/apm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/apm -------------------------------------------------------------------------------- /sys/man/8/auth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/auth -------------------------------------------------------------------------------- /sys/man/8/backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/backup -------------------------------------------------------------------------------- /sys/man/8/boot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/boot -------------------------------------------------------------------------------- /sys/man/8/booting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/booting -------------------------------------------------------------------------------- /sys/man/8/cec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/cec -------------------------------------------------------------------------------- /sys/man/8/cpurc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/cpurc -------------------------------------------------------------------------------- /sys/man/8/cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/cron -------------------------------------------------------------------------------- /sys/man/8/dhcpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/dhcpd -------------------------------------------------------------------------------- /sys/man/8/disksim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/disksim -------------------------------------------------------------------------------- /sys/man/8/fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/fs -------------------------------------------------------------------------------- /sys/man/8/fshalt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/fshalt -------------------------------------------------------------------------------- /sys/man/8/gpsfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/gpsfs -------------------------------------------------------------------------------- /sys/man/8/httpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/httpd -------------------------------------------------------------------------------- /sys/man/8/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/init -------------------------------------------------------------------------------- /sys/man/8/ipserv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/ipserv -------------------------------------------------------------------------------- /sys/man/8/kfscmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/kfscmd -------------------------------------------------------------------------------- /sys/man/8/listen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/listen -------------------------------------------------------------------------------- /sys/man/8/lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/lp -------------------------------------------------------------------------------- /sys/man/8/mk9660: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/mk9660 -------------------------------------------------------------------------------- /sys/man/8/mkfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/mkfs -------------------------------------------------------------------------------- /sys/man/8/mkpaqfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/mkpaqfs -------------------------------------------------------------------------------- /sys/man/8/mksacfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/mksacfs -------------------------------------------------------------------------------- /sys/man/8/mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/mouse -------------------------------------------------------------------------------- /sys/man/8/na: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/na -------------------------------------------------------------------------------- /sys/man/8/ndb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/ndb -------------------------------------------------------------------------------- /sys/man/8/newuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/newuser -------------------------------------------------------------------------------- /sys/man/8/partfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/partfs -------------------------------------------------------------------------------- /sys/man/8/pci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/pci -------------------------------------------------------------------------------- /sys/man/8/pcmcia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/pcmcia -------------------------------------------------------------------------------- /sys/man/8/pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/pem -------------------------------------------------------------------------------- /sys/man/8/ping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/ping -------------------------------------------------------------------------------- /sys/man/8/pop3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/pop3 -------------------------------------------------------------------------------- /sys/man/8/ppp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/ppp -------------------------------------------------------------------------------- /sys/man/8/prep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/prep -------------------------------------------------------------------------------- /sys/man/8/qer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/qer -------------------------------------------------------------------------------- /sys/man/8/realemu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/realemu -------------------------------------------------------------------------------- /sys/man/8/reboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/reboot -------------------------------------------------------------------------------- /sys/man/8/replica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/replica -------------------------------------------------------------------------------- /sys/man/8/rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/rsa -------------------------------------------------------------------------------- /sys/man/8/scuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/scuzz -------------------------------------------------------------------------------- /sys/man/8/send: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/send -------------------------------------------------------------------------------- /sys/man/8/smtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/smtp -------------------------------------------------------------------------------- /sys/man/8/snoopy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/snoopy -------------------------------------------------------------------------------- /sys/man/8/stats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/stats -------------------------------------------------------------------------------- /sys/man/8/stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/stub -------------------------------------------------------------------------------- /sys/man/8/swap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/swap -------------------------------------------------------------------------------- /sys/man/8/tlssrv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/tlssrv -------------------------------------------------------------------------------- /sys/man/8/udpecho: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/udpecho -------------------------------------------------------------------------------- /sys/man/8/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/update -------------------------------------------------------------------------------- /sys/man/8/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/venti -------------------------------------------------------------------------------- /sys/man/8/vga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/vga -------------------------------------------------------------------------------- /sys/man/8/wol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/8/wol -------------------------------------------------------------------------------- /sys/man/9/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/0intro -------------------------------------------------------------------------------- /sys/man/9/NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/NOTICE -------------------------------------------------------------------------------- /sys/man/9/allocb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/allocb -------------------------------------------------------------------------------- /sys/man/9/conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/conf -------------------------------------------------------------------------------- /sys/man/9/delay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/delay -------------------------------------------------------------------------------- /sys/man/9/dmainit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/dmainit -------------------------------------------------------------------------------- /sys/man/9/error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/error -------------------------------------------------------------------------------- /sys/man/9/eve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/eve -------------------------------------------------------------------------------- /sys/man/9/inb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/inb -------------------------------------------------------------------------------- /sys/man/9/kbdputc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/kbdputc -------------------------------------------------------------------------------- /sys/man/9/kproc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/kproc -------------------------------------------------------------------------------- /sys/man/9/lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/lib -------------------------------------------------------------------------------- /sys/man/9/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/lock -------------------------------------------------------------------------------- /sys/man/9/malloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/malloc -------------------------------------------------------------------------------- /sys/man/9/newchan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/newchan -------------------------------------------------------------------------------- /sys/man/9/panic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/panic -------------------------------------------------------------------------------- /sys/man/9/qio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/qio -------------------------------------------------------------------------------- /sys/man/9/qlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/qlock -------------------------------------------------------------------------------- /sys/man/9/readnum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/readnum -------------------------------------------------------------------------------- /sys/man/9/ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/ref -------------------------------------------------------------------------------- /sys/man/9/seconds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/seconds -------------------------------------------------------------------------------- /sys/man/9/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/sleep -------------------------------------------------------------------------------- /sys/man/9/splhi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/splhi -------------------------------------------------------------------------------- /sys/man/9/xalloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/9/xalloc -------------------------------------------------------------------------------- /sys/man/fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/fonts -------------------------------------------------------------------------------- /sys/man/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/man/mkfile -------------------------------------------------------------------------------- /sys/src/9/bitsy/sd.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/src/9/bitsy/wavelan.h: -------------------------------------------------------------------------------- 1 | #include "../pc/wavelan.h" 2 | -------------------------------------------------------------------------------- /sys/src/9/ip/ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/ip/ip.c -------------------------------------------------------------------------------- /sys/src/9/ip/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/ip/ip.h -------------------------------------------------------------------------------- /sys/src/9/kw/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/kw/io.h -------------------------------------------------------------------------------- /sys/src/9/kw/l.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/kw/l.s -------------------------------------------------------------------------------- /sys/src/9/kw/nvram: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /sys/src/9/kw/plug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/kw/plug -------------------------------------------------------------------------------- /sys/src/9/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/mkfile -------------------------------------------------------------------------------- /sys/src/9/mtx/l.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/mtx/l.s -------------------------------------------------------------------------------- /sys/src/9/mtx/mtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/mtx/mtx -------------------------------------------------------------------------------- /sys/src/9/omap/nvram: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /sys/src/9/pc/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/io.h -------------------------------------------------------------------------------- /sys/src/9/pc/l.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/l.s -------------------------------------------------------------------------------- /sys/src/9/pc/mp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/mp.c -------------------------------------------------------------------------------- /sys/src/9/pc/mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/mp.h -------------------------------------------------------------------------------- /sys/src/9/pc/pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/pc -------------------------------------------------------------------------------- /sys/src/9/pc/pccd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/pccd -------------------------------------------------------------------------------- /sys/src/9/pc/pcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/pcf -------------------------------------------------------------------------------- /sys/src/9/pc/pcfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/pc/pcfs -------------------------------------------------------------------------------- /sys/src/9/ppc/l.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/ppc/l.s -------------------------------------------------------------------------------- /sys/src/9/ppc/ucu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/9/ppc/ucu -------------------------------------------------------------------------------- /sys/src/ape/cmd/patch/patchlevel.h: -------------------------------------------------------------------------------- 1 | #define PATCH_VERSION "2.1" 2 | -------------------------------------------------------------------------------- /sys/src/ape/lib/ap/plan9/9errstr.c: -------------------------------------------------------------------------------- 1 | #include "sys9.h" 2 | 3 | int 4 | _ERRSTR( -------------------------------------------------------------------------------- /sys/src/ape/lib/bsd/endhostent.c: -------------------------------------------------------------------------------- 1 | void 2 | endhostent(void) 3 | { 4 | } 5 | -------------------------------------------------------------------------------- /sys/src/cmd/aan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/aan.c -------------------------------------------------------------------------------- /sys/src/cmd/ar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/ar.c -------------------------------------------------------------------------------- /sys/src/cmd/aux/lis: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | aux/listen -t /sys/src/cmd/aux tcp 3 | -------------------------------------------------------------------------------- /sys/src/cmd/aux/mnihongo/tmac.nihongo: -------------------------------------------------------------------------------- 1 | .pi /bin/aux/mnihongo 2 | -------------------------------------------------------------------------------- /sys/src/cmd/aux/unlock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/src/cmd/awd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/awd.c -------------------------------------------------------------------------------- /sys/src/cmd/bc.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/bc.y -------------------------------------------------------------------------------- /sys/src/cmd/bzip2/PROVENANCE: -------------------------------------------------------------------------------- 1 | http://sourceware.cygnus.com/bzip2/index.html 2 | -------------------------------------------------------------------------------- /sys/src/cmd/cal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/cal.c -------------------------------------------------------------------------------- /sys/src/cmd/cat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/cat.c -------------------------------------------------------------------------------- /sys/src/cmd/cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/cmp.c -------------------------------------------------------------------------------- /sys/src/cmd/col.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/col.c -------------------------------------------------------------------------------- /sys/src/cmd/cp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/cp.c -------------------------------------------------------------------------------- /sys/src/cmd/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/cpu.c -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/choline/mkfile: -------------------------------------------------------------------------------- 1 | MKSHELL=rc 2 | FS=choline 3 | <../portmkfile 4 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/cwfs/mkfile: -------------------------------------------------------------------------------- 1 | MKSHELL=rc 2 | FS='' 3 | <../portmkfile 4 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/emelie/map.w2-w0: -------------------------------------------------------------------------------- 1 | w2 w0 2 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/emelie/mkfile: -------------------------------------------------------------------------------- 1 | MKSHELL=rc 2 | FS=.emelie 3 | <../portmkfile 4 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/fs/mkfile: -------------------------------------------------------------------------------- 1 | MKSHELL=rc 2 | FS=fs 3 | <../portmkfile 4 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/fs64/mkfile: -------------------------------------------------------------------------------- 1 | MKSHELL=rc 2 | FS=.fs64 3 | <../portmkfile 4 | -------------------------------------------------------------------------------- /sys/src/cmd/dc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/dc.c -------------------------------------------------------------------------------- /sys/src/cmd/dd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/dd.c -------------------------------------------------------------------------------- /sys/src/cmd/du.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/du.c -------------------------------------------------------------------------------- /sys/src/cmd/ecp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/ecp.c -------------------------------------------------------------------------------- /sys/src/cmd/ed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/ed.c -------------------------------------------------------------------------------- /sys/src/cmd/fcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/fcp.c -------------------------------------------------------------------------------- /sys/src/cmd/fmt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/fmt.c -------------------------------------------------------------------------------- /sys/src/cmd/ip/httpd/webls.denied: -------------------------------------------------------------------------------- 1 | .* 2 | -------------------------------------------------------------------------------- /sys/src/cmd/ip/rtcp/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/src/cmd/ip/snoopy/pppoe_sess.c: -------------------------------------------------------------------------------- 1 | /* placeholder; see pppoe_disc.c */ 2 | -------------------------------------------------------------------------------- /sys/src/cmd/ip/snoopy/rarp.c: -------------------------------------------------------------------------------- 1 | /* place holder, this stuff is really in arp.c */ 2 | -------------------------------------------------------------------------------- /sys/src/cmd/ls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/ls.c -------------------------------------------------------------------------------- /sys/src/cmd/mc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/mc.c -------------------------------------------------------------------------------- /sys/src/cmd/mklib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/mklib -------------------------------------------------------------------------------- /sys/src/cmd/mkone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/mkone -------------------------------------------------------------------------------- /sys/src/cmd/mug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/mug.c -------------------------------------------------------------------------------- /sys/src/cmd/mv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/mv.c -------------------------------------------------------------------------------- /sys/src/cmd/nfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/nfs.c -------------------------------------------------------------------------------- /sys/src/cmd/nm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/nm.c -------------------------------------------------------------------------------- /sys/src/cmd/ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/ns.c -------------------------------------------------------------------------------- /sys/src/cmd/p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/p.c -------------------------------------------------------------------------------- /sys/src/cmd/pbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/pbd.c -------------------------------------------------------------------------------- /sys/src/cmd/pcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/pcc.c -------------------------------------------------------------------------------- /sys/src/cmd/pr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/pr.c -------------------------------------------------------------------------------- /sys/src/cmd/ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/ps.c -------------------------------------------------------------------------------- /sys/src/cmd/pwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/pwd.c -------------------------------------------------------------------------------- /sys/src/cmd/rm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/rm.c -------------------------------------------------------------------------------- /sys/src/cmd/rx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/rx.c -------------------------------------------------------------------------------- /sys/src/cmd/sed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/sed.c -------------------------------------------------------------------------------- /sys/src/cmd/seq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/seq.c -------------------------------------------------------------------------------- /sys/src/cmd/sh.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/sh.C -------------------------------------------------------------------------------- /sys/src/cmd/srv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/srv.c -------------------------------------------------------------------------------- /sys/src/cmd/sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/sum.c -------------------------------------------------------------------------------- /sys/src/cmd/tar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/tar.c -------------------------------------------------------------------------------- /sys/src/cmd/tee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/tee.c -------------------------------------------------------------------------------- /sys/src/cmd/tr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/tr.c -------------------------------------------------------------------------------- /sys/src/cmd/unix/drawterm/bin/.shutuphg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/src/cmd/unix/drawterm/include/x: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/src/cmd/wc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/wc.c -------------------------------------------------------------------------------- /sys/src/cmd/xd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/cmd/xd.c -------------------------------------------------------------------------------- /sys/src/libc/68000/sqrt.s: -------------------------------------------------------------------------------- 1 | TEXT sqrt(SB),$0 2 | FSQRTD a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libc/68020/68881/cos.s: -------------------------------------------------------------------------------- 1 | TEXT cos(SB),$0 2 | FCOSD a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libc/68020/68881/exp.s: -------------------------------------------------------------------------------- 1 | TEXT exp(SB),$0 2 | FETOXD a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libc/68020/68881/log.s: -------------------------------------------------------------------------------- 1 | TEXT log(SB),$0 2 | FLOGND a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libc/68020/68881/sin.s: -------------------------------------------------------------------------------- 1 | TEXT sin(SB),$0 2 | FSIND a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libc/68020/68881/tan.s: -------------------------------------------------------------------------------- 1 | TEXT tan(SB),$0 2 | FTAND a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libc/68020/sqrt.s: -------------------------------------------------------------------------------- 1 | TEXT sqrt(SB),$0 2 | FSQRTD a+0(FP),F0 3 | RTS 4 | -------------------------------------------------------------------------------- /sys/src/libmp/power/placeholder.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/src/libthread/xincarm.c: -------------------------------------------------------------------------------- 1 | #include "xincport.h" 2 | -------------------------------------------------------------------------------- /sys/src/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/sys/src/mkfile -------------------------------------------------------------------------------- /sys/src/nxm/k10/root/tcp17010: -------------------------------------------------------------------------------- 1 | #!/bin/cpu -N -R 2 | -------------------------------------------------------------------------------- /sys/src/nxm/root/tcp564: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec exportfs -r / 3 | -------------------------------------------------------------------------------- /util/6a/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6a/BUILD -------------------------------------------------------------------------------- /util/6a/a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6a/a.h -------------------------------------------------------------------------------- /util/6a/a.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6a/a.y -------------------------------------------------------------------------------- /util/6a/lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6a/lex.c -------------------------------------------------------------------------------- /util/6a/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6a/mkfile -------------------------------------------------------------------------------- /util/6c/6.out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/6.out.h -------------------------------------------------------------------------------- /util/6c/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/BUILD -------------------------------------------------------------------------------- /util/6c/cgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/cgen.c -------------------------------------------------------------------------------- /util/6c/div.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/div.c -------------------------------------------------------------------------------- /util/6c/enam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/enam.c -------------------------------------------------------------------------------- /util/6c/gc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/gc.h -------------------------------------------------------------------------------- /util/6c/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/list.c -------------------------------------------------------------------------------- /util/6c/machcap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/machcap.c -------------------------------------------------------------------------------- /util/6c/mkenam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/mkenam -------------------------------------------------------------------------------- /util/6c/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/mkfile -------------------------------------------------------------------------------- /util/6c/mul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/mul.c -------------------------------------------------------------------------------- /util/6c/peep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/peep.c -------------------------------------------------------------------------------- /util/6c/reg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/reg.c -------------------------------------------------------------------------------- /util/6c/sgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/sgen.c -------------------------------------------------------------------------------- /util/6c/swt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/swt.c -------------------------------------------------------------------------------- /util/6c/txt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6c/txt.c -------------------------------------------------------------------------------- /util/6l/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/BUILD -------------------------------------------------------------------------------- /util/6l/asm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/asm.c -------------------------------------------------------------------------------- /util/6l/compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/compat.c -------------------------------------------------------------------------------- /util/6l/l.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/l.h -------------------------------------------------------------------------------- /util/6l/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/list.c -------------------------------------------------------------------------------- /util/6l/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/mkfile -------------------------------------------------------------------------------- /util/6l/obj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/obj.c -------------------------------------------------------------------------------- /util/6l/optab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/optab.c -------------------------------------------------------------------------------- /util/6l/pass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/pass.c -------------------------------------------------------------------------------- /util/6l/span.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/6l/span.c -------------------------------------------------------------------------------- /util/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/BUILD -------------------------------------------------------------------------------- /util/cc/acid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/acid.c -------------------------------------------------------------------------------- /util/cc/bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/bits.c -------------------------------------------------------------------------------- /util/cc/c99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/c99 -------------------------------------------------------------------------------- /util/cc/cc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/cc.h -------------------------------------------------------------------------------- /util/cc/cc.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/cc.y -------------------------------------------------------------------------------- /util/cc/com.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/com.c -------------------------------------------------------------------------------- /util/cc/com64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/com64.c -------------------------------------------------------------------------------- /util/cc/compat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/compat -------------------------------------------------------------------------------- /util/cc/compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/compat.c -------------------------------------------------------------------------------- /util/cc/dcl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/dcl.c -------------------------------------------------------------------------------- /util/cc/dpchk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/dpchk.c -------------------------------------------------------------------------------- /util/cc/funct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/funct.c -------------------------------------------------------------------------------- /util/cc/lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/lex.c -------------------------------------------------------------------------------- /util/cc/lexbody: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/lexbody -------------------------------------------------------------------------------- /util/cc/mac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/mac.c -------------------------------------------------------------------------------- /util/cc/macbody: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/macbody -------------------------------------------------------------------------------- /util/cc/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/mkfile -------------------------------------------------------------------------------- /util/cc/pgen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/pgen.c -------------------------------------------------------------------------------- /util/cc/pickle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/pickle.c -------------------------------------------------------------------------------- /util/cc/pswt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/pswt.c -------------------------------------------------------------------------------- /util/cc/scon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/scon.c -------------------------------------------------------------------------------- /util/cc/sub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cc/sub.c -------------------------------------------------------------------------------- /util/cpp/cpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/cpp.c -------------------------------------------------------------------------------- /util/cpp/cpp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/cpp.h -------------------------------------------------------------------------------- /util/cpp/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/eval.c -------------------------------------------------------------------------------- /util/cpp/lex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/lex.c -------------------------------------------------------------------------------- /util/cpp/macro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/macro.c -------------------------------------------------------------------------------- /util/cpp/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/mkfile -------------------------------------------------------------------------------- /util/cpp/nlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/nlist.c -------------------------------------------------------------------------------- /util/cpp/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/test.c -------------------------------------------------------------------------------- /util/cpp/tokens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/cpp/tokens.c -------------------------------------------------------------------------------- /util/mksys.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/mksys.go -------------------------------------------------------------------------------- /util/pcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/pcc.c -------------------------------------------------------------------------------- /util/wrkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/util/wrkey.c -------------------------------------------------------------------------------- /xbin/.keepme: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /xbin/membername: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/xbin/membername -------------------------------------------------------------------------------- /xbin/mksys.plan9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rminnich/NxM/HEAD/xbin/mksys.plan9 --------------------------------------------------------------------------------