]> Zhao Yanbai Git Server - minix.git/commit
Initial revision
authorBen Gras <ben@minix3.org>
Thu, 21 Apr 2005 14:53:53 +0000 (14:53 +0000)
committerBen Gras <ben@minix3.org>
Thu, 21 Apr 2005 14:53:53 +0000 (14:53 +0000)
commit9865aeaa79903de3462de115f78cea2a3944aaed
tree9d503bcf3c3bb58c5deeeb1fc72e93c8a54e02ed
Initial revision
2264 files changed:
LICENSE [new file with mode: 0755]
Makefile [new file with mode: 0755]
boot/Makefile [new file with mode: 0755]
boot/a.out2com [new file with mode: 0755]
boot/addaout.c [new file with mode: 0644]
boot/boot.c [new file with mode: 0755]
boot/boot.h [new file with mode: 0755]
boot/bootblock.s [new file with mode: 0755]
boot/boothead.s [new file with mode: 0755]
boot/bootimage.c [new file with mode: 0755]
boot/doshead.s [new file with mode: 0755]
boot/image.h [new file with mode: 0755]
boot/installboot.c [new file with mode: 0755]
boot/jumpboot.s [new file with mode: 0755]
boot/masterboot.s [new file with mode: 0755]
boot/mkfhead.s [new file with mode: 0755]
boot/mkfile.c [new file with mode: 0755]
boot/rawfs.c [new file with mode: 0755]
boot/rawfs.h [new file with mode: 0755]
commands/Makefile [new file with mode: 0755]
commands/aal/Makefile [new file with mode: 0755]
commands/aal/arch.h [new file with mode: 0755]
commands/aal/archiver.c [new file with mode: 0755]
commands/aal/byte_order.h [new file with mode: 0755]
commands/aal/format.c [new file with mode: 0755]
commands/aal/local.h [new file with mode: 0755]
commands/aal/long2str.c [new file with mode: 0755]
commands/aal/object.h [new file with mode: 0755]
commands/aal/out.h [new file with mode: 0755]
commands/aal/param.h [new file with mode: 0755]
commands/aal/print.c [new file with mode: 0755]
commands/aal/ranlib.h [new file with mode: 0755]
commands/aal/rd.c [new file with mode: 0755]
commands/aal/rd_arhdr.c [new file with mode: 0755]
commands/aal/rd_bytes.c [new file with mode: 0755]
commands/aal/rd_unsig2.c [new file with mode: 0755]
commands/aal/sprint.c [new file with mode: 0755]
commands/aal/system.c [new file with mode: 0755]
commands/aal/system.h [new file with mode: 0755]
commands/aal/varargs.h [new file with mode: 0755]
commands/aal/wr_arhdr.c [new file with mode: 0755]
commands/aal/wr_bytes.c [new file with mode: 0755]
commands/aal/wr_int2.c [new file with mode: 0755]
commands/aal/wr_long.c [new file with mode: 0755]
commands/aal/wr_ranlib.c [new file with mode: 0755]
commands/aal/write.c [new file with mode: 0755]
commands/advent/Makefile [new file with mode: 0755]
commands/advent/advcave.h [new file with mode: 0755]
commands/advent/advdec.h [new file with mode: 0755]
commands/advent/advent.c [new file with mode: 0755]
commands/advent/advent.h [new file with mode: 0755]
commands/advent/advent1.txt [new file with mode: 0755]
commands/advent/advent2.txt [new file with mode: 0755]
commands/advent/advent3.txt [new file with mode: 0755]
commands/advent/advent4.txt [new file with mode: 0755]
commands/advent/database.c [new file with mode: 0755]
commands/advent/english.c [new file with mode: 0755]
commands/advent/initial.c [new file with mode: 0755]
commands/advent/itverb.c [new file with mode: 0755]
commands/advent/score.c [new file with mode: 0755]
commands/advent/setup.c [new file with mode: 0755]
commands/advent/travel.c [new file with mode: 0755]
commands/advent/turn.c [new file with mode: 0755]
commands/advent/utility.c [new file with mode: 0755]
commands/advent/verb.c [new file with mode: 0755]
commands/advent/vocab.c [new file with mode: 0755]
commands/ash/Makefile [new file with mode: 0755]
commands/ash/TOUR [new file with mode: 0755]
commands/ash/bltin/LICENSE [new file with mode: 0755]
commands/ash/bltin/binary_op [new file with mode: 0755]
commands/ash/bltin/bltin.h [new file with mode: 0755]
commands/ash/bltin/catf.c [new file with mode: 0755]
commands/ash/bltin/echo.c [new file with mode: 0755]
commands/ash/bltin/error.c [new file with mode: 0755]
commands/ash/bltin/expr.c [new file with mode: 0755]
commands/ash/bltin/line.c [new file with mode: 0755]
commands/ash/bltin/makefile.not [new file with mode: 0755]
commands/ash/bltin/mkexpr [new file with mode: 0755]
commands/ash/bltin/nlecho.c [new file with mode: 0755]
commands/ash/bltin/regexp.c [new file with mode: 0755]
commands/ash/bltin/stalloc.c [new file with mode: 0755]
commands/ash/bltin/umask.c [new file with mode: 0755]
commands/ash/bltin/unary_op [new file with mode: 0755]
commands/ash/builtins.table [new file with mode: 0755]
commands/ash/cd.c [new file with mode: 0755]
commands/ash/dirent.c [new file with mode: 0755]
commands/ash/error.c [new file with mode: 0755]
commands/ash/error.h [new file with mode: 0755]
commands/ash/eval.c [new file with mode: 0755]
commands/ash/eval.h [new file with mode: 0755]
commands/ash/exec.c [new file with mode: 0755]
commands/ash/exec.h [new file with mode: 0755]
commands/ash/expand.c [new file with mode: 0755]
commands/ash/expand.h [new file with mode: 0755]
commands/ash/funcs/cmv [new file with mode: 0755]
commands/ash/funcs/dirs [new file with mode: 0755]
commands/ash/funcs/kill [new file with mode: 0755]
commands/ash/funcs/login [new file with mode: 0755]
commands/ash/funcs/newgrp [new file with mode: 0755]
commands/ash/funcs/popd [new file with mode: 0755]
commands/ash/funcs/pushd [new file with mode: 0755]
commands/ash/funcs/suspend [new file with mode: 0755]
commands/ash/init.h [new file with mode: 0755]
commands/ash/input.c [new file with mode: 0755]
commands/ash/input.h [new file with mode: 0755]
commands/ash/jobs.c [new file with mode: 0755]
commands/ash/jobs.h [new file with mode: 0755]
commands/ash/machdep.h [new file with mode: 0755]
commands/ash/mail.c [new file with mode: 0755]
commands/ash/mail.h [new file with mode: 0755]
commands/ash/main.c [new file with mode: 0755]
commands/ash/main.h [new file with mode: 0755]
commands/ash/memalloc.c [new file with mode: 0755]
commands/ash/memalloc.h [new file with mode: 0755]
commands/ash/miscbltin.c [new file with mode: 0755]
commands/ash/mkbuiltins [new file with mode: 0755]
commands/ash/mkinit.c [new file with mode: 0755]
commands/ash/mknodes.c [new file with mode: 0755]
commands/ash/mksignames.c [new file with mode: 0755]
commands/ash/mksyntax.c [new file with mode: 0755]
commands/ash/mktokens [new file with mode: 0755]
commands/ash/mystring.c [new file with mode: 0755]
commands/ash/mystring.h [new file with mode: 0755]
commands/ash/nodes.c.pat [new file with mode: 0755]
commands/ash/nodetypes [new file with mode: 0755]
commands/ash/options.c [new file with mode: 0755]
commands/ash/options.h [new file with mode: 0755]
commands/ash/output.c [new file with mode: 0755]
commands/ash/output.h [new file with mode: 0755]
commands/ash/parser.c [new file with mode: 0755]
commands/ash/parser.h [new file with mode: 0755]
commands/ash/redir.c [new file with mode: 0755]
commands/ash/redir.h [new file with mode: 0755]
commands/ash/shell.h [new file with mode: 0755]
commands/ash/show.c [new file with mode: 0755]
commands/ash/sys/cdefs.h [new file with mode: 0755]
commands/ash/test/malloc.c [new file with mode: 0755]
commands/ash/trap.c [new file with mode: 0755]
commands/ash/trap.h [new file with mode: 0755]
commands/ash/var.c [new file with mode: 0755]
commands/ash/var.h [new file with mode: 0755]
commands/autil/Makefile [new file with mode: 0755]
commands/autil/anm.c [new file with mode: 0755]
commands/autil/asize.c [new file with mode: 0755]
commands/autil/out.h [new file with mode: 0755]
commands/awk/Makefile [new file with mode: 0755]
commands/awk/NOTE [new file with mode: 0755]
commands/awk/README [new file with mode: 0755]
commands/awk/awk.h [new file with mode: 0755]
commands/awk/e.c [new file with mode: 0755]
commands/awk/k.c [new file with mode: 0755]
commands/awk/l.c [new file with mode: 0755]
commands/awk/m.c [new file with mode: 0755]
commands/awk/n.c [new file with mode: 0755]
commands/awk/r.c [new file with mode: 0755]
commands/awk/regexp.c [new file with mode: 0755]
commands/awk/regexp.h [new file with mode: 0755]
commands/awk/v.c [new file with mode: 0755]
commands/awk/y.c [new file with mode: 0755]
commands/bc/COPYING [new file with mode: 0755]
commands/bc/Makefile [new file with mode: 0755]
commands/bc/bc.c [new file with mode: 0644]
commands/bc/bc.y [new file with mode: 0755]
commands/bc/bcdefs.h [new file with mode: 0755]
commands/bc/config.h [new file with mode: 0755]
commands/bc/const.h [new file with mode: 0755]
commands/bc/execute.c [new file with mode: 0755]
commands/bc/fix_math.h [new file with mode: 0755]
commands/bc/global.c [new file with mode: 0755]
commands/bc/global.h [new file with mode: 0755]
commands/bc/libmath.b [new file with mode: 0755]
commands/bc/load.c [new file with mode: 0755]
commands/bc/main.c [new file with mode: 0755]
commands/bc/number.c [new file with mode: 0755]
commands/bc/number.h [new file with mode: 0755]
commands/bc/proto.h [new file with mode: 0755]
commands/bc/sbc.y [new file with mode: 0755]
commands/bc/scan.c [new file with mode: 0755]
commands/bc/scan.l [new file with mode: 0755]
commands/bc/storage.c [new file with mode: 0755]
commands/bc/util.c [new file with mode: 0755]
commands/bc/version.h [new file with mode: 0755]
commands/bc/y.tab.h [new file with mode: 0755]
commands/byacc/ACKNOWLEDGEMEN [new file with mode: 0755]
commands/byacc/MANIFEST [new file with mode: 0755]
commands/byacc/Makefile [new file with mode: 0755]
commands/byacc/NEW_FEATURES [new file with mode: 0755]
commands/byacc/NOTES [new file with mode: 0755]
commands/byacc/NO_WARRANTY [new file with mode: 0755]
commands/byacc/README [new file with mode: 0755]
commands/byacc/closure.c [new file with mode: 0755]
commands/byacc/defs.h [new file with mode: 0755]
commands/byacc/error.c [new file with mode: 0755]
commands/byacc/lalr.c [new file with mode: 0755]
commands/byacc/lr0.c [new file with mode: 0755]
commands/byacc/main.c [new file with mode: 0755]
commands/byacc/mkpar.c [new file with mode: 0755]
commands/byacc/output.c [new file with mode: 0755]
commands/byacc/reader.c [new file with mode: 0755]
commands/byacc/skeleton.c [new file with mode: 0755]
commands/byacc/symtab.c [new file with mode: 0755]
commands/byacc/verbose.c [new file with mode: 0755]
commands/byacc/warshall.c [new file with mode: 0755]
commands/cawf/Makefile [new file with mode: 0755]
commands/cawf/README [new file with mode: 0755]
commands/cawf/ansi.h [new file with mode: 0755]
commands/cawf/bsfilt.c [new file with mode: 0755]
commands/cawf/cawf.c [new file with mode: 0755]
commands/cawf/cawf.h [new file with mode: 0755]
commands/cawf/cawflib.h [new file with mode: 0755]
commands/cawf/common [new file with mode: 0755]
commands/cawf/device.c [new file with mode: 0755]
commands/cawf/device.cf [new file with mode: 0755]
commands/cawf/diffs [new file with mode: 0755]
commands/cawf/dumb.dev [new file with mode: 0755]
commands/cawf/error.c [new file with mode: 0755]
commands/cawf/expand.c [new file with mode: 0755]
commands/cawf/expr.c [new file with mode: 0755]
commands/cawf/getopt.c [new file with mode: 0755]
commands/cawf/macsup.c [new file with mode: 0755]
commands/cawf/man.mac [new file with mode: 0755]
commands/cawf/me.mac [new file with mode: 0755]
commands/cawf/mnx.mac [new file with mode: 0755]
commands/cawf/ms.mac [new file with mode: 0755]
commands/cawf/nreq.c [new file with mode: 0755]
commands/cawf/output.c [new file with mode: 0755]
commands/cawf/pass2.c [new file with mode: 0755]
commands/cawf/pass3.c [new file with mode: 0755]
commands/cawf/proto.h [new file with mode: 0755]
commands/cawf/regerror.c [new file with mode: 0755]
commands/cawf/regexp.c [new file with mode: 0755]
commands/cawf/regexp.h [new file with mode: 0755]
commands/cawf/regmagic.h [new file with mode: 0755]
commands/cawf/store.c [new file with mode: 0755]
commands/cawf/string.c [new file with mode: 0755]
commands/cron/Makefile [new file with mode: 0755]
commands/cron/cron.c [new file with mode: 0755]
commands/cron/crontab.c [new file with mode: 0755]
commands/cron/misc.c [new file with mode: 0755]
commands/cron/misc.h [new file with mode: 0755]
commands/cron/tab.c [new file with mode: 0755]
commands/cron/tab.h [new file with mode: 0755]
commands/de/Makefile [new file with mode: 0755]
commands/de/README [new file with mode: 0755]
commands/de/de.c [new file with mode: 0755]
commands/de/de.h [new file with mode: 0755]
commands/de/de_diskio.c [new file with mode: 0755]
commands/de/de_recover.c [new file with mode: 0755]
commands/de/de_stdin.c [new file with mode: 0755]
commands/de/de_stdout.c [new file with mode: 0755]
commands/dhcpd/Makefile [new file with mode: 0755]
commands/dhcpd/arp.h [new file with mode: 0755]
commands/dhcpd/devices.c [new file with mode: 0755]
commands/dhcpd/dhcpd.c [new file with mode: 0755]
commands/dhcpd/dhcpd.h [new file with mode: 0755]
commands/dhcpd/ether.c [new file with mode: 0755]
commands/dhcpd/tags.c [new file with mode: 0755]
commands/dis88/Makefile [new file with mode: 0755]
commands/dis88/README [new file with mode: 0755]
commands/dis88/dis.h [new file with mode: 0755]
commands/dis88/disfp.c [new file with mode: 0755]
commands/dis88/dishand.c [new file with mode: 0755]
commands/dis88/dismain.c [new file with mode: 0755]
commands/dis88/disrel.c [new file with mode: 0755]
commands/dis88/distabs.c [new file with mode: 0755]
commands/elle/Makefile [new file with mode: 0755]
commands/elle/deffun.e [new file with mode: 0755]
commands/elle/defprf.c [new file with mode: 0755]
commands/elle/defprf.e [new file with mode: 0755]
commands/elle/eebit.c [new file with mode: 0755]
commands/elle/eebuff.c [new file with mode: 0755]
commands/elle/eecmds.c [new file with mode: 0755]
commands/elle/eediag.c [new file with mode: 0755]
commands/elle/eedisp.c [new file with mode: 0755]
commands/elle/eeedit.c [new file with mode: 0755]
commands/elle/eeerr.c [new file with mode: 0755]
commands/elle/eef1.c [new file with mode: 0755]
commands/elle/eef2.c [new file with mode: 0755]
commands/elle/eef3.c [new file with mode: 0755]
commands/elle/eefd.c [new file with mode: 0755]
commands/elle/eefdef.h [new file with mode: 0755]
commands/elle/eefed.c [new file with mode: 0755]
commands/elle/eefidx.h [new file with mode: 0755]
commands/elle/eefile.c [new file with mode: 0755]
commands/elle/eefill.c [new file with mode: 0755]
commands/elle/eehelp.c [new file with mode: 0755]
commands/elle/eekmac.c [new file with mode: 0755]
commands/elle/eemain.c [new file with mode: 0755]
commands/elle/eemake.c [new file with mode: 0755]
commands/elle/eeprof.h [new file with mode: 0755]
commands/elle/eeproto.h [new file with mode: 0755]
commands/elle/eequer.c [new file with mode: 0755]
commands/elle/eeques.c [new file with mode: 0755]
commands/elle/eesigs.h [new file with mode: 0755]
commands/elle/eesite.c [new file with mode: 0755]
commands/elle/eesite.h [new file with mode: 0755]
commands/elle/eesrch.c [new file with mode: 0755]
commands/elle/eeterm.c [new file with mode: 0755]
commands/elle/eevini.c [new file with mode: 0755]
commands/elle/elle.h [new file with mode: 0755]
commands/elle/ellec.c [new file with mode: 0755]
commands/elle/sb.h [new file with mode: 0755]
commands/elle/sbbcpy.c [new file with mode: 0755]
commands/elle/sberr.c [new file with mode: 0755]
commands/elle/sbm.c [new file with mode: 0755]
commands/elle/sbproto.h [new file with mode: 0755]
commands/elle/sbstr.c [new file with mode: 0755]
commands/elle/sbvall.c [new file with mode: 0755]
commands/elvis/Doc.sh [new file with mode: 0755]
commands/elvis/Knownbug.txt [new file with mode: 0755]
commands/elvis/Makedoc [new file with mode: 0755]
commands/elvis/Makefile [new file with mode: 0755]
commands/elvis/Man.sh [new file with mode: 0755]
commands/elvis/Readme.txt [new file with mode: 0755]
commands/elvis/blk.c [new file with mode: 0755]
commands/elvis/cmd1.c [new file with mode: 0755]
commands/elvis/cmd2.c [new file with mode: 0755]
commands/elvis/config.h [new file with mode: 0755]
commands/elvis/ctags.c [new file with mode: 0755]
commands/elvis/ctype.c [new file with mode: 0755]
commands/elvis/ctype.h [new file with mode: 0755]
commands/elvis/curses.c [new file with mode: 0755]
commands/elvis/curses.h [new file with mode: 0755]
commands/elvis/cut.c [new file with mode: 0755]
commands/elvis/elvprsv.c [new file with mode: 0755]
commands/elvis/elvrec.c [new file with mode: 0755]
commands/elvis/ex.c [new file with mode: 0755]
commands/elvis/fmt.c [new file with mode: 0755]
commands/elvis/input.c [new file with mode: 0755]
commands/elvis/main.c [new file with mode: 0755]
commands/elvis/misc.c [new file with mode: 0755]
commands/elvis/modify.c [new file with mode: 0755]
commands/elvis/move1.c [new file with mode: 0755]
commands/elvis/move2.c [new file with mode: 0755]
commands/elvis/move3.c [new file with mode: 0755]
commands/elvis/move4.c [new file with mode: 0755]
commands/elvis/move5.c [new file with mode: 0755]
commands/elvis/opts.c [new file with mode: 0755]
commands/elvis/prsvunix.c [new file with mode: 0755]
commands/elvis/recycle.c [new file with mode: 0755]
commands/elvis/redraw.c [new file with mode: 0755]
commands/elvis/ref.c [new file with mode: 0755]
commands/elvis/regexp.c [new file with mode: 0755]
commands/elvis/regexp.h [new file with mode: 0755]
commands/elvis/regsub.c [new file with mode: 0755]
commands/elvis/system.c [new file with mode: 0755]
commands/elvis/tinyprnt.c [new file with mode: 0755]
commands/elvis/tinytcap.c [new file with mode: 0755]
commands/elvis/tio.c [new file with mode: 0755]
commands/elvis/tmp.c [new file with mode: 0755]
commands/elvis/unix.c [new file with mode: 0755]
commands/elvis/vars.c [new file with mode: 0755]
commands/elvis/vcmd.c [new file with mode: 0755]
commands/elvis/vi.c [new file with mode: 0755]
commands/elvis/vi.h [new file with mode: 0755]
commands/ftp/Makefile [new file with mode: 0755]
commands/ftp/file.c [new file with mode: 0755]
commands/ftp/file.h [new file with mode: 0755]
commands/ftp/ftp.c [new file with mode: 0755]
commands/ftp/ftp.h [new file with mode: 0755]
commands/ftp/local.c [new file with mode: 0755]
commands/ftp/local.h [new file with mode: 0755]
commands/ftp/net.c [new file with mode: 0755]
commands/ftp/net.h [new file with mode: 0755]
commands/ftp/other.c [new file with mode: 0755]
commands/ftp/other.h [new file with mode: 0755]
commands/i386/Makefile [new file with mode: 0755]
commands/i386/acd.c [new file with mode: 0755]
commands/i386/asmconv/Makefile [new file with mode: 0755]
commands/i386/asmconv/asm86.c [new file with mode: 0755]
commands/i386/asmconv/asm86.h [new file with mode: 0755]
commands/i386/asmconv/asmconv.c [new file with mode: 0755]
commands/i386/asmconv/asmconv.h [new file with mode: 0755]
commands/i386/asmconv/emit_ack.c [new file with mode: 0755]
commands/i386/asmconv/emit_gnu.c [new file with mode: 0755]
commands/i386/asmconv/languages.h [new file with mode: 0755]
commands/i386/asmconv/parse_ack.c [new file with mode: 0755]
commands/i386/asmconv/parse_bas.c [new file with mode: 0755]
commands/i386/asmconv/parse_gnu.c [new file with mode: 0755]
commands/i386/asmconv/syntax.ack [new file with mode: 0755]
commands/i386/asmconv/token.h [new file with mode: 0755]
commands/i386/asmconv/tokenize.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/COPYING [new file with mode: 0755]
commands/i386/mtools-3.9.7/Makefile [new file with mode: 0755]
commands/i386/mtools-3.9.7/README [new file with mode: 0755]
commands/i386/mtools-3.9.7/buffer.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/buffer.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/codepage.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/config.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/config.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/copyfile.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/devices.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/devices.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/dirCache.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/dirCache.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/directory.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/direntry.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/expand.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/fat.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/fat_free.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/file.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/file.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/file_name.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/file_read.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/filter.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/floppyd_io.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/floppyd_io.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/force_io.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/fs.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/fsP.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/hash.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/htable.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/init.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/llong.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/llong.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/mainloop.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mainloop.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/match.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mattrib.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mbadblocks.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mcat.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mcd.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mcopy.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mdel.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mdir.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mdoctorfat.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mdu.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mformat.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/minfo.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/misc.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/missFuncs.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mk_direntry.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mlabel.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mmd.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mmount.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mmove.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mpartition.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/msdos.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/mshowfat.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mtools.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/mtools.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/mtoolsDirent.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/mtoolsPaths.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/nameclash.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/partition.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/patchlevel.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/plain_io.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/plain_io.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/precmd.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/privileges.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/scsi.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/scsi.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/signal.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/stream.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/stream.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/streamcache.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/subdir.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/sysincludes.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/toupper.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/tty.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/unixdir.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/vfat.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/vfat.h [new file with mode: 0755]
commands/i386/mtools-3.9.7/xdf_io.c [new file with mode: 0755]
commands/i386/mtools-3.9.7/xdf_io.h [new file with mode: 0755]
commands/i86/Makefile [new file with mode: 0755]
commands/i86/cc.c [new file with mode: 0755]
commands/ibm/Makefile [new file with mode: 0755]
commands/ibm/backup.c [new file with mode: 0644]
commands/ibm/dosread.c [new file with mode: 0755]
commands/ibm/fdisk.c [new file with mode: 0755]
commands/ibm/format.c [new file with mode: 0755]
commands/ibm/loadfont.c [new file with mode: 0755]
commands/ibm/loadkeys.c [new file with mode: 0755]
commands/ibm/mixer.c [new file with mode: 0755]
commands/ibm/part.c [new file with mode: 0755]
commands/ibm/partition.c [new file with mode: 0755]
commands/ibm/playwave.c [new file with mode: 0755]
commands/ibm/postmort.c [new file with mode: 0755]
commands/ibm/readclock.c [new file with mode: 0755]
commands/ibm/readclock2 [new file with mode: 0755]
commands/ibm/recwave.c [new file with mode: 0755]
commands/ibm/repartition.c [new file with mode: 0755]
commands/ibm/screendump.c [new file with mode: 0755]
commands/ibm/sdump.c [new file with mode: 0755]
commands/m4/Ack.m4 [new file with mode: 0755]
commands/m4/Hanoi.m4 [new file with mode: 0755]
commands/m4/Hash.m4 [new file with mode: 0755]
commands/m4/M4.out [new file with mode: 0755]
commands/m4/Makefile [new file with mode: 0755]
commands/m4/READ_ME [new file with mode: 0755]
commands/m4/Sqroot.m4 [new file with mode: 0755]
commands/m4/String.m4 [new file with mode: 0755]
commands/m4/Test.m4 [new file with mode: 0755]
commands/m4/eval.c [new file with mode: 0755]
commands/m4/expr.c [new file with mode: 0755]
commands/m4/extr.h [new file with mode: 0755]
commands/m4/look.c [new file with mode: 0755]
commands/m4/main.c [new file with mode: 0755]
commands/m4/mdef.h [new file with mode: 0755]
commands/m4/misc.c [new file with mode: 0755]
commands/m4/patchlevel.h [new file with mode: 0755]
commands/m4/serv.c [new file with mode: 0755]
commands/make/Makefile [new file with mode: 0755]
commands/make/archive.c [new file with mode: 0755]
commands/make/check.c [new file with mode: 0755]
commands/make/h.h [new file with mode: 0755]
commands/make/input.c [new file with mode: 0755]
commands/make/macro.c [new file with mode: 0755]
commands/make/main.c [new file with mode: 0755]
commands/make/make.c [new file with mode: 0755]
commands/make/reader.c [new file with mode: 0755]
commands/make/rules.c [new file with mode: 0755]
commands/mined/Makefile [new file with mode: 0755]
commands/mined/mined.h [new file with mode: 0755]
commands/mined/mined1.c [new file with mode: 0755]
commands/mined/mined2.c [new file with mode: 0755]
commands/patch/EXTERN.h [new file with mode: 0755]
commands/patch/INTERN.h [new file with mode: 0755]
commands/patch/Makefile [new file with mode: 0755]
commands/patch/common.h [new file with mode: 0755]
commands/patch/config.h [new file with mode: 0755]
commands/patch/inp.c [new file with mode: 0755]
commands/patch/inp.h [new file with mode: 0755]
commands/patch/patch.c [new file with mode: 0755]
commands/patch/patchlevel.h [new file with mode: 0755]
commands/patch/pch.c [new file with mode: 0755]
commands/patch/pch.h [new file with mode: 0755]
commands/patch/util.c [new file with mode: 0755]
commands/patch/util.h [new file with mode: 0755]
commands/patch/version.c [new file with mode: 0755]
commands/patch/version.h [new file with mode: 0755]
commands/ps/Makefile [new file with mode: 0644]
commands/ps/ps [new file with mode: 0755]
commands/ps/ps.c [new file with mode: 0644]
commands/reboot/Makefile [new file with mode: 0755]
commands/reboot/README [new file with mode: 0755]
commands/reboot/halt.c [new file with mode: 0755]
commands/reboot/log.c [new file with mode: 0755]
commands/reboot/sh_wall.c [new file with mode: 0755]
commands/reboot/shutdown.c [new file with mode: 0755]
commands/reboot/tinyhalt.c [new file with mode: 0755]
commands/rlogind/Makefile [new file with mode: 0755]
commands/rlogind/rlogind.c [new file with mode: 0755]
commands/rlogind/rlogind.h [new file with mode: 0755]
commands/rlogind/setup.c [new file with mode: 0755]
commands/scripts/DESCRIBE.sh [new file with mode: 0755]
commands/scripts/M.sh [new file with mode: 0755]
commands/scripts/MAKEDEV.sh [new file with mode: 0755]
commands/scripts/Makefile [new file with mode: 0755]
commands/scripts/adduser.sh [new file with mode: 0755]
commands/scripts/cd.sh [new file with mode: 0755]
commands/scripts/checkhier.sh [new file with mode: 0755]
commands/scripts/clear.sh [new file with mode: 0755]
commands/scripts/makewhatis.sh [new file with mode: 0755]
commands/scripts/mkdist.sh [new file with mode: 0755]
commands/scripts/setup.sh [new file with mode: 0755]
commands/scripts/spell.sh [new file with mode: 0755]
commands/scripts/srccrc.sh [new file with mode: 0755]
commands/scripts/svclog.sh [new file with mode: 0755]
commands/scripts/whatis.sh [new file with mode: 0755]
commands/scripts/whereis.sh [new file with mode: 0755]
commands/sh/Makefile [new file with mode: 0755]
commands/sh/sh.h [new file with mode: 0755]
commands/sh/sh1.c [new file with mode: 0755]
commands/sh/sh2.c [new file with mode: 0755]
commands/sh/sh3.c [new file with mode: 0755]
commands/sh/sh4.c [new file with mode: 0755]
commands/sh/sh5.c [new file with mode: 0755]
commands/sh/sh6.c [new file with mode: 0755]
commands/simple/Makefile [new file with mode: 0755]
commands/simple/add_route.c [new file with mode: 0755]
commands/simple/at.c [new file with mode: 0755]
commands/simple/backup.c [new file with mode: 0755]
commands/simple/badblocks.c [new file with mode: 0755]
commands/simple/banner.c [new file with mode: 0755]
commands/simple/basename.c [new file with mode: 0755]
commands/simple/cal.c [new file with mode: 0755]
commands/simple/calendar.c [new file with mode: 0755]
commands/simple/cat.c [new file with mode: 0755]
commands/simple/cdiff.c [new file with mode: 0755]
commands/simple/cgrep.c [new file with mode: 0755]
commands/simple/chmem.c [new file with mode: 0755]
commands/simple/chmod.c [new file with mode: 0755]
commands/simple/chown.c [new file with mode: 0755]
commands/simple/chroot.c [new file with mode: 0644]
commands/simple/ci.c [new file with mode: 0755]
commands/simple/cksum.c [new file with mode: 0755]
commands/simple/cleantmp.c [new file with mode: 0755]
commands/simple/cmp.c [new file with mode: 0755]
commands/simple/co.c [new file with mode: 0755]
commands/simple/comm.c [new file with mode: 0755]
commands/simple/compress.c [new file with mode: 0755]
commands/simple/cp.c [new file with mode: 0755]
commands/simple/crc.c [new file with mode: 0755]
commands/simple/cut.c [new file with mode: 0755]
commands/simple/date.c [new file with mode: 0755]
commands/simple/dd.c [new file with mode: 0755]
commands/simple/decomp16.c [new file with mode: 0755]
commands/simple/df.c [new file with mode: 0755]
commands/simple/dhrystone.c [new file with mode: 0755]
commands/simple/diff.c [new file with mode: 0755]
commands/simple/dirname.c [new file with mode: 0755]
commands/simple/du.c [new file with mode: 0755]
commands/simple/ed.c [new file with mode: 0755]
commands/simple/eject.c [new file with mode: 0755]
commands/simple/env.c [new file with mode: 0755]
commands/simple/expand.c [new file with mode: 0755]
commands/simple/factor.c [new file with mode: 0755]
commands/simple/fgrep.c [new file with mode: 0755]
commands/simple/file.c [new file with mode: 0755]
commands/simple/find.c [new file with mode: 0755]
commands/simple/finger.c [new file with mode: 0755]
commands/simple/fix.c [new file with mode: 0755]
commands/simple/fold.c [new file with mode: 0755]
commands/simple/fortune.c [new file with mode: 0755]
commands/simple/fsck.c [new file with mode: 0755]
commands/simple/fsck1.c [new file with mode: 0755]
commands/simple/getty.c [new file with mode: 0755]
commands/simple/gomoku.c [new file with mode: 0755]
commands/simple/grep.c [new file with mode: 0755]
commands/simple/head.c [new file with mode: 0755]
commands/simple/host.c [new file with mode: 0755]
commands/simple/hostaddr.c [new file with mode: 0755]
commands/simple/id.c [new file with mode: 0755]
commands/simple/ifconfig.c [new file with mode: 0755]
commands/simple/ifdef.c [new file with mode: 0755]
commands/simple/in.fingerd.c [new file with mode: 0755]
commands/simple/in.rshd.c [new file with mode: 0755]
commands/simple/install.c [new file with mode: 0755]
commands/simple/intr.c [new file with mode: 0755]
commands/simple/irdpd.c [new file with mode: 0755]
commands/simple/isoread.c [new file with mode: 0755]
commands/simple/join.c [new file with mode: 0755]
commands/simple/kill.c [new file with mode: 0755]
commands/simple/last.c [new file with mode: 0755]
commands/simple/leave.c [new file with mode: 0755]
commands/simple/life.c [new file with mode: 0755]
commands/simple/login.c [new file with mode: 0755]
commands/simple/look.c [new file with mode: 0755]
commands/simple/lp.c [new file with mode: 0755]
commands/simple/lpd.c [new file with mode: 0755]
commands/simple/ls.c [new file with mode: 0755]
commands/simple/mail.c [new file with mode: 0755]
commands/simple/man.c [new file with mode: 0755]
commands/simple/mesg.c [new file with mode: 0755]
commands/simple/mkdir.c [new file with mode: 0755]
commands/simple/mkfifo.c [new file with mode: 0755]
commands/simple/mkfs-old [new file with mode: 0755]
commands/simple/mkfs.c [new file with mode: 0755]
commands/simple/mknod.c [new file with mode: 0755]
commands/simple/mkproto.c [new file with mode: 0755]
commands/simple/mkswap.c [new file with mode: 0755]
commands/simple/modem.c [new file with mode: 0755]
commands/simple/mount.c [new file with mode: 0755]
commands/simple/mt.c [new file with mode: 0755]
commands/simple/nm.c [new file with mode: 0755]
commands/simple/nonamed.c [new file with mode: 0755]
commands/simple/od.c [new file with mode: 0755]
commands/simple/origmkfs.c [new file with mode: 0644]
commands/simple/passwd.c [new file with mode: 0755]
commands/simple/paste.c [new file with mode: 0755]
commands/simple/ping.c [new file with mode: 0755]
commands/simple/pr.c [new file with mode: 0755]
commands/simple/pr_routes.c [new file with mode: 0755]
commands/simple/prep.c [new file with mode: 0755]
commands/simple/printf.c [new file with mode: 0755]
commands/simple/printroot.c [new file with mode: 0755]
commands/simple/proto.c [new file with mode: 0755]
commands/simple/pwd.c [new file with mode: 0755]
commands/simple/pwdauth.c [new file with mode: 0755]
commands/simple/rarpd.c [new file with mode: 0755]
commands/simple/rcp.c [new file with mode: 0755]
commands/simple/rdate.c [new file with mode: 0755]
commands/simple/readall.c [new file with mode: 0755]
commands/simple/readfs.c [new file with mode: 0755]
commands/simple/remsync.c [new file with mode: 0755]
commands/simple/rget.c [new file with mode: 0755]
commands/simple/rlogin.c [new file with mode: 0755]
commands/simple/rmdir.c [new file with mode: 0755]
commands/simple/rsh.c [new file with mode: 0755]
commands/simple/sed.c [new file with mode: 0755]
commands/simple/shar.c [new file with mode: 0755]
commands/simple/size.c [new file with mode: 0755]
commands/simple/sleep.c [new file with mode: 0755]
commands/simple/slip.c [new file with mode: 0755]
commands/simple/sort.c [new file with mode: 0755]
commands/simple/split.c [new file with mode: 0755]
commands/simple/stat.c [new file with mode: 0755]
commands/simple/strings.c [new file with mode: 0755]
commands/simple/strip.c [new file with mode: 0755]
commands/simple/stty.c [new file with mode: 0755]
commands/simple/su.c [new file with mode: 0755]
commands/simple/sum.c [new file with mode: 0755]
commands/simple/swapfs.c [new file with mode: 0755]
commands/simple/sync.c [new file with mode: 0755]
commands/simple/synctree.c [new file with mode: 0755]
commands/simple/sysenv.c [new file with mode: 0755]
commands/simple/tail.c [new file with mode: 0755]
commands/simple/tar.c [new file with mode: 0755]
commands/simple/tcpd.c [new file with mode: 0755]
commands/simple/tee.c [new file with mode: 0755]
commands/simple/term.c [new file with mode: 0755]
commands/simple/termcap.c [new file with mode: 0755]
commands/simple/tget.c [new file with mode: 0755]
commands/simple/time.c [new file with mode: 0755]
commands/simple/touch.c [new file with mode: 0755]
commands/simple/tr.c [new file with mode: 0755]
commands/simple/tsort.c [new file with mode: 0755]
commands/simple/ttt.c [new file with mode: 0755]
commands/simple/tty.c [new file with mode: 0755]
commands/simple/umount.c [new file with mode: 0755]
commands/simple/uname.c [new file with mode: 0755]
commands/simple/unexpand.c [new file with mode: 0755]
commands/simple/uniq.c [new file with mode: 0755]
commands/simple/update.c [new file with mode: 0755]
commands/simple/uud.c [new file with mode: 0755]
commands/simple/uue.c [new file with mode: 0755]
commands/simple/vol.c [new file with mode: 0755]
commands/simple/wc.c [new file with mode: 0755]
commands/simple/which.c [new file with mode: 0755]
commands/simple/who.c [new file with mode: 0755]
commands/simple/whoami.c [new file with mode: 0755]
commands/simple/write.c [new file with mode: 0755]
commands/simple/writeisofs.c [new file with mode: 0644]
commands/simple/xargs.c [new file with mode: 0755]
commands/simple/yes.c [new file with mode: 0755]
commands/talk/Makefile [new file with mode: 0755]
commands/talk/net.c [new file with mode: 0755]
commands/talk/net.h [new file with mode: 0755]
commands/talk/proto.c [new file with mode: 0755]
commands/talk/proto.h [new file with mode: 0755]
commands/talk/screen.c [new file with mode: 0755]
commands/talk/screen.h [new file with mode: 0755]
commands/talk/talk.c [new file with mode: 0755]
commands/talk/talk.h [new file with mode: 0755]
commands/talkd/Makefile [new file with mode: 0755]
commands/talkd/finduser.c [new file with mode: 0755]
commands/talkd/finduser.h [new file with mode: 0755]
commands/talkd/net.c [new file with mode: 0755]
commands/talkd/net.h [new file with mode: 0755]
commands/talkd/process.c [new file with mode: 0755]
commands/talkd/process.h [new file with mode: 0755]
commands/talkd/talk.h [new file with mode: 0755]
commands/talkd/talkd.c [new file with mode: 0755]
commands/talkd/talkd.h [new file with mode: 0755]
commands/telnet/Makefile [new file with mode: 0755]
commands/telnet/ttn.c [new file with mode: 0755]
commands/telnet/ttn.h [new file with mode: 0755]
commands/telnet/ttn_conf.c [new file with mode: 0755]
commands/telnetd/Makefile [new file with mode: 0755]
commands/telnetd/main.c [new file with mode: 0755]
commands/telnetd/pty.c [new file with mode: 0755]
commands/telnetd/telnet.c [new file with mode: 0755]
commands/telnetd/telnet.h [new file with mode: 0755]
commands/telnetd/telnetd.h [new file with mode: 0755]
commands/telnetd/term.c [new file with mode: 0755]
commands/telnetd/wtmp.c [new file with mode: 0755]
commands/urlget/Makefile [new file with mode: 0755]
commands/urlget/net.c [new file with mode: 0755]
commands/urlget/net.h [new file with mode: 0755]
commands/urlget/urlget.c [new file with mode: 0755]
commands/yap/Makefile [new file with mode: 0755]
commands/yap/NOTICE [new file with mode: 0755]
commands/yap/READ_ME [new file with mode: 0755]
commands/yap/assert.c [new file with mode: 0755]
commands/yap/assert.h [new file with mode: 0755]
commands/yap/commands.c [new file with mode: 0755]
commands/yap/commands.h [new file with mode: 0755]
commands/yap/display.c [new file with mode: 0755]
commands/yap/display.h [new file with mode: 0755]
commands/yap/getcomm.c [new file with mode: 0755]
commands/yap/getcomm.h [new file with mode: 0755]
commands/yap/getline.c [new file with mode: 0755]
commands/yap/getline.h [new file with mode: 0755]
commands/yap/help.c [new file with mode: 0755]
commands/yap/help.h [new file with mode: 0755]
commands/yap/in_all.h [new file with mode: 0755]
commands/yap/keys.c [new file with mode: 0755]
commands/yap/keys.h [new file with mode: 0755]
commands/yap/machine.c [new file with mode: 0755]
commands/yap/machine.h [new file with mode: 0755]
commands/yap/main.c [new file with mode: 0755]
commands/yap/main.h [new file with mode: 0755]
commands/yap/options.c [new file with mode: 0755]
commands/yap/options.h [new file with mode: 0755]
commands/yap/output.c [new file with mode: 0755]
commands/yap/output.h [new file with mode: 0755]
commands/yap/pattern.c [new file with mode: 0755]
commands/yap/pattern.h [new file with mode: 0755]
commands/yap/process.c [new file with mode: 0755]
commands/yap/process.h [new file with mode: 0755]
commands/yap/prompt.c [new file with mode: 0755]
commands/yap/prompt.h [new file with mode: 0755]
commands/yap/term.c [new file with mode: 0755]
commands/yap/term.h [new file with mode: 0755]
commands/zmodem/Makefile [new file with mode: 0755]
commands/zmodem/crctab.c [new file with mode: 0755]
commands/zmodem/rbsb.c [new file with mode: 0755]
commands/zmodem/rz.c [new file with mode: 0755]
commands/zmodem/sz.c [new file with mode: 0755]
commands/zmodem/zm.c [new file with mode: 0755]
commands/zmodem/zmodem.h [new file with mode: 0755]
conflicts [new file with mode: 0644]
drivers/Makefile [new file with mode: 0644]
drivers/at_wini/Makefile [new file with mode: 0644]
drivers/at_wini/at_wini.c [new file with mode: 0644]
drivers/at_wini/at_wini.h [new file with mode: 0644]
drivers/drivers.h [new file with mode: 0644]
drivers/floppy/Makefile [new file with mode: 0644]
drivers/floppy/floppy.c [new file with mode: 0644]
drivers/floppy/floppy.h [new file with mode: 0644]
drivers/libdriver/Makefile [new file with mode: 0644]
drivers/libdriver/driver.c [new file with mode: 0644]
drivers/libdriver/driver.h [new file with mode: 0644]
drivers/libdriver/drvlib.c [new file with mode: 0644]
drivers/libdriver/drvlib.h [new file with mode: 0644]
drivers/libpci/pci.c [new file with mode: 0644]
drivers/libpci/pci.h [new file with mode: 0644]
drivers/libpci/pci_amd.h [new file with mode: 0644]
drivers/libpci/pci_intel.h [new file with mode: 0644]
drivers/libpci/pci_sis.h [new file with mode: 0644]
drivers/libpci/pci_table.c [new file with mode: 0644]
drivers/libpci/pci_via.h [new file with mode: 0644]
drivers/memory/Makefile [new file with mode: 0644]
drivers/memory/memory.c [new file with mode: 0644]
drivers/printer/Makefile [new file with mode: 0644]
drivers/printer/printer.c [new file with mode: 0644]
drivers/tty/Makefile [new file with mode: 0644]
drivers/tty/console.c [new file with mode: 0644]
drivers/tty/keyboard.c [new file with mode: 0644]
drivers/tty/keymaps/Makefile [new file with mode: 0644]
drivers/tty/keymaps/french.src [new file with mode: 0644]
drivers/tty/keymaps/genmap.c [new file with mode: 0644]
drivers/tty/keymaps/german.src [new file with mode: 0644]
drivers/tty/keymaps/italian.src [new file with mode: 0644]
drivers/tty/keymaps/japanese.src [new file with mode: 0644]
drivers/tty/keymaps/latin-am.src [new file with mode: 0644]
drivers/tty/keymaps/olivetti.src [new file with mode: 0644]
drivers/tty/keymaps/polish.src [new file with mode: 0644]
drivers/tty/keymaps/scandinavn.src [new file with mode: 0644]
drivers/tty/keymaps/spanish.src [new file with mode: 0644]
drivers/tty/keymaps/uk.src [new file with mode: 0644]
drivers/tty/keymaps/us-std.src [new file with mode: 0644]
drivers/tty/keymaps/us-swap.src [new file with mode: 0644]
drivers/tty/pty.c [new file with mode: 0644]
drivers/tty/rs232.c [new file with mode: 0644]
drivers/tty/tty.c [new file with mode: 0644]
drivers/tty/tty.h [new file with mode: 0644]
drivers/tty/vidcopy.s [new file with mode: 0644]
etc/Makefile [new file with mode: 0644]
etc/fstab [new file with mode: 0755]
etc/group [new file with mode: 0755]
etc/hostname.file [new file with mode: 0755]
etc/inet.conf [new file with mode: 0755]
etc/motd [new file with mode: 0755]
etc/mtab [new file with mode: 0755]
etc/mtree.sh [new file with mode: 0755]
etc/mtree/minix.tree [new file with mode: 0644]
etc/passwd [new file with mode: 0755]
etc/profile [new file with mode: 0755]
etc/protocols [new file with mode: 0755]
etc/rc [new file with mode: 0755]
etc/services [new file with mode: 0755]
etc/shadow [new file with mode: 0755]
etc/termcap [new file with mode: 0755]
etc/ttytab [new file with mode: 0755]
etc/utmp [new file with mode: 0755]
include/Makefile [new file with mode: 0644]
include/a.out.h [new file with mode: 0755]
include/alloca.h [new file with mode: 0755]
include/ansi.h [new file with mode: 0755]
include/assert.h [new file with mode: 0755]
include/configfile.h [new file with mode: 0755]
include/ctype.h [new file with mode: 0755]
include/curses.h [new file with mode: 0755]
include/dirent.h [new file with mode: 0755]
include/env.h [new file with mode: 0644]
include/errno.h [new file with mode: 0755]
include/fcntl.h [new file with mode: 0755]
include/float.h [new file with mode: 0755]
include/grp.h [new file with mode: 0755]
include/ibm/bios.h [new file with mode: 0644]
include/ibm/cmos.h [new file with mode: 0755]
include/ibm/diskparm.h [new file with mode: 0755]
include/ibm/int86.h [new file with mode: 0755]
include/ibm/interrupt.h [new file with mode: 0644]
include/ibm/partition.h [new file with mode: 0755]
include/ibm/portio.h [new file with mode: 0755]
include/ibm/ports.h [new file with mode: 0644]
include/lib.h [new file with mode: 0755]
include/limits.h [new file with mode: 0755]
include/locale.h [new file with mode: 0755]
include/math.h [new file with mode: 0755]
include/mathconst.h [new file with mode: 0755]
include/minix/callnr.h [new file with mode: 0755]
include/minix/cdrom.h [new file with mode: 0755]
include/minix/com.h [new file with mode: 0755]
include/minix/config.h [new file with mode: 0755]
include/minix/const.h [new file with mode: 0755]
include/minix/devio.h [new file with mode: 0644]
include/minix/dl_eth.h [new file with mode: 0755]
include/minix/fslib.h [new file with mode: 0755]
include/minix/ioctl.h [new file with mode: 0755]
include/minix/ipc.h [new file with mode: 0644]
include/minix/jmp_buf.h [new file with mode: 0755]
include/minix/keymap.h [new file with mode: 0755]
include/minix/minlib.h [new file with mode: 0755]
include/minix/partition.h [new file with mode: 0755]
include/minix/serverassert.h [new file with mode: 0644]
include/minix/sound.h [new file with mode: 0755]
include/minix/swap.h [new file with mode: 0755]
include/minix/syslib.h [new file with mode: 0755]
include/minix/type.h [new file with mode: 0755]
include/minix/u64.h [new file with mode: 0755]
include/minix/utils.h [new file with mode: 0644]
include/net/gen/dhcp.h [new file with mode: 0755]
include/net/gen/emu.h [new file with mode: 0644]
include/net/gen/eth_hdr.h [new file with mode: 0755]
include/net/gen/eth_io.h [new file with mode: 0755]
include/net/gen/ether.h [new file with mode: 0755]
include/net/gen/icmp.h [new file with mode: 0755]
include/net/gen/icmp_hdr.h [new file with mode: 0755]
include/net/gen/if_ether.h [new file with mode: 0755]
include/net/gen/in.h [new file with mode: 0755]
include/net/gen/inet.h [new file with mode: 0755]
include/net/gen/ip_hdr.h [new file with mode: 0755]
include/net/gen/ip_io.h [new file with mode: 0755]
include/net/gen/nameser.h [new file with mode: 0755]
include/net/gen/netdb.h [new file with mode: 0755]
include/net/gen/oneCsum.h [new file with mode: 0755]
include/net/gen/psip_hdr.h [new file with mode: 0755]
include/net/gen/psip_io.h [new file with mode: 0755]
include/net/gen/resolv.h [new file with mode: 0755]
include/net/gen/rip.h [new file with mode: 0755]
include/net/gen/route.h [new file with mode: 0755]
include/net/gen/socket.h [new file with mode: 0755]
include/net/gen/tcp.h [new file with mode: 0755]
include/net/gen/tcp_hdr.h [new file with mode: 0755]
include/net/gen/tcp_io.h [new file with mode: 0755]
include/net/gen/udp.h [new file with mode: 0755]
include/net/gen/udp_hdr.h [new file with mode: 0755]
include/net/gen/udp_io.h [new file with mode: 0755]
include/net/gen/vjhc.h [new file with mode: 0755]
include/net/hton.h [new file with mode: 0755]
include/net/ioctl.h [new file with mode: 0755]
include/net/netlib.h [new file with mode: 0755]
include/net/socket.h [new file with mode: 0644]
include/pwd.h [new file with mode: 0755]
include/regex.h [new file with mode: 0755]
include/regexp.h [new file with mode: 0755]
include/setjmp.h [new file with mode: 0755]
include/sgtty.h [new file with mode: 0755]
include/signal.h [new file with mode: 0755]
include/stdarg.h [new file with mode: 0755]
include/stddef.h [new file with mode: 0755]
include/stdio.h [new file with mode: 0755]
include/stdlib.h [new file with mode: 0755]
include/string.h [new file with mode: 0755]
include/sys/asynchio.h [new file with mode: 0755]
include/sys/dir.h [new file with mode: 0755]
include/sys/ioc_disk.h [new file with mode: 0755]
include/sys/ioc_memory.h [new file with mode: 0755]
include/sys/ioc_scsi.h [new file with mode: 0755]
include/sys/ioc_sound.h [new file with mode: 0755]
include/sys/ioc_tape.h [new file with mode: 0755]
include/sys/ioc_tty.h [new file with mode: 0755]
include/sys/ioctl.h [new file with mode: 0755]
include/sys/mtio.h [new file with mode: 0755]
include/sys/ptrace.h [new file with mode: 0755]
include/sys/sigcontext.h [new file with mode: 0755]
include/sys/stat.h [new file with mode: 0755]
include/sys/statfs.h [new file with mode: 0644]
include/sys/svrctl.h [new file with mode: 0755]
include/sys/times.h [new file with mode: 0755]
include/sys/types.h [new file with mode: 0755]
include/sys/utsname.h [new file with mode: 0755]
include/sys/wait.h [new file with mode: 0755]
include/tar.h [new file with mode: 0755]
include/termcap.h [new file with mode: 0755]
include/termios.h [new file with mode: 0755]
include/time.h [new file with mode: 0755]
include/timers.h [new file with mode: 0644]
include/tools.h [new file with mode: 0755]
include/ttyent.h [new file with mode: 0755]
include/unistd.h [new file with mode: 0755]
include/utime.h [new file with mode: 0755]
include/utmp.h [new file with mode: 0755]
kernel/Makefile [new file with mode: 0755]
kernel/assert.h [new file with mode: 0755]
kernel/build [new file with mode: 0755]
kernel/clock.c [new file with mode: 0755]
kernel/const.h [new file with mode: 0755]
kernel/dummy.c [new file with mode: 0644]
kernel/exception.c [new file with mode: 0755]
kernel/glo.h [new file with mode: 0755]
kernel/i8259.c [new file with mode: 0755]
kernel/kernel.h [new file with mode: 0755]
kernel/klib.s [new file with mode: 0755]
kernel/klib386.s [new file with mode: 0755]
kernel/klib88.s [new file with mode: 0755]
kernel/klibc.c [new file with mode: 0644]
kernel/main.c [new file with mode: 0755]
kernel/memory.c [new file with mode: 0755]
kernel/misc.c [new file with mode: 0755]
kernel/mpx.s [new file with mode: 0755]
kernel/mpx386.s [new file with mode: 0755]
kernel/mpx88.s [new file with mode: 0755]
kernel/pci.c [new file with mode: 0755]
kernel/pci.h [new file with mode: 0755]
kernel/pci_amd.h [new file with mode: 0755]
kernel/pci_intel.h [new file with mode: 0755]
kernel/pci_sis.h [new file with mode: 0755]
kernel/pci_table.c [new file with mode: 0755]
kernel/pci_via.h [new file with mode: 0755]
kernel/proc.c [new file with mode: 0755]
kernel/proc.h [new file with mode: 0755]
kernel/protect.c [new file with mode: 0755]
kernel/protect.h [new file with mode: 0755]
kernel/proto.h [new file with mode: 0755]
kernel/rtl8139.c [new file with mode: 0755]
kernel/rtl8139.h [new file with mode: 0755]
kernel/sconst.h [new file with mode: 0755]
kernel/sendmask.h [new file with mode: 0644]
kernel/start.c [new file with mode: 0755]
kernel/system.c [new file with mode: 0755]
kernel/system.h [new file with mode: 0644]
kernel/system/Makefile [new file with mode: 0644]
kernel/system/alarms.c [new file with mode: 0644]
kernel/system/copying.c [new file with mode: 0644]
kernel/system/debugging.c [new file with mode: 0644]
kernel/system/devio.c [new file with mode: 0644]
kernel/system/do_copy.c [new file with mode: 0644]
kernel/system/do_vcopy.c [new file with mode: 0644]
kernel/system/irqctl.c [new file with mode: 0644]
kernel/system/misc.c [new file with mode: 0644]
kernel/system/old/do_abort.c [new file with mode: 0644]
kernel/system/old/do_endsig.c [new file with mode: 0644]
kernel/system/old/do_exec.c [new file with mode: 0644]
kernel/system/old/do_exit.c [new file with mode: 0644]
kernel/system/old/do_fork.c [new file with mode: 0644]
kernel/system/old/do_getinfo.c [new file with mode: 0644]
kernel/system/old/do_getmap.c [new file with mode: 0644]
kernel/system/old/do_getsig.c [new file with mode: 0644]
kernel/system/old/do_getsp.c [new file with mode: 0644]
kernel/system/old/do_iopenable.c [new file with mode: 0644]
kernel/system/old/do_kill.c [new file with mode: 0644]
kernel/system/old/do_kmalloc.c [new file with mode: 0644]
kernel/system/old/do_mem.c [new file with mode: 0644]
kernel/system/old/do_newmap.c [new file with mode: 0644]
kernel/system/old/do_phys2seg.c [new file with mode: 0644]
kernel/system/old/do_physcopy.c [new file with mode: 0644]
kernel/system/old/do_sdevio.c [new file with mode: 0644]
kernel/system/old/do_sigreturn.c [new file with mode: 0644]
kernel/system/old/do_svrctl.c [new file with mode: 0644]
kernel/system/old/do_umap.c [new file with mode: 0644]
kernel/system/old/do_vdevio.c [new file with mode: 0644]
kernel/system/old/do_vircopy.c [new file with mode: 0644]
kernel/system/old/do_xit.c [new file with mode: 0644]
kernel/system/proctl.c [new file with mode: 0644]
kernel/system/sigctl.c [new file with mode: 0644]
kernel/system/srvrctl.c [new file with mode: 0644]
kernel/system/tracing.c [new file with mode: 0644]
kernel/table.c [new file with mode: 0755]
kernel/type.h [new file with mode: 0755]
lib/Makefile [new file with mode: 0755]
lib/ansi/Makefile [new file with mode: 0755]
lib/ansi/abort.c [new file with mode: 0755]
lib/ansi/abs.c [new file with mode: 0755]
lib/ansi/asctime.c [new file with mode: 0755]
lib/ansi/assert.c [new file with mode: 0755]
lib/ansi/atexit.c [new file with mode: 0755]
lib/ansi/atof.c [new file with mode: 0755]
lib/ansi/atoi.c [new file with mode: 0755]
lib/ansi/atol.c [new file with mode: 0755]
lib/ansi/bsearch.c [new file with mode: 0755]
lib/ansi/calloc.c [new file with mode: 0755]
lib/ansi/chartab.c [new file with mode: 0755]
lib/ansi/clock.c [new file with mode: 0755]
lib/ansi/ctime.c [new file with mode: 0755]
lib/ansi/difftime.c [new file with mode: 0755]
lib/ansi/div.c [new file with mode: 0755]
lib/ansi/errlist.c [new file with mode: 0755]
lib/ansi/exit.c [new file with mode: 0755]
lib/ansi/ext_comp.c [new file with mode: 0755]
lib/ansi/ext_fmt.h [new file with mode: 0755]
lib/ansi/getenv.c [new file with mode: 0755]
lib/ansi/gmtime.c [new file with mode: 0755]
lib/ansi/isalnum.c [new file with mode: 0755]
lib/ansi/isalpha.c [new file with mode: 0755]
lib/ansi/isascii.c [new file with mode: 0755]
lib/ansi/iscntrl.c [new file with mode: 0755]
lib/ansi/isdigit.c [new file with mode: 0755]
lib/ansi/isgraph.c [new file with mode: 0755]
lib/ansi/islower.c [new file with mode: 0755]
lib/ansi/isprint.c [new file with mode: 0755]
lib/ansi/ispunct.c [new file with mode: 0755]
lib/ansi/isspace.c [new file with mode: 0755]
lib/ansi/isupper.c [new file with mode: 0755]
lib/ansi/isxdigit.c [new file with mode: 0755]
lib/ansi/labs.c [new file with mode: 0755]
lib/ansi/ldiv.c [new file with mode: 0755]
lib/ansi/loc_time.h [new file with mode: 0755]
lib/ansi/localeconv.c [new file with mode: 0755]
lib/ansi/localtime.c [new file with mode: 0755]
lib/ansi/malloc.c [new file with mode: 0755]
lib/ansi/mblen.c [new file with mode: 0755]
lib/ansi/mbstowcs.c [new file with mode: 0755]
lib/ansi/mbtowc.c [new file with mode: 0755]
lib/ansi/memchr.c [new file with mode: 0755]
lib/ansi/memcmp.c [new file with mode: 0755]
lib/ansi/memcpy.c [new file with mode: 0755]
lib/ansi/memmove.c [new file with mode: 0755]
lib/ansi/memset.c [new file with mode: 0755]
lib/ansi/misc.c [new file with mode: 0755]
lib/ansi/mktime.c [new file with mode: 0755]
lib/ansi/qsort.c [new file with mode: 0755]
lib/ansi/raise.c [new file with mode: 0755]
lib/ansi/rand.c [new file with mode: 0755]
lib/ansi/setlocale.c [new file with mode: 0755]
lib/ansi/sigmisc.c [new file with mode: 0755]
lib/ansi/signal.c [new file with mode: 0755]
lib/ansi/strcat.c [new file with mode: 0755]
lib/ansi/strchr.c [new file with mode: 0755]
lib/ansi/strcmp.c [new file with mode: 0755]
lib/ansi/strcoll.c [new file with mode: 0755]
lib/ansi/strcpy.c [new file with mode: 0755]
lib/ansi/strcspn.c [new file with mode: 0755]
lib/ansi/strerror.c [new file with mode: 0755]
lib/ansi/strftime.c [new file with mode: 0755]
lib/ansi/strlen.c [new file with mode: 0755]
lib/ansi/strncat.c [new file with mode: 0755]
lib/ansi/strncmp.c [new file with mode: 0755]
lib/ansi/strncpy.c [new file with mode: 0755]
lib/ansi/strpbrk.c [new file with mode: 0755]
lib/ansi/strrchr.c [new file with mode: 0755]
lib/ansi/strspn.c [new file with mode: 0755]
lib/ansi/strstr.c [new file with mode: 0755]
lib/ansi/strtok.c [new file with mode: 0755]
lib/ansi/strtol.c [new file with mode: 0755]
lib/ansi/strxfrm.c [new file with mode: 0755]
lib/ansi/system.c [new file with mode: 0755]
lib/ansi/tolower.c [new file with mode: 0755]
lib/ansi/toupper.c [new file with mode: 0755]
lib/ansi/tzset.c [new file with mode: 0755]
lib/ansi/wcstombs.c [new file with mode: 0755]
lib/ansi/wctomb.c [new file with mode: 0755]
lib/curses/Makefile [new file with mode: 0755]
lib/curses/beep.c [new file with mode: 0755]
lib/curses/charpick.c [new file with mode: 0755]
lib/curses/curs_set.c [new file with mode: 0755]
lib/curses/cursesio.c [new file with mode: 0755]
lib/curses/curspriv.h [new file with mode: 0755]
lib/curses/endwin.c [new file with mode: 0755]
lib/curses/flash.c [new file with mode: 0755]
lib/curses/initscr.c [new file with mode: 0755]
lib/curses/longname.c [new file with mode: 0755]
lib/curses/move.c [new file with mode: 0755]
lib/curses/mvcursor.c [new file with mode: 0755]
lib/curses/newwin.c [new file with mode: 0755]
lib/curses/options.c [new file with mode: 0755]
lib/curses/overlay.c [new file with mode: 0755]
lib/curses/prntscan.c [new file with mode: 0755]
lib/curses/refresh.c [new file with mode: 0755]
lib/curses/scrreg.c [new file with mode: 0755]
lib/curses/setterm.c [new file with mode: 0755]
lib/curses/tabsize.c [new file with mode: 0755]
lib/curses/termmisc.c [new file with mode: 0755]
lib/curses/unctrl.c [new file with mode: 0755]
lib/curses/update.c [new file with mode: 0755]
lib/curses/waddch.c [new file with mode: 0755]
lib/curses/waddstr.c [new file with mode: 0755]
lib/curses/wbox.c [new file with mode: 0755]
lib/curses/wclear.c [new file with mode: 0755]
lib/curses/wclrtobot.c [new file with mode: 0755]
lib/curses/wclrtoeol.c [new file with mode: 0755]
lib/curses/wdelch.c [new file with mode: 0755]
lib/curses/wdeleteln.c [new file with mode: 0755]
lib/curses/werase.c [new file with mode: 0755]
lib/curses/wgetch.c [new file with mode: 0755]
lib/curses/wgetstr.c [new file with mode: 0755]
lib/curses/windel.c [new file with mode: 0755]
lib/curses/winmove.c [new file with mode: 0755]
lib/curses/winsch.c [new file with mode: 0755]
lib/curses/winscrol.c [new file with mode: 0755]
lib/curses/winsertln.c [new file with mode: 0755]
lib/curses/wintouch.c [new file with mode: 0755]
lib/dummy/Makefile [new file with mode: 0755]
lib/editline/Makefile [new file with mode: 0755]
lib/editline/README [new file with mode: 0755]
lib/editline/complete.c [new file with mode: 0755]
lib/editline/editline.c [new file with mode: 0755]
lib/editline/editline.h [new file with mode: 0755]
lib/editline/sysunix.c [new file with mode: 0755]
lib/editline/testit.c [new file with mode: 0755]
lib/editline/unix.h [new file with mode: 0755]
lib/end/Makefile [new file with mode: 0755]
lib/end/edata.s [new file with mode: 0755]
lib/end/em_end.s [new file with mode: 0755]
lib/end/end.s [new file with mode: 0755]
lib/end/etext.s [new file with mode: 0755]
lib/float/FP.compile [new file with mode: 0755]
lib/float/FP.script [new file with mode: 0755]
lib/float/FP_bias.h [new file with mode: 0755]
lib/float/FP_shift.h [new file with mode: 0755]
lib/float/FP_trap.h [new file with mode: 0755]
lib/float/FP_types.h [new file with mode: 0755]
lib/float/Makefile [new file with mode: 0755]
lib/float/add_ext.c [new file with mode: 0755]
lib/float/adder.c [new file with mode: 0755]
lib/float/adder.h [new file with mode: 0755]
lib/float/adf4.c [new file with mode: 0755]
lib/float/adf8.c [new file with mode: 0755]
lib/float/byte_order.h [new file with mode: 0755]
lib/float/cff4.c [new file with mode: 0755]
lib/float/cff8.c [new file with mode: 0755]
lib/float/cfi.c [new file with mode: 0755]
lib/float/cfu.c [new file with mode: 0755]
lib/float/cif4.c [new file with mode: 0755]
lib/float/cif8.c [new file with mode: 0755]
lib/float/cmf4.c [new file with mode: 0755]
lib/float/cmf8.c [new file with mode: 0755]
lib/float/compact.c [new file with mode: 0755]
lib/float/cuf4.c [new file with mode: 0755]
lib/float/cuf8.c [new file with mode: 0755]
lib/float/div_ext.c [new file with mode: 0755]
lib/float/dvf4.c [new file with mode: 0755]
lib/float/dvf8.c [new file with mode: 0755]
lib/float/extend.c [new file with mode: 0755]
lib/float/fef4.c [new file with mode: 0755]
lib/float/fef8.c [new file with mode: 0755]
lib/float/fif4.c [new file with mode: 0755]
lib/float/fif8.c [new file with mode: 0755]
lib/float/fptrp.s [new file with mode: 0755]
lib/float/get_put.h [new file with mode: 0755]
lib/float/mlf4.c [new file with mode: 0755]
lib/float/mlf8.c [new file with mode: 0755]
lib/float/mul_ext.c [new file with mode: 0755]
lib/float/ngf4.c [new file with mode: 0755]
lib/float/ngf8.c [new file with mode: 0755]
lib/float/nrm_ext.c [new file with mode: 0755]
lib/float/sbf4.c [new file with mode: 0755]
lib/float/sbf8.c [new file with mode: 0755]
lib/float/sft_ext.c [new file with mode: 0755]
lib/float/shifter.c [new file with mode: 0755]
lib/float/sub_ext.c [new file with mode: 0755]
lib/float/zrf4.c [new file with mode: 0755]
lib/float/zrf8.c [new file with mode: 0755]
lib/float/zrf_ext.c [new file with mode: 0755]
lib/fphook/Makefile [new file with mode: 0755]
lib/fphook/fltpr.c [new file with mode: 0755]
lib/fphook/fphook.c [new file with mode: 0755]
lib/fphook/strtod.c [new file with mode: 0755]
lib/h/em_abs.h [new file with mode: 0755]
lib/h/m2_traps.h [new file with mode: 0755]
lib/h/pc_err.h [new file with mode: 0755]
lib/h/pc_file.h [new file with mode: 0755]
lib/h/pc_math.h [new file with mode: 0755]
lib/i386/Makefile [new file with mode: 0755]
lib/i386/em/Makefile [new file with mode: 0755]
lib/i386/em/byte_order.h [new file with mode: 0755]
lib/i386/em/em_adf4.s [new file with mode: 0755]
lib/i386/em/em_adf8.s [new file with mode: 0755]
lib/i386/em/em_adi.s [new file with mode: 0755]
lib/i386/em/em_and.s [new file with mode: 0755]
lib/i386/em/em_blm.s [new file with mode: 0755]
lib/i386/em/em_cff4.s [new file with mode: 0755]
lib/i386/em/em_cff8.s [new file with mode: 0755]
lib/i386/em/em_cfi.s [new file with mode: 0755]
lib/i386/em/em_cfu.s [new file with mode: 0755]
lib/i386/em/em_cif4.s [new file with mode: 0755]
lib/i386/em/em_cif8.s [new file with mode: 0755]
lib/i386/em/em_cii.s [new file with mode: 0755]
lib/i386/em/em_cmf4.s [new file with mode: 0755]
lib/i386/em/em_cmf8.s [new file with mode: 0755]
lib/i386/em/em_cms.s [new file with mode: 0755]
lib/i386/em/em_com.s [new file with mode: 0755]
lib/i386/em/em_csa4.s [new file with mode: 0755]
lib/i386/em/em_csb4.s [new file with mode: 0755]
lib/i386/em/em_cuf4.s [new file with mode: 0755]
lib/i386/em/em_cuf8.s [new file with mode: 0755]
lib/i386/em/em_cuu.s [new file with mode: 0755]
lib/i386/em/em_dup.s [new file with mode: 0755]
lib/i386/em/em_dvf4.s [new file with mode: 0755]
lib/i386/em/em_dvf8.s [new file with mode: 0755]
lib/i386/em/em_dvi.s [new file with mode: 0755]
lib/i386/em/em_dvu.s [new file with mode: 0755]
lib/i386/em/em_error.s [new file with mode: 0755]
lib/i386/em/em_exg.s [new file with mode: 0755]
lib/i386/em/em_fat.s [new file with mode: 0755]
lib/i386/em/em_fef4.s [new file with mode: 0755]
lib/i386/em/em_fef8.s [new file with mode: 0755]
lib/i386/em/em_fif4.s [new file with mode: 0755]
lib/i386/em/em_fif8.s [new file with mode: 0755]
lib/i386/em/em_fp8087.s [new file with mode: 0755]
lib/i386/em/em_gto.s [new file with mode: 0755]
lib/i386/em/em_hol0.s [new file with mode: 0755]
lib/i386/em/em_iaar.s [new file with mode: 0755]
lib/i386/em/em_ilar.s [new file with mode: 0755]
lib/i386/em/em_inn.s [new file with mode: 0755]
lib/i386/em/em_ior.s [new file with mode: 0755]
lib/i386/em/em_isar.s [new file with mode: 0755]
lib/i386/em/em_lar4.s [new file with mode: 0755]
lib/i386/em/em_loi.s [new file with mode: 0755]
lib/i386/em/em_mlf4.s [new file with mode: 0755]
lib/i386/em/em_mlf8.s [new file with mode: 0755]
lib/i386/em/em_mli.s [new file with mode: 0755]
lib/i386/em/em_mon.s [new file with mode: 0755]
lib/i386/em/em_ngf4.s [new file with mode: 0755]
lib/i386/em/em_ngf8.s [new file with mode: 0755]
lib/i386/em/em_ngi.s [new file with mode: 0755]
lib/i386/em/em_nop.s [new file with mode: 0755]
lib/i386/em/em_print.s [new file with mode: 0755]
lib/i386/em/em_rck.s [new file with mode: 0755]
lib/i386/em/em_rmi.s [new file with mode: 0755]
lib/i386/em/em_rmu.s [new file with mode: 0755]
lib/i386/em/em_rol.s [new file with mode: 0755]
lib/i386/em/em_ror.s [new file with mode: 0755]
lib/i386/em/em_sar4.s [new file with mode: 0755]
lib/i386/em/em_sbf4.s [new file with mode: 0755]
lib/i386/em/em_sbf8.s [new file with mode: 0755]
lib/i386/em/em_sbi.s [new file with mode: 0755]
lib/i386/em/em_set.s [new file with mode: 0755]
lib/i386/em/em_sli.s [new file with mode: 0755]
lib/i386/em/em_sri.s [new file with mode: 0755]
lib/i386/em/em_sti.s [new file with mode: 0755]
lib/i386/em/em_stop.s [new file with mode: 0755]
lib/i386/em/em_trp.s [new file with mode: 0755]
lib/i386/em/em_unknown.s [new file with mode: 0755]
lib/i386/em/em_xor.s [new file with mode: 0755]
lib/i386/head/Makefile [new file with mode: 0755]
lib/i386/head/em_abs.h [new file with mode: 0755]
lib/i386/head/em_head.s [new file with mode: 0755]
lib/i386/int64/Makefile [new file with mode: 0755]
lib/i386/int64/add64.s [new file with mode: 0755]
lib/i386/int64/add64u.s [new file with mode: 0755]
lib/i386/int64/cmp64.s [new file with mode: 0755]
lib/i386/int64/cv64u.s [new file with mode: 0755]
lib/i386/int64/cvu64.s [new file with mode: 0755]
lib/i386/int64/diff64.s [new file with mode: 0755]
lib/i386/int64/div64u.s [new file with mode: 0755]
lib/i386/int64/ex64.s [new file with mode: 0755]
lib/i386/int64/make64.s [new file with mode: 0755]
lib/i386/int64/mul64u.s [new file with mode: 0755]
lib/i386/int64/sub64.s [new file with mode: 0755]
lib/i386/int64/sub64u.s [new file with mode: 0755]
lib/i386/misc/Makefile [new file with mode: 0755]
lib/i386/misc/alloca.s [new file with mode: 0755]
lib/i386/misc/get_bp.s [new file with mode: 0755]
lib/i386/misc/getprocessor.s [new file with mode: 0755]
lib/i386/misc/io_inb.s [new file with mode: 0755]
lib/i386/misc/io_inl.s [new file with mode: 0755]
lib/i386/misc/io_insb.s [new file with mode: 0755]
lib/i386/misc/io_insl.s [new file with mode: 0755]
lib/i386/misc/io_insw.s [new file with mode: 0755]
lib/i386/misc/io_intr.s [new file with mode: 0755]
lib/i386/misc/io_inw.s [new file with mode: 0755]
lib/i386/misc/io_outb.s [new file with mode: 0755]
lib/i386/misc/io_outl.s [new file with mode: 0755]
lib/i386/misc/io_outsb.s [new file with mode: 0755]
lib/i386/misc/io_outsl.s [new file with mode: 0755]
lib/i386/misc/io_outsw.s [new file with mode: 0755]
lib/i386/misc/io_outw.s [new file with mode: 0755]
lib/i386/misc/oneC_sum.s [new file with mode: 0755]
lib/i386/rts/Makefile [new file with mode: 0755]
lib/i386/rts/__sigreturn.s [new file with mode: 0755]
lib/i386/rts/_sendrec.s [new file with mode: 0755]
lib/i386/rts/brksize.s [new file with mode: 0755]
lib/i386/rts/crtso.s [new file with mode: 0755]
lib/i386/rts/m2rtso.s [new file with mode: 0755]
lib/i386/rts/prtso.s [new file with mode: 0755]
lib/i386/string/Makefile [new file with mode: 0755]
lib/i386/string/README [new file with mode: 0755]
lib/i386/string/_memmove.s [new file with mode: 0755]
lib/i386/string/_strncat.s [new file with mode: 0755]
lib/i386/string/_strncmp.s [new file with mode: 0755]
lib/i386/string/_strncpy.s [new file with mode: 0755]
lib/i386/string/_strnlen.s [new file with mode: 0755]
lib/i386/string/bcmp.s [new file with mode: 0755]
lib/i386/string/bcopy.s [new file with mode: 0755]
lib/i386/string/bzero.s [new file with mode: 0755]
lib/i386/string/index.s [new file with mode: 0755]
lib/i386/string/memchr.s [new file with mode: 0755]
lib/i386/string/memcmp.s [new file with mode: 0755]
lib/i386/string/memcpy.s [new file with mode: 0755]
lib/i386/string/memmove.s [new file with mode: 0755]
lib/i386/string/memset.s [new file with mode: 0755]
lib/i386/string/rindex.s [new file with mode: 0755]
lib/i386/string/strcat.s [new file with mode: 0755]
lib/i386/string/strchr.s [new file with mode: 0755]
lib/i386/string/strcmp.s [new file with mode: 0755]
lib/i386/string/strcpy.s [new file with mode: 0755]
lib/i386/string/strlen.s [new file with mode: 0755]
lib/i386/string/strncat.s [new file with mode: 0755]
lib/i386/string/strncmp.s [new file with mode: 0755]
lib/i386/string/strncpy.s [new file with mode: 0755]
lib/i386/string/strnlen.s [new file with mode: 0755]
lib/i386/string/strrchr.s [new file with mode: 0755]
lib/i86/Makefile [new file with mode: 0755]
lib/i86/em/Makefile [new file with mode: 0755]
lib/i86/em/em_adi.s [new file with mode: 0755]
lib/i86/em/em_and.s [new file with mode: 0755]
lib/i86/em/em_blm.s [new file with mode: 0755]
lib/i86/em/em_cii.s [new file with mode: 0755]
lib/i86/em/em_cmi4.s [new file with mode: 0755]
lib/i86/em/em_cms.s [new file with mode: 0755]
lib/i86/em/em_cmu4.s [new file with mode: 0755]
lib/i86/em/em_com.s [new file with mode: 0755]
lib/i86/em/em_csa2.s [new file with mode: 0755]
lib/i86/em/em_csa4.s [new file with mode: 0755]
lib/i86/em/em_csb2.s [new file with mode: 0755]
lib/i86/em/em_csb4.s [new file with mode: 0755]
lib/i86/em/em_cuu.s [new file with mode: 0755]
lib/i86/em/em_dup.s [new file with mode: 0755]
lib/i86/em/em_dvi4.s [new file with mode: 0755]
lib/i86/em/em_dvu4.s [new file with mode: 0755]
lib/i86/em/em_error.s [new file with mode: 0755]
lib/i86/em/em_exg.s [new file with mode: 0755]
lib/i86/em/em_fat.s [new file with mode: 0755]
lib/i86/em/em_fp8087.s [new file with mode: 0755]
lib/i86/em/em_gto.s [new file with mode: 0755]
lib/i86/em/em_hol0.s [new file with mode: 0755]
lib/i86/em/em_iaar.s [new file with mode: 0755]
lib/i86/em/em_ilar.s [new file with mode: 0755]
lib/i86/em/em_inn.s [new file with mode: 0755]
lib/i86/em/em_ior.s [new file with mode: 0755]
lib/i86/em/em_isar.s [new file with mode: 0755]
lib/i86/em/em_lar2.s [new file with mode: 0755]
lib/i86/em/em_lfr6.s [new file with mode: 0755]
lib/i86/em/em_lfr8.s [new file with mode: 0755]
lib/i86/em/em_loi.s [new file with mode: 0755]
lib/i86/em/em_mli4.s [new file with mode: 0755]
lib/i86/em/em_mon.s [new file with mode: 0755]
lib/i86/em/em_nop.s [new file with mode: 0755]
lib/i86/em/em_rck.s [new file with mode: 0755]
lib/i86/em/em_ret6.s [new file with mode: 0755]
lib/i86/em/em_ret8.s [new file with mode: 0755]
lib/i86/em/em_retarea.s [new file with mode: 0755]
lib/i86/em/em_return.s [new file with mode: 0755]
lib/i86/em/em_rmi4.s [new file with mode: 0755]
lib/i86/em/em_rmu4.s [new file with mode: 0755]
lib/i86/em/em_sar2.s [new file with mode: 0755]
lib/i86/em/em_sbi.s [new file with mode: 0755]
lib/i86/em/em_set.s [new file with mode: 0755]
lib/i86/em/em_stb.s [new file with mode: 0755]
lib/i86/em/em_sti.s [new file with mode: 0755]
lib/i86/em/em_stop.s [new file with mode: 0755]
lib/i86/em/em_trp.s [new file with mode: 0755]
lib/i86/em/em_unknown.s [new file with mode: 0755]
lib/i86/em/em_vars.s [new file with mode: 0755]
lib/i86/em/em_xor.s [new file with mode: 0755]
lib/i86/int64/Makefile [new file with mode: 0755]
lib/i86/int64/add64.s [new file with mode: 0755]
lib/i86/int64/add64u.s [new file with mode: 0755]
lib/i86/int64/cmp64.s [new file with mode: 0755]
lib/i86/int64/cv64u.s [new file with mode: 0755]
lib/i86/int64/cvu64.s [new file with mode: 0755]
lib/i86/int64/diff64.s [new file with mode: 0755]
lib/i86/int64/div64u.s [new file with mode: 0755]
lib/i86/int64/ex64.s [new file with mode: 0755]
lib/i86/int64/make64.s [new file with mode: 0755]
lib/i86/int64/mul64u.s [new file with mode: 0755]
lib/i86/int64/sub64.s [new file with mode: 0755]
lib/i86/int64/sub64u.s [new file with mode: 0755]
lib/i86/misc/Makefile [new file with mode: 0755]
lib/i86/misc/alloca.s [new file with mode: 0755]
lib/i86/misc/get_bp.s [new file with mode: 0755]
lib/i86/misc/getprocessor.s [new file with mode: 0755]
lib/i86/misc/hton86.s [new file with mode: 0755]
lib/i86/misc/io_inb.s [new file with mode: 0755]
lib/i86/misc/io_inl.s [new file with mode: 0755]
lib/i86/misc/io_insb.s [new file with mode: 0755]
lib/i86/misc/io_insl.s [new file with mode: 0755]
lib/i86/misc/io_insw.s [new file with mode: 0755]
lib/i86/misc/io_intr.s [new file with mode: 0755]
lib/i86/misc/io_inw.s [new file with mode: 0755]
lib/i86/misc/io_outb.s [new file with mode: 0755]
lib/i86/misc/io_outl.s [new file with mode: 0755]
lib/i86/misc/io_outsb.s [new file with mode: 0755]
lib/i86/misc/io_outsl.s [new file with mode: 0755]
lib/i86/misc/io_outsw.s [new file with mode: 0755]
lib/i86/misc/io_outw.s [new file with mode: 0755]
lib/i86/misc/oneC_sum.s [new file with mode: 0755]
lib/i86/rts/Makefile [new file with mode: 0755]
lib/i86/rts/__sigreturn.s [new file with mode: 0755]
lib/i86/rts/_sendrec.s [new file with mode: 0755]
lib/i86/rts/brksize.s [new file with mode: 0755]
lib/i86/rts/ncrtso.s [new file with mode: 0755]
lib/i86/rts/nm2rtso.s [new file with mode: 0755]
lib/i86/rts/nprtso.s [new file with mode: 0755]
lib/i86/string/Makefile [new file with mode: 0755]
lib/i86/string/README [new file with mode: 0755]
lib/i86/string/_memmove.s [new file with mode: 0755]
lib/i86/string/_strncat.s [new file with mode: 0755]
lib/i86/string/_strncmp.s [new file with mode: 0755]
lib/i86/string/_strncpy.s [new file with mode: 0755]
lib/i86/string/_strnlen.s [new file with mode: 0755]
lib/i86/string/bcmp.s [new file with mode: 0755]
lib/i86/string/bcopy.s [new file with mode: 0755]
lib/i86/string/bzero.s [new file with mode: 0755]
lib/i86/string/index.s [new file with mode: 0755]
lib/i86/string/memchr.s [new file with mode: 0755]
lib/i86/string/memcmp.s [new file with mode: 0755]
lib/i86/string/memcpy.s [new file with mode: 0755]
lib/i86/string/memmove.s [new file with mode: 0755]
lib/i86/string/memset.s [new file with mode: 0755]
lib/i86/string/rindex.s [new file with mode: 0755]
lib/i86/string/strcat.s [new file with mode: 0755]
lib/i86/string/strchr.s [new file with mode: 0755]
lib/i86/string/strcmp.s [new file with mode: 0755]
lib/i86/string/strcpy.s [new file with mode: 0755]
lib/i86/string/strlen.s [new file with mode: 0755]
lib/i86/string/strncat.s [new file with mode: 0755]
lib/i86/string/strncmp.s [new file with mode: 0755]
lib/i86/string/strncpy.s [new file with mode: 0755]
lib/i86/string/strnlen.s [new file with mode: 0755]
lib/i86/string/strrchr.s [new file with mode: 0755]
lib/ip/Makefile [new file with mode: 0755]
lib/ip/dhcp_gettag.c [new file with mode: 0755]
lib/ip/dhcp_settag.c [new file with mode: 0755]
lib/ip/domainname.c [new file with mode: 0755]
lib/ip/ether.h [new file with mode: 0755]
lib/ip/ether_line.c [new file with mode: 0755]
lib/ip/ethera2n.c [new file with mode: 0755]
lib/ip/ethere2a.c [new file with mode: 0755]
lib/ip/etherh2n.c [new file with mode: 0755]
lib/ip/ethern2h.c [new file with mode: 0755]
lib/ip/getdomain.c [new file with mode: 0755]
lib/ip/gethnmadr.c [new file with mode: 0755]
lib/ip/gethostent.c [new file with mode: 0755]
lib/ip/gethostname.c [new file with mode: 0755]
lib/ip/getnetbyaddr.c [new file with mode: 0755]
lib/ip/getnetbyname.c [new file with mode: 0755]
lib/ip/getnetent.c [new file with mode: 0755]
lib/ip/getproto.c [new file with mode: 0755]
lib/ip/getprotoent.c [new file with mode: 0755]
lib/ip/getservent.c [new file with mode: 0755]
lib/ip/getsrvbyname.c [new file with mode: 0755]
lib/ip/getsrvbyport.c [new file with mode: 0755]
lib/ip/hton.c [new file with mode: 0755]
lib/ip/inet_addr.c [new file with mode: 0755]
lib/ip/inet_network.c [new file with mode: 0755]
lib/ip/inet_ntoa.c [new file with mode: 0755]
lib/ip/memcspn.c [new file with mode: 0755]
lib/ip/oneC_sum.c [new file with mode: 0755]
lib/ip/rcmd.c [new file with mode: 0755]
lib/ip/res_comp.c [new file with mode: 0755]
lib/ip/res_init.c [new file with mode: 0755]
lib/ip/res_mkquery.c [new file with mode: 0755]
lib/ip/res_query.c [new file with mode: 0755]
lib/ip/res_send.c [new file with mode: 0755]
lib/ip/ruserok.c [new file with mode: 0755]
lib/ip/servxcheck.c [new file with mode: 0755]
lib/ip/strcasecmp.c [new file with mode: 0755]
lib/libm2/Arguments.c [new file with mode: 0755]
lib/libm2/ArraySort.mod [new file with mode: 0755]
lib/libm2/CSP.mod [new file with mode: 0755]
lib/libm2/Conversion.mod [new file with mode: 0755]
lib/libm2/EM.e [new file with mode: 0755]
lib/libm2/InOut.mod [new file with mode: 0755]
lib/libm2/LtoUset.e [new file with mode: 0755]
lib/libm2/Makefile [new file with mode: 0755]
lib/libm2/MathLib0.mod [new file with mode: 0755]
lib/libm2/Mathlib.mod [new file with mode: 0755]
lib/libm2/PascalIO.mod [new file with mode: 0755]
lib/libm2/Processes.mod [new file with mode: 0755]
lib/libm2/RealConver.mod [new file with mode: 0755]
lib/libm2/RealInOut.mod [new file with mode: 0755]
lib/libm2/SYSTEM.c [new file with mode: 0755]
lib/libm2/Semaphores.mod [new file with mode: 0755]
lib/libm2/Storage.mod [new file with mode: 0755]
lib/libm2/StrAss.c [new file with mode: 0755]
lib/libm2/Streams.mod [new file with mode: 0755]
lib/libm2/Strings.mod [new file with mode: 0755]
lib/libm2/Termcap.mod [new file with mode: 0755]
lib/libm2/Terminal.mod [new file with mode: 0755]
lib/libm2/Traps.mod [new file with mode: 0755]
lib/libm2/XXTermcap.c [new file with mode: 0755]
lib/libm2/absd.c [new file with mode: 0755]
lib/libm2/absf.e [new file with mode: 0755]
lib/libm2/absi.c [new file with mode: 0755]
lib/libm2/absl.c [new file with mode: 0755]
lib/libm2/blockmove.c [new file with mode: 0755]
lib/libm2/cap.c [new file with mode: 0755]
lib/libm2/catch.c [new file with mode: 0755]
lib/libm2/confarray.c [new file with mode: 0755]
lib/libm2/dvi.c [new file with mode: 0755]
lib/libm2/halt.c [new file with mode: 0755]
lib/libm2/head_m2.e [new file with mode: 0755]
lib/libm2/init.c [new file with mode: 0755]
lib/libm2/load.c [new file with mode: 0755]
lib/libm2/par_misc.e [new file with mode: 0755]
lib/libm2/random.mod [new file with mode: 0755]
lib/libm2/rcka.c [new file with mode: 0755]
lib/libm2/rcki.c [new file with mode: 0755]
lib/libm2/rckil.c [new file with mode: 0755]
lib/libm2/rcku.c [new file with mode: 0755]
lib/libm2/rckul.c [new file with mode: 0755]
lib/libm2/sigtrp.c [new file with mode: 0755]
lib/libm2/stackprio.c [new file with mode: 0755]
lib/libm2/store.c [new file with mode: 0755]
lib/libm2/ucheck.c [new file with mode: 0755]
lib/libp/Makefile [new file with mode: 0755]
lib/libp/abi.c [new file with mode: 0755]
lib/libp/abl.c [new file with mode: 0755]
lib/libp/abr.c [new file with mode: 0755]
lib/libp/arg.c [new file with mode: 0755]
lib/libp/ass.c [new file with mode: 0755]
lib/libp/asz.c [new file with mode: 0755]
lib/libp/atn.c [new file with mode: 0755]
lib/libp/bcp.c [new file with mode: 0755]
lib/libp/bts.e [new file with mode: 0755]
lib/libp/buff.c [new file with mode: 0755]
lib/libp/catch.c [new file with mode: 0755]
lib/libp/clock.c [new file with mode: 0755]
lib/libp/cls.c [new file with mode: 0755]
lib/libp/cvt.c [new file with mode: 0755]
lib/libp/diag.c [new file with mode: 0755]
lib/libp/dis.c [new file with mode: 0755]
lib/libp/efl.c [new file with mode: 0755]
lib/libp/eln.c [new file with mode: 0755]
lib/libp/encaps.e [new file with mode: 0755]
lib/libp/exp.c [new file with mode: 0755]
lib/libp/fef.e [new file with mode: 0755]
lib/libp/fif.e [new file with mode: 0755]
lib/libp/get.c [new file with mode: 0755]
lib/libp/gto.e [new file with mode: 0755]
lib/libp/head_pc.e [new file with mode: 0755]
lib/libp/hlt.c [new file with mode: 0755]
lib/libp/hol0.e [new file with mode: 0755]
lib/libp/incpt.c [new file with mode: 0755]
lib/libp/ini.c [new file with mode: 0755]
lib/libp/log.c [new file with mode: 0755]
lib/libp/mdi.c [new file with mode: 0755]
lib/libp/mdl.c [new file with mode: 0755]
lib/libp/new.c [new file with mode: 0755]
lib/libp/nfa.c [new file with mode: 0755]
lib/libp/nobuff.c [new file with mode: 0755]
lib/libp/notext.c [new file with mode: 0755]
lib/libp/opn.c [new file with mode: 0755]
lib/libp/outcpt.c [new file with mode: 0755]
lib/libp/pac.c [new file with mode: 0755]
lib/libp/pclose.c [new file with mode: 0755]
lib/libp/pcreat.c [new file with mode: 0755]
lib/libp/pentry.c [new file with mode: 0755]
lib/libp/perrno.c [new file with mode: 0755]
lib/libp/pexit.c [new file with mode: 0755]
lib/libp/popen.c [new file with mode: 0755]
lib/libp/put.c [new file with mode: 0755]
lib/libp/rcka.c [new file with mode: 0755]
lib/libp/rdc.c [new file with mode: 0755]
lib/libp/rdi.c [new file with mode: 0755]
lib/libp/rdl.c [new file with mode: 0755]
lib/libp/rdr.c [new file with mode: 0755]
lib/libp/rf.c [new file with mode: 0755]
lib/libp/rln.c [new file with mode: 0755]
lib/libp/rnd.c [new file with mode: 0755]
lib/libp/sav.e [new file with mode: 0755]
lib/libp/sig.e [new file with mode: 0755]
lib/libp/sin.c [new file with mode: 0755]
lib/libp/sqt.c [new file with mode: 0755]
lib/libp/string.c [new file with mode: 0755]
lib/libp/trap.e [new file with mode: 0755]
lib/libp/trp.e [new file with mode: 0755]
lib/libp/unp.c [new file with mode: 0755]
lib/libp/uread.c [new file with mode: 0755]
lib/libp/uwrite.c [new file with mode: 0755]
lib/libp/wdw.c [new file with mode: 0755]
lib/libp/wf.c [new file with mode: 0755]
lib/libp/wrc.c [new file with mode: 0755]
lib/libp/wrf.c [new file with mode: 0755]
lib/libp/wri.c [new file with mode: 0755]
lib/libp/wrl.c [new file with mode: 0755]
lib/libp/wrr.c [new file with mode: 0755]
lib/libp/wrs.c [new file with mode: 0755]
lib/libp/wrz.c [new file with mode: 0755]
lib/liby/Makefile [new file with mode: 0755]
lib/liby/main.c [new file with mode: 0755]
lib/liby/yyerror.c [new file with mode: 0755]
lib/math/Makefile [new file with mode: 0755]
lib/math/asin.c [new file with mode: 0755]
lib/math/atan.c [new file with mode: 0755]
lib/math/atan2.c [new file with mode: 0755]
lib/math/ceil.c [new file with mode: 0755]
lib/math/exp.c [new file with mode: 0755]
lib/math/fabs.c [new file with mode: 0755]
lib/math/floor.c [new file with mode: 0755]
lib/math/fmod.c [new file with mode: 0755]
lib/math/frexp.s [new file with mode: 0755]
lib/math/hugeval.c [new file with mode: 0755]
lib/math/isnan.c [new file with mode: 0755]
lib/math/ldexp.c [new file with mode: 0755]
lib/math/localmath.h [new file with mode: 0755]
lib/math/log.c [new file with mode: 0755]
lib/math/log10.c [new file with mode: 0755]
lib/math/modf.s [new file with mode: 0755]
lib/math/pow.c [new file with mode: 0755]
lib/math/sin.c [new file with mode: 0755]
lib/math/sinh.c [new file with mode: 0755]
lib/math/sqrt.c [new file with mode: 0755]
lib/math/tan.c [new file with mode: 0755]
lib/math/tanh.c [new file with mode: 0755]
lib/other/Makefile [new file with mode: 0755]
lib/other/_brk.c [new file with mode: 0755]
lib/other/_getsysinfo.c [new file with mode: 0644]
lib/other/_reboot.c [new file with mode: 0755]
lib/other/_seekdir.c [new file with mode: 0755]
lib/other/_svrctl.c [new file with mode: 0755]
lib/other/asynchio.c [new file with mode: 0755]
lib/other/bcmp.c [new file with mode: 0755]
lib/other/bcopy.c [new file with mode: 0755]
lib/other/bzero.c [new file with mode: 0755]
lib/other/configfile.c [new file with mode: 0755]
lib/other/crypt.c [new file with mode: 0755]
lib/other/ctermid.c [new file with mode: 0755]
lib/other/cuserid.c [new file with mode: 0755]
lib/other/environ.c [new file with mode: 0755]
lib/other/errno.c [new file with mode: 0755]
lib/other/fdopen.c [new file with mode: 0755]
lib/other/ffs.c [new file with mode: 0755]
lib/other/fslib.c [new file with mode: 0755]
lib/other/fsversion.c [new file with mode: 0755]
lib/other/getgrent.c [new file with mode: 0755]
lib/other/getlogin.c [new file with mode: 0755]
lib/other/getopt.c [new file with mode: 0755]
lib/other/getpass.c [new file with mode: 0755]
lib/other/getpwent.c [new file with mode: 0755]
lib/other/getttyent.c [new file with mode: 0755]
lib/other/getw.c [new file with mode: 0755]
lib/other/hypot.c [new file with mode: 0755]
lib/other/index.c [new file with mode: 0755]
lib/other/itoa.c [new file with mode: 0755]
lib/other/loadname.c [new file with mode: 0755]
lib/other/lock.c [new file with mode: 0755]
lib/other/lrand.c [new file with mode: 0755]
lib/other/lsearch.c [new file with mode: 0755]
lib/other/memccpy.c [new file with mode: 0755]
lib/other/mstats.c [new file with mode: 0644]
lib/other/mtab.c [new file with mode: 0755]
lib/other/nlist.c [new file with mode: 0755]
lib/other/peekpoke.c [new file with mode: 0755]
lib/other/popen.c [new file with mode: 0755]
lib/other/putenv.c [new file with mode: 0755]
lib/other/putw.c [new file with mode: 0755]
lib/other/rindex.c [new file with mode: 0755]
lib/other/setcache.c [new file with mode: 0644]
lib/other/stderr.c [new file with mode: 0755]
lib/other/swab.c [new file with mode: 0755]
lib/other/syscall.c [new file with mode: 0755]
lib/other/sysconf.c [new file with mode: 0755]
lib/other/telldir.c [new file with mode: 0755]
lib/other/termcap.c [new file with mode: 0755]
lib/other/ttyname.c [new file with mode: 0755]
lib/other/ttyslot.c [new file with mode: 0755]
lib/other/v8regerror.c [new file with mode: 0755]
lib/other/v8regexp.c [new file with mode: 0755]
lib/other/v8regsub.c [new file with mode: 0755]
lib/posix/Makefile [new file with mode: 0755]
lib/posix/__exit.c [new file with mode: 0755]
lib/posix/_access.c [new file with mode: 0755]
lib/posix/_alarm.c [new file with mode: 0755]
lib/posix/_cfgetispeed.c [new file with mode: 0755]
lib/posix/_cfgetospeed.c [new file with mode: 0755]
lib/posix/_cfsetispeed.c [new file with mode: 0755]
lib/posix/_cfsetospeed.c [new file with mode: 0755]
lib/posix/_chdir.c [new file with mode: 0755]
lib/posix/_chmod.c [new file with mode: 0755]
lib/posix/_chown.c [new file with mode: 0755]
lib/posix/_chroot.c [new file with mode: 0755]
lib/posix/_close.c [new file with mode: 0755]
lib/posix/_closedir.c [new file with mode: 0755]
lib/posix/_creat.c [new file with mode: 0755]
lib/posix/_dup.c [new file with mode: 0755]
lib/posix/_dup2.c [new file with mode: 0755]
lib/posix/_execl.c [new file with mode: 0755]
lib/posix/_execle.c [new file with mode: 0755]
lib/posix/_execlp.c [new file with mode: 0755]
lib/posix/_execv.c [new file with mode: 0755]
lib/posix/_execve.c [new file with mode: 0755]
lib/posix/_execvp.c [new file with mode: 0755]
lib/posix/_fcntl.c [new file with mode: 0755]
lib/posix/_fork.c [new file with mode: 0755]
lib/posix/_fpathconf.c [new file with mode: 0755]
lib/posix/_fstat.c [new file with mode: 0755]
lib/posix/_fstatfs.c [new file with mode: 0644]
lib/posix/_getcwd.c [new file with mode: 0755]
lib/posix/_getegid.c [new file with mode: 0755]
lib/posix/_geteuid.c [new file with mode: 0755]
lib/posix/_getgid.c [new file with mode: 0755]
lib/posix/_getgroups.c [new file with mode: 0755]
lib/posix/_getpgrp.c [new file with mode: 0755]
lib/posix/_getpid.c [new file with mode: 0755]
lib/posix/_getppid.c [new file with mode: 0755]
lib/posix/_getuid.c [new file with mode: 0755]
lib/posix/_ioctl.c [new file with mode: 0755]
lib/posix/_isatty.c [new file with mode: 0755]
lib/posix/_kill.c [new file with mode: 0755]
lib/posix/_link.c [new file with mode: 0755]
lib/posix/_lseek.c [new file with mode: 0755]
lib/posix/_mkdir.c [new file with mode: 0755]
lib/posix/_mkfifo.c [new file with mode: 0755]
lib/posix/_mknod.c [new file with mode: 0755]
lib/posix/_mktemp.c [new file with mode: 0755]
lib/posix/_mount.c [new file with mode: 0755]
lib/posix/_open.c [new file with mode: 0755]
lib/posix/_opendir.c [new file with mode: 0755]
lib/posix/_pathconf.c [new file with mode: 0755]
lib/posix/_pause.c [new file with mode: 0755]
lib/posix/_pipe.c [new file with mode: 0755]
lib/posix/_ptrace.c [new file with mode: 0755]
lib/posix/_read.c [new file with mode: 0755]
lib/posix/_readdir.c [new file with mode: 0755]
lib/posix/_rename.c [new file with mode: 0755]
lib/posix/_rewinddir.c [new file with mode: 0755]
lib/posix/_rmdir.c [new file with mode: 0755]
lib/posix/_setgid.c [new file with mode: 0755]
lib/posix/_setsid.c [new file with mode: 0755]
lib/posix/_setuid.c [new file with mode: 0755]
lib/posix/_sigaction.c [new file with mode: 0755]
lib/posix/_sigpending.c [new file with mode: 0755]
lib/posix/_sigprocmask.c [new file with mode: 0755]
lib/posix/_sigreturn.c [new file with mode: 0755]
lib/posix/_sigset.c [new file with mode: 0755]
lib/posix/_sigsetjmp.c [new file with mode: 0755]
lib/posix/_sigsuspend.c [new file with mode: 0755]
lib/posix/_sleep.c [new file with mode: 0755]
lib/posix/_stat.c [new file with mode: 0755]
lib/posix/_stime.c [new file with mode: 0755]
lib/posix/_sync.c [new file with mode: 0755]
lib/posix/_tcdrain.c [new file with mode: 0755]
lib/posix/_tcflow.c [new file with mode: 0755]
lib/posix/_tcflush.c [new file with mode: 0755]
lib/posix/_tcgetattr.c [new file with mode: 0755]
lib/posix/_tcsendbreak.c [new file with mode: 0755]
lib/posix/_tcsetattr.c [new file with mode: 0755]
lib/posix/_time.c [new file with mode: 0755]
lib/posix/_times.c [new file with mode: 0755]
lib/posix/_umask.c [new file with mode: 0755]
lib/posix/_umount.c [new file with mode: 0755]
lib/posix/_uname.c [new file with mode: 0755]
lib/posix/_unlink.c [new file with mode: 0755]
lib/posix/_utime.c [new file with mode: 0755]
lib/posix/_wait.c [new file with mode: 0755]
lib/posix/_waitpid.c [new file with mode: 0755]
lib/posix/_write.c [new file with mode: 0755]
lib/regex/COPYRIGHT [new file with mode: 0755]
lib/regex/Makefile [new file with mode: 0755]
lib/regex/WHATSNEW [new file with mode: 0755]
lib/regex/cclass.h [new file with mode: 0755]
lib/regex/cname.h [new file with mode: 0755]
lib/regex/engine.c [new file with mode: 0755]
lib/regex/re_format.7 [new file with mode: 0755]
lib/regex/regcomp.c [new file with mode: 0755]
lib/regex/regerror.c [new file with mode: 0755]
lib/regex/regex.3 [new file with mode: 0755]
lib/regex/regex2.h [new file with mode: 0755]
lib/regex/regexec.c [new file with mode: 0755]
lib/regex/regfree.c [new file with mode: 0755]
lib/regex/utils.h [new file with mode: 0755]
lib/rts/Makefile [new file with mode: 0755]
lib/rts/setjmp.e [new file with mode: 0755]
lib/socket/Makefile [new file with mode: 0644]
lib/socket/bind.c [new file with mode: 0644]
lib/socket/connect.c [new file with mode: 0644]
lib/socket/extra.c [new file with mode: 0644]
lib/socket/listen.c [new file with mode: 0644]
lib/socket/shutdown.c [new file with mode: 0644]
lib/socket/socket.c [new file with mode: 0644]
lib/stdio/Makefile [new file with mode: 0755]
lib/stdio/clearerr.c [new file with mode: 0755]
lib/stdio/data.c [new file with mode: 0755]
lib/stdio/doprnt.c [new file with mode: 0755]
lib/stdio/doscan.c [new file with mode: 0755]
lib/stdio/ecvt.c [new file with mode: 0755]
lib/stdio/fclose.c [new file with mode: 0755]
lib/stdio/feof.c [new file with mode: 0755]
lib/stdio/ferror.c [new file with mode: 0755]
lib/stdio/fflush.c [new file with mode: 0755]
lib/stdio/fgetc.c [new file with mode: 0755]
lib/stdio/fgetpos.c [new file with mode: 0755]
lib/stdio/fgets.c [new file with mode: 0755]
lib/stdio/fileno.c [new file with mode: 0755]
lib/stdio/fillbuf.c [new file with mode: 0755]
lib/stdio/flushbuf.c [new file with mode: 0755]
lib/stdio/fopen.c [new file with mode: 0755]
lib/stdio/fprintf.c [new file with mode: 0755]
lib/stdio/fputc.c [new file with mode: 0755]
lib/stdio/fputs.c [new file with mode: 0755]
lib/stdio/fread.c [new file with mode: 0755]
lib/stdio/freopen.c [new file with mode: 0755]
lib/stdio/fscanf.c [new file with mode: 0755]
lib/stdio/fseek.c [new file with mode: 0755]
lib/stdio/fsetpos.c [new file with mode: 0755]
lib/stdio/ftell.c [new file with mode: 0755]
lib/stdio/fwrite.c [new file with mode: 0755]
lib/stdio/getc.c [new file with mode: 0755]
lib/stdio/getchar.c [new file with mode: 0755]
lib/stdio/gets.c [new file with mode: 0755]
lib/stdio/icompute.c [new file with mode: 0755]
lib/stdio/loc_incl.h [new file with mode: 0755]
lib/stdio/perror.c [new file with mode: 0755]
lib/stdio/printf.c [new file with mode: 0755]
lib/stdio/putc.c [new file with mode: 0755]
lib/stdio/putchar.c [new file with mode: 0755]
lib/stdio/puts.c [new file with mode: 0755]
lib/stdio/remove.c [new file with mode: 0755]
lib/stdio/rewind.c [new file with mode: 0755]
lib/stdio/scanf.c [new file with mode: 0755]
lib/stdio/setbuf.c [new file with mode: 0755]
lib/stdio/setvbuf.c [new file with mode: 0755]
lib/stdio/sprintf.c [new file with mode: 0755]
lib/stdio/sscanf.c [new file with mode: 0755]
lib/stdio/tmpfile.c [new file with mode: 0755]
lib/stdio/tmpnam.c [new file with mode: 0755]
lib/stdio/ungetc.c [new file with mode: 0755]
lib/stdio/vfprintf.c [new file with mode: 0755]
lib/stdio/vprintf.c [new file with mode: 0755]
lib/stdio/vscanf.c [new file with mode: 0755]
lib/stdio/vsprintf.c [new file with mode: 0755]
lib/stdio/vsscanf.c [new file with mode: 0755]
lib/syscall/Makefile [new file with mode: 0755]
lib/syscall/_exit.s [new file with mode: 0755]
lib/syscall/access.s [new file with mode: 0755]
lib/syscall/alarm.s [new file with mode: 0755]
lib/syscall/brk.s [new file with mode: 0755]
lib/syscall/cfgetispeed.s [new file with mode: 0755]
lib/syscall/cfgetospeed.s [new file with mode: 0755]
lib/syscall/cfsetispeed.s [new file with mode: 0755]
lib/syscall/cfsetospeed.s [new file with mode: 0755]
lib/syscall/chdir.s [new file with mode: 0755]
lib/syscall/chmod.s [new file with mode: 0755]
lib/syscall/chown.s [new file with mode: 0755]
lib/syscall/chroot.s [new file with mode: 0755]
lib/syscall/close.s [new file with mode: 0755]
lib/syscall/closedir.s [new file with mode: 0755]
lib/syscall/creat.s [new file with mode: 0755]
lib/syscall/dup.s [new file with mode: 0755]
lib/syscall/dup2.s [new file with mode: 0755]
lib/syscall/execl.s [new file with mode: 0755]
lib/syscall/execle.s [new file with mode: 0755]
lib/syscall/execlp.s [new file with mode: 0755]
lib/syscall/execv.s [new file with mode: 0755]
lib/syscall/execve.s [new file with mode: 0755]
lib/syscall/execvp.s [new file with mode: 0755]
lib/syscall/fcntl.s [new file with mode: 0755]
lib/syscall/fork.s [new file with mode: 0755]
lib/syscall/fpathconf.s [new file with mode: 0755]
lib/syscall/fstat.s [new file with mode: 0755]
lib/syscall/fstatfs.s [new file with mode: 0644]
lib/syscall/getcwd.s [new file with mode: 0755]
lib/syscall/getegid.s [new file with mode: 0755]
lib/syscall/geteuid.s [new file with mode: 0755]
lib/syscall/getgid.s [new file with mode: 0755]
lib/syscall/getgroups.s [new file with mode: 0755]
lib/syscall/getpgrp.s [new file with mode: 0755]
lib/syscall/getpid.s [new file with mode: 0755]
lib/syscall/getppid.s [new file with mode: 0755]
lib/syscall/getsysinfo.s [new file with mode: 0644]
lib/syscall/getuid.s [new file with mode: 0755]
lib/syscall/ioctl.s [new file with mode: 0755]
lib/syscall/isatty.s [new file with mode: 0755]
lib/syscall/kill.s [new file with mode: 0755]
lib/syscall/link.s [new file with mode: 0755]
lib/syscall/lseek.s [new file with mode: 0755]
lib/syscall/mkdir.s [new file with mode: 0755]
lib/syscall/mkfifo.s [new file with mode: 0755]
lib/syscall/mknod.s [new file with mode: 0755]
lib/syscall/mktemp.s [new file with mode: 0755]
lib/syscall/mount.s [new file with mode: 0755]
lib/syscall/open.s [new file with mode: 0755]
lib/syscall/opendir.s [new file with mode: 0755]
lib/syscall/pathconf.s [new file with mode: 0755]
lib/syscall/pause.s [new file with mode: 0755]
lib/syscall/pipe.s [new file with mode: 0755]
lib/syscall/ptrace.s [new file with mode: 0755]
lib/syscall/read.s [new file with mode: 0755]
lib/syscall/readdir.s [new file with mode: 0755]
lib/syscall/reboot.s [new file with mode: 0755]
lib/syscall/rename.s [new file with mode: 0755]
lib/syscall/rewinddir.s [new file with mode: 0755]
lib/syscall/rmdir.s [new file with mode: 0755]
lib/syscall/sbrk.s [new file with mode: 0755]
lib/syscall/seekdir.s [new file with mode: 0755]
lib/syscall/setgid.s [new file with mode: 0755]
lib/syscall/setsid.s [new file with mode: 0755]
lib/syscall/setuid.s [new file with mode: 0755]
lib/syscall/sigaction.s [new file with mode: 0755]
lib/syscall/sigaddset.s [new file with mode: 0755]
lib/syscall/sigdelset.s [new file with mode: 0755]
lib/syscall/sigemptyset.s [new file with mode: 0755]
lib/syscall/sigfillset.s [new file with mode: 0755]
lib/syscall/sigismember.s [new file with mode: 0755]
lib/syscall/sigpending.s [new file with mode: 0755]
lib/syscall/sigprocmask.s [new file with mode: 0755]
lib/syscall/sigreturn.s [new file with mode: 0755]
lib/syscall/sigsuspend.s [new file with mode: 0755]
lib/syscall/sleep.s [new file with mode: 0755]
lib/syscall/stat.s [new file with mode: 0755]
lib/syscall/stime.s [new file with mode: 0755]
lib/syscall/svrctl.s [new file with mode: 0755]
lib/syscall/sync.s [new file with mode: 0755]
lib/syscall/tcdrain.s [new file with mode: 0755]
lib/syscall/tcflow.s [new file with mode: 0755]
lib/syscall/tcflush.s [new file with mode: 0755]
lib/syscall/tcgetattr.s [new file with mode: 0755]
lib/syscall/tcsendbreak.s [new file with mode: 0755]
lib/syscall/tcsetattr.s [new file with mode: 0755]
lib/syscall/time.s [new file with mode: 0755]
lib/syscall/times.s [new file with mode: 0755]
lib/syscall/umask.s [new file with mode: 0755]
lib/syscall/umount.s [new file with mode: 0755]
lib/syscall/uname.s [new file with mode: 0755]
lib/syscall/unlink.s [new file with mode: 0755]
lib/syscall/utime.s [new file with mode: 0755]
lib/syscall/wait.s [new file with mode: 0755]
lib/syscall/waitpid.s [new file with mode: 0755]
lib/syscall/write.s [new file with mode: 0755]
lib/syslib/Makefile [new file with mode: 0755]
lib/syslib/kmalloc.c [new file with mode: 0755]
lib/syslib/kprintf.c [new file with mode: 0755]
lib/syslib/kputc.c [new file with mode: 0644]
lib/syslib/sys_abort.c [new file with mode: 0755]
lib/syslib/sys_copy.c [new file with mode: 0755]
lib/syslib/sys_endsig.c [new file with mode: 0755]
lib/syslib/sys_eniop.c [new file with mode: 0644]
lib/syslib/sys_enirq.c [new file with mode: 0644]
lib/syslib/sys_exec.c [new file with mode: 0755]
lib/syslib/sys_exit.c [new file with mode: 0644]
lib/syslib/sys_findproc.c [new file with mode: 0755]
lib/syslib/sys_flagalrm.c [new file with mode: 0644]
lib/syslib/sys_fork.c [new file with mode: 0755]
lib/syslib/sys_fwdirq.c [new file with mode: 0644]
lib/syslib/sys_getinfo.c [new file with mode: 0644]
lib/syslib/sys_getmap.c [new file with mode: 0755]
lib/syslib/sys_getsp.c [new file with mode: 0755]
lib/syslib/sys_getuptm.c [new file with mode: 0644]
lib/syslib/sys_in.c [new file with mode: 0644]
lib/syslib/sys_irqctl.c [new file with mode: 0644]
lib/syslib/sys_kill.c [new file with mode: 0755]
lib/syslib/sys_kmalloc.c [new file with mode: 0644]
lib/syslib/sys_newmap.c [new file with mode: 0755]
lib/syslib/sys_oldsig.c [new file with mode: 0755]
lib/syslib/sys_out.c [new file with mode: 0644]
lib/syslib/sys_ph2sg.c [new file with mode: 0644]
lib/syslib/sys_physcp.c [new file with mode: 0644]
lib/syslib/sys_sdevio.c [new file with mode: 0644]
lib/syslib/sys_sendsig.c [new file with mode: 0755]
lib/syslib/sys_sigctl.c [new file with mode: 0644]
lib/syslib/sys_signalrm.c [new file with mode: 0644]
lib/syslib/sys_sigret.c [new file with mode: 0755]
lib/syslib/sys_svrctl.c [new file with mode: 0644]
lib/syslib/sys_syncalrm.c [new file with mode: 0644]
lib/syslib/sys_sysctl.c [new file with mode: 0755]
lib/syslib/sys_times.c [new file with mode: 0755]
lib/syslib/sys_trace.c [new file with mode: 0755]
lib/syslib/sys_umap.c [new file with mode: 0644]
lib/syslib/sys_vidcp.c [new file with mode: 0644]
lib/syslib/sys_vinb.c [new file with mode: 0644]
lib/syslib/sys_vinl.c [new file with mode: 0644]
lib/syslib/sys_vinw.c [new file with mode: 0644]
lib/syslib/sys_vircp.c [new file with mode: 0644]
lib/syslib/sys_voutb.c [new file with mode: 0644]
lib/syslib/sys_voutl.c [new file with mode: 0644]
lib/syslib/sys_voutw.c [new file with mode: 0644]
lib/syslib/sys_xit.c [new file with mode: 0755]
lib/syslib/syslib.h [new file with mode: 0755]
lib/syslib/taskcall.c [new file with mode: 0755]
lib/timers/Makefile [new file with mode: 0644]
lib/timers/timers.h [new file with mode: 0644]
lib/timers/tmrs_clr.c [new file with mode: 0644]
lib/timers/tmrs_exp.c [new file with mode: 0644]
lib/timers/tmrs_set.c [new file with mode: 0644]
lib/utils/Makefile [new file with mode: 0644]
lib/utils/env_panic.c [new file with mode: 0644]
lib/utils/env_parse.c [new file with mode: 0644]
lib/utils/env_prefix.c [new file with mode: 0644]
lib/utils/fkey_ctl.c [new file with mode: 0644]
lib/utils/get_mon_prm.c [new file with mode: 0644]
lib/utils/get_proc_nr.c [new file with mode: 0644]
lib/utils/srvr_assert.c [new file with mode: 0644]
lib/utils/srvr_panic.c [new file with mode: 0644]
lib/utils/srvr_report.c [new file with mode: 0644]
lib/utils/taskcall.c [new file with mode: 0644]
lib/utils/tick_delay.c [new file with mode: 0644]
lib/utils/utils.h [new file with mode: 0644]
servers/Makefile [new file with mode: 0644]
servers/fs/Makefile [new file with mode: 0644]
servers/fs/buf.h [new file with mode: 0644]
servers/fs/cache.c [new file with mode: 0644]
servers/fs/cache2.c [new file with mode: 0644]
servers/fs/cmostime.c [new file with mode: 0644]
servers/fs/const.h [new file with mode: 0644]
servers/fs/device.c [new file with mode: 0644]
servers/fs/dmap.c [new file with mode: 0644]
servers/fs/dmap.h [new file with mode: 0644]
servers/fs/dmp.c [new file with mode: 0644]
servers/fs/file.h [new file with mode: 0644]
servers/fs/filedes.c [new file with mode: 0644]
servers/fs/fproc.h [new file with mode: 0644]
servers/fs/fs.h [new file with mode: 0644]
servers/fs/glo.h [new file with mode: 0644]
servers/fs/inode.c [new file with mode: 0644]
servers/fs/inode.h [new file with mode: 0644]
servers/fs/link.c [new file with mode: 0644]
servers/fs/lock.c [new file with mode: 0644]
servers/fs/lock.h [new file with mode: 0644]
servers/fs/main.c [new file with mode: 0644]
servers/fs/makenmtab.sh [new file with mode: 0644]
servers/fs/misc.c [new file with mode: 0644]
servers/fs/mount.c [new file with mode: 0644]
servers/fs/open.c [new file with mode: 0644]
servers/fs/param.h [new file with mode: 0644]
servers/fs/path.c [new file with mode: 0644]
servers/fs/pipe.c [new file with mode: 0644]
servers/fs/protect.c [new file with mode: 0644]
servers/fs/proto.h [new file with mode: 0644]
servers/fs/read.c [new file with mode: 0644]
servers/fs/stadir.c [new file with mode: 0644]
servers/fs/super.c [new file with mode: 0644]
servers/fs/super.h [new file with mode: 0644]
servers/fs/symtab.h [new file with mode: 0644]
servers/fs/table.c [new file with mode: 0644]
servers/fs/time.c [new file with mode: 0644]
servers/fs/type.h [new file with mode: 0644]
servers/fs/utility.c [new file with mode: 0644]
servers/fs/write.c [new file with mode: 0644]
servers/inet/Makefile [new file with mode: 0644]
servers/inet/buf.c [new file with mode: 0644]
servers/inet/clock.c [new file with mode: 0644]
servers/inet/const.h [new file with mode: 0644]
servers/inet/generic/arp.c [new file with mode: 0644]
servers/inet/generic/arp.h [new file with mode: 0644]
servers/inet/generic/assert.h [new file with mode: 0644]
servers/inet/generic/buf.h [new file with mode: 0644]
servers/inet/generic/clock.h [new file with mode: 0644]
servers/inet/generic/eth.c [new file with mode: 0644]
servers/inet/generic/eth.h [new file with mode: 0644]
servers/inet/generic/eth_int.h [new file with mode: 0644]
servers/inet/generic/event.c [new file with mode: 0644]
servers/inet/generic/event.h [new file with mode: 0644]
servers/inet/generic/icmp.c [new file with mode: 0644]
servers/inet/generic/icmp.h [new file with mode: 0644]
servers/inet/generic/icmp_lib.h [new file with mode: 0644]
servers/inet/generic/io.c [new file with mode: 0644]
servers/inet/generic/io.h [new file with mode: 0644]
servers/inet/generic/ip.c [new file with mode: 0644]
servers/inet/generic/ip.h [new file with mode: 0644]
servers/inet/generic/ip_eth.c [new file with mode: 0644]
servers/inet/generic/ip_int.h [new file with mode: 0644]
servers/inet/generic/ip_ioctl.c [new file with mode: 0644]
servers/inet/generic/ip_lib.c [new file with mode: 0644]
servers/inet/generic/ip_ps.c [new file with mode: 0644]
servers/inet/generic/ip_read.c [new file with mode: 0644]
servers/inet/generic/ip_write.c [new file with mode: 0644]
servers/inet/generic/ipr.c [new file with mode: 0644]
servers/inet/generic/ipr.h [new file with mode: 0644]
servers/inet/generic/psip.c [new file with mode: 0644]
servers/inet/generic/psip.h [new file with mode: 0644]
servers/inet/generic/sr.h [new file with mode: 0644]
servers/inet/generic/tcp.c [new file with mode: 0644]
servers/inet/generic/tcp.h [new file with mode: 0644]
servers/inet/generic/tcp_int.h [new file with mode: 0644]
servers/inet/generic/tcp_lib.c [new file with mode: 0644]
servers/inet/generic/tcp_recv.c [new file with mode: 0644]
servers/inet/generic/tcp_send.c [new file with mode: 0644]
servers/inet/generic/type.h [new file with mode: 0644]
servers/inet/generic/udp.c [new file with mode: 0644]
servers/inet/generic/udp.h [new file with mode: 0644]
servers/inet/inet.c [new file with mode: 0644]
servers/inet/inet.h [new file with mode: 0644]
servers/inet/inet_config.c [new file with mode: 0644]
servers/inet/inet_config.h [new file with mode: 0644]
servers/inet/mnx_eth.c [new file with mode: 0644]
servers/inet/mq.c [new file with mode: 0644]
servers/inet/mq.h [new file with mode: 0644]
servers/inet/osdep_eth.h [new file with mode: 0644]
servers/inet/proto.h [new file with mode: 0644]
servers/inet/sr.c [new file with mode: 0644]
servers/inet/stacktrace.c [new file with mode: 0644]
servers/inet/version.c [new file with mode: 0644]
servers/init/Makefile [new file with mode: 0644]
servers/init/init.c [new file with mode: 0644]
servers/is/Makefile [new file with mode: 0644]
servers/is/diag.c [new file with mode: 0644]
servers/is/dmp.c [new file with mode: 0644]
servers/is/glo.h [new file with mode: 0644]
servers/is/is.h [new file with mode: 0644]
servers/is/kputc.c [new file with mode: 0644]
servers/is/main.c [new file with mode: 0644]
servers/is/proto.h [new file with mode: 0644]
servers/mm/Makefile [new file with mode: 0644]
servers/mm/alloc.c [new file with mode: 0644]
servers/mm/break.c [new file with mode: 0644]
servers/mm/const.h [new file with mode: 0644]
servers/mm/exec.c [new file with mode: 0644]
servers/mm/forkexit.c [new file with mode: 0644]
servers/mm/getset.c [new file with mode: 0644]
servers/mm/glo.h [new file with mode: 0644]
servers/mm/main.c [new file with mode: 0644]
servers/mm/misc.c [new file with mode: 0644]
servers/mm/mm.h [new file with mode: 0644]
servers/mm/mproc.h [new file with mode: 0644]
servers/mm/param.h [new file with mode: 0644]
servers/mm/procutils.c [new file with mode: 0644]
servers/mm/proto.h [new file with mode: 0644]
servers/mm/signal.c [new file with mode: 0644]
servers/mm/table.c [new file with mode: 0644]
servers/mm/trace.c [new file with mode: 0644]
servers/mm/type.h [new file with mode: 0644]
servers/mm/utility.c [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/common.c [new file with mode: 0644]
test/run.sh [new file with mode: 0755]
test/sh1.sh [new file with mode: 0755]
test/sh2.sh [new file with mode: 0755]
test/t10a.c [new file with mode: 0644]
test/t11a.c [new file with mode: 0644]
test/t11b.c [new file with mode: 0644]
test/test1.c [new file with mode: 0644]
test/test10.c [new file with mode: 0644]
test/test11.c [new file with mode: 0644]
test/test12.c [new file with mode: 0644]
test/test13.c [new file with mode: 0644]
test/test14.c [new file with mode: 0644]
test/test15.c [new file with mode: 0644]
test/test16.c [new file with mode: 0644]
test/test17.c [new file with mode: 0644]
test/test18.c [new file with mode: 0644]
test/test19.c [new file with mode: 0644]
test/test2.c [new file with mode: 0644]
test/test20.c [new file with mode: 0644]
test/test21.c [new file with mode: 0644]
test/test22.c [new file with mode: 0644]
test/test23.c [new file with mode: 0644]
test/test24.c [new file with mode: 0644]
test/test25.c [new file with mode: 0644]
test/test26.c [new file with mode: 0644]
test/test27.c [new file with mode: 0644]
test/test28.c [new file with mode: 0644]
test/test29.c [new file with mode: 0644]
test/test3.c [new file with mode: 0644]
test/test30.c [new file with mode: 0644]
test/test31.c [new file with mode: 0644]
test/test32.c [new file with mode: 0644]
test/test33.c [new file with mode: 0644]
test/test34.c [new file with mode: 0644]
test/test35.c [new file with mode: 0644]
test/test36.c [new file with mode: 0644]
test/test37.c [new file with mode: 0644]
test/test38.c [new file with mode: 0644]
test/test39.c [new file with mode: 0644]
test/test4.c [new file with mode: 0644]
test/test40.c [new file with mode: 0644]
test/test5.c [new file with mode: 0644]
test/test6.c [new file with mode: 0644]
test/test7.c [new file with mode: 0644]
test/test8.c [new file with mode: 0644]
test/test9.c [new file with mode: 0644]
tools/Makefile [new file with mode: 0755]
tools/chrootmake.sh [new file with mode: 0755]
tools/mkboot [new file with mode: 0755]
tools/release.sh [new file with mode: 0755]
tools/revision [new file with mode: 0644]
tools/tell_config [new file with mode: 0755]