├── 386 ├── bin │ ├── ape │ │ └── psh │ ├── auth │ │ ├── disable │ │ ├── enable │ │ └── status │ ├── aux │ │ ├── cropmarks │ │ ├── grabit │ │ ├── hardcopy │ │ └── vmware │ ├── bitsy │ │ └── light │ ├── disk │ │ ├── ksync │ │ └── mk9660 │ ├── fossil │ │ └── conf │ ├── replica │ │ ├── changes │ │ ├── pull │ │ ├── push │ │ ├── scan │ │ └── setupdirs │ ├── upas │ │ ├── isspam │ │ ├── msgcat │ │ ├── spam │ │ └── unspam │ ├── usb │ │ ├── probe │ │ └── usbfat: │ └── venti │ │ └── conf ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h └── mkfile ├── LICENSE ├── LICENSE.afpl ├── LICENSE.gpl ├── NOTICE ├── acme ├── acid │ ├── Acid │ └── guide ├── bin │ ├── Battery │ ├── Isspam │ ├── Mail │ ├── Perl │ ├── README │ ├── Spam │ ├── Unspam │ ├── adiff │ ├── agrep │ ├── ap │ ├── aspell │ ├── guide │ ├── ind │ ├── new │ ├── quote │ ├── source │ │ ├── acd │ │ │ ├── README │ │ │ ├── access │ │ │ ├── acd.h │ │ │ ├── acme.c │ │ │ ├── cddb │ │ │ ├── cddb.c │ │ │ ├── cddbproto │ │ │ ├── discid │ │ │ ├── mailinglist │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── mmc.c │ │ │ ├── outline │ │ │ ├── submit │ │ │ ├── toc.c │ │ │ ├── util.c │ │ │ └── win.c │ │ ├── adict │ │ │ ├── adict.c │ │ │ ├── adict.h │ │ │ ├── man │ │ │ ├── mkfile │ │ │ ├── win.c │ │ │ └── win.h │ │ ├── mkfile │ │ ├── mkwnew.c │ │ ├── spout.c │ │ └── win │ │ │ ├── dat.h │ │ │ ├── fs.c │ │ │ ├── main.c │ │ │ ├── mkfile │ │ │ ├── pipe.c │ │ │ ├── util.c │ │ │ └── win.c │ ├── unind │ └── wnew ├── mail │ ├── guide │ ├── mkbox │ ├── readme │ └── src │ │ ├── dat.h │ │ ├── html.c │ │ ├── mail.c │ │ ├── mesg.c │ │ ├── mkfile │ │ ├── reply.c │ │ ├── util.c │ │ └── win.c ├── mkfile ├── news │ ├── guide │ └── src │ │ ├── mkfile │ │ ├── news.c │ │ ├── util.c │ │ ├── win.c │ │ └── win.h └── wiki │ ├── guide │ ├── src │ ├── awiki.h │ ├── main.c │ ├── mkfile │ ├── util.c │ ├── wiki.c │ └── win.c │ └── wiki.diff ├── adm ├── cache ├── keys.who ├── netkeys.who ├── timezone │ ├── Argentina │ ├── Australia_ACT │ ├── Australia_Broken-Hill │ ├── Australia_LHI │ ├── Australia_NSW │ ├── Australia_North │ ├── Australia_Queensland │ ├── Australia_South │ ├── Australia_Sturt │ ├── Australia_Tasmania │ ├── Australia_Victoria │ ├── Australia_West │ ├── Australia_Yancowinna │ ├── Brazil_Acre │ ├── Brazil_DeNoronha │ ├── Brazil_East │ ├── Brazil_West │ ├── CET │ ├── Canada_Atlantic │ ├── Canada_Central │ ├── Canada_East-Saskatchewan │ ├── Canada_Eastern │ ├── Canada_Mountain │ ├── Canada_Newfoundland │ ├── Canada_Pacific │ ├── Canada_Yukon │ ├── Chile_Continental │ ├── Chile_EasterIsland │ ├── Cuba │ ├── EET │ ├── Egypt │ ├── GB-Eire │ ├── GMT │ ├── HST │ ├── Hongkong │ ├── Iceland │ ├── Iran │ ├── Israel │ ├── Jamaica │ ├── Japan │ ├── Libya │ ├── Mexico_BajaNorte │ ├── Mexico_BajaSur │ ├── Mexico_General │ ├── NZ │ ├── NZ_CHAT │ ├── Navajo │ ├── PRC │ ├── Poland │ ├── README │ ├── ROC │ ├── ROK │ ├── Singapore │ ├── Turkey │ ├── US_Alaska │ ├── US_Arizona │ ├── US_Central │ ├── US_East-Indiana │ ├── US_Eastern │ ├── US_Hawaii │ ├── US_Michigan │ ├── US_Mountain │ ├── US_Pacific │ ├── US_Yukon │ ├── Uruguay │ ├── W-SU │ ├── WET │ └── local ├── users └── whois ├── amd64 ├── include │ ├── u.h │ └── ureg.h └── mkfile ├── arm ├── bin │ └── ape │ │ └── psh ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h ├── inflate └── mkfile ├── cfg ├── example │ ├── consoledb │ ├── cpurc │ ├── namespace │ └── termrc └── pxe │ ├── example-kw │ ├── example-omap │ ├── example-pi │ └── example-pxa ├── cron ├── sys │ └── cron └── upas │ └── cron ├── dist └── replica │ ├── _plan9.db │ ├── binary │ ├── cd │ ├── from-scratch │ ├── plan9.db │ └── plan9.log │ ├── inst │ ├── kfs │ ├── network │ ├── plan9.compressed.db │ ├── plan9.compressed.log │ ├── plan9.db │ ├── plan9.log │ ├── plan9.proto │ ├── plan9binary.db │ ├── plan9binary.log │ ├── plan9binary.proto │ └── proto2 ├── lib ├── areacodes ├── bunny.bit ├── cmap │ ├── 9 │ ├── 5.oclock.shado │ ├── 559.56 │ ├── bbmap │ ├── brass │ ├── brass2 │ ├── c7291.56 │ ├── doom │ ├── grosse │ ├── grosse.255 │ ├── planet │ ├── psych.1 │ ├── rae0 │ ├── rgbstripe │ ├── rgbv │ ├── rgbv-eric │ ├── rgbv-gamma1.22 │ ├── rgbv-gamma1.6 │ ├── rgbv7 │ ├── stripe1 │ ├── stripe1.5 │ ├── stripe2 │ ├── yuv │ └── yuvmap ├── constitution ├── dicewords ├── dict │ ├── README.pgw │ └── README.roget ├── face │ ├── .machinelist │ ├── 48x48x1 │ │ ├── .dict │ │ ├── a │ │ │ ├── acsnet.1 │ │ │ ├── adb.1 │ │ │ ├── adm.1 │ │ │ ├── andrew.1 │ │ │ └── ap.1 │ │ ├── b │ │ │ ├── bart.1 │ │ │ ├── bin.2 │ │ │ ├── bobf.1 │ │ │ ├── boyd.1 │ │ │ ├── bs.1 │ │ │ └── bwk.1 │ │ ├── c │ │ │ ├── cad.1 │ │ │ ├── ches.1 │ │ │ ├── circuitboard.1 │ │ │ └── cow.1 │ │ ├── d │ │ │ ├── daemon.1 │ │ │ ├── dectalk.1 │ │ │ ├── dmg.1 │ │ │ ├── dmr.1 │ │ │ └── doug.2 │ │ ├── e │ │ │ ├── ehg.1 │ │ │ └── esperanto-request.1 │ │ ├── f │ │ │ └── faces-request.1 │ │ ├── g │ │ │ ├── games-request.1 │ │ │ ├── games.1 │ │ │ └── gerard.1 │ │ ├── h │ │ │ ├── hobby.1 │ │ │ └── howard.1 │ │ ├── i │ │ │ ├── info-andrew-request.1 │ │ │ └── info-futures-request.1 │ │ ├── j │ │ │ ├── jmck.1 │ │ │ └── judy.1 │ │ ├── k │ │ │ ├── kahrs.1 │ │ │ └── ken.1 │ │ ├── l │ │ │ ├── llc.1 │ │ │ ├── love-hounds-request.1 │ │ │ └── lp.1 │ │ ├── m │ │ │ ├── mailer-daemon.1 │ │ │ ├── mailq.1 │ │ │ ├── ml-connectionists-request.1 │ │ │ └── mt.1 │ │ ├── n │ │ │ ├── news.1 │ │ │ └── noface.1 │ │ ├── p │ │ │ ├── perl-users-request.1 │ │ │ ├── pg.1 │ │ │ ├── philw.1 │ │ │ ├── pjw.1 │ │ │ ├── postmaster.1 │ │ │ ├── postmaster.2 │ │ │ ├── presotto.1 │ │ │ └── printer.1 │ │ ├── q │ │ │ └── question.1 │ │ ├── r │ │ │ ├── rob.2 │ │ │ ├── root.1 │ │ │ ├── root.2 │ │ │ └── rotary.1 │ │ ├── s │ │ │ ├── sean.1 │ │ │ ├── seanq.1 │ │ │ ├── security-request.1 │ │ │ └── sys.1 │ │ ├── t │ │ │ ├── td.1 │ │ │ ├── tom.1 │ │ │ ├── transistor.1 │ │ │ └── traveller-request.1 │ │ ├── u │ │ │ ├── u.aibn54.mpifr-bonn.mpg.de │ │ │ ├── u.babsy.mpifr-bonn.mpg.de │ │ │ ├── unicode-request.1 │ │ │ ├── unknown.aaai.org │ │ │ ├── unknown.acsnet │ │ │ ├── unknown.adobe.com │ │ │ ├── unknown.aero.org │ │ │ ├── unknown.ai.mit.edu │ │ │ ├── unknown.alliant.com │ │ │ ├── unknown.anl.gov │ │ │ ├── unknown.aol.com │ │ │ ├── unknown.apex.com │ │ │ ├── unknown.apollo.com │ │ │ ├── unknown.apple.com │ │ │ ├── unknown.ar │ │ │ ├── unknown.at │ │ │ ├── unknown.athena.mit.edu │ │ │ ├── unknown.au │ │ │ ├── unknown.auspex.com │ │ │ ├── unknown.austek.oz.au │ │ │ ├── unknown.bbn.com │ │ │ ├── unknown.be │ │ │ ├── unknown.bellcore.com │ │ │ ├── unknown.berkeley.edu │ │ │ ├── unknown.bloomington.in.us │ │ │ ├── unknown.br │ │ │ ├── unknown.brown.edu │ │ │ ├── unknown.byu.edu │ │ │ ├── unknown.ca │ │ │ ├── unknown.cadence.com │ │ │ ├── unknown.caltech.edu │ │ │ ├── unknown.cci.com │ │ │ ├── unknown.cdc.com │ │ │ ├── unknown.cec.cmu.edu │ │ │ ├── unknown.ch │ │ │ ├── unknown.chorus.com │ │ │ ├── unknown.cl │ │ │ ├── unknown.clarinet.com │ │ │ ├── unknown.cmu.edu │ │ │ ├── unknown.cogsci.indiana.edu │ │ │ ├── unknown.columbia.edu │ │ │ ├── unknown.com │ │ │ ├── unknown.commodore.com │ │ │ ├── unknown.convex.com │ │ │ ├── unknown.cr │ │ │ ├── unknown.cray.com │ │ │ ├── unknown.cs │ │ │ ├── unknown.cs.cmu.edu │ │ │ ├── unknown.cs.indiana.edu │ │ │ ├── unknown.cs.uiuc.edu │ │ │ ├── unknown.csiro.au │ │ │ ├── unknown.dartmouth.edu │ │ │ ├── unknown.de │ │ │ ├── unknown.dec.com │ │ │ ├── unknown.dell.com │ │ │ ├── unknown.dg.com │ │ │ ├── unknown.dk │ │ │ ├── unknown.dmr.com │ │ │ ├── unknown.duke.edu │ │ │ ├── unknown.dupont.com │ │ │ ├── unknown.ecn.purdue.edu │ │ │ ├── unknown.edu │ │ │ ├── unknown.eff.org │ │ │ ├── unknown.emulex.com │ │ │ ├── unknown.encore.com │ │ │ ├── unknown.eos.com │ │ │ ├── unknown.epfl.ch │ │ │ ├── unknown.epoch.com │ │ │ ├── unknown.ericsson.com │ │ │ ├── unknown.es │ │ │ ├── unknown.eth │ │ │ ├── unknown.eu.net │ │ │ ├── unknown.europarc.xerox.com │ │ │ ├── unknown.fi │ │ │ ├── unknown.ford.com │ │ │ ├── unknown.fr │ │ │ ├── unknown.frame.com │ │ │ ├── unknown.fujitsu.co.jp │ │ │ ├── unknown.ge.com │ │ │ ├── unknown.gmd.de │ │ │ ├── unknown.gnu.ai.mit.edu │ │ │ ├── unknown.gov │ │ │ ├── unknown.gr │ │ │ ├── unknown.gte.com │ │ │ ├── unknown.harvard.edu │ │ │ ├── unknown.hcr.com │ │ │ ├── unknown.hp.com │ │ │ ├── unknown.hu │ │ │ ├── unknown.ibm.com │ │ │ ├── unknown.icl.com │ │ │ ├── unknown.ie │ │ │ ├── unknown.ieee.org │ │ │ ├── unknown.il │ │ │ ├── unknown.il.us │ │ │ ├── unknown.in │ │ │ ├── unknown.indiana.edu │ │ │ ├── unknown.inel.gov │ │ │ ├── unknown.informix.com │ │ │ ├── unknown.inria.fr │ │ │ ├── unknown.intel.com │ │ │ ├── unknown.iris.brown.edu │ │ │ ├── unknown.irisa.fr │ │ │ ├── unknown.is │ │ │ ├── unknown.it │ │ │ ├── unknown.japan │ │ │ ├── unknown.jp │ │ │ ├── unknown.jpl.nasa.gov │ │ │ ├── unknown.kodak.com │ │ │ ├── unknown.kr │ │ │ ├── unknown.kuleuven.ac.be │ │ │ ├── unknown.labtam.oz.au │ │ │ ├── unknown.lbl.gov │ │ │ ├── unknown.lilly.com │ │ │ ├── unknown.llnl.gov │ │ │ ├── unknown.locus.com │ │ │ ├── unknown.lsil.com │ │ │ ├── unknown.lucasfilm │ │ │ ├── unknown.matrix.com │ │ │ ├── unknown.mcgill.edu │ │ │ ├── unknown.mcvax │ │ │ ├── unknown.meteo.fr │ │ │ ├── unknown.mickey.disney.com │ │ │ ├── unknown.microsoft.com │ │ │ ├── unknown.mil │ │ │ ├── unknown.mips.com │ │ │ ├── unknown.misc │ │ │ ├── unknown.mit.edu │ │ │ ├── unknown.mitre.org │ │ │ ├── unknown.mitsubishi.co.jp │ │ │ ├── unknown.mpifr-bonn.mpg.de │ │ │ ├── unknown.mtxinu.com │ │ │ ├── unknown.mx │ │ │ ├── unknown.my │ │ │ ├── unknown.nasa.gov │ │ │ ├── unknown.ncd.com │ │ │ ├── unknown.ncr.com │ │ │ ├── unknown.nd.edu │ │ │ ├── unknown.nec.com │ │ │ ├── unknown.net │ │ │ ├── unknown.newcastle.ac.uk │ │ │ ├── unknown.next.com │ │ │ ├── unknown.nl │ │ │ ├── unknown.no │ │ │ ├── unknown.nz │ │ │ ├── unknown.ocf.berkeley.edu │ │ │ ├── unknown.odu.edu │ │ │ ├── unknown.oracle.com │ │ │ ├── unknown.osf.org │ │ │ ├── unknown.pencom.uucp │ │ │ ├── unknown.pitt.edu │ │ │ ├── unknown.plus5.com │ │ │ ├── unknown.polaroid.com │ │ │ ├── unknown.prism.gatech.edu │ │ │ ├── unknown.pt │ │ │ ├── unknown.purdue.edu │ │ │ ├── unknown.pyramid.com │ │ │ ├── unknown.qiclab.uucp │ │ │ ├── unknown.qms.com │ │ │ ├── unknown.qmw.ac.uk │ │ │ ├── unknown.rabbit.com │ │ │ ├── unknown.rain.com │ │ │ ├── unknown.ri.cmu.edu │ │ │ ├── unknown.rice.edu │ │ │ ├── unknown.saber.com │ │ │ ├── unknown.samsung.com │ │ │ ├── unknown.sco.com │ │ │ ├── unknown.se │ │ │ ├── unknown.sei.cmu.edu │ │ │ ├── unknown.sequent.com │ │ │ ├── unknown.sg │ │ │ ├── unknown.sgi.com │ │ │ ├── unknown.sics.se │ │ │ ├── unknown.solbourne.com │ │ │ ├── unknown.sony.com │ │ │ ├── unknown.sq.com │ │ │ ├── unknown.stanford.edu │ │ │ ├── unknown.su │ │ │ ├── unknown.sug.org │ │ │ ├── unknown.sug.std.com │ │ │ ├── unknown.sun.com │ │ │ ├── unknown.sybase.com │ │ │ ├── unknown.tandem.com │ │ │ ├── unknown.tartan.com │ │ │ ├── unknown.th │ │ │ ├── unknown.think.com │ │ │ ├── unknown.ti.com │ │ │ ├── unknown.toronto.edu │ │ │ ├── unknown.tulane.edu │ │ │ ├── unknown.tx.us │ │ │ ├── unknown.ucla.edu │ │ │ ├── unknown.ucsc.edu │ │ │ ├── unknown.uk │ │ │ ├── unknown.ukc.uucp │ │ │ ├── unknown.umass.edu │ │ │ ├── unknown.umd.edu │ │ │ ├── unknown.umn.edu │ │ │ ├── unknown.uni-dortmund.de │ │ │ ├── unknown.uniforum.org │ │ │ ├── unknown.unisys.com │ │ │ ├── unknown.us │ │ │ ├── unknown.usc.edu │ │ │ ├── unknown.usenix.org │ │ │ ├── unknown.utholland │ │ │ ├── unknown.uu.net │ │ │ ├── unknown.visix.com │ │ │ ├── unknown.wang.com │ │ │ ├── unknown.waterloo.edu │ │ │ ├── unknown.wesleyan.edu │ │ │ ├── unknown.wisc.edu │ │ │ ├── unknown.wyse.com │ │ │ ├── unknown.xerox.com │ │ │ ├── unknown.xylogics.com │ │ │ ├── unknown.xyplex.com │ │ │ ├── unknown.yu │ │ │ ├── unknown.za │ │ │ ├── usenet.1 │ │ │ └── uucp.1 │ │ └── w │ │ │ ├── weather.1 │ │ │ ├── weights-request.1 │ │ │ └── white.1 │ ├── 48x48x2 │ │ ├── .dict │ │ ├── a │ │ │ ├── adb.1 │ │ │ └── andrew.1 │ │ ├── b │ │ │ ├── bart.1 │ │ │ └── bwk.1 │ │ ├── c │ │ │ └── ches.1 │ │ ├── d │ │ │ ├── dmr.1 │ │ │ └── doug.1 │ │ ├── e │ │ │ └── ehg.1 │ │ ├── g │ │ │ └── gerard.1 │ │ ├── h │ │ │ ├── hobby.1 │ │ │ └── howard.1 │ │ ├── j │ │ │ └── judy.1 │ │ ├── k │ │ │ ├── kahrs.1 │ │ │ └── ken.1 │ │ ├── p │ │ │ ├── pg.1 │ │ │ ├── philw.1 │ │ │ ├── pjw+9ball.2 │ │ │ ├── pjw.1 │ │ │ └── presotto.1 │ │ ├── r │ │ │ └── rob.1 │ │ ├── s │ │ │ ├── sean.1 │ │ │ └── seanq.1 │ │ └── t │ │ │ ├── td.1 │ │ │ └── tom.1 │ ├── 48x48x4 │ │ ├── .dict │ │ ├── a │ │ │ ├── adb.1 │ │ │ ├── aek.1 │ │ │ ├── alur.1 │ │ │ ├── andrew.1 │ │ │ └── andrey.1 │ │ ├── b │ │ │ ├── bobf.1 │ │ │ ├── bsb.1 │ │ │ ├── bwc.1 │ │ │ └── bwk.1 │ │ ├── c │ │ │ ├── ches.1 │ │ │ ├── clarkson.1 │ │ │ ├── cowsar.1 │ │ │ ├── cwf.1 │ │ │ └── cyoung.1 │ │ ├── d │ │ │ ├── dbm.1 │ │ │ ├── deeg1225.1 │ │ │ ├── delbarton.1 │ │ │ ├── djc.1 │ │ │ ├── dmg.1 │ │ │ ├── dmr.1 │ │ │ ├── doron.1 │ │ │ ├── doug.1 │ │ │ └── dpx.1 │ │ ├── e │ │ │ └── ehg.1 │ │ ├── f │ │ │ ├── freund.1 │ │ │ └── ftg.1 │ │ ├── g │ │ │ ├── geoff.1 │ │ │ ├── george.1 │ │ │ ├── gerard.1 │ │ │ ├── ghost.1 │ │ │ └── glenda.1 │ │ ├── h │ │ │ ├── heiko.1 │ │ │ ├── hobby.1 │ │ │ └── howard.1 │ │ ├── j │ │ │ ├── jhv.1 │ │ │ ├── jlb.1 │ │ │ ├── jmk.1 │ │ │ └── judy.1 │ │ ├── k │ │ │ └── k.1 │ │ ├── l │ │ │ ├── lee.1 │ │ │ ├── libkin.1 │ │ │ ├── lil.1 │ │ │ ├── llc.1 │ │ │ └── lorenz.1 │ │ ├── m │ │ │ ├── mhw.1 │ │ │ ├── mig.1 │ │ │ ├── mihalis.1 │ │ │ └── moneybag.1 │ │ ├── n │ │ │ └── nch.1 │ │ ├── p │ │ │ ├── paula.1 │ │ │ ├── pg.1 │ │ │ ├── philw.1 │ │ │ ├── piers.1 │ │ │ ├── pjw.1 │ │ │ ├── plan9.1 │ │ │ └── presotto.1 │ │ ├── r │ │ │ ├── rae.1 │ │ │ ├── ravi.1 │ │ │ ├── riecke.1 │ │ │ ├── rminnich.1 │ │ │ ├── rob.1 │ │ │ ├── rsc.1 │ │ │ └── rvc.1 │ │ ├── s │ │ │ ├── sape.1 │ │ │ ├── savari.1 │ │ │ ├── sbranigan.1 │ │ │ ├── sean.1 │ │ │ ├── seanq.1 │ │ │ ├── sjf.1 │ │ │ ├── spam.1 │ │ │ └── spm.1 │ │ ├── t │ │ │ ├── td.1 │ │ │ ├── tgs.1 │ │ │ ├── tkh.1 │ │ │ ├── tor.1 │ │ │ └── tsalamon.1 │ │ ├── u │ │ │ ├── book.1 │ │ │ ├── unknown.aes.org │ │ │ ├── unknown.ebay.com │ │ │ ├── unknown.ghs.com │ │ │ ├── unknown.rs-components.com │ │ │ ├── unknown.snellwilcox.com │ │ │ └── uriel.1 │ │ ├── v │ │ │ ├── va.1 │ │ │ └── virus.1 │ │ ├── w │ │ │ ├── wkj.1 │ │ │ └── wmc.1 │ │ └── x │ │ │ └── xigh.1 │ └── 48x48x8 │ │ ├── .dict │ │ ├── a │ │ ├── alcortes.1 │ │ ├── alu.1 │ │ ├── andresdju.1 │ │ ├── as234.1 │ │ ├── axel.1 │ │ └── axel.2 │ │ ├── b │ │ ├── boyd.1 │ │ ├── brucee.1 │ │ └── brucee.2 │ │ ├── c │ │ ├── carlp.1 │ │ ├── cbc.ca.1 │ │ ├── cespedes.1 │ │ ├── chesky.1 │ │ ├── chrislocke.1 │ │ ├── comcast.1 │ │ ├── coraid.1 │ │ └── coraid.2 │ │ ├── d │ │ ├── daiello.1 │ │ ├── dancross.1 │ │ ├── devon.1 │ │ └── dlewis.1 │ │ ├── e │ │ ├── ericvh.2 │ │ └── esoriano.1 │ │ ├── f │ │ ├── faa.1 │ │ ├── fgb.1 │ │ ├── forsyth.1 │ │ └── fst.1 │ │ ├── g │ │ ├── gabidiaz.1 │ │ ├── georgia.1 │ │ ├── gmail.1 │ │ └── google.1 │ │ ├── h │ │ └── harvard.1 │ │ ├── j │ │ └── jmehat.1 │ │ ├── k │ │ ├── karen.1 │ │ ├── kix.1 │ │ └── kris.1 │ │ ├── l │ │ ├── lionkov.1 │ │ ├── lucent.1 │ │ └── lucio.1 │ │ ├── m │ │ ├── maht0x0r.1 │ │ ├── matt.h.1 │ │ ├── matthias.1 │ │ ├── mechiel.1 │ │ ├── michael.1 │ │ ├── miller.1 │ │ └── mirko.1 │ │ ├── n │ │ ├── nemo.1 │ │ ├── nemo.2 │ │ ├── nigel.1 │ │ └── noah.1 │ │ ├── p │ │ ├── pablo.1 │ │ ├── paurea.1 │ │ ├── plalonde.1 │ │ ├── plus.1 │ │ └── pstanley.1 │ │ ├── q │ │ └── quanstro.1 │ │ ├── r │ │ ├── rit.1 │ │ └── rog.1 │ │ ├── s │ │ ├── saoret.1 │ │ ├── scottschwartz.1 │ │ ├── sdavis.1 │ │ ├── sl.1 │ │ ├── st.1 │ │ ├── stallion.1 │ │ ├── stevesimon.1 │ │ └── stevesimon.2 │ │ ├── t │ │ ├── tg.1 │ │ └── tiit.1 │ │ ├── u │ │ ├── unknown.ar │ │ ├── unknown.at │ │ ├── unknown.au │ │ ├── unknown.be │ │ ├── unknown.bg │ │ ├── unknown.br │ │ ├── unknown.ca │ │ ├── unknown.ch │ │ ├── unknown.cl │ │ ├── unknown.cn │ │ ├── unknown.co │ │ ├── unknown.cr │ │ ├── unknown.cz │ │ ├── unknown.de │ │ ├── unknown.dk │ │ ├── unknown.do │ │ ├── unknown.ee │ │ ├── unknown.es │ │ ├── unknown.fi │ │ ├── unknown.fr │ │ ├── unknown.gr │ │ ├── unknown.hu │ │ ├── unknown.ie │ │ ├── unknown.il │ │ ├── unknown.in │ │ ├── unknown.info │ │ ├── unknown.is │ │ ├── unknown.it │ │ ├── unknown.jp │ │ ├── unknown.kr │ │ ├── unknown.mx │ │ ├── unknown.my │ │ ├── unknown.nl │ │ ├── unknown.no │ │ ├── unknown.nz │ │ ├── unknown.pl │ │ ├── unknown.pt │ │ ├── unknown.ru │ │ ├── unknown.se │ │ ├── unknown.sg │ │ ├── unknown.sk │ │ ├── unknown.su │ │ ├── unknown.th │ │ ├── unknown.tj │ │ ├── unknown.ua │ │ ├── unknown.us │ │ ├── unknown.yu │ │ ├── unknown.za │ │ ├── uriel.2 │ │ └── usps.1 │ │ ├── v │ │ ├── victor.1 │ │ └── vitanuova.1 │ │ ├── y │ │ └── yoshihide.1 │ │ └── z │ │ ├── zed.1 │ │ └── zfolkerts.1 ├── font │ └── bit │ │ ├── MAP │ │ ├── big5 │ │ ├── 4e00.16 │ │ ├── 5000.16 │ │ ├── 5200.16 │ │ ├── 5400.16 │ │ ├── 5600.16 │ │ ├── 5800.16 │ │ ├── 5a00.16 │ │ ├── 5c00.16 │ │ ├── 5e00.16 │ │ ├── 6000.16 │ │ ├── 6200.16 │ │ ├── 6400.16 │ │ ├── 6600.16 │ │ ├── 6800.16 │ │ ├── 6a00.16 │ │ ├── 6c00.16 │ │ ├── 6e00.16 │ │ ├── 7000.16 │ │ ├── 7200.16 │ │ ├── 7400.16 │ │ ├── 7600.16 │ │ ├── 7800.16 │ │ ├── 7a00.16 │ │ ├── 7c00.16 │ │ ├── 7e00.16 │ │ ├── 8000.16 │ │ ├── 8200.16 │ │ ├── 8400.16 │ │ ├── 8600.16 │ │ ├── 8800.16 │ │ ├── 8a00.16 │ │ ├── 8c00.16 │ │ ├── 8e00.16 │ │ ├── 9000.16 │ │ ├── 9200.16 │ │ ├── 9400.16 │ │ ├── 9600.16 │ │ ├── 9800.16 │ │ ├── 9a00.16 │ │ ├── 9c00.16 │ │ ├── 9e00.16 │ │ └── README │ │ ├── courier │ │ ├── R.10.1 │ │ ├── R.11.1 │ │ ├── R.12.1 │ │ ├── R.15.1 │ │ ├── R.17.1 │ │ ├── R.2.1 │ │ ├── R.23.1 │ │ ├── R.25.1 │ │ ├── R.3.1 │ │ ├── R.4.1 │ │ ├── R.5.1 │ │ ├── R.6.1 │ │ ├── R.7.1 │ │ ├── R.8.1 │ │ ├── latin1.4.font │ │ ├── latin1.5 │ │ ├── latin1.5.font │ │ └── latin1.7.font │ │ ├── cuni │ │ ├── cuni.10.0000 │ │ ├── cuni.10.0101 │ │ ├── cuni.10.0202 │ │ ├── cuni.10.0303 │ │ ├── cuni.10.0404 │ │ ├── cuni.10.0505 │ │ ├── cuni.10.12000 │ │ ├── cuni.10.12104 │ │ ├── cuni.10.12217 │ │ ├── cuni.10.1231d │ │ ├── cuni.10.1244f │ │ ├── cuni.10.1d00 │ │ ├── cuni.10.1d510 │ │ ├── cuni.10.1e01 │ │ ├── cuni.10.2000 │ │ ├── cuni.10.2116 │ │ ├── cuni.10.2219 │ │ ├── cuni.10.231c │ │ ├── cuni.10.2423 │ │ ├── cuni.10.25ca │ │ ├── cuni.10.2713 │ │ ├── cuni.10.2c60 │ │ ├── cuni.10.a700 │ │ ├── cuni.10.e000 │ │ ├── cuni.10.f130 │ │ ├── cuni.10.f231 │ │ ├── cuni.10.fb00 │ │ ├── cuni.10.fe00 │ │ ├── cuni.10.fff9 │ │ ├── cuni.10.font │ │ ├── cuni.12.0000 │ │ ├── cuni.12.0101 │ │ ├── cuni.12.0202 │ │ ├── cuni.12.0303 │ │ ├── cuni.12.0404 │ │ ├── cuni.12.0505 │ │ ├── cuni.12.12000 │ │ ├── cuni.12.12104 │ │ ├── cuni.12.12217 │ │ ├── cuni.12.1231d │ │ ├── cuni.12.1244f │ │ ├── cuni.12.1d00 │ │ ├── cuni.12.1d510 │ │ ├── cuni.12.1e01 │ │ ├── cuni.12.2000 │ │ ├── cuni.12.2116 │ │ ├── cuni.12.2219 │ │ ├── cuni.12.231c │ │ ├── cuni.12.2423 │ │ ├── cuni.12.25ca │ │ ├── cuni.12.2713 │ │ ├── cuni.12.2c60 │ │ ├── cuni.12.a700 │ │ ├── cuni.12.e000 │ │ ├── cuni.12.f130 │ │ ├── cuni.12.f231 │ │ ├── cuni.12.fb00 │ │ ├── cuni.12.fe00 │ │ ├── cuni.12.fff9 │ │ ├── cuni.12.font │ │ ├── cuni.14.0000 │ │ ├── cuni.14.0101 │ │ ├── cuni.14.01f7 │ │ ├── cuni.14.02f8 │ │ ├── cuni.14.0400 │ │ ├── cuni.14.0501 │ │ ├── cuni.14.12000 │ │ ├── cuni.14.12104 │ │ ├── cuni.14.12217 │ │ ├── cuni.14.1231d │ │ ├── cuni.14.1244f │ │ ├── cuni.14.1d00 │ │ ├── cuni.14.1d510 │ │ ├── cuni.14.1e01 │ │ ├── cuni.14.1ef5 │ │ ├── cuni.14.2000 │ │ ├── cuni.14.2116 │ │ ├── cuni.14.2219 │ │ ├── cuni.14.231c │ │ ├── cuni.14.2423 │ │ ├── cuni.14.25ca │ │ ├── cuni.14.2713 │ │ ├── cuni.14.2c60 │ │ ├── cuni.14.a700 │ │ ├── cuni.14.e000 │ │ ├── cuni.14.f130 │ │ ├── cuni.14.f231 │ │ ├── cuni.14.fb00 │ │ ├── cuni.14.fe00 │ │ ├── cuni.14.fff9 │ │ ├── cuni.14.font │ │ ├── cuni.16.0000 │ │ ├── cuni.16.0101 │ │ ├── cuni.16.01d7 │ │ ├── cuni.16.02b0 │ │ ├── cuni.16.03b1 │ │ ├── cuni.16.04b2 │ │ ├── cuni.16.12000 │ │ ├── cuni.16.12104 │ │ ├── cuni.16.12217 │ │ ├── cuni.16.1231d │ │ ├── cuni.16.1244f │ │ ├── cuni.16.1d00 │ │ ├── cuni.16.1d510 │ │ ├── cuni.16.1e01 │ │ ├── cuni.16.1ed8 │ │ ├── cuni.16.2000 │ │ ├── cuni.16.2116 │ │ ├── cuni.16.2219 │ │ ├── cuni.16.231c │ │ ├── cuni.16.2423 │ │ ├── cuni.16.25ca │ │ ├── cuni.16.2713 │ │ ├── cuni.16.2c60 │ │ ├── cuni.16.a700 │ │ ├── cuni.16.e000 │ │ ├── cuni.16.f130 │ │ ├── cuni.16.f231 │ │ ├── cuni.16.fb00 │ │ ├── cuni.16.fe00 │ │ ├── cuni.16.fff9 │ │ ├── cuni.16.font │ │ ├── cuni.18.0000 │ │ ├── cuni.18.0101 │ │ ├── cuni.18.01c7 │ │ ├── cuni.18.028c │ │ ├── cuni.18.0393 │ │ ├── cuni.18.0494 │ │ ├── cuni.18.12000 │ │ ├── cuni.18.12104 │ │ ├── cuni.18.12217 │ │ ├── cuni.18.1230d │ │ ├── cuni.18.12410 │ │ ├── cuni.18.1d00 │ │ ├── cuni.18.1d510 │ │ ├── cuni.18.1e01 │ │ ├── cuni.18.1ec3 │ │ ├── cuni.18.2000 │ │ ├── cuni.18.2116 │ │ ├── cuni.18.2219 │ │ ├── cuni.18.231c │ │ ├── cuni.18.2423 │ │ ├── cuni.18.25ca │ │ ├── cuni.18.2713 │ │ ├── cuni.18.2c60 │ │ ├── cuni.18.a700 │ │ ├── cuni.18.e000 │ │ ├── cuni.18.f130 │ │ ├── cuni.18.f231 │ │ ├── cuni.18.fb00 │ │ ├── cuni.18.fe00 │ │ ├── cuni.18.fff9 │ │ ├── cuni.18.font │ │ ├── cuni.20.0000 │ │ ├── cuni.20.0101 │ │ ├── cuni.20.01b8 │ │ ├── cuni.20.0266 │ │ ├── cuni.20.0367 │ │ ├── cuni.20.0472 │ │ ├── cuni.20.0524 │ │ ├── cuni.20.12000 │ │ ├── cuni.20.12104 │ │ ├── cuni.20.12217 │ │ ├── cuni.20.122fb │ │ ├── cuni.20.12400 │ │ ├── cuni.20.1d00 │ │ ├── cuni.20.1d510 │ │ ├── cuni.20.1e01 │ │ ├── cuni.20.1eb1 │ │ ├── cuni.20.2000 │ │ ├── cuni.20.2116 │ │ ├── cuni.20.2219 │ │ ├── cuni.20.231c │ │ ├── cuni.20.2423 │ │ ├── cuni.20.25ca │ │ ├── cuni.20.2713 │ │ ├── cuni.20.2c60 │ │ ├── cuni.20.a700 │ │ ├── cuni.20.e000 │ │ ├── cuni.20.f130 │ │ ├── cuni.20.f231 │ │ ├── cuni.20.fb00 │ │ ├── cuni.20.fe00 │ │ ├── cuni.20.fff9 │ │ ├── cuni.20.font │ │ ├── cuni.24.0000 │ │ ├── cuni.24.00ea │ │ ├── cuni.24.018c │ │ ├── cuni.24.0218 │ │ ├── cuni.24.02be │ │ ├── cuni.24.03c0 │ │ ├── cuni.24.04b0 │ │ ├── cuni.24.12000 │ │ ├── cuni.24.120f7 │ │ ├── cuni.24.121fb │ │ ├── cuni.24.122c0 │ │ ├── cuni.24.12400 │ │ ├── cuni.24.1d00 │ │ ├── cuni.24.1d510 │ │ ├── cuni.24.1dbc │ │ ├── cuni.24.1e89 │ │ ├── cuni.24.2000 │ │ ├── cuni.24.2116 │ │ ├── cuni.24.2219 │ │ ├── cuni.24.231c │ │ ├── cuni.24.2423 │ │ ├── cuni.24.25ca │ │ ├── cuni.24.2713 │ │ ├── cuni.24.2c60 │ │ ├── cuni.24.a700 │ │ ├── cuni.24.e000 │ │ ├── cuni.24.f130 │ │ ├── cuni.24.f231 │ │ ├── cuni.24.fb00 │ │ ├── cuni.24.fe00 │ │ ├── cuni.24.fff9 │ │ ├── cuni.24.font │ │ ├── cuni.8.0000 │ │ ├── cuni.8.0101 │ │ ├── cuni.8.0202 │ │ ├── cuni.8.0303 │ │ ├── cuni.8.0404 │ │ ├── cuni.8.0505 │ │ ├── cuni.8.12000 │ │ ├── cuni.8.12104 │ │ ├── cuni.8.12217 │ │ ├── cuni.8.1231d │ │ ├── cuni.8.1244f │ │ ├── cuni.8.1d00 │ │ ├── cuni.8.1d510 │ │ ├── cuni.8.1e01 │ │ ├── cuni.8.2000 │ │ ├── cuni.8.2116 │ │ ├── cuni.8.2219 │ │ ├── cuni.8.231c │ │ ├── cuni.8.2423 │ │ ├── cuni.8.25ca │ │ ├── cuni.8.2713 │ │ ├── cuni.8.2c60 │ │ ├── cuni.8.a700 │ │ ├── cuni.8.e000 │ │ ├── cuni.8.f130 │ │ ├── cuni.8.f231 │ │ ├── cuni.8.fb00 │ │ ├── cuni.8.fe00 │ │ ├── cuni.8.fff9 │ │ └── cuni.8.font │ │ ├── fixed │ │ ├── 10x20.0000 │ │ ├── 10x20.0100 │ │ ├── 10x20.0200 │ │ ├── 10x20.0300 │ │ ├── 10x20.0400 │ │ ├── 10x20.0500 │ │ ├── 10x20.0600 │ │ ├── 10x20.0E00 │ │ ├── 10x20.1000 │ │ ├── 10x20.1200 │ │ ├── 10x20.1300 │ │ ├── 10x20.1600 │ │ ├── 10x20.1D00 │ │ ├── 10x20.1E00 │ │ ├── 10x20.1F00 │ │ ├── 10x20.2000 │ │ ├── 10x20.2100 │ │ ├── 10x20.2200 │ │ ├── 10x20.2300 │ │ ├── 10x20.2400 │ │ ├── 10x20.2500 │ │ ├── 10x20.2600 │ │ ├── 10x20.2700 │ │ ├── 10x20.2800 │ │ ├── 10x20.2A00 │ │ ├── 10x20.2B00 │ │ ├── 10x20.3000 │ │ ├── 10x20.4D00 │ │ ├── 10x20.FB00 │ │ ├── 10x20.FC00 │ │ ├── 10x20.FD00 │ │ ├── 10x20.FE00 │ │ ├── 10x20.FF00 │ │ ├── 4x6.0000 │ │ ├── 4x6.0100 │ │ ├── 4x6.0200 │ │ ├── 4x6.0300 │ │ ├── 4x6.0400 │ │ ├── 4x6.0500 │ │ ├── 4x6.1E00 │ │ ├── 4x6.2000 │ │ ├── 4x6.2100 │ │ ├── 4x6.2200 │ │ ├── 4x6.2300 │ │ ├── 4x6.2400 │ │ ├── 4x6.2500 │ │ ├── 4x6.2600 │ │ ├── 4x6.FF00 │ │ ├── 5x7.0000 │ │ ├── 5x7.0100 │ │ ├── 5x7.0200 │ │ ├── 5x7.0300 │ │ ├── 5x7.0400 │ │ ├── 5x7.0500 │ │ ├── 5x7.1600 │ │ ├── 5x7.1E00 │ │ ├── 5x7.1F00 │ │ ├── 5x7.2000 │ │ ├── 5x7.2100 │ │ ├── 5x7.2200 │ │ ├── 5x7.2300 │ │ ├── 5x7.2400 │ │ ├── 5x7.2500 │ │ ├── 5x7.2600 │ │ ├── 5x7.2800 │ │ ├── 5x7.FB00 │ │ ├── 5x7.FF00 │ │ ├── 5x8.0000 │ │ ├── 5x8.0100 │ │ ├── 5x8.0200 │ │ ├── 5x8.0300 │ │ ├── 5x8.0400 │ │ ├── 5x8.0500 │ │ ├── 5x8.1E00 │ │ ├── 5x8.2000 │ │ ├── 5x8.2100 │ │ ├── 5x8.2200 │ │ ├── 5x8.2300 │ │ ├── 5x8.2400 │ │ ├── 5x8.2500 │ │ ├── 5x8.2600 │ │ ├── 5x8.2800 │ │ ├── 5x8.FB00 │ │ ├── 5x8.FF00 │ │ ├── 6x10.0000 │ │ ├── 6x10.0100 │ │ ├── 6x10.0200 │ │ ├── 6x10.0300 │ │ ├── 6x10.0400 │ │ ├── 6x10.0500 │ │ ├── 6x10.1600 │ │ ├── 6x10.1E00 │ │ ├── 6x10.1F00 │ │ ├── 6x10.2000 │ │ ├── 6x10.2100 │ │ ├── 6x10.2200 │ │ ├── 6x10.2300 │ │ ├── 6x10.2400 │ │ ├── 6x10.2500 │ │ ├── 6x10.2600 │ │ ├── 6x10.2800 │ │ ├── 6x10.FB00 │ │ ├── 6x10.FF00 │ │ ├── 6x12.0000 │ │ ├── 6x12.0100 │ │ ├── 6x12.0200 │ │ ├── 6x12.0300 │ │ ├── 6x12.0400 │ │ ├── 6x12.0500 │ │ ├── 6x12.1E00 │ │ ├── 6x12.2000 │ │ ├── 6x12.2100 │ │ ├── 6x12.2200 │ │ ├── 6x12.2300 │ │ ├── 6x12.2400 │ │ ├── 6x12.2500 │ │ ├── 6x12.2600 │ │ ├── 6x12.2800 │ │ ├── 6x12.FB00 │ │ ├── 6x12.FE00 │ │ ├── 6x12.FF00 │ │ ├── 6x13.0000 │ │ ├── 6x13.0100 │ │ ├── 6x13.0200 │ │ ├── 6x13.0300 │ │ ├── 6x13.0400 │ │ ├── 6x13.0500 │ │ ├── 6x13.0E00 │ │ ├── 6x13.1000 │ │ ├── 6x13.1100 │ │ ├── 6x13.1600 │ │ ├── 6x13.1E00 │ │ ├── 6x13.1F00 │ │ ├── 6x13.2000 │ │ ├── 6x13.2100 │ │ ├── 6x13.2200 │ │ ├── 6x13.2300 │ │ ├── 6x13.2400 │ │ ├── 6x13.2500 │ │ ├── 6x13.2600 │ │ ├── 6x13.2700 │ │ ├── 6x13.2800 │ │ ├── 6x13.2900 │ │ ├── 6x13.2A00 │ │ ├── 6x13.3000 │ │ ├── 6x13.3100 │ │ ├── 6x13.E000 │ │ ├── 6x13.FB00 │ │ ├── 6x13.FE00 │ │ ├── 6x13.FF00 │ │ ├── 6x13B.0000 │ │ ├── 6x13B.0100 │ │ ├── 6x13B.0200 │ │ ├── 6x13B.0300 │ │ ├── 6x13B.0400 │ │ ├── 6x13B.0500 │ │ ├── 6x13B.1E00 │ │ ├── 6x13B.1F00 │ │ ├── 6x13B.2000 │ │ ├── 6x13B.2100 │ │ ├── 6x13B.2200 │ │ ├── 6x13B.2300 │ │ ├── 6x13B.2400 │ │ ├── 6x13B.2500 │ │ ├── 6x13B.2600 │ │ ├── 6x13B.FF00 │ │ ├── 6x13O.0000 │ │ ├── 6x13O.0100 │ │ ├── 6x13O.0200 │ │ ├── 6x13O.0300 │ │ ├── 6x13O.0400 │ │ ├── 6x13O.1E00 │ │ ├── 6x13O.2000 │ │ ├── 6x13O.2100 │ │ ├── 6x13O.2200 │ │ ├── 6x13O.2400 │ │ ├── 6x13O.2600 │ │ ├── 6x13O.FB00 │ │ ├── 6x13O.FE00 │ │ ├── 6x13O.FF00 │ │ ├── 6x9.0000 │ │ ├── 6x9.0100 │ │ ├── 6x9.0200 │ │ ├── 6x9.0300 │ │ ├── 6x9.0400 │ │ ├── 6x9.0500 │ │ ├── 6x9.1E00 │ │ ├── 6x9.2000 │ │ ├── 6x9.2100 │ │ ├── 6x9.2200 │ │ ├── 6x9.2300 │ │ ├── 6x9.2400 │ │ ├── 6x9.2500 │ │ ├── 6x9.2600 │ │ ├── 6x9.2800 │ │ ├── 6x9.FB00 │ │ ├── 6x9.FF00 │ │ ├── 7x13.0000 │ │ ├── 7x13.0100 │ │ ├── 7x13.0200 │ │ ├── 7x13.0300 │ │ ├── 7x13.0400 │ │ ├── 7x13.0500 │ │ ├── 7x13.0E00 │ │ ├── 7x13.1000 │ │ ├── 7x13.1600 │ │ ├── 7x13.1E00 │ │ ├── 7x13.1F00 │ │ ├── 7x13.2000 │ │ ├── 7x13.2100 │ │ ├── 7x13.2200 │ │ ├── 7x13.2300 │ │ ├── 7x13.2400 │ │ ├── 7x13.2500 │ │ ├── 7x13.2600 │ │ ├── 7x13.2700 │ │ ├── 7x13.2800 │ │ ├── 7x13.2A00 │ │ ├── 7x13.3000 │ │ ├── 7x13.FB00 │ │ ├── 7x13.FE00 │ │ ├── 7x13.FF00 │ │ ├── 7x13B.0000 │ │ ├── 7x13B.0100 │ │ ├── 7x13B.0200 │ │ ├── 7x13B.0300 │ │ ├── 7x13B.0400 │ │ ├── 7x13B.0500 │ │ ├── 7x13B.0E00 │ │ ├── 7x13B.1E00 │ │ ├── 7x13B.1F00 │ │ ├── 7x13B.2000 │ │ ├── 7x13B.2100 │ │ ├── 7x13B.2200 │ │ ├── 7x13B.2300 │ │ ├── 7x13B.2400 │ │ ├── 7x13B.2500 │ │ ├── 7x13B.2600 │ │ ├── 7x13B.FF00 │ │ ├── 7x13O.0000 │ │ ├── 7x13O.0100 │ │ ├── 7x13O.0200 │ │ ├── 7x13O.0300 │ │ ├── 7x13O.0400 │ │ ├── 7x13O.0E00 │ │ ├── 7x13O.1E00 │ │ ├── 7x13O.2000 │ │ ├── 7x13O.2100 │ │ ├── 7x13O.2200 │ │ ├── 7x13O.2400 │ │ ├── 7x13O.2600 │ │ ├── 7x13O.FB00 │ │ ├── 7x13O.FE00 │ │ ├── 7x13O.FF00 │ │ ├── 7x14.0000 │ │ ├── 7x14.0100 │ │ ├── 7x14.0200 │ │ ├── 7x14.0300 │ │ ├── 7x14.0400 │ │ ├── 7x14.0500 │ │ ├── 7x14.0E00 │ │ ├── 7x14.1600 │ │ ├── 7x14.1E00 │ │ ├── 7x14.1F00 │ │ ├── 7x14.2000 │ │ ├── 7x14.2100 │ │ ├── 7x14.2200 │ │ ├── 7x14.2300 │ │ ├── 7x14.2400 │ │ ├── 7x14.2500 │ │ ├── 7x14.2600 │ │ ├── 7x14.2800 │ │ ├── 7x14.FB00 │ │ ├── 7x14.FF00 │ │ ├── 7x14B.0000 │ │ ├── 7x14B.0100 │ │ ├── 7x14B.0200 │ │ ├── 7x14B.0300 │ │ ├── 7x14B.0400 │ │ ├── 7x14B.0500 │ │ ├── 7x14B.0E00 │ │ ├── 7x14B.1E00 │ │ ├── 7x14B.1F00 │ │ ├── 7x14B.2000 │ │ ├── 7x14B.2100 │ │ ├── 7x14B.2200 │ │ ├── 7x14B.2300 │ │ ├── 7x14B.2400 │ │ ├── 7x14B.2500 │ │ ├── 7x14B.2600 │ │ ├── 7x14B.FF00 │ │ ├── 8x13.0000 │ │ ├── 8x13.0100 │ │ ├── 8x13.0200 │ │ ├── 8x13.0300 │ │ ├── 8x13.0400 │ │ ├── 8x13.0500 │ │ ├── 8x13.0E00 │ │ ├── 8x13.1000 │ │ ├── 8x13.1600 │ │ ├── 8x13.1E00 │ │ ├── 8x13.1F00 │ │ ├── 8x13.2000 │ │ ├── 8x13.2100 │ │ ├── 8x13.2200 │ │ ├── 8x13.2300 │ │ ├── 8x13.2400 │ │ ├── 8x13.2500 │ │ ├── 8x13.2600 │ │ ├── 8x13.2700 │ │ ├── 8x13.2800 │ │ ├── 8x13.2A00 │ │ ├── 8x13.3000 │ │ ├── 8x13.FB00 │ │ ├── 8x13.FE00 │ │ ├── 8x13.FF00 │ │ ├── 8x13B.0000 │ │ ├── 8x13B.0100 │ │ ├── 8x13B.0200 │ │ ├── 8x13B.0300 │ │ ├── 8x13B.0400 │ │ ├── 8x13B.0500 │ │ ├── 8x13B.0E00 │ │ ├── 8x13B.1E00 │ │ ├── 8x13B.1F00 │ │ ├── 8x13B.2000 │ │ ├── 8x13B.2100 │ │ ├── 8x13B.2200 │ │ ├── 8x13B.2300 │ │ ├── 8x13B.2400 │ │ ├── 8x13B.2500 │ │ ├── 8x13B.2600 │ │ ├── 8x13B.FF00 │ │ ├── 8x13O.0000 │ │ ├── 8x13O.0100 │ │ ├── 8x13O.0200 │ │ ├── 8x13O.0300 │ │ ├── 8x13O.0400 │ │ ├── 8x13O.0E00 │ │ ├── 8x13O.1E00 │ │ ├── 8x13O.2000 │ │ ├── 8x13O.2100 │ │ ├── 8x13O.2200 │ │ ├── 8x13O.2400 │ │ ├── 8x13O.2600 │ │ ├── 8x13O.FB00 │ │ ├── 8x13O.FF00 │ │ ├── 9x15.0000 │ │ ├── 9x15.0100 │ │ ├── 9x15.0200 │ │ ├── 9x15.0300 │ │ ├── 9x15.0400 │ │ ├── 9x15.0500 │ │ ├── 9x15.0600 │ │ ├── 9x15.0E00 │ │ ├── 9x15.1000 │ │ ├── 9x15.1200 │ │ ├── 9x15.1300 │ │ ├── 9x15.1600 │ │ ├── 9x15.1E00 │ │ ├── 9x15.1F00 │ │ ├── 9x15.2000 │ │ ├── 9x15.2100 │ │ ├── 9x15.2200 │ │ ├── 9x15.2300 │ │ ├── 9x15.2400 │ │ ├── 9x15.2500 │ │ ├── 9x15.2600 │ │ ├── 9x15.2700 │ │ ├── 9x15.2800 │ │ ├── 9x15.2900 │ │ ├── 9x15.2A00 │ │ ├── 9x15.3000 │ │ ├── 9x15.E000 │ │ ├── 9x15.E700 │ │ ├── 9x15.FB00 │ │ ├── 9x15.FE00 │ │ ├── 9x15.FF00 │ │ ├── 9x15B.0000 │ │ ├── 9x15B.0100 │ │ ├── 9x15B.0200 │ │ ├── 9x15B.0300 │ │ ├── 9x15B.0400 │ │ ├── 9x15B.0500 │ │ ├── 9x15B.0600 │ │ ├── 9x15B.0E00 │ │ ├── 9x15B.1600 │ │ ├── 9x15B.1E00 │ │ ├── 9x15B.1F00 │ │ ├── 9x15B.2000 │ │ ├── 9x15B.2100 │ │ ├── 9x15B.2200 │ │ ├── 9x15B.2300 │ │ ├── 9x15B.2400 │ │ ├── 9x15B.2500 │ │ ├── 9x15B.2600 │ │ ├── 9x15B.FB00 │ │ ├── 9x15B.FE00 │ │ ├── 9x15B.FF00 │ │ ├── 9x18.0000 │ │ ├── 9x18.0100 │ │ ├── 9x18.0200 │ │ ├── 9x18.0300 │ │ ├── 9x18.0400 │ │ ├── 9x18.0500 │ │ ├── 9x18.0E00 │ │ ├── 9x18.1000 │ │ ├── 9x18.1200 │ │ ├── 9x18.1300 │ │ ├── 9x18.1400 │ │ ├── 9x18.1500 │ │ ├── 9x18.1600 │ │ ├── 9x18.1E00 │ │ ├── 9x18.1F00 │ │ ├── 9x18.2000 │ │ ├── 9x18.2100 │ │ ├── 9x18.2200 │ │ ├── 9x18.2300 │ │ ├── 9x18.2400 │ │ ├── 9x18.2500 │ │ ├── 9x18.2600 │ │ ├── 9x18.2700 │ │ ├── 9x18.2800 │ │ ├── 9x18.2A00 │ │ ├── 9x18.3000 │ │ ├── 9x18.FB00 │ │ ├── 9x18.FE00 │ │ ├── 9x18.FF00 │ │ ├── 9x18B.0000 │ │ ├── 9x18B.0100 │ │ ├── 9x18B.0200 │ │ ├── 9x18B.0300 │ │ ├── 9x18B.0400 │ │ ├── 9x18B.0500 │ │ ├── 9x18B.0E00 │ │ ├── 9x18B.1E00 │ │ ├── 9x18B.2000 │ │ ├── 9x18B.2100 │ │ ├── 9x18B.2200 │ │ ├── 9x18B.2300 │ │ ├── 9x18B.2400 │ │ ├── 9x18B.2500 │ │ ├── 9x18B.2600 │ │ ├── 9x18B.FF00 │ │ ├── README │ │ ├── README.ORIG │ │ ├── unicode.10x20.font │ │ ├── unicode.4x6.font │ │ ├── unicode.5x7.font │ │ ├── unicode.5x8.font │ │ ├── unicode.6x10.font │ │ ├── unicode.6x12.font │ │ ├── unicode.6x13.font │ │ ├── unicode.6x13B.font │ │ ├── unicode.6x13O.font │ │ ├── unicode.6x9.font │ │ ├── unicode.7x13.font │ │ ├── unicode.7x13B.font │ │ ├── unicode.7x13O.font │ │ ├── unicode.7x14.font │ │ ├── unicode.7x14B.font │ │ ├── unicode.8x13.font │ │ ├── unicode.8x13B.font │ │ ├── unicode.8x13O.font │ │ ├── unicode.9x15.font │ │ ├── unicode.9x15B.font │ │ ├── unicode.9x18.font │ │ └── unicode.9x18B.font │ │ ├── gb │ │ ├── FangSong.4e00.16 │ │ ├── FangSong.4e00.24 │ │ ├── FangSong.5000.16 │ │ ├── FangSong.5000.24 │ │ ├── FangSong.5200.16 │ │ ├── FangSong.5200.24 │ │ ├── FangSong.5400.16 │ │ ├── FangSong.5400.24 │ │ ├── FangSong.5600.16 │ │ ├── FangSong.5600.24 │ │ ├── FangSong.5800.16 │ │ ├── FangSong.5800.24 │ │ ├── FangSong.5a00.16 │ │ ├── FangSong.5a00.24 │ │ ├── FangSong.5c00.16 │ │ ├── FangSong.5c00.24 │ │ ├── FangSong.5e00.16 │ │ ├── FangSong.5e00.24 │ │ ├── FangSong.6000.16 │ │ ├── FangSong.6000.24 │ │ ├── FangSong.6200.16 │ │ ├── FangSong.6200.24 │ │ ├── FangSong.6400.16 │ │ ├── FangSong.6400.24 │ │ ├── FangSong.6600.16 │ │ ├── FangSong.6600.24 │ │ ├── FangSong.6800.16 │ │ ├── FangSong.6800.24 │ │ ├── FangSong.6a00.16 │ │ ├── FangSong.6a00.24 │ │ ├── FangSong.6c00.16 │ │ ├── FangSong.6c00.24 │ │ ├── FangSong.6e00.16 │ │ ├── FangSong.6e00.24 │ │ ├── FangSong.7000.16 │ │ ├── FangSong.7000.24 │ │ ├── FangSong.7200.16 │ │ ├── FangSong.7200.24 │ │ ├── FangSong.7400.16 │ │ ├── FangSong.7400.24 │ │ ├── FangSong.7600.16 │ │ ├── FangSong.7600.24 │ │ ├── FangSong.7800.16 │ │ ├── FangSong.7800.24 │ │ ├── FangSong.7a00.16 │ │ ├── FangSong.7a00.24 │ │ ├── FangSong.7c00.16 │ │ ├── FangSong.7c00.24 │ │ ├── FangSong.7e00.16 │ │ ├── FangSong.7e00.24 │ │ ├── FangSong.8000.16 │ │ ├── FangSong.8000.24 │ │ ├── FangSong.8200.16 │ │ ├── FangSong.8200.24 │ │ ├── FangSong.8400.16 │ │ ├── FangSong.8400.24 │ │ ├── FangSong.8600.16 │ │ ├── FangSong.8600.24 │ │ ├── FangSong.8800.16 │ │ ├── FangSong.8800.24 │ │ ├── FangSong.8a00.16 │ │ ├── FangSong.8a00.24 │ │ ├── FangSong.8c00.16 │ │ ├── FangSong.8c00.24 │ │ ├── FangSong.8e00.16 │ │ ├── FangSong.8e00.24 │ │ ├── FangSong.9000.16 │ │ ├── FangSong.9000.24 │ │ ├── FangSong.9200.16 │ │ ├── FangSong.9200.24 │ │ ├── FangSong.9400.16 │ │ ├── FangSong.9400.24 │ │ ├── FangSong.9600.16 │ │ ├── FangSong.9600.24 │ │ ├── FangSong.9800.16 │ │ ├── FangSong.9800.24 │ │ ├── FangSong.9a00.16 │ │ ├── FangSong.9a00.24 │ │ ├── FangSong.9c00.16 │ │ ├── FangSong.9c00.24 │ │ ├── FangSong.9e00.16 │ │ ├── FangSong.9e00.24 │ │ ├── Hei.4e00.24 │ │ ├── Hei.5000.24 │ │ ├── Hei.5200.24 │ │ ├── Hei.5400.24 │ │ ├── Hei.5600.24 │ │ ├── Hei.5800.24 │ │ ├── Hei.5a00.24 │ │ ├── Hei.5c00.24 │ │ ├── Hei.5e00.24 │ │ ├── Hei.6000.24 │ │ ├── Hei.6200.24 │ │ ├── Hei.6400.24 │ │ ├── Hei.6600.24 │ │ ├── Hei.6800.24 │ │ ├── Hei.6a00.24 │ │ ├── Hei.6c00.24 │ │ ├── Hei.6e00.24 │ │ ├── Hei.7000.24 │ │ ├── Hei.7200.24 │ │ ├── Hei.7400.24 │ │ ├── Hei.7600.24 │ │ ├── Hei.7800.24 │ │ ├── Hei.7a00.24 │ │ ├── Hei.7c00.24 │ │ ├── Hei.7e00.24 │ │ ├── Hei.8000.24 │ │ ├── Hei.8200.24 │ │ ├── Hei.8400.24 │ │ ├── Hei.8600.24 │ │ ├── Hei.8800.24 │ │ ├── Hei.8a00.24 │ │ ├── Hei.8c00.24 │ │ ├── Hei.8e00.24 │ │ ├── Hei.9000.24 │ │ ├── Hei.9200.24 │ │ ├── Hei.9400.24 │ │ ├── Hei.9600.24 │ │ ├── Hei.9800.24 │ │ ├── Hei.9a00.24 │ │ ├── Hei.9c00.24 │ │ ├── Hei.9e00.24 │ │ ├── Kai.4e00.24 │ │ ├── Kai.5000.24 │ │ ├── Kai.5200.24 │ │ ├── Kai.5400.24 │ │ ├── Kai.5600.24 │ │ ├── Kai.5800.24 │ │ ├── Kai.5a00.24 │ │ ├── Kai.5c00.24 │ │ ├── Kai.5e00.24 │ │ ├── Kai.6000.24 │ │ ├── Kai.6200.24 │ │ ├── Kai.6400.24 │ │ ├── Kai.6600.24 │ │ ├── Kai.6800.24 │ │ ├── Kai.6a00.24 │ │ ├── Kai.6c00.24 │ │ ├── Kai.6e00.24 │ │ ├── Kai.7000.24 │ │ ├── Kai.7200.24 │ │ ├── Kai.7400.24 │ │ ├── Kai.7600.24 │ │ ├── Kai.7800.24 │ │ ├── Kai.7a00.24 │ │ ├── Kai.7c00.24 │ │ ├── Kai.7e00.24 │ │ ├── Kai.8000.24 │ │ ├── Kai.8200.24 │ │ ├── Kai.8400.24 │ │ ├── Kai.8600.24 │ │ ├── Kai.8800.24 │ │ ├── Kai.8a00.24 │ │ ├── Kai.8c00.24 │ │ ├── Kai.8e00.24 │ │ ├── Kai.9000.24 │ │ ├── Kai.9200.24 │ │ ├── Kai.9400.24 │ │ ├── Kai.9600.24 │ │ ├── Kai.9800.24 │ │ ├── Kai.9a00.24 │ │ ├── Kai.9c00.24 │ │ ├── Kai.9e00.24 │ │ ├── Song.4e00.16 │ │ ├── Song.4e00.24 │ │ ├── Song.5000.16 │ │ ├── Song.5000.24 │ │ ├── Song.5200.16 │ │ ├── Song.5200.24 │ │ ├── Song.5400.16 │ │ ├── Song.5400.24 │ │ ├── Song.5600.16 │ │ ├── Song.5600.24 │ │ ├── Song.5800.16 │ │ ├── Song.5800.24 │ │ ├── Song.5a00.16 │ │ ├── Song.5a00.24 │ │ ├── Song.5c00.16 │ │ ├── Song.5c00.24 │ │ ├── Song.5e00.16 │ │ ├── Song.5e00.24 │ │ ├── Song.6000.16 │ │ ├── Song.6000.24 │ │ ├── Song.6200.16 │ │ ├── Song.6200.24 │ │ ├── Song.6400.16 │ │ ├── Song.6400.24 │ │ ├── Song.6600.16 │ │ ├── Song.6600.24 │ │ ├── Song.6800.16 │ │ ├── Song.6800.24 │ │ ├── Song.6a00.16 │ │ ├── Song.6a00.24 │ │ ├── Song.6c00.16 │ │ ├── Song.6c00.24 │ │ ├── Song.6e00.16 │ │ ├── Song.6e00.24 │ │ ├── Song.7000.16 │ │ ├── Song.7000.24 │ │ ├── Song.7200.16 │ │ ├── Song.7200.24 │ │ ├── Song.7400.16 │ │ ├── Song.7400.24 │ │ ├── Song.7600.16 │ │ ├── Song.7600.24 │ │ ├── Song.7800.16 │ │ ├── Song.7800.24 │ │ ├── Song.7a00.16 │ │ ├── Song.7a00.24 │ │ ├── Song.7c00.16 │ │ ├── Song.7c00.24 │ │ ├── Song.7e00.16 │ │ ├── Song.7e00.24 │ │ ├── Song.8000.16 │ │ ├── Song.8000.24 │ │ ├── Song.8200.16 │ │ ├── Song.8200.24 │ │ ├── Song.8400.16 │ │ ├── Song.8400.24 │ │ ├── Song.8600.16 │ │ ├── Song.8600.24 │ │ ├── Song.8800.16 │ │ ├── Song.8800.24 │ │ ├── Song.8a00.16 │ │ ├── Song.8a00.24 │ │ ├── Song.8c00.16 │ │ ├── Song.8c00.24 │ │ ├── Song.8e00.16 │ │ ├── Song.8e00.24 │ │ ├── Song.9000.16 │ │ ├── Song.9000.24 │ │ ├── Song.9200.16 │ │ ├── Song.9200.24 │ │ ├── Song.9400.16 │ │ ├── Song.9400.24 │ │ ├── Song.9600.16 │ │ ├── Song.9600.24 │ │ ├── Song.9800.16 │ │ ├── Song.9800.24 │ │ ├── Song.9a00.16 │ │ ├── Song.9a00.24 │ │ ├── Song.9c00.16 │ │ ├── Song.9c00.24 │ │ ├── Song.9e00.16 │ │ ├── Song.9e00.24 │ │ ├── TradSong.4e00.24 │ │ ├── TradSong.5000.24 │ │ ├── TradSong.5200.24 │ │ ├── TradSong.5400.24 │ │ ├── TradSong.5600.24 │ │ ├── TradSong.5800.24 │ │ ├── TradSong.5a00.24 │ │ ├── TradSong.5c00.24 │ │ ├── TradSong.5e00.24 │ │ ├── TradSong.6000.24 │ │ ├── TradSong.6200.24 │ │ ├── TradSong.6400.24 │ │ ├── TradSong.6600.24 │ │ ├── TradSong.6800.24 │ │ ├── TradSong.6a00.24 │ │ ├── TradSong.6c00.24 │ │ ├── TradSong.6e00.24 │ │ ├── TradSong.7000.24 │ │ ├── TradSong.7200.24 │ │ ├── TradSong.7400.24 │ │ ├── TradSong.7600.24 │ │ ├── TradSong.7800.24 │ │ ├── TradSong.7a00.24 │ │ ├── TradSong.7c00.24 │ │ ├── TradSong.7e00.24 │ │ ├── TradSong.8000.24 │ │ ├── TradSong.8200.24 │ │ ├── TradSong.8400.24 │ │ ├── TradSong.8600.24 │ │ ├── TradSong.8800.24 │ │ ├── TradSong.8a00.24 │ │ ├── TradSong.8c00.24 │ │ ├── TradSong.8e00.24 │ │ ├── TradSong.9000.24 │ │ ├── TradSong.9200.24 │ │ ├── TradSong.9400.24 │ │ ├── TradSong.9600.24 │ │ ├── TradSong.9800.24 │ │ ├── TradSong.9a00.24 │ │ ├── TradSong.9c00.24 │ │ └── TradSong.9e00.24 │ │ ├── jis │ │ ├── README │ │ ├── hiragana.16 │ │ ├── hiragana.24 │ │ ├── jis3000.16 │ │ ├── jis3000.24 │ │ ├── jis4e00.16 │ │ ├── jis4e00.24 │ │ ├── jis5000.16 │ │ ├── jis5000.24 │ │ ├── jis5200.16 │ │ ├── jis5200.24 │ │ ├── jis5400.16 │ │ ├── jis5400.24 │ │ ├── jis5600.16 │ │ ├── jis5600.24 │ │ ├── jis5800.16 │ │ ├── jis5800.24 │ │ ├── jis5a00.16 │ │ ├── jis5a00.24 │ │ ├── jis5c00.16 │ │ ├── jis5c00.24 │ │ ├── jis5e00.16 │ │ ├── jis5e00.24 │ │ ├── jis6000.16 │ │ ├── jis6000.24 │ │ ├── jis6200.16 │ │ ├── jis6200.24 │ │ ├── jis6400.16 │ │ ├── jis6400.24 │ │ ├── jis6600.16 │ │ ├── jis6600.24 │ │ ├── jis6800.16 │ │ ├── jis6800.24 │ │ ├── jis6a00.16 │ │ ├── jis6a00.24 │ │ ├── jis6c00.16 │ │ ├── jis6c00.24 │ │ ├── jis6e00.16 │ │ ├── jis6e00.24 │ │ ├── jis7000.16 │ │ ├── jis7000.24 │ │ ├── jis7200.16 │ │ ├── jis7200.24 │ │ ├── jis7400.16 │ │ ├── jis7400.24 │ │ ├── jis7600.16 │ │ ├── jis7600.24 │ │ ├── jis7800.16 │ │ ├── jis7800.24 │ │ ├── jis7a00.16 │ │ ├── jis7a00.24 │ │ ├── jis7c00.16 │ │ ├── jis7c00.24 │ │ ├── jis7e00.16 │ │ ├── jis7e00.24 │ │ ├── jis8000.16 │ │ ├── jis8000.24 │ │ ├── jis8200.16 │ │ ├── jis8200.24 │ │ ├── jis8400.16 │ │ ├── jis8400.24 │ │ ├── jis8600.16 │ │ ├── jis8600.24 │ │ ├── jis8800.16 │ │ ├── jis8800.24 │ │ ├── jis8a00.16 │ │ ├── jis8a00.24 │ │ ├── jis8c00.16 │ │ ├── jis8c00.24 │ │ ├── jis8e00.16 │ │ ├── jis8e00.24 │ │ ├── jis9000.16 │ │ ├── jis9000.24 │ │ ├── jis9200.16 │ │ ├── jis9200.24 │ │ ├── jis9400.16 │ │ ├── jis9400.24 │ │ ├── jis9600.16 │ │ ├── jis9600.24 │ │ ├── jis9800.16 │ │ ├── jis9800.24 │ │ ├── jis9a00.16 │ │ ├── jis9a00.24 │ │ ├── jis9c00.16 │ │ ├── jis9c00.24 │ │ ├── jis9e00.16 │ │ ├── jis9e00.24 │ │ ├── katakana.16 │ │ └── katakana.24 │ │ ├── lucida │ │ ├── Althebrew.10.0 │ │ ├── Althebrew.10.1 │ │ ├── Althebrew.12.0 │ │ ├── Althebrew.12.1 │ │ ├── Althebrew.14.0 │ │ ├── Althebrew.14.1 │ │ ├── Althebrew.16.0 │ │ ├── Althebrew.16.1 │ │ ├── Althebrew.18.0 │ │ ├── Althebrew.18.1 │ │ ├── Althebrew.20.0 │ │ ├── Althebrew.20.1 │ │ ├── Althebrew.24.0 │ │ ├── Althebrew.24.1 │ │ ├── Althebrew.28.0 │ │ ├── Althebrew.28.1 │ │ ├── Althebrew.32.0 │ │ ├── Althebrew.32.1 │ │ ├── Althebrew.5.0 │ │ ├── Althebrew.5.1 │ │ ├── Althebrew.6.0 │ │ ├── Althebrew.6.1 │ │ ├── Althebrew.7.0 │ │ ├── Althebrew.7.1 │ │ ├── Althebrew.8.0 │ │ ├── Althebrew.8.1 │ │ ├── Althebrew.9.0 │ │ ├── Althebrew.9.1 │ │ ├── Altshades.10.0 │ │ ├── Altshades.10.1 │ │ ├── Altshades.12.0 │ │ ├── Altshades.12.1 │ │ ├── Altshades.14.0 │ │ ├── Altshades.14.1 │ │ ├── Altshades.16.0 │ │ ├── Altshades.16.1 │ │ ├── Altshades.18.0 │ │ ├── Altshades.18.1 │ │ ├── Altshades.20.0 │ │ ├── Altshades.20.1 │ │ ├── Altshades.24.0 │ │ ├── Altshades.24.1 │ │ ├── Altshades.28.0 │ │ ├── Altshades.28.1 │ │ ├── Altshades.32.0 │ │ ├── Altshades.32.1 │ │ ├── Altshades.5.0 │ │ ├── Altshades.5.1 │ │ ├── Altshades.6.0 │ │ ├── Altshades.6.1 │ │ ├── Altshades.7.0 │ │ ├── Altshades.7.1 │ │ ├── Altshades.8.0 │ │ ├── Altshades.8.1 │ │ ├── Altshades.9.0 │ │ ├── Altshades.9.1 │ │ ├── EuroLatin.10.0 │ │ ├── EuroLatin.10.1 │ │ ├── EuroLatin.12.0 │ │ ├── EuroLatin.12.1 │ │ ├── EuroLatin.14.0 │ │ ├── EuroLatin.14.1 │ │ ├── EuroLatin.16.0 │ │ ├── EuroLatin.16.1 │ │ ├── EuroLatin.18.0 │ │ ├── EuroLatin.18.1 │ │ ├── EuroLatin.20.0 │ │ ├── EuroLatin.20.1 │ │ ├── EuroLatin.24.0 │ │ ├── EuroLatin.24.1 │ │ ├── EuroLatin.28.0 │ │ ├── EuroLatin.28.1 │ │ ├── EuroLatin.32.0 │ │ ├── EuroLatin.32.1 │ │ ├── EuroLatin.5.0 │ │ ├── EuroLatin.5.1 │ │ ├── EuroLatin.6.0 │ │ ├── EuroLatin.6.1 │ │ ├── EuroLatin.7.0 │ │ ├── EuroLatin.7.1 │ │ ├── EuroLatin.8.0 │ │ ├── EuroLatin.8.1 │ │ ├── EuroLatin.9.0 │ │ ├── EuroLatin.9.1 │ │ ├── FormBlock.10.0 │ │ ├── FormBlock.10.1 │ │ ├── FormBlock.12.0 │ │ ├── FormBlock.12.1 │ │ ├── FormBlock.14.0 │ │ ├── FormBlock.14.1 │ │ ├── FormBlock.16.0 │ │ ├── FormBlock.16.1 │ │ ├── FormBlock.18.0 │ │ ├── FormBlock.18.1 │ │ ├── FormBlock.20.0 │ │ ├── FormBlock.20.1 │ │ ├── FormBlock.24.0 │ │ ├── FormBlock.24.1 │ │ ├── FormBlock.28.0 │ │ ├── FormBlock.28.1 │ │ ├── FormBlock.32.0 │ │ ├── FormBlock.32.1 │ │ ├── FormBlock.5.0 │ │ ├── FormBlock.5.1 │ │ ├── FormBlock.6.0 │ │ ├── FormBlock.6.1 │ │ ├── FormBlock.7.0 │ │ ├── FormBlock.7.1 │ │ ├── FormBlock.8.0 │ │ ├── FormBlock.8.1 │ │ ├── FormBlock.9.0 │ │ ├── FormBlock.9.1 │ │ ├── GenDiacrit.10.0 │ │ ├── GenDiacrit.10.1 │ │ ├── GenDiacrit.12.0 │ │ ├── GenDiacrit.12.1 │ │ ├── GenDiacrit.14.0 │ │ ├── GenDiacrit.14.1 │ │ ├── GenDiacrit.16.0 │ │ ├── GenDiacrit.16.1 │ │ ├── GenDiacrit.18.0 │ │ ├── GenDiacrit.18.1 │ │ ├── GenDiacrit.20.0 │ │ ├── GenDiacrit.20.1 │ │ ├── GenDiacrit.24.0 │ │ ├── GenDiacrit.24.1 │ │ ├── GenDiacrit.28.0 │ │ ├── GenDiacrit.28.1 │ │ ├── GenDiacrit.32.0 │ │ ├── GenDiacrit.32.1 │ │ ├── GenDiacrit.5.0 │ │ ├── GenDiacrit.5.1 │ │ ├── GenDiacrit.6.0 │ │ ├── GenDiacrit.6.1 │ │ ├── GenDiacrit.7.0 │ │ ├── GenDiacrit.7.1 │ │ ├── GenDiacrit.8.0 │ │ ├── GenDiacrit.8.1 │ │ ├── GenDiacrit.9.0 │ │ ├── GenDiacrit.9.1 │ │ ├── GenPunct.10.0 │ │ ├── GenPunct.10.1 │ │ ├── GenPunct.12.0 │ │ ├── GenPunct.12.1 │ │ ├── GenPunct.14.0 │ │ ├── GenPunct.14.1 │ │ ├── GenPunct.16.0 │ │ ├── GenPunct.16.1 │ │ ├── GenPunct.18.0 │ │ ├── GenPunct.18.1 │ │ ├── GenPunct.20.0 │ │ ├── GenPunct.20.1 │ │ ├── GenPunct.24.0 │ │ ├── GenPunct.24.1 │ │ ├── GenPunct.28.0 │ │ ├── GenPunct.28.1 │ │ ├── GenPunct.32.0 │ │ ├── GenPunct.32.1 │ │ ├── GenPunct.5.0 │ │ ├── GenPunct.5.1 │ │ ├── GenPunct.6.0 │ │ ├── GenPunct.6.1 │ │ ├── GenPunct.7.0 │ │ ├── GenPunct.7.1 │ │ ├── GenPunct.8.0 │ │ ├── GenPunct.8.1 │ │ ├── GenPunct.9.0 │ │ ├── GenPunct.9.1 │ │ ├── Hebrew.10.0 │ │ ├── Hebrew.10.1 │ │ ├── Hebrew.12.0 │ │ ├── Hebrew.12.1 │ │ ├── Hebrew.14.0 │ │ ├── Hebrew.14.1 │ │ ├── Hebrew.16.0 │ │ ├── Hebrew.16.1 │ │ ├── Hebrew.18.0 │ │ ├── Hebrew.18.1 │ │ ├── Hebrew.20.0 │ │ ├── Hebrew.20.1 │ │ ├── Hebrew.24.0 │ │ ├── Hebrew.24.1 │ │ ├── Hebrew.28.0 │ │ ├── Hebrew.28.1 │ │ ├── Hebrew.32.0 │ │ ├── Hebrew.32.1 │ │ ├── Hebrew.5.0 │ │ ├── Hebrew.5.1 │ │ ├── Hebrew.6.0 │ │ ├── Hebrew.6.1 │ │ ├── Hebrew.7.0 │ │ ├── Hebrew.7.1 │ │ ├── Hebrew.8.0 │ │ ├── Hebrew.8.1 │ │ ├── Hebrew.9.0 │ │ ├── Hebrew.9.1 │ │ ├── Letterlike.10.0 │ │ ├── Letterlike.10.1 │ │ ├── Letterlike.12.0 │ │ ├── Letterlike.12.1 │ │ ├── Letterlike.14.0 │ │ ├── Letterlike.14.1 │ │ ├── Letterlike.16.0 │ │ ├── Letterlike.16.1 │ │ ├── Letterlike.18.0 │ │ ├── Letterlike.18.1 │ │ ├── Letterlike.20.0 │ │ ├── Letterlike.20.1 │ │ ├── Letterlike.24.0 │ │ ├── Letterlike.24.1 │ │ ├── Letterlike.28.0 │ │ ├── Letterlike.28.1 │ │ ├── Letterlike.32.0 │ │ ├── Letterlike.32.1 │ │ ├── Letterlike.5.0 │ │ ├── Letterlike.5.1 │ │ ├── Letterlike.6.0 │ │ ├── Letterlike.6.1 │ │ ├── Letterlike.7.0 │ │ ├── Letterlike.7.1 │ │ ├── Letterlike.8.0 │ │ ├── Letterlike.8.1 │ │ ├── Letterlike.9.0 │ │ ├── Letterlike.9.1 │ │ ├── MathOps1.10.0 │ │ ├── MathOps1.10.1 │ │ ├── MathOps1.12.0 │ │ ├── MathOps1.12.1 │ │ ├── MathOps1.14.0 │ │ ├── MathOps1.14.1 │ │ ├── MathOps1.16.0 │ │ ├── MathOps1.16.1 │ │ ├── MathOps1.18.0 │ │ ├── MathOps1.18.1 │ │ ├── MathOps1.20.0 │ │ ├── MathOps1.20.1 │ │ ├── MathOps1.24.0 │ │ ├── MathOps1.24.1 │ │ ├── MathOps1.28.0 │ │ ├── MathOps1.28.1 │ │ ├── MathOps1.32.0 │ │ ├── MathOps1.32.1 │ │ ├── MathOps1.5.0 │ │ ├── MathOps1.5.1 │ │ ├── MathOps1.6.0 │ │ ├── MathOps1.6.1 │ │ ├── MathOps1.7.0 │ │ ├── MathOps1.7.1 │ │ ├── MathOps1.8.0 │ │ ├── MathOps1.8.1 │ │ ├── MathOps1.9.0 │ │ ├── MathOps1.9.1 │ │ ├── NOTICE │ │ ├── Phonetic.10.0 │ │ ├── Phonetic.10.1 │ │ ├── Phonetic.12.0 │ │ ├── Phonetic.12.1 │ │ ├── Phonetic.14.0 │ │ ├── Phonetic.14.1 │ │ ├── Phonetic.16.0 │ │ ├── Phonetic.16.1 │ │ ├── Phonetic.18.0 │ │ ├── Phonetic.18.1 │ │ ├── Phonetic.20.0 │ │ ├── Phonetic.20.1 │ │ ├── Phonetic.24.0 │ │ ├── Phonetic.24.1 │ │ ├── Phonetic.28.0 │ │ ├── Phonetic.28.1 │ │ ├── Phonetic.32.0 │ │ ├── Phonetic.32.1 │ │ ├── Phonetic.5.0 │ │ ├── Phonetic.5.1 │ │ ├── Phonetic.6.0 │ │ ├── Phonetic.6.1 │ │ ├── Phonetic.7.0 │ │ ├── Phonetic.7.1 │ │ ├── Phonetic.8.0 │ │ ├── Phonetic.8.1 │ │ ├── Phonetic.9.0 │ │ ├── Phonetic.9.1 │ │ ├── control.10.0 │ │ ├── control.10.1 │ │ ├── control.12.0 │ │ ├── control.12.1 │ │ ├── control.14.0 │ │ ├── control.14.1 │ │ ├── control.16.0 │ │ ├── control.16.1 │ │ ├── control.18.0 │ │ ├── control.18.1 │ │ ├── control.20.0 │ │ ├── control.20.1 │ │ ├── control.24.0 │ │ ├── control.24.1 │ │ ├── control.28.0 │ │ ├── control.28.1 │ │ ├── control.32.0 │ │ ├── control.32.1 │ │ ├── control.5.0 │ │ ├── control.5.1 │ │ ├── control.6.0 │ │ ├── control.6.1 │ │ ├── control.7.0 │ │ ├── control.7.1 │ │ ├── control.8.0 │ │ ├── control.8.1 │ │ ├── control.9.0 │ │ ├── control.9.1 │ │ ├── cyrillic.10.0 │ │ ├── cyrillic.10.1 │ │ ├── cyrillic.12.0 │ │ ├── cyrillic.12.1 │ │ ├── cyrillic.14.0 │ │ ├── cyrillic.14.1 │ │ ├── cyrillic.16.0 │ │ ├── cyrillic.16.1 │ │ ├── cyrillic.18.0 │ │ ├── cyrillic.18.1 │ │ ├── cyrillic.20.0 │ │ ├── cyrillic.20.1 │ │ ├── cyrillic.24.0 │ │ ├── cyrillic.24.1 │ │ ├── cyrillic.28.0 │ │ ├── cyrillic.28.1 │ │ ├── cyrillic.32.0 │ │ ├── cyrillic.32.1 │ │ ├── cyrillic.5.0 │ │ ├── cyrillic.5.1 │ │ ├── cyrillic.6.0 │ │ ├── cyrillic.6.1 │ │ ├── cyrillic.7.0 │ │ ├── cyrillic.7.1 │ │ ├── cyrillic.8.0 │ │ ├── cyrillic.8.1 │ │ ├── cyrillic.9.0 │ │ ├── cyrillic.9.1 │ │ ├── latin1.10.0 │ │ ├── latin1.10.1 │ │ ├── latin1.12.0 │ │ ├── latin1.12.1 │ │ ├── latin1.14.0 │ │ ├── latin1.14.1 │ │ ├── latin1.16.0 │ │ ├── latin1.16.1 │ │ ├── latin1.18.0 │ │ ├── latin1.18.1 │ │ ├── latin1.20.0 │ │ ├── latin1.20.1 │ │ ├── latin1.24.0 │ │ ├── latin1.24.1 │ │ ├── latin1.28.0 │ │ ├── latin1.28.1 │ │ ├── latin1.32.0 │ │ ├── latin1.32.1 │ │ ├── latin1.5.0 │ │ ├── latin1.5.1 │ │ ├── latin1.6.0 │ │ ├── latin1.6.1 │ │ ├── latin1.7.0 │ │ ├── latin1.7.1 │ │ ├── latin1.8.0 │ │ ├── latin1.8.1 │ │ ├── latin1.9.0 │ │ ├── latin1.9.1 │ │ ├── latin1B.10.0 │ │ ├── latin1B.10.1 │ │ ├── latin1B.10.font │ │ ├── latin1B.12.0 │ │ ├── latin1B.12.1 │ │ ├── latin1B.12.font │ │ ├── latin1B.14.0 │ │ ├── latin1B.14.1 │ │ ├── latin1B.14.font │ │ ├── latin1B.16.0 │ │ ├── latin1B.16.1 │ │ ├── latin1B.16.font │ │ ├── latin1B.18.0 │ │ ├── latin1B.18.1 │ │ ├── latin1B.18.font │ │ ├── latin1B.20.0 │ │ ├── latin1B.20.1 │ │ ├── latin1B.20.font │ │ ├── latin1B.24.0 │ │ ├── latin1B.24.1 │ │ ├── latin1B.24.font │ │ ├── latin1B.28.0 │ │ ├── latin1B.28.1 │ │ ├── latin1B.28.font │ │ ├── latin1B.32.0 │ │ ├── latin1B.32.1 │ │ ├── latin1B.32.font │ │ ├── latin1B.5.0 │ │ ├── latin1B.5.1 │ │ ├── latin1B.5.font │ │ ├── latin1B.6.0 │ │ ├── latin1B.6.1 │ │ ├── latin1B.6.font │ │ ├── latin1B.7.0 │ │ ├── latin1B.7.1 │ │ ├── latin1B.7.font │ │ ├── latin1B.8.0 │ │ ├── latin1B.8.1 │ │ ├── latin1B.8.font │ │ ├── latin1B.9.0 │ │ ├── latin1B.9.1 │ │ ├── latin1B.9.font │ │ ├── latin1CW.10.0 │ │ ├── latin1CW.10.1 │ │ ├── latin1CW.10.font │ │ ├── latin1CW.12.0 │ │ ├── latin1CW.12.1 │ │ ├── latin1CW.12.font │ │ ├── latin1CW.14.0 │ │ ├── latin1CW.14.1 │ │ ├── latin1CW.14.font │ │ ├── latin1CW.16.0 │ │ ├── latin1CW.16.1 │ │ ├── latin1CW.16.font │ │ ├── latin1CW.18.0 │ │ ├── latin1CW.18.1 │ │ ├── latin1CW.18.font │ │ ├── latin1CW.20.0 │ │ ├── latin1CW.20.1 │ │ ├── latin1CW.20.font │ │ ├── latin1CW.24.0 │ │ ├── latin1CW.24.1 │ │ ├── latin1CW.24.font │ │ ├── latin1CW.28.0 │ │ ├── latin1CW.28.1 │ │ ├── latin1CW.28.font │ │ ├── latin1CW.32.0 │ │ ├── latin1CW.32.1 │ │ ├── latin1CW.32.font │ │ ├── latin1CW.5.0 │ │ ├── latin1CW.5.1 │ │ ├── latin1CW.5.font │ │ ├── latin1CW.6.0 │ │ ├── latin1CW.6.1 │ │ ├── latin1CW.6.font │ │ ├── latin1CW.7.0 │ │ ├── latin1CW.7.1 │ │ ├── latin1CW.7.font │ │ ├── latin1CW.8.0 │ │ ├── latin1CW.8.1 │ │ ├── latin1CW.8.font │ │ ├── latin1CW.9.0 │ │ ├── latin1CW.9.1 │ │ ├── latin1CW.9.font │ │ ├── latin1I.10.0 │ │ ├── latin1I.10.1 │ │ ├── latin1I.10.font │ │ ├── latin1I.12.0 │ │ ├── latin1I.12.1 │ │ ├── latin1I.12.font │ │ ├── latin1I.14.0 │ │ ├── latin1I.14.1 │ │ ├── latin1I.14.font │ │ ├── latin1I.16.0 │ │ ├── latin1I.16.1 │ │ ├── latin1I.16.font │ │ ├── latin1I.18.0 │ │ ├── latin1I.18.1 │ │ ├── latin1I.18.font │ │ ├── latin1I.20.0 │ │ ├── latin1I.20.1 │ │ ├── latin1I.20.font │ │ ├── latin1I.24.0 │ │ ├── latin1I.24.1 │ │ ├── latin1I.24.font │ │ ├── latin1I.28.0 │ │ ├── latin1I.28.1 │ │ ├── latin1I.28.font │ │ ├── latin1I.32.0 │ │ ├── latin1I.32.1 │ │ ├── latin1I.32.font │ │ ├── latin1I.5.0 │ │ ├── latin1I.5.1 │ │ ├── latin1I.5.font │ │ ├── latin1I.6.0 │ │ ├── latin1I.6.1 │ │ ├── latin1I.6.font │ │ ├── latin1I.7.0 │ │ ├── latin1I.7.1 │ │ ├── latin1I.7.font │ │ ├── latin1I.8.0 │ │ ├── latin1I.8.1 │ │ ├── latin1I.8.font │ │ ├── latin1I.9.0 │ │ ├── latin1I.9.1 │ │ ├── latin1I.9.font │ │ ├── unicode.10.font │ │ ├── unicode.12.font │ │ ├── unicode.14.font │ │ ├── unicode.16.font │ │ ├── unicode.18.font │ │ ├── unicode.20.font │ │ ├── unicode.24.font │ │ ├── unicode.28.font │ │ ├── unicode.32.font │ │ ├── unicode.5.font │ │ ├── unicode.6.font │ │ ├── unicode.7.font │ │ ├── unicode.8.font │ │ ├── unicode.8.font1 │ │ └── unicode.9.font │ │ ├── lucidasans │ │ ├── NOTICE │ │ ├── boldlatin1.10.font │ │ ├── boldlatin1.13.font │ │ ├── boldlatin1.6.font │ │ ├── boldlatin1.7.font │ │ ├── boldlatin1.8.font │ │ ├── boldtypelatin1.6.font │ │ ├── boldtypelatin1.7.font │ │ ├── boldtypeunicode.7.font │ │ ├── boldunicode.10.font │ │ ├── boldunicode.13.font │ │ ├── boldunicode.6.font │ │ ├── boldunicode.7.font │ │ ├── boldunicode.8.font │ │ ├── euro.7.font │ │ ├── euro.8.font │ │ ├── italiclatin1.10.font │ │ ├── italiclatin1.13.font │ │ ├── italiclatin1.6.font │ │ ├── italiclatin1.7.font │ │ ├── italiclatin1.8.font │ │ ├── italicunicode.10.font │ │ ├── italicunicode.13.font │ │ ├── italicunicode.6.font │ │ ├── italicunicode.7.font │ │ ├── italicunicode.8.font │ │ ├── latin1.10.font │ │ ├── latin1.13.font │ │ ├── latin1.6.font │ │ ├── latin1.7.font │ │ ├── latin1.8.font │ │ ├── latin1b.10.font │ │ ├── latin1b.7.font │ │ ├── latin1i.10.font │ │ ├── latin1i.7.font │ │ ├── lsb.10 │ │ ├── lsb.12 │ │ ├── lsb.14 │ │ ├── lsb.18 │ │ ├── lsb.24 │ │ ├── lsbtr.10 │ │ ├── lsbtr.12 │ │ ├── lsi.10 │ │ ├── lsi.12 │ │ ├── lsi.14 │ │ ├── lsi.18 │ │ ├── lsi.24 │ │ ├── lsr.10 │ │ ├── lsr.12 │ │ ├── lsr.14 │ │ ├── lsr.18 │ │ ├── lsr.24 │ │ ├── lstr.10 │ │ ├── lstr.12 │ │ ├── passwd.6.font │ │ ├── typelatin1.6.font │ │ ├── typelatin1.7.font │ │ ├── typeunicode.12.font │ │ ├── typeunicode.16.font │ │ ├── typeunicode.6.font │ │ ├── typeunicode.7.font │ │ ├── typeunicode.9.font │ │ ├── unicode.10.font │ │ ├── unicode.13.font │ │ ├── unicode.6.font │ │ ├── unicode.7.font │ │ ├── unicode.8.font │ │ ├── unicode.8.font1 │ │ └── unicode.9x24.font │ │ ├── lucm │ │ ├── NOTICE │ │ ├── currency.9 │ │ ├── cyrillic.9 │ │ ├── euro.9.font │ │ ├── genpunc.9 │ │ ├── greek.9 │ │ ├── ipa.9 │ │ ├── latin1.9 │ │ ├── latin1.9.font │ │ ├── latineur.9 │ │ ├── passwd.9.font │ │ ├── supsub.9 │ │ └── unicode.9.font │ │ ├── misc │ │ ├── 6x10.0 │ │ ├── 6x13.0 │ │ ├── 8x13.0 │ │ ├── 8x13bold.0 │ │ ├── README │ │ ├── a12biluc.0 │ │ ├── a12bluci.0 │ │ ├── a12butto.0 │ │ ├── a12iluci.0 │ │ ├── a12lucid.0 │ │ ├── a12sbarh.0 │ │ ├── a12sbarv.0 │ │ ├── a12sldrh.0 │ │ ├── a12sldrv.0 │ │ ├── arrows │ │ ├── ascii.5x7 │ │ ├── ascii.5x7.font │ │ ├── ascii.6x10 │ │ ├── ascii.6x10.font │ │ ├── b12bluci.0 │ │ ├── b12butto.0 │ │ ├── b12lucid.0 │ │ ├── b12sbarh.0 │ │ ├── b12sbarv.0 │ │ ├── b12sldrh.0 │ │ ├── b12sldrv.0 │ │ ├── c12bluci.0 │ │ ├── c12butto.0 │ │ ├── c12iluci.0 │ │ ├── c12lucid.0 │ │ ├── c12sbarh.0 │ │ ├── c12sbarv.0 │ │ ├── c12sldrh.0 │ │ ├── c12sldrv.0 │ │ ├── char-1 │ │ ├── chart │ │ ├── cursor.0 │ │ ├── cyrillic.9 │ │ ├── d12bluci.0 │ │ ├── d12butto.0 │ │ ├── d12iluci.0 │ │ ├── d12lucid.0 │ │ ├── d12sbarh.0 │ │ ├── d12sbarv.0 │ │ ├── d12sldrh.0 │ │ ├── d12sldrv.0 │ │ ├── ding │ │ ├── e12biluc.0 │ │ ├── e12bluci.0 │ │ ├── e12butto.0 │ │ ├── e12iluci.0 │ │ ├── e12lucid.0 │ │ ├── e12sbarh.0 │ │ ├── e12sbarv.0 │ │ ├── e12sldrh.0 │ │ ├── e12sldrv.0 │ │ ├── f12bluci.0 │ │ ├── f12butto.0 │ │ ├── f12lucid.0 │ │ ├── f12sbarh.0 │ │ ├── f12sbarv.0 │ │ ├── f12sldrh.0 │ │ ├── f12sldrv.0 │ │ ├── g12bluci.0 │ │ ├── g12butto.0 │ │ ├── g12lucid.0 │ │ ├── g12sbarh.0 │ │ ├── g12sbarv.0 │ │ ├── g12sldrh.0 │ │ ├── g12sldrv.0 │ │ ├── genpunc.8 │ │ ├── genpunc.9 │ │ ├── geometric │ │ ├── greek.8 │ │ ├── h12bluci.0 │ │ ├── h12butto.0 │ │ ├── h12iluci.0 │ │ ├── h12lucid.0 │ │ ├── h12sbarh.0 │ │ ├── h12sbarv.0 │ │ ├── h12sldrh.0 │ │ ├── h12sldrv.0 │ │ ├── helvb10.0 │ │ ├── helvb12.0 │ │ ├── helvr10.0 │ │ ├── ipa.8 │ │ ├── latin1.6x10 │ │ ├── latin1.6x10.font │ │ ├── latin1.6x13 │ │ ├── latin1.6x13.font │ │ ├── latin1.8 │ │ ├── latin1.8x13 │ │ ├── latin1.8x13.font │ │ ├── latineur.8 │ │ ├── letterlike.8 │ │ ├── math1 │ │ ├── math2 │ │ ├── numbforms.9 │ │ ├── olcursor.0 │ │ ├── olgl10.0 │ │ ├── st │ │ ├── st.font │ │ ├── supsub.8 │ │ ├── tech │ │ ├── unicode.6x13.font │ │ └── zapf │ │ ├── naga10 │ │ ├── 5x10B.0001 │ │ ├── 5x10B.font │ │ ├── 5x10a.0001 │ │ ├── 5x10a.font │ │ ├── 5x10rk.0001 │ │ ├── 5x10rk.font │ │ ├── README │ │ ├── knj10.005c │ │ ├── knj10.0391 │ │ ├── knj10.0401 │ │ ├── knj10.2010 │ │ ├── knj10.2200 │ │ ├── knj10.2500 │ │ ├── knj10.2605 │ │ ├── knj10.3000 │ │ ├── knj10.4e00 │ │ ├── knj10.5005 │ │ ├── knj10.5200 │ │ ├── knj10.5401 │ │ ├── knj10.5606 │ │ ├── knj10.5800 │ │ ├── knj10.5a01 │ │ ├── knj10.5c01 │ │ ├── knj10.5e02 │ │ ├── knj10.600e │ │ ├── knj10.6200 │ │ ├── knj10.6406 │ │ ├── knj10.6602 │ │ ├── knj10.6802 │ │ ├── knj10.6a02 │ │ ├── knj10.6c08 │ │ ├── knj10.6e05 │ │ ├── knj10.7001 │ │ ├── knj10.7206 │ │ ├── knj10.7403 │ │ ├── knj10.7601 │ │ ├── knj10.7802 │ │ ├── knj10.7a00 │ │ ├── knj10.7c00 │ │ ├── knj10.7e01 │ │ ├── knj10.8000 │ │ ├── knj10.8201 │ │ ├── knj10.8403 │ │ ├── knj10.8602 │ │ ├── knj10.8805 │ │ ├── knj10.8a00 │ │ ├── knj10.8c37 │ │ ├── knj10.8e08 │ │ ├── knj10.9000 │ │ ├── knj10.920d │ │ ├── knj10.9403 │ │ ├── knj10.961c │ │ ├── knj10.9801 │ │ ├── knj10.9a01 │ │ ├── knj10.9c04 │ │ ├── knj10.9e1a │ │ ├── knj10.ff01 │ │ ├── knj10.font │ │ ├── knj10B.005c │ │ ├── knj10B.0391 │ │ ├── knj10B.0401 │ │ ├── knj10B.2010 │ │ ├── knj10B.2200 │ │ ├── knj10B.2500 │ │ ├── knj10B.2605 │ │ ├── knj10B.3000 │ │ ├── knj10B.4e00 │ │ ├── knj10B.5005 │ │ ├── knj10B.5200 │ │ ├── knj10B.5401 │ │ ├── knj10B.5606 │ │ ├── knj10B.5800 │ │ ├── knj10B.5a01 │ │ ├── knj10B.5c01 │ │ ├── knj10B.5e02 │ │ ├── knj10B.600e │ │ ├── knj10B.6200 │ │ ├── knj10B.6406 │ │ ├── knj10B.6602 │ │ ├── knj10B.6802 │ │ ├── knj10B.6a02 │ │ ├── knj10B.6c08 │ │ ├── knj10B.6e05 │ │ ├── knj10B.7001 │ │ ├── knj10B.7206 │ │ ├── knj10B.7403 │ │ ├── knj10B.7601 │ │ ├── knj10B.7802 │ │ ├── knj10B.7a00 │ │ ├── knj10B.7c00 │ │ ├── knj10B.7e01 │ │ ├── knj10B.8000 │ │ ├── knj10B.8201 │ │ ├── knj10B.8403 │ │ ├── knj10B.8602 │ │ ├── knj10B.8805 │ │ ├── knj10B.8a00 │ │ ├── knj10B.8c37 │ │ ├── knj10B.8e08 │ │ ├── knj10B.9000 │ │ ├── knj10B.920d │ │ ├── knj10B.9403 │ │ ├── knj10B.961c │ │ ├── knj10B.9801 │ │ ├── knj10B.9a01 │ │ ├── knj10B.9c04 │ │ ├── knj10B.9e1a │ │ ├── knj10B.ff01 │ │ ├── knj10B.font │ │ ├── maru10.005c │ │ ├── maru10.0391 │ │ ├── maru10.0401 │ │ ├── maru10.2010 │ │ ├── maru10.2200 │ │ ├── maru10.2500 │ │ ├── maru10.2605 │ │ ├── maru10.3000 │ │ ├── maru10.4e00 │ │ ├── maru10.5005 │ │ ├── maru10.5200 │ │ ├── maru10.5401 │ │ ├── maru10.5606 │ │ ├── maru10.5800 │ │ ├── maru10.5a01 │ │ ├── maru10.5c01 │ │ ├── maru10.5e02 │ │ ├── maru10.600e │ │ ├── maru10.6200 │ │ ├── maru10.6406 │ │ ├── maru10.6602 │ │ ├── maru10.6802 │ │ ├── maru10.6a02 │ │ ├── maru10.6c08 │ │ ├── maru10.6e05 │ │ ├── maru10.7001 │ │ ├── maru10.7206 │ │ ├── maru10.7403 │ │ ├── maru10.7601 │ │ ├── maru10.7802 │ │ ├── maru10.7a00 │ │ ├── maru10.7c00 │ │ ├── maru10.7e01 │ │ ├── maru10.8000 │ │ ├── maru10.8201 │ │ ├── maru10.8403 │ │ ├── maru10.8602 │ │ ├── maru10.8805 │ │ ├── maru10.8a00 │ │ ├── maru10.8c37 │ │ ├── maru10.8e08 │ │ ├── maru10.9000 │ │ ├── maru10.920d │ │ ├── maru10.9403 │ │ ├── maru10.961c │ │ ├── maru10.9801 │ │ ├── maru10.9a01 │ │ ├── maru10.9c04 │ │ ├── maru10.9e1a │ │ ├── maru10.ff01 │ │ ├── maru10.font │ │ ├── min10.005c │ │ ├── min10.0391 │ │ ├── min10.0401 │ │ ├── min10.2010 │ │ ├── min10.2200 │ │ ├── min10.2500 │ │ ├── min10.2605 │ │ ├── min10.3000 │ │ ├── min10.4e00 │ │ ├── min10.5005 │ │ ├── min10.5200 │ │ ├── min10.5401 │ │ ├── min10.5606 │ │ ├── min10.5800 │ │ ├── min10.5a01 │ │ ├── min10.5c01 │ │ ├── min10.5e02 │ │ ├── min10.600e │ │ ├── min10.6200 │ │ ├── min10.6406 │ │ ├── min10.6602 │ │ ├── min10.6802 │ │ ├── min10.6a02 │ │ ├── min10.6c08 │ │ ├── min10.6e05 │ │ ├── min10.7001 │ │ ├── min10.7206 │ │ ├── min10.7403 │ │ ├── min10.7601 │ │ ├── min10.7802 │ │ ├── min10.7a00 │ │ ├── min10.7c00 │ │ ├── min10.7e01 │ │ ├── min10.8000 │ │ ├── min10.8201 │ │ ├── min10.8403 │ │ ├── min10.8602 │ │ ├── min10.8805 │ │ ├── min10.8a00 │ │ ├── min10.8c37 │ │ ├── min10.8e08 │ │ ├── min10.9000 │ │ ├── min10.920d │ │ ├── min10.9403 │ │ ├── min10.961c │ │ ├── min10.9801 │ │ ├── min10.9a01 │ │ ├── min10.9c04 │ │ ├── min10.9e1a │ │ ├── min10.ff01 │ │ └── min10.font │ │ ├── palatino │ │ ├── B.10.1 │ │ ├── B.11.1 │ │ ├── B.12.1 │ │ ├── B.15.1 │ │ ├── B.17.1 │ │ ├── B.2.1 │ │ ├── B.23.1 │ │ ├── B.25.1 │ │ ├── B.3.1 │ │ ├── B.4.1 │ │ ├── B.5.1 │ │ ├── B.6.1 │ │ ├── B.7.1 │ │ ├── B.8.1 │ │ ├── I.10.1 │ │ ├── I.11.1 │ │ ├── I.12.1 │ │ ├── I.15.1 │ │ ├── I.17.1 │ │ ├── I.2.1 │ │ ├── I.23.1 │ │ ├── I.25.1 │ │ ├── I.3.1 │ │ ├── I.4.1 │ │ ├── I.5.1 │ │ ├── I.6.1 │ │ ├── I.7.1 │ │ ├── I.8.1 │ │ ├── R.10.1 │ │ ├── R.11.1 │ │ ├── R.12.1 │ │ ├── R.15.1 │ │ ├── R.17.1 │ │ ├── R.2.1 │ │ ├── R.23.1 │ │ ├── R.25.1 │ │ ├── R.3.1 │ │ ├── R.4.1 │ │ ├── R.5.1 │ │ ├── R.6.1 │ │ ├── R.7.1 │ │ ├── R.8.1 │ │ ├── latin1.5.font │ │ └── latin1.6.font │ │ ├── pelm │ │ ├── NOTICE │ │ ├── ascii.10 │ │ ├── ascii.10.font │ │ ├── ascii.12 │ │ ├── ascii.12.font │ │ ├── ascii.16 │ │ ├── ascii.16.font │ │ ├── currency.9 │ │ ├── encalpha.9 │ │ ├── euro.8.font │ │ ├── euro.9.font │ │ ├── fangsong.9.font │ │ ├── fffd.9 │ │ ├── hku.9.font │ │ ├── jis.9.font │ │ ├── latin1.8 │ │ ├── latin1.8.font │ │ ├── latin1.9 │ │ ├── latin1.9.font │ │ ├── latineur.8 │ │ ├── latineur.9 │ │ ├── song.9.font │ │ ├── song.9x24.font │ │ ├── supsub.8 │ │ ├── supsub.9 │ │ ├── tfangsong.9.font │ │ ├── unicode.8.font │ │ ├── unicode.9.font │ │ └── unicode.9x24.font │ │ ├── shinonome │ │ ├── 6x12a.0001 │ │ ├── 6x12a.font │ │ ├── 6x12ab.0001 │ │ ├── 6x12ab.font │ │ ├── 6x12abi.0001 │ │ ├── 6x12abi.font │ │ ├── 6x12ai.0001 │ │ ├── 6x12ai.font │ │ ├── 6x12r.0001 │ │ ├── 6x12r.font │ │ ├── 6x12rb.0001 │ │ ├── 6x12rb.font │ │ ├── 6x12rbi.0001 │ │ ├── 6x12rbi.font │ │ ├── 6x12ri.0001 │ │ ├── 6x12ri.font │ │ ├── 7x14a.0001 │ │ ├── 7x14a.font │ │ ├── 7x14ab.0001 │ │ ├── 7x14ab.font │ │ ├── 7x14abi.0001 │ │ ├── 7x14abi.font │ │ ├── 7x14ai.0001 │ │ ├── 7x14ai.font │ │ ├── 7x14r.0001 │ │ ├── 7x14r.font │ │ ├── 7x14rb.0001 │ │ ├── 7x14rb.font │ │ ├── 7x14rbi.0001 │ │ ├── 7x14rbi.font │ │ ├── 7x14ri.0001 │ │ ├── 7x14ri.font │ │ ├── 8x16a.0001 │ │ ├── 8x16a.font │ │ ├── 8x16ab.0001 │ │ ├── 8x16ab.font │ │ ├── 8x16abi.0001 │ │ ├── 8x16abi.font │ │ ├── 8x16ai.0001 │ │ ├── 8x16ai.font │ │ ├── 8x16r.0001 │ │ ├── 8x16r.font │ │ ├── 8x16rb.0001 │ │ ├── 8x16rb.font │ │ ├── 8x16rbi.0001 │ │ ├── 8x16rbi.font │ │ ├── 8x16ri.0001 │ │ ├── 8x16ri.font │ │ ├── 9x18a.0001 │ │ ├── 9x18a.font │ │ ├── 9x18ab.0001 │ │ ├── 9x18ab.font │ │ ├── 9x18abi.0001 │ │ ├── 9x18abi.font │ │ ├── 9x18ai.0001 │ │ ├── 9x18ai.font │ │ ├── 9x18r.0001 │ │ ├── 9x18r.font │ │ ├── 9x18rb.0001 │ │ ├── 9x18rb.font │ │ ├── 9x18rbi.0001 │ │ ├── 9x18rbi.font │ │ ├── 9x18ri.0001 │ │ ├── 9x18ri.font │ │ ├── README │ │ ├── goth.12.font │ │ ├── goth.14.font │ │ ├── goth.16.font │ │ ├── k12.005c │ │ ├── k12.0391 │ │ ├── k12.0401 │ │ ├── k12.2010 │ │ ├── k12.2200 │ │ ├── k12.2500 │ │ ├── k12.2605 │ │ ├── k12.3000 │ │ ├── k12.4e00 │ │ ├── k12.5005 │ │ ├── k12.5200 │ │ ├── k12.5401 │ │ ├── k12.5606 │ │ ├── k12.5800 │ │ ├── k12.5a01 │ │ ├── k12.5c01 │ │ ├── k12.5e02 │ │ ├── k12.600e │ │ ├── k12.6200 │ │ ├── k12.6406 │ │ ├── k12.6602 │ │ ├── k12.6802 │ │ ├── k12.6a02 │ │ ├── k12.6c08 │ │ ├── k12.6e05 │ │ ├── k12.7001 │ │ ├── k12.7206 │ │ ├── k12.7403 │ │ ├── k12.7601 │ │ ├── k12.7802 │ │ ├── k12.7a00 │ │ ├── k12.7c00 │ │ ├── k12.7e01 │ │ ├── k12.8000 │ │ ├── k12.8201 │ │ ├── k12.8403 │ │ ├── k12.8602 │ │ ├── k12.8805 │ │ ├── k12.8a00 │ │ ├── k12.8c37 │ │ ├── k12.8e08 │ │ ├── k12.9000 │ │ ├── k12.920d │ │ ├── k12.9403 │ │ ├── k12.961c │ │ ├── k12.9801 │ │ ├── k12.9a01 │ │ ├── k12.9c04 │ │ ├── k12.9e1a │ │ ├── k12.ff01 │ │ ├── k12.font │ │ ├── k12b.005c │ │ ├── k12b.0391 │ │ ├── k12b.0401 │ │ ├── k12b.2010 │ │ ├── k12b.2200 │ │ ├── k12b.2500 │ │ ├── k12b.2605 │ │ ├── k12b.3000 │ │ ├── k12b.4e00 │ │ ├── k12b.5005 │ │ ├── k12b.5200 │ │ ├── k12b.5401 │ │ ├── k12b.5606 │ │ ├── k12b.5800 │ │ ├── k12b.5a01 │ │ ├── k12b.5c01 │ │ ├── k12b.5e02 │ │ ├── k12b.600e │ │ ├── k12b.6200 │ │ ├── k12b.6406 │ │ ├── k12b.6602 │ │ ├── k12b.6802 │ │ ├── k12b.6a02 │ │ ├── k12b.6c08 │ │ ├── k12b.6e05 │ │ ├── k12b.7001 │ │ ├── k12b.7206 │ │ ├── k12b.7403 │ │ ├── k12b.7601 │ │ ├── k12b.7802 │ │ ├── k12b.7a00 │ │ ├── k12b.7c00 │ │ ├── k12b.7e01 │ │ ├── k12b.8000 │ │ ├── k12b.8201 │ │ ├── k12b.8403 │ │ ├── k12b.8602 │ │ ├── k12b.8805 │ │ ├── k12b.8a00 │ │ ├── k12b.8c37 │ │ ├── k12b.8e08 │ │ ├── k12b.9000 │ │ ├── k12b.920d │ │ ├── k12b.9403 │ │ ├── k12b.961c │ │ ├── k12b.9801 │ │ ├── k12b.9a01 │ │ ├── k12b.9c04 │ │ ├── k12b.9e1a │ │ ├── k12b.ff01 │ │ ├── k12b.font │ │ ├── k12bi.005c │ │ ├── k12bi.0391 │ │ ├── k12bi.0401 │ │ ├── k12bi.2010 │ │ ├── k12bi.2200 │ │ ├── k12bi.2500 │ │ ├── k12bi.2605 │ │ ├── k12bi.3000 │ │ ├── k12bi.4e00 │ │ ├── k12bi.5005 │ │ ├── k12bi.5200 │ │ ├── k12bi.5401 │ │ ├── k12bi.5606 │ │ ├── k12bi.5800 │ │ ├── k12bi.5a01 │ │ ├── k12bi.5c01 │ │ ├── k12bi.5e02 │ │ ├── k12bi.600e │ │ ├── k12bi.6200 │ │ ├── k12bi.6406 │ │ ├── k12bi.6602 │ │ ├── k12bi.6802 │ │ ├── k12bi.6a02 │ │ ├── k12bi.6c08 │ │ ├── k12bi.6e05 │ │ ├── k12bi.7001 │ │ ├── k12bi.7206 │ │ ├── k12bi.7403 │ │ ├── k12bi.7601 │ │ ├── k12bi.7802 │ │ ├── k12bi.7a00 │ │ ├── k12bi.7c00 │ │ ├── k12bi.7e01 │ │ ├── k12bi.8000 │ │ ├── k12bi.8201 │ │ ├── k12bi.8403 │ │ ├── k12bi.8602 │ │ ├── k12bi.8805 │ │ ├── k12bi.8a00 │ │ ├── k12bi.8c37 │ │ ├── k12bi.8e08 │ │ ├── k12bi.9000 │ │ ├── k12bi.920d │ │ ├── k12bi.9403 │ │ ├── k12bi.961c │ │ ├── k12bi.9801 │ │ ├── k12bi.9a01 │ │ ├── k12bi.9c04 │ │ ├── k12bi.9e1a │ │ ├── k12bi.ff01 │ │ ├── k12bi.font │ │ ├── k12i.005c │ │ ├── k12i.0391 │ │ ├── k12i.0401 │ │ ├── k12i.2010 │ │ ├── k12i.2200 │ │ ├── k12i.2500 │ │ ├── k12i.2605 │ │ ├── k12i.3000 │ │ ├── k12i.4e00 │ │ ├── k12i.5005 │ │ ├── k12i.5200 │ │ ├── k12i.5401 │ │ ├── k12i.5606 │ │ ├── k12i.5800 │ │ ├── k12i.5a01 │ │ ├── k12i.5c01 │ │ ├── k12i.5e02 │ │ ├── k12i.600e │ │ ├── k12i.6200 │ │ ├── k12i.6406 │ │ ├── k12i.6602 │ │ ├── k12i.6802 │ │ ├── k12i.6a02 │ │ ├── k12i.6c08 │ │ ├── k12i.6e05 │ │ ├── k12i.7001 │ │ ├── k12i.7206 │ │ ├── k12i.7403 │ │ ├── k12i.7601 │ │ ├── k12i.7802 │ │ ├── k12i.7a00 │ │ ├── k12i.7c00 │ │ ├── k12i.7e01 │ │ ├── k12i.8000 │ │ ├── k12i.8201 │ │ ├── k12i.8403 │ │ ├── k12i.8602 │ │ ├── k12i.8805 │ │ ├── k12i.8a00 │ │ ├── k12i.8c37 │ │ ├── k12i.8e08 │ │ ├── k12i.9000 │ │ ├── k12i.920d │ │ ├── k12i.9403 │ │ ├── k12i.961c │ │ ├── k12i.9801 │ │ ├── k12i.9a01 │ │ ├── k12i.9c04 │ │ ├── k12i.9e1a │ │ ├── k12i.ff01 │ │ ├── k12i.font │ │ ├── k12maru.005c │ │ ├── k12maru.0391 │ │ ├── k12maru.0401 │ │ ├── k12maru.2010 │ │ ├── k12maru.2200 │ │ ├── k12maru.2500 │ │ ├── k12maru.2605 │ │ ├── k12maru.3000 │ │ ├── k12maru.4e00 │ │ ├── k12maru.5005 │ │ ├── k12maru.5200 │ │ ├── k12maru.5401 │ │ ├── k12maru.5606 │ │ ├── k12maru.5800 │ │ ├── k12maru.5a01 │ │ ├── k12maru.5c01 │ │ ├── k12maru.5e02 │ │ ├── k12maru.600e │ │ ├── k12maru.6200 │ │ ├── k12maru.6406 │ │ ├── k12maru.6602 │ │ ├── k12maru.6802 │ │ ├── k12maru.6a02 │ │ ├── k12maru.6c08 │ │ ├── k12maru.6e05 │ │ ├── k12maru.7001 │ │ ├── k12maru.7206 │ │ ├── k12maru.7403 │ │ ├── k12maru.7601 │ │ ├── k12maru.7802 │ │ ├── k12maru.7a00 │ │ ├── k12maru.7c00 │ │ ├── k12maru.7e01 │ │ ├── k12maru.8000 │ │ ├── k12maru.8201 │ │ ├── k12maru.8403 │ │ ├── k12maru.8602 │ │ ├── k12maru.8805 │ │ ├── k12maru.8a00 │ │ ├── k12maru.8c37 │ │ ├── k12maru.8e08 │ │ ├── k12maru.9000 │ │ ├── k12maru.920d │ │ ├── k12maru.9403 │ │ ├── k12maru.961c │ │ ├── k12maru.9801 │ │ ├── k12maru.9a01 │ │ ├── k12maru.9c04 │ │ ├── k12maru.9e1a │ │ ├── k12maru.ff01 │ │ ├── k12maru.font │ │ ├── k12marub.005c │ │ ├── k12marub.0391 │ │ ├── k12marub.0401 │ │ ├── k12marub.2010 │ │ ├── k12marub.2200 │ │ ├── k12marub.2500 │ │ ├── k12marub.2605 │ │ ├── k12marub.3000 │ │ ├── k12marub.4e00 │ │ ├── k12marub.5005 │ │ ├── k12marub.5200 │ │ ├── k12marub.5401 │ │ ├── k12marub.5606 │ │ ├── k12marub.5800 │ │ ├── k12marub.5a01 │ │ ├── k12marub.5c01 │ │ ├── k12marub.5e02 │ │ ├── k12marub.600e │ │ ├── k12marub.6200 │ │ ├── k12marub.6406 │ │ ├── k12marub.6602 │ │ ├── k12marub.6802 │ │ ├── k12marub.6a02 │ │ ├── k12marub.6c08 │ │ ├── k12marub.6e05 │ │ ├── k12marub.7001 │ │ ├── k12marub.7206 │ │ ├── k12marub.7403 │ │ ├── k12marub.7601 │ │ ├── k12marub.7802 │ │ ├── k12marub.7a00 │ │ ├── k12marub.7c00 │ │ ├── k12marub.7e01 │ │ ├── k12marub.8000 │ │ ├── k12marub.8201 │ │ ├── k12marub.8403 │ │ ├── k12marub.8602 │ │ ├── k12marub.8805 │ │ ├── k12marub.8a00 │ │ ├── k12marub.8c37 │ │ ├── k12marub.8e08 │ │ ├── k12marub.9000 │ │ ├── k12marub.920d │ │ ├── k12marub.9403 │ │ ├── k12marub.961c │ │ ├── k12marub.9801 │ │ ├── k12marub.9a01 │ │ ├── k12marub.9c04 │ │ ├── k12marub.9e1a │ │ ├── k12marub.ff01 │ │ ├── k12marub.font │ │ ├── k12marubi.005c │ │ ├── k12marubi.0391 │ │ ├── k12marubi.0401 │ │ ├── k12marubi.2010 │ │ ├── k12marubi.2200 │ │ ├── k12marubi.2500 │ │ ├── k12marubi.2605 │ │ ├── k12marubi.3000 │ │ ├── k12marubi.4e00 │ │ ├── k12marubi.5005 │ │ ├── k12marubi.5200 │ │ ├── k12marubi.5401 │ │ ├── k12marubi.5606 │ │ ├── k12marubi.5800 │ │ ├── k12marubi.5a01 │ │ ├── k12marubi.5c01 │ │ ├── k12marubi.5e02 │ │ ├── k12marubi.600e │ │ ├── k12marubi.6200 │ │ ├── k12marubi.6406 │ │ ├── k12marubi.6602 │ │ ├── k12marubi.6802 │ │ ├── k12marubi.6a02 │ │ ├── k12marubi.6c08 │ │ ├── k12marubi.6e05 │ │ ├── k12marubi.7001 │ │ ├── k12marubi.7206 │ │ ├── k12marubi.7403 │ │ ├── k12marubi.7601 │ │ ├── k12marubi.7802 │ │ ├── k12marubi.7a00 │ │ ├── k12marubi.7c00 │ │ ├── k12marubi.7e01 │ │ ├── k12marubi.8000 │ │ ├── k12marubi.8201 │ │ ├── k12marubi.8403 │ │ ├── k12marubi.8602 │ │ ├── k12marubi.8805 │ │ ├── k12marubi.8a00 │ │ ├── k12marubi.8c37 │ │ ├── k12marubi.8e08 │ │ ├── k12marubi.9000 │ │ ├── k12marubi.920d │ │ ├── k12marubi.9403 │ │ ├── k12marubi.961c │ │ ├── k12marubi.9801 │ │ ├── k12marubi.9a01 │ │ ├── k12marubi.9c04 │ │ ├── k12marubi.9e1a │ │ ├── k12marubi.ff01 │ │ ├── k12marubi.font │ │ ├── k12marui.005c │ │ ├── k12marui.0391 │ │ ├── k12marui.0401 │ │ ├── k12marui.2010 │ │ ├── k12marui.2200 │ │ ├── k12marui.2500 │ │ ├── k12marui.2605 │ │ ├── k12marui.3000 │ │ ├── k12marui.4e00 │ │ ├── k12marui.5005 │ │ ├── k12marui.5200 │ │ ├── k12marui.5401 │ │ ├── k12marui.5606 │ │ ├── k12marui.5800 │ │ ├── k12marui.5a01 │ │ ├── k12marui.5c01 │ │ ├── k12marui.5e02 │ │ ├── k12marui.600e │ │ ├── k12marui.6200 │ │ ├── k12marui.6406 │ │ ├── k12marui.6602 │ │ ├── k12marui.6802 │ │ ├── k12marui.6a02 │ │ ├── k12marui.6c08 │ │ ├── k12marui.6e05 │ │ ├── k12marui.7001 │ │ ├── k12marui.7206 │ │ ├── k12marui.7403 │ │ ├── k12marui.7601 │ │ ├── k12marui.7802 │ │ ├── k12marui.7a00 │ │ ├── k12marui.7c00 │ │ ├── k12marui.7e01 │ │ ├── k12marui.8000 │ │ ├── k12marui.8201 │ │ ├── k12marui.8403 │ │ ├── k12marui.8602 │ │ ├── k12marui.8805 │ │ ├── k12marui.8a00 │ │ ├── k12marui.8c37 │ │ ├── k12marui.8e08 │ │ ├── k12marui.9000 │ │ ├── k12marui.920d │ │ ├── k12marui.9403 │ │ ├── k12marui.961c │ │ ├── k12marui.9801 │ │ ├── k12marui.9a01 │ │ ├── k12marui.9c04 │ │ ├── k12marui.9e1a │ │ ├── k12marui.ff01 │ │ ├── k12marui.font │ │ ├── k12min.005c │ │ ├── k12min.0391 │ │ ├── k12min.0401 │ │ ├── k12min.2010 │ │ ├── k12min.2200 │ │ ├── k12min.2500 │ │ ├── k12min.2605 │ │ ├── k12min.3000 │ │ ├── k12min.4e00 │ │ ├── k12min.5005 │ │ ├── k12min.5200 │ │ ├── k12min.5401 │ │ ├── k12min.5606 │ │ ├── k12min.5800 │ │ ├── k12min.5a01 │ │ ├── k12min.5c01 │ │ ├── k12min.5e02 │ │ ├── k12min.600e │ │ ├── k12min.6200 │ │ ├── k12min.6406 │ │ ├── k12min.6602 │ │ ├── k12min.6802 │ │ ├── k12min.6a02 │ │ ├── k12min.6c08 │ │ ├── k12min.6e05 │ │ ├── k12min.7001 │ │ ├── k12min.7206 │ │ ├── k12min.7403 │ │ ├── k12min.7601 │ │ ├── k12min.7802 │ │ ├── k12min.7a00 │ │ ├── k12min.7c00 │ │ ├── k12min.7e01 │ │ ├── k12min.8000 │ │ ├── k12min.8201 │ │ ├── k12min.8403 │ │ ├── k12min.8602 │ │ ├── k12min.8805 │ │ ├── k12min.8a00 │ │ ├── k12min.8c37 │ │ ├── k12min.8e08 │ │ ├── k12min.9000 │ │ ├── k12min.920d │ │ ├── k12min.9403 │ │ ├── k12min.961c │ │ ├── k12min.9801 │ │ ├── k12min.9a01 │ │ ├── k12min.9c04 │ │ ├── k12min.9e1a │ │ ├── k12min.ff01 │ │ ├── k12min.font │ │ ├── k12minb.005c │ │ ├── k12minb.0391 │ │ ├── k12minb.0401 │ │ ├── k12minb.2010 │ │ ├── k12minb.2200 │ │ ├── k12minb.2500 │ │ ├── k12minb.2605 │ │ ├── k12minb.3000 │ │ ├── k12minb.4e00 │ │ ├── k12minb.5005 │ │ ├── k12minb.5200 │ │ ├── k12minb.5401 │ │ ├── k12minb.5606 │ │ ├── k12minb.5800 │ │ ├── k12minb.5a01 │ │ ├── k12minb.5c01 │ │ ├── k12minb.5e02 │ │ ├── k12minb.600e │ │ ├── k12minb.6200 │ │ ├── k12minb.6406 │ │ ├── k12minb.6602 │ │ ├── k12minb.6802 │ │ ├── k12minb.6a02 │ │ ├── k12minb.6c08 │ │ ├── k12minb.6e05 │ │ ├── k12minb.7001 │ │ ├── k12minb.7206 │ │ ├── k12minb.7403 │ │ ├── k12minb.7601 │ │ ├── k12minb.7802 │ │ ├── k12minb.7a00 │ │ ├── k12minb.7c00 │ │ ├── k12minb.7e01 │ │ ├── k12minb.8000 │ │ ├── k12minb.8201 │ │ ├── k12minb.8403 │ │ ├── k12minb.8602 │ │ ├── k12minb.8805 │ │ ├── k12minb.8a00 │ │ ├── k12minb.8c37 │ │ ├── k12minb.8e08 │ │ ├── k12minb.9000 │ │ ├── k12minb.920d │ │ ├── k12minb.9403 │ │ ├── k12minb.961c │ │ ├── k12minb.9801 │ │ ├── k12minb.9a01 │ │ ├── k12minb.9c04 │ │ ├── k12minb.9e1a │ │ ├── k12minb.ff01 │ │ ├── k12minb.font │ │ ├── k12minbi.005c │ │ ├── k12minbi.0391 │ │ ├── k12minbi.0401 │ │ ├── k12minbi.2010 │ │ ├── k12minbi.2200 │ │ ├── k12minbi.2500 │ │ ├── k12minbi.2605 │ │ ├── k12minbi.3000 │ │ ├── k12minbi.4e00 │ │ ├── k12minbi.5005 │ │ ├── k12minbi.5200 │ │ ├── k12minbi.5401 │ │ ├── k12minbi.5606 │ │ ├── k12minbi.5800 │ │ ├── k12minbi.5a01 │ │ ├── k12minbi.5c01 │ │ ├── k12minbi.5e02 │ │ ├── k12minbi.600e │ │ ├── k12minbi.6200 │ │ ├── k12minbi.6406 │ │ ├── k12minbi.6602 │ │ ├── k12minbi.6802 │ │ ├── k12minbi.6a02 │ │ ├── k12minbi.6c08 │ │ ├── k12minbi.6e05 │ │ ├── k12minbi.7001 │ │ ├── k12minbi.7206 │ │ ├── k12minbi.7403 │ │ ├── k12minbi.7601 │ │ ├── k12minbi.7802 │ │ ├── k12minbi.7a00 │ │ ├── k12minbi.7c00 │ │ ├── k12minbi.7e01 │ │ ├── k12minbi.8000 │ │ ├── k12minbi.8201 │ │ ├── k12minbi.8403 │ │ ├── k12minbi.8602 │ │ ├── k12minbi.8805 │ │ ├── k12minbi.8a00 │ │ ├── k12minbi.8c37 │ │ ├── k12minbi.8e08 │ │ ├── k12minbi.9000 │ │ ├── k12minbi.920d │ │ ├── k12minbi.9403 │ │ ├── k12minbi.961c │ │ ├── k12minbi.9801 │ │ ├── k12minbi.9a01 │ │ ├── k12minbi.9c04 │ │ ├── k12minbi.9e1a │ │ ├── k12minbi.ff01 │ │ ├── k12minbi.font │ │ ├── k12mini.005c │ │ ├── k12mini.0391 │ │ ├── k12mini.0401 │ │ ├── k12mini.2010 │ │ ├── k12mini.2200 │ │ ├── k12mini.2500 │ │ ├── k12mini.2605 │ │ ├── k12mini.3000 │ │ ├── k12mini.4e00 │ │ ├── k12mini.5005 │ │ ├── k12mini.5200 │ │ ├── k12mini.5401 │ │ ├── k12mini.5606 │ │ ├── k12mini.5800 │ │ ├── k12mini.5a01 │ │ ├── k12mini.5c01 │ │ ├── k12mini.5e02 │ │ ├── k12mini.600e │ │ ├── k12mini.6200 │ │ ├── k12mini.6406 │ │ ├── k12mini.6602 │ │ ├── k12mini.6802 │ │ ├── k12mini.6a02 │ │ ├── k12mini.6c08 │ │ ├── k12mini.6e05 │ │ ├── k12mini.7001 │ │ ├── k12mini.7206 │ │ ├── k12mini.7403 │ │ ├── k12mini.7601 │ │ ├── k12mini.7802 │ │ ├── k12mini.7a00 │ │ ├── k12mini.7c00 │ │ ├── k12mini.7e01 │ │ ├── k12mini.8000 │ │ ├── k12mini.8201 │ │ ├── k12mini.8403 │ │ ├── k12mini.8602 │ │ ├── k12mini.8805 │ │ ├── k12mini.8a00 │ │ ├── k12mini.8c37 │ │ ├── k12mini.8e08 │ │ ├── k12mini.9000 │ │ ├── k12mini.920d │ │ ├── k12mini.9403 │ │ ├── k12mini.961c │ │ ├── k12mini.9801 │ │ ├── k12mini.9a01 │ │ ├── k12mini.9c04 │ │ ├── k12mini.9e1a │ │ ├── k12mini.ff01 │ │ ├── k12mini.font │ │ ├── k12p.005c │ │ ├── k12p.0391 │ │ ├── k12p.0401 │ │ ├── k12p.2010 │ │ ├── k12p.2200 │ │ ├── k12p.2500 │ │ ├── k12p.2605 │ │ ├── k12p.3000 │ │ ├── k12p.4e00 │ │ ├── k12p.5005 │ │ ├── k12p.5200 │ │ ├── k12p.5401 │ │ ├── k12p.5606 │ │ ├── k12p.5800 │ │ ├── k12p.5a01 │ │ ├── k12p.5c01 │ │ ├── k12p.5e02 │ │ ├── k12p.600e │ │ ├── k12p.6200 │ │ ├── k12p.6406 │ │ ├── k12p.6602 │ │ ├── k12p.6802 │ │ ├── k12p.6a02 │ │ ├── k12p.6c08 │ │ ├── k12p.6e05 │ │ ├── k12p.7001 │ │ ├── k12p.7206 │ │ ├── k12p.7403 │ │ ├── k12p.7601 │ │ ├── k12p.7802 │ │ ├── k12p.7a00 │ │ ├── k12p.7c00 │ │ ├── k12p.7e01 │ │ ├── k12p.8000 │ │ ├── k12p.8201 │ │ ├── k12p.8403 │ │ ├── k12p.8602 │ │ ├── k12p.8805 │ │ ├── k12p.8a00 │ │ ├── k12p.8c37 │ │ ├── k12p.8e08 │ │ ├── k12p.9000 │ │ ├── k12p.920d │ │ ├── k12p.9403 │ │ ├── k12p.961c │ │ ├── k12p.9801 │ │ ├── k12p.9a01 │ │ ├── k12p.9c04 │ │ ├── k12p.9e1a │ │ ├── k12p.ff01 │ │ ├── k12p.font │ │ ├── k12pb.005c │ │ ├── k12pb.0391 │ │ ├── k12pb.0401 │ │ ├── k12pb.2010 │ │ ├── k12pb.2200 │ │ ├── k12pb.2500 │ │ ├── k12pb.2605 │ │ ├── k12pb.3000 │ │ ├── k12pb.4e00 │ │ ├── k12pb.5005 │ │ ├── k12pb.5200 │ │ ├── k12pb.5401 │ │ ├── k12pb.5606 │ │ ├── k12pb.5800 │ │ ├── k12pb.5a01 │ │ ├── k12pb.5c01 │ │ ├── k12pb.5e02 │ │ ├── k12pb.600e │ │ ├── k12pb.6200 │ │ ├── k12pb.6406 │ │ ├── k12pb.6602 │ │ ├── k12pb.6802 │ │ ├── k12pb.6a02 │ │ ├── k12pb.6c08 │ │ ├── k12pb.6e05 │ │ ├── k12pb.7001 │ │ ├── k12pb.7206 │ │ ├── k12pb.7403 │ │ ├── k12pb.7601 │ │ ├── k12pb.7802 │ │ ├── k12pb.7a00 │ │ ├── k12pb.7c00 │ │ ├── k12pb.7e01 │ │ ├── k12pb.8000 │ │ ├── k12pb.8201 │ │ ├── k12pb.8403 │ │ ├── k12pb.8602 │ │ ├── k12pb.8805 │ │ ├── k12pb.8a00 │ │ ├── k12pb.8c37 │ │ ├── k12pb.8e08 │ │ ├── k12pb.9000 │ │ ├── k12pb.920d │ │ ├── k12pb.9403 │ │ ├── k12pb.961c │ │ ├── k12pb.9801 │ │ ├── k12pb.9a01 │ │ ├── k12pb.9c04 │ │ ├── k12pb.9e1a │ │ ├── k12pb.ff01 │ │ ├── k12pb.font │ │ ├── k12pbi.005c │ │ ├── k12pbi.0391 │ │ ├── k12pbi.0401 │ │ ├── k12pbi.2010 │ │ ├── k12pbi.2200 │ │ ├── k12pbi.2500 │ │ ├── k12pbi.2605 │ │ ├── k12pbi.3000 │ │ ├── k12pbi.4e00 │ │ ├── k12pbi.5005 │ │ ├── k12pbi.5200 │ │ ├── k12pbi.5401 │ │ ├── k12pbi.5606 │ │ ├── k12pbi.5800 │ │ ├── k12pbi.5a01 │ │ ├── k12pbi.5c01 │ │ ├── k12pbi.5e02 │ │ ├── k12pbi.600e │ │ ├── k12pbi.6200 │ │ ├── k12pbi.6406 │ │ ├── k12pbi.6602 │ │ ├── k12pbi.6802 │ │ ├── k12pbi.6a02 │ │ ├── k12pbi.6c08 │ │ ├── k12pbi.6e05 │ │ ├── k12pbi.7001 │ │ ├── k12pbi.7206 │ │ ├── k12pbi.7403 │ │ ├── k12pbi.7601 │ │ ├── k12pbi.7802 │ │ ├── k12pbi.7a00 │ │ ├── k12pbi.7c00 │ │ ├── k12pbi.7e01 │ │ ├── k12pbi.8000 │ │ ├── k12pbi.8201 │ │ ├── k12pbi.8403 │ │ ├── k12pbi.8602 │ │ ├── k12pbi.8805 │ │ ├── k12pbi.8a00 │ │ ├── k12pbi.8c37 │ │ ├── k12pbi.8e08 │ │ ├── k12pbi.9000 │ │ ├── k12pbi.920d │ │ ├── k12pbi.9403 │ │ ├── k12pbi.961c │ │ ├── k12pbi.9801 │ │ ├── k12pbi.9a01 │ │ ├── k12pbi.9c04 │ │ ├── k12pbi.9e1a │ │ ├── k12pbi.ff01 │ │ ├── k12pbi.font │ │ ├── k12pi.005c │ │ ├── k12pi.0391 │ │ ├── k12pi.0401 │ │ ├── k12pi.2010 │ │ ├── k12pi.2200 │ │ ├── k12pi.2500 │ │ ├── k12pi.2605 │ │ ├── k12pi.3000 │ │ ├── k12pi.4e00 │ │ ├── k12pi.5005 │ │ ├── k12pi.5200 │ │ ├── k12pi.5401 │ │ ├── k12pi.5606 │ │ ├── k12pi.5800 │ │ ├── k12pi.5a01 │ │ ├── k12pi.5c01 │ │ ├── k12pi.5e02 │ │ ├── k12pi.600e │ │ ├── k12pi.6200 │ │ ├── k12pi.6406 │ │ ├── k12pi.6602 │ │ ├── k12pi.6802 │ │ ├── k12pi.6a02 │ │ ├── k12pi.6c08 │ │ ├── k12pi.6e05 │ │ ├── k12pi.7001 │ │ ├── k12pi.7206 │ │ ├── k12pi.7403 │ │ ├── k12pi.7601 │ │ ├── k12pi.7802 │ │ ├── k12pi.7a00 │ │ ├── k12pi.7c00 │ │ ├── k12pi.7e01 │ │ ├── k12pi.8000 │ │ ├── k12pi.8201 │ │ ├── k12pi.8403 │ │ ├── k12pi.8602 │ │ ├── k12pi.8805 │ │ ├── k12pi.8a00 │ │ ├── k12pi.8c37 │ │ ├── k12pi.8e08 │ │ ├── k12pi.9000 │ │ ├── k12pi.920d │ │ ├── k12pi.9403 │ │ ├── k12pi.961c │ │ ├── k12pi.9801 │ │ ├── k12pi.9a01 │ │ ├── k12pi.9c04 │ │ ├── k12pi.9e1a │ │ ├── k12pi.ff01 │ │ ├── k12pi.font │ │ ├── k14.005c │ │ ├── k14.0391 │ │ ├── k14.0401 │ │ ├── k14.2010 │ │ ├── k14.2200 │ │ ├── k14.2500 │ │ ├── k14.2605 │ │ ├── k14.3000 │ │ ├── k14.4e00 │ │ ├── k14.5005 │ │ ├── k14.5200 │ │ ├── k14.5401 │ │ ├── k14.5606 │ │ ├── k14.5800 │ │ ├── k14.5a01 │ │ ├── k14.5c01 │ │ ├── k14.5e02 │ │ ├── k14.600e │ │ ├── k14.6200 │ │ ├── k14.6406 │ │ ├── k14.6602 │ │ ├── k14.6802 │ │ ├── k14.6a02 │ │ ├── k14.6c08 │ │ ├── k14.6e05 │ │ ├── k14.7001 │ │ ├── k14.7206 │ │ ├── k14.7403 │ │ ├── k14.7601 │ │ ├── k14.7802 │ │ ├── k14.7a00 │ │ ├── k14.7c00 │ │ ├── k14.7e01 │ │ ├── k14.8000 │ │ ├── k14.8201 │ │ ├── k14.8403 │ │ ├── k14.8602 │ │ ├── k14.8805 │ │ ├── k14.8a00 │ │ ├── k14.8c37 │ │ ├── k14.8e08 │ │ ├── k14.9000 │ │ ├── k14.920d │ │ ├── k14.9403 │ │ ├── k14.961c │ │ ├── k14.9801 │ │ ├── k14.9a01 │ │ ├── k14.9c04 │ │ ├── k14.9e1a │ │ ├── k14.ff01 │ │ ├── k14.font │ │ ├── k14b.005c │ │ ├── k14b.0391 │ │ ├── k14b.0401 │ │ ├── k14b.2010 │ │ ├── k14b.2200 │ │ ├── k14b.2500 │ │ ├── k14b.2605 │ │ ├── k14b.3000 │ │ ├── k14b.4e00 │ │ ├── k14b.5005 │ │ ├── k14b.5200 │ │ ├── k14b.5401 │ │ ├── k14b.5606 │ │ ├── k14b.5800 │ │ ├── k14b.5a01 │ │ ├── k14b.5c01 │ │ ├── k14b.5e02 │ │ ├── k14b.600e │ │ ├── k14b.6200 │ │ ├── k14b.6406 │ │ ├── k14b.6602 │ │ ├── k14b.6802 │ │ ├── k14b.6a02 │ │ ├── k14b.6c08 │ │ ├── k14b.6e05 │ │ ├── k14b.7001 │ │ ├── k14b.7206 │ │ ├── k14b.7403 │ │ ├── k14b.7601 │ │ ├── k14b.7802 │ │ ├── k14b.7a00 │ │ ├── k14b.7c00 │ │ ├── k14b.7e01 │ │ ├── k14b.8000 │ │ ├── k14b.8201 │ │ ├── k14b.8403 │ │ ├── k14b.8602 │ │ ├── k14b.8805 │ │ ├── k14b.8a00 │ │ ├── k14b.8c37 │ │ ├── k14b.8e08 │ │ ├── k14b.9000 │ │ ├── k14b.920d │ │ ├── k14b.9403 │ │ ├── k14b.961c │ │ ├── k14b.9801 │ │ ├── k14b.9a01 │ │ ├── k14b.9c04 │ │ ├── k14b.9e1a │ │ ├── k14b.ff01 │ │ ├── k14b.font │ │ ├── k14bi.005c │ │ ├── k14bi.0391 │ │ ├── k14bi.0401 │ │ ├── k14bi.2010 │ │ ├── k14bi.2200 │ │ ├── k14bi.2500 │ │ ├── k14bi.2605 │ │ ├── k14bi.3000 │ │ ├── k14bi.4e00 │ │ ├── k14bi.5005 │ │ ├── k14bi.5200 │ │ ├── k14bi.5401 │ │ ├── k14bi.5606 │ │ ├── k14bi.5800 │ │ ├── k14bi.5a01 │ │ ├── k14bi.5c01 │ │ ├── k14bi.5e02 │ │ ├── k14bi.600e │ │ ├── k14bi.6200 │ │ ├── k14bi.6406 │ │ ├── k14bi.6602 │ │ ├── k14bi.6802 │ │ ├── k14bi.6a02 │ │ ├── k14bi.6c08 │ │ ├── k14bi.6e05 │ │ ├── k14bi.7001 │ │ ├── k14bi.7206 │ │ ├── k14bi.7403 │ │ ├── k14bi.7601 │ │ ├── k14bi.7802 │ │ ├── k14bi.7a00 │ │ ├── k14bi.7c00 │ │ ├── k14bi.7e01 │ │ ├── k14bi.8000 │ │ ├── k14bi.8201 │ │ ├── k14bi.8403 │ │ ├── k14bi.8602 │ │ ├── k14bi.8805 │ │ ├── k14bi.8a00 │ │ ├── k14bi.8c37 │ │ ├── k14bi.8e08 │ │ ├── k14bi.9000 │ │ ├── k14bi.920d │ │ ├── k14bi.9403 │ │ ├── k14bi.961c │ │ ├── k14bi.9801 │ │ ├── k14bi.9a01 │ │ ├── k14bi.9c04 │ │ ├── k14bi.9e1a │ │ ├── k14bi.ff01 │ │ ├── k14bi.font │ │ ├── k14i.005c │ │ ├── k14i.0391 │ │ ├── k14i.0401 │ │ ├── k14i.2010 │ │ ├── k14i.2200 │ │ ├── k14i.2500 │ │ ├── k14i.2605 │ │ ├── k14i.3000 │ │ ├── k14i.4e00 │ │ ├── k14i.5005 │ │ ├── k14i.5200 │ │ ├── k14i.5401 │ │ ├── k14i.5606 │ │ ├── k14i.5800 │ │ ├── k14i.5a01 │ │ ├── k14i.5c01 │ │ ├── k14i.5e02 │ │ ├── k14i.600e │ │ ├── k14i.6200 │ │ ├── k14i.6406 │ │ ├── k14i.6602 │ │ ├── k14i.6802 │ │ ├── k14i.6a02 │ │ ├── k14i.6c08 │ │ ├── k14i.6e05 │ │ ├── k14i.7001 │ │ ├── k14i.7206 │ │ ├── k14i.7403 │ │ ├── k14i.7601 │ │ ├── k14i.7802 │ │ ├── k14i.7a00 │ │ ├── k14i.7c00 │ │ ├── k14i.7e01 │ │ ├── k14i.8000 │ │ ├── k14i.8201 │ │ ├── k14i.8403 │ │ ├── k14i.8602 │ │ ├── k14i.8805 │ │ ├── k14i.8a00 │ │ ├── k14i.8c37 │ │ ├── k14i.8e08 │ │ ├── k14i.9000 │ │ ├── k14i.920d │ │ ├── k14i.9403 │ │ ├── k14i.961c │ │ ├── k14i.9801 │ │ ├── k14i.9a01 │ │ ├── k14i.9c04 │ │ ├── k14i.9e1a │ │ ├── k14i.ff01 │ │ ├── k14i.font │ │ ├── k14min.005c │ │ ├── k14min.0391 │ │ ├── k14min.0401 │ │ ├── k14min.2010 │ │ ├── k14min.2200 │ │ ├── k14min.2500 │ │ ├── k14min.2605 │ │ ├── k14min.3000 │ │ ├── k14min.4e00 │ │ ├── k14min.5005 │ │ ├── k14min.5200 │ │ ├── k14min.5401 │ │ ├── k14min.5606 │ │ ├── k14min.5800 │ │ ├── k14min.5a01 │ │ ├── k14min.5c01 │ │ ├── k14min.5e02 │ │ ├── k14min.600e │ │ ├── k14min.6200 │ │ ├── k14min.6406 │ │ ├── k14min.6602 │ │ ├── k14min.6802 │ │ ├── k14min.6a02 │ │ ├── k14min.6c08 │ │ ├── k14min.6e05 │ │ ├── k14min.7001 │ │ ├── k14min.7206 │ │ ├── k14min.7403 │ │ ├── k14min.7601 │ │ ├── k14min.7802 │ │ ├── k14min.7a00 │ │ ├── k14min.7c00 │ │ ├── k14min.7e01 │ │ ├── k14min.8000 │ │ ├── k14min.8201 │ │ ├── k14min.8403 │ │ ├── k14min.8602 │ │ ├── k14min.8805 │ │ ├── k14min.8a00 │ │ ├── k14min.8c37 │ │ ├── k14min.8e08 │ │ ├── k14min.9000 │ │ ├── k14min.920d │ │ ├── k14min.9403 │ │ ├── k14min.961c │ │ ├── k14min.9801 │ │ ├── k14min.9a01 │ │ ├── k14min.9c04 │ │ ├── k14min.9e1a │ │ ├── k14min.ff01 │ │ ├── k14min.font │ │ ├── k14minb.005c │ │ ├── k14minb.0391 │ │ ├── k14minb.0401 │ │ ├── k14minb.2010 │ │ ├── k14minb.2200 │ │ ├── k14minb.2500 │ │ ├── k14minb.2605 │ │ ├── k14minb.3000 │ │ ├── k14minb.4e00 │ │ ├── k14minb.5005 │ │ ├── k14minb.5200 │ │ ├── k14minb.5401 │ │ ├── k14minb.5606 │ │ ├── k14minb.5800 │ │ ├── k14minb.5a01 │ │ ├── k14minb.5c01 │ │ ├── k14minb.5e02 │ │ ├── k14minb.600e │ │ ├── k14minb.6200 │ │ ├── k14minb.6406 │ │ ├── k14minb.6602 │ │ ├── k14minb.6802 │ │ ├── k14minb.6a02 │ │ ├── k14minb.6c08 │ │ ├── k14minb.6e05 │ │ ├── k14minb.7001 │ │ ├── k14minb.7206 │ │ ├── k14minb.7403 │ │ ├── k14minb.7601 │ │ ├── k14minb.7802 │ │ ├── k14minb.7a00 │ │ ├── k14minb.7c00 │ │ ├── k14minb.7e01 │ │ ├── k14minb.8000 │ │ ├── k14minb.8201 │ │ ├── k14minb.8403 │ │ ├── k14minb.8602 │ │ ├── k14minb.8805 │ │ ├── k14minb.8a00 │ │ ├── k14minb.8c37 │ │ ├── k14minb.8e08 │ │ ├── k14minb.9000 │ │ ├── k14minb.920d │ │ ├── k14minb.9403 │ │ ├── k14minb.961c │ │ ├── k14minb.9801 │ │ ├── k14minb.9a01 │ │ ├── k14minb.9c04 │ │ ├── k14minb.9e1a │ │ ├── k14minb.ff01 │ │ ├── k14minb.font │ │ ├── k14minbi.005c │ │ ├── k14minbi.0391 │ │ ├── k14minbi.0401 │ │ ├── k14minbi.2010 │ │ ├── k14minbi.2200 │ │ ├── k14minbi.2500 │ │ ├── k14minbi.2605 │ │ ├── k14minbi.3000 │ │ ├── k14minbi.4e00 │ │ ├── k14minbi.5005 │ │ ├── k14minbi.5200 │ │ ├── k14minbi.5401 │ │ ├── k14minbi.5606 │ │ ├── k14minbi.5800 │ │ ├── k14minbi.5a01 │ │ ├── k14minbi.5c01 │ │ ├── k14minbi.5e02 │ │ ├── k14minbi.600e │ │ ├── k14minbi.6200 │ │ ├── k14minbi.6406 │ │ ├── k14minbi.6602 │ │ ├── k14minbi.6802 │ │ ├── k14minbi.6a02 │ │ ├── k14minbi.6c08 │ │ ├── k14minbi.6e05 │ │ ├── k14minbi.7001 │ │ ├── k14minbi.7206 │ │ ├── k14minbi.7403 │ │ ├── k14minbi.7601 │ │ ├── k14minbi.7802 │ │ ├── k14minbi.7a00 │ │ ├── k14minbi.7c00 │ │ ├── k14minbi.7e01 │ │ ├── k14minbi.8000 │ │ ├── k14minbi.8201 │ │ ├── k14minbi.8403 │ │ ├── k14minbi.8602 │ │ ├── k14minbi.8805 │ │ ├── k14minbi.8a00 │ │ ├── k14minbi.8c37 │ │ ├── k14minbi.8e08 │ │ ├── k14minbi.9000 │ │ ├── k14minbi.920d │ │ ├── k14minbi.9403 │ │ ├── k14minbi.961c │ │ ├── k14minbi.9801 │ │ ├── k14minbi.9a01 │ │ ├── k14minbi.9c04 │ │ ├── k14minbi.9e1a │ │ ├── k14minbi.ff01 │ │ ├── k14minbi.font │ │ ├── k14mini.005c │ │ ├── k14mini.0391 │ │ ├── k14mini.0401 │ │ ├── k14mini.2010 │ │ ├── k14mini.2200 │ │ ├── k14mini.2500 │ │ ├── k14mini.2605 │ │ ├── k14mini.3000 │ │ ├── k14mini.4e00 │ │ ├── k14mini.5005 │ │ ├── k14mini.5200 │ │ ├── k14mini.5401 │ │ ├── k14mini.5606 │ │ ├── k14mini.5800 │ │ ├── k14mini.5a01 │ │ ├── k14mini.5c01 │ │ ├── k14mini.5e02 │ │ ├── k14mini.600e │ │ ├── k14mini.6200 │ │ ├── k14mini.6406 │ │ ├── k14mini.6602 │ │ ├── k14mini.6802 │ │ ├── k14mini.6a02 │ │ ├── k14mini.6c08 │ │ ├── k14mini.6e05 │ │ ├── k14mini.7001 │ │ ├── k14mini.7206 │ │ ├── k14mini.7403 │ │ ├── k14mini.7601 │ │ ├── k14mini.7802 │ │ ├── k14mini.7a00 │ │ ├── k14mini.7c00 │ │ ├── k14mini.7e01 │ │ ├── k14mini.8000 │ │ ├── k14mini.8201 │ │ ├── k14mini.8403 │ │ ├── k14mini.8602 │ │ ├── k14mini.8805 │ │ ├── k14mini.8a00 │ │ ├── k14mini.8c37 │ │ ├── k14mini.8e08 │ │ ├── k14mini.9000 │ │ ├── k14mini.920d │ │ ├── k14mini.9403 │ │ ├── k14mini.961c │ │ ├── k14mini.9801 │ │ ├── k14mini.9a01 │ │ ├── k14mini.9c04 │ │ ├── k14mini.9e1a │ │ ├── k14mini.ff01 │ │ ├── k14mini.font │ │ ├── k16.005c │ │ ├── k16.0391 │ │ ├── k16.0401 │ │ ├── k16.2010 │ │ ├── k16.2200 │ │ ├── k16.2500 │ │ ├── k16.2605 │ │ ├── k16.3000 │ │ ├── k16.4e00 │ │ ├── k16.5005 │ │ ├── k16.5200 │ │ ├── k16.5401 │ │ ├── k16.5606 │ │ ├── k16.5800 │ │ ├── k16.5a01 │ │ ├── k16.5c01 │ │ ├── k16.5e02 │ │ ├── k16.600e │ │ ├── k16.6200 │ │ ├── k16.6406 │ │ ├── k16.6602 │ │ ├── k16.6802 │ │ ├── k16.6a02 │ │ ├── k16.6c08 │ │ ├── k16.6e05 │ │ ├── k16.7001 │ │ ├── k16.7206 │ │ ├── k16.7403 │ │ ├── k16.7601 │ │ ├── k16.7802 │ │ ├── k16.7a00 │ │ ├── k16.7c00 │ │ ├── k16.7e01 │ │ ├── k16.8000 │ │ ├── k16.8201 │ │ ├── k16.8403 │ │ ├── k16.8602 │ │ ├── k16.8805 │ │ ├── k16.8a00 │ │ ├── k16.8c37 │ │ ├── k16.8e08 │ │ ├── k16.9000 │ │ ├── k16.920d │ │ ├── k16.9403 │ │ ├── k16.961c │ │ ├── k16.9801 │ │ ├── k16.9a01 │ │ ├── k16.9c04 │ │ ├── k16.9e1a │ │ ├── k16.ff01 │ │ ├── k16.font │ │ ├── k16b.005c │ │ ├── k16b.0391 │ │ ├── k16b.0401 │ │ ├── k16b.2010 │ │ ├── k16b.2200 │ │ ├── k16b.2500 │ │ ├── k16b.2605 │ │ ├── k16b.3000 │ │ ├── k16b.4e00 │ │ ├── k16b.5005 │ │ ├── k16b.5200 │ │ ├── k16b.5401 │ │ ├── k16b.5606 │ │ ├── k16b.5800 │ │ ├── k16b.5a01 │ │ ├── k16b.5c01 │ │ ├── k16b.5e02 │ │ ├── k16b.600e │ │ ├── k16b.6200 │ │ ├── k16b.6406 │ │ ├── k16b.6602 │ │ ├── k16b.6802 │ │ ├── k16b.6a02 │ │ ├── k16b.6c08 │ │ ├── k16b.6e05 │ │ ├── k16b.7001 │ │ ├── k16b.7206 │ │ ├── k16b.7403 │ │ ├── k16b.7601 │ │ ├── k16b.7802 │ │ ├── k16b.7a00 │ │ ├── k16b.7c00 │ │ ├── k16b.7e01 │ │ ├── k16b.8000 │ │ ├── k16b.8201 │ │ ├── k16b.8403 │ │ ├── k16b.8602 │ │ ├── k16b.8805 │ │ ├── k16b.8a00 │ │ ├── k16b.8c37 │ │ ├── k16b.8e08 │ │ ├── k16b.9000 │ │ ├── k16b.920d │ │ ├── k16b.9403 │ │ ├── k16b.961c │ │ ├── k16b.9801 │ │ ├── k16b.9a01 │ │ ├── k16b.9c04 │ │ ├── k16b.9e1a │ │ ├── k16b.ff01 │ │ ├── k16b.font │ │ ├── k16bi.005c │ │ ├── k16bi.0391 │ │ ├── k16bi.0401 │ │ ├── k16bi.2010 │ │ ├── k16bi.2200 │ │ ├── k16bi.2500 │ │ ├── k16bi.2605 │ │ ├── k16bi.3000 │ │ ├── k16bi.4e00 │ │ ├── k16bi.5005 │ │ ├── k16bi.5200 │ │ ├── k16bi.5401 │ │ ├── k16bi.5606 │ │ ├── k16bi.5800 │ │ ├── k16bi.5a01 │ │ ├── k16bi.5c01 │ │ ├── k16bi.5e02 │ │ ├── k16bi.600e │ │ ├── k16bi.6200 │ │ ├── k16bi.6406 │ │ ├── k16bi.6602 │ │ ├── k16bi.6802 │ │ ├── k16bi.6a02 │ │ ├── k16bi.6c08 │ │ ├── k16bi.6e05 │ │ ├── k16bi.7001 │ │ ├── k16bi.7206 │ │ ├── k16bi.7403 │ │ ├── k16bi.7601 │ │ ├── k16bi.7802 │ │ ├── k16bi.7a00 │ │ ├── k16bi.7c00 │ │ ├── k16bi.7e01 │ │ ├── k16bi.8000 │ │ ├── k16bi.8201 │ │ ├── k16bi.8403 │ │ ├── k16bi.8602 │ │ ├── k16bi.8805 │ │ ├── k16bi.8a00 │ │ ├── k16bi.8c37 │ │ ├── k16bi.8e08 │ │ ├── k16bi.9000 │ │ ├── k16bi.920d │ │ ├── k16bi.9403 │ │ ├── k16bi.961c │ │ ├── k16bi.9801 │ │ ├── k16bi.9a01 │ │ ├── k16bi.9c04 │ │ ├── k16bi.9e1a │ │ ├── k16bi.ff01 │ │ ├── k16bi.font │ │ ├── k16i.005c │ │ ├── k16i.0391 │ │ ├── k16i.0401 │ │ ├── k16i.2010 │ │ ├── k16i.2200 │ │ ├── k16i.2500 │ │ ├── k16i.2605 │ │ ├── k16i.3000 │ │ ├── k16i.4e00 │ │ ├── k16i.5005 │ │ ├── k16i.5200 │ │ ├── k16i.5401 │ │ ├── k16i.5606 │ │ ├── k16i.5800 │ │ ├── k16i.5a01 │ │ ├── k16i.5c01 │ │ ├── k16i.5e02 │ │ ├── k16i.600e │ │ ├── k16i.6200 │ │ ├── k16i.6406 │ │ ├── k16i.6602 │ │ ├── k16i.6802 │ │ ├── k16i.6a02 │ │ ├── k16i.6c08 │ │ ├── k16i.6e05 │ │ ├── k16i.7001 │ │ ├── k16i.7206 │ │ ├── k16i.7403 │ │ ├── k16i.7601 │ │ ├── k16i.7802 │ │ ├── k16i.7a00 │ │ ├── k16i.7c00 │ │ ├── k16i.7e01 │ │ ├── k16i.8000 │ │ ├── k16i.8201 │ │ ├── k16i.8403 │ │ ├── k16i.8602 │ │ ├── k16i.8805 │ │ ├── k16i.8a00 │ │ ├── k16i.8c37 │ │ ├── k16i.8e08 │ │ ├── k16i.9000 │ │ ├── k16i.920d │ │ ├── k16i.9403 │ │ ├── k16i.961c │ │ ├── k16i.9801 │ │ ├── k16i.9a01 │ │ ├── k16i.9c04 │ │ ├── k16i.9e1a │ │ ├── k16i.ff01 │ │ ├── k16i.font │ │ ├── k16min.005c │ │ ├── k16min.0391 │ │ ├── k16min.0401 │ │ ├── k16min.2010 │ │ ├── k16min.2200 │ │ ├── k16min.2500 │ │ ├── k16min.2605 │ │ ├── k16min.3000 │ │ ├── k16min.4e00 │ │ ├── k16min.5005 │ │ ├── k16min.5200 │ │ ├── k16min.5401 │ │ ├── k16min.5606 │ │ ├── k16min.5800 │ │ ├── k16min.5a01 │ │ ├── k16min.5c01 │ │ ├── k16min.5e02 │ │ ├── k16min.600e │ │ ├── k16min.6200 │ │ ├── k16min.6406 │ │ ├── k16min.6602 │ │ ├── k16min.6802 │ │ ├── k16min.6a02 │ │ ├── k16min.6c08 │ │ ├── k16min.6e05 │ │ ├── k16min.7001 │ │ ├── k16min.7206 │ │ ├── k16min.7403 │ │ ├── k16min.7601 │ │ ├── k16min.7802 │ │ ├── k16min.7a00 │ │ ├── k16min.7c00 │ │ ├── k16min.7e01 │ │ ├── k16min.8000 │ │ ├── k16min.8201 │ │ ├── k16min.8403 │ │ ├── k16min.8602 │ │ ├── k16min.8805 │ │ ├── k16min.8a00 │ │ ├── k16min.8c37 │ │ ├── k16min.8e08 │ │ ├── k16min.9000 │ │ ├── k16min.920d │ │ ├── k16min.9403 │ │ ├── k16min.961c │ │ ├── k16min.9801 │ │ ├── k16min.9a01 │ │ ├── k16min.9c04 │ │ ├── k16min.9e1a │ │ ├── k16min.ff01 │ │ ├── k16min.font │ │ ├── k16minb.005c │ │ ├── k16minb.0391 │ │ ├── k16minb.0401 │ │ ├── k16minb.2010 │ │ ├── k16minb.2200 │ │ ├── k16minb.2500 │ │ ├── k16minb.2605 │ │ ├── k16minb.3000 │ │ ├── k16minb.4e00 │ │ ├── k16minb.5005 │ │ ├── k16minb.5200 │ │ ├── k16minb.5401 │ │ ├── k16minb.5606 │ │ ├── k16minb.5800 │ │ ├── k16minb.5a01 │ │ ├── k16minb.5c01 │ │ ├── k16minb.5e02 │ │ ├── k16minb.600e │ │ ├── k16minb.6200 │ │ ├── k16minb.6406 │ │ ├── k16minb.6602 │ │ ├── k16minb.6802 │ │ ├── k16minb.6a02 │ │ ├── k16minb.6c08 │ │ ├── k16minb.6e05 │ │ ├── k16minb.7001 │ │ ├── k16minb.7206 │ │ ├── k16minb.7403 │ │ ├── k16minb.7601 │ │ ├── k16minb.7802 │ │ ├── k16minb.7a00 │ │ ├── k16minb.7c00 │ │ ├── k16minb.7e01 │ │ ├── k16minb.8000 │ │ ├── k16minb.8201 │ │ ├── k16minb.8403 │ │ ├── k16minb.8602 │ │ ├── k16minb.8805 │ │ ├── k16minb.8a00 │ │ ├── k16minb.8c37 │ │ ├── k16minb.8e08 │ │ ├── k16minb.9000 │ │ ├── k16minb.920d │ │ ├── k16minb.9403 │ │ ├── k16minb.961c │ │ ├── k16minb.9801 │ │ ├── k16minb.9a01 │ │ ├── k16minb.9c04 │ │ ├── k16minb.9e1a │ │ ├── k16minb.ff01 │ │ ├── k16minb.font │ │ ├── k16minbi.005c │ │ ├── k16minbi.0391 │ │ ├── k16minbi.0401 │ │ ├── k16minbi.2010 │ │ ├── k16minbi.2200 │ │ ├── k16minbi.2500 │ │ ├── k16minbi.2605 │ │ ├── k16minbi.3000 │ │ ├── k16minbi.4e00 │ │ ├── k16minbi.5005 │ │ ├── k16minbi.5200 │ │ ├── k16minbi.5401 │ │ ├── k16minbi.5606 │ │ ├── k16minbi.5800 │ │ ├── k16minbi.5a01 │ │ ├── k16minbi.5c01 │ │ ├── k16minbi.5e02 │ │ ├── k16minbi.600e │ │ ├── k16minbi.6200 │ │ ├── k16minbi.6406 │ │ ├── k16minbi.6602 │ │ ├── k16minbi.6802 │ │ ├── k16minbi.6a02 │ │ ├── k16minbi.6c08 │ │ ├── k16minbi.6e05 │ │ ├── k16minbi.7001 │ │ ├── k16minbi.7206 │ │ ├── k16minbi.7403 │ │ ├── k16minbi.7601 │ │ ├── k16minbi.7802 │ │ ├── k16minbi.7a00 │ │ ├── k16minbi.7c00 │ │ ├── k16minbi.7e01 │ │ ├── k16minbi.8000 │ │ ├── k16minbi.8201 │ │ ├── k16minbi.8403 │ │ ├── k16minbi.8602 │ │ ├── k16minbi.8805 │ │ ├── k16minbi.8a00 │ │ ├── k16minbi.8c37 │ │ ├── k16minbi.8e08 │ │ ├── k16minbi.9000 │ │ ├── k16minbi.920d │ │ ├── k16minbi.9403 │ │ ├── k16minbi.961c │ │ ├── k16minbi.9801 │ │ ├── k16minbi.9a01 │ │ ├── k16minbi.9c04 │ │ ├── k16minbi.9e1a │ │ ├── k16minbi.ff01 │ │ ├── k16minbi.font │ │ ├── k16mini.005c │ │ ├── k16mini.0391 │ │ ├── k16mini.0401 │ │ ├── k16mini.2010 │ │ ├── k16mini.2200 │ │ ├── k16mini.2500 │ │ ├── k16mini.2605 │ │ ├── k16mini.3000 │ │ ├── k16mini.4e00 │ │ ├── k16mini.5005 │ │ ├── k16mini.5200 │ │ ├── k16mini.5401 │ │ ├── k16mini.5606 │ │ ├── k16mini.5800 │ │ ├── k16mini.5a01 │ │ ├── k16mini.5c01 │ │ ├── k16mini.5e02 │ │ ├── k16mini.600e │ │ ├── k16mini.6200 │ │ ├── k16mini.6406 │ │ ├── k16mini.6602 │ │ ├── k16mini.6802 │ │ ├── k16mini.6a02 │ │ ├── k16mini.6c08 │ │ ├── k16mini.6e05 │ │ ├── k16mini.7001 │ │ ├── k16mini.7206 │ │ ├── k16mini.7403 │ │ ├── k16mini.7601 │ │ ├── k16mini.7802 │ │ ├── k16mini.7a00 │ │ ├── k16mini.7c00 │ │ ├── k16mini.7e01 │ │ ├── k16mini.8000 │ │ ├── k16mini.8201 │ │ ├── k16mini.8403 │ │ ├── k16mini.8602 │ │ ├── k16mini.8805 │ │ ├── k16mini.8a00 │ │ ├── k16mini.8c37 │ │ ├── k16mini.8e08 │ │ ├── k16mini.9000 │ │ ├── k16mini.920d │ │ ├── k16mini.9403 │ │ ├── k16mini.961c │ │ ├── k16mini.9801 │ │ ├── k16mini.9a01 │ │ ├── k16mini.9c04 │ │ ├── k16mini.9e1a │ │ ├── k16mini.ff01 │ │ ├── k16mini.font │ │ ├── maru.12.font │ │ ├── min.12.font │ │ ├── min.14.font │ │ └── min.16.font │ │ ├── smiley │ │ ├── 0 │ │ └── 0.font │ │ ├── special │ │ ├── S.10.1 │ │ ├── S.11.1 │ │ ├── S.15.1 │ │ ├── S.16.1 │ │ ├── S.18.1 │ │ ├── S.2.1 │ │ ├── S.22.1 │ │ ├── S.24.1 │ │ ├── S.3.1 │ │ ├── S.4.1 │ │ ├── S.5.1 │ │ ├── S.6.1 │ │ ├── S.7.1 │ │ └── S.8.1 │ │ ├── symbola │ │ ├── symbola.10.0000 │ │ ├── symbola.10.0127 │ │ ├── symbola.10.0237 │ │ ├── symbola.10.0338 │ │ ├── symbola.10.0439 │ │ ├── symbola.10.1d000 │ │ ├── symbola.10.1d101 │ │ ├── symbola.10.1d202 │ │ ├── symbola.10.1d303 │ │ ├── symbola.10.1d404 │ │ ├── symbola.10.1d505 │ │ ├── symbola.10.1d606 │ │ ├── symbola.10.1d707 │ │ ├── symbola.10.1f000 │ │ ├── symbola.10.1f300 │ │ ├── symbola.10.1f3e6 │ │ ├── symbola.10.1f4be │ │ ├── symbola.10.1f5af │ │ ├── symbola.10.1f699 │ │ ├── symbola.10.1f79a │ │ ├── symbola.10.1f89b │ │ ├── symbola.10.2000 │ │ ├── symbola.10.2101 │ │ ├── symbola.10.21fc │ │ ├── symbola.10.22fd │ │ ├── symbola.10.23fe │ │ ├── symbola.10.2500 │ │ ├── symbola.10.2601 │ │ ├── symbola.10.26ec │ │ ├── symbola.10.27e3 │ │ ├── symbola.10.28e4 │ │ ├── symbola.10.29e5 │ │ ├── symbola.10.2ae6 │ │ ├── symbola.10.2be7 │ │ ├── symbola.10.2e00 │ │ ├── symbola.10.4dc0 │ │ ├── symbola.10.fe20 │ │ ├── symbola.10.fff80 │ │ ├── symbola.10.fff9 │ │ ├── symbola.10.font │ │ ├── symbola.12.0000 │ │ ├── symbola.12.0127 │ │ ├── symbola.12.0237 │ │ ├── symbola.12.0338 │ │ ├── symbola.12.0439 │ │ ├── symbola.12.0524 │ │ ├── symbola.12.1d000 │ │ ├── symbola.12.1d101 │ │ ├── symbola.12.1d202 │ │ ├── symbola.12.1d303 │ │ ├── symbola.12.1d404 │ │ ├── symbola.12.1d4f9 │ │ ├── symbola.12.1d5fa │ │ ├── symbola.12.1d6fb │ │ ├── symbola.12.1d7fc │ │ ├── symbola.12.1f000 │ │ ├── symbola.12.1f0d3 │ │ ├── symbola.12.1f300 │ │ ├── symbola.12.1f3bd │ │ ├── symbola.12.1f47e │ │ ├── symbola.12.1f532 │ │ ├── symbola.12.1f613 │ │ ├── symbola.12.1f6d1 │ │ ├── symbola.12.1f7c9 │ │ ├── symbola.12.1f8bf │ │ ├── symbola.12.2000 │ │ ├── symbola.12.2101 │ │ ├── symbola.12.21d3 │ │ ├── symbola.12.22c5 │ │ ├── symbola.12.23c0 │ │ ├── symbola.12.2500 │ │ ├── symbola.12.25e9 │ │ ├── symbola.12.26b5 │ │ ├── symbola.12.2785 │ │ ├── symbola.12.2886 │ │ ├── symbola.12.2987 │ │ ├── symbola.12.2a82 │ │ ├── symbola.12.2b66 │ │ ├── symbola.12.2e00 │ │ ├── symbola.12.4dc0 │ │ ├── symbola.12.fe20 │ │ ├── symbola.12.fff80 │ │ ├── symbola.12.fff9 │ │ ├── symbola.12.font │ │ ├── symbola.14.0000 │ │ ├── symbola.14.0127 │ │ ├── symbola.14.0237 │ │ ├── symbola.14.0338 │ │ ├── symbola.14.0433 │ │ ├── symbola.14.0507 │ │ ├── symbola.14.1d000 │ │ ├── symbola.14.1d101 │ │ ├── symbola.14.1d202 │ │ ├── symbola.14.1d303 │ │ ├── symbola.14.1d404 │ │ ├── symbola.14.1d4dc │ │ ├── symbola.14.1d5bd │ │ ├── symbola.14.1d6b4 │ │ ├── symbola.14.1d797 │ │ ├── symbola.14.1f000 │ │ ├── symbola.14.1f0bb │ │ ├── symbola.14.1f300 │ │ ├── symbola.14.1f3a6 │ │ ├── symbola.14.1f44f │ │ ├── symbola.14.1f4e9 │ │ ├── symbola.14.1f59d │ │ ├── symbola.14.1f652 │ │ ├── symbola.14.1f70a │ │ ├── symbola.14.1f7da │ │ ├── symbola.14.1f8b2 │ │ ├── symbola.14.2000 │ │ ├── symbola.14.2101 │ │ ├── symbola.14.21b9 │ │ ├── symbola.14.227d │ │ ├── symbola.14.2359 │ │ ├── symbola.14.241f │ │ ├── symbola.14.2520 │ │ ├── symbola.14.25e3 │ │ ├── symbola.14.2695 │ │ ├── symbola.14.2741 │ │ ├── symbola.14.27fb │ │ ├── symbola.14.28fc │ │ ├── symbola.14.29b7 │ │ ├── symbola.14.2a8c │ │ ├── symbola.14.2b52 │ │ ├── symbola.14.2e00 │ │ ├── symbola.14.4dc0 │ │ ├── symbola.14.fe20 │ │ ├── symbola.14.fff80 │ │ ├── symbola.14.fff9 │ │ ├── symbola.14.font │ │ ├── symbola.16.0000 │ │ ├── symbola.16.0127 │ │ ├── symbola.16.0237 │ │ ├── symbola.16.0338 │ │ ├── symbola.16.0419 │ │ ├── symbola.16.04d0 │ │ ├── symbola.16.1d000 │ │ ├── symbola.16.1d0ca │ │ ├── symbola.16.1d1cb │ │ ├── symbola.16.1d300 │ │ ├── symbola.16.1d401 │ │ ├── symbola.16.1d4be │ │ ├── symbola.16.1d57c │ │ ├── symbola.16.1d655 │ │ ├── symbola.16.1d723 │ │ ├── symbola.16.1d7ec │ │ ├── symbola.16.1f000 │ │ ├── symbola.16.1f0a3 │ │ ├── symbola.16.1f300 │ │ ├── symbola.16.1f38f │ │ ├── symbola.16.1f429 │ │ ├── symbola.16.1f4b3 │ │ ├── symbola.16.1f53f │ │ ├── symbola.16.1f5f4 │ │ ├── symbola.16.1f684 │ │ ├── symbola.16.1f732 │ │ ├── symbola.16.1f7ea │ │ ├── symbola.16.1f8af │ │ ├── symbola.16.2000 │ │ ├── symbola.16.2101 │ │ ├── symbola.16.21a3 │ │ ├── symbola.16.224e │ │ ├── symbola.16.2311 │ │ ├── symbola.16.23d0 │ │ ├── symbola.16.2500 │ │ ├── symbola.16.25ad │ │ ├── symbola.16.2658 │ │ ├── symbola.16.26ef │ │ ├── symbola.16.2791 │ │ ├── symbola.16.285f │ │ ├── symbola.16.2945 │ │ ├── symbola.16.29fd │ │ ├── symbola.16.2aba │ │ ├── symbola.16.2b65 │ │ ├── symbola.16.2e00 │ │ ├── symbola.16.4dc0 │ │ ├── symbola.16.fe20 │ │ ├── symbola.16.fff80 │ │ ├── symbola.16.fff9 │ │ ├── symbola.16.font │ │ ├── symbola.18.0000 │ │ ├── symbola.18.0127 │ │ ├── symbola.18.0237 │ │ ├── symbola.18.0338 │ │ ├── symbola.18.0413 │ │ ├── symbola.18.04bc │ │ ├── symbola.18.1d000 │ │ ├── symbola.18.1d0ab │ │ ├── symbola.18.1d1ac │ │ ├── symbola.18.1d300 │ │ ├── symbola.18.1d401 │ │ ├── symbola.18.1d4b3 │ │ ├── symbola.18.1d56b │ │ ├── symbola.18.1d634 │ │ ├── symbola.18.1d6f3 │ │ ├── symbola.18.1d7a8 │ │ ├── symbola.18.1f000 │ │ ├── symbola.18.1f08f │ │ ├── symbola.18.1f300 │ │ ├── symbola.18.1f383 │ │ ├── symbola.18.1f40f │ │ ├── symbola.18.1f48c │ │ ├── symbola.18.1f508 │ │ ├── symbola.18.1f596 │ │ ├── symbola.18.1f62f │ │ ├── symbola.18.1f6b1 │ │ ├── symbola.18.1f754 │ │ ├── symbola.18.1f7fc │ │ ├── symbola.18.1f8a8 │ │ ├── symbola.18.2000 │ │ ├── symbola.18.20fa │ │ ├── symbola.18.2192 │ │ ├── symbola.18.222b │ │ ├── symbola.18.22d8 │ │ ├── symbola.18.2387 │ │ ├── symbola.18.2420 │ │ ├── symbola.18.2521 │ │ ├── symbola.18.25b6 │ │ ├── symbola.18.264e │ │ ├── symbola.18.26d6 │ │ ├── symbola.18.2764 │ │ ├── symbola.18.27f5 │ │ ├── symbola.18.28e9 │ │ ├── symbola.18.297b │ │ ├── symbola.18.2a32 │ │ ├── symbola.18.2ade │ │ ├── symbola.18.2b77 │ │ ├── symbola.18.2e00 │ │ ├── symbola.18.4dc0 │ │ ├── symbola.18.fe20 │ │ ├── symbola.18.fff80 │ │ ├── symbola.18.fff9 │ │ ├── symbola.18.font │ │ ├── symbola.20.0000 │ │ ├── symbola.20.0127 │ │ ├── symbola.20.0237 │ │ ├── symbola.20.0338 │ │ ├── symbola.20.0406 │ │ ├── symbola.20.04a4 │ │ ├── symbola.20.1d000 │ │ ├── symbola.20.1d092 │ │ ├── symbola.20.1d193 │ │ ├── symbola.20.1d300 │ │ ├── symbola.20.1d401 │ │ ├── symbola.20.1d4a7 │ │ ├── symbola.20.1d549 │ │ ├── symbola.20.1d600 │ │ ├── symbola.20.1d6b3 │ │ ├── symbola.20.1d759 │ │ ├── symbola.20.1f000 │ │ ├── symbola.20.1f075 │ │ ├── symbola.20.1f300 │ │ ├── symbola.20.1f375 │ │ ├── symbola.20.1f3f4 │ │ ├── symbola.20.1f468 │ │ ├── symbola.20.1f4d8 │ │ ├── symbola.20.1f54f │ │ ├── symbola.20.1f5de │ │ ├── symbola.20.1f658 │ │ ├── symbola.20.1f6d3 │ │ ├── symbola.20.1f768 │ │ ├── symbola.20.1f803 │ │ ├── symbola.20.1f89e │ │ ├── symbola.20.2000 │ │ ├── symbola.20.20eb │ │ ├── symbola.20.2177 │ │ ├── symbola.20.21fa │ │ ├── symbola.20.2293 │ │ ├── symbola.20.2336 │ │ ├── symbola.20.23d0 │ │ ├── symbola.20.2459 │ │ ├── symbola.20.255a │ │ ├── symbola.20.25ee │ │ ├── symbola.20.2671 │ │ ├── symbola.20.26e8 │ │ ├── symbola.20.2770 │ │ ├── symbola.20.27ee │ │ ├── symbola.20.28cd │ │ ├── symbola.20.295f │ │ ├── symbola.20.29fb │ │ ├── symbola.20.2a93 │ │ ├── symbola.20.2b29 │ │ ├── symbola.20.2baf │ │ ├── symbola.20.2e00 │ │ ├── symbola.20.4dc0 │ │ ├── symbola.20.fe20 │ │ ├── symbola.20.fff80 │ │ ├── symbola.20.fff9 │ │ ├── symbola.20.font │ │ ├── symbola.24.0000 │ │ ├── symbola.24.0127 │ │ ├── symbola.24.0237 │ │ ├── symbola.24.0320 │ │ ├── symbola.24.03da │ │ ├── symbola.24.0464 │ │ ├── symbola.24.04e3 │ │ ├── symbola.24.1d000 │ │ ├── symbola.24.1d075 │ │ ├── symbola.24.1d168 │ │ ├── symbola.24.1d300 │ │ ├── symbola.24.1d401 │ │ ├── symbola.24.1d48f │ │ ├── symbola.24.1d510 │ │ ├── symbola.24.1d59f │ │ ├── symbola.24.1d640 │ │ ├── symbola.24.1d6d6 │ │ ├── symbola.24.1d760 │ │ ├── symbola.24.1d7ef │ │ ├── symbola.24.1f000 │ │ ├── symbola.24.1f05f │ │ ├── symbola.24.1f0dd │ │ ├── symbola.24.1f300 │ │ ├── symbola.24.1f364 │ │ ├── symbola.24.1f3c8 │ │ ├── symbola.24.1f432 │ │ ├── symbola.24.1f493 │ │ ├── symbola.24.1f4f0 │ │ ├── symbola.24.1f557 │ │ ├── symbola.24.1f5d5 │ │ ├── symbola.24.1f63a │ │ ├── symbola.24.1f69b │ │ ├── symbola.24.1f715 │ │ ├── symbola.24.1f793 │ │ ├── symbola.24.1f818 │ │ ├── symbola.24.1f89d │ │ ├── symbola.24.2000 │ │ ├── symbola.24.20d1 │ │ ├── symbola.24.2150 │ │ ├── symbola.24.21bc │ │ ├── symbola.24.2233 │ │ ├── symbola.24.22b5 │ │ ├── symbola.24.233f │ │ ├── symbola.24.23be │ │ ├── symbola.24.242b │ │ ├── symbola.24.252c │ │ ├── symbola.24.2595 │ │ ├── symbola.24.2610 │ │ ├── symbola.24.267b │ │ ├── symbola.24.26e0 │ │ ├── symbola.24.2749 │ │ ├── symbola.24.27b9 │ │ ├── symbola.24.2858 │ │ ├── symbola.24.291a │ │ ├── symbola.24.2982 │ │ ├── symbola.24.2a0b │ │ ├── symbola.24.2a8f │ │ ├── symbola.24.2b10 │ │ ├── symbola.24.2b81 │ │ ├── symbola.24.2bff │ │ ├── symbola.24.2e00 │ │ ├── symbola.24.4dc0 │ │ ├── symbola.24.fe20 │ │ ├── symbola.24.fff80 │ │ ├── symbola.24.fff9 │ │ ├── symbola.24.font │ │ ├── symbola.8.0000 │ │ ├── symbola.8.0127 │ │ ├── symbola.8.0237 │ │ ├── symbola.8.0338 │ │ ├── symbola.8.0439 │ │ ├── symbola.8.1d000 │ │ ├── symbola.8.1d101 │ │ ├── symbola.8.1d202 │ │ ├── symbola.8.1d303 │ │ ├── symbola.8.1d404 │ │ ├── symbola.8.1d505 │ │ ├── symbola.8.1d606 │ │ ├── symbola.8.1d707 │ │ ├── symbola.8.1f000 │ │ ├── symbola.8.1f300 │ │ ├── symbola.8.1f401 │ │ ├── symbola.8.1f502 │ │ ├── symbola.8.1f603 │ │ ├── symbola.8.1f704 │ │ ├── symbola.8.1f805 │ │ ├── symbola.8.2000 │ │ ├── symbola.8.2101 │ │ ├── symbola.8.2202 │ │ ├── symbola.8.2303 │ │ ├── symbola.8.2404 │ │ ├── symbola.8.2505 │ │ ├── symbola.8.2606 │ │ ├── symbola.8.2707 │ │ ├── symbola.8.2808 │ │ ├── symbola.8.2909 │ │ ├── symbola.8.2a0a │ │ ├── symbola.8.2b0b │ │ ├── symbola.8.2e00 │ │ ├── symbola.8.4dc0 │ │ ├── symbola.8.fe20 │ │ ├── symbola.8.fff80 │ │ ├── symbola.8.fff9 │ │ └── symbola.8.font │ │ └── times │ │ ├── B.10.1 │ │ ├── B.11.1 │ │ ├── B.12.1 │ │ ├── B.15.1 │ │ ├── B.17.1 │ │ ├── B.2.1 │ │ ├── B.23.1 │ │ ├── B.25.1 │ │ ├── B.3.1 │ │ ├── B.4.1 │ │ ├── B.5.1 │ │ ├── B.6.1 │ │ ├── B.7.1 │ │ ├── B.8.1 │ │ ├── BI.10.1 │ │ ├── BI.11.1 │ │ ├── BI.12.1 │ │ ├── BI.15.1 │ │ ├── BI.17.1 │ │ ├── BI.2.1 │ │ ├── BI.23.1 │ │ ├── BI.25.1 │ │ ├── BI.3.1 │ │ ├── BI.4.1 │ │ ├── BI.5.1 │ │ ├── BI.6.1 │ │ ├── BI.7.1 │ │ ├── BI.8.1 │ │ ├── I.10.1 │ │ ├── I.11.1 │ │ ├── I.12.1 │ │ ├── I.15.1 │ │ ├── I.17.1 │ │ ├── I.2.1 │ │ ├── I.23.1 │ │ ├── I.25.1 │ │ ├── I.3.1 │ │ ├── I.4.1 │ │ ├── I.5.1 │ │ ├── I.6.1 │ │ ├── I.7.1 │ │ ├── I.8.1 │ │ ├── R.10.1 │ │ ├── R.11.1 │ │ ├── R.12.1 │ │ ├── R.15.1 │ │ ├── R.17.1 │ │ ├── R.2.1 │ │ ├── R.23.1 │ │ ├── R.25.1 │ │ ├── R.3.1 │ │ ├── R.4.1 │ │ ├── R.5.1 │ │ ├── R.6.1 │ │ ├── R.7.1 │ │ ├── R.8.1 │ │ ├── latin1.7.font │ │ ├── latin1.bold.10.font │ │ └── latin1.bold.6.font ├── gettysburg ├── glass ├── hiragana ├── kana ├── katakana ├── keyboard ├── mammals ├── map │ └── README ├── namespace ├── namespace.ftp ├── namespace.httpd ├── ndb │ ├── auth │ ├── common │ ├── consoledb │ ├── dnsdump │ ├── local │ ├── local.complicated │ └── nfs ├── oui ├── pci ├── rfc │ └── grabrfc ├── sky │ ├── abell.scat │ ├── bayer.scat │ ├── con.scat │ ├── conindex.scat │ ├── constelnames │ ├── estartab │ ├── here │ ├── mindex.scat │ ├── name.scat │ ├── ngc2000.scat │ ├── ngc2000type.scat │ ├── patch.scat │ ├── patchindex.scat │ └── sao.scat ├── tel ├── unicode ├── unicode.notice ├── units ├── vgadb ├── video.specs ├── volcanoes └── words ├── mail ├── box │ └── glenda │ │ └── L.mbox ├── faxqueue │ └── faxrecipients ├── grey │ ├── revdom │ ├── whitelist │ └── whsort └── lib │ ├── blocked │ ├── classify.re │ ├── gone.fishing │ ├── gone.msg │ ├── ignore │ ├── isspam.rc │ ├── justqmail │ ├── kickqueue │ ├── lazyqmail │ ├── mailnews │ ├── msgcat.rc │ ├── namefiles │ ├── names.local │ ├── patterns │ ├── pipeto.bayes │ ├── pipeto.lib │ ├── prof.mbox │ ├── prof.spam │ ├── qmail │ ├── remotemail │ ├── rewrite │ ├── rewrite.direct │ ├── rewrite.gateway │ ├── setup.bayes │ ├── smtpd.conf │ ├── spam.rc │ ├── unspam.rc │ ├── validateaddress │ ├── validateattachment │ ├── validatesender │ └── white.starter ├── mips ├── bin │ └── ape │ │ └── psh ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── mips2ureg.h │ ├── u.h │ └── ureg.h └── mkfile ├── power ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h └── mkfile ├── power64 ├── include │ ├── u.h │ └── ureg.h └── mkfile ├── rc ├── bin │ ├── 0a │ ├── 0c │ ├── 0l │ ├── 9fat: │ ├── 9fs │ ├── B │ ├── C │ ├── E │ ├── Kill │ ├── a: │ ├── addaoe │ ├── addpsfonts │ ├── ap │ ├── ape │ │ ├── ar89 │ │ ├── c89 │ │ ├── cat │ │ ├── chown │ │ ├── dircp │ │ ├── egrep │ │ ├── false │ │ ├── fgrep │ │ ├── grep │ │ ├── install │ │ ├── ld │ │ ├── ln │ │ ├── ls │ │ ├── printf │ │ ├── psh │ │ ├── ranlib │ │ ├── rmdir │ │ ├── true │ │ ├── umask │ │ └── yacc │ ├── b: │ ├── broke │ ├── bundle │ ├── c: │ ├── cpurc │ ├── cpurc.local │ ├── dbcalc │ ├── delkey │ ├── diffy │ ├── dircp │ ├── diskparts │ ├── dmaon │ ├── doc2ps │ ├── doc2txt │ ├── doctype │ ├── dontkill │ ├── dosmnt │ ├── dpost │ ├── eject │ ├── fax │ ├── fedex │ ├── fshalt │ ├── go.fishing │ ├── homespool │ ├── ipconf │ │ ├── inside │ │ ├── lra │ │ ├── outside │ │ └── theworld │ ├── ipso │ ├── ipv6on │ ├── iwhois │ ├── juke │ ├── kill │ ├── kmem │ ├── label │ ├── lc │ ├── leak │ ├── loadfossil │ ├── lookman │ ├── lp │ ├── mail │ ├── man │ ├── map │ ├── mapdemo │ ├── membername │ ├── 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.9fat │ │ ├── setup.disk │ │ └── update │ ├── pci │ ├── pdf2ps │ ├── printfont │ ├── ps2gif │ ├── ps2pdf │ ├── psfax │ ├── psu │ ├── readweb │ ├── reboot │ ├── replica │ │ ├── changes │ │ ├── defs │ │ ├── pull │ │ ├── push │ │ ├── scan │ │ └── setupdirs │ ├── rwd │ ├── seemail │ ├── service.auth │ │ ├── authsrv.il566 │ │ └── authsrv.tcp567 │ ├── service │ │ ├── !il17007 │ │ ├── !il17008 │ │ ├── !il17031 │ │ ├── !tcp17013 │ │ ├── !tcp515 │ │ ├── !tcp564 │ │ ├── startcifs │ │ ├── startnfs │ │ ├── tcp110 │ │ ├── tcp113 │ │ ├── tcp143 │ │ ├── tcp17005 │ │ ├── tcp17006 │ │ ├── tcp17007 │ │ ├── tcp17009 │ │ ├── tcp17010 │ │ ├── tcp19 │ │ ├── tcp21 │ │ ├── tcp22 │ │ ├── tcp23 │ │ ├── tcp25 │ │ ├── tcp513 │ │ ├── tcp53 │ │ ├── tcp565 │ │ ├── tcp7 │ │ ├── tcp9 │ │ ├── tcp993 │ │ ├── tcp995 │ │ ├── telcodata │ │ └── telcofax │ ├── setrtc │ ├── sig │ ├── slay │ ├── soelim │ ├── spell │ ├── src │ ├── srvssh │ ├── ssh │ ├── start │ ├── startupasfs │ ├── stock │ ├── stop │ ├── tel │ ├── termrc │ ├── termrc.local │ ├── thesaurus │ ├── tinyurl │ ├── tlsclienttunnel │ ├── tlssrvtunnel │ ├── troff2gif │ ├── troff2png │ ├── umem │ ├── uncompress │ ├── ups │ ├── uptime │ ├── usbeject │ ├── usbfat: │ ├── usbstart │ ├── usps │ ├── vwhois │ ├── wdoc2txt │ ├── weather │ ├── who │ ├── whois │ ├── window │ ├── wloc │ ├── wurl2txt │ ├── xls2txt │ └── yesterday └── lib │ └── rcmain ├── sparc ├── include │ ├── ape │ │ ├── float.h │ │ ├── math.h │ │ ├── stdarg.h │ │ └── ureg.h │ ├── u.h │ └── ureg.h └── mkfile ├── sys ├── doc │ ├── 8½ │ │ ├── 8½.ms │ │ ├── 8½.ps │ │ ├── fig1.ps │ │ └── mkfile │ ├── 9.ms │ ├── 9.ps │ ├── acid.ms │ ├── acid.ps │ ├── acidpaper.ms │ ├── acidpaper.ps │ ├── acme │ │ ├── acme.fig1 │ │ ├── acme.fig1.gif │ │ ├── acme.fig2 │ │ ├── acme.fig2.gif │ │ ├── acme.html │ │ ├── acme.ms │ │ ├── acme.pdf │ │ ├── acme.ps │ │ ├── bs │ │ └── mkfile │ ├── ape.ms │ ├── ape.ps │ ├── asm.ms │ ├── asm.ps │ ├── auth.ms │ ├── auth.ps │ ├── backup.ms │ ├── backup.pdf │ ├── backup.ps │ ├── bootpc.ms │ ├── bootpc.pdf │ ├── bootpc.ps │ ├── cleanps │ ├── colophon.ps │ ├── comp.ms │ ├── comp.ps │ ├── compiler.ms │ ├── compiler.ps │ ├── contents.html │ ├── contents.ms │ ├── contents.ps │ ├── docfonts │ ├── fonts │ ├── fossil.ms │ ├── fossil.pdf │ ├── fossil.ps │ ├── fs │ │ ├── fs.pdf │ │ ├── fs.ps │ │ ├── mkfile │ │ ├── p0 │ │ ├── p1 │ │ ├── p2 │ │ ├── p3 │ │ ├── p4 │ │ ├── p5 │ │ ├── p6 │ │ ├── p7 │ │ ├── p8 │ │ ├── p9 │ │ └── pa │ ├── index.html │ ├── lexnames.ms │ ├── lexnames.ps │ ├── libmach.ms │ ├── libmach.ps │ ├── lp.ms │ ├── lp.ps │ ├── mk.ms │ ├── mk.ps │ ├── mkdirlist │ ├── mkfile │ ├── mkfilelist │ ├── mkfiles.ms │ ├── mkfiles.ps │ ├── names.ms │ ├── names.ps │ ├── net │ │ ├── mkfile │ │ ├── net.ms │ │ ├── net.pdf │ │ ├── net.ps │ │ ├── tree │ │ └── tree.pout │ ├── network.art │ ├── network.pic │ ├── plumb.ms │ ├── plumb.ps │ ├── port.ms │ ├── port.ps │ ├── preamble │ ├── prfile │ ├── prog4.ms │ ├── prog4.ps │ ├── rc.ms │ ├── rc.ps │ ├── release3.ms │ ├── release3.ps │ ├── release4.ms │ ├── release4.ps │ ├── sam │ │ ├── fig1.bm │ │ ├── fig1.gif │ │ ├── fig1.png │ │ ├── fig1.ps │ │ ├── fig2.bm │ │ ├── fig2.gif │ │ ├── fig2.png │ │ ├── fig2.ps │ │ ├── fig3.bm │ │ ├── fig3.gif │ │ ├── fig3.png │ │ ├── fig3.ps │ │ ├── fig4.bm │ │ ├── fig4.gif │ │ ├── fig4.png │ │ ├── fig4.ps │ │ ├── fig5.pic │ │ ├── fig6.pic │ │ ├── fig7.pic │ │ ├── mkfile │ │ ├── refs │ │ ├── sam.html │ │ ├── sam.ms │ │ ├── sam.pdf │ │ ├── sam.ps │ │ ├── sam.tut │ │ ├── sam.tut.out │ │ ├── sam0.png │ │ ├── sam1.png │ │ ├── sam2.png │ │ ├── sam3.png │ │ └── sam4.png │ ├── sleep.ms │ ├── sleep.ps │ ├── spin.ms │ ├── spin.ps │ ├── title │ ├── title.ps │ ├── trademarks.ps │ ├── troff.ms │ ├── troff.pdf │ ├── troff.ps │ ├── utf.ms │ ├── utf.ps │ └── venti │ │ ├── Block.gif │ │ ├── Index.gif │ │ ├── LogFormat.gif │ │ ├── ModifiedTree.gif │ │ ├── SimpleTree.gif │ │ ├── bootes.gif │ │ ├── bootes2.gif │ │ ├── emelie.gif │ │ ├── emelie2.gif │ │ ├── mkfile │ │ ├── probablity.gif │ │ ├── venti.html │ │ ├── venti.pdf │ │ └── venti.ps ├── games │ └── lib │ │ ├── 4scores │ │ ├── 5scores │ │ ├── anawords │ │ ├── fortunes │ │ ├── life │ │ ├── 55555 │ │ ├── 2.eaters │ │ ├── 34osc │ │ ├── 5row │ │ ├── acorn │ │ ├── background1 │ │ ├── baker │ │ ├── bakery │ │ ├── barber.pole │ │ ├── barberpole │ │ ├── beacon │ │ ├── beaconmaker │ │ ├── benchmark │ │ ├── bheptomino │ │ ├── biclock │ │ ├── billiard.clock │ │ ├── billiard1 │ │ ├── billiard2 │ │ ├── billiard3 │ │ ├── billiard4 │ │ ├── billiard5 │ │ ├── billiard6 │ │ ├── billiardgeorge │ │ ├── billiardsmall │ │ ├── biloaf │ │ ├── blanker │ │ ├── blinker │ │ ├── blinkership │ │ ├── block │ │ ├── boat.factory │ │ ├── boatcap │ │ ├── boatmaker │ │ ├── breeder │ │ ├── breeder4753 │ │ ├── c1 │ │ ├── c2 │ │ ├── c3 │ │ ├── c4 │ │ ├── c5 │ │ ├── c6 │ │ ├── c7 │ │ ├── c8 │ │ ├── c9 │ │ ├── candelabra │ │ ├── capsule8 │ │ ├── catherinewheel │ │ ├── cheshire.cat │ │ ├── cheshirecat │ │ ├── clappinghands │ │ ├── clean.fuse │ │ ├── clock │ │ ├── clock2 │ │ ├── cmu │ │ ├── cmu2 │ │ ├── cmu3 │ │ ├── collapsecap │ │ ├── cow │ │ ├── cp.48-56-72 │ │ ├── crab │ │ ├── cross │ │ ├── diagfuse │ │ ├── diamond │ │ ├── dirty.fuse │ │ ├── eaters3 │ │ ├── eden │ │ ├── figure8 │ │ ├── fisheater │ │ ├── flare.path │ │ ├── flasher │ │ ├── flip.flop │ │ ├── flotilla │ │ ├── flywheel │ │ ├── fool │ │ ├── fusebranch │ │ ├── fusecorner │ │ ├── fusehinge │ │ ├── futility │ │ ├── fuzzcapsule │ │ ├── gear │ │ ├── glider │ │ ├── glider.f │ │ ├── glider.gun │ │ ├── glider.havoc │ │ ├── glider.step │ │ ├── glider.thing1 │ │ ├── glider.thing2 │ │ ├── gliderarmyof25 │ │ ├── glidercap1 │ │ ├── glidercap2 │ │ ├── glidercap3 │ │ ├── glidercap4 │ │ ├── glidercap5 │ │ ├── gliderglidergu │ │ ├── glidergun │ │ ├── glidergun2 │ │ ├── gliders.12 │ │ ├── gliders.hex │ │ ├── gosper.flop │ │ ├── greymatter1 │ │ ├── gun.builder │ │ ├── gun.gliders │ │ ├── gunandeater │ │ ├── h.heptomino │ │ ├── harvester │ │ ├── heavy.ship │ │ ├── hepto.shuttle │ │ ├── hertz.osc │ │ ├── horizfuse │ │ ├── j │ │ ├── kickback │ │ ├── lambdabomb │ │ ├── largefish │ │ ├── light.ship │ │ ├── longfuse │ │ ├── longfuse2 │ │ ├── mathematician │ │ ├── mediumfish │ │ ├── mediumfishgun │ │ ├── methuselah │ │ ├── middle.ship │ │ ├── mip │ │ ├── morejunk │ │ ├── new.gun │ │ ├── osc26 │ │ ├── osc28 │ │ ├── osc55 │ │ ├── osc66 │ │ ├── osc72 │ │ ├── oscillator1 │ │ ├── oscillator2 │ │ ├── oscillator3 │ │ ├── overw8.ship │ │ ├── penta.bounce │ │ ├── penta.death │ │ ├── penta.kill │ │ ├── penta.shuttle │ │ ├── pentadecathlon │ │ ├── pi.heptomino │ │ ├── piecollection │ │ ├── pifuse │ │ ├── piston │ │ ├── piston2 │ │ ├── pjw │ │ ├── puffer.train │ │ ├── pulsar-48-56-7 │ │ ├── pulse1 │ │ ├── pulse2 │ │ ├── pump │ │ ├── queen.bee │ │ ├── r │ │ ├── r.pentomino │ │ ├── rake │ │ ├── rake2 │ │ ├── relay │ │ ├── round │ │ ├── rpentomino │ │ ├── s.glider │ │ ├── saint │ │ ├── shiningflower │ │ ├── ships.appear │ │ ├── ships.gliders │ │ ├── ships.vanish │ │ ├── shuttle │ │ ├── sixgliders │ │ ├── skyline │ │ ├── smallfish │ │ ├── somejunk │ │ ├── spark │ │ ├── spark2 │ │ ├── sparkfuse │ │ ├── sparktopifuse │ │ ├── sq.11 │ │ ├── sq.9 │ │ ├── squareblinker │ │ ├── squarecap │ │ ├── squaredance │ │ ├── stargaterepeat │ │ ├── still │ │ ├── still.lives │ │ ├── swastika │ │ ├── switch.block │ │ ├── switch.engine │ │ ├── testtube │ │ ├── thunderbird │ │ ├── thunderbirdfus │ │ ├── time.bomb │ │ ├── toad │ │ ├── tumblers │ │ ├── turbine8 │ │ ├── virus.dies │ │ ├── virus.lives │ │ ├── washerwoman │ │ ├── wave1 │ │ └── weird.wheel │ │ ├── mahjongg │ │ ├── backgrounds │ │ │ └── default.bit │ │ ├── images │ │ │ ├── border.bit │ │ │ ├── gameover.bit │ │ │ └── mask.bit │ │ ├── layouts │ │ │ └── default.layout │ │ └── tilesets │ │ │ └── default.tileset │ │ ├── sokoban │ │ ├── images │ │ │ ├── cargo.bit │ │ │ ├── empty.bit │ │ │ ├── goal.bit │ │ │ ├── goalcargo.bit │ │ │ ├── left.bit │ │ │ ├── right.bit │ │ │ ├── wall.bit │ │ │ └── win.bit │ │ └── levels │ │ │ ├── easy.slc │ │ │ └── hard.slc │ │ └── sudoku │ │ ├── boards │ │ ├── easy-2005-01-21.su │ │ ├── easy-2005-01-23.su │ │ ├── easy-2005-01-25.su │ │ ├── easy-2005-01-29.su │ │ ├── easy-2005-01-30.su │ │ ├── easy-2005-02-02.su │ │ ├── easy-2005-02-03.su │ │ ├── easy-2005-02-04.su │ │ ├── easy-2005-02-06.su │ │ ├── easy-2005-02-07.su │ │ ├── easy-2005-02-08.su │ │ ├── easy-2005-02-09.su │ │ ├── easy-2005-02-10.su │ │ ├── easy-2005-02-11.su │ │ ├── easy-2005-02-12.su │ │ ├── easy-2005-02-13.su │ │ ├── easy-2005-02-14.su │ │ ├── easy-2005-02-16.su │ │ ├── easy-2005-02-17.su │ │ ├── easy-2005-03-03.su │ │ ├── easy-2005-03-04.su │ │ ├── easy-2005-03-05.su │ │ ├── easy-2005-03-06.su │ │ ├── easy-2005-03-07.su │ │ ├── easy-2005-03-08.su │ │ ├── easy-2005-03-09.su │ │ ├── easy-2005-03-10.su │ │ ├── easy-2005-03-11.su │ │ ├── easy-2005-03-12.su │ │ ├── easy-2005-03-29.su │ │ ├── easy-2005-04-11.su │ │ ├── easy-2005-04-26.su │ │ ├── easy-2005-04-28.su │ │ ├── easy-2005-05-24.su │ │ ├── easy000.su │ │ ├── easy001.su │ │ ├── easy002.su │ │ ├── hard-2005-03-13.su │ │ ├── hard-2005-03-14.su │ │ ├── hard-2005-03-19.su │ │ ├── hard-2005-03-26.su │ │ ├── hard-2005-03-27.su │ │ ├── hard-2005-04-02.su │ │ ├── hard-2005-04-03.su │ │ ├── hard-2005-04-07.su │ │ ├── hard-2005-04-08.su │ │ ├── hard-2005-04-09.su │ │ ├── hard-2005-04-17.su │ │ ├── hard-2005-04-22.su │ │ ├── hard-2005-04-23.su │ │ ├── hard-2005-04-24.su │ │ ├── hard-2005-04-30.su │ │ ├── hard-2005-05-01.su │ │ ├── hard-2005-05-07.su │ │ ├── hard-2005-05-14.su │ │ ├── hard-2005-05-15.su │ │ ├── hard-2005-05-19.su │ │ ├── hard-2005-05-21.su │ │ ├── hard-2005-05-22.su │ │ ├── hard-2005-05-23.su │ │ ├── hard000.su │ │ ├── medium-2005-01-22.su │ │ ├── medium-2005-01-24.su │ │ ├── medium-2005-01-26.su │ │ ├── medium-2005-01-27.su │ │ ├── medium-2005-01-28.su │ │ ├── medium-2005-01-31.su │ │ ├── medium-2005-02-01.su │ │ ├── medium-2005-02-05.su │ │ ├── medium-2005-02-15.su │ │ ├── medium-2005-02-18.su │ │ ├── medium-2005-02-19.su │ │ ├── medium-2005-02-20.su │ │ ├── medium-2005-02-21.su │ │ ├── medium-2005-02-22.su │ │ ├── medium-2005-02-23.su │ │ ├── medium-2005-02-24.su │ │ ├── medium-2005-02-25.su │ │ ├── medium-2005-02-26.su │ │ ├── medium-2005-02-27.su │ │ ├── medium-2005-02-28.su │ │ ├── medium-2005-03-01.su │ │ ├── medium-2005-03-02.su │ │ ├── medium-2005-03-15.su │ │ ├── medium-2005-03-16.su │ │ ├── medium-2005-03-18.su │ │ ├── medium-2005-03-21.su │ │ ├── medium-2005-03-22.su │ │ ├── medium-2005-03-23.su │ │ ├── medium-2005-03-24.su │ │ ├── medium-2005-03-28.su │ │ ├── medium-2005-03-30.su │ │ ├── medium-2005-03-31.su │ │ ├── medium-2005-04-01.su │ │ ├── medium-2005-04-04.su │ │ ├── medium-2005-04-05.su │ │ ├── medium-2005-04-06.su │ │ ├── medium-2005-04-12.su │ │ ├── medium-2005-04-13.su │ │ ├── medium-2005-04-14.su │ │ ├── medium-2005-04-15.su │ │ ├── medium-2005-04-18.su │ │ ├── medium-2005-04-19.su │ │ ├── medium-2005-04-20.su │ │ ├── medium-2005-04-21.su │ │ ├── medium-2005-04-25.su │ │ ├── medium-2005-04-27.su │ │ ├── medium-2005-04-29.su │ │ ├── medium-2005-05-02.su │ │ ├── medium-2005-05-03.su │ │ ├── medium-2005-05-04.su │ │ ├── medium-2005-05-05.su │ │ ├── medium-2005-05-06.su │ │ ├── medium-2005-05-09.su │ │ ├── medium-2005-05-10.su │ │ ├── medium-2005-05-11.su │ │ ├── medium-2005-05-12.su │ │ ├── medium-2005-05-13.su │ │ ├── medium-2005-05-16.su │ │ ├── medium-2005-05-17.su │ │ ├── medium-2005-05-18.su │ │ ├── medium-2005-05-20.su │ │ ├── medium-2005-05-25.su │ │ ├── medium-2005-05-26.su │ │ ├── medium-2005-05-27.su │ │ ├── medium000.su │ │ ├── medium002.su │ │ ├── medium003.su │ │ ├── veasy000.su │ │ ├── veasy001.su │ │ ├── vhard-2005-03-17.su │ │ ├── vhard-2005-03-20.su │ │ ├── vhard-2005-03-25.su │ │ ├── vhard-2005-04-10.su │ │ ├── vhard-2005-04-16.su │ │ └── vhard-2005-05-08.su │ │ └── images │ │ ├── 1.bit │ │ ├── 2.bit │ │ ├── 3.bit │ │ ├── 4.bit │ │ ├── 5.bit │ │ ├── 6.bit │ │ ├── 7.bit │ │ ├── 8.bit │ │ └── 9.bit ├── 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 │ │ ├── libsec.h │ │ ├── libv.h │ │ ├── limits.h │ │ ├── locale.h │ │ ├── lock.h │ │ ├── mouse.h │ │ ├── mp.h │ │ ├── netdb.h │ │ ├── netinet │ │ │ ├── in.h │ │ │ └── tcp.h │ │ ├── pwd.h │ │ ├── qlock.h │ │ ├── regexp.h │ │ ├── select.h │ │ ├── setjmp.h │ │ ├── signal.h │ │ ├── stddef.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 │ ├── 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 │ ├── stdio.h │ ├── sunrpc.h │ ├── thread.h │ ├── tos.h │ ├── trace.h │ └── venti.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 │ ├── agent.config │ ├── amspell │ ├── antiword │ │ ├── 8859-1.txt │ │ ├── 8859-10.txt │ │ ├── 8859-13.txt │ │ ├── 8859-14.txt │ │ ├── 8859-15.txt │ │ ├── 8859-16.txt │ │ ├── 8859-2.txt │ │ ├── 8859-3.txt │ │ ├── 8859-4.txt │ │ ├── 8859-5.txt │ │ ├── 8859-6.txt │ │ ├── 8859-7.txt │ │ ├── 8859-8.txt │ │ ├── 8859-9.txt │ │ ├── Default │ │ ├── Example │ │ ├── MacRoman.txt │ │ ├── UTF-8.txt │ │ ├── Unicode01 │ │ ├── Unicode15 │ │ ├── cp1250.txt │ │ ├── cp1251.txt │ │ ├── cp1252.txt │ │ ├── cp437.txt │ │ ├── cp850.txt │ │ ├── cp852.txt │ │ ├── cp862.txt │ │ ├── cp866.txt │ │ ├── fontnames │ │ ├── fontnames.russian │ │ ├── koi8-r.txt │ │ ├── koi8-u.txt │ │ └── roman.txt │ ├── astar │ │ ├── a100i.cp │ │ └── a100p.cp │ ├── backup │ │ ├── backup │ │ ├── backuparenas │ │ ├── dupdisc │ │ ├── funcs │ │ ├── mkfile │ │ ├── restore │ │ └── tobackup │ ├── bclib │ ├── brspell │ ├── dist │ │ ├── cdstub │ │ │ └── bootdisk.img │ │ ├── cmd │ │ │ ├── bargraph.c │ │ │ ├── bflz.c │ │ │ ├── bzfs │ │ │ │ ├── bzfs.h │ │ │ │ ├── mkext.c │ │ │ │ ├── mkfile │ │ │ │ ├── oramfs.c │ │ │ │ ├── unbflz.c │ │ │ │ └── unbzip.c │ │ │ ├── cdsh.c │ │ │ ├── clog.c │ │ │ ├── mkfile │ │ │ ├── multi │ │ │ │ ├── mkfile │ │ │ │ ├── mkmulti │ │ │ │ └── multi.c │ │ │ ├── tailfsrv.c │ │ │ ├── touchfs.c │ │ │ └── unbflz.c │ │ ├── defs │ │ ├── logcompress.awk │ │ ├── logtime.awk │ │ ├── mkfile │ │ ├── pc │ │ │ ├── cd0.proto │ │ │ ├── emptyfile │ │ │ ├── glenda │ │ │ │ ├── bin │ │ │ │ │ └── rc │ │ │ │ │ │ └── riostart │ │ │ │ └── lib │ │ │ │ │ ├── first.window │ │ │ │ │ └── profile │ │ │ ├── inst │ │ │ │ ├── bootfloppy │ │ │ │ ├── bootplan9 │ │ │ │ ├── bootsetup │ │ │ │ ├── bootwin9x │ │ │ │ ├── bootwinnt │ │ │ │ ├── configarch │ │ │ │ ├── configdist │ │ │ │ ├── configether │ │ │ │ ├── configfs │ │ │ │ ├── configip │ │ │ │ ├── confignet │ │ │ │ ├── configppp │ │ │ │ ├── copydist │ │ │ │ ├── defs │ │ │ │ ├── download │ │ │ │ ├── finish │ │ │ │ ├── fmtfossil │ │ │ │ ├── fmtventi │ │ │ │ ├── gui │ │ │ │ ├── halt │ │ │ │ ├── hasmbr │ │ │ │ ├── hdrs │ │ │ │ ├── is9660 │ │ │ │ ├── isext2 │ │ │ │ ├── isfat │ │ │ │ ├── isfossil │ │ │ │ ├── isventi │ │ │ │ ├── isventiarenas │ │ │ │ ├── isventiisect │ │ │ │ ├── main │ │ │ │ ├── mainloop │ │ │ │ ├── mkini.awk │ │ │ │ ├── mountdist │ │ │ │ ├── mountfossil │ │ │ │ ├── mountfs │ │ │ │ ├── moveoldfs │ │ │ │ ├── partdisk │ │ │ │ ├── prepdisk │ │ │ │ ├── replcfg │ │ │ │ ├── startether │ │ │ │ ├── startppp │ │ │ │ ├── startwin │ │ │ │ ├── stop │ │ │ │ ├── stopether │ │ │ │ ├── stopppp │ │ │ │ ├── textonly │ │ │ │ ├── watchfd │ │ │ │ └── xxx │ │ │ ├── mkfile │ │ │ ├── plan9.ini │ │ │ ├── plan9.ini.blank │ │ │ ├── plan9.ini.cd │ │ │ ├── plan9.ini.vmware │ │ │ ├── proto │ │ │ ├── sub │ │ │ │ ├── a: │ │ │ │ ├── bind │ │ │ │ ├── boota: │ │ │ │ ├── bunzip2 │ │ │ │ ├── common │ │ │ │ ├── compactdb │ │ │ │ ├── local │ │ │ │ ├── mkdir │ │ │ │ ├── ndist │ │ │ │ ├── pci │ │ │ │ ├── pwd │ │ │ │ ├── ramfs │ │ │ │ ├── sleep │ │ │ │ ├── termrc │ │ │ │ ├── unmount │ │ │ │ ├── users │ │ │ │ └── vmware │ │ │ └── subst │ │ │ │ └── plan9.ini │ │ └── setup │ ├── eqnchar │ ├── fax │ │ ├── faxgoose │ │ ├── faxtickle │ │ ├── faxtry │ │ ├── h.ps │ │ ├── header │ │ └── receiverc │ ├── ghostscript │ │ ├── EndOfTask.ps │ │ ├── Fontmap.bak │ │ ├── Fontmap.gs │ │ ├── PDFX_def.ps │ │ ├── _Fontmap │ │ ├── acctest.ps │ │ ├── addxchar.ps │ │ ├── align.ps │ │ ├── bdftops.ps │ │ ├── caption.ps │ │ ├── cid2code.ps │ │ ├── cidfmap │ │ ├── decrypt.ps │ │ ├── docie.ps │ │ ├── dumphint.ps │ │ ├── errpage.ps │ │ ├── font │ │ │ ├── Fontmap │ │ │ ├── Fontmap.GS │ │ │ ├── README │ │ │ ├── a010013l.afm │ │ │ ├── a010013l.pfb │ │ │ ├── a010013l.pfm │ │ │ ├── a010015l.afm │ │ │ ├── a010015l.pfb │ │ │ ├── a010015l.pfm │ │ │ ├── a010033l.afm │ │ │ ├── a010033l.pfb │ │ │ ├── a010033l.pfm │ │ │ ├── a010035l.afm │ │ │ ├── a010035l.pfb │ │ │ ├── a010035l.pfm │ │ │ ├── b018012l.afm │ │ │ ├── b018012l.pfb │ │ │ ├── b018012l.pfm │ │ │ ├── b018015l.afm │ │ │ ├── b018015l.pfb │ │ │ ├── b018015l.pfm │ │ │ ├── b018032l.afm │ │ │ ├── b018032l.pfb │ │ │ ├── b018032l.pfm │ │ │ ├── b018035l.afm │ │ │ ├── b018035l.pfb │ │ │ ├── b018035l.pfm │ │ │ ├── c059013l.afm │ │ │ ├── c059013l.pfb │ │ │ ├── c059013l.pfm │ │ │ ├── c059016l.afm │ │ │ ├── c059016l.pfb │ │ │ ├── c059016l.pfm │ │ │ ├── c059033l.afm │ │ │ ├── c059033l.pfb │ │ │ ├── c059033l.pfm │ │ │ ├── c059036l.afm │ │ │ ├── c059036l.pfb │ │ │ ├── c059036l.pfm │ │ │ ├── d050000l.afm │ │ │ ├── d050000l.pfb │ │ │ ├── d050000l.pfm │ │ │ ├── mkfile │ │ │ ├── n019003l.afm │ │ │ ├── n019003l.pfb │ │ │ ├── n019003l.pfm │ │ │ ├── n019004l.afm │ │ │ ├── n019004l.pfb │ │ │ ├── n019004l.pfm │ │ │ ├── n019023l.afm │ │ │ ├── n019023l.pfb │ │ │ ├── n019023l.pfm │ │ │ ├── n019024l.afm │ │ │ ├── n019024l.pfb │ │ │ ├── n019024l.pfm │ │ │ ├── n019043l.afm │ │ │ ├── n019043l.pfb │ │ │ ├── n019043l.pfm │ │ │ ├── n019044l.afm │ │ │ ├── n019044l.pfb │ │ │ ├── n019044l.pfm │ │ │ ├── n019063l.afm │ │ │ ├── n019063l.pfb │ │ │ ├── n019063l.pfm │ │ │ ├── n019064l.afm │ │ │ ├── n019064l.pfb │ │ │ ├── n019064l.pfm │ │ │ ├── n021003l.afm │ │ │ ├── n021003l.pfb │ │ │ ├── n021003l.pfm │ │ │ ├── n021004l.afm │ │ │ ├── n021004l.pfb │ │ │ ├── n021004l.pfm │ │ │ ├── n021023l.afm │ │ │ ├── n021023l.pfb │ │ │ ├── n021023l.pfm │ │ │ ├── n021024l.afm │ │ │ ├── n021024l.pfb │ │ │ ├── n021024l.pfm │ │ │ ├── n022003l.afm │ │ │ ├── n022003l.pfb │ │ │ ├── n022003l.pfm │ │ │ ├── n022004l.afm │ │ │ ├── n022004l.pfb │ │ │ ├── n022004l.pfm │ │ │ ├── n022023l.afm │ │ │ ├── n022023l.pfb │ │ │ ├── n022023l.pfm │ │ │ ├── n022024l.afm │ │ │ ├── n022024l.pfb │ │ │ ├── n022024l.pfm │ │ │ ├── p052003l.afm │ │ │ ├── p052003l.pfb │ │ │ ├── p052003l.pfm │ │ │ ├── p052004l.afm │ │ │ ├── p052004l.pfb │ │ │ ├── p052004l.pfm │ │ │ ├── p052023l.afm │ │ │ ├── p052023l.pfb │ │ │ ├── p052023l.pfm │ │ │ ├── p052024l.afm │ │ │ ├── p052024l.pfb │ │ │ ├── p052024l.pfm │ │ │ ├── s050000l.afm │ │ │ ├── s050000l.pfb │ │ │ ├── s050000l.pfm │ │ │ ├── z003034l.afm │ │ │ ├── z003034l.pfb │ │ │ └── z003034l.pfm │ │ ├── font2c.ps │ │ ├── font2pcl.ps │ │ ├── gs_agl.ps │ │ ├── gs_btokn.ps │ │ ├── gs_ccfnt.ps │ │ ├── gs_ce_e.ps │ │ ├── gs_cff.ps │ │ ├── gs_cidcm.ps │ │ ├── gs_ciddc.ps │ │ ├── gs_cidfm.ps │ │ ├── gs_cidfn.ps │ │ ├── gs_cidtt.ps │ │ ├── gs_ciecs2.ps │ │ ├── gs_ciecs3.ps │ │ ├── gs_cmap.ps │ │ ├── gs_cmdl.ps │ │ ├── gs_cspace.ps │ │ ├── gs_css_e.ps │ │ ├── gs_dbt_e.ps │ │ ├── gs_devcs.ps │ │ ├── gs_devn.ps │ │ ├── gs_devpxl.ps │ │ ├── gs_diskf.ps │ │ ├── gs_diskn.ps │ │ ├── gs_dpnxt.ps │ │ ├── gs_dps.ps │ │ ├── gs_dps1.ps │ │ ├── gs_dps2.ps │ │ ├── gs_dscp.ps │ │ ├── gs_epsf.ps │ │ ├── gs_fapi.ps │ │ ├── gs_fform.ps │ │ ├── gs_fntem.ps │ │ ├── gs_fonts.ps │ │ ├── gs_frsd.ps │ │ ├── gs_icc.ps │ │ ├── gs_il1_e.ps │ │ ├── gs_il2_e.ps │ │ ├── gs_img.ps │ │ ├── gs_indxd.ps │ │ ├── gs_init.ps │ │ ├── gs_iso_e.ps │ │ ├── gs_kanji.ps │ │ ├── gs_ksb_e.ps │ │ ├── gs_l2img.ps │ │ ├── gs_lev2.ps │ │ ├── gs_lgo_e.ps │ │ ├── gs_lgx_e.ps │ │ ├── gs_ll3.ps │ │ ├── gs_mex_e.ps │ │ ├── gs_mgl_e.ps │ │ ├── gs_mro_e.ps │ │ ├── gs_patrn.ps │ │ ├── gs_pdf_e.ps │ │ ├── gs_pdfwr.ps │ │ ├── gs_pfile.ps │ │ ├── gs_rdlin.ps │ │ ├── gs_res.ps │ │ ├── gs_resmp.ps │ │ ├── gs_resst.ps │ │ ├── gs_sepr.ps │ │ ├── gs_setpd.ps │ │ ├── gs_statd.ps │ │ ├── gs_std_e.ps │ │ ├── gs_stres.ps │ │ ├── gs_sym_e.ps │ │ ├── gs_trap.ps │ │ ├── gs_ttf.ps │ │ ├── gs_typ32.ps │ │ ├── gs_typ42.ps │ │ ├── gs_type1.ps │ │ ├── gs_wan_e.ps │ │ ├── gs_wl1_e.ps │ │ ├── gs_wl2_e.ps │ │ ├── gs_wl5_e.ps │ │ ├── gslp.ps │ │ ├── gsnup.ps │ │ ├── ht_ccbnm.ps │ │ ├── ht_ccsto.ps │ │ ├── image-qa.ps │ │ ├── impath.ps │ │ ├── jispaper.ps │ │ ├── landscap.ps │ │ ├── level1.ps │ │ ├── lines.ps │ │ ├── markhint.ps │ │ ├── markpath.ps │ │ ├── mkcidfm.ps │ │ ├── opdfread.ps │ │ ├── packfile.ps │ │ ├── pcharstr.ps │ │ ├── pdf2dsc.ps │ │ ├── pdf_base.ps │ │ ├── pdf_draw.ps │ │ ├── pdf_font.ps │ │ ├── pdf_main.ps │ │ ├── pdf_ops.ps │ │ ├── pdf_rbld.ps │ │ ├── pdf_sec-ps.bak │ │ ├── pdf_sec.ps │ │ ├── pdfeof.ps │ │ ├── pdfopt.ps │ │ ├── pdfwrite.ps │ │ ├── pf2afm.ps │ │ ├── pfbtopfa.ps │ │ ├── ppath.ps │ │ ├── pphs.ps │ │ ├── prfont.ps │ │ ├── printafm.ps │ │ ├── ps2ai.ps │ │ ├── ps2ascii.ps │ │ ├── ps2epsi.ps │ │ ├── quit.ps │ │ ├── rollconv.ps │ │ ├── showchar.ps │ │ ├── showpage.ps │ │ ├── stcinfo.ps │ │ ├── stcolor.ps │ │ ├── stocht.ps │ │ ├── tempfilename │ │ ├── traceimg.ps │ │ ├── traceop.ps │ │ ├── type1enc.ps │ │ ├── type1ops.ps │ │ ├── uninfo.ps │ │ ├── unprot.ps │ │ ├── viewcmyk.ps │ │ ├── viewgif.ps │ │ ├── viewjpeg.ps │ │ ├── viewmiff.ps │ │ ├── viewpbm.ps │ │ ├── viewpcx.ps │ │ ├── viewps2a.ps │ │ ├── wftopfa.ps │ │ ├── winmaps.ps │ │ ├── wrfont.ps │ │ ├── xlatmap │ │ └── zeroline.ps │ ├── grap.defines │ ├── httpd.rewrite │ ├── kbmap │ │ ├── ascii │ │ ├── azerty │ │ ├── bg │ │ ├── de │ │ ├── dvorak │ │ ├── dvorakl │ │ ├── dvorakr │ │ ├── ee │ │ ├── es │ │ ├── fi │ │ ├── it │ │ ├── jp │ │ ├── mouse-csa │ │ ├── mouse-fn │ │ ├── n97 │ │ ├── no │ │ ├── ru │ │ ├── svorak │ │ ├── ua │ │ ├── uk │ │ └── us │ ├── lex │ │ └── ncform │ ├── lp │ │ ├── bin │ │ │ ├── UNLOCK │ │ │ ├── kill_xerox-4512 │ │ │ ├── lpscratch │ │ │ ├── lpsend.rc │ │ │ └── true │ │ ├── daemon │ │ │ ├── appletalk │ │ │ ├── dkcat │ │ │ ├── dumb │ │ │ ├── generic │ │ │ ├── hp │ │ │ ├── justsend │ │ │ ├── lpd-tek │ │ │ ├── lpddaemon │ │ │ ├── lpdpost │ │ │ ├── lps │ │ │ ├── pcclone │ │ │ ├── post │ │ │ ├── post.warn │ │ │ ├── tcppost │ │ │ ├── tektronix │ │ │ ├── xante │ │ │ ├── xerox │ │ │ ├── xerox-4517 │ │ │ └── xerox-N32 │ │ ├── devices │ │ ├── kill │ │ │ ├── generic │ │ │ ├── xerox │ │ │ ├── xerox-4512 │ │ │ └── xerox-4517 │ │ ├── process │ │ │ ├── dpost │ │ │ ├── dvipost │ │ │ ├── g3post │ │ │ ├── generic │ │ │ ├── gifpost │ │ │ ├── gspipe │ │ │ ├── gspipeijs │ │ │ ├── hpost │ │ │ ├── jpgpost │ │ │ ├── noproc │ │ │ ├── p9bitpost │ │ │ ├── pdfgs │ │ │ ├── pdfgsijs │ │ │ ├── pdfpost │ │ │ ├── pngpost │ │ │ ├── post │ │ │ ├── ppost │ │ │ ├── psextract │ │ │ ├── testpost │ │ │ ├── tiffpost │ │ │ └── tr2post │ │ ├── sched │ │ │ └── FIFO │ │ ├── spooler │ │ │ ├── generic │ │ │ ├── lpdspool │ │ │ ├── lpdspool+fonts │ │ │ ├── mhcc │ │ │ ├── nospool │ │ │ ├── nt │ │ │ ├── nt-tekphaser350 │ │ │ ├── pcclone │ │ │ ├── pcclone.new │ │ │ └── ps630 │ │ └── stat │ │ │ ├── generic │ │ │ ├── hp │ │ │ ├── lpd │ │ │ ├── mhcc │ │ │ ├── tektronix │ │ │ ├── xante │ │ │ ├── xerox │ │ │ ├── xerox-4512 │ │ │ ├── xerox-4517 │ │ │ └── xerox-N32 │ ├── man │ │ ├── checkman.awk │ │ ├── colophon │ │ ├── lookman │ │ │ ├── index │ │ │ ├── junkwords │ │ │ └── mkindex │ │ ├── mkhtmlindex │ │ ├── mksearchindex │ │ ├── permind │ │ │ ├── bfile │ │ │ ├── dopermind │ │ │ ├── dup1.awk │ │ │ ├── dup2.awk │ │ │ ├── eign │ │ │ ├── ignore │ │ │ ├── mac │ │ │ ├── makind1 │ │ │ ├── mkfile │ │ │ ├── out │ │ │ ├── permindex │ │ │ ├── ptx.1 │ │ │ ├── ptx1.c │ │ │ └── toc │ │ ├── preface │ │ ├── preface3 │ │ ├── preface4 │ │ ├── secindex │ │ ├── title │ │ └── trademarks │ ├── mimetype │ ├── music │ │ └── icon │ │ │ ├── cross.bit │ │ │ ├── down.bit │ │ │ ├── exit.bit │ │ │ ├── grey.bit │ │ │ ├── minus.bit │ │ │ ├── next.bit │ │ │ ├── pause.bit │ │ │ ├── play.bit │ │ │ ├── prev.bit │ │ │ ├── question.bit │ │ │ ├── root.bit │ │ │ ├── select.bit │ │ │ ├── skull.bit │ │ │ ├── stop.bit │ │ │ ├── trash.bit │ │ │ ├── up.bit │ │ │ └── volume.bit │ ├── newuser │ ├── plumb │ │ ├── basic │ │ └── fileaddr │ ├── postscript │ │ ├── font │ │ │ ├── LucidaSans-Demi │ │ │ ├── LucidaSans-Italic │ │ │ ├── LucidaSans-Typewriter83 │ │ │ ├── LucidaTypewriter │ │ │ ├── NOTICE │ │ │ ├── ams │ │ │ │ ├── READ.ME │ │ │ │ ├── cmbsy5.pfa │ │ │ │ ├── cmbsy5.pfb │ │ │ │ ├── cmbsy7.pfa │ │ │ │ ├── cmbsy7.pfb │ │ │ │ ├── cmmib5.pfa │ │ │ │ ├── cmmib5.pfb │ │ │ │ ├── cmmib7.pfa │ │ │ │ ├── cmmib7.pfb │ │ │ │ ├── euex10.pfa │ │ │ │ ├── euex10.pfb │ │ │ │ ├── eufb10.pfa │ │ │ │ ├── eufb10.pfb │ │ │ │ ├── eufb5.pfa │ │ │ │ ├── eufb5.pfb │ │ │ │ ├── eufb7.pfa │ │ │ │ ├── eufb7.pfb │ │ │ │ ├── eufm10.pfa │ │ │ │ ├── eufm10.pfb │ │ │ │ ├── eufm5.pfa │ │ │ │ ├── eufm5.pfb │ │ │ │ ├── eufm7.pfa │ │ │ │ ├── eufm7.pfb │ │ │ │ ├── eurb10.pfa │ │ │ │ ├── eurb10.pfb │ │ │ │ ├── eurb5.pfa │ │ │ │ ├── eurb5.pfb │ │ │ │ ├── eurb7.pfa │ │ │ │ ├── eurb7.pfb │ │ │ │ ├── eurm10.pfa │ │ │ │ ├── eurm10.pfb │ │ │ │ ├── eurm5.pfa │ │ │ │ ├── eurm5.pfb │ │ │ │ ├── eurm7.pfa │ │ │ │ ├── eurm7.pfb │ │ │ │ ├── eusb10.pfa │ │ │ │ ├── eusb10.pfb │ │ │ │ ├── eusb5.pfa │ │ │ │ ├── eusb5.pfb │ │ │ │ ├── eusb7.pfa │ │ │ │ ├── eusb7.pfb │ │ │ │ ├── eusm10.pfa │ │ │ │ ├── eusm10.pfb │ │ │ │ ├── eusm5.pfa │ │ │ │ ├── eusm5.pfb │ │ │ │ ├── eusm7.pfa │ │ │ │ ├── eusm7.pfb │ │ │ │ ├── msam10.pfa │ │ │ │ ├── msam10.pfb │ │ │ │ ├── msam5.pfa │ │ │ │ ├── msam5.pfb │ │ │ │ ├── msam7.pfa │ │ │ │ ├── msam7.pfb │ │ │ │ ├── msbm10.pfa │ │ │ │ ├── msbm10.pfb │ │ │ │ ├── msbm5.pfa │ │ │ │ ├── msbm5.pfb │ │ │ │ ├── msbm7.pfa │ │ │ │ ├── msbm7.pfb │ │ │ │ ├── wncyb10.pfa │ │ │ │ ├── wncyb10.pfb │ │ │ │ ├── wncyi10.pfa │ │ │ │ ├── wncyi10.pfb │ │ │ │ ├── wncyr10.pfa │ │ │ │ ├── wncyr10.pfb │ │ │ │ ├── wncysc10.pfa │ │ │ │ ├── wncysc10.pfb │ │ │ │ ├── wncyss10.pfa │ │ │ │ └── wncyss10.pfb │ │ │ ├── cm │ │ │ │ ├── READ.ME │ │ │ │ ├── cmb10.pfa │ │ │ │ ├── cmb10.pfb │ │ │ │ ├── cmbsy10.pfa │ │ │ │ ├── cmbsy10.pfb │ │ │ │ ├── cmbx10.pfa │ │ │ │ ├── cmbx10.pfb │ │ │ │ ├── cmbx12.pfa │ │ │ │ ├── cmbx12.pfb │ │ │ │ ├── cmbx5.pfa │ │ │ │ ├── cmbx5.pfb │ │ │ │ ├── cmbx6.pfa │ │ │ │ ├── cmbx6.pfb │ │ │ │ ├── cmbx7.pfa │ │ │ │ ├── cmbx7.pfb │ │ │ │ ├── cmbx8.pfa │ │ │ │ ├── cmbx8.pfb │ │ │ │ ├── cmbx9.pfa │ │ │ │ ├── cmbx9.pfb │ │ │ │ ├── cmbxsl10.pfa │ │ │ │ ├── cmbxsl10.pfb │ │ │ │ ├── cmbxti10.pfa │ │ │ │ ├── cmbxti10.pfb │ │ │ │ ├── cmcsc10.pfa │ │ │ │ ├── cmcsc10.pfb │ │ │ │ ├── cmdunh10.pfa │ │ │ │ ├── cmdunh10.pfb │ │ │ │ ├── cmex10.pfa │ │ │ │ ├── cmex10.pfb │ │ │ │ ├── cmff10.pfa │ │ │ │ ├── cmff10.pfb │ │ │ │ ├── cmfi10.pfa │ │ │ │ ├── cmfi10.pfb │ │ │ │ ├── cmfib8.pfa │ │ │ │ ├── cmfib8.pfb │ │ │ │ ├── cminch.pfa │ │ │ │ ├── cminch.pfb │ │ │ │ ├── cmitt10.pfa │ │ │ │ ├── cmitt10.pfb │ │ │ │ ├── cmmi10.pfa │ │ │ │ ├── cmmi10.pfb │ │ │ │ ├── cmmi12.pfa │ │ │ │ ├── cmmi12.pfb │ │ │ │ ├── cmmi5.pfa │ │ │ │ ├── cmmi5.pfb │ │ │ │ ├── cmmi6.pfa │ │ │ │ ├── cmmi6.pfb │ │ │ │ ├── cmmi7.pfa │ │ │ │ ├── cmmi7.pfb │ │ │ │ ├── cmmi8.pfa │ │ │ │ ├── cmmi8.pfb │ │ │ │ ├── cmmi9.pfa │ │ │ │ ├── cmmi9.pfb │ │ │ │ ├── cmmib10.pfa │ │ │ │ ├── cmmib10.pfb │ │ │ │ ├── cmr10.pfa │ │ │ │ ├── cmr10.pfb │ │ │ │ ├── cmr12.pfa │ │ │ │ ├── cmr12.pfb │ │ │ │ ├── cmr17.pfa │ │ │ │ ├── cmr17.pfb │ │ │ │ ├── cmr5.pfa │ │ │ │ ├── cmr5.pfb │ │ │ │ ├── cmr6.pfa │ │ │ │ ├── cmr6.pfb │ │ │ │ ├── cmr7.pfa │ │ │ │ ├── cmr7.pfb │ │ │ │ ├── cmr8.pfa │ │ │ │ ├── cmr8.pfb │ │ │ │ ├── cmr9.pfa │ │ │ │ ├── cmr9.pfb │ │ │ │ ├── cmsl10.pfa │ │ │ │ ├── cmsl10.pfb │ │ │ │ ├── cmsl12.pfa │ │ │ │ ├── cmsl12.pfb │ │ │ │ ├── cmsl8.pfa │ │ │ │ ├── cmsl8.pfb │ │ │ │ ├── cmsl9.pfa │ │ │ │ ├── cmsl9.pfb │ │ │ │ ├── cmsltt10.pfa │ │ │ │ ├── cmsltt10.pfb │ │ │ │ ├── cmss10.pfa │ │ │ │ ├── cmss10.pfb │ │ │ │ ├── cmss12.pfa │ │ │ │ ├── cmss12.pfb │ │ │ │ ├── cmss17.pfa │ │ │ │ ├── cmss17.pfb │ │ │ │ ├── cmss8.pfa │ │ │ │ ├── cmss8.pfb │ │ │ │ ├── cmss9.pfa │ │ │ │ ├── cmss9.pfb │ │ │ │ ├── cmssbx10.pfa │ │ │ │ ├── cmssbx10.pfb │ │ │ │ ├── cmssdc10.pfa │ │ │ │ ├── cmssdc10.pfb │ │ │ │ ├── cmssi10.pfa │ │ │ │ ├── cmssi10.pfb │ │ │ │ ├── cmssi12.pfa │ │ │ │ ├── cmssi12.pfb │ │ │ │ ├── cmssi17.pfa │ │ │ │ ├── cmssi17.pfb │ │ │ │ ├── cmssi8.pfa │ │ │ │ ├── cmssi8.pfb │ │ │ │ ├── cmssi9.pfa │ │ │ │ ├── cmssi9.pfb │ │ │ │ ├── cmssq8.pfa │ │ │ │ ├── cmssq8.pfb │ │ │ │ ├── cmssqi8.pfa │ │ │ │ ├── cmssqi8.pfb │ │ │ │ ├── cmsy10.pfa │ │ │ │ ├── cmsy10.pfb │ │ │ │ ├── cmsy5.pfa │ │ │ │ ├── cmsy5.pfb │ │ │ │ ├── cmsy6.pfa │ │ │ │ ├── cmsy6.pfb │ │ │ │ ├── cmsy7.pfa │ │ │ │ ├── cmsy7.pfb │ │ │ │ ├── cmsy8.pfa │ │ │ │ ├── cmsy8.pfb │ │ │ │ ├── cmsy9.pfa │ │ │ │ ├── cmsy9.pfb │ │ │ │ ├── cmtcsc10.pfa │ │ │ │ ├── cmtcsc10.pfb │ │ │ │ ├── cmtex10.pfa │ │ │ │ ├── cmtex10.pfb │ │ │ │ ├── cmtex8.pfa │ │ │ │ ├── cmtex8.pfb │ │ │ │ ├── cmtex9.pfa │ │ │ │ ├── cmtex9.pfb │ │ │ │ ├── cmti10.pfa │ │ │ │ ├── cmti10.pfb │ │ │ │ ├── cmti12.pfa │ │ │ │ ├── cmti12.pfb │ │ │ │ ├── cmti7.pfa │ │ │ │ ├── cmti7.pfb │ │ │ │ ├── cmti8.pfa │ │ │ │ ├── cmti8.pfb │ │ │ │ ├── cmti9.pfa │ │ │ │ ├── cmti9.pfb │ │ │ │ ├── cmtt10.pfa │ │ │ │ ├── cmtt10.pfb │ │ │ │ ├── cmtt12.pfa │ │ │ │ ├── cmtt12.pfb │ │ │ │ ├── cmtt8.pfa │ │ │ │ ├── cmtt8.pfb │ │ │ │ ├── cmtt9.pfa │ │ │ │ ├── cmtt9.pfb │ │ │ │ ├── cmu10.pfa │ │ │ │ ├── cmu10.pfb │ │ │ │ ├── cmvtt10.pfa │ │ │ │ ├── cmvtt10.pfb │ │ │ │ ├── lasy10.pfa │ │ │ │ ├── lasy10.pfb │ │ │ │ ├── lasy5.pfa │ │ │ │ ├── lasy5.pfb │ │ │ │ ├── lasy6.pfa │ │ │ │ ├── lasy6.pfb │ │ │ │ ├── lasy7.pfa │ │ │ │ ├── lasy7.pfb │ │ │ │ ├── lasy8.pfa │ │ │ │ ├── lasy8.pfb │ │ │ │ ├── lasy9.pfa │ │ │ │ ├── lasy9.pfb │ │ │ │ ├── lasyb10.pfa │ │ │ │ ├── lasyb10.pfb │ │ │ │ ├── lcircle1.pfa │ │ │ │ ├── lcircle1.pfb │ │ │ │ ├── lcirclew.pfa │ │ │ │ ├── lcirclew.pfb │ │ │ │ ├── lcmss8.pfa │ │ │ │ ├── lcmss8.pfb │ │ │ │ ├── lcmssb8.pfa │ │ │ │ ├── lcmssb8.pfb │ │ │ │ ├── lcmssi8.pfa │ │ │ │ ├── lcmssi8.pfb │ │ │ │ ├── line10.pfa │ │ │ │ ├── line10.pfb │ │ │ │ ├── linew10.pfa │ │ │ │ ├── linew10.pfb │ │ │ │ ├── logo10.pfa │ │ │ │ ├── logo10.pfb │ │ │ │ ├── logo8.pfa │ │ │ │ ├── logo8.pfb │ │ │ │ ├── logo9.pfa │ │ │ │ ├── logo9.pfb │ │ │ │ ├── logobf10.pfa │ │ │ │ ├── logobf10.pfb │ │ │ │ ├── logosl10.pfa │ │ │ │ └── logosl10.pfb │ │ │ ├── fontmap │ │ │ ├── lino │ │ │ ├── lsunr00.pfa │ │ │ ├── lsunr01.pfa │ │ │ ├── lsunr02.pfa │ │ │ ├── lsunr03.pfa │ │ │ ├── lsunr04.pfa │ │ │ ├── lsunr05.pfa │ │ │ ├── lsunr20.pfa │ │ │ ├── lsunr21.pfa │ │ │ ├── lsunr22.pfa │ │ │ ├── lsunr24.pfa │ │ │ ├── lsunr25.pfa │ │ │ └── lw+ │ │ ├── prologues │ │ │ ├── Default.enc │ │ │ ├── Latin1.enc │ │ │ ├── Nroundpage.ps │ │ │ ├── UTF.enc │ │ │ ├── aps.ps │ │ │ ├── banner.ps │ │ │ ├── baseline.ps │ │ │ ├── color.ps │ │ │ ├── cropmarks.ps │ │ │ ├── dpost.ps │ │ │ ├── draw.ps │ │ │ ├── duplex.ps │ │ │ ├── fatcourier.ps │ │ │ ├── forms.ps │ │ │ ├── grabit.ps │ │ │ ├── hardcopy.ps │ │ │ ├── hp4simx.ps │ │ │ ├── patch.err.ps │ │ │ ├── patch.xon.ps │ │ │ ├── pjw.char.ps │ │ │ ├── postdmd.ps │ │ │ ├── postgif.ps │ │ │ ├── postp9bit.ps │ │ │ ├── postprint.ps │ │ │ ├── posttek.ps │ │ │ ├── printfont.ps │ │ │ ├── ps.requests │ │ │ ├── roundpage.ps │ │ │ ├── set_ip.ps │ │ │ ├── shade.ps │ │ │ └── unbind.ps │ │ └── troff │ │ │ ├── AB │ │ │ ├── AI │ │ │ ├── AR │ │ │ ├── B │ │ │ ├── BI │ │ │ ├── C │ │ │ ├── CB │ │ │ ├── CI │ │ │ ├── CW │ │ │ ├── CX │ │ │ ├── H │ │ │ ├── HB │ │ │ ├── HI │ │ │ ├── HL │ │ │ ├── HX │ │ │ ├── Hx │ │ │ ├── I │ │ │ ├── Jp │ │ │ ├── KB │ │ │ ├── KI │ │ │ ├── KR │ │ │ ├── KX │ │ │ ├── LucidaCW │ │ │ ├── LucidaSans │ │ │ ├── LucidaSansB │ │ │ ├── LucidaSansCW │ │ │ ├── LucidaSansCW83 │ │ │ ├── LucidaSansI │ │ │ ├── NB │ │ │ ├── NI │ │ │ ├── NR │ │ │ ├── NX │ │ │ ├── PA │ │ │ ├── PB │ │ │ ├── PI │ │ │ ├── PX │ │ │ ├── R │ │ │ ├── R.nomath │ │ │ ├── S │ │ │ ├── S1 │ │ │ ├── Syntax │ │ │ ├── SyntaxB │ │ │ ├── SyntaxI │ │ │ ├── ZD │ │ │ └── ZI │ ├── samsave │ ├── scribble │ │ └── classifiers │ │ │ ├── digits.cl │ │ │ ├── letters.cl │ │ │ └── punc.cl │ ├── scsicodes │ ├── subscribers │ ├── sysconfig │ │ ├── auth │ │ │ ├── authproto │ │ │ ├── boundary │ │ │ │ ├── auth │ │ │ │ ├── consoledb │ │ │ │ ├── cpurc │ │ │ │ ├── keys.who │ │ │ │ ├── lib.ndb.mkfile │ │ │ │ ├── namespace.boundary │ │ │ │ ├── netkeys.who │ │ │ │ ├── plan9.ini │ │ │ │ ├── plan9.nvr │ │ │ │ ├── sys.log.mkfile │ │ │ │ ├── warn.keys │ │ │ │ └── warn.netkeys │ │ │ ├── files │ │ │ │ ├── adm.mkfile │ │ │ │ ├── empty │ │ │ │ ├── il566 │ │ │ │ ├── mail.lib.mkfile │ │ │ │ ├── namespace │ │ │ │ ├── rewrite │ │ │ │ ├── tcp566 │ │ │ │ └── tcp567 │ │ │ └── mkfile │ │ ├── ppc │ │ │ └── boot │ │ ├── proto │ │ │ ├── allproto │ │ │ ├── armpaqproto │ │ │ ├── portproto │ │ │ ├── stand-usb │ │ │ ├── standalone │ │ │ ├── tmponlyproto │ │ │ ├── unicode │ │ │ └── usrproto │ │ └── usb │ │ │ ├── fossil.conf │ │ │ └── plan9.ini │ ├── texmf │ │ └── tex │ │ │ └── generic │ │ │ └── hyphen │ │ │ └── hyphen.tex │ ├── tls │ │ ├── README │ │ ├── mail │ │ └── mail.exclude │ ├── tmac │ │ ├── complet.1127 │ │ ├── cover.1127 │ │ ├── mmn │ │ ├── mmt │ │ ├── name.sed │ │ ├── sendcover │ │ ├── strings.mm │ │ ├── tmac.an │ │ ├── tmac.anhtml │ │ ├── tmac.antimes │ │ ├── tmac.bits │ │ ├── tmac.cs │ │ ├── tmac.e │ │ ├── tmac.html │ │ ├── tmac.jsdisp │ │ ├── tmac.m │ │ ├── tmac.mcs │ │ ├── tmac.nihongo │ │ ├── tmac.org │ │ ├── tmac.pictures │ │ ├── tmac.psychrefs │ │ ├── tmac.ptx │ │ ├── tmac.rscover │ │ ├── tmac.s │ │ ├── tmac.scover │ │ ├── tmac.sdisp │ │ ├── tmac.skeep │ │ ├── tmac.soft │ │ ├── tmac.spe │ │ ├── tmac.srefs │ │ ├── tmac.twb │ │ ├── tmac.uni │ │ └── tmac.v │ ├── troff │ │ ├── font │ │ │ └── devutf │ │ │ │ ├── 0100to25ff │ │ │ │ ├── AB │ │ │ │ ├── AI │ │ │ │ ├── AR │ │ │ │ ├── AX │ │ │ │ ├── B │ │ │ │ ├── BI │ │ │ │ ├── C │ │ │ │ ├── CB │ │ │ │ ├── CI │ │ │ │ ├── CO │ │ │ │ ├── CW │ │ │ │ ├── CX │ │ │ │ ├── CY │ │ │ │ ├── DESC │ │ │ │ ├── GR │ │ │ │ ├── H │ │ │ │ ├── HB │ │ │ │ ├── HI │ │ │ │ ├── HK │ │ │ │ ├── HL │ │ │ │ ├── HM │ │ │ │ ├── HX │ │ │ │ ├── Hb │ │ │ │ ├── Hi │ │ │ │ ├── Hr │ │ │ │ ├── Hx │ │ │ │ ├── I │ │ │ │ ├── Jp │ │ │ │ ├── KB │ │ │ │ ├── KI │ │ │ │ ├── KR │ │ │ │ ├── KX │ │ │ │ ├── LINKFILE │ │ │ │ ├── LucidaCW │ │ │ │ ├── LucidaSans │ │ │ │ ├── LucidaSansB │ │ │ │ ├── LucidaSansCW83 │ │ │ │ ├── LucidaSansI │ │ │ │ ├── NB │ │ │ │ ├── NI │ │ │ │ ├── NR │ │ │ │ ├── NX │ │ │ │ ├── PA │ │ │ │ ├── PB │ │ │ │ ├── PI │ │ │ │ ├── PX │ │ │ │ ├── R │ │ │ │ ├── R.nomath │ │ │ │ ├── S │ │ │ │ ├── S1 │ │ │ │ ├── Syntax │ │ │ │ ├── SyntaxB │ │ │ │ ├── SyntaxI │ │ │ │ ├── UnivMath1 │ │ │ │ ├── UnivMath2 │ │ │ │ ├── UnivMath3 │ │ │ │ ├── UnivMath4 │ │ │ │ ├── UnivMath5 │ │ │ │ ├── UnivMath6 │ │ │ │ ├── ZD │ │ │ │ ├── ZI │ │ │ │ ├── charlib │ │ │ │ ├── 12 │ │ │ │ ├── 14 │ │ │ │ ├── 34 │ │ │ │ ├── DG │ │ │ │ ├── FA │ │ │ │ ├── Fi │ │ │ │ ├── Fl │ │ │ │ ├── L1 │ │ │ │ ├── LA │ │ │ │ ├── LH │ │ │ │ ├── LH.example │ │ │ │ ├── LV │ │ │ │ ├── PC │ │ │ │ ├── RC │ │ │ │ ├── README │ │ │ │ ├── Sl │ │ │ │ ├── bx │ │ │ │ ├── ci │ │ │ │ ├── ff │ │ │ │ ├── lH │ │ │ │ ├── lc │ │ │ │ ├── lf │ │ │ │ ├── lh │ │ │ │ ├── ob │ │ │ │ ├── pw │ │ │ │ ├── rH │ │ │ │ ├── rc │ │ │ │ ├── rf │ │ │ │ ├── rh │ │ │ │ ├── sq │ │ │ │ ├── ~= │ │ │ │ └── ☺ │ │ │ │ ├── mkMAP │ │ │ │ ├── shell.lib │ │ │ │ └── utfmap │ │ └── term │ │ │ ├── tab.37 │ │ │ ├── tab.450 │ │ │ ├── tab.450-12 │ │ │ ├── tab.dumb │ │ │ ├── tab.i300 │ │ │ ├── tab.lp │ │ │ ├── tab.post │ │ │ ├── tab.think │ │ │ ├── tab.thinkbold │ │ │ ├── tab.thinksmall │ │ │ └── tab.utf │ ├── webls.denied │ ├── wiki │ │ ├── d │ │ │ ├── 0 │ │ │ ├── 1 │ │ │ ├── 2 │ │ │ ├── 3 │ │ │ ├── 0.hist │ │ │ ├── 1.hist │ │ │ ├── 2.hist │ │ │ ├── 3.hist │ │ │ ├── L.0 │ │ │ ├── L.1 │ │ │ ├── L.2 │ │ │ ├── L.3 │ │ │ ├── L.map │ │ │ └── map │ │ ├── diff.html │ │ ├── edit.html │ │ ├── history.html │ │ ├── mkfile │ │ ├── oldpage.html │ │ ├── oldpage.txt │ │ ├── page.html │ │ ├── page.txt │ │ ├── sandbox │ │ └── werror.html │ ├── yaccpar │ └── yaccpars ├── log │ ├── 6in4 │ ├── aan │ ├── auth │ ├── cs │ ├── dns │ ├── fossil │ ├── ftp │ ├── httpd │ │ ├── clf │ │ ├── log │ │ ├── pathstat │ │ └── url │ ├── imap4d │ ├── ipboot │ ├── ipconfig │ ├── listen │ ├── mail │ ├── nfs │ ├── nfsserver │ ├── pop3 │ ├── portmapper │ ├── ppp │ ├── pptpd │ ├── runq │ ├── secstore │ ├── smtp │ ├── smtp.fail │ ├── smtpd │ ├── smtpd.mx │ ├── ssh │ ├── telnet │ ├── timesync │ └── v6routeradv ├── man │ ├── 1 │ │ ├── 0intro │ │ ├── 8a │ │ ├── 8c │ │ ├── 8l │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── abaco │ │ ├── acid │ │ ├── acme │ │ ├── ap │ │ ├── ar │ │ ├── ascii │ │ ├── awk │ │ ├── basename │ │ ├── bc │ │ ├── bind │ │ ├── bsplit │ │ ├── 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 │ │ ├── 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 │ │ ├── mlmgr │ │ ├── mp3dec │ │ ├── mp3enc │ │ ├── ms2html │ │ ├── mtime │ │ ├── mug │ │ ├── nedmail │ │ ├── netstat │ │ ├── news │ │ ├── nm │ │ ├── ns │ │ ├── p │ │ ├── page │ │ ├── passwd │ │ ├── patch │ │ ├── pcc │ │ ├── pic │ │ ├── pipefile │ │ ├── plot │ │ ├── plumb │ │ ├── pr │ │ ├── prof │ │ ├── proof │ │ ├── ps │ │ ├── ps2pdf │ │ ├── pump │ │ ├── pwd │ │ ├── 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 │ │ ├── tarsplit │ │ ├── tbl │ │ ├── tcs │ │ ├── tee │ │ ├── tel │ │ ├── test │ │ ├── thesaurus │ │ ├── time │ │ ├── tinyurl │ │ ├── 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 │ │ ├── allocimage │ │ ├── arg │ │ ├── arith3 │ │ ├── assert │ │ ├── atof │ │ ├── auth │ │ ├── authsrv │ │ ├── avl │ │ ├── bin │ │ ├── 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 │ │ ├── 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 │ │ ├── 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 │ │ ├── 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 │ ├── 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 │ │ ├── pnp │ │ ├── proc │ │ ├── root │ │ ├── rtc │ │ ├── sd │ │ ├── sdahci │ │ ├── sdaoe │ │ ├── sdp │ │ ├── segment │ │ ├── srv │ │ ├── ssl │ │ ├── tls │ │ ├── twsi │ │ ├── uart │ │ ├── usb │ │ ├── vga │ │ └── wd │ ├── 4 │ │ ├── 0intro │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── acme │ │ ├── archfs │ │ ├── cdfs │ │ ├── cfs │ │ ├── cifs │ │ ├── consolefs │ │ ├── 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 │ │ ├── snap │ │ ├── srv │ │ ├── ssh │ │ ├── tapefs │ │ ├── telco │ │ ├── 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 │ │ ├── 9boot │ │ ├── 9pcon │ │ ├── INDEX │ │ ├── INDEX.html │ │ ├── aan │ │ ├── aliasmail │ │ ├── apm │ │ ├── aquarela │ │ ├── auth │ │ ├── backup │ │ ├── boot │ │ ├── booting │ │ ├── cec │ │ ├── cpurc │ │ ├── cron │ │ ├── dhcpd │ │ ├── diskparts │ │ ├── disksim │ │ ├── drawterm │ │ ├── dsa │ │ ├── fossilcons │ │ ├── fs │ │ ├── fsconfig │ │ ├── fshalt │ │ ├── getflags │ │ ├── gpsfs │ │ ├── histogram │ │ ├── httpd │ │ ├── init │ │ ├── ipconfig │ │ ├── ipserv │ │ ├── kfscmd │ │ ├── listen │ │ ├── loadfossil │ │ ├── lp │ │ ├── mk9660 │ │ ├── mkflashfs │ │ ├── mkfs │ │ ├── mkpaqfs │ │ ├── mkusbboot │ │ ├── mouse │ │ ├── na │ │ ├── ndb │ │ ├── newuser │ │ ├── nfsserver │ │ ├── partfs │ │ ├── pci │ │ ├── pcmcia │ │ ├── pem │ │ ├── ping │ │ ├── plan9.ini │ │ ├── pop3 │ │ ├── ppp │ │ ├── prep │ │ ├── qer │ │ ├── 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 │ │ ├── watchdog │ │ └── wol │ ├── fonts │ ├── index.html │ ├── mkfile │ ├── preface.html │ ├── preface3.html │ ├── preface4.html │ ├── searchindex │ ├── vol1.pdf │ └── vol1.ps.gz └── src │ ├── 9 │ ├── bcm │ │ ├── arch.c │ │ ├── archbcm.c │ │ ├── arm.h │ │ ├── arm.s │ │ ├── boot.rc │ │ ├── clock.c │ │ ├── coproc.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devether.c │ │ ├── devfakertc.c │ │ ├── devusb.c │ │ ├── dma.c │ │ ├── dwcotg.h │ │ ├── emmc.c │ │ ├── etherif.h │ │ ├── etherusb.c │ │ ├── fns.h │ │ ├── fpiarm.c │ │ ├── init9.s │ │ ├── io.h │ │ ├── kbd.c │ │ ├── l.s │ │ ├── lexception.s │ │ ├── lproc.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── mouse.c │ │ ├── pi │ │ ├── picpu │ │ ├── pifat │ │ ├── rebootcode.s │ │ ├── screen.c │ │ ├── screen.h │ │ ├── softfpu.c │ │ ├── syscall.c │ │ ├── trap.c │ │ ├── uartmini.c │ │ ├── usbdwc.c │ │ ├── vcore.c │ │ ├── vfp3.c │ │ └── words │ ├── 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 │ │ ├── fpiarm.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.c │ │ ├── plug.words │ │ ├── plugnv │ │ ├── rebootcode.s │ │ ├── sdio.c │ │ ├── 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 │ │ ├── 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 │ │ ├── fpiarm.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 │ │ ├── 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 │ │ ├── realmode.c │ │ ├── rebootcode.s │ │ ├── screen.c │ │ ├── screen.h │ │ ├── sd53c8xx.c │ │ ├── sd53c8xx.i │ │ ├── sd53c8xx.n │ │ ├── sdata.c │ │ ├── sdiahci.c │ │ ├── sdmv50xx.c │ │ ├── sdmylex.c │ │ ├── trap.c │ │ ├── uartaxp.c │ │ ├── uartaxp.i │ │ ├── uarti8250.c │ │ ├── uartisa.c │ │ ├── uartox.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 │ │ └── x86watchdog.c │ ├── pcboot │ │ ├── bindpc │ │ ├── boot │ │ ├── bootld.c │ │ ├── bootmkfile │ │ ├── callsmkfile │ │ ├── cga.tiny.c │ │ ├── conf.c │ │ ├── dat.h │ │ ├── devbios.c │ │ ├── dir.c │ │ ├── diskload.c │ │ ├── dosboot.c │ │ ├── dosfs.h │ │ ├── expand.c │ │ ├── expand.h │ │ ├── fns.h │ │ ├── fs.c │ │ ├── inflate.c │ │ ├── inflate.guts.c │ │ ├── iso9660.h │ │ ├── ktzero.s │ │ ├── l.s │ │ ├── l16r.s │ │ ├── l32p.s │ │ ├── l32v.s │ │ ├── l64p.s │ │ ├── ldecomp.s │ │ ├── load │ │ ├── loadusb │ │ ├── main.c │ │ ├── mem.h │ │ ├── memory.c │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── multiboot.c │ │ ├── no-inflate.c │ │ ├── parts.c │ │ ├── pxe.h │ │ ├── pxeload.c │ │ ├── rand.c │ │ ├── realmode.c │ │ ├── realmode0.s │ │ ├── sdbios.c │ │ ├── stub.c │ │ ├── trap.c │ │ ├── unbindpc │ │ ├── warp64.c │ │ └── words │ ├── 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 │ │ ├── fpi.c │ │ ├── fpi.h │ │ ├── fpimem.c │ │ ├── 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 │ │ ├── random.c │ │ ├── rdb.c │ │ ├── rebootcmd.c │ │ ├── sd.h │ │ ├── sdaoe.c │ │ ├── sdmmc.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 │ │ ├── watermarks.c │ │ └── xalloc.c │ ├── ppc │ │ ├── Readme │ │ ├── blast │ │ ├── blast.h │ │ ├── clock.c │ │ ├── dat.h │ │ ├── devce.c │ │ ├── devether.c │ │ ├── devflash.c │ │ ├── devirq.c │ │ ├── devtls.c │ │ ├── etherfcc.c │ │ ├── etherif.h │ │ ├── ethermii.c │ │ ├── ethermii.h │ │ ├── ethersaturn.c │ │ ├── fns.h │ │ ├── imm.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 │ │ ├── saturntimer.c │ │ ├── trap.c │ │ ├── uartsaturn.c │ │ ├── uartsmc.c │ │ ├── uartsmc.h │ │ ├── ucu │ │ └── ucu.h │ ├── rb │ │ ├── c_fcr0.s │ │ ├── clock.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devether.c │ │ ├── etherif.h │ │ ├── ethermii.c │ │ ├── ethermii.h │ │ ├── faultmips.c │ │ ├── fns.h │ │ ├── fpimips.c │ │ ├── init9.s │ │ ├── initcode │ │ ├── initreboot.s │ │ ├── io.h │ │ ├── l.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── mips.s │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── notes │ │ │ ├── 9rb.ms │ │ │ ├── erratum48 │ │ │ └── pci.intr │ │ ├── nvram │ │ ├── rb │ │ ├── rebootcode.c │ │ ├── trap.c │ │ ├── uarti8250.c │ │ └── words │ └── teg2 │ │ ├── _announce │ │ ├── arch.c │ │ ├── archtegra.c │ │ ├── arm.h │ │ ├── arm.s │ │ ├── cache-l2-pl310.c │ │ ├── cache.v7.s │ │ ├── caches-v7.c │ │ ├── caches.c │ │ ├── clock-tegra.c │ │ ├── clock.c │ │ ├── coproc.c │ │ ├── dat.h │ │ ├── devarch.c │ │ ├── devcons.c │ │ ├── devether.c │ │ ├── devuart.c │ │ ├── ether8169.c │ │ ├── etherif.h │ │ ├── ethermii.c │ │ ├── ethermii.h │ │ ├── fns.h │ │ ├── fpiarm.c │ │ ├── init9.s │ │ ├── io.h │ │ ├── kbd.c │ │ ├── l.s │ │ ├── lexception.s │ │ ├── lproc.s │ │ ├── main.c │ │ ├── mem.h │ │ ├── mkfile │ │ ├── mmu.c │ │ ├── notes │ │ ├── assumes-hz-under-1000 │ │ ├── bug.rfe │ │ ├── byte-order │ │ ├── clks │ │ ├── movm.w │ │ ├── pci │ │ └── pci.2.buses │ │ ├── nvram │ │ ├── pci.c │ │ ├── rebootcode.s │ │ ├── softfpu.c │ │ ├── syscall.c │ │ ├── trap.c │ │ ├── ts │ │ ├── uarti8250.c │ │ ├── usbehci.h │ │ ├── v7-arch.c │ │ ├── vfp3.c │ │ └── words │ ├── 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.1 │ │ │ ├── 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.1 │ │ │ ├── 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.1 │ │ │ ├── pax.c │ │ │ ├── pax.h │ │ │ ├── paxdir.c │ │ │ ├── paxdir.h │ │ │ ├── port.c │ │ │ ├── port.h │ │ │ ├── regexp.c │ │ │ ├── regexp.h │ │ │ ├── replace.c │ │ │ ├── tar.1 │ │ │ ├── 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 │ │ │ ├── arm │ │ │ │ ├── getcallerpc.s │ │ │ │ └── getfcr.s │ │ │ ├── bind.c │ │ │ ├── errstr.c │ │ │ ├── libc.h │ │ │ ├── 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 │ │ │ │ ├── atom.s │ │ │ │ ├── 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 │ │ │ ├── arm │ │ │ │ ├── atom.s │ │ │ │ ├── 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 │ │ │ │ ├── strdup.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 │ │ │ │ ├── atom.s │ │ │ │ ├── c_fcr0.s │ │ │ │ ├── cycles.c │ │ │ │ ├── getfcr.s │ │ │ │ ├── lock.c │ │ │ │ ├── lock.pre-sema.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 │ │ │ │ ├── atom.s │ │ │ │ ├── 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 │ │ │ ├── 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 │ │ ├── mp │ │ │ ├── 386 │ │ │ │ └── mkfile │ │ │ ├── amd64 │ │ │ │ └── mkfile │ │ │ ├── arm │ │ │ │ └── mkfile │ │ │ ├── mips │ │ │ │ └── mkfile │ │ │ ├── mkfile │ │ │ ├── port │ │ │ │ ├── libc.h │ │ │ │ ├── mkfile │ │ │ │ └── reduce │ │ │ └── power │ │ │ │ └── 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 │ │ ├── sec │ │ │ ├── 386 │ │ │ │ └── mkfile │ │ │ ├── amd64 │ │ │ │ └── mkfile │ │ │ ├── arm │ │ │ │ └── mkfile │ │ │ ├── mips │ │ │ │ └── mkfile │ │ │ ├── mkfile │ │ │ ├── port │ │ │ │ ├── 9ape.c │ │ │ │ ├── libc.h │ │ │ │ ├── mkfile │ │ │ │ ├── reduce │ │ │ │ └── x509-ape.c │ │ │ └── power │ │ │ │ └── mkfile │ │ ├── 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 │ ├── boot │ ├── mkfile │ └── pc │ │ ├── dosfs.h │ │ ├── mbr.s │ │ ├── mkfile │ │ ├── pbs.s │ │ ├── pbsdebug.s │ │ ├── pbslba.s │ │ ├── pbslbadebug.s │ │ ├── pbsraw.s │ │ └── x16.h │ ├── cmd │ ├── 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 │ │ └── 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 │ ├── 6l │ │ ├── asm.c │ │ ├── compat.c │ │ ├── l.h │ │ ├── list.c │ │ ├── mkfile │ │ ├── obj.c │ │ ├── optab.c │ │ ├── pass.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 │ │ ├── elf.c │ │ ├── elf.h │ │ ├── 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 │ ├── abaco │ │ ├── NOTES │ │ ├── abaco.fonts │ │ ├── charsets.awk │ │ ├── charsets.txt │ │ ├── cols.c │ │ ├── dat.h │ │ ├── exec.c │ │ ├── fns.h │ │ ├── fonts.h │ │ ├── html.c │ │ ├── main.c │ │ ├── mkfile │ │ ├── page.c │ │ ├── plumbing │ │ ├── rows.c │ │ ├── scrl.c │ │ ├── tabs.c │ │ ├── tcs.h │ │ ├── tcs.txt │ │ ├── text.c │ │ ├── time.c │ │ ├── urls.c │ │ ├── util.c │ │ └── wind.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 │ │ ├── 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 │ │ ├── watchdog.c │ │ ├── write.c │ │ └── zerotrunc.c │ ├── awd.c │ ├── awk │ │ ├── awk.h │ │ ├── awkgram.c │ │ ├── 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 │ ├── 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 │ │ └── scsi.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 │ ├── clock.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 │ ├── crop.c │ ├── cwfs │ │ ├── 32bit.h │ │ ├── 64bit.h │ │ ├── 9netics32.16k │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ └── mkfile │ │ ├── 9netics64.8k │ │ │ ├── conf.c │ │ │ ├── dat.h │ │ │ └── mkfile │ │ ├── 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 │ │ │ └── worms.32-bit │ │ ├── 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 │ │ ├── mkroget │ │ ├── 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 │ ├── 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.c │ │ ├── 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 │ ├── 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 │ ├── fortune.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 │ ├── gs │ │ ├── 386.h │ │ ├── 9fixes │ │ ├── alpha.h │ │ ├── amd64.h │ │ ├── arch.h │ │ ├── arm.h │ │ ├── contrib9.mak │ │ ├── default.386.h │ │ ├── default.alpha.h │ │ ├── default.amd64.h │ │ ├── default.arm.h │ │ ├── default.mips.h │ │ ├── default.power.h │ │ ├── doc │ │ │ ├── API.htm │ │ │ ├── Bug-form.htm │ │ │ ├── Bug-info.htm │ │ │ ├── C-style.htm │ │ │ ├── Changes.htm │ │ │ ├── Commprod.htm │ │ │ ├── Copying.htm │ │ │ ├── DLL.htm │ │ │ ├── Deprecated.htm │ │ │ ├── Details.htm │ │ │ ├── Details8.htm │ │ │ ├── Develop.htm │ │ │ ├── Devices.htm │ │ │ ├── Drivers.htm │ │ │ ├── Fonts.htm │ │ │ ├── Helpers.htm │ │ │ ├── Hershey.htm │ │ │ ├── History1.htm │ │ │ ├── History2.htm │ │ │ ├── History3.htm │ │ │ ├── History4.htm │ │ │ ├── History5.htm │ │ │ ├── History6.htm │ │ │ ├── History7.htm │ │ │ ├── History8.htm │ │ │ ├── Htmstyle.htm │ │ │ ├── Humor.htm │ │ │ ├── Install.htm │ │ │ ├── Issues.htm │ │ │ ├── Language.htm │ │ │ ├── Lib.htm │ │ │ ├── Maintain.htm │ │ │ ├── Make.htm │ │ │ ├── News.htm │ │ │ ├── PUBLIC │ │ │ ├── Projects.htm │ │ │ ├── Ps-style.htm │ │ │ ├── Ps2epsi.htm │ │ │ ├── Ps2pdf.htm │ │ │ ├── Ps2ps2.htm │ │ │ ├── Psfiles.htm │ │ │ ├── Public.htm │ │ │ ├── README │ │ │ ├── Readme.htm │ │ │ ├── Release.htm │ │ │ ├── Source.htm │ │ │ ├── Testing.htm │ │ │ ├── Unix-lpr.htm │ │ │ ├── Use.htm │ │ │ ├── Xfonts.htm │ │ │ ├── gs-vms.hlp │ │ │ ├── gs.css │ │ │ ├── gsdoc.el │ │ │ └── index.html │ │ ├── examples │ │ │ ├── alphabet.ps │ │ │ ├── annots.pdf │ │ │ ├── chess.ps │ │ │ ├── colorcir.ps │ │ │ ├── doretree.ps │ │ │ ├── escher.ps │ │ │ ├── golfer.eps │ │ │ ├── grayalph.ps │ │ │ ├── ridt91.eps │ │ │ ├── snowflak.ps │ │ │ ├── tiger.eps │ │ │ ├── vasarely.ps │ │ │ └── waterfal.ps │ │ ├── fixSAFER.ed │ │ ├── icclib │ │ │ ├── Licence.txt │ │ │ ├── NOTES │ │ │ ├── Readme.txt │ │ │ ├── icc.c │ │ │ ├── icc.h │ │ │ └── icc9809.h │ │ ├── jpeg │ │ │ ├── README │ │ │ ├── ansi2knr.1 │ │ │ ├── ansi2knr.c │ │ │ ├── cderror.h │ │ │ ├── cdjpeg.c │ │ │ ├── cdjpeg.h │ │ │ ├── change.log │ │ │ ├── cjpeg.1 │ │ │ ├── cjpeg.c │ │ │ ├── ckconfig.c │ │ │ ├── coderules.doc │ │ │ ├── config.guess │ │ │ ├── config.sub │ │ │ ├── configure │ │ │ ├── djpeg.1 │ │ │ ├── djpeg.c │ │ │ ├── example.c │ │ │ ├── filelist.doc │ │ │ ├── install-sh │ │ │ ├── install.doc │ │ │ ├── jcapimin.c │ │ │ ├── jcapistd.c │ │ │ ├── jccoefct.c │ │ │ ├── jccolor.c │ │ │ ├── jcdctmgr.c │ │ │ ├── jchuff.c │ │ │ ├── jchuff.h │ │ │ ├── jcinit.c │ │ │ ├── jcmainct.c │ │ │ ├── jcmarker.c │ │ │ ├── jcmaster.c │ │ │ ├── jcomapi.c │ │ │ ├── jconfig.bcc │ │ │ ├── jconfig.cfg │ │ │ ├── jconfig.dj │ │ │ ├── jconfig.doc │ │ │ ├── jconfig.mac │ │ │ ├── jconfig.manx │ │ │ ├── jconfig.mc6 │ │ │ ├── jconfig.sas │ │ │ ├── jconfig.st │ │ │ ├── jconfig.vc │ │ │ ├── jconfig.vms │ │ │ ├── jconfig.wat │ │ │ ├── jcparam.c │ │ │ ├── jcphuff.c │ │ │ ├── jcprepct.c │ │ │ ├── jcsample.c │ │ │ ├── jctrans.c │ │ │ ├── jdapimin.c │ │ │ ├── jdapistd.c │ │ │ ├── jdatadst.c │ │ │ ├── jdatasrc.c │ │ │ ├── jdcoefct.c │ │ │ ├── jdcolor.c │ │ │ ├── jdct.h │ │ │ ├── jddctmgr.c │ │ │ ├── jdhuff.c │ │ │ ├── jdhuff.h │ │ │ ├── jdinput.c │ │ │ ├── jdmainct.c │ │ │ ├── jdmarker.c │ │ │ ├── jdmaster.c │ │ │ ├── jdmerge.c │ │ │ ├── jdphuff.c │ │ │ ├── jdpostct.c │ │ │ ├── jdsample.c │ │ │ ├── jdtrans.c │ │ │ ├── jerror.c │ │ │ ├── jerror.h │ │ │ ├── jfdctflt.c │ │ │ ├── jfdctfst.c │ │ │ ├── jfdctint.c │ │ │ ├── jidctflt.c │ │ │ ├── jidctfst.c │ │ │ ├── jidctint.c │ │ │ ├── jidctred.c │ │ │ ├── jinclude.h │ │ │ ├── jmemansi.c │ │ │ ├── jmemdos.c │ │ │ ├── jmemdosa.asm │ │ │ ├── jmemmac.c │ │ │ ├── jmemmgr.c │ │ │ ├── jmemname.c │ │ │ ├── jmemnobs.c │ │ │ ├── jmemsys.h │ │ │ ├── jmorecfg.h.save │ │ │ ├── jpegint.h │ │ │ ├── jpeglib.h │ │ │ ├── jpegtran.1 │ │ │ ├── jpegtran.c │ │ │ ├── jquant1.c │ │ │ ├── jquant2.c │ │ │ ├── jutils.c │ │ │ ├── jversion.h │ │ │ ├── libjpeg.doc │ │ │ ├── ltconfig │ │ │ ├── ltmain.sh │ │ │ ├── makcjpeg.st │ │ │ ├── makdjpeg.st │ │ │ ├── makeapps.ds │ │ │ ├── makefile.ansi │ │ │ ├── makefile.bcc │ │ │ ├── makefile.cfg │ │ │ ├── makefile.dj │ │ │ ├── makefile.manx │ │ │ ├── makefile.mc6 │ │ │ ├── makefile.mms │ │ │ ├── makefile.sas │ │ │ ├── makefile.unix │ │ │ ├── makefile.vc │ │ │ ├── makefile.vms │ │ │ ├── makefile.wat │ │ │ ├── makelib.ds │ │ │ ├── makeproj.mac │ │ │ ├── makljpeg.st │ │ │ ├── maktjpeg.st │ │ │ ├── makvms.opt │ │ │ ├── rdbmp.c │ │ │ ├── rdcolmap.c │ │ │ ├── rdgif.c │ │ │ ├── rdjpgcom.1 │ │ │ ├── rdjpgcom.c │ │ │ ├── rdppm.c │ │ │ ├── rdrle.c │ │ │ ├── rdswitch.c │ │ │ ├── rdtarga.c │ │ │ ├── structure.doc │ │ │ ├── testimg.bmp │ │ │ ├── testimg.jpg │ │ │ ├── testimg.ppm │ │ │ ├── testimgp.jpg │ │ │ ├── testorig.jpg │ │ │ ├── testprog.jpg │ │ │ ├── transupp.c │ │ │ ├── transupp.h │ │ │ ├── usage.doc │ │ │ ├── wizard.doc │ │ │ ├── wrbmp.c │ │ │ ├── wrgif.c │ │ │ ├── wrjpgcom.1 │ │ │ ├── wrjpgcom.c │ │ │ ├── wrppm.c │ │ │ ├── wrrle.c │ │ │ └── wrtarga.c │ │ ├── lib │ │ │ ├── EndOfTask.ps │ │ │ ├── FAPIcidfmap │ │ │ ├── FAPIconfig │ │ │ ├── FAPIfontmap │ │ │ ├── Fontmap │ │ │ ├── Fontmap.ATB │ │ │ ├── Fontmap.ATM │ │ │ ├── Fontmap.GS │ │ │ ├── Fontmap.OS2 │ │ │ ├── Fontmap.OSF │ │ │ ├── Fontmap.SGI │ │ │ ├── Fontmap.Sol │ │ │ ├── Fontmap.Ult │ │ │ ├── Fontmap.VMS │ │ │ ├── Info-macos.plist │ │ │ ├── PDFX_def.ps │ │ │ ├── acctest.ps │ │ │ ├── addxchar.ps │ │ │ ├── afmdiff.awk │ │ │ ├── align.ps │ │ │ ├── bdftops │ │ │ ├── bdftops.bat │ │ │ ├── bdftops.cmd │ │ │ ├── bdftops.ps │ │ │ ├── bj8.rpd │ │ │ ├── bj8gc12f.upp │ │ │ ├── bj8hg12f.upp │ │ │ ├── bj8oh06n.upp │ │ │ ├── bj8pa06n.upp │ │ │ ├── bj8pp12f.upp │ │ │ ├── bj8ts06n.upp │ │ │ ├── bjc610a0.upp │ │ │ ├── bjc610a1.upp │ │ │ ├── bjc610a2.upp │ │ │ ├── bjc610a3.upp │ │ │ ├── bjc610a4.upp │ │ │ ├── bjc610a5.upp │ │ │ ├── bjc610a6.upp │ │ │ ├── bjc610a7.upp │ │ │ ├── bjc610a8.upp │ │ │ ├── bjc610b1.upp │ │ │ ├── bjc610b2.upp │ │ │ ├── bjc610b3.upp │ │ │ ├── bjc610b4.upp │ │ │ ├── bjc610b6.upp │ │ │ ├── bjc610b7.upp │ │ │ ├── bjc610b8.upp │ │ │ ├── caption.ps │ │ │ ├── cbjc600.ppd │ │ │ ├── cbjc800.ppd │ │ │ ├── cdj550.upp │ │ │ ├── cdj690.upp │ │ │ ├── cdj690ec.upp │ │ │ ├── cid2code.ps │ │ │ ├── cidfmap │ │ │ ├── decrypt.ps │ │ │ ├── dnj750c.upp │ │ │ ├── dnj750m.upp │ │ │ ├── docie.ps │ │ │ ├── dumphint │ │ │ ├── dumphint.bat │ │ │ ├── dumphint.ps │ │ │ ├── dvipdf │ │ │ ├── eps2eps │ │ │ ├── eps2eps.bat │ │ │ ├── eps2eps.cmd │ │ │ ├── errpage.ps │ │ │ ├── fixmswrd.pl │ │ │ ├── font2c │ │ │ ├── font2c.bat │ │ │ ├── font2c.cmd │ │ │ ├── font2c.ps │ │ │ ├── font2pcl.ps │ │ │ ├── ghostpdf.inf │ │ │ ├── ghostpdf.ppd │ │ │ ├── gs_agl.ps │ │ │ ├── gs_btokn.ps │ │ │ ├── gs_ccfnt.ps │ │ │ ├── gs_ce_e.ps │ │ │ ├── gs_cff.ps │ │ │ ├── gs_cidcm.ps │ │ │ ├── gs_ciddc.ps │ │ │ ├── gs_cidfm.ps │ │ │ ├── gs_cidfn.ps │ │ │ ├── gs_cidtt.ps │ │ │ ├── gs_ciecs2.ps │ │ │ ├── gs_ciecs3.ps │ │ │ ├── gs_cmap.ps │ │ │ ├── gs_cmdl.ps │ │ │ ├── gs_cspace.ps │ │ │ ├── gs_css_e.ps │ │ │ ├── gs_dbt_e.ps │ │ │ ├── gs_devcs.ps │ │ │ ├── gs_devn.ps │ │ │ ├── gs_devpxl.ps │ │ │ ├── gs_diskf.ps │ │ │ ├── gs_diskn.ps │ │ │ ├── gs_dpnxt.ps │ │ │ ├── gs_dps.ps │ │ │ ├── gs_dps1.ps │ │ │ ├── gs_dps2.ps │ │ │ ├── gs_dscp.ps │ │ │ ├── gs_epsf.ps │ │ │ ├── gs_fapi.ps │ │ │ ├── gs_fform.ps │ │ │ ├── gs_fntem.ps │ │ │ ├── gs_fonts.ps │ │ │ ├── gs_frsd.ps │ │ │ ├── gs_icc.ps │ │ │ ├── gs_il1_e.ps │ │ │ ├── gs_il2_e.ps │ │ │ ├── gs_img.ps │ │ │ ├── gs_indxd.ps │ │ │ ├── gs_init.ps │ │ │ ├── gs_kanji.ps │ │ │ ├── gs_ksb_e.ps │ │ │ ├── gs_l.xbm │ │ │ ├── gs_l.xpm │ │ │ ├── gs_l2img.ps │ │ │ ├── gs_l_m.xbm │ │ │ ├── gs_lev2.ps │ │ │ ├── gs_lgo_e.ps │ │ │ ├── gs_lgx_e.ps │ │ │ ├── gs_ll3.ps │ │ │ ├── gs_m.xbm │ │ │ ├── gs_m.xpm │ │ │ ├── gs_m_m.xbm │ │ │ ├── gs_mex_e.ps │ │ │ ├── gs_mgl_e.ps │ │ │ ├── gs_mro_e.ps │ │ │ ├── gs_patrn.ps │ │ │ ├── gs_pdf_e.ps │ │ │ ├── gs_pdfwr.ps │ │ │ ├── gs_pfile.ps │ │ │ ├── gs_rdlin.ps │ │ │ ├── gs_res.ps │ │ │ ├── gs_resmp.ps │ │ │ ├── gs_resst.ps │ │ │ ├── gs_s.xbm │ │ │ ├── gs_s.xpm │ │ │ ├── gs_s_m.xbm │ │ │ ├── gs_sepr.ps │ │ │ ├── gs_setpd.ps │ │ │ ├── gs_statd.ps │ │ │ ├── gs_std_e.ps │ │ │ ├── gs_stres.ps │ │ │ ├── gs_sym_e.ps │ │ │ ├── gs_t.xbm │ │ │ ├── gs_t.xpm │ │ │ ├── gs_t_m.xbm │ │ │ ├── gs_trap.ps │ │ │ ├── gs_ttf.ps │ │ │ ├── gs_typ32.ps │ │ │ ├── gs_typ42.ps │ │ │ ├── gs_type1.ps │ │ │ ├── gs_wan_e.ps │ │ │ ├── gs_wl1_e.ps │ │ │ ├── gs_wl2_e.ps │ │ │ ├── gs_wl5_e.ps │ │ │ ├── gsbj │ │ │ ├── gsbj.bat │ │ │ ├── gsdj │ │ │ ├── gsdj.bat │ │ │ ├── gsdj500 │ │ │ ├── gsdj500.bat │ │ │ ├── gslj │ │ │ ├── gslj.bat │ │ │ ├── gslp │ │ │ ├── gslp.bat │ │ │ ├── gslp.ps │ │ │ ├── gsnd │ │ │ ├── gsnd.bat │ │ │ ├── gsndt.bat │ │ │ ├── gsnup.ps │ │ │ ├── gssetgs.bat │ │ │ ├── gst.bat │ │ │ ├── gstt.bat │ │ │ ├── ht_ccsto.ps │ │ │ ├── image-qa.ps │ │ │ ├── impath.ps │ │ │ ├── jispaper.ps │ │ │ ├── landscap.ps │ │ │ ├── level1.ps │ │ │ ├── lines.ps │ │ │ ├── lp386.bat │ │ │ ├── lp386r2.bat │ │ │ ├── lpgs.bat │ │ │ ├── lpr2.bat │ │ │ ├── lprsetup.sh │ │ │ ├── markhint.ps │ │ │ ├── markpath.ps │ │ │ ├── mkcidfm.ps │ │ │ ├── necp2x.upp │ │ │ ├── necp2x6.upp │ │ │ ├── opdfread.ps │ │ │ ├── packfile.ps │ │ │ ├── pcharstr.ps │ │ │ ├── pdf2dsc │ │ │ ├── pdf2dsc.bat │ │ │ ├── pdf2dsc.ps │ │ │ ├── pdf2ps │ │ │ ├── pdf2ps.bat │ │ │ ├── pdf2ps.cmd │ │ │ ├── pdf_base.ps │ │ │ ├── pdf_draw.ps │ │ │ ├── pdf_font.ps │ │ │ ├── pdf_main.ps │ │ │ ├── pdf_ops.ps │ │ │ ├── pdf_rbld.ps │ │ │ ├── pdf_sec.ps │ │ │ ├── pdfopt │ │ │ ├── pdfopt.bat │ │ │ ├── pdfopt.ps │ │ │ ├── pdfwrite.ps │ │ │ ├── pf2afm │ │ │ ├── pf2afm.bat │ │ │ ├── pf2afm.cmd │ │ │ ├── pf2afm.ps │ │ │ ├── pfbtopfa │ │ │ ├── pfbtopfa.bat │ │ │ ├── pfbtopfa.ps │ │ │ ├── pftogsf.bat │ │ │ ├── ppath.ps │ │ │ ├── pphs │ │ │ ├── pphs.ps │ │ │ ├── prfont.ps │ │ │ ├── printafm │ │ │ ├── printafm.ps │ │ │ ├── ps2ai.ps │ │ │ ├── ps2ascii │ │ │ ├── ps2ascii.bat │ │ │ ├── ps2ascii.cmd │ │ │ ├── ps2ascii.ps │ │ │ ├── ps2epsi │ │ │ ├── ps2epsi.bat │ │ │ ├── ps2epsi.cmd │ │ │ ├── ps2epsi.ps │ │ │ ├── ps2pdf │ │ │ ├── ps2pdf.bat │ │ │ ├── ps2pdf.cmd │ │ │ ├── ps2pdf12 │ │ │ ├── ps2pdf12.bat │ │ │ ├── ps2pdf12.cmd │ │ │ ├── ps2pdf13 │ │ │ ├── ps2pdf13.bat │ │ │ ├── ps2pdf13.cmd │ │ │ ├── ps2pdf14 │ │ │ ├── ps2pdf14.bat │ │ │ ├── ps2pdf14.cmd │ │ │ ├── ps2pdfwr │ │ │ ├── ps2pdfxx.bat │ │ │ ├── ps2ps │ │ │ ├── ps2ps.bat │ │ │ ├── ps2ps.cmd │ │ │ ├── ps2ps2 │ │ │ ├── ps2ps2.bat │ │ │ ├── ps2ps2.cmd │ │ │ ├── ps2write.bat │ │ │ ├── pv.sh │ │ │ ├── quit.ps │ │ │ ├── ras1.upp │ │ │ ├── ras24.upp │ │ │ ├── ras3.upp │ │ │ ├── ras32.upp │ │ │ ├── ras4.upp │ │ │ ├── ras8m.upp │ │ │ ├── rinkj-2200-setup │ │ │ ├── rollconv.ps │ │ │ ├── showchar.ps │ │ │ ├── showpage.ps │ │ │ ├── st640ih.upp │ │ │ ├── st640ihg.upp │ │ │ ├── st640p.upp │ │ │ ├── st640pg.upp │ │ │ ├── st640pl.upp │ │ │ ├── st640plg.upp │ │ │ ├── stc.upp │ │ │ ├── stc1520h.upp │ │ │ ├── stc2.upp │ │ │ ├── stc200_h.upp │ │ │ ├── stc2_h.upp │ │ │ ├── stc2s_h.upp │ │ │ ├── stc300.upp │ │ │ ├── stc300bl.upp │ │ │ ├── stc300bm.upp │ │ │ ├── stc500p.upp │ │ │ ├── stc500ph.upp │ │ │ ├── stc600ih.upp │ │ │ ├── stc600p.upp │ │ │ ├── stc600pl.upp │ │ │ ├── stc640p.upp │ │ │ ├── stc800ih.upp │ │ │ ├── stc800p.upp │ │ │ ├── stc800pl.upp │ │ │ ├── stc_h.upp │ │ │ ├── stc_l.upp │ │ │ ├── stcany.upp │ │ │ ├── stcany_h.upp │ │ │ ├── stcinfo.ps │ │ │ ├── stcolor.ps │ │ │ ├── stocht.ps │ │ │ ├── traceimg.ps │ │ │ ├── traceop.ps │ │ │ ├── type1enc.ps │ │ │ ├── type1ops.ps │ │ │ ├── uninfo.ps │ │ │ ├── unix-lpr.sh │ │ │ ├── unprot.ps │ │ │ ├── viewcmyk.ps │ │ │ ├── viewgif.ps │ │ │ ├── viewjpeg.ps │ │ │ ├── viewmiff.ps │ │ │ ├── viewpbm.ps │ │ │ ├── viewpcx.ps │ │ │ ├── viewps2a.ps │ │ │ ├── wftopfa │ │ │ ├── wftopfa.ps │ │ │ ├── winmaps.ps │ │ │ ├── wmakebat.bat │ │ │ ├── wrfont.ps │ │ │ ├── xlatmap │ │ │ └── zeroline.ps │ │ ├── libpng │ │ │ ├── ANNOUNCE │ │ │ ├── CHANGES │ │ │ ├── INSTALL │ │ │ ├── KNOWNBUG │ │ │ ├── LICENSE │ │ │ ├── README │ │ │ ├── TODO │ │ │ ├── Y2KINFO │ │ │ ├── configure │ │ │ ├── example.c │ │ │ ├── libpng.3 │ │ │ ├── libpng.txt │ │ │ ├── libpngpf.3 │ │ │ ├── png.5 │ │ │ ├── png.c │ │ │ ├── png.h │ │ │ ├── pngbar.jpg │ │ │ ├── pngbar.png │ │ │ ├── pngconf.h │ │ │ ├── pngerror.c │ │ │ ├── pnggccrd.c │ │ │ ├── pngget.c │ │ │ ├── pngmem.c │ │ │ ├── pngnow.png │ │ │ ├── pngpread.c │ │ │ ├── pngread.c │ │ │ ├── pngrio.c │ │ │ ├── pngrtran.c │ │ │ ├── pngrutil.c │ │ │ ├── pngset.c │ │ │ ├── pngtest.c │ │ │ ├── pngtest.png │ │ │ ├── pngtrans.c │ │ │ ├── pngvcrd.c │ │ │ ├── pngwio.c │ │ │ ├── pngwrite.c │ │ │ ├── pngwtran.c │ │ │ └── pngwutil.c │ │ ├── man │ │ │ ├── dvipdf.1 │ │ │ ├── eps2eps.1 │ │ │ ├── font2c.1 │ │ │ ├── gs.1 │ │ │ ├── gslp.1 │ │ │ ├── gsnd.1 │ │ │ ├── pdf2dsc.1 │ │ │ ├── pdf2ps.1 │ │ │ ├── pdfopt.1 │ │ │ ├── pf2afm.1 │ │ │ ├── pfbtopfa.1 │ │ │ ├── printafm.1 │ │ │ ├── ps2ascii.1 │ │ │ ├── ps2epsi.1 │ │ │ ├── ps2pdf.1 │ │ │ ├── ps2pdfwr.1 │ │ │ ├── ps2ps.1 │ │ │ └── wftopfa.1 │ │ ├── mips.h │ │ ├── mkfile │ │ ├── power.h │ │ ├── src │ │ │ ├── .cvsignore │ │ │ ├── Makefile.in │ │ │ ├── all-arch.mak │ │ │ ├── append_l.com │ │ │ ├── bcc32.cfg │ │ │ ├── bcwin32.mak │ │ │ ├── bench.c │ │ │ ├── bfont.h │ │ │ ├── btoken.h │ │ │ ├── catmake │ │ │ ├── ccfont.h │ │ │ ├── cfonts.mak │ │ │ ├── configure.ac │ │ │ ├── contrib.mak │ │ │ ├── copy_one.com │ │ │ ├── cp.bat │ │ │ ├── cp.cmd │ │ │ ├── ctype_.h │ │ │ ├── devs.mak │ │ │ ├── dirent_.h │ │ │ ├── dmmain.c │ │ │ ├── dmmain.r │ │ │ ├── dos_.h │ │ │ ├── dpmain.c │ │ │ ├── dscparse.c │ │ │ ├── dscparse.h │ │ │ ├── dstack.h │ │ │ ├── dvx-gcc.mak │ │ │ ├── dvx-head.mak │ │ │ ├── dvx-tail.mak │ │ │ ├── dw32c.def │ │ │ ├── dwdll.c │ │ │ ├── dwdll.h │ │ │ ├── dwimg.c │ │ │ ├── dwimg.h │ │ │ ├── dwinst.cpp │ │ │ ├── dwinst.h │ │ │ ├── dwmain.c │ │ │ ├── dwmain.h │ │ │ ├── dwmain.rc │ │ │ ├── dwmain16.def │ │ │ ├── dwmain32.def │ │ │ ├── dwmainc.c │ │ │ ├── dwnodll.c │ │ │ ├── dwreg.c │ │ │ ├── dwreg.h │ │ │ ├── dwsetup.cpp │ │ │ ├── dwsetup.def │ │ │ ├── dwsetup.h │ │ │ ├── dwsetup.rc │ │ │ ├── dwtext.c │ │ │ ├── dwtext.h │ │ │ ├── dwtrace.c │ │ │ ├── dwtrace.h │ │ │ ├── dwuninst.cpp │ │ │ ├── dwuninst.def │ │ │ ├── dwuninst.h │ │ │ ├── dwuninst.rc │ │ │ ├── dxmain.c │ │ │ ├── dxmainc.c │ │ │ ├── echogs.c │ │ │ ├── errno_.h │ │ │ ├── errors.h │ │ │ ├── estack.h │ │ │ ├── fapi_ft.c │ │ │ ├── fapiufst.c │ │ │ ├── fcntl_.h │ │ │ ├── files.h │ │ │ ├── gconf.c │ │ │ ├── gconf.h │ │ │ ├── gconfig.c │ │ │ ├── gconfig.h │ │ │ ├── gconfig_.h │ │ │ ├── gconfigd.h │ │ │ ├── gconfigv.h │ │ │ ├── gconfxx.h │ │ │ ├── gdebug.h │ │ │ ├── gdev3852.c │ │ │ ├── gdev3b1.c │ │ │ ├── gdev4081.c │ │ │ ├── gdev4693.c │ │ │ ├── gdev8510.c │ │ │ ├── gdev8bcm.c │ │ │ ├── gdev8bcm.h │ │ │ ├── gdevabuf.c │ │ │ ├── gdevadmp.c │ │ │ ├── gdevatx.c │ │ │ ├── gdevbbox.c │ │ │ ├── gdevbbox.h │ │ │ ├── gdevbit.c │ │ │ ├── gdevbj10.c │ │ │ ├── gdevbjc.h │ │ │ ├── gdevbjcl.c │ │ │ ├── gdevbjcl.h │ │ │ ├── gdevbmp.c │ │ │ ├── gdevbmp.h │ │ │ ├── gdevbmpa.c │ │ │ ├── gdevbmpc.c │ │ │ ├── gdevccr.c │ │ │ ├── gdevcd8.c │ │ │ ├── gdevcdj.c │ │ │ ├── gdevcfax.c │ │ │ ├── gdevcgm.c │ │ │ ├── gdevcgml.c │ │ │ ├── gdevcgml.h │ │ │ ├── gdevcgmx.h │ │ │ ├── gdevcif.c │ │ │ ├── gdevclj.c │ │ │ ├── gdevcljc.c │ │ │ ├── gdevcmap.c │ │ │ ├── gdevcmap.h │ │ │ ├── gdevcp50.c │ │ │ ├── gdevcslw.c │ │ │ ├── gdevdbit.c │ │ │ ├── gdevdcrd.c │ │ │ ├── gdevdcrd.h │ │ │ ├── gdevddrw.c │ │ │ ├── gdevddrw.h │ │ │ ├── gdevdevn.c │ │ │ ├── gdevdevn.h │ │ │ ├── gdevdfax.c │ │ │ ├── gdevdflt.c │ │ │ ├── gdevdgbr.c │ │ │ ├── gdevdjet.c │ │ │ ├── gdevdjtc.c │ │ │ ├── gdevdljm.c │ │ │ ├── gdevdljm.h │ │ │ ├── gdevdm24.c │ │ │ ├── gdevdrop.c │ │ │ ├── gdevdsha.c │ │ │ ├── gdevdsp.c │ │ │ ├── gdevdsp.h │ │ │ ├── gdevdsp2.h │ │ │ ├── gdevegaa.asm │ │ │ ├── gdevemap.c │ │ │ ├── gdevepsc.c │ │ │ ├── gdevepsn.c │ │ │ ├── gdevescp.c │ │ │ ├── gdevevga.c │ │ │ ├── gdevfax.c │ │ │ ├── gdevfax.h │ │ │ ├── gdevherc.c │ │ │ ├── gdevhit.c │ │ │ ├── gdevhl7x.c │ │ │ ├── gdevifno.c │ │ │ ├── gdevijs.c │ │ │ ├── gdevimgn.c │ │ │ ├── gdevjpeg.c │ │ │ ├── gdevl256.c │ │ │ ├── gdevl31s.c │ │ │ ├── gdevlbp8.c │ │ │ ├── gdevlj56.c │ │ │ ├── gdevlp8k.c │ │ │ ├── gdevlxm.c │ │ │ ├── gdevm1.c │ │ │ ├── gdevm16.c │ │ │ ├── gdevm2.c │ │ │ ├── gdevm24.c │ │ │ ├── gdevm32.c │ │ │ ├── gdevm4.c │ │ │ ├── gdevm40.c │ │ │ ├── gdevm48.c │ │ │ ├── gdevm56.c │ │ │ ├── gdevm64.c │ │ │ ├── gdevm8.c │ │ │ ├── gdevmac.c │ │ │ ├── gdevmac.h │ │ │ ├── gdevmacpictop.h │ │ │ ├── gdevmacttf.h │ │ │ ├── gdevmacxf.c │ │ │ ├── gdevmeds.c │ │ │ ├── gdevmeds.h │ │ │ ├── gdevmem.c │ │ │ ├── gdevmem.h │ │ │ ├── gdevmgr.c │ │ │ ├── gdevmgr.h │ │ │ ├── gdevmiff.c │ │ │ ├── gdevmpla.c │ │ │ ├── gdevmpla.h │ │ │ ├── gdevmr1.c │ │ │ ├── gdevmr2n.c │ │ │ ├── gdevmr8n.c │ │ │ ├── gdevmrop.h │ │ │ ├── gdevmrun.c │ │ │ ├── gdevmrun.h │ │ │ ├── gdevmswn.c │ │ │ ├── gdevmswn.h │ │ │ ├── gdevmsxf.c │ │ │ ├── gdevn533.c │ │ │ ├── gdevnfwd.c │ │ │ ├── gdevo182.c │ │ │ ├── gdevokii.c │ │ │ ├── gdevos2p.c │ │ │ ├── gdevp14.c │ │ │ ├── gdevp14.h │ │ │ ├── gdevp2up.c │ │ │ ├── gdevpbm.c │ │ │ ├── gdevpccm.c │ │ │ ├── gdevpccm.h │ │ │ ├── gdevpcfb.c │ │ │ ├── gdevpcfb.h │ │ │ ├── gdevpcl.c │ │ │ ├── gdevpcl.h │ │ │ ├── gdevpcx.c │ │ │ ├── gdevpdf.c │ │ │ ├── gdevpdfb.c │ │ │ ├── gdevpdfb.h │ │ │ ├── gdevpdfc.c │ │ │ ├── gdevpdfc.h │ │ │ ├── gdevpdfd.c │ │ │ ├── gdevpdfg.c │ │ │ ├── gdevpdfg.h │ │ │ ├── gdevpdfi.c │ │ │ ├── gdevpdfj.c │ │ │ ├── gdevpdfk.c │ │ │ ├── gdevpdfm.c │ │ │ ├── gdevpdfo.c │ │ │ ├── gdevpdfo.h │ │ │ ├── gdevpdfp.c │ │ │ ├── gdevpdfr.c │ │ │ ├── gdevpdft.c │ │ │ ├── gdevpdfu.c │ │ │ ├── gdevpdfv.c │ │ │ ├── gdevpdfx.h │ │ │ ├── gdevpdt.c │ │ │ ├── gdevpdt.h │ │ │ ├── gdevpdtb.c │ │ │ ├── gdevpdtb.h │ │ │ ├── gdevpdtc.c │ │ │ ├── gdevpdtd.c │ │ │ ├── gdevpdtd.h │ │ │ ├── gdevpdte.c │ │ │ ├── gdevpdtf.c │ │ │ ├── gdevpdtf.h │ │ │ ├── gdevpdti.c │ │ │ ├── gdevpdti.h │ │ │ ├── gdevpdts.c │ │ │ ├── gdevpdts.h │ │ │ ├── gdevpdtt.c │ │ │ ├── gdevpdtt.h │ │ │ ├── gdevpdtv.c │ │ │ ├── gdevpdtv.h │ │ │ ├── gdevpdtw.c │ │ │ ├── gdevpdtw.h │ │ │ ├── gdevpdtx.h │ │ │ ├── gdevpe.c │ │ │ ├── gdevperm.c │ │ │ ├── gdevphex.c │ │ │ ├── gdevpipe.c │ │ │ ├── gdevpjet.c │ │ │ ├── gdevplan9.c │ │ │ ├── gdevplnx.c │ │ │ ├── gdevplnx.h │ │ │ ├── gdevpm.c │ │ │ ├── gdevpm.h │ │ │ ├── gdevpng.c │ │ │ ├── gdevpnga.c │ │ │ ├── gdevppla.c │ │ │ ├── gdevppla.h │ │ │ ├── gdevprn.c │ │ │ ├── gdevprn.h │ │ │ ├── gdevprna.c │ │ │ ├── gdevprna.h │ │ │ ├── gdevps.c │ │ │ ├── gdevpsd.c │ │ │ ├── gdevpsdf.h │ │ │ ├── gdevpsdi.c │ │ │ ├── gdevpsdp.c │ │ │ ├── gdevpsds.c │ │ │ ├── gdevpsds.h │ │ │ ├── gdevpsdu.c │ │ │ ├── gdevpsf.h │ │ │ ├── gdevpsf1.c │ │ │ ├── gdevpsf2.c │ │ │ ├── gdevpsfm.c │ │ │ ├── gdevpsft.c │ │ │ ├── gdevpsfu.c │ │ │ ├── gdevpsfx.c │ │ │ ├── gdevpsim.c │ │ │ ├── gdevpsu.c │ │ │ ├── gdevpsu.h │ │ │ ├── gdevpx.c │ │ │ ├── gdevpxat.h │ │ │ ├── gdevpxen.h │ │ │ ├── gdevpxop.h │ │ │ ├── gdevpxut.c │ │ │ ├── gdevpxut.h │ │ │ ├── gdevrinkj.c │ │ │ ├── gdevrops.c │ │ │ ├── gdevs3ga.c │ │ │ ├── gdevsco.c │ │ │ ├── gdevsgi.c │ │ │ ├── gdevsgi.h │ │ │ ├── gdevsj48.c │ │ │ ├── gdevsnfb.c │ │ │ ├── gdevsppr.c │ │ │ ├── gdevstc.c │ │ │ ├── gdevstc.h │ │ │ ├── gdevstc1.c │ │ │ ├── gdevstc2.c │ │ │ ├── gdevstc3.c │ │ │ ├── gdevstc4.c │ │ │ ├── gdevsun.c │ │ │ ├── gdevsunr.c │ │ │ ├── gdevsvga.c │ │ │ ├── gdevsvga.h │ │ │ ├── gdevtfax.c │ │ │ ├── gdevtfax.h │ │ │ ├── gdevtfnx.c │ │ │ ├── gdevtifs.c │ │ │ ├── gdevtifs.h │ │ │ ├── gdevtknk.c │ │ │ ├── gdevtrac.c │ │ │ ├── gdevtsep.c │ │ │ ├── gdevupd.c │ │ │ ├── gdevvec.c │ │ │ ├── gdevvec.h │ │ │ ├── gdevvglb.c │ │ │ ├── gdevwddb.c │ │ │ ├── gdevwdib.c │ │ │ ├── gdevwpr2.c │ │ │ ├── gdevwprn.c │ │ │ ├── gdevx.c │ │ │ ├── gdevx.h │ │ │ ├── gdevxalt.c │ │ │ ├── gdevxcf.c │ │ │ ├── gdevxcmp.c │ │ │ ├── gdevxcmp.h │ │ │ ├── gdevxini.c │ │ │ ├── gdevxres.c │ │ │ ├── gdevxxf.c │ │ │ ├── genarch.c │ │ │ ├── genconf.c │ │ │ ├── gendev.c │ │ │ ├── genht.c │ │ │ ├── geninit.c │ │ │ ├── ghost.h │ │ │ ├── gp.h │ │ │ ├── gp_dosfe.c │ │ │ ├── gp_dosfs.c │ │ │ ├── gp_dvx.c │ │ │ ├── gp_getnv.c │ │ │ ├── gp_iwatc.c │ │ │ ├── gp_mac.c │ │ │ ├── gp_mac.h │ │ │ ├── gp_macio.c │ │ │ ├── gp_macpoll.c │ │ │ ├── gp_mktmp.c │ │ │ ├── gp_msdll.c │ │ │ ├── gp_msdos.c │ │ │ ├── gp_mshdl.c │ │ │ ├── gp_msio.c │ │ │ ├── gp_mslib.c │ │ │ ├── gp_mspol.c │ │ │ ├── gp_msprn.c │ │ │ ├── gp_mswin.c │ │ │ ├── gp_mswin.h │ │ │ ├── gp_nsync.c │ │ │ ├── gp_ntfs.c │ │ │ ├── gp_os2.c │ │ │ ├── gp_os2.h │ │ │ ├── gp_os2pr.c │ │ │ ├── gp_os9.c │ │ │ ├── gp_psync.c │ │ │ ├── gp_stdia.c │ │ │ ├── gp_stdin.c │ │ │ ├── gp_strdl.c │ │ │ ├── gp_sysv.c │ │ │ ├── gp_unifn.c │ │ │ ├── gp_unifs.c │ │ │ ├── gp_unix.c │ │ │ ├── gp_unix_cache.c │ │ │ ├── gp_vms.c │ │ │ ├── gp_wgetv.c │ │ │ ├── gp_win32.c │ │ │ ├── gp_wsync.c │ │ │ ├── gpcheck.h │ │ │ ├── gpgetenv.h │ │ │ ├── gpmisc.c │ │ │ ├── gpmisc.h │ │ │ ├── gpsync.h │ │ │ ├── gs.c │ │ │ ├── gs.mak │ │ │ ├── gs16spl.c │ │ │ ├── gs16spl.def │ │ │ ├── gs16spl.rc │ │ │ ├── gs_dll_call.h │ │ │ ├── gsalloc.c │ │ │ ├── gsalloc.h │ │ │ ├── gsalpha.c │ │ │ ├── gsalpha.h │ │ │ ├── gsalphac.c │ │ │ ├── gsalphac.h │ │ │ ├── gsargs.c │ │ │ ├── gsargs.h │ │ │ ├── gsbitcom.c │ │ │ ├── gsbitmap.h │ │ │ ├── gsbitops.c │ │ │ ├── gsbitops.h │ │ │ ├── gsbittab.c │ │ │ ├── gsbittab.h │ │ │ ├── gsccode.h │ │ │ ├── gsccolor.h │ │ │ ├── gscdef.c │ │ │ ├── gscdefs.c │ │ │ ├── gscdefs.h │ │ │ ├── gscdevn.c │ │ │ ├── gscdevn.h │ │ │ ├── gscedata.c │ │ │ ├── gscedata.h │ │ │ ├── gscencs.c │ │ │ ├── gscencs.h │ │ │ ├── gschar.c │ │ │ ├── gschar.h │ │ │ ├── gschar0.c │ │ │ ├── gscie.c │ │ │ ├── gscie.h │ │ │ ├── gsciemap.c │ │ │ ├── gscindex.h │ │ │ ├── gsclipsr.c │ │ │ ├── gsclipsr.h │ │ │ ├── gscolor.c │ │ │ ├── gscolor.h │ │ │ ├── gscolor1.c │ │ │ ├── gscolor1.h │ │ │ ├── gscolor2.c │ │ │ ├── gscolor2.h │ │ │ ├── gscolor3.c │ │ │ ├── gscolor3.h │ │ │ ├── gscompt.h │ │ │ ├── gscoord.c │ │ │ ├── gscoord.h │ │ │ ├── gscparam.c │ │ │ ├── gscpixel.c │ │ │ ├── gscpixel.h │ │ │ ├── gscpm.h │ │ │ ├── gscrd.c │ │ │ ├── gscrd.h │ │ │ ├── gscrdp.c │ │ │ ├── gscrdp.h │ │ │ ├── gscrypt1.c │ │ │ ├── gscrypt1.h │ │ │ ├── gscscie.c │ │ │ ├── gscsel.h │ │ │ ├── gscsepr.c │ │ │ ├── gscsepr.h │ │ │ ├── gscspace.c │ │ │ ├── gscspace.h │ │ │ ├── gscssub.c │ │ │ ├── gscssub.h │ │ │ ├── gsdcolor.h │ │ │ ├── gsdevice.c │ │ │ ├── gsdevice.h │ │ │ ├── gsdevmem.c │ │ │ ├── gsdfilt.c │ │ │ ├── gsdfilt.h │ │ │ ├── gsdll.c │ │ │ ├── gsdll.h │ │ │ ├── gsdll2.def │ │ │ ├── gsdll2.rc │ │ │ ├── gsdll32.def │ │ │ ├── gsdll32.rc │ │ │ ├── gsdll32w.lnk │ │ │ ├── gsdllos2.h │ │ │ ├── gsdllwin.h │ │ │ ├── gsdparam.c │ │ │ ├── gsdpnext.h │ │ │ ├── gsdps.c │ │ │ ├── gsdps.h │ │ │ ├── gsdps1.c │ │ │ ├── gsdsrc.c │ │ │ ├── gsdsrc.h │ │ │ ├── gsequivc.c │ │ │ ├── gsequivc.h │ │ │ ├── gserror.h │ │ │ ├── gserrors.h │ │ │ ├── gserver.c │ │ │ ├── gsexit.h │ │ │ ├── gsfcid.c │ │ │ ├── gsfcid2.c │ │ │ ├── gsfcmap.c │ │ │ ├── gsfcmap.h │ │ │ ├── gsfcmap1.c │ │ │ ├── gsfemu.c │ │ │ ├── gsflip.c │ │ │ ├── gsflip.h │ │ │ ├── gsfname.c │ │ │ ├── gsfname.h │ │ │ ├── gsfont.c │ │ │ ├── gsfont.h │ │ │ ├── gsfont0.c │ │ │ ├── gsfont0c.c │ │ │ ├── gsfunc.c │ │ │ ├── gsfunc.h │ │ │ ├── gsfunc0.c │ │ │ ├── gsfunc0.h │ │ │ ├── gsfunc3.c │ │ │ ├── gsfunc3.h │ │ │ ├── gsfunc4.c │ │ │ ├── gsfunc4.h │ │ │ ├── gsgc.h │ │ │ ├── gsgcache.c │ │ │ ├── gsgcache.h │ │ │ ├── gsgdata.c │ │ │ ├── gsgdata.h │ │ │ ├── gshsb.c │ │ │ ├── gshsb.h │ │ │ ├── gsht.c │ │ │ ├── gsht.h │ │ │ ├── gsht1.c │ │ │ ├── gsht1.h │ │ │ ├── gshtscr.c │ │ │ ├── gshtx.c │ │ │ ├── gshtx.h │ │ │ ├── gsicc.c │ │ │ ├── gsicc.h │ │ │ ├── gsimage.c │ │ │ ├── gsimage.h │ │ │ ├── gsimpath.c │ │ │ ├── gsinit.c │ │ │ ├── gsio.h │ │ │ ├── gsiodev.c │ │ │ ├── gsiodevs.c │ │ │ ├── gsiodisk.c │ │ │ ├── gsiomacres.c │ │ │ ├── gsiorom.c │ │ │ ├── gsipar3x.h │ │ │ ├── gsiparam.h │ │ │ ├── gsiparm2.h │ │ │ ├── gsiparm3.h │ │ │ ├── gsiparm4.h │ │ │ ├── gsistate.c │ │ │ ├── gsjconf.h │ │ │ ├── gsjmorec.h │ │ │ ├── gslib.c │ │ │ ├── gslib.h │ │ │ ├── gslibctx.c │ │ │ ├── gslibctx.h │ │ │ ├── gsline.c │ │ │ ├── gsline.h │ │ │ ├── gslparam.h │ │ │ ├── gsmalloc.c │ │ │ ├── gsmalloc.h │ │ │ ├── gsmatrix.c │ │ │ ├── gsmatrix.h │ │ │ ├── gsmdebug.h │ │ │ ├── gsmemlok.c │ │ │ ├── gsmemlok.h │ │ │ ├── gsmemory.c │ │ │ ├── gsmemory.h │ │ │ ├── gsmemraw.h │ │ │ ├── gsmemret.c │ │ │ ├── gsmemret.h │ │ │ ├── gsmisc.c │ │ │ ├── gsnogc.c │ │ │ ├── gsnogc.h │ │ │ ├── gsnorop.c │ │ │ ├── gsnotify.c │ │ │ ├── gsnotify.h │ │ │ ├── gsos2.def │ │ │ ├── gsos2.icx │ │ │ ├── gsos2.rc │ │ │ ├── gsovrc.c │ │ │ ├── gsovrc.h │ │ │ ├── gspaint.c │ │ │ ├── gspaint.h │ │ │ ├── gsparam.c │ │ │ ├── gsparam.h │ │ │ ├── gsparam2.c │ │ │ ├── gsparams.c │ │ │ ├── gsparams.h │ │ │ ├── gsparamx.c │ │ │ ├── gsparamx.h │ │ │ ├── gspath.c │ │ │ ├── gspath.h │ │ │ ├── gspath1.c │ │ │ ├── gspath2.h │ │ │ ├── gspcolor.c │ │ │ ├── gspcolor.h │ │ │ ├── gspenum.h │ │ │ ├── gspmdrv.c │ │ │ ├── gspmdrv.def │ │ │ ├── gspmdrv.h │ │ │ ├── gspmdrv.icx │ │ │ ├── gspmdrv.rc │ │ │ ├── gsptype1.c │ │ │ ├── gsptype1.h │ │ │ ├── gsptype2.c │ │ │ ├── gsptype2.h │ │ │ ├── gsrect.h │ │ │ ├── gsrefct.h │ │ │ ├── gsrop.c │ │ │ ├── gsrop.h │ │ │ ├── gsropc.c │ │ │ ├── gsropc.h │ │ │ ├── gsropt.h │ │ │ ├── gsroptab.c │ │ │ ├── gsserial.c │ │ │ ├── gsserial.h │ │ │ ├── gsshade.c │ │ │ ├── gsshade.h │ │ │ ├── gsstate.c │ │ │ ├── gsstate.h │ │ │ ├── gsstruct.h │ │ │ ├── gsstype.h │ │ │ ├── gstext.c │ │ │ ├── gstext.h │ │ │ ├── gstparam.h │ │ │ ├── gstrans.c │ │ │ ├── gstrans.h │ │ │ ├── gstrap.c │ │ │ ├── gstrap.h │ │ │ ├── gstype1.c │ │ │ ├── gstype1.h │ │ │ ├── gstype2.c │ │ │ ├── gstype42.c │ │ │ ├── gstypes.h │ │ │ ├── gsuid.h │ │ │ ├── gsutil.c │ │ │ ├── gsutil.h │ │ │ ├── gswin.icx │ │ │ ├── gswin.rc │ │ │ ├── gswin16.icx │ │ │ ├── gswin32.rc │ │ │ ├── gswin386.rc │ │ │ ├── gswts.c │ │ │ ├── gswts.h │ │ │ ├── gsxfont.h │ │ │ ├── gx.h │ │ │ ├── gxacpath.c │ │ │ ├── gxalloc.h │ │ │ ├── gxalpha.h │ │ │ ├── gxarith.h │ │ │ ├── gxband.h │ │ │ ├── gxbcache.c │ │ │ ├── gxbcache.h │ │ │ ├── gxbitfmt.h │ │ │ ├── gxbitmap.h │ │ │ ├── gxbitops.h │ │ │ ├── gxblend.c │ │ │ ├── gxblend.h │ │ │ ├── gxccache.c │ │ │ ├── gxccman.c │ │ │ ├── gxcdevn.h │ │ │ ├── gxchar.c │ │ │ ├── gxchar.h │ │ │ ├── gxchrout.c │ │ │ ├── gxchrout.h │ │ │ ├── gxcht.c │ │ │ ├── gxcid.h │ │ │ ├── gxcie.h │ │ │ ├── gxcindex.h │ │ │ ├── gxclbits.c │ │ │ ├── gxcldev.h │ │ │ ├── gxclfile.c │ │ │ ├── gxclimag.c │ │ │ ├── gxclio.h │ │ │ ├── gxclip.c │ │ │ ├── gxclip.h │ │ │ ├── gxclip2.c │ │ │ ├── gxclip2.h │ │ │ ├── gxclipm.c │ │ │ ├── gxclipm.h │ │ │ ├── gxclipsr.h │ │ │ ├── gxclist.c │ │ │ ├── gxclist.h │ │ │ ├── gxcllzw.c │ │ │ ├── gxclmem.c │ │ │ ├── gxclmem.h │ │ │ ├── gxclpage.c │ │ │ ├── gxclpage.h │ │ │ ├── gxclpath.c │ │ │ ├── gxclpath.h │ │ │ ├── gxclrast.c │ │ │ ├── gxclread.c │ │ │ ├── gxclrect.c │ │ │ ├── gxclutil.c │ │ │ ├── gxclzlib.c │ │ │ ├── gxcmap.c │ │ │ ├── gxcmap.h │ │ │ ├── gxcolor2.h │ │ │ ├── gxcomp.h │ │ │ ├── gxcoord.h │ │ │ ├── gxcpath.c │ │ │ ├── gxcpath.h │ │ │ ├── gxcspace.h │ │ │ ├── gxctable.c │ │ │ ├── gxctable.h │ │ │ ├── gxcvalue.h │ │ │ ├── gxdcconv.c │ │ │ ├── gxdcconv.h │ │ │ ├── gxdcolor.c │ │ │ ├── gxdcolor.h │ │ │ ├── gxdda.h │ │ │ ├── gxdevbuf.h │ │ │ ├── gxdevcli.h │ │ │ ├── gxdevice.h │ │ │ ├── gxdevmem.h │ │ │ ├── gxdevndi.c │ │ │ ├── gxdevndi.h │ │ │ ├── gxdevrop.h │ │ │ ├── gxdht.h │ │ │ ├── gxdhtres.h │ │ │ ├── gxdhtserial.c │ │ │ ├── gxdhtserial.h │ │ │ ├── gxdither.h │ │ │ ├── gxdtfill.h │ │ │ ├── gxfapi.c │ │ │ ├── gxfapi.h │ │ │ ├── gxfarith.h │ │ │ ├── gxfcache.h │ │ │ ├── gxfcid.h │ │ │ ├── gxfcmap.h │ │ │ ├── gxfcmap1.h │ │ │ ├── gxfcopy.c │ │ │ ├── gxfcopy.h │ │ │ ├── gxfdrop.c │ │ │ ├── gxfdrop.h │ │ │ ├── gxfill.c │ │ │ ├── gxfill.h │ │ │ ├── gxfillsl.h │ │ │ ├── gxfilltr.h │ │ │ ├── gxfillts.h │ │ │ ├── gxfixed.h │ │ │ ├── gxfmap.h │ │ │ ├── gxfont.h │ │ │ ├── gxfont0.h │ │ │ ├── gxfont0c.h │ │ │ ├── gxfont1.h │ │ │ ├── gxfont42.h │ │ │ ├── gxfrac.h │ │ │ ├── gxftype.h │ │ │ ├── gxfunc.h │ │ │ ├── gxgetbit.h │ │ │ ├── gxhintn.c │ │ │ ├── gxhintn.h │ │ │ ├── gxhldevc.c │ │ │ ├── gxhldevc.h │ │ │ ├── gxht.c │ │ │ ├── gxht.h │ │ │ ├── gxhtbit.c │ │ │ ├── gxhttile.h │ │ │ ├── gxhttype.h │ │ │ ├── gxi12bit.c │ │ │ ├── gxi16bit.c │ │ │ ├── gxiclass.h │ │ │ ├── gxicolor.c │ │ │ ├── gxidata.c │ │ │ ├── gxifast.c │ │ │ ├── gximag3x.c │ │ │ ├── gximag3x.h │ │ │ ├── gximage.c │ │ │ ├── gximage.h │ │ │ ├── gximage1.c │ │ │ ├── gximage2.c │ │ │ ├── gximage3.c │ │ │ ├── gximage3.h │ │ │ ├── gximage4.c │ │ │ ├── gximono.c │ │ │ ├── gxino12b.c │ │ │ ├── gxino16b.c │ │ │ ├── gxiodev.h │ │ │ ├── gxiparam.h │ │ │ ├── gxipixel.c │ │ │ ├── gxiscale.c │ │ │ ├── gxistate.h │ │ │ ├── gxline.h │ │ │ ├── gxlum.h │ │ │ ├── gxmatrix.h │ │ │ ├── gxmclip.c │ │ │ ├── gxmclip.h │ │ │ ├── gxobj.h │ │ │ ├── gxoprect.c │ │ │ ├── gxoprect.h │ │ │ ├── gxp1fill.c │ │ │ ├── gxp1impl.h │ │ │ ├── gxpageq.c │ │ │ ├── gxpageq.h │ │ │ ├── gxpaint.c │ │ │ ├── gxpaint.h │ │ │ ├── gxpath.c │ │ │ ├── gxpath.h │ │ │ ├── gxpath2.c │ │ │ ├── gxpcache.h │ │ │ ├── gxpcmap.c │ │ │ ├── gxpcolor.h │ │ │ ├── gxpcopy.c │ │ │ ├── gxpdash.c │ │ │ ├── gxpflat.c │ │ │ ├── gxropc.h │ │ │ ├── gxrplane.h │ │ │ ├── gxsample.c │ │ │ ├── gxsample.h │ │ │ ├── gxsamplp.h │ │ │ ├── gxshade.c │ │ │ ├── gxshade.h │ │ │ ├── gxshade1.c │ │ │ ├── gxshade4.c │ │ │ ├── gxshade4.h │ │ │ ├── gxshade6.c │ │ │ ├── gxstate.h │ │ │ ├── gxstdio.h │ │ │ ├── gxstroke.c │ │ │ ├── gxsync.c │ │ │ ├── gxsync.h │ │ │ ├── gxtext.h │ │ │ ├── gxtmap.h │ │ │ ├── gxttf.h │ │ │ ├── gxttfb.c │ │ │ ├── gxttfb.h │ │ │ ├── gxtype1.c │ │ │ ├── gxtype1.h │ │ │ ├── gxwts.c │ │ │ ├── gxwts.h │ │ │ ├── gxxfont.h │ │ │ ├── gzacpath.h │ │ │ ├── gzcpath.h │ │ │ ├── gzht.h │ │ │ ├── gzline.h │ │ │ ├── gzpath.h │ │ │ ├── gzspotan.c │ │ │ ├── gzspotan.h │ │ │ ├── gzstate.h │ │ │ ├── ialloc.c │ │ │ ├── ialloc.h │ │ │ ├── iapi.c │ │ │ ├── iapi.h │ │ │ ├── iastate.h │ │ │ ├── iastruct.h │ │ │ ├── ibnum.c │ │ │ ├── ibnum.h │ │ │ ├── iccfont.c │ │ │ ├── iccinit0.c │ │ │ ├── icclib.mak │ │ │ ├── icfontab.c │ │ │ ├── ichar.h │ │ │ ├── ichar1.h │ │ │ ├── icharout.h │ │ │ ├── icid.h │ │ │ ├── icie.h │ │ │ ├── icolor.h │ │ │ ├── iconf.c │ │ │ ├── iconf.h │ │ │ ├── iconfig.c │ │ │ ├── icontext.c │ │ │ ├── icontext.h │ │ │ ├── icremap.h │ │ │ ├── icsmap.h │ │ │ ├── icstate.h │ │ │ ├── iddict.h │ │ │ ├── iddstack.h │ │ │ ├── idebug.c │ │ │ ├── idebug.h │ │ │ ├── idict.c │ │ │ ├── idict.h │ │ │ ├── idictdef.h │ │ │ ├── idisp.c │ │ │ ├── idisp.h │ │ │ ├── idosave.h │ │ │ ├── idparam.c │ │ │ ├── idparam.h │ │ │ ├── idsdata.h │ │ │ ├── idstack.c │ │ │ ├── idstack.h │ │ │ ├── ierrors.h │ │ │ ├── iesdata.h │ │ │ ├── iestack.h │ │ │ ├── ifapi.h │ │ │ ├── ifcid.h │ │ │ ├── ifilter.h │ │ │ ├── ifilter2.h │ │ │ ├── ifont.h │ │ │ ├── ifont1.h │ │ │ ├── ifont2.h │ │ │ ├── ifont42.h │ │ │ ├── ifrpred.h │ │ │ ├── ifunc.h │ │ │ ├── ifwpred.h │ │ │ ├── igc.c │ │ │ ├── igc.h │ │ │ ├── igcref.c │ │ │ ├── igcstr.c │ │ │ ├── igcstr.h │ │ │ ├── igstate.h │ │ │ ├── iht.h │ │ │ ├── iimage.h │ │ │ ├── iimage2.h │ │ │ ├── iinit.c │ │ │ ├── iinit.h │ │ │ ├── ijs.mak │ │ │ ├── ilevel.h │ │ │ ├── ilocate.c │ │ │ ├── imain.c │ │ │ ├── imain.h │ │ │ ├── imainarg.c │ │ │ ├── imainarg.h │ │ │ ├── imemory.h │ │ │ ├── iminst.h │ │ │ ├── iname.c │ │ │ ├── iname.h │ │ │ ├── inamedef.h │ │ │ ├── inameidx.h │ │ │ ├── inames.h │ │ │ ├── inamestr.h │ │ │ ├── inobtokn.c │ │ │ ├── inouparm.c │ │ │ ├── instcopy │ │ │ ├── int.mak │ │ │ ├── interp.c │ │ │ ├── interp.h │ │ │ ├── iosdata.h │ │ │ ├── iostack.h │ │ │ ├── ipacked.h │ │ │ ├── iparam.c │ │ │ ├── iparam.h │ │ │ ├── iparray.h │ │ │ ├── ipcolor.h │ │ │ ├── iplugin.c │ │ │ ├── iplugin.h │ │ │ ├── ireclaim.c │ │ │ ├── iref.h │ │ │ ├── isave.c │ │ │ ├── isave.h │ │ │ ├── iscan.c │ │ │ ├── iscan.h │ │ │ ├── iscanbin.c │ │ │ ├── iscanbin.h │ │ │ ├── iscannum.c │ │ │ ├── iscannum.h │ │ │ ├── isdata.h │ │ │ ├── isstate.h │ │ │ ├── istack.c │ │ │ ├── istack.h │ │ │ ├── istkparm.h │ │ │ ├── istream.h │ │ │ ├── istruct.h │ │ │ ├── itoken.h │ │ │ ├── iutil.c │ │ │ ├── iutil.h │ │ │ ├── iutil2.c │ │ │ ├── iutil2.h │ │ │ ├── iutilasm.asm │ │ │ ├── ivmem2.h │ │ │ ├── ivmspace.h │ │ │ ├── jasper.mak │ │ │ ├── jbig2.mak │ │ │ ├── jconfig.h │ │ │ ├── jconfig0.h │ │ │ ├── jerror_.h │ │ │ ├── jinclude.h │ │ │ ├── jmcorig.h │ │ │ ├── jmorecf0.h │ │ │ ├── jmorecfg.h │ │ │ ├── jpeg.mak │ │ │ ├── jpeglib.h │ │ │ ├── jpeglib0.h │ │ │ ├── jpeglib_.h │ │ │ ├── ld.tr │ │ │ ├── lib.mak │ │ │ ├── libpng.mak │ │ │ ├── macgenmcpxml.sh │ │ │ ├── macos-fw.mak │ │ │ ├── macos-mcp.mak │ │ │ ├── macos_carbon_d_pre.h │ │ │ ├── macos_carbon_pre.h │ │ │ ├── macos_classic_d_pre.h │ │ │ ├── macosx.mak │ │ │ ├── macsystypes.h │ │ │ ├── main.h │ │ │ ├── malloc_.h │ │ │ ├── math_.h │ │ │ ├── md5.c │ │ │ ├── md5.h │ │ │ ├── md5main.c │ │ │ ├── memory_.h │ │ │ ├── mkromfs.c │ │ │ ├── msvc32.mak │ │ │ ├── msvccmd.mak │ │ │ ├── msvclib.mak │ │ │ ├── msvctail.mak │ │ │ ├── mv.bat │ │ │ ├── mv.cmd │ │ │ ├── obj │ │ │ ├── oparc.h │ │ │ ├── opcheck.h │ │ │ ├── opdef.h │ │ │ ├── openvms.mak │ │ │ ├── openvms.mmk │ │ │ ├── oper.h │ │ │ ├── opextern.h │ │ │ ├── os2.mak │ │ │ ├── ostack.h │ │ │ ├── pcwin.mak │ │ │ ├── pipe_.h │ │ │ ├── plan9-aux.mak │ │ │ ├── png_.h │ │ │ ├── rm.bat │ │ │ ├── rm.cmd │ │ │ ├── rm_all.com │ │ │ ├── rm_one.com │ │ │ ├── sa85d.c │ │ │ ├── sa85d.h │ │ │ ├── sa85x.h │ │ │ ├── sarc4.c │ │ │ ├── sarc4.h │ │ │ ├── sbcp.c │ │ │ ├── sbcp.h │ │ │ ├── sbhc.c │ │ │ ├── sbhc.h │ │ │ ├── sbtx.h │ │ │ ├── sbwbs.c │ │ │ ├── sbwbs.h │ │ │ ├── scanchar.h │ │ │ ├── scantab.c │ │ │ ├── scf.h │ │ │ ├── scfd.c │ │ │ ├── scfdgen.c │ │ │ ├── scfdtab.c │ │ │ ├── scfe.c │ │ │ ├── scfetab.c │ │ │ ├── scfparam.c │ │ │ ├── scfx.h │ │ │ ├── scommon.h │ │ │ ├── sdcparam.c │ │ │ ├── sdcparam.h │ │ │ ├── sdct.h │ │ │ ├── sdctc.c │ │ │ ├── sdctd.c │ │ │ ├── sdcte.c │ │ │ ├── sddparam.c │ │ │ ├── sdeparam.c │ │ │ ├── seexec.c │ │ │ ├── sfilter.h │ │ │ ├── sfilter1.c │ │ │ ├── sfilter2.c │ │ │ ├── sfxboth.c │ │ │ ├── sfxfd.c │ │ │ ├── sfxstdio.c │ │ │ ├── shc.c │ │ │ ├── shc.h │ │ │ ├── shcgen.c │ │ │ ├── shcgen.h │ │ │ ├── siinterp.c │ │ │ ├── siinterp.h │ │ │ ├── siscale.c │ │ │ ├── siscale.h │ │ │ ├── sisparam.h │ │ │ ├── sjbig2.c │ │ │ ├── sjbig2.h │ │ │ ├── sjpeg.h │ │ │ ├── sjpegc.c │ │ │ ├── sjpegd.c │ │ │ ├── sjpege.c │ │ │ ├── sjpx.c │ │ │ ├── sjpx.h │ │ │ ├── slzwc.c │ │ │ ├── slzwd.c │ │ │ ├── slzwe.c │ │ │ ├── slzwx.h │ │ │ ├── smd5.c │ │ │ ├── smd5.h │ │ │ ├── smtf.c │ │ │ ├── smtf.h │ │ │ ├── spdiff.c │ │ │ ├── spdiffx.h │ │ │ ├── spngp.c │ │ │ ├── spngpx.h │ │ │ ├── spprint.c │ │ │ ├── spprint.h │ │ │ ├── spsdf.c │ │ │ ├── spsdf.h │ │ │ ├── srdline.h │ │ │ ├── srld.c │ │ │ ├── srle.c │ │ │ ├── srlx.h │ │ │ ├── sstring.c │ │ │ ├── sstring.h │ │ │ ├── stat_.h │ │ │ ├── std.h │ │ │ ├── stdint_.h │ │ │ ├── stdio_.h │ │ │ ├── stdpn.h │ │ │ ├── stdpre.h │ │ │ ├── store.h │ │ │ ├── stream.c │ │ │ ├── stream.h │ │ │ ├── strimpl.h │ │ │ ├── string_.h │ │ │ ├── szlibc.c │ │ │ ├── szlibd.c │ │ │ ├── szlibe.c │ │ │ ├── szlibx.h │ │ │ ├── szlibxx.h │ │ │ ├── time_.h │ │ │ ├── ttcalc.c │ │ │ ├── ttcalc.h │ │ │ ├── ttcommon.h │ │ │ ├── ttconf.h │ │ │ ├── ttconfig.h │ │ │ ├── ttfinp.c │ │ │ ├── ttfinp.h │ │ │ ├── ttfmain.c │ │ │ ├── ttfmemd.c │ │ │ ├── ttfmemd.h │ │ │ ├── ttfoutl.h │ │ │ ├── ttfsfnt.h │ │ │ ├── ttinterp.c │ │ │ ├── ttinterp.h │ │ │ ├── ttload.c │ │ │ ├── ttload.h │ │ │ ├── ttmisc.h │ │ │ ├── ttobjs.c │ │ │ ├── ttobjs.h │ │ │ ├── tttables.h │ │ │ ├── tttype.h │ │ │ ├── tttypes.h │ │ │ ├── turboc.cfg │ │ │ ├── ugcclib.mak │ │ │ ├── unistd_.h │ │ │ ├── unix-aux.mak │ │ │ ├── unix-dll.mak │ │ │ ├── unix-end.mak │ │ │ ├── unix-gcc.mak │ │ │ ├── unixansi.mak │ │ │ ├── unixhead.mak │ │ │ ├── unixinst.mak │ │ │ ├── unixlink.mak │ │ │ ├── vdtrace.c │ │ │ ├── vdtrace.h │ │ │ ├── version.mak │ │ │ ├── vms_x_fix.h │ │ │ ├── vmsmath.h │ │ │ ├── watclib.mak │ │ │ ├── watcw32.mak │ │ │ ├── wccommon.mak │ │ │ ├── wctail.mak │ │ │ ├── windows_.h │ │ │ ├── winint.mak │ │ │ ├── winlib.mak │ │ │ ├── winplat.mak │ │ │ ├── wmin.mak │ │ │ ├── wrfont.c │ │ │ ├── wrfont.h │ │ │ ├── write_t1.c │ │ │ ├── write_t1.h │ │ │ ├── write_t2.c │ │ │ ├── write_t2.h │ │ │ ├── x_.h │ │ │ ├── zarith.c │ │ │ ├── zarray.c │ │ │ ├── zbfont.c │ │ │ ├── zbseq.c │ │ │ ├── zcfont.c │ │ │ ├── zchar.c │ │ │ ├── zchar1.c │ │ │ ├── zchar2.c │ │ │ ├── zchar32.c │ │ │ ├── zchar42.c │ │ │ ├── zchar42.h │ │ │ ├── zcharout.c │ │ │ ├── zcharx.c │ │ │ ├── zcid.c │ │ │ ├── zcidtest.c │ │ │ ├── zcie.c │ │ │ ├── zcolor.c │ │ │ ├── zcolor1.c │ │ │ ├── zcolor2.c │ │ │ ├── zcolor3.c │ │ │ ├── zcontext.c │ │ │ ├── zcontrol.c │ │ │ ├── zcrd.c │ │ │ ├── zcsdevn.c │ │ │ ├── zcsindex.c │ │ │ ├── zcspixel.c │ │ │ ├── zcssepr.c │ │ │ ├── zdevcal.c │ │ │ ├── zdevice.c │ │ │ ├── zdevice2.c │ │ │ ├── zdfilter.c │ │ │ ├── zdict.c │ │ │ ├── zdosio.c │ │ │ ├── zdouble.c │ │ │ ├── zdpnext.c │ │ │ ├── zdps.c │ │ │ ├── zdps1.c │ │ │ ├── zdscpars.c │ │ │ ├── zfapi.c │ │ │ ├── zfarc4.c │ │ │ ├── zfbcp.c │ │ │ ├── zfcid.c │ │ │ ├── zfcid0.c │ │ │ ├── zfcid1.c │ │ │ ├── zfcmap.c │ │ │ ├── zfdctd.c │ │ │ ├── zfdcte.c │ │ │ ├── zfdecode.c │ │ │ ├── zfile.c │ │ │ ├── zfile1.c │ │ │ ├── zfileio.c │ │ │ ├── zfilter.c │ │ │ ├── zfilter2.c │ │ │ ├── zfilterx.c │ │ │ ├── zfjbig2.c │ │ │ ├── zfjpx.c │ │ │ ├── zfmd5.c │ │ │ ├── zfont.c │ │ │ ├── zfont0.c │ │ │ ├── zfont1.c │ │ │ ├── zfont2.c │ │ │ ├── zfont32.c │ │ │ ├── zfont42.c │ │ │ ├── zfontenum.c │ │ │ ├── zfproc.c │ │ │ ├── zfrsd.c │ │ │ ├── zfsample.c │ │ │ ├── zfunc.c │ │ │ ├── zfunc0.c │ │ │ ├── zfunc3.c │ │ │ ├── zfunc4.c │ │ │ ├── zfzlib.c │ │ │ ├── zgeneric.c │ │ │ ├── zgstate.c │ │ │ ├── zhsb.c │ │ │ ├── zht.c │ │ │ ├── zht1.c │ │ │ ├── zht2.c │ │ │ ├── zht2.h │ │ │ ├── zicc.c │ │ │ ├── zimage.c │ │ │ ├── zimage2.c │ │ │ ├── zimage3.c │ │ │ ├── ziodev.c │ │ │ ├── ziodev2.c │ │ │ ├── ziodevs.c │ │ │ ├── ziodevsc.c │ │ │ ├── ziodevst.c │ │ │ ├── zlib.mak │ │ │ ├── zmath.c │ │ │ ├── zmatrix.c │ │ │ ├── zmedia2.c │ │ │ ├── zmisc.c │ │ │ ├── zmisc1.c │ │ │ ├── zmisc2.c │ │ │ ├── zmisc3.c │ │ │ ├── zpacked.c │ │ │ ├── zpaint.c │ │ │ ├── zpath.c │ │ │ ├── zpath1.c │ │ │ ├── zpcolor.c │ │ │ ├── zrelbit.c │ │ │ ├── zrop.c │ │ │ ├── zshade.c │ │ │ ├── zstack.c │ │ │ ├── zstring.c │ │ │ ├── zsysvm.c │ │ │ ├── ztoken.c │ │ │ ├── ztrans.c │ │ │ ├── ztrap.c │ │ │ ├── ztype.c │ │ │ ├── zupath.c │ │ │ ├── zusparam.c │ │ │ ├── zvmem.c │ │ │ └── zvmem2.c │ │ └── zlib │ │ │ ├── ChangeLog │ │ │ ├── FAQ │ │ │ ├── INDEX │ │ │ ├── Makefile │ │ │ ├── Makefile.in │ │ │ ├── README │ │ │ ├── adler32.c │ │ │ ├── algorithm.txt │ │ │ ├── compress.c │ │ │ ├── configure │ │ │ ├── crc32.c │ │ │ ├── crc32.h │ │ │ ├── deflate.c │ │ │ ├── deflate.h │ │ │ ├── example.c │ │ │ ├── gzio.c │ │ │ ├── infback.c │ │ │ ├── inffast.c │ │ │ ├── inffast.h │ │ │ ├── inffixed.h │ │ │ ├── inflate.c │ │ │ ├── inflate.h │ │ │ ├── inftrees.c │ │ │ ├── inftrees.h │ │ │ ├── minigzip.c │ │ │ ├── trees.c │ │ │ ├── trees.h │ │ │ ├── uncompr.c │ │ │ ├── zconf.h │ │ │ ├── zconf.in.h │ │ │ ├── zlib.3 │ │ │ ├── zlib.h │ │ │ ├── zutil.c │ │ │ └── zutil.h │ ├── gview.c │ ├── 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 │ │ └── tests.a │ ├── 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 │ │ ├── ftpd.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 │ │ ├── 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 │ │ ├── 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 │ ├── 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 │ │ ├── rgbv.h │ │ ├── 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 │ │ ├── ycbcr.h │ │ └── 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 │ ├── lnfs.c │ ├── lock.c │ ├── look.c │ ├── lp │ │ ├── LOCK.c │ │ ├── ipcopen.c │ │ ├── lp.rc │ │ ├── lpdaemon.c │ │ ├── lpdsend.c │ │ ├── lpsend.c │ │ ├── lpsend.rc │ │ ├── mkfile │ │ └── tonet.c │ ├── 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.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 │ ├── postscript │ │ ├── NOTES │ │ ├── README │ │ ├── VERSION │ │ ├── buildtables │ │ │ ├── README │ │ │ ├── buildtables.1 │ │ │ ├── buildtables.mk │ │ │ └── buildtables.sh │ │ ├── changes │ │ ├── common │ │ │ ├── bbox.c │ │ │ ├── comments.h │ │ │ ├── common.c │ │ │ ├── common.h │ │ │ ├── ext.h │ │ │ ├── gen.h │ │ │ ├── getopt.c │ │ │ ├── glob.c │ │ │ ├── misc.c │ │ │ ├── mkfile │ │ │ ├── path.h │ │ │ ├── request.c │ │ │ ├── request.h │ │ │ └── tempnam.c │ │ ├── config │ │ ├── cropmarks │ │ │ ├── cropmarks.ps │ │ │ ├── cropmarks.rc │ │ │ └── mkfile │ │ ├── devpost.add │ │ │ ├── C1 │ │ │ ├── C2 │ │ │ ├── C3 │ │ │ ├── F1 │ │ │ ├── F2 │ │ │ ├── F3 │ │ │ ├── F4 │ │ │ ├── F5 │ │ │ ├── F6 │ │ │ ├── G1 │ │ │ ├── G2 │ │ │ ├── G3 │ │ │ ├── G4 │ │ │ ├── Gb │ │ │ ├── Gi │ │ │ ├── Gr │ │ │ ├── Gx │ │ │ ├── H1 │ │ │ ├── H2 │ │ │ ├── H3 │ │ │ ├── H4 │ │ │ ├── H5 │ │ │ ├── H6 │ │ │ ├── H7 │ │ │ ├── H8 │ │ │ ├── HC │ │ │ ├── HK │ │ │ ├── HL │ │ │ ├── HY │ │ │ ├── MU │ │ │ ├── OA │ │ │ ├── OB │ │ │ ├── OI │ │ │ ├── OX │ │ │ ├── a1 │ │ │ ├── a2 │ │ │ ├── c1 │ │ │ ├── c2 │ │ │ ├── c3 │ │ │ └── devpost.add.mk │ │ ├── download │ │ │ ├── README │ │ │ ├── download.c │ │ │ ├── download.h │ │ │ └── mkfile │ │ ├── g3p9bit │ │ │ ├── btab │ │ │ ├── g3p9bit.c │ │ │ ├── mkfile │ │ │ └── wtab │ │ ├── grabit │ │ │ ├── grabit.ps │ │ │ ├── grabit.rc │ │ │ └── mkfile │ │ ├── hardcopy │ │ │ ├── README │ │ │ ├── hardcopy.ps │ │ │ ├── hardcopy.rc │ │ │ └── mkfile │ │ ├── mcolor │ │ │ ├── color.sr │ │ │ ├── mcolor.5 │ │ │ └── mcolor.mk │ │ ├── misc │ │ │ ├── README │ │ │ ├── ibmfont.c │ │ │ ├── laserbar.1 │ │ │ ├── laserbar.c │ │ │ ├── lp.model │ │ │ ├── macfont.c │ │ │ ├── pscrypt.c │ │ │ └── setbaud.ps │ │ ├── mkfile │ │ ├── mpictures │ │ │ ├── mkfile │ │ │ └── pictures.sr │ │ ├── p9bitpost │ │ │ ├── mkfile │ │ │ ├── p9bitpost.c │ │ │ ├── pslib.c │ │ │ └── pslib.h │ │ ├── picpack │ │ │ ├── mkfile │ │ │ ├── picpack.1 │ │ │ ├── picpack.c │ │ │ └── picpack.mk │ │ ├── postbgi │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── postbgi.1 │ │ │ ├── postbgi.c │ │ │ ├── postbgi.h │ │ │ ├── postbgi.mk │ │ │ └── postbgi.ps │ │ ├── postdaisy │ │ │ ├── Opostdaisy.c │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── postdaisy.1 │ │ │ ├── postdaisy.c │ │ │ ├── postdaisy.h │ │ │ ├── postdaisy.mk │ │ │ └── postdaisy.ps │ │ ├── postdmd │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── postdmd.1 │ │ │ ├── postdmd.c │ │ │ ├── postdmd.mk │ │ │ └── postdmd.ps │ │ ├── postgif │ │ │ ├── mkfile │ │ │ ├── postgif.c │ │ │ └── postgif.ps │ │ ├── postio │ │ │ ├── README │ │ │ ├── ifdef.c │ │ │ ├── ifdef.h │ │ │ ├── postio.1 │ │ │ ├── postio.c │ │ │ ├── postio.h │ │ │ ├── postio.mk │ │ │ ├── postio.mk.old │ │ │ └── slowsend.c │ │ ├── postmd │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── postmd.1 │ │ │ ├── postmd.c │ │ │ ├── postmd.h │ │ │ ├── postmd.mk │ │ │ └── postmd.ps │ │ ├── postprint │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── postprint.c │ │ │ ├── postprint.h │ │ │ └── postprint.ps │ │ ├── postreverse │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── postreverse.c │ │ │ └── postreverse.h │ │ ├── postscript.mk │ │ ├── posttek │ │ │ ├── README │ │ │ ├── mkfile │ │ │ ├── posttek.c │ │ │ ├── posttek.h │ │ │ └── posttek.ps │ │ ├── printfont │ │ │ ├── mkfile │ │ │ ├── printfont.ps │ │ │ └── printfont.rc │ │ ├── psencoding │ │ │ ├── Latin1.enc │ │ │ ├── UTF.enc │ │ │ ├── mkfile │ │ │ └── psencoding.rc │ │ ├── psfiles │ │ │ ├── Nroundpage.ps │ │ │ ├── README │ │ │ ├── aps.ps │ │ │ ├── banner.ps │ │ │ ├── baseline.ps │ │ │ ├── color.ps │ │ │ ├── fatcourier.ps │ │ │ ├── forms.ps │ │ │ ├── mkfile │ │ │ ├── ps.requests │ │ │ ├── roundpage.ps │ │ │ ├── shade.ps │ │ │ └── unbind.ps │ │ ├── tcpostio │ │ │ ├── dial.c │ │ │ ├── mkfile │ │ │ └── tcpostio.c │ │ ├── tests │ │ │ ├── postbgi1 │ │ │ ├── postdaisy1 │ │ │ ├── postdmd1 │ │ │ ├── postgif1 │ │ │ ├── postmd1 │ │ │ ├── postplot1 │ │ │ ├── postprint1 │ │ │ ├── posttek1 │ │ │ ├── runtests │ │ │ └── troff1 │ │ ├── text2post │ │ │ ├── mkfile │ │ │ ├── pjw.char.ps │ │ │ └── text2post.c │ │ ├── tr2post │ │ │ ├── Bgetfield.c │ │ │ ├── chartab.c │ │ │ ├── conv.c │ │ │ ├── devcntl.c │ │ │ ├── draw.c │ │ │ ├── mkfile │ │ │ ├── pictures.c │ │ │ ├── ps_include.c │ │ │ ├── ps_include.h │ │ │ ├── readDESC.c │ │ │ ├── shell.lib │ │ │ ├── tr2post.c │ │ │ ├── tr2post.h │ │ │ ├── utfmap │ │ │ └── utils.c │ │ └── trofftable │ │ │ ├── mkfile │ │ │ ├── trofftable.1 │ │ │ ├── trofftable.mk │ │ │ ├── trofftable.ps │ │ │ ├── trofftable.rc │ │ │ └── trofftable.sh │ ├── 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 │ │ ├── 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 │ │ ├── rcmain.unix │ │ ├── run.unix │ │ ├── simple.c │ │ ├── subr.c │ │ ├── syn.y │ │ ├── trap.c │ │ ├── tree.c │ │ ├── unix.c │ │ ├── unix.h │ │ ├── var.c │ │ └── win32.c │ ├── rdbfs.c │ ├── read.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 │ ├── spell │ │ ├── american │ │ ├── amspell │ │ ├── british │ │ ├── brspell │ │ ├── code.h │ │ ├── list │ │ ├── local │ │ ├── mkfile │ │ ├── pcode.c │ │ ├── spell.rc │ │ ├── sprog.c │ │ └── stop │ ├── 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 │ │ ├── ssh2.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.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 │ ├── 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 │ ├── unix │ │ ├── 9pfreebsd │ │ │ ├── README │ │ │ ├── freebsd-3.2.il-kernel.patch │ │ │ └── mount_9fs │ │ │ │ ├── 9auth.h │ │ │ │ ├── 9fs.h │ │ │ │ ├── 9p.h │ │ │ │ ├── Makefile │ │ │ │ ├── crypt.c │ │ │ │ ├── mount_9fs.8 │ │ │ │ └── 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 │ │ │ ├── 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 │ │ │ │ ├── keysym2ucs-x11.c │ │ │ │ ├── keysym2ucs.h │ │ │ │ └── x11.c │ │ │ ├── include │ │ │ │ ├── 9windows.h │ │ │ │ ├── auth.h │ │ │ │ ├── authsrv.h │ │ │ │ ├── cursor.h │ │ │ │ ├── draw.h │ │ │ │ ├── dtos.h │ │ │ │ ├── fcall.h │ │ │ │ ├── ip.h │ │ │ │ ├── keyboard.h │ │ │ │ ├── lib.h │ │ │ │ ├── libc.h │ │ │ │ ├── libsec.h │ │ │ │ ├── memdraw.h │ │ │ │ ├── memlayer.h │ │ │ │ ├── mp.h │ │ │ │ ├── u.h │ │ │ │ ├── unix.h │ │ │ │ └── user.h │ │ │ ├── kern │ │ │ │ ├── Makefile │ │ │ │ ├── allocb.c │ │ │ │ ├── cache.c │ │ │ │ ├── chan.c │ │ │ │ ├── dat.h │ │ │ │ ├── data.c │ │ │ │ ├── dev.c │ │ │ │ ├── devaudio-none.c │ │ │ │ ├── devaudio-sun.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 │ │ │ ├── libip │ │ │ │ ├── Makefile │ │ │ │ ├── bo.c │ │ │ │ ├── classmask.c │ │ │ │ ├── eipfmt.c │ │ │ │ ├── ipaux.c │ │ │ │ └── parseip.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-arm │ │ │ │ ├── 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 │ ├── upas │ │ ├── README │ │ ├── alias │ │ │ ├── aliasmail.c │ │ │ └── mkfile │ │ ├── bayes │ │ │ ├── addhash.c │ │ │ ├── bayes.c │ │ │ ├── classify.re │ │ │ ├── dfa.c │ │ │ ├── dfa.h │ │ │ ├── dump.c │ │ │ ├── hash.c │ │ │ ├── hash.h │ │ │ ├── mkfile │ │ │ ├── msgclass.c │ │ │ ├── msgdb.c │ │ │ ├── msgdb.h │ │ │ ├── msgdbx.c │ │ │ ├── msgtok.c │ │ │ ├── regcomp.c │ │ │ └── regen.c │ │ ├── common │ │ │ ├── appendfiletombox.c │ │ │ ├── aux.c │ │ │ ├── become.c │ │ │ ├── common.h │ │ │ ├── config.c │ │ │ ├── libsys.c │ │ │ ├── mail.c │ │ │ ├── makefile │ │ │ ├── mkfile │ │ │ ├── process.c │ │ │ └── sys.h │ │ ├── filterkit │ │ │ ├── dat.h │ │ │ ├── deliver.c │ │ │ ├── list.c │ │ │ ├── mkfile │ │ │ ├── pipefrom.sample │ │ │ ├── pipeto.sample │ │ │ ├── pipeto.sample-hold │ │ │ ├── readaddrs.c │ │ │ └── token.c │ │ ├── fs │ │ │ ├── dat.h │ │ │ ├── fs.c │ │ │ ├── imap4.c │ │ │ ├── mbox.c │ │ │ ├── mkfile │ │ │ ├── plan9.c │ │ │ ├── planb.c │ │ │ ├── pop3.c │ │ │ ├── readdir.c │ │ │ ├── rfc2047-test │ │ │ ├── strtotm.c │ │ │ └── tester.c │ │ ├── marshal │ │ │ ├── marshal.c │ │ │ └── mkfile │ │ ├── misc │ │ │ ├── go.fishing │ │ │ ├── gone.fishing │ │ │ ├── gone.msg │ │ │ ├── mail │ │ │ ├── mkfile │ │ │ ├── namefiles │ │ │ ├── qmail │ │ │ ├── remotemail │ │ │ ├── rewrite │ │ │ └── unix │ │ │ │ ├── gone.fishing.sh │ │ │ │ ├── mail.c │ │ │ │ ├── mail.sh │ │ │ │ └── makefile │ │ ├── mkfile │ │ ├── ml │ │ │ ├── common.c │ │ │ ├── dat.h │ │ │ ├── mkfile │ │ │ ├── ml.c │ │ │ ├── mlmgr.c │ │ │ └── mlowner.c │ │ ├── ned │ │ │ ├── mkfile │ │ │ └── nedmail.c │ │ ├── pop3 │ │ │ ├── mkfile │ │ │ └── pop3.c │ │ ├── q │ │ │ ├── mkfile │ │ │ ├── qer.c │ │ │ └── runq.c │ │ ├── scanmail │ │ │ ├── common.c │ │ │ ├── mkfile │ │ │ ├── scanmail.c │ │ │ ├── spam.h │ │ │ └── testscan.c │ │ ├── send │ │ │ ├── authorize.c │ │ │ ├── bind.c │ │ │ ├── cat_mail.c │ │ │ ├── dest.c │ │ │ ├── filter.c │ │ │ ├── gateway.c │ │ │ ├── local.c │ │ │ ├── log.c │ │ │ ├── main.c │ │ │ ├── makefile │ │ │ ├── message.c │ │ │ ├── mkfile │ │ │ ├── regtest.c │ │ │ ├── rewrite.c │ │ │ ├── send.h │ │ │ ├── skipequiv.c │ │ │ ├── translate.c │ │ │ └── tryit │ │ ├── smtp │ │ │ ├── greylist.c │ │ │ ├── mkfile │ │ │ ├── mxdial.c │ │ │ ├── rfc822.y │ │ │ ├── rmtdns.c │ │ │ ├── smtp.c │ │ │ ├── smtp.h │ │ │ ├── smtpd.c │ │ │ ├── smtpd.h │ │ │ ├── smtpd.y │ │ │ └── spam.c │ │ ├── unesc │ │ │ ├── mkfile │ │ │ └── unesc.c │ │ └── vf │ │ │ ├── mkfile │ │ │ └── vf.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 │ │ │ └── smsc.c │ │ ├── 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 │ │ │ ├── silabs.c │ │ │ ├── silabs.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 │ │ │ ├── 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 │ │ ├── latin1.h │ │ ├── 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 │ ├── 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 │ ├── games │ ├── 4s.c │ ├── 5s.c │ ├── ana.c │ ├── blabs │ │ ├── blabs.c │ │ ├── mkface │ │ └── mkfile │ ├── catback.p │ ├── catclock.c │ ├── eyes.p │ ├── festoon.c │ ├── juggle.c │ ├── life.c │ ├── mahjongg │ │ ├── graphics.c │ │ ├── level.c │ │ ├── logic.c │ │ ├── mahjongg.c │ │ ├── mahjongg.h │ │ └── mkfile │ ├── memo.c │ ├── mkfile │ ├── mp3dec │ │ ├── COPYING │ │ ├── COPYRIGHT │ │ ├── D.dat │ │ ├── README │ │ ├── bit.c │ │ ├── bit.h │ │ ├── decoder.c │ │ ├── decoder.h │ │ ├── fixed.c │ │ ├── fixed.h │ │ ├── frame.c │ │ ├── frame.h │ │ ├── global.h │ │ ├── huffman.c │ │ ├── huffman.h │ │ ├── imdct_s.dat │ │ ├── layer12.c │ │ ├── layer12.h │ │ ├── layer3.c │ │ ├── layer3.h │ │ ├── mad.h │ │ ├── main.c │ │ ├── mkfile │ │ ├── qc_table.dat │ │ ├── rq_table.dat │ │ ├── sf_table.dat │ │ ├── stream.c │ │ ├── stream.h │ │ ├── synth.c │ │ ├── synth.h │ │ ├── timer.h │ │ ├── version.c │ │ └── version.h │ ├── mp3enc │ │ ├── README │ │ ├── VbrTag.c │ │ ├── VbrTag.h │ │ ├── bitstream.c │ │ ├── bitstream.h │ │ ├── brhist.h │ │ ├── encoder.c │ │ ├── encoder.h │ │ ├── fft.c │ │ ├── fft.h │ │ ├── get_audio.c │ │ ├── get_audio.h │ │ ├── id3tag.c │ │ ├── id3tag.h │ │ ├── l3side.h │ │ ├── lame-analysis.h │ │ ├── lame.c │ │ ├── lame.h │ │ ├── lameerror.h │ │ ├── lametime.c │ │ ├── lametime.h │ │ ├── machine.h │ │ ├── main.c │ │ ├── main.h │ │ ├── memory.h │ │ ├── mkfile │ │ ├── mpglib_interface.c │ │ ├── newmdct.c │ │ ├── newmdct.h │ │ ├── parse.c │ │ ├── parse.h │ │ ├── pcm.c │ │ ├── pcm.h │ │ ├── portableio.c │ │ ├── portableio.h │ │ ├── psymodel.c │ │ ├── psymodel.h │ │ ├── quantize.c │ │ ├── quantize.h │ │ ├── quantize_pvt.c │ │ ├── quantize_pvt.h │ │ ├── reservoir.c │ │ ├── reservoir.h │ │ ├── set_get.c │ │ ├── tables.c │ │ ├── tables.h │ │ ├── takehiro.c │ │ ├── testcase.mp3 │ │ ├── testcase.wav │ │ ├── timestatus.c │ │ ├── timestatus.h │ │ ├── tools.c │ │ ├── tools.h │ │ ├── util.c │ │ ├── util.h │ │ ├── vbrquantize.c │ │ ├── version.c │ │ ├── version.h │ │ └── vorbis_interface.c │ ├── music │ │ ├── Readme │ │ ├── debug.h │ │ ├── icon │ │ │ ├── next.bit │ │ │ ├── pause.bit │ │ │ ├── play.bit │ │ │ ├── prev.bit │ │ │ ├── question.bit │ │ │ ├── root.bit │ │ │ ├── skull.bit │ │ │ ├── stop.bit │ │ │ └── trash.bit │ │ ├── juke.rc │ │ ├── jukebox │ │ │ ├── client.c │ │ │ ├── client.h │ │ │ ├── colors.c │ │ │ ├── colors.h │ │ │ ├── mk.dep │ │ │ ├── mkfile │ │ │ ├── music.c │ │ │ ├── playlist.c │ │ │ └── playlist.h │ │ ├── jukefs │ │ │ ├── catset.c │ │ │ ├── catset.h │ │ │ ├── fs.c │ │ │ ├── mk.dep │ │ │ ├── mkfile │ │ │ ├── object.h │ │ │ ├── parse.c │ │ │ ├── parse.h │ │ │ ├── print.c │ │ │ ├── print.h │ │ │ ├── search.c │ │ │ ├── search.h │ │ │ └── server.c │ │ ├── mkfile │ │ ├── mkinc │ │ ├── playlistfs │ │ │ ├── boilerplate.c │ │ │ ├── fs.c │ │ │ ├── main.c │ │ │ ├── mk.dep │ │ │ ├── mkfile │ │ │ ├── player.c │ │ │ ├── playlist.h │ │ │ ├── playplumb.c │ │ │ └── volume.c │ │ └── readcd │ ├── sokoban │ │ ├── README │ │ ├── animation.c │ │ ├── graphics.c │ │ ├── level.c │ │ ├── mkfile │ │ ├── move.c │ │ ├── route.c │ │ ├── sokoban.c │ │ └── sokoban.h │ ├── sudoku │ │ ├── game.c │ │ ├── levels.c │ │ ├── mkfile │ │ ├── sudoku.c │ │ └── sudoku.h │ ├── xs.c │ └── xs.h │ ├── 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 │ ├── 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 │ ├── 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 │ │ ├── c_fcr0.s │ │ ├── cycles.c │ │ ├── getcallerpc.s │ │ ├── getfcr.s │ │ ├── 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 │ │ ├── runebase.c │ │ ├── runebsearch.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 │ │ ├── runetypebody-6.2.0.h │ │ ├── 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 │ ├── 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 │ ├── 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 │ ├── 68020 │ │ ├── 2.out.h │ │ └── ureg.h │ ├── 0.c │ ├── 5.c │ ├── 5db.c │ ├── 5obj.c │ ├── 6.c │ ├── 68020.c │ ├── 68020db.c │ ├── 68020obj.c │ ├── 6c │ │ └── 6.out.h │ ├── 6obj.c │ ├── 8.c │ ├── 8db.c │ ├── 8obj.c │ ├── 9.c │ ├── 9c │ │ └── 9.out.h │ ├── 9obj.c │ ├── access.c │ ├── alpha.c │ ├── alpha │ │ ├── 7.out.h │ │ └── ureg.h │ ├── alphadb.c │ ├── alphaobj.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 │ ├── sparc64.c │ ├── sparc64 │ │ ├── README │ │ ├── u.out.h │ │ └── ureg.h │ ├── sparc64db.c │ ├── sparc64obj.c │ ├── swap.c │ ├── sym.c │ ├── v.c │ ├── vcodas.c │ ├── vdb.c │ └── vobj.c │ ├── libmemdraw │ ├── 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 │ ├── 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 │ ├── arm │ │ └── mkfile │ ├── bigtest.c │ ├── mips │ │ ├── mkfile │ │ ├── mpvecadd.s │ │ ├── mpvecdigmuladd.s │ │ ├── mpvecdigmulsub.s │ │ ├── mpvecsub.s │ │ └── r4k │ │ │ └── mpdigdiv.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 │ └── syms │ ├── libsec │ ├── 386 │ │ ├── md5block.s │ │ ├── mkfile │ │ └── sha1block.s │ ├── 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 │ ├── 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 │ ├── 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 │ ├── xincamd64.s │ ├── xincarm.c │ ├── xincmips.s │ ├── xincport.h │ └── xincpower.s │ ├── 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 │ ├── mkfile │ └── mkfile.proto └── usr └── glenda ├── bin └── rc │ ├── pull │ ├── riostart │ └── screensize ├── lib ├── acme.dump ├── acme.dump.small ├── first.window ├── newstime ├── plumbing └── profile ├── readme.acme └── readme.rio /386/bin/ape/psh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/bin/ape/psh -------------------------------------------------------------------------------- /386/bin/aux/grabit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/bin/aux/grabit -------------------------------------------------------------------------------- /386/bin/aux/vmware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/bin/aux/vmware -------------------------------------------------------------------------------- /386/bin/disk/ksync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/bin/disk/ksync -------------------------------------------------------------------------------- /386/bin/upas/isspam: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec /mail/lib/isspam.rc $* 3 | -------------------------------------------------------------------------------- /386/bin/upas/msgcat: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec /mail/lib/msgcat.rc $* 3 | -------------------------------------------------------------------------------- /386/bin/upas/spam: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec /mail/lib/spam.rc $* 3 | -------------------------------------------------------------------------------- /386/bin/upas/unspam: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec /mail/lib/unspam.rc $* 3 | -------------------------------------------------------------------------------- /386/bin/usb/probe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/bin/usb/probe -------------------------------------------------------------------------------- /386/bin/venti/conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/bin/venti/conf -------------------------------------------------------------------------------- /386/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/include/u.h -------------------------------------------------------------------------------- /386/include/ureg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/386/include/ureg.h -------------------------------------------------------------------------------- /386/mkfile: -------------------------------------------------------------------------------- 1 | /' $* 4 | -------------------------------------------------------------------------------- /acme/bin/unind: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | 3 | sed 's/^ //' $* 4 | -------------------------------------------------------------------------------- /acme/bin/wnew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/acme/bin/wnew -------------------------------------------------------------------------------- /acme/mail/guide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/acme/mail/guide -------------------------------------------------------------------------------- /acme/mail/mkbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/acme/mail/mkbox -------------------------------------------------------------------------------- /acme/mail/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/acme/mail/readme -------------------------------------------------------------------------------- /acme/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/acme/mkfile -------------------------------------------------------------------------------- /acme/news/guide: -------------------------------------------------------------------------------- 1 | Local nntpfs 2 | News comp.os.plan9 3 | -------------------------------------------------------------------------------- /acme/wiki/guide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/acme/wiki/guide -------------------------------------------------------------------------------- /adm/cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /adm/keys.who: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /adm/netkeys.who: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /adm/timezone/CET: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/CET -------------------------------------------------------------------------------- /adm/timezone/Cuba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/Cuba -------------------------------------------------------------------------------- /adm/timezone/EET: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/EET -------------------------------------------------------------------------------- /adm/timezone/Egypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/Egypt -------------------------------------------------------------------------------- /adm/timezone/GMT: -------------------------------------------------------------------------------- 1 | GMT 0 2 | -------------------------------------------------------------------------------- /adm/timezone/HST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/HST -------------------------------------------------------------------------------- /adm/timezone/Iran: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/Iran -------------------------------------------------------------------------------- /adm/timezone/Japan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/Japan -------------------------------------------------------------------------------- /adm/timezone/Libya: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/Libya -------------------------------------------------------------------------------- /adm/timezone/NZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/NZ -------------------------------------------------------------------------------- /adm/timezone/PRC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/PRC -------------------------------------------------------------------------------- /adm/timezone/ROC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/ROC -------------------------------------------------------------------------------- /adm/timezone/ROK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/ROK -------------------------------------------------------------------------------- /adm/timezone/W-SU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/W-SU -------------------------------------------------------------------------------- /adm/timezone/WET: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/WET -------------------------------------------------------------------------------- /adm/timezone/local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/timezone/local -------------------------------------------------------------------------------- /adm/users: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/adm/users -------------------------------------------------------------------------------- /adm/whois: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /amd64/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/amd64/include/u.h -------------------------------------------------------------------------------- /amd64/mkfile: -------------------------------------------------------------------------------- 1 | /dev/mousectl 4 | -------------------------------------------------------------------------------- /rc/bin/nroff: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec troff -N $* 3 | -------------------------------------------------------------------------------- /rc/bin/patch/apply: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/apply -------------------------------------------------------------------------------- /rc/bin/patch/diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/diff -------------------------------------------------------------------------------- /rc/bin/patch/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/list -------------------------------------------------------------------------------- /rc/bin/patch/move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/move -------------------------------------------------------------------------------- /rc/bin/patch/note: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/note -------------------------------------------------------------------------------- /rc/bin/patch/okay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/okay -------------------------------------------------------------------------------- /rc/bin/patch/save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/save -------------------------------------------------------------------------------- /rc/bin/patch/sorry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/sorry -------------------------------------------------------------------------------- /rc/bin/patch/undo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/patch/undo -------------------------------------------------------------------------------- /rc/bin/pc/defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/pc/defs -------------------------------------------------------------------------------- /rc/bin/pc/isfat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/pc/isfat -------------------------------------------------------------------------------- /rc/bin/pc/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/pc/update -------------------------------------------------------------------------------- /rc/bin/pci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/pci -------------------------------------------------------------------------------- /rc/bin/pdf2ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/pdf2ps -------------------------------------------------------------------------------- /rc/bin/printfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/printfont -------------------------------------------------------------------------------- /rc/bin/ps2gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/ps2gif -------------------------------------------------------------------------------- /rc/bin/ps2pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/ps2pdf -------------------------------------------------------------------------------- /rc/bin/psfax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/psfax -------------------------------------------------------------------------------- /rc/bin/psu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/psu -------------------------------------------------------------------------------- /rc/bin/readweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/readweb -------------------------------------------------------------------------------- /rc/bin/reboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/reboot -------------------------------------------------------------------------------- /rc/bin/rwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/rwd -------------------------------------------------------------------------------- /rc/bin/seemail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/seemail -------------------------------------------------------------------------------- /rc/bin/service/!il17031: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec ramfs -i 3 | 4 | -------------------------------------------------------------------------------- /rc/bin/service/!tcp17013: -------------------------------------------------------------------------------- 1 | #!/bin/cpu -O 2 | -------------------------------------------------------------------------------- /rc/bin/service/tcp17006: -------------------------------------------------------------------------------- 1 | #!/bin/ocpu -N 2 | -------------------------------------------------------------------------------- /rc/bin/service/tcp17010: -------------------------------------------------------------------------------- 1 | #!/bin/cpu -R 2 | -------------------------------------------------------------------------------- /rc/bin/service/tcp9: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | cat > /dev/null 3 | -------------------------------------------------------------------------------- /rc/bin/setrtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/setrtc -------------------------------------------------------------------------------- /rc/bin/sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/sig -------------------------------------------------------------------------------- /rc/bin/slay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/slay -------------------------------------------------------------------------------- /rc/bin/soelim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/soelim -------------------------------------------------------------------------------- /rc/bin/spell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/spell -------------------------------------------------------------------------------- /rc/bin/src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/src -------------------------------------------------------------------------------- /rc/bin/srvssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/srvssh -------------------------------------------------------------------------------- /rc/bin/ssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/ssh -------------------------------------------------------------------------------- /rc/bin/start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/start -------------------------------------------------------------------------------- /rc/bin/startupasfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/startupasfs -------------------------------------------------------------------------------- /rc/bin/stock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/stock -------------------------------------------------------------------------------- /rc/bin/stop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/stop -------------------------------------------------------------------------------- /rc/bin/tel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/tel -------------------------------------------------------------------------------- /rc/bin/termrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/termrc -------------------------------------------------------------------------------- /rc/bin/thesaurus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/thesaurus -------------------------------------------------------------------------------- /rc/bin/tinyurl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/tinyurl -------------------------------------------------------------------------------- /rc/bin/troff2gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/troff2gif -------------------------------------------------------------------------------- /rc/bin/troff2png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/troff2png -------------------------------------------------------------------------------- /rc/bin/umem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/umem -------------------------------------------------------------------------------- /rc/bin/uncompress: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exec compress -d $* 3 | -------------------------------------------------------------------------------- /rc/bin/ups: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/ups -------------------------------------------------------------------------------- /rc/bin/uptime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/uptime -------------------------------------------------------------------------------- /rc/bin/usbeject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/usbeject -------------------------------------------------------------------------------- /rc/bin/usbfat:: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/usbfat: -------------------------------------------------------------------------------- /rc/bin/usbstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/usbstart -------------------------------------------------------------------------------- /rc/bin/usps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/usps -------------------------------------------------------------------------------- /rc/bin/vwhois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/vwhois -------------------------------------------------------------------------------- /rc/bin/wdoc2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/wdoc2txt -------------------------------------------------------------------------------- /rc/bin/weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/weather -------------------------------------------------------------------------------- /rc/bin/who: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/who -------------------------------------------------------------------------------- /rc/bin/whois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/whois -------------------------------------------------------------------------------- /rc/bin/window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/window -------------------------------------------------------------------------------- /rc/bin/wloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/wloc -------------------------------------------------------------------------------- /rc/bin/wurl2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/wurl2txt -------------------------------------------------------------------------------- /rc/bin/xls2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/xls2txt -------------------------------------------------------------------------------- /rc/bin/yesterday: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/bin/yesterday -------------------------------------------------------------------------------- /rc/lib/rcmain: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/rc/lib/rcmain -------------------------------------------------------------------------------- /sparc/include/u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sparc/include/u.h -------------------------------------------------------------------------------- /sys/doc/8½/8½.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/8½/8½.ms -------------------------------------------------------------------------------- /sys/doc/8½/8½.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/8½/8½.ps -------------------------------------------------------------------------------- /sys/doc/8½/fig1.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/8½/fig1.ps -------------------------------------------------------------------------------- /sys/doc/8½/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/8½/mkfile -------------------------------------------------------------------------------- /sys/doc/9.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/9.ms -------------------------------------------------------------------------------- /sys/doc/9.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/9.ps -------------------------------------------------------------------------------- /sys/doc/acid.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/acid.ms -------------------------------------------------------------------------------- /sys/doc/acid.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/acid.ps -------------------------------------------------------------------------------- /sys/doc/acme/bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/acme/bs -------------------------------------------------------------------------------- /sys/doc/ape.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/ape.ms -------------------------------------------------------------------------------- /sys/doc/ape.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/ape.ps -------------------------------------------------------------------------------- /sys/doc/asm.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/asm.ms -------------------------------------------------------------------------------- /sys/doc/asm.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/asm.ps -------------------------------------------------------------------------------- /sys/doc/auth.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/auth.ms -------------------------------------------------------------------------------- /sys/doc/auth.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/auth.ps -------------------------------------------------------------------------------- /sys/doc/backup.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/backup.ms -------------------------------------------------------------------------------- /sys/doc/backup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/backup.pdf -------------------------------------------------------------------------------- /sys/doc/backup.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/backup.ps -------------------------------------------------------------------------------- /sys/doc/bootpc.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/bootpc.ms -------------------------------------------------------------------------------- /sys/doc/bootpc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/bootpc.pdf -------------------------------------------------------------------------------- /sys/doc/bootpc.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/bootpc.ps -------------------------------------------------------------------------------- /sys/doc/cleanps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/cleanps -------------------------------------------------------------------------------- /sys/doc/comp.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/comp.ms -------------------------------------------------------------------------------- /sys/doc/comp.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/comp.ps -------------------------------------------------------------------------------- /sys/doc/docfonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/docfonts -------------------------------------------------------------------------------- /sys/doc/fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fonts -------------------------------------------------------------------------------- /sys/doc/fossil.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fossil.ms -------------------------------------------------------------------------------- /sys/doc/fossil.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fossil.pdf -------------------------------------------------------------------------------- /sys/doc/fossil.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fossil.ps -------------------------------------------------------------------------------- /sys/doc/fs/fs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/fs.pdf -------------------------------------------------------------------------------- /sys/doc/fs/fs.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/fs.ps -------------------------------------------------------------------------------- /sys/doc/fs/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/mkfile -------------------------------------------------------------------------------- /sys/doc/fs/p0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p0 -------------------------------------------------------------------------------- /sys/doc/fs/p1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p1 -------------------------------------------------------------------------------- /sys/doc/fs/p2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p2 -------------------------------------------------------------------------------- /sys/doc/fs/p3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p3 -------------------------------------------------------------------------------- /sys/doc/fs/p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p4 -------------------------------------------------------------------------------- /sys/doc/fs/p5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p5 -------------------------------------------------------------------------------- /sys/doc/fs/p6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p6 -------------------------------------------------------------------------------- /sys/doc/fs/p7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p7 -------------------------------------------------------------------------------- /sys/doc/fs/p8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p8 -------------------------------------------------------------------------------- /sys/doc/fs/p9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/p9 -------------------------------------------------------------------------------- /sys/doc/fs/pa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/fs/pa -------------------------------------------------------------------------------- /sys/doc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/index.html -------------------------------------------------------------------------------- /sys/doc/libmach.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/libmach.ms -------------------------------------------------------------------------------- /sys/doc/libmach.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/libmach.ps -------------------------------------------------------------------------------- /sys/doc/lp.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/lp.ms -------------------------------------------------------------------------------- /sys/doc/lp.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/lp.ps -------------------------------------------------------------------------------- /sys/doc/mk.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mk.ms -------------------------------------------------------------------------------- /sys/doc/mk.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mk.ps -------------------------------------------------------------------------------- /sys/doc/mkdirlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mkdirlist -------------------------------------------------------------------------------- /sys/doc/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mkfile -------------------------------------------------------------------------------- /sys/doc/mkfilelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mkfilelist -------------------------------------------------------------------------------- /sys/doc/mkfiles.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mkfiles.ms -------------------------------------------------------------------------------- /sys/doc/mkfiles.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/mkfiles.ps -------------------------------------------------------------------------------- /sys/doc/names.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/names.ms -------------------------------------------------------------------------------- /sys/doc/names.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/names.ps -------------------------------------------------------------------------------- /sys/doc/net/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/net/mkfile -------------------------------------------------------------------------------- /sys/doc/net/net.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/net/net.ms -------------------------------------------------------------------------------- /sys/doc/net/net.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/net/net.ps -------------------------------------------------------------------------------- /sys/doc/net/tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/net/tree -------------------------------------------------------------------------------- /sys/doc/plumb.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/plumb.ms -------------------------------------------------------------------------------- /sys/doc/plumb.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/plumb.ps -------------------------------------------------------------------------------- /sys/doc/port.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/port.ms -------------------------------------------------------------------------------- /sys/doc/port.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/port.ps -------------------------------------------------------------------------------- /sys/doc/preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/preamble -------------------------------------------------------------------------------- /sys/doc/prfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/prfile -------------------------------------------------------------------------------- /sys/doc/prog4.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/prog4.ms -------------------------------------------------------------------------------- /sys/doc/prog4.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/prog4.ps -------------------------------------------------------------------------------- /sys/doc/rc.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/rc.ms -------------------------------------------------------------------------------- /sys/doc/rc.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/rc.ps -------------------------------------------------------------------------------- /sys/doc/sam/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/sam/mkfile -------------------------------------------------------------------------------- /sys/doc/sam/refs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/sam/refs -------------------------------------------------------------------------------- /sys/doc/sam/sam.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/sam/sam.ms -------------------------------------------------------------------------------- /sys/doc/sam/sam.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/sam/sam.ps -------------------------------------------------------------------------------- /sys/doc/sleep.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/sleep.ms -------------------------------------------------------------------------------- /sys/doc/sleep.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/sleep.ps -------------------------------------------------------------------------------- /sys/doc/spin.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/spin.ms -------------------------------------------------------------------------------- /sys/doc/spin.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/spin.ps -------------------------------------------------------------------------------- /sys/doc/title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/title -------------------------------------------------------------------------------- /sys/doc/title.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/title.ps -------------------------------------------------------------------------------- /sys/doc/troff.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/troff.ms -------------------------------------------------------------------------------- /sys/doc/troff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/troff.pdf -------------------------------------------------------------------------------- /sys/doc/troff.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/troff.ps -------------------------------------------------------------------------------- /sys/doc/utf.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/utf.ms -------------------------------------------------------------------------------- /sys/doc/utf.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/doc/utf.ps -------------------------------------------------------------------------------- /sys/games/lib/4scores: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/games/lib/5scores: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/games/lib/life/5row: -------------------------------------------------------------------------------- 1 | xxxxx 2 | -------------------------------------------------------------------------------- /sys/games/lib/life/bheptomino: -------------------------------------------------------------------------------- 1 | .x.. 2 | xxx. 3 | x.xx 4 | -------------------------------------------------------------------------------- /sys/games/lib/life/blanker: -------------------------------------------------------------------------------- 1 | x 2 | .xx 3 | -------------------------------------------------------------------------------- /sys/games/lib/life/blinker: -------------------------------------------------------------------------------- 1 | xxx 2 | -------------------------------------------------------------------------------- /sys/games/lib/life/block: -------------------------------------------------------------------------------- 1 | x 2 | xx 3 | -------------------------------------------------------------------------------- /sys/games/lib/life/flasher: -------------------------------------------------------------------------------- 1 | x 2 | x 3 | x 4 | -------------------------------------------------------------------------------- /sys/games/lib/life/glider: -------------------------------------------------------------------------------- 1 | xxx 2 | ..x 3 | .x 4 | -------------------------------------------------------------------------------- /sys/games/lib/life/j: -------------------------------------------------------------------------------- 1 | xxx 2 | .x. 3 | x.. 4 | -------------------------------------------------------------------------------- /sys/games/lib/life/lambdabomb: -------------------------------------------------------------------------------- 1 | .xxx 2 | x..x 3 | -------------------------------------------------------------------------------- /sys/games/lib/life/r.pentomino: -------------------------------------------------------------------------------- 1 | .xx 2 | xx 3 | .x 4 | -------------------------------------------------------------------------------- /sys/games/lib/life/rpentomino: -------------------------------------------------------------------------------- 1 | .xx 2 | xx. 3 | .x. 4 | -------------------------------------------------------------------------------- /sys/include/9p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/9p.h -------------------------------------------------------------------------------- /sys/include/ar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/ar.h -------------------------------------------------------------------------------- /sys/include/auth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/auth.h -------------------------------------------------------------------------------- /sys/include/avl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/avl.h -------------------------------------------------------------------------------- /sys/include/bin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/bin.h -------------------------------------------------------------------------------- /sys/include/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/bio.h -------------------------------------------------------------------------------- /sys/include/disk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/disk.h -------------------------------------------------------------------------------- /sys/include/draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/draw.h -------------------------------------------------------------------------------- /sys/include/html.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/html.h -------------------------------------------------------------------------------- /sys/include/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/ip.h -------------------------------------------------------------------------------- /sys/include/libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/libc.h -------------------------------------------------------------------------------- /sys/include/mach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/mach.h -------------------------------------------------------------------------------- /sys/include/mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/mp.h -------------------------------------------------------------------------------- /sys/include/ndb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/ndb.h -------------------------------------------------------------------------------- /sys/include/nfs3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/nfs3.h -------------------------------------------------------------------------------- /sys/include/pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/pool.h -------------------------------------------------------------------------------- /sys/include/rdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/rdbg.h -------------------------------------------------------------------------------- /sys/include/tos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/include/tos.h -------------------------------------------------------------------------------- /sys/lib/acid/386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/386 -------------------------------------------------------------------------------- /sys/lib/acid/68020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/68020 -------------------------------------------------------------------------------- /sys/lib/acid/acme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/acme -------------------------------------------------------------------------------- /sys/lib/acid/alef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/alef -------------------------------------------------------------------------------- /sys/lib/acid/alpha: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/alpha -------------------------------------------------------------------------------- /sys/lib/acid/amd64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/amd64 -------------------------------------------------------------------------------- /sys/lib/acid/arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/arm -------------------------------------------------------------------------------- /sys/lib/acid/leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/leak -------------------------------------------------------------------------------- /sys/lib/acid/mips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/mips -------------------------------------------------------------------------------- /sys/lib/acid/pool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/pool -------------------------------------------------------------------------------- /sys/lib/acid/port: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/port -------------------------------------------------------------------------------- /sys/lib/acid/power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/power -------------------------------------------------------------------------------- /sys/lib/acid/sparc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/sparc -------------------------------------------------------------------------------- /sys/lib/acid/trump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/trump -------------------------------------------------------------------------------- /sys/lib/acid/truss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/acid/truss -------------------------------------------------------------------------------- /sys/lib/amspell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/amspell -------------------------------------------------------------------------------- /sys/lib/bclib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/bclib -------------------------------------------------------------------------------- /sys/lib/brspell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/brspell -------------------------------------------------------------------------------- /sys/lib/dist/cdstub/bootdisk.img: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/dist/defs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/dist/defs -------------------------------------------------------------------------------- /sys/lib/dist/logtime.awk: -------------------------------------------------------------------------------- 1 | { 2 | printf("%s %d %s\n", t, NR, $0); 3 | } 4 | -------------------------------------------------------------------------------- /sys/lib/dist/pc/cd0.proto: -------------------------------------------------------------------------------- 1 | cddisk 2 | -------------------------------------------------------------------------------- /sys/lib/dist/pc/emptyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/dist/pc/sub/compactdb: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | 3 | exec cat $* 4 | 5 | -------------------------------------------------------------------------------- /sys/lib/dist/pc/sub/unmount: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | 3 | syscall unmount 0 $1 >[2]/dev/null 4 | -------------------------------------------------------------------------------- /sys/lib/dist/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/dist/setup -------------------------------------------------------------------------------- /sys/lib/eqnchar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/eqnchar -------------------------------------------------------------------------------- /sys/lib/fax/faxtry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/fax/faxtry -------------------------------------------------------------------------------- /sys/lib/fax/h.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/fax/h.ps -------------------------------------------------------------------------------- /sys/lib/fax/header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/fax/header -------------------------------------------------------------------------------- /sys/lib/ghostscript/EndOfTask.ps: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /sys/lib/ghostscript/quit.ps: -------------------------------------------------------------------------------- 1 | quit 2 | -------------------------------------------------------------------------------- /sys/lib/ghostscript/showpage.ps: -------------------------------------------------------------------------------- 1 | showpage 2 | -------------------------------------------------------------------------------- /sys/lib/kbmap/bg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/bg -------------------------------------------------------------------------------- /sys/lib/kbmap/de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/de -------------------------------------------------------------------------------- /sys/lib/kbmap/ee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/ee -------------------------------------------------------------------------------- /sys/lib/kbmap/es: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/es -------------------------------------------------------------------------------- /sys/lib/kbmap/fi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/fi -------------------------------------------------------------------------------- /sys/lib/kbmap/it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/it -------------------------------------------------------------------------------- /sys/lib/kbmap/jp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/jp -------------------------------------------------------------------------------- /sys/lib/kbmap/n97: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/n97 -------------------------------------------------------------------------------- /sys/lib/kbmap/no: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/no -------------------------------------------------------------------------------- /sys/lib/kbmap/ru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/ru -------------------------------------------------------------------------------- /sys/lib/kbmap/ua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/ua -------------------------------------------------------------------------------- /sys/lib/kbmap/uk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/uk -------------------------------------------------------------------------------- /sys/lib/kbmap/us: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/kbmap/us -------------------------------------------------------------------------------- /sys/lib/lex/ncform: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/lex/ncform -------------------------------------------------------------------------------- /sys/lib/lp/bin/UNLOCK: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | 3 | rm -f $1/LOCK 4 | -------------------------------------------------------------------------------- /sys/lib/lp/bin/lpscratch: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | LPSCRATCH=/sys/lib/lp 3 | -------------------------------------------------------------------------------- /sys/lib/lp/bin/true: -------------------------------------------------------------------------------- 1 | #!/bin/rc 2 | exit '' 3 | -------------------------------------------------------------------------------- /sys/lib/lp/devices: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/lp/devices -------------------------------------------------------------------------------- /sys/lib/lp/stat/hp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/lp/stat/hp -------------------------------------------------------------------------------- /sys/lib/man/permind/bfile: -------------------------------------------------------------------------------- 1 | +-\*,`():;/[]?$ 2 | -------------------------------------------------------------------------------- /sys/lib/man/title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/man/title -------------------------------------------------------------------------------- /sys/lib/mimetype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/mimetype -------------------------------------------------------------------------------- /sys/lib/newuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/newuser -------------------------------------------------------------------------------- /sys/lib/samsave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/samsave -------------------------------------------------------------------------------- /sys/lib/scsicodes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/scsicodes -------------------------------------------------------------------------------- /sys/lib/subscribers: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/sysconfig/auth/boundary/keys.who: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/sysconfig/auth/boundary/netkeys.who: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/sysconfig/auth/boundary/plan9.nvr: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/sysconfig/auth/files/empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/sysconfig/proto/allproto: -------------------------------------------------------------------------------- 1 | + 2 | -------------------------------------------------------------------------------- /sys/lib/sysconfig/proto/tmponlyproto: -------------------------------------------------------------------------------- 1 | adm 2 | users 3 | tmp 4 | -------------------------------------------------------------------------------- /sys/lib/tls/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/tls/README -------------------------------------------------------------------------------- /sys/lib/tls/mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/tls/mail -------------------------------------------------------------------------------- /sys/lib/tls/mail.exclude: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/tmac/mmn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/tmac/mmn -------------------------------------------------------------------------------- /sys/lib/tmac/mmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/tmac/mmt -------------------------------------------------------------------------------- /sys/lib/tmac/tmac.nihongo: -------------------------------------------------------------------------------- 1 | .pi /bin/aux/mnihongo 2 | -------------------------------------------------------------------------------- /sys/lib/tmac/tmac.org: -------------------------------------------------------------------------------- 1 | '''\" TMAC.ORG @(#)tmacs.src 1.7 2 | .so /usr/lib/macros/org 3 | -------------------------------------------------------------------------------- /sys/lib/webls.denied: -------------------------------------------------------------------------------- 1 | # don't change this to leave anything accessible 2 | .* 3 | -------------------------------------------------------------------------------- /sys/lib/wiki/d/0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/wiki/d/0 -------------------------------------------------------------------------------- /sys/lib/wiki/d/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/wiki/d/1 -------------------------------------------------------------------------------- /sys/lib/wiki/d/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/wiki/d/2 -------------------------------------------------------------------------------- /sys/lib/wiki/d/3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/wiki/d/3 -------------------------------------------------------------------------------- /sys/lib/wiki/d/L.0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/wiki/d/L.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/wiki/d/L.2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/wiki/d/L.3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/wiki/d/L.map: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/lib/wiki/d/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/wiki/d/map -------------------------------------------------------------------------------- /sys/lib/wiki/oldpage.txt: -------------------------------------------------------------------------------- 1 | TITLE 2 | 3 | PAGE 4 | -------------------------------------------------------------------------------- /sys/lib/wiki/page.txt: -------------------------------------------------------------------------------- 1 | TITLE 2 | 3 | PAGE 4 | -------------------------------------------------------------------------------- /sys/lib/yaccpar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/yaccpar -------------------------------------------------------------------------------- /sys/lib/yaccpars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/lib/yaccpars -------------------------------------------------------------------------------- /sys/log/6in4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/aan: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/auth: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/dns: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/fossil: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/ftp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/httpd/clf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/httpd/log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/httpd/pathstat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/httpd/url: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/imap4d: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/ipboot: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/ipconfig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/listen: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/log/mail -------------------------------------------------------------------------------- /sys/log/nfs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/nfsserver: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/pop3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/portmapper: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/ppp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/pptpd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/runq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/log/runq -------------------------------------------------------------------------------- /sys/log/secstore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/smtp: -------------------------------------------------------------------------------- 1 | achille Mar 24 08:20:38 presotto sent 520 bytes to 9fans@cse.psu.edu 2 | -------------------------------------------------------------------------------- /sys/log/smtp.fail: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/smtpd: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/smtpd.mx: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/ssh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/telnet: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/timesync: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/log/v6routeradv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sys/man/1/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/0intro -------------------------------------------------------------------------------- /sys/man/1/8a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/8a -------------------------------------------------------------------------------- /sys/man/1/8c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/8c -------------------------------------------------------------------------------- /sys/man/1/8l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/8l -------------------------------------------------------------------------------- /sys/man/1/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/INDEX -------------------------------------------------------------------------------- /sys/man/1/abaco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/abaco -------------------------------------------------------------------------------- /sys/man/1/acid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/acid -------------------------------------------------------------------------------- /sys/man/1/acme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/acme -------------------------------------------------------------------------------- /sys/man/1/ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ap -------------------------------------------------------------------------------- /sys/man/1/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ar -------------------------------------------------------------------------------- /sys/man/1/ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ascii -------------------------------------------------------------------------------- /sys/man/1/awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/awk -------------------------------------------------------------------------------- /sys/man/1/basename: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/basename -------------------------------------------------------------------------------- /sys/man/1/bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/bc -------------------------------------------------------------------------------- /sys/man/1/bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/bind -------------------------------------------------------------------------------- /sys/man/1/bsplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/bsplit -------------------------------------------------------------------------------- /sys/man/1/bundle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/bundle -------------------------------------------------------------------------------- /sys/man/1/cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cal -------------------------------------------------------------------------------- /sys/man/1/calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/calendar -------------------------------------------------------------------------------- /sys/man/1/calls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/calls -------------------------------------------------------------------------------- /sys/man/1/cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cat -------------------------------------------------------------------------------- /sys/man/1/cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cb -------------------------------------------------------------------------------- /sys/man/1/chgrp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/chgrp -------------------------------------------------------------------------------- /sys/man/1/chmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/chmod -------------------------------------------------------------------------------- /sys/man/1/cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cmp -------------------------------------------------------------------------------- /sys/man/1/col: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/col -------------------------------------------------------------------------------- /sys/man/1/colors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/colors -------------------------------------------------------------------------------- /sys/man/1/comm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/comm -------------------------------------------------------------------------------- /sys/man/1/con: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/con -------------------------------------------------------------------------------- /sys/man/1/cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cp -------------------------------------------------------------------------------- /sys/man/1/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cpp -------------------------------------------------------------------------------- /sys/man/1/cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/cpu -------------------------------------------------------------------------------- /sys/man/1/crop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/crop -------------------------------------------------------------------------------- /sys/man/1/date: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/date -------------------------------------------------------------------------------- /sys/man/1/db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/db -------------------------------------------------------------------------------- /sys/man/1/dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/dc -------------------------------------------------------------------------------- /sys/man/1/dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/dd -------------------------------------------------------------------------------- /sys/man/1/delkey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/delkey -------------------------------------------------------------------------------- /sys/man/1/deroff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/deroff -------------------------------------------------------------------------------- /sys/man/1/diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/diff -------------------------------------------------------------------------------- /sys/man/1/doc2txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/doc2txt -------------------------------------------------------------------------------- /sys/man/1/doctype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/doctype -------------------------------------------------------------------------------- /sys/man/1/du: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/du -------------------------------------------------------------------------------- /sys/man/1/echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/echo -------------------------------------------------------------------------------- /sys/man/1/ecp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ecp -------------------------------------------------------------------------------- /sys/man/1/ed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ed -------------------------------------------------------------------------------- /sys/man/1/emacs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/emacs -------------------------------------------------------------------------------- /sys/man/1/eqn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/eqn -------------------------------------------------------------------------------- /sys/man/1/expect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/expect -------------------------------------------------------------------------------- /sys/man/1/faces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/faces -------------------------------------------------------------------------------- /sys/man/1/factor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/factor -------------------------------------------------------------------------------- /sys/man/1/fedex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/fedex -------------------------------------------------------------------------------- /sys/man/1/file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/file -------------------------------------------------------------------------------- /sys/man/1/filter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/filter -------------------------------------------------------------------------------- /sys/man/1/fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/fmt -------------------------------------------------------------------------------- /sys/man/1/fortune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/fortune -------------------------------------------------------------------------------- /sys/man/1/freq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/freq -------------------------------------------------------------------------------- /sys/man/1/games: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/games -------------------------------------------------------------------------------- /sys/man/1/grap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/grap -------------------------------------------------------------------------------- /sys/man/1/graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/graph -------------------------------------------------------------------------------- /sys/man/1/grep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/grep -------------------------------------------------------------------------------- /sys/man/1/gs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/gs -------------------------------------------------------------------------------- /sys/man/1/gview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/gview -------------------------------------------------------------------------------- /sys/man/1/gzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/gzip -------------------------------------------------------------------------------- /sys/man/1/hget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/hget -------------------------------------------------------------------------------- /sys/man/1/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/history -------------------------------------------------------------------------------- /sys/man/1/hoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/hoc -------------------------------------------------------------------------------- /sys/man/1/htmlroff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/htmlroff -------------------------------------------------------------------------------- /sys/man/1/idiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/idiff -------------------------------------------------------------------------------- /sys/man/1/join: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/join -------------------------------------------------------------------------------- /sys/man/1/jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/jpg -------------------------------------------------------------------------------- /sys/man/1/kbmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/kbmap -------------------------------------------------------------------------------- /sys/man/1/kill: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/kill -------------------------------------------------------------------------------- /sys/man/1/ktrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ktrace -------------------------------------------------------------------------------- /sys/man/1/leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/leak -------------------------------------------------------------------------------- /sys/man/1/lens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/lens -------------------------------------------------------------------------------- /sys/man/1/lex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/lex -------------------------------------------------------------------------------- /sys/man/1/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/lock -------------------------------------------------------------------------------- /sys/man/1/look: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/look -------------------------------------------------------------------------------- /sys/man/1/lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/lp -------------------------------------------------------------------------------- /sys/man/1/ls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ls -------------------------------------------------------------------------------- /sys/man/1/mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mail -------------------------------------------------------------------------------- /sys/man/1/man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/man -------------------------------------------------------------------------------- /sys/man/1/marshal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/marshal -------------------------------------------------------------------------------- /sys/man/1/mc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mc -------------------------------------------------------------------------------- /sys/man/1/mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mk -------------------------------------------------------------------------------- /sys/man/1/mkdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mkdir -------------------------------------------------------------------------------- /sys/man/1/mlmgr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mlmgr -------------------------------------------------------------------------------- /sys/man/1/mp3dec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mp3dec -------------------------------------------------------------------------------- /sys/man/1/mp3enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mp3enc -------------------------------------------------------------------------------- /sys/man/1/ms2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ms2html -------------------------------------------------------------------------------- /sys/man/1/mtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mtime -------------------------------------------------------------------------------- /sys/man/1/mug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/mug -------------------------------------------------------------------------------- /sys/man/1/nedmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/nedmail -------------------------------------------------------------------------------- /sys/man/1/netstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/netstat -------------------------------------------------------------------------------- /sys/man/1/news: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/news -------------------------------------------------------------------------------- /sys/man/1/nm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/nm -------------------------------------------------------------------------------- /sys/man/1/ns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ns -------------------------------------------------------------------------------- /sys/man/1/p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/p -------------------------------------------------------------------------------- /sys/man/1/page: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/page -------------------------------------------------------------------------------- /sys/man/1/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/passwd -------------------------------------------------------------------------------- /sys/man/1/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/patch -------------------------------------------------------------------------------- /sys/man/1/pcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/pcc -------------------------------------------------------------------------------- /sys/man/1/pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/pic -------------------------------------------------------------------------------- /sys/man/1/pipefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/pipefile -------------------------------------------------------------------------------- /sys/man/1/plot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/plot -------------------------------------------------------------------------------- /sys/man/1/plumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/plumb -------------------------------------------------------------------------------- /sys/man/1/pr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/pr -------------------------------------------------------------------------------- /sys/man/1/prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/prof -------------------------------------------------------------------------------- /sys/man/1/proof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/proof -------------------------------------------------------------------------------- /sys/man/1/ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ps -------------------------------------------------------------------------------- /sys/man/1/ps2pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ps2pdf -------------------------------------------------------------------------------- /sys/man/1/pump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/pump -------------------------------------------------------------------------------- /sys/man/1/pwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/pwd -------------------------------------------------------------------------------- /sys/man/1/ratrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ratrace -------------------------------------------------------------------------------- /sys/man/1/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/rc -------------------------------------------------------------------------------- /sys/man/1/replica: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/replica -------------------------------------------------------------------------------- /sys/man/1/resample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/resample -------------------------------------------------------------------------------- /sys/man/1/rio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/rio -------------------------------------------------------------------------------- /sys/man/1/rm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/rm -------------------------------------------------------------------------------- /sys/man/1/rwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/rwd -------------------------------------------------------------------------------- /sys/man/1/sam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/sam -------------------------------------------------------------------------------- /sys/man/1/seconds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/seconds -------------------------------------------------------------------------------- /sys/man/1/secstore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/secstore -------------------------------------------------------------------------------- /sys/man/1/sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/sed -------------------------------------------------------------------------------- /sys/man/1/seq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/seq -------------------------------------------------------------------------------- /sys/man/1/size: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/size -------------------------------------------------------------------------------- /sys/man/1/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/sleep -------------------------------------------------------------------------------- /sys/man/1/soelim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/soelim -------------------------------------------------------------------------------- /sys/man/1/sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/sort -------------------------------------------------------------------------------- /sys/man/1/spell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/spell -------------------------------------------------------------------------------- /sys/man/1/spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/spin -------------------------------------------------------------------------------- /sys/man/1/split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/split -------------------------------------------------------------------------------- /sys/man/1/src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/src -------------------------------------------------------------------------------- /sys/man/1/ssh1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ssh1 -------------------------------------------------------------------------------- /sys/man/1/ssh2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/ssh2 -------------------------------------------------------------------------------- /sys/man/1/stop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/stop -------------------------------------------------------------------------------- /sys/man/1/strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/strings -------------------------------------------------------------------------------- /sys/man/1/strip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/strip -------------------------------------------------------------------------------- /sys/man/1/sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/sum -------------------------------------------------------------------------------- /sys/man/1/syscall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/syscall -------------------------------------------------------------------------------- /sys/man/1/tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tail -------------------------------------------------------------------------------- /sys/man/1/tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tar -------------------------------------------------------------------------------- /sys/man/1/tarsplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tarsplit -------------------------------------------------------------------------------- /sys/man/1/tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tbl -------------------------------------------------------------------------------- /sys/man/1/tcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tcs -------------------------------------------------------------------------------- /sys/man/1/tee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tee -------------------------------------------------------------------------------- /sys/man/1/tel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tel -------------------------------------------------------------------------------- /sys/man/1/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/test -------------------------------------------------------------------------------- /sys/man/1/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/time -------------------------------------------------------------------------------- /sys/man/1/tinyurl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tinyurl -------------------------------------------------------------------------------- /sys/man/1/touch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/touch -------------------------------------------------------------------------------- /sys/man/1/tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tr -------------------------------------------------------------------------------- /sys/man/1/trace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/trace -------------------------------------------------------------------------------- /sys/man/1/troff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/troff -------------------------------------------------------------------------------- /sys/man/1/tweak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/tweak -------------------------------------------------------------------------------- /sys/man/1/uniq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/uniq -------------------------------------------------------------------------------- /sys/man/1/units: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/units -------------------------------------------------------------------------------- /sys/man/1/uptime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/uptime -------------------------------------------------------------------------------- /sys/man/1/vac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/vac -------------------------------------------------------------------------------- /sys/man/1/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/venti -------------------------------------------------------------------------------- /sys/man/1/vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/vi -------------------------------------------------------------------------------- /sys/man/1/vnc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/vnc -------------------------------------------------------------------------------- /sys/man/1/vt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/vt -------------------------------------------------------------------------------- /sys/man/1/wc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/wc -------------------------------------------------------------------------------- /sys/man/1/weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/weather -------------------------------------------------------------------------------- /sys/man/1/who: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/who -------------------------------------------------------------------------------- /sys/man/1/winwatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/winwatch -------------------------------------------------------------------------------- /sys/man/1/xd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/xd -------------------------------------------------------------------------------- /sys/man/1/yacc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/1/yacc -------------------------------------------------------------------------------- /sys/man/2/0intro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/0intro -------------------------------------------------------------------------------- /sys/man/2/9p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/9p -------------------------------------------------------------------------------- /sys/man/2/9pcmdbuf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/9pcmdbuf -------------------------------------------------------------------------------- /sys/man/2/9pfid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/9pfid -------------------------------------------------------------------------------- /sys/man/2/9pfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/9pfile -------------------------------------------------------------------------------- /sys/man/2/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/INDEX -------------------------------------------------------------------------------- /sys/man/2/abort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/abort -------------------------------------------------------------------------------- /sys/man/2/abs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/abs -------------------------------------------------------------------------------- /sys/man/2/access: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/access -------------------------------------------------------------------------------- /sys/man/2/addpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/addpt -------------------------------------------------------------------------------- /sys/man/2/aes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/aes -------------------------------------------------------------------------------- /sys/man/2/arg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/arg -------------------------------------------------------------------------------- /sys/man/2/arith3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/arith3 -------------------------------------------------------------------------------- /sys/man/2/assert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/assert -------------------------------------------------------------------------------- /sys/man/2/atof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/atof -------------------------------------------------------------------------------- /sys/man/2/auth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/auth -------------------------------------------------------------------------------- /sys/man/2/authsrv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/authsrv -------------------------------------------------------------------------------- /sys/man/2/avl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/avl -------------------------------------------------------------------------------- /sys/man/2/bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/bin -------------------------------------------------------------------------------- /sys/man/2/bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/bind -------------------------------------------------------------------------------- /sys/man/2/bio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/bio -------------------------------------------------------------------------------- /sys/man/2/blowfish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/blowfish -------------------------------------------------------------------------------- /sys/man/2/brk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/brk -------------------------------------------------------------------------------- /sys/man/2/chdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/chdir -------------------------------------------------------------------------------- /sys/man/2/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/color -------------------------------------------------------------------------------- /sys/man/2/complete: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/complete -------------------------------------------------------------------------------- /sys/man/2/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/control -------------------------------------------------------------------------------- /sys/man/2/cputime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/cputime -------------------------------------------------------------------------------- /sys/man/2/ctime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/ctime -------------------------------------------------------------------------------- /sys/man/2/ctype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/ctype -------------------------------------------------------------------------------- /sys/man/2/debugger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/debugger -------------------------------------------------------------------------------- /sys/man/2/des: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/des -------------------------------------------------------------------------------- /sys/man/2/dial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/dial -------------------------------------------------------------------------------- /sys/man/2/dirread: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/dirread -------------------------------------------------------------------------------- /sys/man/2/disk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/disk -------------------------------------------------------------------------------- /sys/man/2/draw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/draw -------------------------------------------------------------------------------- /sys/man/2/dsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/dsa -------------------------------------------------------------------------------- /sys/man/2/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/dup -------------------------------------------------------------------------------- /sys/man/2/elgamal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/elgamal -------------------------------------------------------------------------------- /sys/man/2/encode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/encode -------------------------------------------------------------------------------- /sys/man/2/encrypt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/encrypt -------------------------------------------------------------------------------- /sys/man/2/errstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/errstr -------------------------------------------------------------------------------- /sys/man/2/event: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/event -------------------------------------------------------------------------------- /sys/man/2/exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/exec -------------------------------------------------------------------------------- /sys/man/2/exits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/exits -------------------------------------------------------------------------------- /sys/man/2/exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/exp -------------------------------------------------------------------------------- /sys/man/2/fauth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fauth -------------------------------------------------------------------------------- /sys/man/2/fcall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fcall -------------------------------------------------------------------------------- /sys/man/2/fd2path: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fd2path -------------------------------------------------------------------------------- /sys/man/2/fgetc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fgetc -------------------------------------------------------------------------------- /sys/man/2/flate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/flate -------------------------------------------------------------------------------- /sys/man/2/floor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/floor -------------------------------------------------------------------------------- /sys/man/2/fopen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fopen -------------------------------------------------------------------------------- /sys/man/2/fork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fork -------------------------------------------------------------------------------- /sys/man/2/fprintf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fprintf -------------------------------------------------------------------------------- /sys/man/2/frame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/frame -------------------------------------------------------------------------------- /sys/man/2/frexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/frexp -------------------------------------------------------------------------------- /sys/man/2/fscanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fscanf -------------------------------------------------------------------------------- /sys/man/2/fversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/fversion -------------------------------------------------------------------------------- /sys/man/2/getenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/getenv -------------------------------------------------------------------------------- /sys/man/2/getfcr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/getfcr -------------------------------------------------------------------------------- /sys/man/2/getpid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/getpid -------------------------------------------------------------------------------- /sys/man/2/getuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/getuser -------------------------------------------------------------------------------- /sys/man/2/getwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/getwd -------------------------------------------------------------------------------- /sys/man/2/graphics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/graphics -------------------------------------------------------------------------------- /sys/man/2/html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/html -------------------------------------------------------------------------------- /sys/man/2/httpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/httpd -------------------------------------------------------------------------------- /sys/man/2/hypot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/hypot -------------------------------------------------------------------------------- /sys/man/2/intmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/intmap -------------------------------------------------------------------------------- /sys/man/2/ioproc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/ioproc -------------------------------------------------------------------------------- /sys/man/2/iounit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/iounit -------------------------------------------------------------------------------- /sys/man/2/ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/ip -------------------------------------------------------------------------------- /sys/man/2/keyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/keyboard -------------------------------------------------------------------------------- /sys/man/2/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/lock -------------------------------------------------------------------------------- /sys/man/2/mach: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/mach -------------------------------------------------------------------------------- /sys/man/2/malloc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/malloc -------------------------------------------------------------------------------- /sys/man/2/matrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/matrix -------------------------------------------------------------------------------- /sys/man/2/memdraw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/memdraw -------------------------------------------------------------------------------- /sys/man/2/mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/mouse -------------------------------------------------------------------------------- /sys/man/2/mp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/mp -------------------------------------------------------------------------------- /sys/man/2/nan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/nan -------------------------------------------------------------------------------- /sys/man/2/ndb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/ndb -------------------------------------------------------------------------------- /sys/man/2/open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/open -------------------------------------------------------------------------------- /sys/man/2/pipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/pipe -------------------------------------------------------------------------------- /sys/man/2/plumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/plumb -------------------------------------------------------------------------------- /sys/man/2/pool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/pool -------------------------------------------------------------------------------- /sys/man/2/prime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/prime -------------------------------------------------------------------------------- /sys/man/2/print: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/print -------------------------------------------------------------------------------- /sys/man/2/proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/proto -------------------------------------------------------------------------------- /sys/man/2/qball: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/qball -------------------------------------------------------------------------------- /sys/man/2/qsort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/qsort -------------------------------------------------------------------------------- /sys/man/2/quote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/quote -------------------------------------------------------------------------------- /sys/man/2/rand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/rand -------------------------------------------------------------------------------- /sys/man/2/rc4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/rc4 -------------------------------------------------------------------------------- /sys/man/2/read: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/read -------------------------------------------------------------------------------- /sys/man/2/readv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/readv -------------------------------------------------------------------------------- /sys/man/2/rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/rsa -------------------------------------------------------------------------------- /sys/man/2/rune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/rune -------------------------------------------------------------------------------- /sys/man/2/scsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/scsi -------------------------------------------------------------------------------- /sys/man/2/seek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/seek -------------------------------------------------------------------------------- /sys/man/2/sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/sin -------------------------------------------------------------------------------- /sys/man/2/sinh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/sinh -------------------------------------------------------------------------------- /sys/man/2/sleep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/sleep -------------------------------------------------------------------------------- /sys/man/2/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/stat -------------------------------------------------------------------------------- /sys/man/2/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/time -------------------------------------------------------------------------------- /sys/man/2/usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/usb -------------------------------------------------------------------------------- /sys/man/2/usbfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/usbfs -------------------------------------------------------------------------------- /sys/man/2/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/venti -------------------------------------------------------------------------------- /sys/man/2/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/2/wait -------------------------------------------------------------------------------- /sys/man/3/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/INDEX -------------------------------------------------------------------------------- /sys/man/3/aoe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/aoe -------------------------------------------------------------------------------- /sys/man/3/apm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/apm -------------------------------------------------------------------------------- /sys/man/3/arch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/arch -------------------------------------------------------------------------------- /sys/man/3/audio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/audio -------------------------------------------------------------------------------- /sys/man/3/cap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/cap -------------------------------------------------------------------------------- /sys/man/3/cons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/cons -------------------------------------------------------------------------------- /sys/man/3/draw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/draw -------------------------------------------------------------------------------- /sys/man/3/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/dup -------------------------------------------------------------------------------- /sys/man/3/env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/env -------------------------------------------------------------------------------- /sys/man/3/ether: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/ether -------------------------------------------------------------------------------- /sys/man/3/flash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/flash -------------------------------------------------------------------------------- /sys/man/3/fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/fs -------------------------------------------------------------------------------- /sys/man/3/ip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/ip -------------------------------------------------------------------------------- /sys/man/3/kbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/kbin -------------------------------------------------------------------------------- /sys/man/3/kbmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/kbmap -------------------------------------------------------------------------------- /sys/man/3/kprof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/kprof -------------------------------------------------------------------------------- /sys/man/3/lpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/lpt -------------------------------------------------------------------------------- /sys/man/3/mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/mnt -------------------------------------------------------------------------------- /sys/man/3/mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/mouse -------------------------------------------------------------------------------- /sys/man/3/pipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/pipe -------------------------------------------------------------------------------- /sys/man/3/pnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/pnp -------------------------------------------------------------------------------- /sys/man/3/proc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/proc -------------------------------------------------------------------------------- /sys/man/3/root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/root -------------------------------------------------------------------------------- /sys/man/3/rtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/rtc -------------------------------------------------------------------------------- /sys/man/3/sd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/sd -------------------------------------------------------------------------------- /sys/man/3/sdaoe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/sdaoe -------------------------------------------------------------------------------- /sys/man/3/sdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/sdp -------------------------------------------------------------------------------- /sys/man/3/srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/srv -------------------------------------------------------------------------------- /sys/man/3/ssl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/ssl -------------------------------------------------------------------------------- /sys/man/3/tls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/tls -------------------------------------------------------------------------------- /sys/man/3/twsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/twsi -------------------------------------------------------------------------------- /sys/man/3/uart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/uart -------------------------------------------------------------------------------- /sys/man/3/usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/usb -------------------------------------------------------------------------------- /sys/man/3/vga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/vga -------------------------------------------------------------------------------- /sys/man/3/wd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/3/wd -------------------------------------------------------------------------------- /sys/man/4/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/INDEX -------------------------------------------------------------------------------- /sys/man/4/acme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/acme -------------------------------------------------------------------------------- /sys/man/4/cdfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/cdfs -------------------------------------------------------------------------------- /sys/man/4/cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/cfs -------------------------------------------------------------------------------- /sys/man/4/cifs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/cifs -------------------------------------------------------------------------------- /sys/man/4/cwfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/cwfs -------------------------------------------------------------------------------- /sys/man/4/fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/fs -------------------------------------------------------------------------------- /sys/man/4/ftpfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/ftpfs -------------------------------------------------------------------------------- /sys/man/4/keyfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/keyfs -------------------------------------------------------------------------------- /sys/man/4/kfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/kfs -------------------------------------------------------------------------------- /sys/man/4/lnfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/lnfs -------------------------------------------------------------------------------- /sys/man/4/nfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/nfs -------------------------------------------------------------------------------- /sys/man/4/paqfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/paqfs -------------------------------------------------------------------------------- /sys/man/4/ramfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/ramfs -------------------------------------------------------------------------------- /sys/man/4/ratfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/ratfs -------------------------------------------------------------------------------- /sys/man/4/rdbfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/rdbfs -------------------------------------------------------------------------------- /sys/man/4/rio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/rio -------------------------------------------------------------------------------- /sys/man/4/snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/snap -------------------------------------------------------------------------------- /sys/man/4/srv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/srv -------------------------------------------------------------------------------- /sys/man/4/ssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/ssh -------------------------------------------------------------------------------- /sys/man/4/telco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/telco -------------------------------------------------------------------------------- /sys/man/4/u9fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/u9fs -------------------------------------------------------------------------------- /sys/man/4/usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/usb -------------------------------------------------------------------------------- /sys/man/4/usbd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/usbd -------------------------------------------------------------------------------- /sys/man/4/vacfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/vacfs -------------------------------------------------------------------------------- /sys/man/4/webfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/4/webfs -------------------------------------------------------------------------------- /sys/man/5/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/INDEX -------------------------------------------------------------------------------- /sys/man/5/clunk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/clunk -------------------------------------------------------------------------------- /sys/man/5/error: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/error -------------------------------------------------------------------------------- /sys/man/5/flush: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/flush -------------------------------------------------------------------------------- /sys/man/5/open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/open -------------------------------------------------------------------------------- /sys/man/5/read: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/read -------------------------------------------------------------------------------- /sys/man/5/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/stat -------------------------------------------------------------------------------- /sys/man/5/walk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/5/walk -------------------------------------------------------------------------------- /sys/man/6/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/INDEX -------------------------------------------------------------------------------- /sys/man/6/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/a.out -------------------------------------------------------------------------------- /sys/man/6/ar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/ar -------------------------------------------------------------------------------- /sys/man/6/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/color -------------------------------------------------------------------------------- /sys/man/6/face: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/face -------------------------------------------------------------------------------- /sys/man/6/font: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/font -------------------------------------------------------------------------------- /sys/man/6/image: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/image -------------------------------------------------------------------------------- /sys/man/6/man: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/man -------------------------------------------------------------------------------- /sys/man/6/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/map -------------------------------------------------------------------------------- /sys/man/6/mhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/mhtml -------------------------------------------------------------------------------- /sys/man/6/ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/ms -------------------------------------------------------------------------------- /sys/man/6/ndb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/ndb -------------------------------------------------------------------------------- /sys/man/6/plot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/plot -------------------------------------------------------------------------------- /sys/man/6/plumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/plumb -------------------------------------------------------------------------------- /sys/man/6/smtpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/smtpd -------------------------------------------------------------------------------- /sys/man/6/snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/snap -------------------------------------------------------------------------------- /sys/man/6/style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/style -------------------------------------------------------------------------------- /sys/man/6/users: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/users -------------------------------------------------------------------------------- /sys/man/6/utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/utf -------------------------------------------------------------------------------- /sys/man/6/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/venti -------------------------------------------------------------------------------- /sys/man/6/vgadb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/6/vgadb -------------------------------------------------------------------------------- /sys/man/7/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/7/INDEX -------------------------------------------------------------------------------- /sys/man/7/astro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/7/astro -------------------------------------------------------------------------------- /sys/man/7/dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/7/dict -------------------------------------------------------------------------------- /sys/man/7/juke: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/7/juke -------------------------------------------------------------------------------- /sys/man/7/map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/7/map -------------------------------------------------------------------------------- /sys/man/7/scat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/7/scat -------------------------------------------------------------------------------- /sys/man/8/6in4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/6in4 -------------------------------------------------------------------------------- /sys/man/8/9boot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/9boot -------------------------------------------------------------------------------- /sys/man/8/9pcon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/9pcon -------------------------------------------------------------------------------- /sys/man/8/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/INDEX -------------------------------------------------------------------------------- /sys/man/8/aan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/aan -------------------------------------------------------------------------------- /sys/man/8/apm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/apm -------------------------------------------------------------------------------- /sys/man/8/auth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/auth -------------------------------------------------------------------------------- /sys/man/8/boot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/boot -------------------------------------------------------------------------------- /sys/man/8/cec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/cec -------------------------------------------------------------------------------- /sys/man/8/cpurc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/cpurc -------------------------------------------------------------------------------- /sys/man/8/cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/cron -------------------------------------------------------------------------------- /sys/man/8/dhcpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/dhcpd -------------------------------------------------------------------------------- /sys/man/8/dsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/dsa -------------------------------------------------------------------------------- /sys/man/8/fs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/fs -------------------------------------------------------------------------------- /sys/man/8/gpsfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/gpsfs -------------------------------------------------------------------------------- /sys/man/8/httpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/httpd -------------------------------------------------------------------------------- /sys/man/8/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/init -------------------------------------------------------------------------------- /sys/man/8/lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/lp -------------------------------------------------------------------------------- /sys/man/8/mkfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/mkfs -------------------------------------------------------------------------------- /sys/man/8/mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/mouse -------------------------------------------------------------------------------- /sys/man/8/na: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/na -------------------------------------------------------------------------------- /sys/man/8/ndb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/ndb -------------------------------------------------------------------------------- /sys/man/8/pci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/pci -------------------------------------------------------------------------------- /sys/man/8/pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/pem -------------------------------------------------------------------------------- /sys/man/8/ping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/ping -------------------------------------------------------------------------------- /sys/man/8/pop3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/pop3 -------------------------------------------------------------------------------- /sys/man/8/ppp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/ppp -------------------------------------------------------------------------------- /sys/man/8/prep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/prep -------------------------------------------------------------------------------- /sys/man/8/qer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/qer -------------------------------------------------------------------------------- /sys/man/8/rsa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/rsa -------------------------------------------------------------------------------- /sys/man/8/scuzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/scuzz -------------------------------------------------------------------------------- /sys/man/8/send: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/send -------------------------------------------------------------------------------- /sys/man/8/smtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/smtp -------------------------------------------------------------------------------- /sys/man/8/stats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/stats -------------------------------------------------------------------------------- /sys/man/8/stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/stub -------------------------------------------------------------------------------- /sys/man/8/swap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/swap -------------------------------------------------------------------------------- /sys/man/8/venti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/venti -------------------------------------------------------------------------------- /sys/man/8/vga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/vga -------------------------------------------------------------------------------- /sys/man/8/wol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/8/wol -------------------------------------------------------------------------------- /sys/man/fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/fonts -------------------------------------------------------------------------------- /sys/man/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/man/mkfile -------------------------------------------------------------------------------- /sys/src/9/bcm/init9.s: -------------------------------------------------------------------------------- 1 | #include "../omap/init9.s" 2 | -------------------------------------------------------------------------------- /sys/src/9/bcm/lproc.s: -------------------------------------------------------------------------------- 1 | #include "../omap/lproc.s" 2 | -------------------------------------------------------------------------------- /sys/src/9/kw/nvram: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /sys/src/9/omap/nvram: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /sys/src/9/pc/pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/src/9/pc/pc -------------------------------------------------------------------------------- /sys/src/9/pcboot/ktzero.s: -------------------------------------------------------------------------------- 1 | TEXT _KTZERO(SB), $0 2 | -------------------------------------------------------------------------------- /sys/src/9/rb/nvram: -------------------------------------------------------------------------------- 1 | c`# -------------------------------------------------------------------------------- /sys/src/9/rb/rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/src/9/rb/rb -------------------------------------------------------------------------------- /sys/src/9/teg2/nvram: -------------------------------------------------------------------------------- 1 | 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/bzip2/PROVENANCE: -------------------------------------------------------------------------------- 1 | http://sourceware.cygnus.com/bzip2/index.html 2 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/9netics32.16k/mkfile: -------------------------------------------------------------------------------- 1 | FS=9net32.16k 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/9netics64.8k/mkfile: -------------------------------------------------------------------------------- 1 | FS=9net64.8k 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/choline/mkfile: -------------------------------------------------------------------------------- 1 | FS=choline 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/cwfs/mkfile: -------------------------------------------------------------------------------- 1 | FS='' 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/emelie/map.w2-w0: -------------------------------------------------------------------------------- 1 | w2 w0 2 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/emelie/mkfile: -------------------------------------------------------------------------------- 1 | FS=.emelie 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/fs/mkfile: -------------------------------------------------------------------------------- 1 | FS=fs 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/cwfs/fs64/mkfile: -------------------------------------------------------------------------------- 1 | FS=.fs64 2 | <../portmkfile 3 | -------------------------------------------------------------------------------- /sys/src/cmd/gs/lib/EndOfTask.ps: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /sys/src/cmd/gs/lib/quit.ps: -------------------------------------------------------------------------------- 1 | quit 2 | -------------------------------------------------------------------------------- /sys/src/cmd/gs/lib/showpage.ps: -------------------------------------------------------------------------------- 1 | showpage 2 | -------------------------------------------------------------------------------- /sys/src/cmd/gs/src/.cvsignore: -------------------------------------------------------------------------------- 1 | *.mak.tcl 2 | -------------------------------------------------------------------------------- /sys/src/cmd/ip/httpd/webls.denied: -------------------------------------------------------------------------------- 1 | .* 2 | -------------------------------------------------------------------------------- /sys/src/cmd/p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/src/cmd/p.c -------------------------------------------------------------------------------- /sys/src/libc/mips/c_fcr0.s: -------------------------------------------------------------------------------- 1 | TEXT C_fcr0(SB), $0 2 | MOVW FCR0, R1 3 | RET 4 | -------------------------------------------------------------------------------- /sys/src/mkfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0intro/plan9-gpl/HEAD/sys/src/mkfile -------------------------------------------------------------------------------- /usr/glenda/lib/newstime: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------