├── GNX ├── .DS_Store ├── NSC │ ├── .DS_Store │ ├── lib │ │ ├── libPW.a │ │ ├── libdbm.a │ │ ├── libmp.a │ │ ├── libndir.a │ │ ├── libp.a │ │ ├── libpc.a │ │ ├── npcom │ │ └── npmsg │ ├── minstall │ ├── mmakewhatis │ ├── mstrip │ └── nmpc ├── cross │ ├── .DS_Store │ └── NSC │ │ ├── GCS1.0A │ │ ├── acceptancec │ │ ├── puzzle.c │ │ ├── puzzle.header │ │ ├── puzzle.org │ │ └── testc │ │ ├── cu16 │ │ ├── db16k │ │ ├── README │ │ ├── dbmon.x │ │ ├── gets.o │ │ ├── makefile │ │ ├── newvers.sh │ │ ├── pio.o │ │ ├── pio.p │ │ ├── pio.s │ │ ├── prf.o │ │ ├── rom.V │ │ ├── rom.o │ │ ├── rom.s │ │ ├── sio.o │ │ ├── sio.s │ │ ├── vers.s │ │ └── version │ │ ├── ddt │ │ ├── genixman │ │ ├── include │ │ ├── a.out.h │ │ ├── ar.h │ │ ├── assert.h │ │ ├── cnlist.h │ │ ├── ctype.h │ │ ├── curses.h │ │ ├── dbm.h │ │ ├── dir.h │ │ ├── dumprestor.h │ │ ├── errno.h │ │ ├── fatal.h │ │ ├── fsr.h │ │ ├── fstab.h │ │ ├── grp.h │ │ ├── ident.h │ │ ├── lastlog.h │ │ ├── local │ │ │ └── uparm.h │ │ ├── macros.h │ │ ├── math.h │ │ ├── meld3.h │ │ ├── mp.h │ │ ├── mtab.h │ │ ├── nlist.h │ │ ├── pagsiz.h │ │ ├── pwd.h │ │ ├── ranlib.h │ │ ├── saio.h │ │ ├── sccs.h │ │ ├── setjmp.h │ │ ├── sgtty.h │ │ ├── signal.h │ │ ├── stab.h │ │ ├── stdio.h │ │ ├── sys │ │ │ ├── acct.h │ │ │ ├── blt.h │ │ │ ├── bootop.h │ │ │ ├── buf.h │ │ │ ├── callout.h │ │ │ ├── clist.h │ │ │ ├── conf.h │ │ │ ├── dcu.h │ │ │ ├── dcusaio.h │ │ │ ├── devpm.h │ │ │ ├── devvm.h │ │ │ ├── dir.h │ │ │ ├── disk.h │ │ │ ├── dk.h │ │ │ ├── fblk.h │ │ │ ├── file.h │ │ │ ├── filsys.h │ │ │ ├── fpu.h │ │ │ ├── icu.h │ │ │ ├── ieeio.h │ │ │ ├── ino.h │ │ │ ├── inode.h │ │ │ ├── ioctl.h │ │ │ ├── mem.h │ │ │ ├── mmu.h │ │ │ ├── modtable.h │ │ │ ├── mount.h │ │ │ ├── msgbuf.h │ │ │ ├── mtio.h │ │ │ ├── panic.h │ │ │ ├── param.h │ │ │ ├── pdma.h │ │ │ ├── proc.h │ │ │ ├── psr.h │ │ │ ├── pte.h │ │ │ ├── reboot.h │ │ │ ├── reg.h │ │ │ ├── rs.h │ │ │ ├── saio.h │ │ │ ├── sio.h │ │ │ ├── stat.h │ │ │ ├── systm.h │ │ │ ├── tcu.h │ │ │ ├── timeb.h │ │ │ ├── timer.h │ │ │ ├── times.h │ │ │ ├── trap.h │ │ │ ├── tty.h │ │ │ ├── types.h │ │ │ ├── user.h │ │ │ ├── vlimit.h │ │ │ ├── vm.h │ │ │ ├── vmmeter.h │ │ │ ├── vmswap.h │ │ │ ├── vmsystm.h │ │ │ ├── vmtune.h │ │ │ └── vtimes.h │ │ ├── sysexits.h │ │ ├── time.h │ │ ├── unctrl.h │ │ ├── utmp.h │ │ ├── valign.h │ │ ├── varargs.h │ │ ├── vfont.h │ │ ├── wait.h │ │ ├── walkdir.h │ │ ├── whoami │ │ └── whoami.h │ │ ├── lib │ │ ├── asm │ │ ├── c2 │ │ ├── ccom │ │ ├── cpp │ │ ├── libc.a │ │ ├── libcurses.a │ │ ├── libjobs.a │ │ ├── libl.a │ │ ├── libln.a │ │ ├── libm.a │ │ ├── libtermcap.a │ │ ├── libtermlib.a │ │ └── list │ │ ├── monfix │ │ ├── nar │ │ ├── nasm │ │ ├── nburn │ │ ├── nmcc │ │ ├── nmeld │ │ ├── nnm │ │ ├── nranlib │ │ ├── nsize │ │ └── nstrip ├── doc │ ├── adv.ed │ │ ├── ae.mac │ │ ├── ae0 │ │ ├── ae1 │ │ ├── ae2 │ │ ├── ae3 │ │ ├── ae4 │ │ ├── ae5 │ │ ├── ae6 │ │ ├── ae7 │ │ └── ae9 │ ├── as │ ├── awk │ ├── bc │ ├── beginners │ │ ├── u.mac │ │ ├── u0 │ │ ├── u1 │ │ ├── u2 │ │ ├── u3 │ │ ├── u4 │ │ └── u5 │ ├── cacm │ │ ├── p.mac │ │ ├── p1 │ │ ├── p2 │ │ ├── p3 │ │ ├── p4 │ │ ├── p5 │ │ └── p6 │ ├── cc │ ├── csh │ │ ├── csh.1 │ │ ├── csh.2 │ │ ├── csh.3 │ │ ├── csh.4 │ │ ├── csh.a │ │ ├── csh.g │ │ └── tabs │ ├── curses │ │ ├── Master │ │ ├── Spellit │ │ ├── appen.A │ │ ├── appen.A.tbl │ │ ├── appen.B │ │ ├── appen.C │ │ ├── c_macros │ │ ├── disclaim │ │ ├── doc.I │ │ ├── doc.II │ │ ├── doc.III │ │ ├── doc.IV │ │ ├── intro.0 │ │ ├── intro.1 │ │ ├── intro.2 │ │ ├── intro.2.tbl │ │ ├── intro.3 │ │ ├── intro.4 │ │ ├── intro.5 │ │ ├── life.c │ │ ├── macros │ │ ├── macros.coms │ │ ├── makefile │ │ ├── twinkle1.c │ │ ├── twinkle2.c │ │ └── win_st.c │ ├── db16supt │ ├── dbmon │ ├── dc │ ├── diction │ │ ├── ap1 │ │ ├── ap2 │ │ ├── rm0 │ │ ├── rm1 │ │ └── rm2 │ ├── edtut │ │ ├── e.mac │ │ ├── e0 │ │ ├── e1 │ │ ├── e2 │ │ ├── e3 │ │ ├── e4 │ │ ├── e5 │ │ ├── e6 │ │ └── e7 │ ├── eqn │ │ ├── e.mac │ │ ├── e0 │ │ ├── e1 │ │ ├── e2 │ │ ├── e3 │ │ ├── e4 │ │ ├── e5 │ │ ├── e6 │ │ ├── e7 │ │ ├── g.mac │ │ ├── g0 │ │ ├── g1 │ │ ├── g2 │ │ ├── g3 │ │ ├── g4 │ │ └── g5 │ ├── ex │ │ ├── edit.tut │ │ ├── edit.vindex │ │ ├── ex.rm │ │ ├── makefile │ │ ├── vi.chars │ │ ├── vi.in │ │ └── vi.summary │ ├── fsck │ │ ├── fsck.mm │ │ ├── fsck.rc │ │ ├── fsck.stoc │ │ └── fsck.toc.mac │ ├── implement │ ├── iosys │ ├── lex │ ├── lint │ ├── m4 │ ├── mail │ │ ├── addenda.nr │ │ ├── mail0.nr │ │ ├── mail1.nr │ │ ├── mail2.nr │ │ ├── mail3.nr │ │ ├── mail4.nr │ │ ├── mail5.nr │ │ ├── mail6.nr │ │ ├── mail7.nr │ │ ├── mail8.nr │ │ └── makefile │ ├── make │ ├── makefile │ ├── memacros │ │ ├── intro.nr │ │ └── ref.nr │ ├── msmacros │ │ ├── ms │ │ └── refcard │ ├── password │ ├── refer │ │ ├── pubuse │ │ └── refer │ ├── sccs.me │ ├── security │ ├── sed │ ├── shell │ │ ├── t.mac │ │ ├── t1 │ │ ├── t2 │ │ ├── t3 │ │ └── t4 │ ├── summary │ │ ├── vhel.mac │ │ ├── vhel0 │ │ ├── vhel1 │ │ ├── vhel2 │ │ ├── vhel3 │ │ ├── vhel4 │ │ ├── vhel5 │ │ └── vhel6 │ ├── sys16 │ │ ├── ch0 │ │ ├── ch1 │ │ ├── ch2 │ │ ├── ch3 │ │ ├── ch4 │ │ ├── ch5 │ │ ├── ch6 │ │ └── ch7 │ ├── sys5 │ │ ├── sccs_guide │ │ └── sccs_inter │ ├── tbl │ ├── troff │ │ ├── add │ │ ├── m0 │ │ ├── m0a │ │ ├── m1 │ │ ├── m2 │ │ ├── m3 │ │ ├── m4 │ │ ├── m5 │ │ ├── nprint │ │ ├── table1 │ │ ├── table2 │ │ ├── tprint │ │ └── tprintq │ ├── trofftut │ │ ├── tt.mac │ │ ├── tt00 │ │ ├── tt01 │ │ ├── tt02 │ │ ├── tt03 │ │ ├── tt04 │ │ ├── tt05 │ │ ├── tt06 │ │ ├── tt07 │ │ ├── tt08 │ │ ├── tt09 │ │ ├── tt10 │ │ ├── tt11 │ │ ├── tt12 │ │ ├── tt13 │ │ ├── tt14 │ │ ├── ttack │ │ ├── ttcharset │ │ └── ttindex │ ├── uprog │ │ ├── cwscript │ │ ├── p.mac │ │ ├── p0 │ │ ├── p1 │ │ ├── p2 │ │ ├── p3 │ │ ├── p4 │ │ ├── p5 │ │ ├── p6 │ │ ├── p8 │ │ └── p9 │ ├── uucp │ │ └── uucp_impl │ ├── vmpaper │ ├── vmunix │ │ ├── contents.t │ │ ├── copyr.t │ │ └── title.t │ └── yacc │ │ ├── ss.. │ │ ├── ss0 │ │ ├── ss1 │ │ ├── ss2 │ │ ├── ss3 │ │ ├── ss4 │ │ ├── ss5 │ │ ├── ss6 │ │ ├── ss7 │ │ ├── ss8 │ │ ├── ss9 │ │ ├── ssa │ │ ├── ssb │ │ ├── ssc │ │ └── ssd ├── man │ ├── break │ ├── man0 │ │ ├── cshcmd │ │ ├── ignore │ │ ├── intro │ │ ├── m1.sed │ │ ├── m2.sed │ │ ├── ptx.in │ │ ├── ptx.q │ │ ├── ptxx │ │ ├── template.0 │ │ ├── tmpcattoc │ │ ├── toc.in │ │ ├── toc.q │ │ ├── toc1 │ │ ├── toc2 │ │ ├── toc3 │ │ ├── toc4 │ │ ├── toc5 │ │ ├── toc6 │ │ ├── toc7 │ │ ├── toc8 │ │ ├── tocx1 │ │ ├── tocx2 │ │ ├── tocx3 │ │ ├── tocx4 │ │ ├── tocx5 │ │ ├── tocx6 │ │ ├── tocx7 │ │ ├── tocx8 │ │ └── trref.sed │ ├── man1 │ │ ├── admin.1 │ │ ├── apropos.1 │ │ ├── ar.1 │ │ ├── as.1 │ │ ├── at.1 │ │ ├── awk.1 │ │ ├── basename.1 │ │ ├── bc.1 │ │ ├── bdiff.1 │ │ ├── burn.1 │ │ ├── cal.1 │ │ ├── calendar.1 │ │ ├── cat.1 │ │ ├── cb.1 │ │ ├── cc.1 │ │ ├── cd.1 │ │ ├── cdc.1 │ │ ├── checkeq.1 │ │ ├── checknr.1 │ │ ├── chfn.1 │ │ ├── chmod.1 │ │ ├── chsh.1 │ │ ├── clear.1 │ │ ├── cmp.1 │ │ ├── col.1 │ │ ├── colcrt.1 │ │ ├── colrm.1 │ │ ├── comb.1 │ │ ├── comm.1 │ │ ├── compact.1 │ │ ├── cp.1 │ │ ├── cref.1 │ │ ├── crypt.1 │ │ ├── csh.1 │ │ ├── ctags.1 │ │ ├── cu.1c │ │ ├── cu16.1 │ │ ├── date.1 │ │ ├── dc.1 │ │ ├── dd.1 │ │ ├── ddt.1 │ │ ├── delta.1 │ │ ├── deroff.1 │ │ ├── df.1 │ │ ├── diction.1 │ │ ├── diff.1 │ │ ├── diff3.1 │ │ ├── diffh.1 │ │ ├── dpy.1 │ │ ├── du.1 │ │ ├── echo.1 │ │ ├── ed.1 │ │ ├── edit.1 │ │ ├── egrep.1 │ │ ├── enroll.1 │ │ ├── eqn.1 │ │ ├── ex.1 │ │ ├── expand.1 │ │ ├── explain.1 │ │ ├── expr.1 │ │ ├── false.1 │ │ ├── fgrep.1 │ │ ├── file.1 │ │ ├── find.1 │ │ ├── finger.1 │ │ ├── fmt.1 │ │ ├── fold.1 │ │ ├── from.1 │ │ ├── get.1 │ │ ├── gets.1 │ │ ├── grep.1 │ │ ├── head.1 │ │ ├── help.1 │ │ ├── intro.1 │ │ ├── kill.1 │ │ ├── last.1 │ │ ├── lastcomm.1 │ │ ├── ld.1 │ │ ├── leave.1 │ │ ├── lex.1 │ │ ├── lint.1 │ │ ├── ln.1 │ │ ├── lock.1 │ │ ├── login.1 │ │ ├── look.1 │ │ ├── lpq.1 │ │ ├── lpr.1 │ │ ├── lprm.1 │ │ ├── ls.1 │ │ ├── m4.1 │ │ ├── mail.1 │ │ ├── make.1 │ │ ├── man.1 │ │ ├── mesg.1 │ │ ├── mkdir.1 │ │ ├── mkstr.1 │ │ ├── monfix.1 │ │ ├── more.1 │ │ ├── msgs.1 │ │ ├── mt.1 │ │ ├── mv.1 │ │ ├── nburn.1 │ │ ├── neqn.1 │ │ ├── newaliases.1 │ │ ├── newgrp.1 │ │ ├── nice.1 │ │ ├── nm.1 │ │ ├── nroff.1 │ │ ├── num.1 │ │ ├── od.1 │ │ ├── page.1 │ │ ├── passwd.1 │ │ ├── pc.1 │ │ ├── pr.1 │ │ ├── print.1 │ │ ├── printenv.1 │ │ ├── prmail.1 │ │ ├── prof.1 │ │ ├── prs.1 │ │ ├── prt.1 │ │ ├── ps.1 │ │ ├── ptx.1 │ │ ├── pwd.1 │ │ ├── ranlib.1 │ │ ├── remind.1 │ │ ├── reset.1 │ │ ├── rev.1 │ │ ├── rewind.1 │ │ ├── rm.1 │ │ ├── rmdel.1 │ │ ├── rmdir.1 │ │ ├── sact.1 │ │ ├── sccs.1 │ │ ├── sccsdiff.1 │ │ ├── sccshelp.1 │ │ ├── sed.1 │ │ ├── see.1 │ │ ├── sh.1 │ │ ├── size.1 │ │ ├── sleep.1 │ │ ├── soelim.1 │ │ ├── sort.1 │ │ ├── spell.1 │ │ ├── split.1 │ │ ├── stat.1 │ │ ├── strings.1 │ │ ├── strip.1 │ │ ├── stty.1 │ │ ├── style.1 │ │ ├── su.1 │ │ ├── su1.1 │ │ ├── sum.1 │ │ ├── tabs.1 │ │ ├── tail.1 │ │ ├── tar.1 │ │ ├── tbl.1 │ │ ├── tee.1 │ │ ├── test.1 │ │ ├── time.1 │ │ ├── touch.1 │ │ ├── tr.1 │ │ ├── trman.1 │ │ ├── troff.1 │ │ ├── true.1 │ │ ├── tset.1 │ │ ├── tsort.1 │ │ ├── tty.1 │ │ ├── uid.1 │ │ ├── ul.1 │ │ ├── uncompact.1 │ │ ├── unget.1 │ │ ├── uniq.1 │ │ ├── units.1 │ │ ├── uptime.1 │ │ ├── users.1 │ │ ├── uuclean.1c │ │ ├── uucp.1c │ │ ├── uudecode.1c │ │ ├── uuencode.1c │ │ ├── uulog.1c │ │ ├── uuname.1c │ │ ├── uusend.1c │ │ ├── uustat.1c │ │ ├── uux.1c │ │ ├── uvers.1 │ │ ├── val.1 │ │ ├── vi.1 │ │ ├── vmstat.1 │ │ ├── w.1 │ │ ├── wait.1 │ │ ├── wall.1 │ │ ├── wc.1 │ │ ├── what.1 │ │ ├── whatis.1 │ │ ├── whereis.1 │ │ ├── which.1 │ │ ├── who.1 │ │ ├── whoami.1 │ │ ├── write.1 │ │ ├── xget.1 │ │ ├── xsend.1 │ │ ├── yacc.1 │ │ └── yes.1 │ ├── man2 │ │ ├── access.2 │ │ ├── acct.2 │ │ ├── alarm.2 │ │ ├── brk.2 │ │ ├── chdir.2 │ │ ├── chmod.2 │ │ ├── chown.2 │ │ ├── close.2 │ │ ├── creat.2 │ │ ├── dup.2 │ │ ├── exec.2 │ │ ├── exit.2 │ │ ├── fork.2 │ │ ├── gethostname.2 │ │ ├── getpgrp.2j │ │ ├── getpid.2 │ │ ├── getuid.2 │ │ ├── intro.2 │ │ ├── ioctl.2 │ │ ├── kill.2 │ │ ├── killpg.2j │ │ ├── link.2 │ │ ├── lseek.2 │ │ ├── mknod.2 │ │ ├── mount.2 │ │ ├── nice.2 │ │ ├── open.2 │ │ ├── pause.2 │ │ ├── pipe.2 │ │ ├── profil.2 │ │ ├── ptrace.2 │ │ ├── read.2 │ │ ├── reboot.2v │ │ ├── setpgrp.2j │ │ ├── setuid.2 │ │ ├── signal.2 │ │ ├── sigsys.2j │ │ ├── stat.2 │ │ ├── stime.2 │ │ ├── sync.2 │ │ ├── syscall.2 │ │ ├── time.2 │ │ ├── times.2 │ │ ├── umask.2 │ │ ├── unlink.2 │ │ ├── utime.2 │ │ ├── vfork.2v │ │ ├── vhangup.2v │ │ ├── vlimit.2v │ │ ├── vlock.2v │ │ ├── vmap.2v │ │ ├── vread.2v │ │ ├── vspy.2v │ │ ├── vtimes.2v │ │ ├── vwrite.2v │ │ ├── wait.2 │ │ ├── wait3.2j │ │ └── write.2 │ ├── man3 │ │ ├── abort.3 │ │ ├── abs.3 │ │ ├── assert.3x │ │ ├── atof.3 │ │ ├── crypt.3 │ │ ├── ctime.3 │ │ ├── ctype.3 │ │ ├── curses.3 │ │ ├── dbm.3x │ │ ├── directory.3s │ │ ├── end.3 │ │ ├── epdtoadr.3 │ │ ├── exp.3m │ │ ├── fclose.3s │ │ ├── ferror.3s │ │ ├── floor.3m │ │ ├── fopen.3s │ │ ├── fread.3s │ │ ├── frexp.3 │ │ ├── fseek.3s │ │ ├── gamma.3m │ │ ├── getc.3s │ │ ├── getenv.3 │ │ ├── getfsent.3 │ │ ├── getgrent.3 │ │ ├── getlogin.3 │ │ ├── getpass.3 │ │ ├── getpw.3 │ │ ├── getpwent.3 │ │ ├── gets.3s │ │ ├── hypot.3m │ │ ├── intro.3 │ │ ├── j0.3m │ │ ├── jobs.3j │ │ ├── l3tol.3 │ │ ├── malloc.3 │ │ ├── mktemp.3 │ │ ├── monitor.3 │ │ ├── nlist.3 │ │ ├── openp.3x │ │ ├── perror.3 │ │ ├── plot.3x │ │ ├── popen.3s │ │ ├── printf.3s │ │ ├── putc.3s │ │ ├── puts.3s │ │ ├── qsort.3 │ │ ├── rand.3 │ │ ├── regex.3 │ │ ├── scandir.3 │ │ ├── scanf.3s │ │ ├── setbuf.3s │ │ ├── setjmp.3 │ │ ├── signal.3 │ │ ├── sigset.3 │ │ ├── sin.3m │ │ ├── sinh.3m │ │ ├── sleep.3 │ │ ├── stdio.3s │ │ ├── string.3 │ │ ├── swab.3 │ │ ├── system.3 │ │ ├── termcap.3 │ │ ├── termlib.3 │ │ ├── ttyname.3 │ │ ├── ungetc.3s │ │ ├── valloc.3 │ │ ├── varargs.3 │ │ └── walkdir.3 │ ├── man4 │ │ ├── cons.4 │ │ ├── dc.4 │ │ ├── drum.4 │ │ ├── intro.4 │ │ ├── lp.4 │ │ ├── mem.4 │ │ ├── newtty.4 │ │ ├── null.4 │ │ ├── pty.4 │ │ ├── sio.4 │ │ ├── tc.4 │ │ └── tty.4 │ ├── man5 │ │ ├── a.out.5 │ │ ├── acct.5 │ │ ├── aliases.5 │ │ ├── ar.5 │ │ ├── core.5 │ │ ├── dir.5 │ │ ├── disk.5 │ │ ├── dump.5 │ │ ├── environ.5 │ │ ├── filsys.5 │ │ ├── fstab.5 │ │ ├── gettytab.5 │ │ ├── group.5 │ │ ├── mtab.5 │ │ ├── passwd.5 │ │ ├── plot.5 │ │ ├── sccsfile.5 │ │ ├── stab.5 │ │ ├── termcap.5 │ │ ├── ttys.5 │ │ ├── ttytype.5 │ │ ├── types.5 │ │ ├── utmp.5 │ │ ├── uuencode.5 │ │ └── wtmp.5 │ ├── man6 │ │ ├── adventure.6 │ │ ├── backgammon.6 │ │ ├── banner.6 │ │ ├── bcd.6 │ │ ├── fish.6 │ │ ├── fortune.6 │ │ ├── hangman.6 │ │ ├── mille.6 │ │ ├── number.6 │ │ ├── quiz.6 │ │ ├── rain.6 │ │ ├── rogue.6 │ │ ├── worm.6 │ │ ├── worms.6 │ │ └── wump.6 │ ├── man7 │ │ ├── ascii.7 │ │ ├── eqnchar.7 │ │ ├── greek.7 │ │ ├── hier.7 │ │ ├── man.7 │ │ ├── me.7 │ │ ├── ms.7 │ │ └── term.7 │ ├── man8 │ │ ├── ac.8 │ │ ├── accton.8 │ │ ├── adduser.8 │ │ ├── analyze.8 │ │ ├── badsect.8 │ │ ├── catman.8 │ │ ├── chgrp.8 │ │ ├── chown.8 │ │ ├── clri.8 │ │ ├── crash.8 │ │ ├── cron.8 │ │ ├── dcerr.8 │ │ ├── dcheck.8 │ │ ├── dcutest.8 │ │ ├── delivermail.8 │ │ ├── dmesg.8 │ │ ├── dump.8 │ │ ├── dumpdir.8 │ │ ├── fsck.8 │ │ ├── getty.8 │ │ ├── halt.8 │ │ ├── icheck.8 │ │ ├── init.8 │ │ ├── makekey.8 │ │ ├── mkfs.8 │ │ ├── mklost+found.8 │ │ ├── mknod.8 │ │ ├── mkpt.8 │ │ ├── mmerr.8 │ │ ├── mount.8 │ │ ├── ncheck.8 │ │ ├── pstat.8 │ │ ├── quot.8 │ │ ├── rc.8 │ │ ├── reboot.8 │ │ ├── renice.8 │ │ ├── restor.8 │ │ ├── sa.8 │ │ ├── savecore.8 │ │ ├── setroot.8 │ │ ├── shutdown.8 │ │ ├── sticky.8 │ │ ├── sync.8 │ │ ├── tcerr.8 │ │ ├── update.8 │ │ └── vipw.8 │ └── tocrc ├── release.lpr └── src │ ├── cmd │ ├── ac.c │ ├── accton.c │ ├── apropos.sh │ ├── ar.c │ ├── as │ │ ├── a.out.e │ │ ├── as.h │ │ ├── asm.p │ │ ├── asm2 │ │ ├── asops.s │ │ ├── bio.e │ │ ├── cmpc.e │ │ ├── cmpc.s │ │ ├── codegen.e │ │ ├── codegen.p │ │ ├── dirs.e │ │ ├── dirs.p │ │ ├── dirsx.e │ │ ├── dirsx.p │ │ ├── disp.e │ │ ├── disp.p │ │ ├── dumbio.p │ │ ├── e2bio.e │ │ ├── float.e │ │ ├── float.p │ │ ├── fnew.s │ │ ├── fopenfile2.p │ │ ├── formatsmod.e │ │ ├── genbytes.p │ │ ├── genrout.e │ │ ├── genrout.p │ │ ├── glob_const.e │ │ ├── glob_types.e │ │ ├── glob_vars.e │ │ ├── init1.e │ │ ├── init1.p │ │ ├── insts.e │ │ ├── insts.p │ │ ├── ldmap │ │ ├── list_types.e │ │ ├── lst.p │ │ ├── makefile │ │ ├── mnem_def.e │ │ ├── n_asm.c │ │ ├── n_asm.h │ │ ├── pexit.s │ │ ├── prsymtable.e │ │ ├── prsymtable.p │ │ ├── ptime.s │ │ ├── result │ │ ├── scan.e │ │ ├── scan.p │ │ ├── scanexp.e │ │ ├── scanexp.p │ │ ├── scanr.e │ │ ├── scanr.p │ │ ├── scantoken.e │ │ ├── scantoken.p │ │ ├── scmpc.e │ │ ├── scmpc.s │ │ ├── sdis.e │ │ ├── sdis.p │ │ ├── stab.e │ │ ├── traverse.e │ │ └── traverse.p │ ├── at.c │ ├── atrun.c │ ├── awk │ │ ├── EXPLAIN │ │ ├── README │ │ ├── awk.def │ │ ├── awk.g.y │ │ ├── awk.lx.l │ │ ├── b.c │ │ ├── freeze.c │ │ ├── lib.c │ │ ├── main.c │ │ ├── makefile │ │ ├── parse.c │ │ ├── proc.c │ │ ├── run.c │ │ ├── test.a │ │ ├── test2.c │ │ ├── token.c │ │ ├── tokenscript │ │ └── tran.c │ ├── badsect.c │ ├── basename.c │ ├── bc.y │ ├── burn.c │ ├── c2 │ │ ├── c2.h │ │ ├── c20.c │ │ ├── c21.c │ │ ├── c22.c │ │ ├── c2vers.c │ │ ├── makefile │ │ └── rofix │ ├── cal.c │ ├── calendar │ │ ├── calendar.c │ │ ├── calendar.sh │ │ └── makefile │ ├── cat.c │ ├── catman.c │ ├── cb.c │ ├── checkeq.c │ ├── checknr.c │ ├── chfn.c │ ├── chgrp.c │ ├── chmod.c │ ├── chown.c │ ├── chsh.c │ ├── clear.c │ ├── clri.c │ ├── cmp.c │ ├── col.c │ ├── colcrt.c │ ├── colrm.c │ ├── comm.c │ ├── compact │ │ ├── ccat.sh │ │ ├── compact.c │ │ ├── compact.h │ │ ├── makefile │ │ ├── tree.c │ │ └── uncompact.c │ ├── cp.c │ ├── cpp │ │ ├── :rofix │ │ ├── :yyfix │ │ ├── cpp.c │ │ ├── cpy.y │ │ ├── makefile │ │ └── yylex.c │ ├── cref │ │ ├── .file │ │ ├── acts.c │ │ ├── aign │ │ ├── asym │ │ ├── atab │ │ ├── atable │ │ ├── ccmn.h │ │ ├── cign │ │ ├── crpost │ │ ├── crpost.c │ │ ├── csym │ │ ├── ctab │ │ ├── ctable │ │ ├── dr.c │ │ ├── econs.h │ │ ├── eign │ │ ├── esym │ │ ├── etab │ │ ├── etable │ │ ├── makefile │ │ ├── mcons.h │ │ ├── mign.c │ │ ├── mkcref │ │ ├── mtab.c │ │ ├── put.c │ │ ├── upost │ │ └── upost.c │ ├── cron.c │ ├── crypt.c │ ├── csh │ │ ├── alloc.c │ │ ├── makefile │ │ ├── printf.c │ │ ├── rofix.ed │ │ ├── sh.c │ │ ├── sh.dir.c │ │ ├── sh.dir.h │ │ ├── sh.dol.c │ │ ├── sh.err.c │ │ ├── sh.exec.c │ │ ├── sh.exp.c │ │ ├── sh.func.c │ │ ├── sh.glob.c │ │ ├── sh.h │ │ ├── sh.hist.c │ │ ├── sh.init.c │ │ ├── sh.lex.c │ │ ├── sh.local.h │ │ ├── sh.misc.c │ │ ├── sh.parse.c │ │ ├── sh.print.c │ │ ├── sh.proc.c │ │ ├── sh.proc.h │ │ ├── sh.sem.c │ │ ├── sh.set.c │ │ └── sh.time.c │ ├── csym.c │ ├── ctags.c │ ├── cu.c │ ├── cu16.c │ ├── date.c │ ├── dc │ │ ├── dc.c │ │ ├── dc.h │ │ └── makefile │ ├── dcerr.c │ ├── dcheck.c │ ├── dd.c │ ├── ddt │ │ ├── bpt.c │ │ ├── bpt.h │ │ ├── call.c │ │ ├── display.c │ │ ├── display.h │ │ ├── error.h │ │ ├── gpib.c │ │ ├── machine.c │ │ ├── machine.h │ │ ├── main.c │ │ ├── main.h │ │ ├── makefile │ │ ├── mem.c │ │ ├── parse.c │ │ ├── parse.h │ │ ├── process.c │ │ ├── reg.c │ │ ├── scan.c │ │ ├── scan.h │ │ ├── serial.c │ │ ├── stops.c │ │ ├── symbol.c │ │ └── symbol.h │ ├── delivermail │ │ ├── Mail.rc │ │ ├── READ_ME │ │ ├── TO_BE_DONE │ │ ├── addr.c │ │ ├── alias.c │ │ ├── arpa.c │ │ ├── arpadate.c │ │ ├── bmove.c │ │ ├── conf.c │ │ ├── deliver.c │ │ ├── dlvrmail.h │ │ ├── err.c │ │ ├── main.c │ │ ├── makefile │ │ ├── maketemp.c │ │ ├── matchhdr.c │ │ ├── newaliases.c │ │ ├── parse.c │ │ ├── savemail.c │ │ ├── sysexits.c │ │ ├── useful.h │ │ ├── util.c │ │ └── version.c │ ├── df.c │ ├── diction │ │ ├── README │ │ ├── conp.h │ │ ├── deroff.c │ │ ├── dict.c │ │ ├── dict.d │ │ ├── diction.c │ │ ├── diction.sh │ │ ├── edict.c │ │ ├── ehash.c │ │ ├── end.l │ │ ├── explain.d │ │ ├── explain.sh │ │ ├── makefile │ │ ├── names.h │ │ ├── nhash.c │ │ ├── nwords.l │ │ ├── outp.c │ │ ├── part.l │ │ ├── pscan.c │ │ ├── style.h │ │ ├── style.sh │ │ └── ydict.c │ ├── diff │ │ ├── diff.c │ │ ├── diff.h │ │ ├── diffdir.c │ │ ├── diffh.c │ │ ├── diffreg.c │ │ └── makefile │ ├── diff3 │ │ ├── diff3.c │ │ ├── diff3.sh │ │ └── makefile │ ├── dmesg.c │ ├── dpy │ │ ├── dpy.c │ │ ├── makefile │ │ ├── scan.c │ │ └── scan.h │ ├── du.c │ ├── dump │ │ ├── dump.h │ │ ├── dumpitime.c │ │ ├── dumpmain.c │ │ ├── dumpoptr.c │ │ ├── dumptape.c │ │ ├── dumptrav.c │ │ ├── makefile │ │ └── unctime.c │ ├── dumpdir.c │ ├── echo.c │ ├── ed │ │ ├── ed.c │ │ └── makefile │ ├── egrep.y │ ├── eqn │ │ ├── diacrit.c │ │ ├── e.h │ │ ├── e.y │ │ ├── eqnbox.c │ │ ├── font.c │ │ ├── fromto.c │ │ ├── funny.c │ │ ├── glob.c │ │ ├── integral.c │ │ ├── io.c │ │ ├── lex.c │ │ ├── lookup.c │ │ ├── makefile │ │ ├── mark.c │ │ ├── matrix.c │ │ ├── move.c │ │ ├── over.c │ │ ├── paren.c │ │ ├── pile.c │ │ ├── shift.c │ │ ├── size.c │ │ ├── sqrt.c │ │ └── text.c │ ├── ex │ │ ├── READ_ME │ │ ├── bcopy.s │ │ ├── conv.c │ │ ├── ex.c │ │ ├── ex.h │ │ ├── ex_addr.c │ │ ├── ex_argv.h │ │ ├── ex_cmds.c │ │ ├── ex_cmds2.c │ │ ├── ex_cmdsub.c │ │ ├── ex_data.c │ │ ├── ex_get.c │ │ ├── ex_io.c │ │ ├── ex_put.c │ │ ├── ex_re.c │ │ ├── ex_re.h │ │ ├── ex_set.c │ │ ├── ex_subr.c │ │ ├── ex_temp.c │ │ ├── ex_temp.h │ │ ├── ex_tty.c │ │ ├── ex_tty.h │ │ ├── ex_tune.h │ │ ├── ex_unix.c │ │ ├── ex_v.c │ │ ├── ex_vadj.c │ │ ├── ex_vars.h │ │ ├── ex_vget.c │ │ ├── ex_vis.h │ │ ├── ex_vmain.c │ │ ├── ex_voper.c │ │ ├── ex_vops.c │ │ ├── ex_vops2.c │ │ ├── ex_vops3.c │ │ ├── ex_vput.c │ │ ├── ex_vwind.c │ │ ├── expreserve.c │ │ ├── exrecover.c │ │ ├── makefile │ │ ├── printf.c │ │ └── rofix.ed │ ├── expand.c │ ├── expr.y │ ├── false.sh │ ├── fgrep.c │ ├── file.c │ ├── find.c │ ├── finger.c │ ├── fold.c │ ├── from.c │ ├── fsck.c │ ├── getNAME.c │ ├── gets.c │ ├── getty.c │ ├── grep │ │ ├── btlgrep.c │ │ ├── makefile │ │ └── ucbgrep.c │ ├── halt.c │ ├── head.c │ ├── help.sh │ ├── hostname.c │ ├── icheck.c │ ├── init.c │ ├── kill.c │ ├── last.c │ ├── lastcomm.c │ ├── ld │ │ ├── alloc.c │ │ ├── flsbuf.c │ │ ├── libs.c │ │ ├── lookup.c │ │ ├── lookup.h │ │ ├── makefile │ │ ├── meld.c │ │ ├── meld2.h │ │ ├── mrw.s │ │ ├── rdwr.as │ │ ├── rdwr.s │ │ ├── ross.h │ │ ├── symbols.c │ │ ├── symbols.h │ │ └── system.h │ ├── leave.c │ ├── lex │ │ ├── header.c │ │ ├── ldefs.c │ │ ├── lmain.c │ │ ├── makefile │ │ ├── ncform │ │ ├── once.c │ │ ├── parser.y │ │ ├── sub1.c │ │ └── sub2.c │ ├── lint │ │ ├── SHELL │ │ ├── cgram.y │ │ ├── comm1.c │ │ ├── common │ │ ├── lint.c │ │ ├── llib-lc │ │ ├── llib-port │ │ ├── lmanifest │ │ ├── lpass2.c │ │ ├── macdefs │ │ ├── makefile │ │ ├── manifest │ │ ├── mfile1 │ │ ├── optim.c │ │ ├── pftn.c │ │ ├── scan.c │ │ ├── trees.c │ │ └── xdefs.c │ ├── ln.c │ ├── lock.c │ ├── login.c │ ├── look.c │ ├── lpr │ │ ├── lpd.c │ │ ├── lpd.h │ │ ├── lpf.c │ │ ├── lpq.c │ │ ├── lpr.c │ │ ├── lprm.c │ │ ├── makefile │ │ ├── mklpr │ │ ├── slpd.c │ │ └── slpf.c │ ├── ls │ │ ├── ls.c │ │ ├── makefile │ │ └── ucbls.c │ ├── m4 │ │ ├── m4.c │ │ ├── m4y.y │ │ └── makefile │ ├── mail.c │ ├── make │ │ ├── defs.h │ │ ├── doname.c │ │ ├── dosys.c │ │ ├── files.c │ │ ├── gram.y │ │ ├── ident.c │ │ ├── main.c │ │ ├── makefile │ │ └── misc.c │ ├── makefile │ ├── makekey.c │ ├── makewhatis.sh │ ├── man │ │ ├── makefile │ │ ├── man.c │ │ └── man.sh │ ├── mesg.c │ ├── minstall.sh │ ├── mkdir.c │ ├── mkfs.c │ ├── mkl+s.sh │ ├── mknod.c │ ├── mkstr.c │ ├── mmerr.c │ ├── monfix.c │ ├── more.c │ ├── mount.c │ ├── msgs │ │ ├── makefile │ │ ├── msgs.c │ │ └── msgs.h │ ├── mt.c │ ├── mv.c │ ├── nburn.c │ ├── ncheck.c │ ├── neqn │ │ ├── diacrit.c │ │ ├── e.h │ │ ├── e.y │ │ ├── eqnbox.c │ │ ├── font.c │ │ ├── fromto.c │ │ ├── funny.c │ │ ├── glob.c │ │ ├── integral.c │ │ ├── io.c │ │ ├── lex.c │ │ ├── lookup.c │ │ ├── makefile │ │ ├── mark.c │ │ ├── matrix.c │ │ ├── move.c │ │ ├── over.c │ │ ├── paren.c │ │ ├── pile.c │ │ ├── shift.c │ │ ├── size.c │ │ ├── sqrt.c │ │ └── text.c │ ├── newgrp.c │ ├── newsym.csh │ ├── nice.c │ ├── nm.c │ ├── nohup.sh │ ├── num.c │ ├── od.c │ ├── passwd.c │ ├── pcc │ │ ├── :rofix │ │ ├── :yyfix │ │ ├── allo.c │ │ ├── cgram.y │ │ ├── code.c │ │ ├── comm1.c │ │ ├── comm2.c │ │ ├── common │ │ ├── local.c │ │ ├── local2.c │ │ ├── mac2defs │ │ ├── macdefs │ │ ├── makefile │ │ ├── manifest │ │ ├── match.c │ │ ├── mcc.c │ │ ├── mfile1 │ │ ├── mfile2 │ │ ├── optim.c │ │ ├── order.c │ │ ├── pftn.c │ │ ├── reader.c │ │ ├── scan.c │ │ ├── table.c │ │ ├── trees.c │ │ └── xdefs.c │ ├── pr.c │ ├── print.sh │ ├── printenv.c │ ├── prmail.c │ ├── prof.c │ ├── ps.c │ ├── pstat │ │ ├── bitcount.s │ │ ├── makefile │ │ └── pstat.c │ ├── ptx.c │ ├── pwd.c │ ├── quot.c │ ├── ranlib.c │ ├── rc.sh │ ├── reboot.c │ ├── remind.p │ ├── renice.c │ ├── reset.c │ ├── restor.c │ ├── rev.c │ ├── rewind.c │ ├── rm.c │ ├── rmail.c │ ├── rmdir.c │ ├── sa.c │ ├── savecore.c │ ├── sccs │ │ ├── hdr │ │ │ ├── defines.h │ │ │ ├── had.h │ │ │ └── makefile │ │ ├── help.d │ │ │ ├── ad │ │ │ ├── bd │ │ │ ├── cb │ │ │ ├── cm │ │ │ ├── cmds │ │ │ ├── co │ │ │ ├── de │ │ │ ├── default │ │ │ ├── ge │ │ │ ├── he │ │ │ ├── makefile │ │ │ ├── prs │ │ │ ├── rc │ │ │ ├── un │ │ │ ├── ut │ │ │ └── vc │ │ ├── lib │ │ │ ├── auxf.c │ │ │ ├── chkid.c │ │ │ ├── chksid.c │ │ │ ├── date_ab.c │ │ │ ├── date_ba.c │ │ │ ├── del_ab.c │ │ │ ├── del_ba.c │ │ │ ├── dodelt.c │ │ │ ├── dofile.c │ │ │ ├── dohist.c │ │ │ ├── doie.c │ │ │ ├── dolist.c │ │ │ ├── eqsid.c │ │ │ ├── flushto.c │ │ │ ├── fmterr.c │ │ │ ├── getline.c │ │ │ ├── logname.c │ │ │ ├── makefile │ │ │ ├── newstats.c │ │ │ ├── permiss.c │ │ │ ├── pf_ab.c │ │ │ ├── putline.c │ │ │ ├── rdmod.c │ │ │ ├── setup.c │ │ │ ├── sid_ab.c │ │ │ ├── sid_ba.c │ │ │ ├── sidtoser.c │ │ │ ├── sinit.c │ │ │ └── stats_ab.c │ │ ├── makefile │ │ └── src │ │ │ ├── admin.c │ │ │ ├── bdiff.c │ │ │ ├── comb.c │ │ │ ├── delta.c │ │ │ ├── get.c │ │ │ ├── makefile │ │ │ ├── prs.c │ │ │ ├── prt.c │ │ │ ├── rmchg.c │ │ │ ├── sccs.c │ │ │ ├── sccsdiff │ │ │ ├── sccshelp.c │ │ │ ├── unget.c │ │ │ ├── val.c │ │ │ ├── vc.c │ │ │ └── what.c │ ├── sed │ │ ├── makefile │ │ ├── sed.h │ │ ├── sed0.c │ │ └── sed1.c │ ├── see.sh │ ├── setroot.csh │ ├── sh │ │ ├── args.c │ │ ├── blok.c │ │ ├── brkincr.h │ │ ├── builtin.c │ │ ├── cmd.c │ │ ├── ctype.c │ │ ├── ctype.h │ │ ├── defs.h │ │ ├── dup.h │ │ ├── error.c │ │ ├── expand.c │ │ ├── fault.c │ │ ├── io.c │ │ ├── mac.h │ │ ├── macro.c │ │ ├── main.c │ │ ├── makefile │ │ ├── mode.h │ │ ├── msg.c │ │ ├── name.c │ │ ├── name.h │ │ ├── print.c │ │ ├── service.c │ │ ├── setbrk.c │ │ ├── stak.c │ │ ├── stak.h │ │ ├── string.c │ │ ├── sym.h │ │ ├── timeout.h │ │ ├── word.c │ │ └── xec.c │ ├── shutdown.c │ ├── size.c │ ├── sleep.c │ ├── soelim.c │ ├── sort.c │ ├── spell │ │ ├── american │ │ ├── british │ │ ├── local │ │ ├── makefile │ │ ├── spell.c │ │ ├── spell.h │ │ ├── spell.sh │ │ ├── spellin.c │ │ ├── spellout.c │ │ └── stop │ ├── split.c │ ├── stat.c │ ├── strings.c │ ├── strip.c │ ├── stty.c │ ├── su.c │ ├── su1.c │ ├── sum.c │ ├── sync.c │ ├── tabs.c │ ├── tail.c │ ├── tar.c │ ├── tbl │ │ ├── makefile │ │ ├── t..c │ │ ├── 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 │ │ ├── ts.c │ │ ├── tt.c │ │ ├── tu.c │ │ └── tv.c │ ├── tcerr.c │ ├── tee.c │ ├── termcap │ │ ├── READ_ME │ │ ├── makefile │ │ ├── reorder │ │ ├── tabset │ │ │ ├── 3101 │ │ │ ├── beehive │ │ │ ├── diablo │ │ │ ├── direct │ │ │ ├── makefile │ │ │ ├── std │ │ │ ├── teleray │ │ │ ├── vt100 │ │ │ └── xerox1720 │ │ └── termcap.src │ ├── test.c │ ├── time.c │ ├── touch.c │ ├── tr.c │ ├── trman.sh │ ├── troff │ │ ├── d.h │ │ ├── font │ │ │ ├── chars.c │ │ │ ├── ftB.c │ │ │ ├── ftBC.c │ │ │ ├── ftBC.n │ │ │ ├── ftC.c │ │ │ ├── ftC.n │ │ │ ├── ftCE.c │ │ │ ├── ftCI.c │ │ │ ├── ftCK.c │ │ │ ├── ftCS.c │ │ │ ├── ftCW.c │ │ │ ├── ftCW.n │ │ │ ├── ftG.c │ │ │ ├── ftGI.c │ │ │ ├── ftGM.c │ │ │ ├── ftGR.c │ │ │ ├── ftGR.n │ │ │ ├── ftI.c │ │ │ ├── ftL.c │ │ │ ├── ftLI.c │ │ │ ├── ftPA.c │ │ │ ├── ftPB.c │ │ │ ├── ftPI.c │ │ │ ├── ftR.c │ │ │ ├── ftR.n │ │ │ ├── ftS.c │ │ │ ├── ftSB.c │ │ │ ├── ftSI.c │ │ │ ├── ftSM.c │ │ │ ├── ftUD.c │ │ │ ├── ftXM.c │ │ │ ├── makefile │ │ │ ├── makefonts.c │ │ │ ├── mkfont.c │ │ │ └── mkfont1.c │ │ ├── hytab.c │ │ ├── makefile │ │ ├── n1.c │ │ ├── n10.c │ │ ├── n2.c │ │ ├── n3.c │ │ ├── n4.c │ │ ├── n41.4.c │ │ ├── n5.c │ │ ├── n6.c │ │ ├── n7.c │ │ ├── n8.c │ │ ├── n9.c │ │ ├── ni.c │ │ ├── nii.c │ │ ├── ntab.c │ │ ├── str.h │ │ ├── suftab.c │ │ ├── t10.c │ │ ├── t6.c │ │ ├── tab3.c │ │ ├── tdef.h │ │ ├── term │ │ │ ├── code.300 │ │ │ ├── makefile │ │ │ ├── maketerms.c │ │ │ ├── tab300.c │ │ │ ├── tab300S.c │ │ │ ├── tab300X.c │ │ │ ├── tab37.c │ │ │ ├── tab450-12-8.c │ │ │ ├── tab450-12.c │ │ │ ├── tab450.c │ │ │ ├── tab450X.c │ │ │ ├── tabdm.c │ │ │ ├── tabh2.c │ │ │ ├── tablpr.c │ │ │ ├── tablpr2.c │ │ │ ├── tabtn300.c │ │ │ └── tabx1700.c │ │ ├── tw.h │ │ └── v.h │ ├── true.sh │ ├── tset │ │ ├── makefile │ │ ├── tabset │ │ │ ├── 3101 │ │ │ ├── aa │ │ │ ├── beehive │ │ │ ├── diablo │ │ │ ├── std │ │ │ ├── stdcrt │ │ │ ├── teleray │ │ │ ├── vt100 │ │ │ └── xerox1720 │ │ ├── tset.c │ │ └── tset.dels.h │ ├── tsort.c │ ├── tty.c │ ├── ucbmail │ │ ├── .O │ │ ├── Mail.help │ │ ├── Mail.help.~ │ │ ├── aux.c │ │ ├── cmd1.c │ │ ├── cmd2.c │ │ ├── cmd3.c │ │ ├── cmdtab.c │ │ ├── collect.c │ │ ├── def.h │ │ ├── edit.c │ │ ├── errlst.c │ │ ├── fio.c │ │ ├── fmt.c │ │ ├── getname.c │ │ ├── glob.h │ │ ├── head.c │ │ ├── lex.c │ │ ├── list.c │ │ ├── local.h │ │ ├── lock.c │ │ ├── main.c │ │ ├── makefile │ │ ├── names.c │ │ ├── optim.c │ │ ├── quit.c │ │ ├── rcv.h │ │ ├── rofix.ed │ │ ├── send.c │ │ ├── strings │ │ ├── strings.c │ │ ├── temp.c │ │ ├── tty.c │ │ ├── v7.local.c │ │ ├── v7.local.h │ │ ├── vars.c │ │ ├── versfix.ed │ │ ├── version │ │ └── version.c │ ├── uid.c │ ├── ul.c │ ├── umount.c │ ├── unexpand.c │ ├── uniq.c │ ├── units.c │ ├── units.d │ ├── update.c │ ├── users.c │ ├── uucp │ │ ├── anlwrk.c │ │ ├── anyread.c │ │ ├── chkpth.c │ │ ├── chksum.c │ │ ├── cico.c │ │ ├── cntrl.c │ │ ├── conn.c │ │ ├── cpmv.c │ │ ├── expfile.c │ │ ├── gename.c │ │ ├── getargs.c │ │ ├── getopt.c │ │ ├── getprm.c │ │ ├── getpw.c │ │ ├── getpwinfo.c │ │ ├── gio.c │ │ ├── gnamef.c │ │ ├── gnsys.c │ │ ├── gnxseq.c │ │ ├── gwd.c │ │ ├── imsg.c │ │ ├── index.c │ │ ├── ioctl.c │ │ ├── lastpart.c │ │ ├── logent.c │ │ ├── mailst.c │ │ ├── makefile │ │ ├── pfopen.c │ │ ├── pk.h │ │ ├── pk.p │ │ ├── pk0.c │ │ ├── pk1.c │ │ ├── pkon.c │ │ ├── prefix.c │ │ ├── sdmail.c │ │ ├── shio.c │ │ ├── sysacct.c │ │ ├── systat.c │ │ ├── ub_sst.c │ │ ├── ulockf.c │ │ ├── us_crs.c │ │ ├── us_open.c │ │ ├── us_rrs.c │ │ ├── us_sst.c │ │ ├── uuclean.c │ │ ├── uucp.c │ │ ├── uucp.h │ │ ├── uucpdefs.c │ │ ├── uucpdefs.h │ │ ├── uucpname.c │ │ ├── uulog.c │ │ ├── uuname.c │ │ ├── uurecover.c │ │ ├── uusecure.c │ │ ├── uust.h │ │ ├── uustat.c │ │ ├── uusub.c │ │ ├── uusub.h │ │ ├── uux.c │ │ ├── uuxqt.c │ │ ├── versys.c │ │ └── xqt.c │ ├── uudecode.c │ ├── uuencode.c │ ├── uusend.c │ ├── uvers.c │ ├── vipw.sh │ ├── vmstat.c │ ├── w.c │ ├── wall.c │ ├── wc.c │ ├── what.c │ ├── whatis.c │ ├── whereis.c │ ├── which.sh │ ├── who.c │ ├── whoami.c │ ├── write.c │ ├── xsend │ │ ├── enroll.c │ │ ├── lib.c │ │ ├── makefile │ │ ├── notice │ │ ├── xget.c │ │ ├── xmail.h │ │ └── xsend.c │ ├── yacc │ │ ├── dextern │ │ ├── files │ │ ├── makefile │ │ ├── y1.c │ │ ├── y1.s │ │ ├── y2.c │ │ ├── y3.c │ │ ├── y4.c │ │ ├── yaccdiffs │ │ ├── yaccnews │ │ └── yaccpar │ └── yes.c │ ├── db16k │ ├── README │ ├── gets.c │ ├── make2 │ ├── makefile │ ├── newvers.sh │ ├── pio.p │ ├── prf.c │ ├── rom.s │ └── sio.s │ ├── games │ ├── adventure │ │ ├── Makefile │ │ ├── difflist │ │ ├── done.c │ │ ├── glorkz │ │ ├── hdr.h │ │ ├── init.c │ │ ├── io.c │ │ ├── main.c │ │ ├── save.c │ │ ├── subr.c │ │ ├── vocab.c │ │ └── wizard.c │ ├── backgammon.c │ ├── banner.c │ ├── bcd.c │ ├── fish.c │ ├── fortune │ │ ├── fortune.c │ │ ├── makefile │ │ ├── obscene │ │ ├── scene │ │ ├── strfile.c │ │ ├── strfile.h │ │ └── unstr.c │ ├── hangman.c │ ├── makefile │ ├── mille │ │ ├── comp.c │ │ ├── end.c │ │ ├── extern.c │ │ ├── init.c │ │ ├── makefile │ │ ├── mille.c │ │ ├── mille.h │ │ ├── misc.c │ │ ├── move.c │ │ ├── print.c │ │ ├── roll.c │ │ ├── save.c │ │ ├── types.c │ │ ├── unctrl.h │ │ └── varpush.c │ ├── number.c │ ├── quiz.c │ ├── rain.c │ ├── worm.c │ ├── worms.c │ └── wump.c │ ├── lib │ ├── lib │ │ ├── lib.b │ │ └── makefile │ ├── libPW │ │ ├── PWindex.c │ │ ├── any.c │ │ ├── anystr.c │ │ ├── bal.c │ │ ├── cat.c │ │ ├── clean.c │ │ ├── curdir.c │ │ ├── dname.c │ │ ├── fatal.c │ │ ├── fdfopen.c │ │ ├── giveup.c │ │ ├── imatch.c │ │ ├── lockit.c │ │ ├── logname.c │ │ ├── makefile │ │ ├── move.s │ │ ├── patoi.c │ │ ├── patol.c │ │ ├── regcmp.c │ │ ├── regex.c │ │ ├── rename.c │ │ ├── repeat.c │ │ ├── repl.c │ │ ├── satoi.c │ │ ├── setsig.c │ │ ├── sname.c │ │ ├── strend.c │ │ ├── substr.c │ │ ├── trnslat.c │ │ ├── userdir.c │ │ ├── userexit.c │ │ ├── username.c │ │ ├── verify.c │ │ ├── xalloc.c │ │ ├── xcreat.c │ │ ├── xlink.c │ │ ├── xmsg.c │ │ ├── xopen.c │ │ ├── xpipe.c │ │ ├── xunlink.c │ │ ├── xwrite.c │ │ ├── zero.c │ │ └── zeropad.c │ ├── libcurses │ │ ├── addch.c │ │ ├── addstr.c │ │ ├── box.c │ │ ├── clear.c │ │ ├── clrtobot.c │ │ ├── clrtoeol.c │ │ ├── cr_ex.h │ │ ├── cr_put.c │ │ ├── cr_tty.c │ │ ├── curses.c │ │ ├── curses.ext │ │ ├── curses.h │ │ ├── delch.c │ │ ├── deleteln.c │ │ ├── delwin.c │ │ ├── endwin.c │ │ ├── erase.c │ │ ├── getch.c │ │ ├── getstr.c │ │ ├── initscr.c │ │ ├── insch.c │ │ ├── insertln.c │ │ ├── llib-lcurses │ │ ├── longname.c │ │ ├── makefile │ │ ├── move.c │ │ ├── mvprintw.c │ │ ├── mvscanw.c │ │ ├── mvwin.c │ │ ├── newwin.c │ │ ├── overlay.c │ │ ├── overwrite.c │ │ ├── printw.c │ │ ├── refresh.c │ │ ├── scanw.c │ │ ├── scroll.c │ │ ├── standout.c │ │ ├── touchwin.c │ │ ├── tstp.c │ │ ├── unctrl.c │ │ └── unctrl.h │ ├── libdbm │ │ ├── dbm.c │ │ └── makefile │ ├── libjobs │ │ ├── getwd.c │ │ ├── killpg.s │ │ ├── makefile │ │ ├── setpgrp.s │ │ ├── signal.s │ │ ├── sigset.c │ │ └── wait3.s │ ├── libln │ │ ├── allprint.c │ │ ├── main.c │ │ ├── makefile │ │ ├── reject.c │ │ ├── yyless.c │ │ └── yywrap.c │ ├── libm │ │ ├── asin.c │ │ ├── atan.c │ │ ├── erf.c │ │ ├── exp.c │ │ ├── floor.c │ │ ├── gamma.c │ │ ├── getfsr.s │ │ ├── hypot.c │ │ ├── j0.c │ │ ├── j1.c │ │ ├── jn.c │ │ ├── log.c │ │ ├── makefile │ │ ├── pow.c │ │ ├── setfsr.s │ │ ├── sin.c │ │ ├── sinh.c │ │ ├── sqrt.c │ │ ├── tan.c │ │ └── tanh.c │ ├── libmp │ │ ├── gcd.c │ │ ├── madd.c │ │ ├── makefile │ │ ├── mdiv.c │ │ ├── mout.c │ │ ├── msqrt.c │ │ ├── mult.c │ │ ├── pow.c │ │ └── util.c │ ├── libndir │ │ ├── README │ │ ├── closedir.c │ │ ├── dir.h │ │ ├── makefile │ │ ├── opendir.c │ │ ├── readdir.c │ │ ├── scandir.c │ │ ├── seekdir.c │ │ ├── telldir.c │ │ └── walkdir.c │ ├── libnsc │ │ ├── fopenp.c │ │ ├── makefile │ │ └── openp.c │ ├── libplot │ │ ├── makefile │ │ ├── plot │ │ │ ├── arc.c │ │ │ ├── box.c │ │ │ ├── circle.c │ │ │ ├── close.c │ │ │ ├── cont.c │ │ │ ├── dot.c │ │ │ ├── erase.c │ │ │ ├── label.c │ │ │ ├── line.c │ │ │ ├── linmod.c │ │ │ ├── makefile │ │ │ ├── move.c │ │ │ ├── open.c │ │ │ ├── point.c │ │ │ ├── putsi.c │ │ │ └── space.c │ │ ├── t300 │ │ │ ├── arc.c │ │ │ ├── box.c │ │ │ ├── circle.c │ │ │ ├── close.c │ │ │ ├── con.h │ │ │ ├── dot.c │ │ │ ├── erase.c │ │ │ ├── label.c │ │ │ ├── line.c │ │ │ ├── linmod.c │ │ │ ├── makefile │ │ │ ├── move.c │ │ │ ├── open.c │ │ │ ├── point.c │ │ │ ├── space.c │ │ │ ├── subr.c │ │ │ └── subr.s │ │ ├── t300s │ │ │ ├── arc.c │ │ │ ├── box.c │ │ │ ├── circle.c │ │ │ ├── close.c │ │ │ ├── con.h │ │ │ ├── dot.c │ │ │ ├── erase.c │ │ │ ├── label.c │ │ │ ├── line.c │ │ │ ├── linmod.c │ │ │ ├── makefile │ │ │ ├── move.c │ │ │ ├── open.c │ │ │ ├── point.c │ │ │ ├── space.c │ │ │ └── subr.c │ │ ├── t4014 │ │ │ ├── arc.c │ │ │ ├── box.c │ │ │ ├── circle.c │ │ │ ├── close.c │ │ │ ├── dot.c │ │ │ ├── erase.c │ │ │ ├── label.c │ │ │ ├── line.c │ │ │ ├── linemod.c │ │ │ ├── makefile │ │ │ ├── move.c │ │ │ ├── open.c │ │ │ ├── point.c │ │ │ ├── scale.c │ │ │ ├── space.c │ │ │ └── subr.c │ │ ├── t450 │ │ │ ├── arc.c │ │ │ ├── box.c │ │ │ ├── circle.c │ │ │ ├── close.c │ │ │ ├── con.h │ │ │ ├── dot.c │ │ │ ├── erase.c │ │ │ ├── label.c │ │ │ ├── line.c │ │ │ ├── linmod.c │ │ │ ├── makefile │ │ │ ├── move.c │ │ │ ├── open.c │ │ │ ├── point.c │ │ │ ├── space.c │ │ │ └── subr.c │ │ └── vt0 │ │ │ ├── arc.c │ │ │ ├── box.c │ │ │ ├── circle.c │ │ │ ├── close.c │ │ │ ├── dot.c │ │ │ ├── erase.c │ │ │ ├── frame.c │ │ │ ├── label.c │ │ │ ├── line.c │ │ │ ├── linmod.c │ │ │ ├── makefile │ │ │ ├── move.c │ │ │ ├── open.c │ │ │ ├── point.c │ │ │ ├── space.c │ │ │ └── subr.c │ ├── libtermlib │ │ ├── makefile │ │ ├── termcap.c │ │ ├── tgoto.c │ │ └── tputs.c │ └── makefile │ ├── libc │ ├── crt │ │ ├── cerror.s │ │ ├── makefile │ │ └── mcount.s │ ├── csu │ │ ├── crt0.s │ │ ├── makefile │ │ └── mcrt0.s │ ├── gen │ │ ├── README │ │ ├── atof.s │ │ ├── atoi.c │ │ ├── atol.c │ │ ├── calloc.c │ │ ├── chrtab.c │ │ ├── cnlist.c │ │ ├── crypt.c │ │ ├── ctime.c │ │ ├── ctype_.c │ │ ├── epdtoadr.s │ │ ├── errlst.c │ │ ├── execvp.c │ │ ├── frexp.s │ │ ├── fstrcat.s │ │ ├── fstrcmp.s │ │ ├── fstrcpy.s │ │ ├── fstrlen.s │ │ ├── getenv.c │ │ ├── getlogin.c │ │ ├── index.c │ │ ├── isatty.c │ │ ├── l3tol.c │ │ ├── ldexp.s │ │ ├── ltol3.c │ │ ├── makefile │ │ ├── malloc.c │ │ ├── mktemp.c │ │ ├── modf.s │ │ ├── mon.c │ │ ├── nlist.c │ │ ├── perror.c │ │ ├── qsort.c │ │ ├── rand.c │ │ ├── regex.c │ │ ├── rindex.c │ │ ├── sleep.c │ │ ├── strcat.c │ │ ├── strcatn.c │ │ ├── strcmp.c │ │ ├── strcmpn.c │ │ ├── strcpy.c │ │ ├── strcpyn.c │ │ ├── strlen.c │ │ ├── strncat.c │ │ ├── strncmp.c │ │ ├── strncpy.c │ │ ├── stty.c │ │ ├── swab.c │ │ ├── tell.c │ │ ├── timezone.c │ │ ├── ttyname.c │ │ ├── ttyslot.c │ │ ├── udiv.s │ │ └── valloc.c │ ├── makefile │ ├── stdio │ │ ├── READ_ME │ │ ├── clrerr.c │ │ ├── data.c │ │ ├── doprnt.s │ │ ├── doscan.c │ │ ├── error.c │ │ ├── fdopen.c │ │ ├── fgetc.c │ │ ├── fgets.c │ │ ├── filbuf.c │ │ ├── flsbuf.c │ │ ├── fopen.c │ │ ├── fprintf.c │ │ ├── fputc.c │ │ ├── fputs.c │ │ ├── freopen.c │ │ ├── fseek.c │ │ ├── fstab.c │ │ ├── ftell.c │ │ ├── gcvt.c │ │ ├── getchar.c │ │ ├── getgrent.c │ │ ├── getgrgid.c │ │ ├── getgrnam.c │ │ ├── getpass.c │ │ ├── getpw.c │ │ ├── getpwent.c │ │ ├── getpwnam.c │ │ ├── getpwuid.c │ │ ├── gets.c │ │ ├── getw.c │ │ ├── intss.c │ │ ├── makefile │ │ ├── popen.c │ │ ├── printf.c │ │ ├── putchar.c │ │ ├── puts.c │ │ ├── putw.c │ │ ├── rdwr.c │ │ ├── rew.c │ │ ├── scanf.c │ │ ├── setbuf.c │ │ ├── sprintf.c │ │ ├── strout.c │ │ ├── stuff.c │ │ ├── system.c │ │ ├── tmpnam.c │ │ └── ungetc.c │ └── sys │ │ ├── _exit.s │ │ ├── abort.s │ │ ├── abs.s │ │ ├── access.s │ │ ├── acct.s │ │ ├── alarm.s │ │ ├── chdir.s │ │ ├── chmod.s │ │ ├── chown.s │ │ ├── chroot.s │ │ ├── close.s │ │ ├── creat.s │ │ ├── dup.s │ │ ├── exec.s │ │ ├── execl.s │ │ ├── execle.s │ │ ├── execv.s │ │ ├── execve.s │ │ ├── exit.s │ │ ├── fabs.s │ │ ├── fork.s │ │ ├── fstat.s │ │ ├── getcsw.s │ │ ├── getgid.s │ │ ├── gethostname.s │ │ ├── getpagesize.s │ │ ├── getpid.s │ │ ├── getuid.s │ │ ├── ioctl.s │ │ ├── kill.s │ │ ├── link.s │ │ ├── lseek.s │ │ ├── makdir.s │ │ ├── makefile │ │ ├── mdate.s │ │ ├── mknod.s │ │ ├── mount.s │ │ ├── nice.s │ │ ├── open.s │ │ ├── pause.s │ │ ├── pipe.s │ │ ├── prof.c │ │ ├── ptrace.s │ │ ├── read.s │ │ ├── sbrk.s │ │ ├── setgid.s │ │ ├── sethostname.s │ │ ├── setjmp.s │ │ ├── setuid.s │ │ ├── sigentry.s │ │ ├── signal.s │ │ ├── stat.s │ │ ├── stime.s │ │ ├── sync.s │ │ ├── syscall.s │ │ ├── time.s │ │ ├── times.s │ │ ├── umask.s │ │ ├── umount.s │ │ ├── unlink.s │ │ ├── utime.s │ │ ├── vfork.s │ │ ├── vhangup.s │ │ ├── vlimit.s │ │ ├── vlock.s │ │ ├── vmap.s │ │ ├── vread.s │ │ ├── vspy.s │ │ ├── vtimes.s │ │ ├── vwrite.s │ │ ├── wait.s │ │ └── write.s │ ├── makefile │ └── sys │ ├── MESA │ ├── makefile │ ├── stash.o │ └── version │ ├── SYS16 │ ├── makefile │ └── version │ ├── dev │ ├── Typerite_10.s │ ├── bio.c │ ├── blt.s │ ├── bm.c │ ├── conf.c │ ├── dcu.c │ ├── dsort.c │ ├── flavors.c │ ├── lp.c │ ├── makefile │ ├── mem.c │ ├── pty.c │ ├── rs.c │ ├── sio.c │ ├── tcu.c │ ├── termem.c │ ├── tty.c │ └── ttynew.c │ ├── h │ ├── acct.h │ ├── blt.h │ ├── bootop.h │ ├── buf.h │ ├── callo.h │ ├── callout.h │ ├── clist.h │ ├── conf.h │ ├── dcu.h │ ├── dcusize.h │ ├── devpm.h │ ├── devvm.h │ ├── dir.h │ ├── disk.h │ ├── dk.h │ ├── fblk.h │ ├── file.h │ ├── filsys.h │ ├── fpu.h │ ├── icu.h │ ├── ino.h │ ├── inode.h │ ├── ioctl.h │ ├── makefile │ ├── mem.h │ ├── mmu.h │ ├── modtable.h │ ├── mount.h │ ├── msgbuf.h │ ├── mtio.h │ ├── panic.h │ ├── param.h │ ├── pdma.h │ ├── proc.h │ ├── psr.h │ ├── pte.h │ ├── reboot.h │ ├── reg.h │ ├── rs.h │ ├── sio.h │ ├── stat.h │ ├── systm.h │ ├── tags │ ├── tcu.h │ ├── timeb.h │ ├── timer.h │ ├── times.h │ ├── trap.h │ ├── tty.h │ ├── types.h │ ├── user.h │ ├── vfont.h │ ├── vlimit.h │ ├── vm.h │ ├── vmmeter.h │ ├── vmswap.h │ ├── vmsystm.h │ ├── vmtune.h │ └── vtimes.h │ ├── makefile │ ├── stand │ ├── README │ ├── atol.c │ ├── boot.c │ ├── bootsrt0.s │ ├── cat.c │ ├── conf.c │ ├── copy.c │ ├── dc.c │ ├── dcusaio.c │ ├── dcusize.c │ ├── dcutest.c │ ├── dcutest.help │ ├── diskcopy.c │ ├── ebootsrt0.s │ ├── fake.c │ ├── gets.c │ ├── icheck.c │ ├── ie.c │ ├── ieeio.c │ ├── iomove.s │ ├── l3tol.c │ ├── ls.c │ ├── ltol3.c │ ├── makefile │ ├── mkfs.c │ ├── mkpt.c │ ├── mkstand │ ├── prf.c │ ├── qsort.c │ ├── restor.c │ ├── rs232.c │ ├── rtt.s │ ├── setjmp.s │ ├── ss.s │ ├── strcpy.c │ ├── sys.c │ ├── tags │ ├── tc.c │ └── tcusaio.c │ └── sys │ ├── acct.c │ ├── alloc.c │ ├── clock.c │ ├── fio.c │ ├── genassym.c │ ├── icu.s │ ├── iget.c │ ├── ioctl.c │ ├── m16.s │ ├── machdep.c │ ├── main.c │ ├── makefile │ ├── nami.c │ ├── paniclist │ ├── panics │ ├── param.c │ ├── partab.c │ ├── pipe.c │ ├── prf.c │ ├── prim.c │ ├── rdwri.c │ ├── sig.c │ ├── slp.c │ ├── stash.c │ ├── subr.c │ ├── sufu.c │ ├── swtch.c │ ├── sys.c │ ├── sys1.c │ ├── sys2.c │ ├── sys3.c │ ├── sys4.c │ ├── sysent.c │ ├── tags │ ├── trap.c │ ├── vm.c │ ├── vminit.c │ ├── vmmem.c │ ├── vmsched.c │ ├── vmswap.c │ ├── vmsys.c │ ├── vmtext.c │ └── vmtrap.c ├── adm ├── .DS_Store ├── OLDsulog ├── acct │ ├── .DS_Store │ └── nite │ │ ├── active0403 │ │ ├── active0404 │ │ ├── disktacct │ │ ├── fd2log │ │ ├── lastdate │ │ └── statefile ├── dtmp ├── errfile ├── pacct ├── sa │ ├── sa01 │ ├── sa30 │ └── sar30 └── sulog ├── bin ├── 300 ├── 450 ├── 4014 ├── 300s ├── admin ├── arcv ├── asa ├── at ├── awk ├── banner ├── batch ├── bc ├── bdiff ├── bfs ├── cal ├── calendar ├── cancel ├── cb ├── cdc ├── cflow ├── checkeq ├── col ├── comb ├── comm ├── cpset ├── crontab ├── csplit ├── ct ├── ctc ├── ctcr ├── ctrace ├── cu ├── cut ├── cxref ├── dc ├── delta ├── deroff ├── diff3 ├── diffmk ├── dircmp ├── disable ├── edit ├── efl ├── egrep ├── enable ├── errpt ├── ex ├── f77 ├── factor ├── fgrep ├── fsplit ├── gath ├── get ├── getopt ├── graph ├── greek ├── head ├── help ├── hp ├── hpio ├── hyphen ├── id ├── join ├── lex ├── lint ├── logname ├── lp ├── lpstat ├── m4 ├── mailx ├── man ├── net ├── newform ├── news ├── nl ├── nroff ├── pack ├── paste ├── pcat ├── pg ├── prof ├── prs ├── ptx ├── ratfor ├── regcmp ├── rmdel ├── sact ├── sadp ├── sag ├── sar ├── scc ├── sccsdiff ├── sdb ├── sdiff ├── shl ├── sno ├── spell ├── spline ├── split ├── tabs ├── tar ├── tic ├── timex ├── tplot ├── tput ├── tr ├── trenter ├── tsort ├── unget ├── uniq ├── units ├── unpack ├── uucp ├── uulog ├── uuname ├── uupick ├── uustat ├── uuto ├── uux ├── val ├── vc ├── vedit ├── vi ├── view ├── vpmc ├── what ├── xargs └── yacc ├── etc ├── fstab ├── gettytab ├── group ├── group.howto ├── mkdownload ├── mkguest ├── passwd ├── passwd.howto ├── setroot ├── termcap ├── ttys ├── ttytype └── utmp ├── games ├── arithmetic ├── back ├── bj ├── craps ├── fish ├── fortune ├── hangman ├── lib │ ├── backrules │ ├── fortunes │ └── quiz │ │ ├── africa │ │ ├── america │ │ ├── areas │ │ ├── arith │ │ ├── asia │ │ ├── babies │ │ ├── bard │ │ ├── chinese │ │ ├── collectives │ │ ├── editor │ │ ├── elements │ │ ├── europe │ │ ├── greeklang │ │ ├── inca │ │ ├── index │ │ ├── latin │ │ ├── locomotive │ │ ├── midearth │ │ ├── morse │ │ ├── mult │ │ ├── murders │ │ ├── poetry │ │ ├── posneg │ │ ├── pres │ │ ├── province │ │ ├── seq-easy │ │ ├── seq-hard │ │ ├── sexes │ │ ├── sov │ │ ├── state │ │ ├── trek │ │ └── ucc ├── mastermind ├── maze ├── mmhow ├── moo ├── number ├── psych ├── quiz ├── random ├── trk ├── ttt ├── turnoff ├── turnon ├── worm └── wump ├── include ├── a.out.h ├── ais │ ├── 3200addr.h │ ├── 32032.h │ ├── aisuart.h │ ├── osiopkt.h │ ├── piocmds.h │ ├── vblk.h │ ├── vchar.h │ ├── vfile.h │ ├── vinfo.h │ ├── viocmds.h │ ├── vioslink.h │ ├── viostatus.h │ └── vtape.h ├── alarm.h ├── aouthdr.h ├── ar.h ├── assert.h ├── core.h ├── ctype.h ├── curses.h ├── dial.h ├── dumprestor.h ├── errno.h ├── execargs.h ├── fatal.h ├── fcntl.h ├── filehdr.h ├── ftw.h ├── grp.h ├── ldfcn.h ├── linenum.h ├── macros.h ├── malloc.h ├── math.h ├── memory.h ├── mnttab.h ├── mon.h ├── nan.h ├── nlist.h ├── prof.h ├── pwd.h ├── regexp.h ├── reloc.h ├── rje.h ├── scnhdr.h ├── search.h ├── setjmp.h ├── sgtty.h ├── signal.h ├── stand.h ├── stdio.h ├── storclass.h ├── string.h ├── symbol.h ├── syms.h ├── sys.ns32000 ├── sys.s ├── sys │ ├── acct.h │ ├── biparms.h │ ├── bitmasks.h │ ├── buf.h │ ├── callo.h │ ├── clock.h │ ├── conf.h │ ├── crtctl.h │ ├── debug.h │ ├── dir.h │ ├── elog.h │ ├── erec.h │ ├── err.h │ ├── errno.h │ ├── fblk.h │ ├── file.h │ ├── filsys.h │ ├── flock.h │ ├── init.h │ ├── ino.h │ ├── inode.h │ ├── iobuf.h │ ├── ioctl.h │ ├── ipc.h │ ├── lapbtr.h │ ├── lock.h │ ├── lprio.h │ ├── map.h │ ├── mem.h │ ├── mmu.h │ ├── mount.h │ ├── msg.h │ ├── mtio.h │ ├── opt.h │ ├── page.h │ ├── param.h │ ├── pcl.h │ ├── pfdat.h │ ├── proc.h │ ├── psl.h │ ├── reg.h │ ├── region.h │ ├── scropts.h │ ├── seg.h │ ├── sem.h │ ├── shm.h │ ├── signal.h │ ├── space.h │ ├── stat.h │ ├── stermio.h │ ├── swap.h │ ├── sxt.h │ ├── sys.mk │ ├── sysinfo.h │ ├── sysmacros.h │ ├── systm.h │ ├── termio.h │ ├── text.h │ ├── times.h │ ├── trace.h │ ├── trap.h │ ├── ttold.h │ ├── tty.h │ ├── tuneable.h │ ├── types.h │ ├── user.h │ ├── utsname.h │ ├── var.h │ ├── vp.h │ └── vpmt.h ├── term.h ├── termio.h ├── time.h ├── tp_defs.h ├── unctrl.h ├── unistd.h ├── ustat.h ├── utmp.h ├── values.h └── varargs.h ├── lib ├── accept ├── acct │ ├── acctcms │ ├── acctcon1 │ ├── acctcon2 │ ├── acctdisk │ ├── acctdusg │ ├── acctmerg │ ├── accton │ ├── acctprc1 │ ├── acctprc2 │ ├── acctwtmp │ ├── chargefee │ ├── ckpacct │ ├── diskusg │ ├── dodisk │ ├── fwtmp │ ├── holidays │ ├── lastlogin │ ├── monacct │ ├── nulladm │ ├── prctmp │ ├── prdaily │ ├── prtacct │ ├── ptecms.awk │ ├── ptelus.awk │ ├── remove │ ├── runacct │ ├── shutacct │ ├── startup │ ├── turnacct │ └── wtmpfix ├── calprog ├── cron │ ├── .proto │ ├── OLDlog │ ├── at.allow │ ├── cron.allow │ ├── log │ └── queuedefs ├── ctrace │ └── runtime.c ├── dag ├── diff3prog ├── diffh ├── eign ├── errdemon ├── ex3.9preserve ├── ex3.9recover ├── ex3.9strings ├── f77pass1 ├── f77pass2 ├── flip ├── help │ ├── ad │ ├── bd │ ├── cb │ ├── cm │ ├── cmds │ ├── co │ ├── de │ ├── default │ ├── ge │ ├── he │ ├── lib │ │ └── help2 │ ├── prs │ ├── rc │ ├── term │ ├── un │ ├── ut │ └── vc ├── hp2631a ├── lex │ ├── ncform │ └── nrform ├── lib.b ├── lib300.a ├── lib300s.a ├── lib4014.a ├── lib450.a ├── libF77.a ├── libI77.a ├── libPW.a ├── libcurses.a ├── libg.a ├── libl.a ├── libmalloc.a ├── libplot.a ├── libvt0.a ├── liby.a ├── lint1 ├── lint2 ├── llib-lc ├── llib-lc.ln ├── llib-lcurses ├── llib-lcurses.l ├── llib-lm ├── llib-lm.ln ├── llib-lmalloc.l ├── llib-port ├── llib-port.ln ├── lpadmin ├── lpfx ├── lpmove ├── lpsched ├── lpshut ├── mailx │ ├── mailx.help │ ├── mailx.help.~ │ └── rmmail ├── makekey ├── manprog ├── mv_dir ├── nmf ├── pcldaemon ├── pprx ├── prx ├── reject ├── sa │ ├── OLDsadc │ ├── sa1 │ ├── sa2 │ └── sadc ├── spell │ ├── compress │ ├── hashcheck │ ├── hashmake │ ├── hlista │ ├── hlistb │ ├── hstop │ ├── spellhist │ ├── spellin │ └── spellprog ├── suftab ├── t300 ├── t300s ├── t4014 ├── t450 ├── tabset │ ├── 3101 │ ├── beehive │ ├── diablo │ ├── std │ ├── teleray │ ├── vt100 │ └── xerox1720 ├── term │ ├── tab2631 │ ├── tab2631-c │ ├── tab2631-e │ ├── tab300 │ ├── tab300-12 │ ├── tab300s │ ├── tab300s-12 │ ├── tab37 │ ├── tab382 │ ├── tab4000a │ ├── tab450 │ ├── tab450-12 │ ├── tab832 │ ├── tabX │ ├── tabX97 │ ├── taba1 │ ├── tablp │ └── tabtn300 ├── terminfo │ ├── 1 │ │ ├── 100 │ │ ├── 1520 │ │ ├── 1521 │ │ ├── 1620 │ │ ├── 1640 │ │ ├── 1700 │ │ ├── 1620-m8 │ │ ├── 1640-m8 │ │ ├── 1line │ │ └── 1linepty │ ├── 2 │ │ ├── 2500 │ │ ├── 2621 │ │ ├── 2622 │ │ ├── 2623 │ │ ├── 2626 │ │ ├── 2640 │ │ ├── 2645 │ │ ├── 2648 │ │ ├── 2621-48 │ │ ├── 2621-ba │ │ ├── 2621-fl │ │ ├── 2621-nl │ │ ├── 2621-nt │ │ ├── 2621-pb │ │ ├── 2621-wl │ │ ├── 2621a │ │ ├── 2621k45 │ │ ├── 2621nl │ │ ├── 2621nt │ │ ├── 2621p │ │ ├── 2621wl │ │ ├── 2622a │ │ ├── 2623a │ │ ├── 2626-12 │ │ ├── 2626-12-s │ │ ├── 2626-12x40 │ │ ├── 2626-ns │ │ ├── 2626-s │ │ ├── 2626-x40 │ │ ├── 2626a │ │ ├── 2626p │ │ ├── 2640a │ │ ├── 2640b │ │ ├── 2644a │ │ └── 2648a │ ├── 3 │ │ ├── 31 │ │ ├── 33 │ │ ├── 36 │ │ ├── 37 │ │ ├── 300 │ │ ├── 333 │ │ ├── 380 │ │ ├── 382 │ │ ├── 3045 │ │ ├── 3101 │ │ ├── 300s │ │ ├── 3a │ │ └── 3a+ │ ├── 4 │ │ ├── 40 │ │ ├── 42 │ │ ├── 43 │ │ ├── 400 │ │ ├── 450 │ │ ├── 4012 │ │ ├── 4013 │ │ ├── 4014 │ │ ├── 4015 │ │ ├── 4023 │ │ ├── 4024 │ │ ├── 4025 │ │ ├── 4027 │ │ ├── 4080 │ │ ├── 4112 │ │ ├── 4113 │ │ ├── 4114 │ │ ├── 4424 │ │ ├── 4014-sm │ │ ├── 4015-sm │ │ ├── 4025-17 │ │ ├── 4025-17ws │ │ ├── 4025cu │ │ ├── 4025ex │ │ ├── 4027-17 │ │ ├── 4027-17ws │ │ ├── 4027cu │ │ ├── 4027ex │ │ ├── 4112-5 │ │ ├── 4112-d │ │ ├── 4112-nd │ │ ├── 42-nl │ │ ├── 4424-2 │ │ └── 4424-el-2 │ ├── 5 │ │ ├── 5520 │ │ └── 5620 │ ├── 7 │ │ ├── 735 │ │ ├── 743 │ │ └── 745 │ ├── 8 │ │ ├── 8001 │ │ └── 8510 │ ├── 9 │ │ ├── 912 │ │ ├── 920 │ │ ├── 925 │ │ ├── 950 │ │ ├── 912-2p │ │ ├── 9122p │ │ ├── 912b │ │ ├── 912c │ │ ├── 912cc │ │ ├── 920-2p │ │ ├── 9202p │ │ ├── 920b │ │ ├── 920c │ │ ├── 950-2p │ │ ├── 950-4p │ │ ├── 950-rv │ │ ├── 950-rv-2p │ │ ├── 950-rv-4p │ │ ├── 9502p │ │ ├── 9504p │ │ ├── 950rv │ │ ├── 950rv2p │ │ └── 950rv4p │ ├── a │ │ ├── a980 │ │ ├── aa │ │ ├── aaa │ │ ├── aaa-18 │ │ ├── aaa-18-rv │ │ ├── aaa-20 │ │ ├── aaa-22 │ │ ├── aaa-24 │ │ ├── aaa-24-rv │ │ ├── aaa-26 │ │ ├── aaa-28 │ │ ├── aaa-29 │ │ ├── aaa-29-ctxt │ │ ├── aaa-29-np │ │ ├── aaa-29-rv │ │ ├── aaa-29-rv-ctxt │ │ ├── aaa-30 │ │ ├── aaa-30-ctxt │ │ ├── aaa-30-rv │ │ ├── aaa-30-rv-ctxt │ │ ├── aaa-30-s │ │ ├── aaa-30-s-ctxt │ │ ├── aaa-30-s-rv │ │ ├── aaa-30-s-rv-ct │ │ ├── aaa-36 │ │ ├── aaa-36-rv │ │ ├── aaa-40 │ │ ├── aaa-40-rv │ │ ├── aaa-48 │ │ ├── aaa-48-rv │ │ ├── aaa-59 │ │ ├── aaa-60 │ │ ├── aaa-60-rv │ │ ├── aaa-60-s │ │ ├── aaa-60-s-rv │ │ ├── aaa-ctxt │ │ ├── aaa-db │ │ ├── aaa-rv │ │ ├── aaa-rv-ctxt │ │ ├── aaa-rv-unk │ │ ├── aaa-s │ │ ├── aaa-s-rv │ │ ├── aaa-unk │ │ ├── aaa18 │ │ ├── aaa20 │ │ ├── aaa22 │ │ ├── aaa24 │ │ ├── aaa26 │ │ ├── aaa28 │ │ ├── aaa29 │ │ ├── aaa30 │ │ ├── aaa36 │ │ ├── aaa40 │ │ ├── aaa48 │ │ ├── aaa59 │ │ ├── aaa60 │ │ ├── aaadb │ │ ├── act4 │ │ ├── act5 │ │ ├── act5s │ │ ├── addrinfo │ │ ├── adm1 │ │ ├── adm1a │ │ ├── adm2 │ │ ├── adm21 │ │ ├── adm3 │ │ ├── adm31 │ │ ├── adm36 │ │ ├── adm3a │ │ ├── adm3a+ │ │ ├── adm3aplus │ │ ├── adm42 │ │ ├── adm42-nl │ │ ├── adm5 │ │ ├── aed │ │ ├── aed512 │ │ ├── agile │ │ ├── agiles │ │ ├── aj │ │ ├── aj830 │ │ ├── aj832 │ │ ├── alto │ │ ├── altoh19 │ │ ├── altoheath │ │ ├── ambas │ │ ├── ambassador │ │ ├── ampex │ │ ├── annarbor │ │ ├── ansi │ │ ├── apple │ │ └── arpanet │ ├── b │ │ ├── bantam │ │ ├── bc │ │ ├── beacon │ │ ├── beehiveIIIm │ │ ├── bg │ │ ├── bg-ni │ │ ├── bg-nv │ │ ├── bg-rv │ │ ├── bg1.25 │ │ ├── bg1.25-nv │ │ ├── bg1.25-rv │ │ ├── bg2.0 │ │ ├── bg2.0-nv │ │ ├── bg2.0-rv │ │ ├── bh3m │ │ ├── bitgraph │ │ ├── bitgraph-ni │ │ ├── bitgraph-nv │ │ ├── bitgraph-rv │ │ ├── blit │ │ ├── blit-pb │ │ ├── blitlayer │ │ └── bussiplexer │ ├── c │ │ ├── c100 │ │ ├── c100-1p │ │ ├── c100-4p │ │ ├── c100-rv │ │ ├── c100-rv-4p │ │ ├── c100-rv-4p-na │ │ ├── c100-rv-4p-pp │ │ ├── c100-rv-na │ │ ├── c100-rv-pp │ │ ├── c1004p │ │ ├── c100rv │ │ ├── c100rv4p │ │ ├── c100rv4pna │ │ ├── c100rv4ppp │ │ ├── c100rvna │ │ ├── c100rvpp │ │ ├── c100rvs │ │ ├── c100s │ │ ├── c104 │ │ ├── c108 │ │ ├── c108-4 │ │ ├── c108-4p │ │ ├── c108-8 │ │ ├── c108-8p │ │ ├── c108-8p-na │ │ ├── c108-8p-rv-na │ │ ├── c108-na │ │ ├── c108-na-8p │ │ ├── c108-rv │ │ ├── c108-rv-4p │ │ ├── c108-rv-8p │ │ ├── c108-rv-na │ │ ├── c108-rv-na-8p │ │ ├── c108-w │ │ ├── c108-w-8p │ │ ├── ca │ │ ├── ca22851 │ │ ├── carlock │ │ ├── cb-unix │ │ ├── cbblit │ │ ├── cbunix │ │ ├── cdc │ │ ├── cdc456 │ │ ├── cdc456tst │ │ ├── cdi │ │ ├── cdi1203 │ │ ├── cg7900 │ │ ├── chromatics │ │ ├── ci8510 │ │ ├── citoh │ │ ├── citoh-6lpi │ │ ├── citoh-8lpi │ │ ├── citoh-comp │ │ ├── citoh-elite │ │ ├── citoh-pica │ │ ├── citoh-prop │ │ ├── citoh-ps │ │ ├── compucolor2 │ │ ├── compucolorii │ │ ├── concept │ │ ├── concept100 │ │ ├── concept100-rv │ │ ├── concept100-rv- │ │ ├── concept108-4p │ │ ├── concept108-8p │ │ ├── concept108-na- │ │ ├── concept108-rv- │ │ ├── concept108-w-8 │ │ ├── ct82 │ │ └── ct8500 │ ├── d │ │ ├── d100 │ │ ├── d132 │ │ ├── d200 │ │ ├── d80 │ │ ├── d800 │ │ ├── datagraphix │ │ ├── datamedia2500 │ │ ├── datapoint │ │ ├── dataspeed40 │ │ ├── dd5000 │ │ ├── debug │ │ ├── decwriter │ │ ├── delta │ │ ├── dg │ │ ├── dg6053 │ │ ├── diablo │ │ ├── dialogue │ │ ├── dialogue80 │ │ ├── dialup │ │ ├── digilog │ │ ├── direct │ │ ├── direct800 │ │ ├── dm1520 │ │ ├── dm1521 │ │ ├── dm2500 │ │ ├── dm3025 │ │ ├── dm3045 │ │ ├── dm80 │ │ ├── dm80-w │ │ ├── dmd │ │ ├── dmdt80 │ │ ├── dmdt80-w │ │ ├── dp3 │ │ ├── dp3360 │ │ ├── ds40 │ │ ├── ds40-2 │ │ ├── dt80 │ │ ├── dt80-w │ │ ├── dtc │ │ ├── dtc300s │ │ ├── dtc382 │ │ ├── dumb │ │ ├── dw │ │ ├── dw1 │ │ ├── dw2 │ │ ├── dw3 │ │ └── dw4 │ ├── e │ │ ├── env230 │ │ ├── envision230 │ │ ├── ep40 │ │ ├── ep4000 │ │ ├── ep4080 │ │ ├── ep48 │ │ ├── esprit │ │ ├── ethernet │ │ ├── ex3000 │ │ ├── exidy │ │ └── exidy2500 │ ├── f │ │ ├── f100 │ │ ├── f100-rv │ │ ├── f1720 │ │ ├── f1720a │ │ ├── falco │ │ ├── falco-p │ │ ├── fixterm │ │ ├── fox │ │ ├── freedom │ │ ├── freedom-rv │ │ └── freedom100 │ ├── g │ │ ├── gigi │ │ ├── gsi │ │ ├── gt100 │ │ ├── gt100a │ │ ├── gt40 │ │ └── gt42 │ ├── h │ │ ├── h1000 │ │ ├── h1420 │ │ ├── h1500 │ │ ├── h1510 │ │ ├── h1520 │ │ ├── h1552 │ │ ├── h1552-rv │ │ ├── h19 │ │ ├── h19-a │ │ ├── h19-b │ │ ├── h19-bs │ │ ├── h19-pb │ │ ├── h19-smul │ │ ├── h19-u │ │ ├── h19a │ │ ├── h19b │ │ ├── h19bs │ │ ├── h19u │ │ ├── h2000 │ │ ├── h89 │ │ ├── heath │ │ ├── heath-19 │ │ ├── heath-ansi │ │ ├── heathkit │ │ ├── heathkit-a │ │ ├── hewlett-packar │ │ ├── hp │ │ ├── hp2621 │ │ ├── hp2621-ba │ │ ├── hp2621-fl │ │ ├── hp2621-nl │ │ ├── hp2621-nt │ │ ├── hp2621-pb │ │ ├── hp2621-wl │ │ ├── hp2621a │ │ ├── hp2621k45 │ │ ├── hp2621nl │ │ ├── hp2621nt │ │ ├── hp2621p │ │ ├── hp2621wl │ │ ├── hp2622 │ │ ├── hp2622a │ │ ├── hp2623 │ │ ├── hp2623a │ │ ├── hp2626 │ │ ├── hp2626a │ │ ├── hp2626p │ │ ├── hp2640a │ │ ├── hp2640b │ │ ├── hp2644a │ │ ├── hp2645 │ │ ├── hp2648 │ │ ├── hp2648a │ │ └── hp45 │ ├── i │ │ ├── i100 │ │ ├── i3101 │ │ ├── i400 │ │ ├── ibm │ │ ├── ibm3101 │ │ ├── infoton │ │ ├── intertec │ │ ├── intertube │ │ ├── intertube2 │ │ ├── intext │ │ ├── intext2 │ │ ├── intextii │ │ ├── ips │ │ ├── iq120 │ │ ├── iq140 │ │ ├── isc │ │ ├── isc8001 │ │ ├── it │ │ └── it2 │ ├── j │ │ └── jerq │ ├── k │ │ ├── k45 │ │ ├── klc │ │ └── ktm │ ├── l │ │ ├── la120 │ │ ├── layer │ │ ├── lp │ │ └── lpr │ ├── m │ │ ├── mdl110 │ │ ├── megatek │ │ ├── microb │ │ ├── microbee │ │ ├── microkit │ │ ├── microterm │ │ ├── microterm5 │ │ ├── mime │ │ ├── mime-3a │ │ ├── mime-3ax │ │ ├── mime-adm3a │ │ ├── mime-adm3ax │ │ ├── mime-fb │ │ ├── mime-hb │ │ ├── mime1 │ │ ├── mime2 │ │ ├── mime2a │ │ ├── mime2a-s │ │ ├── mime2a-v │ │ ├── mime2as │ │ ├── mime2av │ │ ├── mimefb │ │ ├── mimehb │ │ ├── mimei │ │ ├── mimeii │ │ ├── minansi │ │ ├── mkt │ │ ├── mransi │ │ └── mw2 │ ├── n │ │ ├── nec │ │ ├── netronics │ │ ├── network │ │ ├── netx │ │ ├── nuc │ │ └── nucterm │ ├── o │ │ ├── o31 │ │ ├── oadm31 │ │ ├── obitgraph │ │ ├── obitgraph-nv │ │ ├── obitgraph-rv │ │ ├── oblit │ │ ├── oc100 │ │ ├── oconcept │ │ ├── ojerq │ │ ├── omron │ │ ├── ovi300 │ │ └── owl │ ├── p │ │ ├── patch │ │ ├── patchboard │ │ ├── pbox │ │ ├── pc │ │ ├── pe550 │ │ ├── plasma │ │ ├── plugboard │ │ ├── print │ │ ├── printer │ │ ├── printerbox │ │ ├── printing │ │ ├── ps │ │ └── pty │ ├── q │ │ ├── qume │ │ └── qume5 │ ├── r │ │ ├── ramtek │ │ ├── rayterm │ │ ├── reach │ │ ├── regent │ │ ├── regent100 │ │ ├── regent20 │ │ ├── regent200 │ │ ├── regent25 │ │ ├── regent40 │ │ ├── regent40+ │ │ ├── regent40-s │ │ ├── regent60 │ │ └── regent60-na │ ├── s │ │ ├── s1500 │ │ ├── sb1 │ │ ├── sb2 │ │ ├── sb3 │ │ ├── sbg │ │ ├── sbi │ │ ├── screwpoint │ │ ├── sexidy │ │ ├── smarterm │ │ ├── smarterm-s │ │ ├── smartvid │ │ ├── sol │ │ ├── sol1 │ │ ├── sol2 │ │ ├── soroc │ │ ├── spinwriter │ │ ├── sun │ │ ├── sun1 │ │ ├── superbee │ │ ├── superbrain │ │ ├── switch │ │ ├── swtp │ │ ├── synertek │ │ └── system1 │ ├── t │ │ ├── t10 │ │ ├── t1061 │ │ ├── t1061f │ │ ├── t16 │ │ ├── t3700 │ │ ├── t3800 │ │ ├── t500 │ │ ├── tab │ │ ├── tab132 │ │ ├── tab132-rv │ │ ├── tab132-w │ │ ├── tab132-w-rv │ │ ├── tec │ │ ├── tec400 │ │ ├── tec500 │ │ ├── tek │ │ ├── tek4012 │ │ ├── tek4013 │ │ ├── tek4014 │ │ ├── tek4014-sm │ │ ├── tek4015 │ │ ├── tek4015-sm │ │ ├── tek4023 │ │ ├── tek4024 │ │ ├── tek4025 │ │ ├── tek4027 │ │ ├── tek4112 │ │ ├── teleray │ │ ├── teletec │ │ ├── televideo950 │ │ ├── terak │ │ ├── terminet │ │ ├── terminet1200 │ │ ├── terminet300 │ │ ├── tex │ │ ├── ti │ │ ├── ti700 │ │ ├── ti733 │ │ ├── ti735 │ │ ├── ti745 │ │ ├── ti800 │ │ ├── tn1200 │ │ ├── tn300 │ │ ├── trs-80 │ │ ├── trs80 │ │ ├── ts-1 │ │ ├── ts1 │ │ ├── tty │ │ ├── tty33 │ │ ├── tty37 │ │ ├── tty40 │ │ ├── tty43 │ │ ├── tty4424 │ │ ├── tty4424-2 │ │ ├── tty4424-el-2 │ │ ├── tty5620 │ │ ├── ttywilliams │ │ ├── tvi │ │ ├── tvi-2p │ │ ├── tvi2p │ │ ├── tvi912 │ │ ├── tvi912-2p │ │ ├── tvi9122p │ │ ├── tvi912b │ │ ├── tvi912c │ │ ├── tvi912cc │ │ ├── tvi912cup@ │ │ ├── tvi920 │ │ ├── tvi920-2p │ │ ├── tvi9202p │ │ ├── tvi920b │ │ ├── tvi920c │ │ ├── tvi925 │ │ ├── tvi950 │ │ ├── tvi950-2p │ │ ├── tvi950-4p │ │ ├── tvi950-ap │ │ ├── tvi950-b │ │ ├── tvi950-ns │ │ ├── tvi950-rv │ │ ├── tvi950-rv-2p │ │ ├── tvi950-rv-4p │ │ ├── tvi9502p │ │ ├── tvi9504p │ │ ├── tvi950b │ │ ├── tvi950ns │ │ ├── tvi950rv │ │ ├── tvi950rv2p │ │ └── tvi950rv4p │ ├── u │ │ ├── ubell │ │ ├── ubellchar │ │ ├── unitrm18 │ │ └── unknown │ ├── v │ │ ├── vc103 │ │ ├── vc203 │ │ ├── vc303 │ │ ├── vc303-a │ │ ├── vc403a │ │ ├── vc404 │ │ ├── vc404-na │ │ ├── vc404-s │ │ ├── vc404-s-na │ │ ├── vc415 │ │ ├── vi200 │ │ ├── vi200-f │ │ ├── vi200-ic │ │ ├── vi200-rv │ │ ├── vi200-rv-ic │ │ ├── vi300 │ │ ├── vi300-aw │ │ ├── vi300-rv │ │ ├── vi300-ss │ │ ├── vi550 │ │ ├── viewpoint │ │ ├── virtual │ │ ├── visual │ │ ├── vitty │ │ ├── vk100 │ │ ├── vt100 │ │ ├── vt100-am │ │ ├── vt100-bot-s │ │ ├── vt100-nam │ │ ├── vt100-nam-w │ │ ├── vt100-nav │ │ ├── vt100-nav-w │ │ ├── vt100-np │ │ ├── vt100-s │ │ ├── vt100-s-bot │ │ ├── vt100-s-top │ │ ├── vt100-top-s │ │ ├── vt100-w │ │ ├── vt100-w-am │ │ ├── vt100-w-nam │ │ ├── vt100-w-nav │ │ ├── vt100am │ │ ├── vt100nam │ │ ├── vt100s │ │ ├── vt100w │ │ ├── vt125 │ │ ├── vt132 │ │ ├── vt50 │ │ ├── vt50h │ │ └── vt52 │ ├── w │ │ └── wy100 │ ├── x │ │ ├── x1700 │ │ ├── x1720 │ │ ├── x1750 │ │ ├── xitex │ │ └── xl83 │ ├── y │ │ └── ya │ └── z │ │ ├── z19 │ │ ├── z30 │ │ ├── zen30 │ │ └── zenith ├── unittab ├── uucp │ ├── L-devices │ ├── L-dialcodes │ ├── L.cmds │ ├── L.sys │ ├── L_stat │ ├── L_sub │ ├── R_stat │ ├── R_sub │ ├── USERFILE │ ├── uucico │ ├── uuclean │ ├── uudemon.day │ ├── uudemon.hr │ ├── uudemon.wk │ ├── uusub │ └── uuxqt ├── vplot ├── vpm │ ├── kmc │ │ ├── atoetbl.h │ │ ├── disp.s │ │ ├── etoatbl.h │ │ ├── fetch.s │ │ ├── main.s │ │ ├── opdef.h │ │ ├── opsw.s │ │ └── report.s │ ├── kms │ │ ├── atoetbl.h │ │ ├── disp.s │ │ ├── etoatbl.h │ │ ├── fetch.s │ │ ├── main.s │ │ ├── opdef.h │ │ ├── opsw.s │ │ └── report.s │ ├── mpl │ ├── pl │ ├── plistg │ ├── pss0 │ ├── pss12 │ └── vratfor ├── w2006 ├── xcpp ├── xpass └── yaccpar ├── lost+found ├── 001049 └── 001050 ├── mail ├── adm └── uucp ├── pub ├── ascii ├── greek └── tabs ├── spool ├── cron │ └── crontabs │ │ ├── adm │ │ ├── root │ │ ├── sys │ │ └── uucp ├── lp │ ├── model │ │ ├── 1640 │ │ ├── dumb │ │ ├── f450 │ │ ├── hp │ │ ├── model.mk │ │ ├── model.mk.O │ │ ├── ph.daps │ │ ├── pprx │ │ └── prx │ ├── outputq │ ├── pstatus │ └── qstatus └── uucp │ ├── LOGFILE │ └── Log-WEEK ├── src └── uts │ └── ns32000 │ ├── cf │ ├── conf.c │ ├── config.h │ ├── ld.file │ ├── linesw.c │ └── name.c │ ├── io │ ├── ft.c │ ├── hmem.c │ ├── vb.c │ ├── vc.c │ └── vt.c │ ├── lib1 │ ├── lib2 │ ├── lib3 │ ├── lib4 │ └── locore.o └── usr ├── .DS_Store ├── adm ├── lastlog ├── messages ├── msgbuf ├── shutdownlog └── wtmp ├── crash └── bounds ├── dict ├── hlista ├── hlistb ├── hstop ├── spellhist └── words ├── games ├── adventure ├── cave ├── lib │ ├── fortunes.dat │ ├── quiz.k │ │ ├── africa │ │ ├── america │ │ ├── areas │ │ ├── arith │ │ ├── asia │ │ ├── babies │ │ ├── bard │ │ ├── chinese │ │ ├── collectives │ │ ├── ed │ │ ├── elements │ │ ├── europe │ │ ├── greek │ │ ├── inca │ │ ├── index │ │ ├── latin │ │ ├── locomotive │ │ ├── midearth │ │ ├── morse │ │ ├── murders │ │ ├── poetry │ │ ├── posneg │ │ ├── pres │ │ ├── province │ │ ├── seq-easy │ │ ├── seq-hard │ │ ├── sexes │ │ ├── sov │ │ ├── spell │ │ ├── state │ │ ├── trek │ │ └── ucc │ └── rogue_roll └── rogue ├── include ├── a.out.h ├── ar.h ├── assert.h ├── cnlist.h ├── ctype.h ├── curses.h ├── dbm.h ├── dir.h ├── dumprestor.h ├── errno.h ├── fatal.h ├── fsr.h ├── fstab.h ├── grp.h ├── ident.h ├── lastlog.h ├── local │ ├── makefile │ └── uparm.h ├── macros.h ├── makefile ├── math.h ├── meld3.h ├── mp.h ├── mtab.h ├── nlist.h ├── pagsiz.h ├── pwd.h ├── ranlib.h ├── saio.h ├── sccs.h ├── setjmp.h ├── sgtty.h ├── signal.h ├── stab.h ├── stdio.h ├── sys │ ├── README │ ├── acct.h │ ├── blt.h │ ├── bootop.h │ ├── buf.h │ ├── callout.h │ ├── clist.h │ ├── conf.h │ ├── dcu.h │ ├── dcusaio.h │ ├── devpm.h │ ├── devvm.h │ ├── dir.h │ ├── disk.h │ ├── dk.h │ ├── fblk.h │ ├── file.h │ ├── filsys.h │ ├── fpu.h │ ├── icu.h │ ├── ieeio.h │ ├── ino.h │ ├── inode.h │ ├── ioctl.h │ ├── makefile │ ├── mem.h │ ├── mmu.h │ ├── modtable.h │ ├── mount.h │ ├── msgbuf.h │ ├── mtio.h │ ├── panic.h │ ├── param.h │ ├── pdma.h │ ├── proc.h │ ├── psr.h │ ├── pte.h │ ├── reboot.h │ ├── reg.h │ ├── rs.h │ ├── saio.h │ ├── sio.h │ ├── stat.h │ ├── systm.h │ ├── tcu.h │ ├── timeb.h │ ├── timer.h │ ├── times.h │ ├── trap.h │ ├── tty.h │ ├── types.h │ ├── user.h │ ├── vlimit.h │ ├── vm.h │ ├── vmmeter.h │ ├── vmswap.h │ ├── vmsystm.h │ ├── vmtune.h │ └── vtimes.h ├── sysexits.h ├── time.h ├── unctrl.h ├── utmp.h ├── valign.h ├── varargs.h ├── vfont.h ├── wait.h ├── walkdir.h ├── whoami └── whoami.h ├── lib ├── aliases ├── crontab ├── lex │ └── ncform ├── macros │ ├── makefile │ ├── mmn │ └── mmt ├── me │ ├── acm.me │ ├── chars.me │ ├── deltext.me │ ├── eqn.me │ ├── float.me │ ├── footnote.me │ ├── index.me │ ├── local.me │ ├── null.me │ ├── revisions │ ├── sh.me │ ├── src │ │ ├── acm.me │ │ ├── chars.me │ │ ├── deltext.me │ │ ├── eqn.me │ │ ├── float.me │ │ ├── footnote.me │ │ ├── index.me │ │ ├── install.csh │ │ ├── local.me │ │ ├── makefile │ │ ├── null.me │ │ ├── revisions │ │ ├── sh.me │ │ ├── tbl.me │ │ ├── test.accent │ │ ├── test.umlaut │ │ ├── thesis.me │ │ └── tmac.e │ ├── tbl.me │ └── thesis.me ├── tmac │ ├── makefile │ ├── tmac.a │ ├── tmac.an │ ├── tmac.cp │ ├── tmac.e │ ├── tmac.m │ ├── tmac.r │ ├── tmac.s │ ├── tmac.scover │ ├── tmac.sdisp │ ├── tmac.skeep │ ├── tmac.srefs │ ├── tmac.vcat │ └── tmac.vgrind ├── uucp │ ├── L-devices │ ├── L-dialcodes │ ├── L.sys │ ├── README │ ├── SEQF │ └── USERFILE └── whatis ├── local └── README ├── nsc └── dir ├── pub ├── ascii ├── eqnchar └── greek ├── skel ├── .cshrc ├── .exrc ├── .login ├── .logout ├── .mailrc ├── .plan ├── .project └── README ├── spool ├── secretmail │ └── notice └── uucppublic │ └── .hushlogin ├── src └── db16k │ ├── README │ ├── makefile │ ├── newvers.sh │ ├── pio.p │ ├── pio.s │ ├── rom.V │ ├── rom.s │ ├── sio.s │ ├── vers.s │ └── version └── tmp └── .hushlogin /GNX/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/.DS_Store -------------------------------------------------------------------------------- /GNX/NSC/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/.DS_Store -------------------------------------------------------------------------------- /GNX/NSC/lib/libPW.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/libPW.a -------------------------------------------------------------------------------- /GNX/NSC/lib/libdbm.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/libdbm.a -------------------------------------------------------------------------------- /GNX/NSC/lib/libmp.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/libmp.a -------------------------------------------------------------------------------- /GNX/NSC/lib/libndir.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/libndir.a -------------------------------------------------------------------------------- /GNX/NSC/lib/libp.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/libp.a -------------------------------------------------------------------------------- /GNX/NSC/lib/libpc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/libpc.a -------------------------------------------------------------------------------- /GNX/NSC/lib/npcom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/npcom -------------------------------------------------------------------------------- /GNX/NSC/lib/npmsg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/lib/npmsg -------------------------------------------------------------------------------- /GNX/NSC/mstrip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/mstrip -------------------------------------------------------------------------------- /GNX/NSC/nmpc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/NSC/nmpc -------------------------------------------------------------------------------- /GNX/cross/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/.DS_Store -------------------------------------------------------------------------------- /GNX/cross/NSC/cu16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/cu16 -------------------------------------------------------------------------------- /GNX/cross/NSC/db16k/version: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /GNX/cross/NSC/ddt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/ddt -------------------------------------------------------------------------------- /GNX/cross/NSC/include/whoami: -------------------------------------------------------------------------------- 1 | NSC 2 | -------------------------------------------------------------------------------- /GNX/cross/NSC/lib/asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/lib/asm -------------------------------------------------------------------------------- /GNX/cross/NSC/lib/c2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/lib/c2 -------------------------------------------------------------------------------- /GNX/cross/NSC/lib/ccom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/lib/ccom -------------------------------------------------------------------------------- /GNX/cross/NSC/lib/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/lib/cpp -------------------------------------------------------------------------------- /GNX/cross/NSC/lib/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/lib/list -------------------------------------------------------------------------------- /GNX/cross/NSC/monfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/monfix -------------------------------------------------------------------------------- /GNX/cross/NSC/nar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nar -------------------------------------------------------------------------------- /GNX/cross/NSC/nasm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nasm -------------------------------------------------------------------------------- /GNX/cross/NSC/nburn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nburn -------------------------------------------------------------------------------- /GNX/cross/NSC/nmcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nmcc -------------------------------------------------------------------------------- /GNX/cross/NSC/nmeld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nmeld -------------------------------------------------------------------------------- /GNX/cross/NSC/nnm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nnm -------------------------------------------------------------------------------- /GNX/cross/NSC/nranlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nranlib -------------------------------------------------------------------------------- /GNX/cross/NSC/nsize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nsize -------------------------------------------------------------------------------- /GNX/cross/NSC/nstrip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/cross/NSC/nstrip -------------------------------------------------------------------------------- /GNX/doc/summary/vhel5: -------------------------------------------------------------------------------- 1 | .ig 2 | vhel5: version 1.2 of 11/8/83 3 | 4 | 5 | @(#)vhel5 1.2 (NSC) 11/8/83 6 | .. 7 | -------------------------------------------------------------------------------- /GNX/man/break: -------------------------------------------------------------------------------- 1 |  2 | ; 3 | : 4 | -------------------------------------------------------------------------------- /GNX/man/man0/ptx.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/man/man0/ptx.q -------------------------------------------------------------------------------- /GNX/man/man0/toc.q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/man/man0/toc.q -------------------------------------------------------------------------------- /GNX/man/man1/checkeq.1: -------------------------------------------------------------------------------- 1 | .so man1/eqn.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/diffh.1: -------------------------------------------------------------------------------- 1 | .so man1/diff.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/egrep.1: -------------------------------------------------------------------------------- 1 | .so man1/grep.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/enroll.1: -------------------------------------------------------------------------------- 1 | .so man1/xsend.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/explain.1: -------------------------------------------------------------------------------- 1 | .so man1/diction.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/false.1: -------------------------------------------------------------------------------- 1 | .so man1/true.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/fgrep.1: -------------------------------------------------------------------------------- 1 | .so man1/grep.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/lpq.1: -------------------------------------------------------------------------------- 1 | .so man1/lpr.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/lprm.1: -------------------------------------------------------------------------------- 1 | .so man1/lpr.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/neqn.1: -------------------------------------------------------------------------------- 1 | .so man1/eqn.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/nroff.1: -------------------------------------------------------------------------------- 1 | .so man1/troff.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/page.1: -------------------------------------------------------------------------------- 1 | .so man1/more.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/rmdir.1: -------------------------------------------------------------------------------- 1 | .so man1/rm.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/uncompact.1: -------------------------------------------------------------------------------- 1 | .so man1/compact.1 2 | -------------------------------------------------------------------------------- /GNX/man/man1/uudecode.1c: -------------------------------------------------------------------------------- 1 | .so man1/uuencode.1c 2 | -------------------------------------------------------------------------------- /GNX/man/man1/uulog.1c: -------------------------------------------------------------------------------- 1 | .so man1/uucp.1c 2 | -------------------------------------------------------------------------------- /GNX/man/man1/uuname.1c: -------------------------------------------------------------------------------- 1 | .so man1/uucp.1c 2 | -------------------------------------------------------------------------------- /GNX/man/man1/xget.1: -------------------------------------------------------------------------------- 1 | .so man1/xsend.1 2 | -------------------------------------------------------------------------------- /GNX/man/man2/getpgrp.2j: -------------------------------------------------------------------------------- 1 | .so man2/setpgrp.2j 2 | -------------------------------------------------------------------------------- /GNX/man/man3/signal.3: -------------------------------------------------------------------------------- 1 | .so man3/sigset.3 2 | -------------------------------------------------------------------------------- /GNX/man/man3/termlib.3: -------------------------------------------------------------------------------- 1 | .so man3/termcap.3 2 | -------------------------------------------------------------------------------- /GNX/man/man8/accton.8: -------------------------------------------------------------------------------- 1 | .so man8/sa.8 2 | -------------------------------------------------------------------------------- /GNX/man/man8/chgrp.8: -------------------------------------------------------------------------------- 1 | .so man8/chown.8 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/as/asm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/src/cmd/as/asm2 -------------------------------------------------------------------------------- /GNX/src/cmd/cref/aign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/src/cmd/cref/aign -------------------------------------------------------------------------------- /GNX/src/cmd/cref/cign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/src/cmd/cref/cign -------------------------------------------------------------------------------- /GNX/src/cmd/cref/upost: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/src/cmd/cref/upost -------------------------------------------------------------------------------- /GNX/src/cmd/csh/rofix.ed: -------------------------------------------------------------------------------- 1 | g/^[ ]*\.static/s//.program/ 2 | w 3 | q 4 | -------------------------------------------------------------------------------- /GNX/src/cmd/delivermail/Mail.rc: -------------------------------------------------------------------------------- 1 | set append dot save 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/ex/rofix.ed: -------------------------------------------------------------------------------- 1 | g/^[ ]*\.static/s//.program/ 2 | w 3 | q 4 | -------------------------------------------------------------------------------- /GNX/src/cmd/termcap/tabset/3101: -------------------------------------------------------------------------------- 1 | H 0 0 0 0 0 0 0 0 0 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/termcap/tabset/diablo: -------------------------------------------------------------------------------- 1 |  9 2 | 2 1 1 1 !1 )1 11 91 A1 I1 Q1 Y1 a1 i1 q1 y1 3 | 9 4 | -------------------------------------------------------------------------------- /GNX/src/cmd/termcap/tabset/teleray: -------------------------------------------------------------------------------- 1 | GY9(FY90FY98FY9@FY9HFY9PFY9XFY9`FY9hF 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/tset/tabset/3101: -------------------------------------------------------------------------------- 1 | H 0 0 0 0 0 0 0 0 0 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/tset/tabset/diablo: -------------------------------------------------------------------------------- 1 |  9 2 | 2 1 1 1 !1 )1 11 91 A1 I1 Q1 Y1 a1 i1 q1 y1 3 | 9 4 | -------------------------------------------------------------------------------- /GNX/src/cmd/tset/tabset/stdcrt: -------------------------------------------------------------------------------- 1 | 3 1 1 1 1 1 1 1 1 1 -------------------------------------------------------------------------------- /GNX/src/cmd/tset/tabset/teleray: -------------------------------------------------------------------------------- 1 | GY9(FY90FY98FY9@FY9HFY9PFY9XFY9`FY9hF 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/ucbmail/.O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/GNX/src/cmd/ucbmail/.O -------------------------------------------------------------------------------- /GNX/src/cmd/ucbmail/rofix.ed: -------------------------------------------------------------------------------- 1 | g/^[ ]*\.data/s//.text/ 2 | w 3 | q 4 | -------------------------------------------------------------------------------- /GNX/src/cmd/ucbmail/version.c: -------------------------------------------------------------------------------- 1 | char *version = "June 11, 1983"; 2 | -------------------------------------------------------------------------------- /GNX/src/cmd/xsend/notice: -------------------------------------------------------------------------------- 1 | Subj: Secret mail has arrived. 2 | -------------------------------------------------------------------------------- /GNX/src/sys/MESA/version: -------------------------------------------------------------------------------- 1 | 868 2 | -------------------------------------------------------------------------------- /GNX/src/sys/SYS16/version: -------------------------------------------------------------------------------- 1 | 3 2 | -------------------------------------------------------------------------------- /adm/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/adm/.DS_Store -------------------------------------------------------------------------------- /adm/OLDsulog: -------------------------------------------------------------------------------- 1 | SU 04/15 17:49 + tty00 root-root 2 | SU 04/17 09:15 + tty00 root-root 3 | -------------------------------------------------------------------------------- /adm/acct/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/adm/acct/.DS_Store -------------------------------------------------------------------------------- /adm/acct/nite/lastdate: -------------------------------------------------------------------------------- 1 | 0404 2 | -------------------------------------------------------------------------------- /adm/acct/nite/statefile: -------------------------------------------------------------------------------- 1 | SETUP 2 | -------------------------------------------------------------------------------- /adm/dtmp: -------------------------------------------------------------------------------- 1 | 0 root 1378 2 | 2 bin 5340 3 | 3 sys 2 4 | 4 adm 4 5 | -------------------------------------------------------------------------------- /adm/errfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/adm/errfile -------------------------------------------------------------------------------- /adm/pacct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/adm/pacct -------------------------------------------------------------------------------- /adm/sa/sa01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/adm/sa/sa01 -------------------------------------------------------------------------------- /adm/sa/sa30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/adm/sa/sa30 -------------------------------------------------------------------------------- /adm/sulog: -------------------------------------------------------------------------------- 1 | SU 05/01 01:48 + tty00 root-root 2 | SU 05/01 20:16 + tty00 root-root 3 | -------------------------------------------------------------------------------- /bin/300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/300 -------------------------------------------------------------------------------- /bin/300s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/300s -------------------------------------------------------------------------------- /bin/4014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/4014 -------------------------------------------------------------------------------- /bin/450: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/450 -------------------------------------------------------------------------------- /bin/admin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/admin -------------------------------------------------------------------------------- /bin/arcv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/arcv -------------------------------------------------------------------------------- /bin/asa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/asa -------------------------------------------------------------------------------- /bin/at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/at -------------------------------------------------------------------------------- /bin/awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/awk -------------------------------------------------------------------------------- /bin/banner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/banner -------------------------------------------------------------------------------- /bin/batch: -------------------------------------------------------------------------------- 1 | # @(#)batch.sh 1.2 2 | at -qb 3 | -------------------------------------------------------------------------------- /bin/bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/bc -------------------------------------------------------------------------------- /bin/bdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/bdiff -------------------------------------------------------------------------------- /bin/bfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/bfs -------------------------------------------------------------------------------- /bin/cal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cal -------------------------------------------------------------------------------- /bin/cancel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cancel -------------------------------------------------------------------------------- /bin/cb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cb -------------------------------------------------------------------------------- /bin/cdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cdc -------------------------------------------------------------------------------- /bin/checkeq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/checkeq -------------------------------------------------------------------------------- /bin/col: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/col -------------------------------------------------------------------------------- /bin/comb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/comb -------------------------------------------------------------------------------- /bin/comm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/comm -------------------------------------------------------------------------------- /bin/cpset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cpset -------------------------------------------------------------------------------- /bin/crontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/crontab -------------------------------------------------------------------------------- /bin/csplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/csplit -------------------------------------------------------------------------------- /bin/ct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/ct -------------------------------------------------------------------------------- /bin/ctrace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/ctrace -------------------------------------------------------------------------------- /bin/cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cu -------------------------------------------------------------------------------- /bin/cut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cut -------------------------------------------------------------------------------- /bin/cxref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/cxref -------------------------------------------------------------------------------- /bin/dc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/dc -------------------------------------------------------------------------------- /bin/delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/delta -------------------------------------------------------------------------------- /bin/deroff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/deroff -------------------------------------------------------------------------------- /bin/disable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/disable -------------------------------------------------------------------------------- /bin/edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/edit -------------------------------------------------------------------------------- /bin/efl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/efl -------------------------------------------------------------------------------- /bin/egrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/egrep -------------------------------------------------------------------------------- /bin/enable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/enable -------------------------------------------------------------------------------- /bin/errpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/errpt -------------------------------------------------------------------------------- /bin/ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/ex -------------------------------------------------------------------------------- /bin/f77: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/f77 -------------------------------------------------------------------------------- /bin/factor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/factor -------------------------------------------------------------------------------- /bin/fgrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/fgrep -------------------------------------------------------------------------------- /bin/fsplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/fsplit -------------------------------------------------------------------------------- /bin/gath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/gath -------------------------------------------------------------------------------- /bin/get: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/get -------------------------------------------------------------------------------- /bin/getopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/getopt -------------------------------------------------------------------------------- /bin/graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/graph -------------------------------------------------------------------------------- /bin/head: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/head -------------------------------------------------------------------------------- /bin/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/help -------------------------------------------------------------------------------- /bin/hp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/hp -------------------------------------------------------------------------------- /bin/hpio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/hpio -------------------------------------------------------------------------------- /bin/hyphen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/hyphen -------------------------------------------------------------------------------- /bin/id: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/id -------------------------------------------------------------------------------- /bin/join: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/join -------------------------------------------------------------------------------- /bin/lex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/lex -------------------------------------------------------------------------------- /bin/lint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/lint -------------------------------------------------------------------------------- /bin/logname: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/logname -------------------------------------------------------------------------------- /bin/lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/lp -------------------------------------------------------------------------------- /bin/lpstat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/lpstat -------------------------------------------------------------------------------- /bin/m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/m4 -------------------------------------------------------------------------------- /bin/mailx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/mailx -------------------------------------------------------------------------------- /bin/net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/net -------------------------------------------------------------------------------- /bin/newform: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/newform -------------------------------------------------------------------------------- /bin/news: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/news -------------------------------------------------------------------------------- /bin/nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/nl -------------------------------------------------------------------------------- /bin/nroff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/nroff -------------------------------------------------------------------------------- /bin/pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/pack -------------------------------------------------------------------------------- /bin/paste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/paste -------------------------------------------------------------------------------- /bin/pcat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/pcat -------------------------------------------------------------------------------- /bin/pg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/pg -------------------------------------------------------------------------------- /bin/prof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/prof -------------------------------------------------------------------------------- /bin/prs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/prs -------------------------------------------------------------------------------- /bin/ptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/ptx -------------------------------------------------------------------------------- /bin/ratfor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/ratfor -------------------------------------------------------------------------------- /bin/regcmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/regcmp -------------------------------------------------------------------------------- /bin/rmdel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/rmdel -------------------------------------------------------------------------------- /bin/sact: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sact -------------------------------------------------------------------------------- /bin/sadp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sadp -------------------------------------------------------------------------------- /bin/sag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sag -------------------------------------------------------------------------------- /bin/sar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sar -------------------------------------------------------------------------------- /bin/sdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sdb -------------------------------------------------------------------------------- /bin/sdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sdiff -------------------------------------------------------------------------------- /bin/shl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/shl -------------------------------------------------------------------------------- /bin/sno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/sno -------------------------------------------------------------------------------- /bin/spline: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/spline -------------------------------------------------------------------------------- /bin/split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/split -------------------------------------------------------------------------------- /bin/tabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/tabs -------------------------------------------------------------------------------- /bin/tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/tar -------------------------------------------------------------------------------- /bin/tic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/tic -------------------------------------------------------------------------------- /bin/timex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/timex -------------------------------------------------------------------------------- /bin/tput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/tput -------------------------------------------------------------------------------- /bin/tr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/tr -------------------------------------------------------------------------------- /bin/trenter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/trenter -------------------------------------------------------------------------------- /bin/tsort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/tsort -------------------------------------------------------------------------------- /bin/unget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/unget -------------------------------------------------------------------------------- /bin/uniq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/uniq -------------------------------------------------------------------------------- /bin/units: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/units -------------------------------------------------------------------------------- /bin/unpack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/unpack -------------------------------------------------------------------------------- /bin/uucp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/uucp -------------------------------------------------------------------------------- /bin/uulog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/uulog -------------------------------------------------------------------------------- /bin/uuname: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/uuname -------------------------------------------------------------------------------- /bin/uustat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/uustat -------------------------------------------------------------------------------- /bin/uux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/uux -------------------------------------------------------------------------------- /bin/val: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/val -------------------------------------------------------------------------------- /bin/vc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/vc -------------------------------------------------------------------------------- /bin/vedit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/vedit -------------------------------------------------------------------------------- /bin/vi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/vi -------------------------------------------------------------------------------- /bin/view: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/view -------------------------------------------------------------------------------- /bin/vpmc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/vpmc -------------------------------------------------------------------------------- /bin/what: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/what -------------------------------------------------------------------------------- /bin/xargs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/xargs -------------------------------------------------------------------------------- /bin/yacc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/bin/yacc -------------------------------------------------------------------------------- /etc/fstab: -------------------------------------------------------------------------------- 1 | /dev/dc1a:/:rw:1:1 2 | -------------------------------------------------------------------------------- /etc/utmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/etc/utmp -------------------------------------------------------------------------------- /games/arithmetic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/arithmetic -------------------------------------------------------------------------------- /games/back: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/back -------------------------------------------------------------------------------- /games/bj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/bj -------------------------------------------------------------------------------- /games/craps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/craps -------------------------------------------------------------------------------- /games/fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/fish -------------------------------------------------------------------------------- /games/fortune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/fortune -------------------------------------------------------------------------------- /games/hangman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/hangman -------------------------------------------------------------------------------- /games/mastermind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/mastermind -------------------------------------------------------------------------------- /games/maze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/maze -------------------------------------------------------------------------------- /games/moo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/moo -------------------------------------------------------------------------------- /games/number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/number -------------------------------------------------------------------------------- /games/psych: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/psych -------------------------------------------------------------------------------- /games/quiz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/quiz -------------------------------------------------------------------------------- /games/random: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/random -------------------------------------------------------------------------------- /games/trk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/trk -------------------------------------------------------------------------------- /games/ttt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/ttt -------------------------------------------------------------------------------- /games/worm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/worm -------------------------------------------------------------------------------- /games/wump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/games/wump -------------------------------------------------------------------------------- /include/signal.h: -------------------------------------------------------------------------------- 1 | /* @(#)signal.h 1.1 */ 2 | /* 3.0 SID # 1.3 */ 3 | #include 4 | 5 | extern (*signal())(); 6 | -------------------------------------------------------------------------------- /include/sys/fblk.h: -------------------------------------------------------------------------------- 1 | /* @(#)fblk.h 6.1 */ 2 | struct fblk 3 | { 4 | int df_nfree; 5 | daddr_t df_free[NICFREE]; 6 | }; 7 | -------------------------------------------------------------------------------- /include/sys/ioctl.h: -------------------------------------------------------------------------------- 1 | /* @(#)ioctl.h 6.1 */ 2 | -------------------------------------------------------------------------------- /include/termio.h: -------------------------------------------------------------------------------- 1 | /* @(#)termio.h 1.1 */ 2 | /* 3.0 SID # 1.3 */ 3 | #include 4 | -------------------------------------------------------------------------------- /lib/accept: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/accept -------------------------------------------------------------------------------- /lib/acct/acctcms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctcms -------------------------------------------------------------------------------- /lib/acct/acctcon1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctcon1 -------------------------------------------------------------------------------- /lib/acct/acctcon2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctcon2 -------------------------------------------------------------------------------- /lib/acct/acctdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctdisk -------------------------------------------------------------------------------- /lib/acct/acctdusg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctdusg -------------------------------------------------------------------------------- /lib/acct/acctmerg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctmerg -------------------------------------------------------------------------------- /lib/acct/accton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/accton -------------------------------------------------------------------------------- /lib/acct/acctprc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctprc1 -------------------------------------------------------------------------------- /lib/acct/acctprc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctprc2 -------------------------------------------------------------------------------- /lib/acct/acctwtmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/acctwtmp -------------------------------------------------------------------------------- /lib/acct/diskusg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/diskusg -------------------------------------------------------------------------------- /lib/acct/fwtmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/fwtmp -------------------------------------------------------------------------------- /lib/acct/wtmpfix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/acct/wtmpfix -------------------------------------------------------------------------------- /lib/calprog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/calprog -------------------------------------------------------------------------------- /lib/cron/.proto: -------------------------------------------------------------------------------- 1 | # @(#).proto 1.1 2 | cd $d 3 | ulimit $l 4 | umask $m 5 | $< 6 | -------------------------------------------------------------------------------- /lib/cron/at.allow: -------------------------------------------------------------------------------- 1 | root 2 | sys 3 | adm 4 | uucp 5 | -------------------------------------------------------------------------------- /lib/cron/cron.allow: -------------------------------------------------------------------------------- 1 | root 2 | sys 3 | adm 4 | uucp 5 | -------------------------------------------------------------------------------- /lib/cron/queuedefs: -------------------------------------------------------------------------------- 1 | a.4j1n 2 | b.2j2n90w 3 | -------------------------------------------------------------------------------- /lib/dag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/dag -------------------------------------------------------------------------------- /lib/diff3prog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/diff3prog -------------------------------------------------------------------------------- /lib/diffh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/diffh -------------------------------------------------------------------------------- /lib/errdemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/errdemon -------------------------------------------------------------------------------- /lib/ex3.9preserve: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/ex3.9preserve -------------------------------------------------------------------------------- /lib/ex3.9recover: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/ex3.9recover -------------------------------------------------------------------------------- /lib/f77pass1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/f77pass1 -------------------------------------------------------------------------------- /lib/f77pass2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/f77pass2 -------------------------------------------------------------------------------- /lib/flip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/flip -------------------------------------------------------------------------------- /lib/help/lib/help2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/help/lib/help2 -------------------------------------------------------------------------------- /lib/hp2631a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/hp2631a -------------------------------------------------------------------------------- /lib/lib300.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lib300.a -------------------------------------------------------------------------------- /lib/lib300s.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lib300s.a -------------------------------------------------------------------------------- /lib/lib4014.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lib4014.a -------------------------------------------------------------------------------- /lib/lib450.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lib450.a -------------------------------------------------------------------------------- /lib/libF77.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libF77.a -------------------------------------------------------------------------------- /lib/libI77.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libI77.a -------------------------------------------------------------------------------- /lib/libPW.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libPW.a -------------------------------------------------------------------------------- /lib/libcurses.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libcurses.a -------------------------------------------------------------------------------- /lib/libg.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libg.a -------------------------------------------------------------------------------- /lib/libl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libl.a -------------------------------------------------------------------------------- /lib/libmalloc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libmalloc.a -------------------------------------------------------------------------------- /lib/libplot.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libplot.a -------------------------------------------------------------------------------- /lib/libvt0.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/libvt0.a -------------------------------------------------------------------------------- /lib/liby.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/liby.a -------------------------------------------------------------------------------- /lib/lint1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lint1 -------------------------------------------------------------------------------- /lib/lint2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lint2 -------------------------------------------------------------------------------- /lib/llib-lc.ln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/llib-lc.ln -------------------------------------------------------------------------------- /lib/llib-lcurses.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/llib-lcurses.l -------------------------------------------------------------------------------- /lib/llib-lm.ln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/llib-lm.ln -------------------------------------------------------------------------------- /lib/llib-lmalloc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/llib-lmalloc.l -------------------------------------------------------------------------------- /lib/llib-port.ln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/llib-port.ln -------------------------------------------------------------------------------- /lib/lpadmin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lpadmin -------------------------------------------------------------------------------- /lib/lpfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lpfx -------------------------------------------------------------------------------- /lib/lpmove: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lpmove -------------------------------------------------------------------------------- /lib/lpsched: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lpsched -------------------------------------------------------------------------------- /lib/lpshut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/lpshut -------------------------------------------------------------------------------- /lib/mailx/rmmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/mailx/rmmail -------------------------------------------------------------------------------- /lib/makekey: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/makekey -------------------------------------------------------------------------------- /lib/manprog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/manprog -------------------------------------------------------------------------------- /lib/mv_dir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/mv_dir -------------------------------------------------------------------------------- /lib/nmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/nmf -------------------------------------------------------------------------------- /lib/pcldaemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/pcldaemon -------------------------------------------------------------------------------- /lib/pprx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/pprx -------------------------------------------------------------------------------- /lib/prx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/prx -------------------------------------------------------------------------------- /lib/reject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/reject -------------------------------------------------------------------------------- /lib/sa/OLDsadc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/sa/OLDsadc -------------------------------------------------------------------------------- /lib/sa/sadc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/sa/sadc -------------------------------------------------------------------------------- /lib/spell/hashcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/hashcheck -------------------------------------------------------------------------------- /lib/spell/hashmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/hashmake -------------------------------------------------------------------------------- /lib/spell/hlista: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/hlista -------------------------------------------------------------------------------- /lib/spell/hlistb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/hlistb -------------------------------------------------------------------------------- /lib/spell/hstop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/hstop -------------------------------------------------------------------------------- /lib/spell/spellin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/spellin -------------------------------------------------------------------------------- /lib/spell/spellprog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/spell/spellprog -------------------------------------------------------------------------------- /lib/suftab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/suftab -------------------------------------------------------------------------------- /lib/t300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/t300 -------------------------------------------------------------------------------- /lib/t300s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/t300s -------------------------------------------------------------------------------- /lib/t4014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/t4014 -------------------------------------------------------------------------------- /lib/t450: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/t450 -------------------------------------------------------------------------------- /lib/tabset/3101: -------------------------------------------------------------------------------- 1 | H 0 0 0 0 0 0 0 0 0 2 | -------------------------------------------------------------------------------- /lib/tabset/diablo: -------------------------------------------------------------------------------- 1 |  9 2 | 2 1 1 1 !1 )1 11 91 A1 I1 Q1 Y1 a1 i1 q1 y1 3 | 9 4 | -------------------------------------------------------------------------------- /lib/tabset/teleray: -------------------------------------------------------------------------------- 1 | GY9(FY90FY98FY9@FY9HFY9PFY9XFY9`FY9hF 2 | -------------------------------------------------------------------------------- /lib/term/tab2631: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab2631 -------------------------------------------------------------------------------- /lib/term/tab2631-c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab2631-c -------------------------------------------------------------------------------- /lib/term/tab2631-e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab2631-e -------------------------------------------------------------------------------- /lib/term/tab300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab300 -------------------------------------------------------------------------------- /lib/term/tab300-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab300-12 -------------------------------------------------------------------------------- /lib/term/tab300s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab300s -------------------------------------------------------------------------------- /lib/term/tab300s-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab300s-12 -------------------------------------------------------------------------------- /lib/term/tab37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab37 -------------------------------------------------------------------------------- /lib/term/tab382: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab382 -------------------------------------------------------------------------------- /lib/term/tab4000a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab4000a -------------------------------------------------------------------------------- /lib/term/tab450: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab450 -------------------------------------------------------------------------------- /lib/term/tab450-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab450-12 -------------------------------------------------------------------------------- /lib/term/tab832: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tab832 -------------------------------------------------------------------------------- /lib/term/tabX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tabX -------------------------------------------------------------------------------- /lib/term/tabX97: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tabX97 -------------------------------------------------------------------------------- /lib/term/taba1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/taba1 -------------------------------------------------------------------------------- /lib/term/tablp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tablp -------------------------------------------------------------------------------- /lib/term/tabtn300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/term/tabtn300 -------------------------------------------------------------------------------- /lib/terminfo/1/100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/100 -------------------------------------------------------------------------------- /lib/terminfo/1/1520: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1520 -------------------------------------------------------------------------------- /lib/terminfo/1/1521: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1521 -------------------------------------------------------------------------------- /lib/terminfo/1/1620: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1620 -------------------------------------------------------------------------------- /lib/terminfo/1/1620-m8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1620-m8 -------------------------------------------------------------------------------- /lib/terminfo/1/1640: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1640 -------------------------------------------------------------------------------- /lib/terminfo/1/1640-m8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1640-m8 -------------------------------------------------------------------------------- /lib/terminfo/1/1700: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1700 -------------------------------------------------------------------------------- /lib/terminfo/1/1line: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/1/1line -------------------------------------------------------------------------------- /lib/terminfo/2/2500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2500 -------------------------------------------------------------------------------- /lib/terminfo/2/2621: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621 -------------------------------------------------------------------------------- /lib/terminfo/2/2621-48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-48 -------------------------------------------------------------------------------- /lib/terminfo/2/2621-ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-ba -------------------------------------------------------------------------------- /lib/terminfo/2/2621-fl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-fl -------------------------------------------------------------------------------- /lib/terminfo/2/2621-nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-nl -------------------------------------------------------------------------------- /lib/terminfo/2/2621-nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-nt -------------------------------------------------------------------------------- /lib/terminfo/2/2621-pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-pb -------------------------------------------------------------------------------- /lib/terminfo/2/2621-wl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621-wl -------------------------------------------------------------------------------- /lib/terminfo/2/2621a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621a -------------------------------------------------------------------------------- /lib/terminfo/2/2621k45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621k45 -------------------------------------------------------------------------------- /lib/terminfo/2/2621nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621nl -------------------------------------------------------------------------------- /lib/terminfo/2/2621nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621nt -------------------------------------------------------------------------------- /lib/terminfo/2/2621p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621p -------------------------------------------------------------------------------- /lib/terminfo/2/2621wl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2621wl -------------------------------------------------------------------------------- /lib/terminfo/2/2622: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2622 -------------------------------------------------------------------------------- /lib/terminfo/2/2622a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2622a -------------------------------------------------------------------------------- /lib/terminfo/2/2623: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2623 -------------------------------------------------------------------------------- /lib/terminfo/2/2623a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2623a -------------------------------------------------------------------------------- /lib/terminfo/2/2626: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2626 -------------------------------------------------------------------------------- /lib/terminfo/2/2626-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2626-12 -------------------------------------------------------------------------------- /lib/terminfo/2/2626-ns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2626-ns -------------------------------------------------------------------------------- /lib/terminfo/2/2626-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2626-s -------------------------------------------------------------------------------- /lib/terminfo/2/2626a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2626a -------------------------------------------------------------------------------- /lib/terminfo/2/2626p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2626p -------------------------------------------------------------------------------- /lib/terminfo/2/2640: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2640 -------------------------------------------------------------------------------- /lib/terminfo/2/2640a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2640a -------------------------------------------------------------------------------- /lib/terminfo/2/2640b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2640b -------------------------------------------------------------------------------- /lib/terminfo/2/2644a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2644a -------------------------------------------------------------------------------- /lib/terminfo/2/2645: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2645 -------------------------------------------------------------------------------- /lib/terminfo/2/2648: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2648 -------------------------------------------------------------------------------- /lib/terminfo/2/2648a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/2/2648a -------------------------------------------------------------------------------- /lib/terminfo/3/300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/300 -------------------------------------------------------------------------------- /lib/terminfo/3/300s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/300s -------------------------------------------------------------------------------- /lib/terminfo/3/3045: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/3045 -------------------------------------------------------------------------------- /lib/terminfo/3/31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/31 -------------------------------------------------------------------------------- /lib/terminfo/3/3101: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/3101 -------------------------------------------------------------------------------- /lib/terminfo/3/33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/33 -------------------------------------------------------------------------------- /lib/terminfo/3/333: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/333 -------------------------------------------------------------------------------- /lib/terminfo/3/36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/36 -------------------------------------------------------------------------------- /lib/terminfo/3/37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/37 -------------------------------------------------------------------------------- /lib/terminfo/3/380: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/380 -------------------------------------------------------------------------------- /lib/terminfo/3/382: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/382 -------------------------------------------------------------------------------- /lib/terminfo/3/3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/3a -------------------------------------------------------------------------------- /lib/terminfo/3/3a+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/3/3a+ -------------------------------------------------------------------------------- /lib/terminfo/4/40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/40 -------------------------------------------------------------------------------- /lib/terminfo/4/400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/400 -------------------------------------------------------------------------------- /lib/terminfo/4/4012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4012 -------------------------------------------------------------------------------- /lib/terminfo/4/4013: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4013 -------------------------------------------------------------------------------- /lib/terminfo/4/4014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4014 -------------------------------------------------------------------------------- /lib/terminfo/4/4014-sm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4014-sm -------------------------------------------------------------------------------- /lib/terminfo/4/4015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4015 -------------------------------------------------------------------------------- /lib/terminfo/4/4015-sm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4015-sm -------------------------------------------------------------------------------- /lib/terminfo/4/4023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4023 -------------------------------------------------------------------------------- /lib/terminfo/4/4024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4024 -------------------------------------------------------------------------------- /lib/terminfo/4/4025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4025 -------------------------------------------------------------------------------- /lib/terminfo/4/4025-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4025-17 -------------------------------------------------------------------------------- /lib/terminfo/4/4025cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4025cu -------------------------------------------------------------------------------- /lib/terminfo/4/4025ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4025ex -------------------------------------------------------------------------------- /lib/terminfo/4/4027: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4027 -------------------------------------------------------------------------------- /lib/terminfo/4/4027-17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4027-17 -------------------------------------------------------------------------------- /lib/terminfo/4/4027cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4027cu -------------------------------------------------------------------------------- /lib/terminfo/4/4027ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4027ex -------------------------------------------------------------------------------- /lib/terminfo/4/4080: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4080 -------------------------------------------------------------------------------- /lib/terminfo/4/4112: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4112 -------------------------------------------------------------------------------- /lib/terminfo/4/4112-5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4112-5 -------------------------------------------------------------------------------- /lib/terminfo/4/4112-d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4112-d -------------------------------------------------------------------------------- /lib/terminfo/4/4112-nd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4112-nd -------------------------------------------------------------------------------- /lib/terminfo/4/4113: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4113 -------------------------------------------------------------------------------- /lib/terminfo/4/4114: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4114 -------------------------------------------------------------------------------- /lib/terminfo/4/42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/42 -------------------------------------------------------------------------------- /lib/terminfo/4/42-nl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/42-nl -------------------------------------------------------------------------------- /lib/terminfo/4/43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/43 -------------------------------------------------------------------------------- /lib/terminfo/4/4424: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4424 -------------------------------------------------------------------------------- /lib/terminfo/4/4424-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/4424-2 -------------------------------------------------------------------------------- /lib/terminfo/4/450: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/4/450 -------------------------------------------------------------------------------- /lib/terminfo/5/5520: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/5/5520 -------------------------------------------------------------------------------- /lib/terminfo/5/5620: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/5/5620 -------------------------------------------------------------------------------- /lib/terminfo/7/735: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/7/735 -------------------------------------------------------------------------------- /lib/terminfo/7/743: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/7/743 -------------------------------------------------------------------------------- /lib/terminfo/7/745: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/7/745 -------------------------------------------------------------------------------- /lib/terminfo/8/8001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/8/8001 -------------------------------------------------------------------------------- /lib/terminfo/8/8510: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/8/8510 -------------------------------------------------------------------------------- /lib/terminfo/9/912: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/912 -------------------------------------------------------------------------------- /lib/terminfo/9/912-2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/912-2p -------------------------------------------------------------------------------- /lib/terminfo/9/9122p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/9122p -------------------------------------------------------------------------------- /lib/terminfo/9/912b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/912b -------------------------------------------------------------------------------- /lib/terminfo/9/912c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/912c -------------------------------------------------------------------------------- /lib/terminfo/9/912cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/912cc -------------------------------------------------------------------------------- /lib/terminfo/9/920: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/920 -------------------------------------------------------------------------------- /lib/terminfo/9/920-2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/920-2p -------------------------------------------------------------------------------- /lib/terminfo/9/9202p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/9202p -------------------------------------------------------------------------------- /lib/terminfo/9/920b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/920b -------------------------------------------------------------------------------- /lib/terminfo/9/920c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/920c -------------------------------------------------------------------------------- /lib/terminfo/9/925: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/925 -------------------------------------------------------------------------------- /lib/terminfo/9/950: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950 -------------------------------------------------------------------------------- /lib/terminfo/9/950-2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950-2p -------------------------------------------------------------------------------- /lib/terminfo/9/950-4p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950-4p -------------------------------------------------------------------------------- /lib/terminfo/9/950-rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950-rv -------------------------------------------------------------------------------- /lib/terminfo/9/9502p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/9502p -------------------------------------------------------------------------------- /lib/terminfo/9/9504p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/9504p -------------------------------------------------------------------------------- /lib/terminfo/9/950rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950rv -------------------------------------------------------------------------------- /lib/terminfo/9/950rv2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950rv2p -------------------------------------------------------------------------------- /lib/terminfo/9/950rv4p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/9/950rv4p -------------------------------------------------------------------------------- /lib/terminfo/a/a980: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/a980 -------------------------------------------------------------------------------- /lib/terminfo/a/aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aa -------------------------------------------------------------------------------- /lib/terminfo/a/aaa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-18 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-20 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-22 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-24 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-26 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-28 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-29 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-30 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-36 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-40 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-48 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-59 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-60 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-db -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-rv -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-s -------------------------------------------------------------------------------- /lib/terminfo/a/aaa-unk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa-unk -------------------------------------------------------------------------------- /lib/terminfo/a/aaa18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa18 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa20 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa22 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa24 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa26 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa28: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa28 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa29 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa30 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa36 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa40 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa48 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa59: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa59 -------------------------------------------------------------------------------- /lib/terminfo/a/aaa60: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaa60 -------------------------------------------------------------------------------- /lib/terminfo/a/aaadb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aaadb -------------------------------------------------------------------------------- /lib/terminfo/a/act4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/act4 -------------------------------------------------------------------------------- /lib/terminfo/a/act5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/act5 -------------------------------------------------------------------------------- /lib/terminfo/a/act5s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/act5s -------------------------------------------------------------------------------- /lib/terminfo/a/adm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm1 -------------------------------------------------------------------------------- /lib/terminfo/a/adm1a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm1a -------------------------------------------------------------------------------- /lib/terminfo/a/adm2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm2 -------------------------------------------------------------------------------- /lib/terminfo/a/adm21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm21 -------------------------------------------------------------------------------- /lib/terminfo/a/adm3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm3 -------------------------------------------------------------------------------- /lib/terminfo/a/adm31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm31 -------------------------------------------------------------------------------- /lib/terminfo/a/adm36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm36 -------------------------------------------------------------------------------- /lib/terminfo/a/adm3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm3a -------------------------------------------------------------------------------- /lib/terminfo/a/adm3a+: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm3a+ -------------------------------------------------------------------------------- /lib/terminfo/a/adm42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm42 -------------------------------------------------------------------------------- /lib/terminfo/a/adm5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/adm5 -------------------------------------------------------------------------------- /lib/terminfo/a/aed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aed -------------------------------------------------------------------------------- /lib/terminfo/a/aed512: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aed512 -------------------------------------------------------------------------------- /lib/terminfo/a/agile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/agile -------------------------------------------------------------------------------- /lib/terminfo/a/agiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/agiles -------------------------------------------------------------------------------- /lib/terminfo/a/aj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aj -------------------------------------------------------------------------------- /lib/terminfo/a/aj830: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aj830 -------------------------------------------------------------------------------- /lib/terminfo/a/aj832: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/aj832 -------------------------------------------------------------------------------- /lib/terminfo/a/alto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/alto -------------------------------------------------------------------------------- /lib/terminfo/a/altoh19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/altoh19 -------------------------------------------------------------------------------- /lib/terminfo/a/ambas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/ambas -------------------------------------------------------------------------------- /lib/terminfo/a/ampex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/ampex -------------------------------------------------------------------------------- /lib/terminfo/a/ansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/ansi -------------------------------------------------------------------------------- /lib/terminfo/a/apple: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/apple -------------------------------------------------------------------------------- /lib/terminfo/a/arpanet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/a/arpanet -------------------------------------------------------------------------------- /lib/terminfo/b/bantam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bantam -------------------------------------------------------------------------------- /lib/terminfo/b/bc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bc -------------------------------------------------------------------------------- /lib/terminfo/b/beacon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/beacon -------------------------------------------------------------------------------- /lib/terminfo/b/bg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bg -------------------------------------------------------------------------------- /lib/terminfo/b/bg-ni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bg-ni -------------------------------------------------------------------------------- /lib/terminfo/b/bg-nv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bg-nv -------------------------------------------------------------------------------- /lib/terminfo/b/bg-rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bg-rv -------------------------------------------------------------------------------- /lib/terminfo/b/bg1.25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bg1.25 -------------------------------------------------------------------------------- /lib/terminfo/b/bg2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bg2.0 -------------------------------------------------------------------------------- /lib/terminfo/b/bh3m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/bh3m -------------------------------------------------------------------------------- /lib/terminfo/b/blit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/blit -------------------------------------------------------------------------------- /lib/terminfo/b/blit-pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/b/blit-pb -------------------------------------------------------------------------------- /lib/terminfo/c/c100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100 -------------------------------------------------------------------------------- /lib/terminfo/c/c100-1p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100-1p -------------------------------------------------------------------------------- /lib/terminfo/c/c100-4p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100-4p -------------------------------------------------------------------------------- /lib/terminfo/c/c100-rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100-rv -------------------------------------------------------------------------------- /lib/terminfo/c/c1004p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c1004p -------------------------------------------------------------------------------- /lib/terminfo/c/c100rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100rv -------------------------------------------------------------------------------- /lib/terminfo/c/c100rvs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100rvs -------------------------------------------------------------------------------- /lib/terminfo/c/c100s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c100s -------------------------------------------------------------------------------- /lib/terminfo/c/c104: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c104 -------------------------------------------------------------------------------- /lib/terminfo/c/c108: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108 -------------------------------------------------------------------------------- /lib/terminfo/c/c108-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-4 -------------------------------------------------------------------------------- /lib/terminfo/c/c108-4p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-4p -------------------------------------------------------------------------------- /lib/terminfo/c/c108-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-8 -------------------------------------------------------------------------------- /lib/terminfo/c/c108-8p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-8p -------------------------------------------------------------------------------- /lib/terminfo/c/c108-na: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-na -------------------------------------------------------------------------------- /lib/terminfo/c/c108-rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-rv -------------------------------------------------------------------------------- /lib/terminfo/c/c108-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/c108-w -------------------------------------------------------------------------------- /lib/terminfo/c/ca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/ca -------------------------------------------------------------------------------- /lib/terminfo/c/ca22851: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/ca22851 -------------------------------------------------------------------------------- /lib/terminfo/c/carlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/carlock -------------------------------------------------------------------------------- /lib/terminfo/c/cb-unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cb-unix -------------------------------------------------------------------------------- /lib/terminfo/c/cbblit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cbblit -------------------------------------------------------------------------------- /lib/terminfo/c/cbunix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cbunix -------------------------------------------------------------------------------- /lib/terminfo/c/cdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cdc -------------------------------------------------------------------------------- /lib/terminfo/c/cdc456: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cdc456 -------------------------------------------------------------------------------- /lib/terminfo/c/cdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cdi -------------------------------------------------------------------------------- /lib/terminfo/c/cdi1203: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cdi1203 -------------------------------------------------------------------------------- /lib/terminfo/c/cg7900: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/cg7900 -------------------------------------------------------------------------------- /lib/terminfo/c/ci8510: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/ci8510 -------------------------------------------------------------------------------- /lib/terminfo/c/citoh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/citoh -------------------------------------------------------------------------------- /lib/terminfo/c/concept: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/concept -------------------------------------------------------------------------------- /lib/terminfo/c/ct82: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/ct82 -------------------------------------------------------------------------------- /lib/terminfo/c/ct8500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/c/ct8500 -------------------------------------------------------------------------------- /lib/terminfo/d/d100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/d100 -------------------------------------------------------------------------------- /lib/terminfo/d/d132: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/d132 -------------------------------------------------------------------------------- /lib/terminfo/d/d200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/d200 -------------------------------------------------------------------------------- /lib/terminfo/d/d80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/d80 -------------------------------------------------------------------------------- /lib/terminfo/d/d800: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/d800 -------------------------------------------------------------------------------- /lib/terminfo/d/dd5000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dd5000 -------------------------------------------------------------------------------- /lib/terminfo/d/debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/debug -------------------------------------------------------------------------------- /lib/terminfo/d/delta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/delta -------------------------------------------------------------------------------- /lib/terminfo/d/dg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dg -------------------------------------------------------------------------------- /lib/terminfo/d/dg6053: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dg6053 -------------------------------------------------------------------------------- /lib/terminfo/d/diablo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/diablo -------------------------------------------------------------------------------- /lib/terminfo/d/dialup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dialup -------------------------------------------------------------------------------- /lib/terminfo/d/digilog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/digilog -------------------------------------------------------------------------------- /lib/terminfo/d/direct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/direct -------------------------------------------------------------------------------- /lib/terminfo/d/dm1520: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm1520 -------------------------------------------------------------------------------- /lib/terminfo/d/dm1521: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm1521 -------------------------------------------------------------------------------- /lib/terminfo/d/dm2500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm2500 -------------------------------------------------------------------------------- /lib/terminfo/d/dm3025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm3025 -------------------------------------------------------------------------------- /lib/terminfo/d/dm3045: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm3045 -------------------------------------------------------------------------------- /lib/terminfo/d/dm80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm80 -------------------------------------------------------------------------------- /lib/terminfo/d/dm80-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dm80-w -------------------------------------------------------------------------------- /lib/terminfo/d/dmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dmd -------------------------------------------------------------------------------- /lib/terminfo/d/dmdt80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dmdt80 -------------------------------------------------------------------------------- /lib/terminfo/d/dp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dp3 -------------------------------------------------------------------------------- /lib/terminfo/d/dp3360: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dp3360 -------------------------------------------------------------------------------- /lib/terminfo/d/ds40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/ds40 -------------------------------------------------------------------------------- /lib/terminfo/d/ds40-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/ds40-2 -------------------------------------------------------------------------------- /lib/terminfo/d/dt80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dt80 -------------------------------------------------------------------------------- /lib/terminfo/d/dt80-w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dt80-w -------------------------------------------------------------------------------- /lib/terminfo/d/dtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dtc -------------------------------------------------------------------------------- /lib/terminfo/d/dtc300s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dtc300s -------------------------------------------------------------------------------- /lib/terminfo/d/dtc382: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dtc382 -------------------------------------------------------------------------------- /lib/terminfo/d/dumb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dumb -------------------------------------------------------------------------------- /lib/terminfo/d/dw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dw -------------------------------------------------------------------------------- /lib/terminfo/d/dw1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dw1 -------------------------------------------------------------------------------- /lib/terminfo/d/dw2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dw2 -------------------------------------------------------------------------------- /lib/terminfo/d/dw3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dw3 -------------------------------------------------------------------------------- /lib/terminfo/d/dw4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/d/dw4 -------------------------------------------------------------------------------- /lib/terminfo/e/env230: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/env230 -------------------------------------------------------------------------------- /lib/terminfo/e/ep40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/ep40 -------------------------------------------------------------------------------- /lib/terminfo/e/ep4000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/ep4000 -------------------------------------------------------------------------------- /lib/terminfo/e/ep4080: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/ep4080 -------------------------------------------------------------------------------- /lib/terminfo/e/ep48: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/ep48 -------------------------------------------------------------------------------- /lib/terminfo/e/esprit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/esprit -------------------------------------------------------------------------------- /lib/terminfo/e/ex3000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/ex3000 -------------------------------------------------------------------------------- /lib/terminfo/e/exidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/e/exidy -------------------------------------------------------------------------------- /lib/terminfo/f/f100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/f100 -------------------------------------------------------------------------------- /lib/terminfo/f/f100-rv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/f100-rv -------------------------------------------------------------------------------- /lib/terminfo/f/f1720: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/f1720 -------------------------------------------------------------------------------- /lib/terminfo/f/f1720a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/f1720a -------------------------------------------------------------------------------- /lib/terminfo/f/falco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/falco -------------------------------------------------------------------------------- /lib/terminfo/f/falco-p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/falco-p -------------------------------------------------------------------------------- /lib/terminfo/f/fixterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/fixterm -------------------------------------------------------------------------------- /lib/terminfo/f/fox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/fox -------------------------------------------------------------------------------- /lib/terminfo/f/freedom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/f/freedom -------------------------------------------------------------------------------- /lib/terminfo/g/gigi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/g/gigi -------------------------------------------------------------------------------- /lib/terminfo/g/gsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/g/gsi -------------------------------------------------------------------------------- /lib/terminfo/g/gt100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/g/gt100 -------------------------------------------------------------------------------- /lib/terminfo/g/gt100a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/g/gt100a -------------------------------------------------------------------------------- /lib/terminfo/g/gt40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/g/gt40 -------------------------------------------------------------------------------- /lib/terminfo/g/gt42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/g/gt42 -------------------------------------------------------------------------------- /lib/terminfo/h/h1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h1000 -------------------------------------------------------------------------------- /lib/terminfo/h/h1420: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h1420 -------------------------------------------------------------------------------- /lib/terminfo/h/h1500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h1500 -------------------------------------------------------------------------------- /lib/terminfo/h/h1510: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h1510 -------------------------------------------------------------------------------- /lib/terminfo/h/h1520: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h1520 -------------------------------------------------------------------------------- /lib/terminfo/h/h1552: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h1552 -------------------------------------------------------------------------------- /lib/terminfo/h/h19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19 -------------------------------------------------------------------------------- /lib/terminfo/h/h19-a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19-a -------------------------------------------------------------------------------- /lib/terminfo/h/h19-b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19-b -------------------------------------------------------------------------------- /lib/terminfo/h/h19-bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19-bs -------------------------------------------------------------------------------- /lib/terminfo/h/h19-pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19-pb -------------------------------------------------------------------------------- /lib/terminfo/h/h19-u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19-u -------------------------------------------------------------------------------- /lib/terminfo/h/h19a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19a -------------------------------------------------------------------------------- /lib/terminfo/h/h19b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19b -------------------------------------------------------------------------------- /lib/terminfo/h/h19bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19bs -------------------------------------------------------------------------------- /lib/terminfo/h/h19u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h19u -------------------------------------------------------------------------------- /lib/terminfo/h/h2000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h2000 -------------------------------------------------------------------------------- /lib/terminfo/h/h89: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/h89 -------------------------------------------------------------------------------- /lib/terminfo/h/heath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/heath -------------------------------------------------------------------------------- /lib/terminfo/h/hp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp -------------------------------------------------------------------------------- /lib/terminfo/h/hp2621: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2621 -------------------------------------------------------------------------------- /lib/terminfo/h/hp2621a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2621a -------------------------------------------------------------------------------- /lib/terminfo/h/hp2621p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2621p -------------------------------------------------------------------------------- /lib/terminfo/h/hp2622: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2622 -------------------------------------------------------------------------------- /lib/terminfo/h/hp2622a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2622a -------------------------------------------------------------------------------- /lib/terminfo/h/hp2623: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2623 -------------------------------------------------------------------------------- /lib/terminfo/h/hp2623a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2623a -------------------------------------------------------------------------------- /lib/terminfo/h/hp2626: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2626 -------------------------------------------------------------------------------- /lib/terminfo/h/hp2626a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2626a -------------------------------------------------------------------------------- /lib/terminfo/h/hp2626p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2626p -------------------------------------------------------------------------------- /lib/terminfo/h/hp2640a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2640a -------------------------------------------------------------------------------- /lib/terminfo/h/hp2640b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2640b -------------------------------------------------------------------------------- /lib/terminfo/h/hp2644a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2644a -------------------------------------------------------------------------------- /lib/terminfo/h/hp2645: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2645 -------------------------------------------------------------------------------- /lib/terminfo/h/hp2648: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2648 -------------------------------------------------------------------------------- /lib/terminfo/h/hp2648a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp2648a -------------------------------------------------------------------------------- /lib/terminfo/h/hp45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/h/hp45 -------------------------------------------------------------------------------- /lib/terminfo/i/i100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/i100 -------------------------------------------------------------------------------- /lib/terminfo/i/i3101: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/i3101 -------------------------------------------------------------------------------- /lib/terminfo/i/i400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/i400 -------------------------------------------------------------------------------- /lib/terminfo/i/ibm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/ibm -------------------------------------------------------------------------------- /lib/terminfo/i/ibm3101: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/ibm3101 -------------------------------------------------------------------------------- /lib/terminfo/i/infoton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/infoton -------------------------------------------------------------------------------- /lib/terminfo/i/intext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/intext -------------------------------------------------------------------------------- /lib/terminfo/i/intext2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/intext2 -------------------------------------------------------------------------------- /lib/terminfo/i/ips: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/ips -------------------------------------------------------------------------------- /lib/terminfo/i/iq120: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/iq120 -------------------------------------------------------------------------------- /lib/terminfo/i/iq140: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/iq140 -------------------------------------------------------------------------------- /lib/terminfo/i/isc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/isc -------------------------------------------------------------------------------- /lib/terminfo/i/isc8001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/isc8001 -------------------------------------------------------------------------------- /lib/terminfo/i/it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/it -------------------------------------------------------------------------------- /lib/terminfo/i/it2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/i/it2 -------------------------------------------------------------------------------- /lib/terminfo/j/jerq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/j/jerq -------------------------------------------------------------------------------- /lib/terminfo/k/k45: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/k/k45 -------------------------------------------------------------------------------- /lib/terminfo/k/klc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/k/klc -------------------------------------------------------------------------------- /lib/terminfo/k/ktm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/k/ktm -------------------------------------------------------------------------------- /lib/terminfo/l/la120: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/l/la120 -------------------------------------------------------------------------------- /lib/terminfo/l/layer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/l/layer -------------------------------------------------------------------------------- /lib/terminfo/l/lp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/l/lp -------------------------------------------------------------------------------- /lib/terminfo/l/lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/l/lpr -------------------------------------------------------------------------------- /lib/terminfo/m/mdl110: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mdl110 -------------------------------------------------------------------------------- /lib/terminfo/m/megatek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/megatek -------------------------------------------------------------------------------- /lib/terminfo/m/microb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/microb -------------------------------------------------------------------------------- /lib/terminfo/m/mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime -------------------------------------------------------------------------------- /lib/terminfo/m/mime-3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime-3a -------------------------------------------------------------------------------- /lib/terminfo/m/mime-fb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime-fb -------------------------------------------------------------------------------- /lib/terminfo/m/mime-hb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime-hb -------------------------------------------------------------------------------- /lib/terminfo/m/mime1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime1 -------------------------------------------------------------------------------- /lib/terminfo/m/mime2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime2 -------------------------------------------------------------------------------- /lib/terminfo/m/mime2a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime2a -------------------------------------------------------------------------------- /lib/terminfo/m/mime2as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime2as -------------------------------------------------------------------------------- /lib/terminfo/m/mime2av: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mime2av -------------------------------------------------------------------------------- /lib/terminfo/m/mimefb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mimefb -------------------------------------------------------------------------------- /lib/terminfo/m/mimehb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mimehb -------------------------------------------------------------------------------- /lib/terminfo/m/mimei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mimei -------------------------------------------------------------------------------- /lib/terminfo/m/mimeii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mimeii -------------------------------------------------------------------------------- /lib/terminfo/m/minansi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/minansi -------------------------------------------------------------------------------- /lib/terminfo/m/mkt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mkt -------------------------------------------------------------------------------- /lib/terminfo/m/mransi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mransi -------------------------------------------------------------------------------- /lib/terminfo/m/mw2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/m/mw2 -------------------------------------------------------------------------------- /lib/terminfo/n/nec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/n/nec -------------------------------------------------------------------------------- /lib/terminfo/n/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/n/network -------------------------------------------------------------------------------- /lib/terminfo/n/netx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/n/netx -------------------------------------------------------------------------------- /lib/terminfo/n/nuc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/n/nuc -------------------------------------------------------------------------------- /lib/terminfo/n/nucterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/n/nucterm -------------------------------------------------------------------------------- /lib/terminfo/o/o31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/o31 -------------------------------------------------------------------------------- /lib/terminfo/o/oadm31: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/oadm31 -------------------------------------------------------------------------------- /lib/terminfo/o/oblit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/oblit -------------------------------------------------------------------------------- /lib/terminfo/o/oc100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/oc100 -------------------------------------------------------------------------------- /lib/terminfo/o/ojerq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/ojerq -------------------------------------------------------------------------------- /lib/terminfo/o/omron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/omron -------------------------------------------------------------------------------- /lib/terminfo/o/ovi300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/ovi300 -------------------------------------------------------------------------------- /lib/terminfo/o/owl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/o/owl -------------------------------------------------------------------------------- /lib/terminfo/p/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/patch -------------------------------------------------------------------------------- /lib/terminfo/p/pbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/pbox -------------------------------------------------------------------------------- /lib/terminfo/p/pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/pc -------------------------------------------------------------------------------- /lib/terminfo/p/pe550: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/pe550 -------------------------------------------------------------------------------- /lib/terminfo/p/plasma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/plasma -------------------------------------------------------------------------------- /lib/terminfo/p/print: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/print -------------------------------------------------------------------------------- /lib/terminfo/p/printer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/printer -------------------------------------------------------------------------------- /lib/terminfo/p/ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/ps -------------------------------------------------------------------------------- /lib/terminfo/p/pty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/p/pty -------------------------------------------------------------------------------- /lib/terminfo/q/qume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/q/qume -------------------------------------------------------------------------------- /lib/terminfo/q/qume5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/q/qume5 -------------------------------------------------------------------------------- /lib/terminfo/r/ramtek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/r/ramtek -------------------------------------------------------------------------------- /lib/terminfo/r/rayterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/r/rayterm -------------------------------------------------------------------------------- /lib/terminfo/r/reach: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/r/reach -------------------------------------------------------------------------------- /lib/terminfo/r/regent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/r/regent -------------------------------------------------------------------------------- /lib/terminfo/s/s1500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/s1500 -------------------------------------------------------------------------------- /lib/terminfo/s/sb1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sb1 -------------------------------------------------------------------------------- /lib/terminfo/s/sb2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sb2 -------------------------------------------------------------------------------- /lib/terminfo/s/sb3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sb3 -------------------------------------------------------------------------------- /lib/terminfo/s/sbg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sbg -------------------------------------------------------------------------------- /lib/terminfo/s/sbi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sbi -------------------------------------------------------------------------------- /lib/terminfo/s/sexidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sexidy -------------------------------------------------------------------------------- /lib/terminfo/s/sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sol -------------------------------------------------------------------------------- /lib/terminfo/s/sol1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sol1 -------------------------------------------------------------------------------- /lib/terminfo/s/sol2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sol2 -------------------------------------------------------------------------------- /lib/terminfo/s/soroc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/soroc -------------------------------------------------------------------------------- /lib/terminfo/s/sun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sun -------------------------------------------------------------------------------- /lib/terminfo/s/sun1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/sun1 -------------------------------------------------------------------------------- /lib/terminfo/s/switch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/switch -------------------------------------------------------------------------------- /lib/terminfo/s/swtp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/swtp -------------------------------------------------------------------------------- /lib/terminfo/s/system1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/s/system1 -------------------------------------------------------------------------------- /lib/terminfo/t/t10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t10 -------------------------------------------------------------------------------- /lib/terminfo/t/t1061: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t1061 -------------------------------------------------------------------------------- /lib/terminfo/t/t1061f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t1061f -------------------------------------------------------------------------------- /lib/terminfo/t/t16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t16 -------------------------------------------------------------------------------- /lib/terminfo/t/t3700: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t3700 -------------------------------------------------------------------------------- /lib/terminfo/t/t3800: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t3800 -------------------------------------------------------------------------------- /lib/terminfo/t/t500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/t500 -------------------------------------------------------------------------------- /lib/terminfo/t/tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tab -------------------------------------------------------------------------------- /lib/terminfo/t/tab132: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tab132 -------------------------------------------------------------------------------- /lib/terminfo/t/tec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tec -------------------------------------------------------------------------------- /lib/terminfo/t/tec400: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tec400 -------------------------------------------------------------------------------- /lib/terminfo/t/tec500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tec500 -------------------------------------------------------------------------------- /lib/terminfo/t/tek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek -------------------------------------------------------------------------------- /lib/terminfo/t/tek4012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4012 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4013: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4013 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4014 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4015 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4023 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4024 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4025 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4027: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4027 -------------------------------------------------------------------------------- /lib/terminfo/t/tek4112: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tek4112 -------------------------------------------------------------------------------- /lib/terminfo/t/teleray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/teleray -------------------------------------------------------------------------------- /lib/terminfo/t/teletec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/teletec -------------------------------------------------------------------------------- /lib/terminfo/t/terak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/terak -------------------------------------------------------------------------------- /lib/terminfo/t/tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tex -------------------------------------------------------------------------------- /lib/terminfo/t/ti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ti -------------------------------------------------------------------------------- /lib/terminfo/t/ti700: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ti700 -------------------------------------------------------------------------------- /lib/terminfo/t/ti733: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ti733 -------------------------------------------------------------------------------- /lib/terminfo/t/ti735: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ti735 -------------------------------------------------------------------------------- /lib/terminfo/t/ti745: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ti745 -------------------------------------------------------------------------------- /lib/terminfo/t/ti800: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ti800 -------------------------------------------------------------------------------- /lib/terminfo/t/tn1200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tn1200 -------------------------------------------------------------------------------- /lib/terminfo/t/tn300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tn300 -------------------------------------------------------------------------------- /lib/terminfo/t/trs-80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/trs-80 -------------------------------------------------------------------------------- /lib/terminfo/t/trs80: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/trs80 -------------------------------------------------------------------------------- /lib/terminfo/t/ts-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ts-1 -------------------------------------------------------------------------------- /lib/terminfo/t/ts1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/ts1 -------------------------------------------------------------------------------- /lib/terminfo/t/tty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty -------------------------------------------------------------------------------- /lib/terminfo/t/tty33: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty33 -------------------------------------------------------------------------------- /lib/terminfo/t/tty37: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty37 -------------------------------------------------------------------------------- /lib/terminfo/t/tty40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty40 -------------------------------------------------------------------------------- /lib/terminfo/t/tty43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty43 -------------------------------------------------------------------------------- /lib/terminfo/t/tty4424: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty4424 -------------------------------------------------------------------------------- /lib/terminfo/t/tty5620: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tty5620 -------------------------------------------------------------------------------- /lib/terminfo/t/tvi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi -------------------------------------------------------------------------------- /lib/terminfo/t/tvi-2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi-2p -------------------------------------------------------------------------------- /lib/terminfo/t/tvi2p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi2p -------------------------------------------------------------------------------- /lib/terminfo/t/tvi912: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi912 -------------------------------------------------------------------------------- /lib/terminfo/t/tvi912b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi912b -------------------------------------------------------------------------------- /lib/terminfo/t/tvi912c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi912c -------------------------------------------------------------------------------- /lib/terminfo/t/tvi920: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi920 -------------------------------------------------------------------------------- /lib/terminfo/t/tvi920b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi920b -------------------------------------------------------------------------------- /lib/terminfo/t/tvi920c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi920c -------------------------------------------------------------------------------- /lib/terminfo/t/tvi925: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi925 -------------------------------------------------------------------------------- /lib/terminfo/t/tvi950: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi950 -------------------------------------------------------------------------------- /lib/terminfo/t/tvi950b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/t/tvi950b -------------------------------------------------------------------------------- /lib/terminfo/u/ubell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/u/ubell -------------------------------------------------------------------------------- /lib/terminfo/u/unknown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/u/unknown -------------------------------------------------------------------------------- /lib/terminfo/v/vc103: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vc103 -------------------------------------------------------------------------------- /lib/terminfo/v/vc203: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vc203 -------------------------------------------------------------------------------- /lib/terminfo/v/vc303: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vc303 -------------------------------------------------------------------------------- /lib/terminfo/v/vc303-a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vc303-a -------------------------------------------------------------------------------- /lib/terminfo/v/vc403a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vc403a -------------------------------------------------------------------------------- /lib/terminfo/v/vt50: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vt50 -------------------------------------------------------------------------------- /lib/terminfo/v/vt52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/v/vt52 -------------------------------------------------------------------------------- /lib/terminfo/x/xl83: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/x/xl83 -------------------------------------------------------------------------------- /lib/terminfo/y/ya: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/y/ya -------------------------------------------------------------------------------- /lib/terminfo/z/z19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/z/z19 -------------------------------------------------------------------------------- /lib/terminfo/z/z30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/terminfo/z/z30 -------------------------------------------------------------------------------- /lib/uucp/L-devices: -------------------------------------------------------------------------------- 1 | 2 | # @(#)L-devices 1.3 3 | 4 | ACU cul0 cua0 300 5 | -------------------------------------------------------------------------------- /lib/uucp/L-dialcodes: -------------------------------------------------------------------------------- 1 | 2 | # @(#)L-dialcodes 1.5 3 | -------------------------------------------------------------------------------- /lib/uucp/L.cmds: -------------------------------------------------------------------------------- 1 | 2 | # @(#)L.cmds 1.3 3 | 4 | rmail 5 | -------------------------------------------------------------------------------- /lib/uucp/L.sys: -------------------------------------------------------------------------------- 1 | 2 | # @(#)L.sys 1.5 3 | -------------------------------------------------------------------------------- /lib/uucp/L_stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/L_stat -------------------------------------------------------------------------------- /lib/uucp/L_sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/L_sub -------------------------------------------------------------------------------- /lib/uucp/R_stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/R_stat -------------------------------------------------------------------------------- /lib/uucp/R_sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/R_sub -------------------------------------------------------------------------------- /lib/uucp/USERFILE: -------------------------------------------------------------------------------- 1 | nuucp, /usr/spool/uucppublic 2 | , / 3 | -------------------------------------------------------------------------------- /lib/uucp/uucico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/uucico -------------------------------------------------------------------------------- /lib/uucp/uuclean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/uuclean -------------------------------------------------------------------------------- /lib/uucp/uusub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/uusub -------------------------------------------------------------------------------- /lib/uucp/uuxqt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/uucp/uuxqt -------------------------------------------------------------------------------- /lib/vplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vplot -------------------------------------------------------------------------------- /lib/vpm/mpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vpm/mpl -------------------------------------------------------------------------------- /lib/vpm/pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vpm/pl -------------------------------------------------------------------------------- /lib/vpm/plistg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vpm/plistg -------------------------------------------------------------------------------- /lib/vpm/pss0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vpm/pss0 -------------------------------------------------------------------------------- /lib/vpm/pss12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vpm/pss12 -------------------------------------------------------------------------------- /lib/vpm/vratfor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/vpm/vratfor -------------------------------------------------------------------------------- /lib/xcpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/xcpp -------------------------------------------------------------------------------- /lib/xpass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/lib/xpass -------------------------------------------------------------------------------- /spool/lp/outputq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/spool/lp/outputq -------------------------------------------------------------------------------- /spool/lp/pstatus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/spool/lp/pstatus -------------------------------------------------------------------------------- /spool/lp/qstatus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/spool/lp/qstatus -------------------------------------------------------------------------------- /spool/uucp/LOGFILE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/spool/uucp/LOGFILE -------------------------------------------------------------------------------- /spool/uucp/Log-WEEK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/spool/uucp/Log-WEEK -------------------------------------------------------------------------------- /usr/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/.DS_Store -------------------------------------------------------------------------------- /usr/adm/lastlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/adm/lastlog -------------------------------------------------------------------------------- /usr/adm/messages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/adm/messages -------------------------------------------------------------------------------- /usr/adm/msgbuf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/adm/msgbuf -------------------------------------------------------------------------------- /usr/adm/shutdownlog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/adm/shutdownlog -------------------------------------------------------------------------------- /usr/adm/wtmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/adm/wtmp -------------------------------------------------------------------------------- /usr/crash/bounds: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /usr/dict/hlista: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/dict/hlista -------------------------------------------------------------------------------- /usr/dict/hlistb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/dict/hlistb -------------------------------------------------------------------------------- /usr/dict/hstop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/dict/hstop -------------------------------------------------------------------------------- /usr/dict/spellhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/dict/spellhist -------------------------------------------------------------------------------- /usr/games/adventure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/games/adventure -------------------------------------------------------------------------------- /usr/games/cave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/games/cave -------------------------------------------------------------------------------- /usr/games/lib/quiz.k/spell: -------------------------------------------------------------------------------- 1 | The son went behind a cloud.:sun 2 | Did you see the monky at the zoo?:monkey 3 | -------------------------------------------------------------------------------- /usr/games/rogue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/games/rogue -------------------------------------------------------------------------------- /usr/include/whoami: -------------------------------------------------------------------------------- 1 | NSC 2 | -------------------------------------------------------------------------------- /usr/lib/crontab: -------------------------------------------------------------------------------- 1 | 0,15,30,45 * * * * /usr/lib/atrun 2 | 0,10,20,30,40,50 * * * * /etc/dmesg - >> /usr/adm/messages 3 | -------------------------------------------------------------------------------- /usr/lib/uucp/L-devices: -------------------------------------------------------------------------------- 1 | ACU tty06 0 1200 2 | ACU tty06 0 300 3 | DIR tty07 0 9600 4 | -------------------------------------------------------------------------------- /usr/lib/uucp/L-dialcodes: -------------------------------------------------------------------------------- 1 | sanjose 408- 2 | -------------------------------------------------------------------------------- /usr/lib/uucp/SEQF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/lib/uucp/SEQF -------------------------------------------------------------------------------- /usr/lib/uucp/USERFILE: -------------------------------------------------------------------------------- 1 | uucp, / 2 | , / 3 | -------------------------------------------------------------------------------- /usr/nsc/dir: -------------------------------------------------------------------------------- 1 | ARG='*' 2 | if [ "$1" ] 3 | then ARG=$@ 4 | fi 5 | ls -ld $ARG 6 | -------------------------------------------------------------------------------- /usr/skel/.exrc: -------------------------------------------------------------------------------- 1 | set ai shell=/bin/csh redraw 2 | map g G 3 | -------------------------------------------------------------------------------- /usr/skel/.login: -------------------------------------------------------------------------------- 1 | set ignoreeof 2 | set prompt = '=> ' 3 | stty decctlq -lcase 4 | -------------------------------------------------------------------------------- /usr/skel/.logout: -------------------------------------------------------------------------------- 1 | clear 2 | -------------------------------------------------------------------------------- /usr/skel/.project: -------------------------------------------------------------------------------- 1 | Hacking UNIX for its sake... 2 | -------------------------------------------------------------------------------- /usr/spool/secretmail/notice: -------------------------------------------------------------------------------- 1 | Subj: Secret mail has arrived. 2 | -------------------------------------------------------------------------------- /usr/src/db16k/version: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /usr/tmp/.hushlogin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasoneckert/GENIX/b6e76748a78d95a977028d4ce4923849cf3558df/usr/tmp/.hushlogin --------------------------------------------------------------------------------