Changeset 9
- Timestamp:
- May 18, 2011, 7:22:40 AM (14 years ago)
- Location:
- trunk/minix
- Files:
-
- 4004 added
-
. (added)
-
LICENSE (added)
-
Makefile (added)
-
boot (added)
-
boot/Makefile (added)
-
boot/a.out2com (added)
-
boot/addaout.c (added)
-
boot/boot.c (added)
-
boot/boot.h (added)
-
boot/bootblock.s (added)
-
boot/boothead.s (added)
-
boot/bootimage.c (added)
-
boot/doshead.s (added)
-
boot/image.h (added)
-
boot/installboot.c (added)
-
boot/jumpboot.s (added)
-
boot/masterboot.s (added)
-
boot/mkfhead.s (added)
-
boot/mkfile.c (added)
-
boot/rawfs.c (added)
-
boot/rawfs.h (added)
-
commands (added)
-
commands/Makefile (added)
-
commands/aal (added)
-
commands/aal/Makefile (added)
-
commands/aal/arch.h (added)
-
commands/aal/archiver.c (added)
-
commands/aal/build (added)
-
commands/aal/byte_order.h (added)
-
commands/aal/format.c (added)
-
commands/aal/local.h (added)
-
commands/aal/long2str.c (added)
-
commands/aal/object.h (added)
-
commands/aal/out.h (added)
-
commands/aal/param.h (added)
-
commands/aal/print.c (added)
-
commands/aal/ranlib.h (added)
-
commands/aal/rd.c (added)
-
commands/aal/rd_arhdr.c (added)
-
commands/aal/rd_bytes.c (added)
-
commands/aal/rd_unsig2.c (added)
-
commands/aal/sprint.c (added)
-
commands/aal/system.c (added)
-
commands/aal/system.h (added)
-
commands/aal/varargs.h (added)
-
commands/aal/wr_arhdr.c (added)
-
commands/aal/wr_bytes.c (added)
-
commands/aal/wr_int2.c (added)
-
commands/aal/wr_long.c (added)
-
commands/aal/wr_ranlib.c (added)
-
commands/aal/write.c (added)
-
commands/advent (added)
-
commands/advent/Makefile (added)
-
commands/advent/advcave.h (added)
-
commands/advent/advdec.h (added)
-
commands/advent/advent.c (added)
-
commands/advent/advent.h (added)
-
commands/advent/advent1.txt (added)
-
commands/advent/advent2.txt (added)
-
commands/advent/advent3.txt (added)
-
commands/advent/advent4.txt (added)
-
commands/advent/build (added)
-
commands/advent/database.c (added)
-
commands/advent/english.c (added)
-
commands/advent/initial.c (added)
-
commands/advent/itverb.c (added)
-
commands/advent/score.c (added)
-
commands/advent/setup.c (added)
-
commands/advent/travel.c (added)
-
commands/advent/turn.c (added)
-
commands/advent/utility.c (added)
-
commands/advent/verb.c (added)
-
commands/advent/vocab.c (added)
-
commands/ash (added)
-
commands/ash/Makefile (added)
-
commands/ash/TOUR (added)
-
commands/ash/bltin (added)
-
commands/ash/bltin/LICENSE (added)
-
commands/ash/bltin/binary_op (added)
-
commands/ash/bltin/bltin.h (added)
-
commands/ash/bltin/catf.c (added)
-
commands/ash/bltin/echo.c (added)
-
commands/ash/bltin/error.c (added)
-
commands/ash/bltin/expr.c (added)
-
commands/ash/bltin/line.c (added)
-
commands/ash/bltin/makefile.not (added)
-
commands/ash/bltin/mkexpr (added)
-
commands/ash/bltin/nlecho.c (added)
-
commands/ash/bltin/regexp.c (added)
-
commands/ash/bltin/stalloc.c (added)
-
commands/ash/bltin/umask.c (added)
-
commands/ash/bltin/unary_op (added)
-
commands/ash/build (added)
-
commands/ash/builtins.table (added)
-
commands/ash/cd.c (added)
-
commands/ash/dirent.c (added)
-
commands/ash/error.c (added)
-
commands/ash/error.h (added)
-
commands/ash/eval.c (added)
-
commands/ash/eval.h (added)
-
commands/ash/exec.c (added)
-
commands/ash/exec.h (added)
-
commands/ash/expand.c (added)
-
commands/ash/expand.h (added)
-
commands/ash/funcs (added)
-
commands/ash/funcs/cmv (added)
-
commands/ash/funcs/dirs (added)
-
commands/ash/funcs/kill (added)
-
commands/ash/funcs/login (added)
-
commands/ash/funcs/newgrp (added)
-
commands/ash/funcs/popd (added)
-
commands/ash/funcs/pushd (added)
-
commands/ash/funcs/suspend (added)
-
commands/ash/init.h (added)
-
commands/ash/input.c (added)
-
commands/ash/input.h (added)
-
commands/ash/jobs.c (added)
-
commands/ash/jobs.h (added)
-
commands/ash/machdep.h (added)
-
commands/ash/mail.c (added)
-
commands/ash/mail.h (added)
-
commands/ash/main.c (added)
-
commands/ash/main.h (added)
-
commands/ash/memalloc.c (added)
-
commands/ash/memalloc.h (added)
-
commands/ash/miscbltin.c (added)
-
commands/ash/mkbuiltins (added)
-
commands/ash/mkinit.c (added)
-
commands/ash/mknodes.c (added)
-
commands/ash/mksignames.c (added)
-
commands/ash/mksyntax.c (added)
-
commands/ash/mktokens (added)
-
commands/ash/mystring.c (added)
-
commands/ash/mystring.h (added)
-
commands/ash/nodes.c.pat (added)
-
commands/ash/nodetypes (added)
-
commands/ash/options.c (added)
-
commands/ash/options.h (added)
-
commands/ash/output.c (added)
-
commands/ash/output.h (added)
-
commands/ash/parser.c (added)
-
commands/ash/parser.h (added)
-
commands/ash/redir.c (added)
-
commands/ash/redir.h (added)
-
commands/ash/shell.h (added)
-
commands/ash/show.c (added)
-
commands/ash/sys (added)
-
commands/ash/sys/cdefs.h (added)
-
commands/ash/test (added)
-
commands/ash/test/malloc.c (added)
-
commands/ash/trap.c (added)
-
commands/ash/trap.h (added)
-
commands/ash/var.c (added)
-
commands/ash/var.h (added)
-
commands/autil (added)
-
commands/autil/Makefile (added)
-
commands/autil/anm.c (added)
-
commands/autil/arch.h (added)
-
commands/autil/asize.c (added)
-
commands/autil/build (added)
-
commands/autil/local.h (added)
-
commands/autil/obj.h (added)
-
commands/autil/object.h (added)
-
commands/autil/out.h (added)
-
commands/autil/ranlib.h (added)
-
commands/autil/rd.c (added)
-
commands/autil/rd_arhdr.c (added)
-
commands/autil/rd_bytes.c (added)
-
commands/autil/rd_unsig2.c (added)
-
commands/awk (added)
-
commands/awk/Makefile (added)
-
commands/awk/NOTE (added)
-
commands/awk/README (added)
-
commands/awk/awk.h (added)
-
commands/awk/build (added)
-
commands/awk/e.c (added)
-
commands/awk/k.c (added)
-
commands/awk/l.c (added)
-
commands/awk/m.c (added)
-
commands/awk/n.c (added)
-
commands/awk/r.c (added)
-
commands/awk/regexp.c (added)
-
commands/awk/regexp.h (added)
-
commands/awk/v.c (added)
-
commands/awk/y.c (added)
-
commands/bc (added)
-
commands/bc/COPYING (added)
-
commands/bc/Makefile (added)
-
commands/bc/bc.c (added)
-
commands/bc/bc.y (added)
-
commands/bc/bcdefs.h (added)
-
commands/bc/build (added)
-
commands/bc/config.h (added)
-
commands/bc/const.h (added)
-
commands/bc/execute.c (added)
-
commands/bc/fix_math.h (added)
-
commands/bc/global.c (added)
-
commands/bc/global.h (added)
-
commands/bc/libmath.b (added)
-
commands/bc/load.c (added)
-
commands/bc/main.c (added)
-
commands/bc/number.c (added)
-
commands/bc/number.h (added)
-
commands/bc/proto.h (added)
-
commands/bc/sbc.y (added)
-
commands/bc/scan.c (added)
-
commands/bc/scan.l (added)
-
commands/bc/storage.c (added)
-
commands/bc/util.c (added)
-
commands/bc/version.h (added)
-
commands/bc/y.tab.h (added)
-
commands/byacc (added)
-
commands/byacc/ACKNOWLEDGEMEN (added)
-
commands/byacc/MANIFEST (added)
-
commands/byacc/Makefile (added)
-
commands/byacc/NEW_FEATURES (added)
-
commands/byacc/NOTES (added)
-
commands/byacc/NO_WARRANTY (added)
-
commands/byacc/README (added)
-
commands/byacc/build (added)
-
commands/byacc/closure.c (added)
-
commands/byacc/defs.h (added)
-
commands/byacc/error.c (added)
-
commands/byacc/lalr.c (added)
-
commands/byacc/lr0.c (added)
-
commands/byacc/main.c (added)
-
commands/byacc/mkpar.c (added)
-
commands/byacc/output.c (added)
-
commands/byacc/reader.c (added)
-
commands/byacc/skeleton.c (added)
-
commands/byacc/symtab.c (added)
-
commands/byacc/verbose.c (added)
-
commands/byacc/warshall.c (added)
-
commands/bzip2-1.0.3 (added)
-
commands/bzip2-1.0.3/CHANGES (added)
-
commands/bzip2-1.0.3/LICENSE (added)
-
commands/bzip2-1.0.3/Makefile (added)
-
commands/bzip2-1.0.3/Makefile-libbz2_so (added)
-
commands/bzip2-1.0.3/README.COMPILATION.PROBLEMS (added)
-
commands/bzip2-1.0.3/README.MINIX (added)
-
commands/bzip2-1.0.3/README.ORIGINAL (added)
-
commands/bzip2-1.0.3/README.XML.STUFF (added)
-
commands/bzip2-1.0.3/Y2K_INFO (added)
-
commands/bzip2-1.0.3/blocksort.c (added)
-
commands/bzip2-1.0.3/build (added)
-
commands/bzip2-1.0.3/bz-common.xsl (added)
-
commands/bzip2-1.0.3/bz-fo.xsl (added)
-
commands/bzip2-1.0.3/bz-html.xsl (added)
-
commands/bzip2-1.0.3/bzdiff (added)
-
commands/bzip2-1.0.3/bzdiff.1 (added)
-
commands/bzip2-1.0.3/bzgrep (added)
-
commands/bzip2-1.0.3/bzgrep.1 (added)
-
commands/bzip2-1.0.3/bzip.css (added)
-
commands/bzip2-1.0.3/bzip2.1 (added)
-
commands/bzip2-1.0.3/bzip2.1.preformatted (added)
-
commands/bzip2-1.0.3/bzip2.c (added)
-
commands/bzip2-1.0.3/bzip2.txt (added)
-
commands/bzip2-1.0.3/bzip2recover.c (added)
-
commands/bzip2-1.0.3/bzlib.c (added)
-
commands/bzip2-1.0.3/bzlib.h (added)
-
commands/bzip2-1.0.3/bzlib_private.h (added)
-
commands/bzip2-1.0.3/bzmore (added)
-
commands/bzip2-1.0.3/bzmore.1 (added)
-
commands/bzip2-1.0.3/compress.c (added)
-
commands/bzip2-1.0.3/crctable.c (added)
-
commands/bzip2-1.0.3/decompress.c (added)
-
commands/bzip2-1.0.3/dlltest.c (added)
-
commands/bzip2-1.0.3/dlltest.dsp (added)
-
commands/bzip2-1.0.3/entities.xml (added)
-
commands/bzip2-1.0.3/format.pl (added)
-
commands/bzip2-1.0.3/huffman.c (added)
-
commands/bzip2-1.0.3/libbz2.def (added)
-
commands/bzip2-1.0.3/libbz2.dsp (added)
-
commands/bzip2-1.0.3/makefile.msc (added)
-
commands/bzip2-1.0.3/manual.html (added)
-
commands/bzip2-1.0.3/manual.pdf (added)
-
commands/bzip2-1.0.3/manual.ps (added)
-
commands/bzip2-1.0.3/manual.xml (added)
-
commands/bzip2-1.0.3/mk251.c (added)
-
commands/bzip2-1.0.3/randtable.c (added)
-
commands/bzip2-1.0.3/sample1.bz2 (added)
-
commands/bzip2-1.0.3/sample1.ref (added)
-
commands/bzip2-1.0.3/sample2.bz2 (added)
-
commands/bzip2-1.0.3/sample2.ref (added)
-
commands/bzip2-1.0.3/sample3.bz2 (added)
-
commands/bzip2-1.0.3/sample3.ref (added)
-
commands/bzip2-1.0.3/spewG.c (added)
-
commands/bzip2-1.0.3/unzcrash.c (added)
-
commands/bzip2-1.0.3/words0 (added)
-
commands/bzip2-1.0.3/words1 (added)
-
commands/bzip2-1.0.3/words2 (added)
-
commands/bzip2-1.0.3/words3 (added)
-
commands/bzip2-1.0.3/xmlproc.sh (added)
-
commands/cawf (added)
-
commands/cawf/Makefile (added)
-
commands/cawf/README (added)
-
commands/cawf/ansi.h (added)
-
commands/cawf/bsfilt.c (added)
-
commands/cawf/build (added)
-
commands/cawf/cawf.c (added)
-
commands/cawf/cawf.h (added)
-
commands/cawf/cawflib.h (added)
-
commands/cawf/common (added)
-
commands/cawf/device.c (added)
-
commands/cawf/device.cf (added)
-
commands/cawf/diffs (added)
-
commands/cawf/dumb.dev (added)
-
commands/cawf/error.c (added)
-
commands/cawf/expand.c (added)
-
commands/cawf/expr.c (added)
-
commands/cawf/getopt.c (added)
-
commands/cawf/macsup.c (added)
-
commands/cawf/man.mac (added)
-
commands/cawf/me.mac (added)
-
commands/cawf/mnx.mac (added)
-
commands/cawf/ms.mac (added)
-
commands/cawf/nreq.c (added)
-
commands/cawf/output.c (added)
-
commands/cawf/pass2.c (added)
-
commands/cawf/pass3.c (added)
-
commands/cawf/proto.h (added)
-
commands/cawf/regerror.c (added)
-
commands/cawf/regexp.c (added)
-
commands/cawf/regexp.h (added)
-
commands/cawf/regmagic.h (added)
-
commands/cawf/store.c (added)
-
commands/cawf/string.c (added)
-
commands/cron (added)
-
commands/cron/Makefile (added)
-
commands/cron/build (added)
-
commands/cron/cron.c (added)
-
commands/cron/crontab.c (added)
-
commands/cron/misc.c (added)
-
commands/cron/misc.h (added)
-
commands/cron/tab.c (added)
-
commands/cron/tab.h (added)
-
commands/de (added)
-
commands/de/Makefile (added)
-
commands/de/README (added)
-
commands/de/build (added)
-
commands/de/de.c (added)
-
commands/de/de.h (added)
-
commands/de/de_diskio.c (added)
-
commands/de/de_recover.c (added)
-
commands/de/de_stdin.c (added)
-
commands/de/de_stdout.c (added)
-
commands/dhcpd (added)
-
commands/dhcpd/Makefile (added)
-
commands/dhcpd/arp.h (added)
-
commands/dhcpd/build (added)
-
commands/dhcpd/devices.c (added)
-
commands/dhcpd/dhcpd.c (added)
-
commands/dhcpd/dhcpd.h (added)
-
commands/dhcpd/ether.c (added)
-
commands/dhcpd/tags.c (added)
-
commands/dis88 (added)
-
commands/dis88/Makefile (added)
-
commands/dis88/README (added)
-
commands/dis88/build (added)
-
commands/dis88/dis.h (added)
-
commands/dis88/disfp.c (added)
-
commands/dis88/dishand.c (added)
-
commands/dis88/dismain.c (added)
-
commands/dis88/disrel.c (added)
-
commands/dis88/distabs.c (added)
-
commands/elle (added)
-
commands/elle/Makefile (added)
-
commands/elle/build (added)
-
commands/elle/deffun.e (added)
-
commands/elle/defprf.c (added)
-
commands/elle/defprf.e (added)
-
commands/elle/eebit.c (added)
-
commands/elle/eebuff.c (added)
-
commands/elle/eecmds.c (added)
-
commands/elle/eediag.c (added)
-
commands/elle/eedisp.c (added)
-
commands/elle/eeedit.c (added)
-
commands/elle/eeerr.c (added)
-
commands/elle/eef1.c (added)
-
commands/elle/eef2.c (added)
-
commands/elle/eef3.c (added)
-
commands/elle/eefd.c (added)
-
commands/elle/eefdef.h (added)
-
commands/elle/eefed.c (added)
-
commands/elle/eefidx.h (added)
-
commands/elle/eefile.c (added)
-
commands/elle/eefill.c (added)
-
commands/elle/eehelp.c (added)
-
commands/elle/eekmac.c (added)
-
commands/elle/eemain.c (added)
-
commands/elle/eemake.c (added)
-
commands/elle/eeprof.h (added)
-
commands/elle/eeproto.h (added)
-
commands/elle/eequer.c (added)
-
commands/elle/eeques.c (added)
-
commands/elle/eesigs.h (added)
-
commands/elle/eesite.c (added)
-
commands/elle/eesite.h (added)
-
commands/elle/eesrch.c (added)
-
commands/elle/eeterm.c (added)
-
commands/elle/eevini.c (added)
-
commands/elle/elle.h (added)
-
commands/elle/ellec.c (added)
-
commands/elle/sb.h (added)
-
commands/elle/sbbcpy.c (added)
-
commands/elle/sberr.c (added)
-
commands/elle/sbm.c (added)
-
commands/elle/sbproto.h (added)
-
commands/elle/sbstr.c (added)
-
commands/elle/sbvall.c (added)
-
commands/elvis (added)
-
commands/elvis/.descr (added)
-
commands/elvis/Doc.sh (added)
-
commands/elvis/Knownbug.txt (added)
-
commands/elvis/Makedoc (added)
-
commands/elvis/Makefile (added)
-
commands/elvis/Man.sh (added)
-
commands/elvis/Readme.txt (added)
-
commands/elvis/blk.c (added)
-
commands/elvis/build (added)
-
commands/elvis/cmd1.c (added)
-
commands/elvis/cmd2.c (added)
-
commands/elvis/config.h (added)
-
commands/elvis/ctags.c (added)
-
commands/elvis/ctype.c (added)
-
commands/elvis/ctype.h (added)
-
commands/elvis/curses.c (added)
-
commands/elvis/curses.h (added)
-
commands/elvis/cut.c (added)
-
commands/elvis/elvprsv.c (added)
-
commands/elvis/elvrec.c (added)
-
commands/elvis/ex.c (added)
-
commands/elvis/fmt.c (added)
-
commands/elvis/input.c (added)
-
commands/elvis/main.c (added)
-
commands/elvis/misc.c (added)
-
commands/elvis/modify.c (added)
-
commands/elvis/move1.c (added)
-
commands/elvis/move2.c (added)
-
commands/elvis/move3.c (added)
-
commands/elvis/move4.c (added)
-
commands/elvis/move5.c (added)
-
commands/elvis/opts.c (added)
-
commands/elvis/prsvunix.c (added)
-
commands/elvis/recycle.c (added)
-
commands/elvis/redraw.c (added)
-
commands/elvis/ref.c (added)
-
commands/elvis/regexp.c (added)
-
commands/elvis/regexp.h (added)
-
commands/elvis/regsub.c (added)
-
commands/elvis/system.c (added)
-
commands/elvis/tinyprnt.c (added)
-
commands/elvis/tinytcap.c (added)
-
commands/elvis/tio.c (added)
-
commands/elvis/tmp.c (added)
-
commands/elvis/unix.c (added)
-
commands/elvis/vars.c (added)
-
commands/elvis/vcmd.c (added)
-
commands/elvis/vi.c (added)
-
commands/elvis/vi.h (added)
-
commands/ftp (added)
-
commands/ftp/Makefile (added)
-
commands/ftp/build (added)
-
commands/ftp/file.c (added)
-
commands/ftp/file.h (added)
-
commands/ftp/ftp.c (added)
-
commands/ftp/ftp.h (added)
-
commands/ftp/local.c (added)
-
commands/ftp/local.h (added)
-
commands/ftp/net.c (added)
-
commands/ftp/net.h (added)
-
commands/ftp/other.c (added)
-
commands/ftp/other.h (added)
-
commands/ftpd200 (added)
-
commands/ftpd200/Makefile (added)
-
commands/ftpd200/README (added)
-
commands/ftpd200/README2 (added)
-
commands/ftpd200/access.c (added)
-
commands/ftpd200/access.h (added)
-
commands/ftpd200/build (added)
-
commands/ftpd200/file.c (added)
-
commands/ftpd200/file.h (added)
-
commands/ftpd200/ftpd.8 (added)
-
commands/ftpd200/ftpd.c (added)
-
commands/ftpd200/ftpd.h (added)
-
commands/ftpd200/ftpdsh (added)
-
commands/ftpd200/net.c (added)
-
commands/ftpd200/net.h (added)
-
commands/ftpd200/setup.anonftp (added)
-
commands/httpd (added)
-
commands/httpd/Makefile (added)
-
commands/httpd/README (added)
-
commands/httpd/SECURITY (added)
-
commands/httpd/build (added)
-
commands/httpd/cgiexec.c (added)
-
commands/httpd/config.c (added)
-
commands/httpd/config.h (added)
-
commands/httpd/dir2html.c (added)
-
commands/httpd/dir2html.sh (added)
-
commands/httpd/http.h (added)
-
commands/httpd/http_status.5 (added)
-
commands/httpd/httpd.8 (added)
-
commands/httpd/httpd.c (added)
-
commands/httpd/httpd.conf (added)
-
commands/httpd/httpd.conf.5 (added)
-
commands/httpd/httpd.mtype (added)
-
commands/httpd/httpd0993.txt (added)
-
commands/httpd/net.c (added)
-
commands/httpd/net.h (added)
-
commands/httpd/pass.c (added)
-
commands/httpd/pass.h (added)
-
commands/httpd/police.c (added)
-
commands/httpd/process.c (added)
-
commands/httpd/proxy.c (added)
-
commands/httpd/reply.c (added)
-
commands/httpd/request.c (added)
-
commands/httpd/utility.c (added)
-
commands/httpd/utility.h (added)
-
commands/i386 (added)
-
commands/i386/Makefile (added)
-
commands/i386/acd.c (added)
-
commands/i386/asmconv (added)
-
commands/i386/asmconv/Makefile (added)
-
commands/i386/asmconv/asm86.c (added)
-
commands/i386/asmconv/asm86.h (added)
-
commands/i386/asmconv/asmconv.c (added)
-
commands/i386/asmconv/asmconv.h (added)
-
commands/i386/asmconv/build (added)
-
commands/i386/asmconv/emit_ack.c (added)
-
commands/i386/asmconv/emit_gnu.c (added)
-
commands/i386/asmconv/languages.h (added)
-
commands/i386/asmconv/parse_ack.c (added)
-
commands/i386/asmconv/parse_bas.c (added)
-
commands/i386/asmconv/parse_gnu.c (added)
-
commands/i386/asmconv/syntax.ack (added)
-
commands/i386/asmconv/token.h (added)
-
commands/i386/asmconv/tokenize.c (added)
-
commands/i386/build (added)
-
commands/i386/mtools-3.9.7 (added)
-
commands/i386/mtools-3.9.7/COPYING (added)
-
commands/i386/mtools-3.9.7/Makefile (added)
-
commands/i386/mtools-3.9.7/README (added)
-
commands/i386/mtools-3.9.7/buffer.c (added)
-
commands/i386/mtools-3.9.7/buffer.h (added)
-
commands/i386/mtools-3.9.7/build (added)
-
commands/i386/mtools-3.9.7/codepage.h (added)
-
commands/i386/mtools-3.9.7/config.c (added)
-
commands/i386/mtools-3.9.7/config.h (added)
-
commands/i386/mtools-3.9.7/copyfile.c (added)
-
commands/i386/mtools-3.9.7/devices.c (added)
-
commands/i386/mtools-3.9.7/devices.h (added)
-
commands/i386/mtools-3.9.7/dirCache.c (added)
-
commands/i386/mtools-3.9.7/dirCache.h (added)
-
commands/i386/mtools-3.9.7/directory.c (added)
-
commands/i386/mtools-3.9.7/direntry.c (added)
-
commands/i386/mtools-3.9.7/expand.c (added)
-
commands/i386/mtools-3.9.7/fat.c (added)
-
commands/i386/mtools-3.9.7/fat_free.c (added)
-
commands/i386/mtools-3.9.7/file.c (added)
-
commands/i386/mtools-3.9.7/file.h (added)
-
commands/i386/mtools-3.9.7/file_name.c (added)
-
commands/i386/mtools-3.9.7/file_read.c (added)
-
commands/i386/mtools-3.9.7/filter.c (added)
-
commands/i386/mtools-3.9.7/floppyd_io.c (added)
-
commands/i386/mtools-3.9.7/floppyd_io.h (added)
-
commands/i386/mtools-3.9.7/force_io.c (added)
-
commands/i386/mtools-3.9.7/fs.h (added)
-
commands/i386/mtools-3.9.7/fsP.h (added)
-
commands/i386/mtools-3.9.7/hash.c (added)
-
commands/i386/mtools-3.9.7/htable.h (added)
-
commands/i386/mtools-3.9.7/init.c (added)
-
commands/i386/mtools-3.9.7/llong.c (added)
-
commands/i386/mtools-3.9.7/llong.h (added)
-
commands/i386/mtools-3.9.7/mainloop.c (added)
-
commands/i386/mtools-3.9.7/mainloop.h (added)
-
commands/i386/mtools-3.9.7/match.c (added)
-
commands/i386/mtools-3.9.7/mattrib.c (added)
-
commands/i386/mtools-3.9.7/mbadblocks.c (added)
-
commands/i386/mtools-3.9.7/mcat.c (added)
-
commands/i386/mtools-3.9.7/mcd.c (added)
-
commands/i386/mtools-3.9.7/mcopy.c (added)
-
commands/i386/mtools-3.9.7/mdel.c (added)
-
commands/i386/mtools-3.9.7/mdir.c (added)
-
commands/i386/mtools-3.9.7/mdoctorfat.c (added)
-
commands/i386/mtools-3.9.7/mdu.c (added)
-
commands/i386/mtools-3.9.7/mformat.c (added)
-
commands/i386/mtools-3.9.7/minfo.c (added)
-
commands/i386/mtools-3.9.7/misc.c (added)
-
commands/i386/mtools-3.9.7/missFuncs.c (added)
-
commands/i386/mtools-3.9.7/mk_direntry.c (added)
-
commands/i386/mtools-3.9.7/mlabel.c (added)
-
commands/i386/mtools-3.9.7/mmd.c (added)
-
commands/i386/mtools-3.9.7/mmount.c (added)
-
commands/i386/mtools-3.9.7/mmove.c (added)
-
commands/i386/mtools-3.9.7/mpartition.c (added)
-
commands/i386/mtools-3.9.7/msdos.h (added)
-
commands/i386/mtools-3.9.7/mshowfat.c (added)
-
commands/i386/mtools-3.9.7/mtools.c (added)
-
commands/i386/mtools-3.9.7/mtools.h (added)
-
commands/i386/mtools-3.9.7/mtoolsDirent.h (added)
-
commands/i386/mtools-3.9.7/mtoolsPaths.h (added)
-
commands/i386/mtools-3.9.7/nameclash.h (added)
-
commands/i386/mtools-3.9.7/partition.h (added)
-
commands/i386/mtools-3.9.7/patchlevel.c (added)
-
commands/i386/mtools-3.9.7/plain_io.c (added)
-
commands/i386/mtools-3.9.7/plain_io.h (added)
-
commands/i386/mtools-3.9.7/precmd.c (added)
-
commands/i386/mtools-3.9.7/privileges.c (added)
-
commands/i386/mtools-3.9.7/scsi.c (added)
-
commands/i386/mtools-3.9.7/scsi.h (added)
-
commands/i386/mtools-3.9.7/signal.c (added)
-
commands/i386/mtools-3.9.7/stream.c (added)
-
commands/i386/mtools-3.9.7/stream.h (added)
-
commands/i386/mtools-3.9.7/streamcache.c (added)
-
commands/i386/mtools-3.9.7/subdir.c (added)
-
commands/i386/mtools-3.9.7/sysincludes.h (added)
-
commands/i386/mtools-3.9.7/toupper.c (added)
-
commands/i386/mtools-3.9.7/tty.c (added)
-
commands/i386/mtools-3.9.7/unixdir.c (added)
-
commands/i386/mtools-3.9.7/vfat.c (added)
-
commands/i386/mtools-3.9.7/vfat.h (added)
-
commands/i386/mtools-3.9.7/xdf_io.c (added)
-
commands/i386/mtools-3.9.7/xdf_io.h (added)
-
commands/i86 (added)
-
commands/i86/Makefile (added)
-
commands/i86/cc.c (added)
-
commands/ibm (added)
-
commands/ibm/Makefile (added)
-
commands/ibm/atnormalize.c (added)
-
commands/ibm/autopart.c (added)
-
commands/ibm/backup.c (added)
-
commands/ibm/build (added)
-
commands/ibm/dosread.c (added)
-
commands/ibm/fdisk.c (added)
-
commands/ibm/format.c (added)
-
commands/ibm/loadfont.c (added)
-
commands/ibm/loadkeys.c (added)
-
commands/ibm/mixer.c (added)
-
commands/ibm/part.c (added)
-
commands/ibm/partition.c (added)
-
commands/ibm/playwave.c (added)
-
commands/ibm/postmort.c (added)
-
commands/ibm/readclock.c (added)
-
commands/ibm/readclock2 (added)
-
commands/ibm/recwave.c (added)
-
commands/ibm/repartition.c (added)
-
commands/ibm/screendump.c (added)
-
commands/ibm/sdump.c (added)
-
commands/indent (added)
-
commands/indent/Makefile (added)
-
commands/indent/args.c (added)
-
commands/indent/build (added)
-
commands/indent/codes.h (added)
-
commands/indent/comment.c (added)
-
commands/indent/globs.h (added)
-
commands/indent/indent.c (added)
-
commands/indent/indent.pro (added)
-
commands/indent/io.c (added)
-
commands/indent/lexi.c (added)
-
commands/indent/parse.c (added)
-
commands/indent/proto.h (added)
-
commands/m4 (added)
-
commands/m4/Ack.m4 (added)
-
commands/m4/Hanoi.m4 (added)
-
commands/m4/Hash.m4 (added)
-
commands/m4/M4.out (added)
-
commands/m4/Makefile (added)
-
commands/m4/READ_ME (added)
-
commands/m4/Sqroot.m4 (added)
-
commands/m4/String.m4 (added)
-
commands/m4/Test.m4 (added)
-
commands/m4/build (added)
-
commands/m4/eval.c (added)
-
commands/m4/expr.c (added)
-
commands/m4/extr.h (added)
-
commands/m4/look.c (added)
-
commands/m4/main.c (added)
-
commands/m4/mdef.h (added)
-
commands/m4/misc.c (added)
-
commands/m4/patchlevel.h (added)
-
commands/m4/serv.c (added)
-
commands/make (added)
-
commands/make/Makefile (added)
-
commands/make/archive.c (added)
-
commands/make/build (added)
-
commands/make/check.c (added)
-
commands/make/h.h (added)
-
commands/make/input.c (added)
-
commands/make/macro.c (added)
-
commands/make/main.c (added)
-
commands/make/make.c (added)
-
commands/make/reader.c (added)
-
commands/make/rules.c (added)
-
commands/mdb (added)
-
commands/mdb/Dist (added)
-
commands/mdb/MDB.TXT (added)
-
commands/mdb/Makefile (added)
-
commands/mdb/README (added)
-
commands/mdb/a.out.h (added)
-
commands/mdb/build (added)
-
commands/mdb/core.c (added)
-
commands/mdb/decode.c (added)
-
commands/mdb/gnu_load.c (added)
-
commands/mdb/gnu_sym.c (added)
-
commands/mdb/io.c (added)
-
commands/mdb/ioctl.c (added)
-
commands/mdb/kernel.c (added)
-
commands/mdb/mdb.1 (added)
-
commands/mdb/mdb.c (added)
-
commands/mdb/mdb.h (added)
-
commands/mdb/mdbdis86.c (added)
-
commands/mdb/mdbexp.c (added)
-
commands/mdb/misc.c (added)
-
commands/mdb/proto.h (added)
-
commands/mdb/ptrace.2 (added)
-
commands/mdb/sample (added)
-
commands/mdb/sym.c (added)
-
commands/mdb/syscalls.c (added)
-
commands/mdb/trace.c (added)
-
commands/mined (added)
-
commands/mined/Makefile (added)
-
commands/mined/build (added)
-
commands/mined/mined.h (added)
-
commands/mined/mined1.c (added)
-
commands/mined/mined2.c (added)
-
commands/patch (added)
-
commands/patch/EXTERN.h (added)
-
commands/patch/INTERN.h (added)
-
commands/patch/Makefile (added)
-
commands/patch/build (added)
-
commands/patch/common.h (added)
-
commands/patch/config.h (added)
-
commands/patch/inp.c (added)
-
commands/patch/inp.h (added)
-
commands/patch/patch.c (added)
-
commands/patch/patchlevel.h (added)
-
commands/patch/pch.c (added)
-
commands/patch/pch.h (added)
-
commands/patch/util.c (added)
-
commands/patch/util.h (added)
-
commands/patch/version.c (added)
-
commands/patch/version.h (added)
-
commands/pax (added)
-
commands/pax/Makefile (added)
-
commands/pax/ar_io.c (added)
-
commands/pax/ar_subs.c (added)
-
commands/pax/buf_subs.c (added)
-
commands/pax/build (added)
-
commands/pax/cache.c (added)
-
commands/pax/cache.h (added)
-
commands/pax/cpio.c (added)
-
commands/pax/cpio.h (added)
-
commands/pax/err.h (added)
-
commands/pax/extern.h (added)
-
commands/pax/fgetln.c (added)
-
commands/pax/file_subs.c (added)
-
commands/pax/ftree.c (added)
-
commands/pax/ftree.h (added)
-
commands/pax/gen_subs.c (added)
-
commands/pax/getoldopt.c (added)
-
commands/pax/options.c (added)
-
commands/pax/options.h (added)
-
commands/pax/pat_rep.c (added)
-
commands/pax/pat_rep.h (added)
-
commands/pax/pax.c (added)
-
commands/pax/pax.h (added)
-
commands/pax/sel_subs.c (added)
-
commands/pax/sel_subs.h (added)
-
commands/pax/tables.c (added)
-
commands/pax/tables.h (added)
-
commands/pax/tar.c (added)
-
commands/pax/tar.h (added)
-
commands/pax/tty_subs.c (added)
-
commands/ps (added)
-
commands/ps/Makefile (added)
-
commands/ps/build (added)
-
commands/ps/ps.c (added)
-
commands/reboot (added)
-
commands/reboot/Makefile (added)
-
commands/reboot/README (added)
-
commands/reboot/build (added)
-
commands/reboot/halt.c (added)
-
commands/reboot/log.c (added)
-
commands/reboot/sh_wall.c (added)
-
commands/reboot/shutdown.c (added)
-
commands/reboot/tinyhalt.c (added)
-
commands/rlogind (added)
-
commands/rlogind/Makefile (added)
-
commands/rlogind/build (added)
-
commands/rlogind/rlogind.c (added)
-
commands/rlogind/rlogind.h (added)
-
commands/rlogind/setup.c (added)
-
commands/scripts (added)
-
commands/scripts/DESCRIBE.sh (added)
-
commands/scripts/M.sh (added)
-
commands/scripts/MAKEDEV.sh (added)
-
commands/scripts/Makefile (added)
-
commands/scripts/adduser.sh (added)
-
commands/scripts/bigmake.sh (added)
-
commands/scripts/binpackage.sh (added)
-
commands/scripts/binpackages.sh (added)
-
commands/scripts/binsizes.sh (added)
-
commands/scripts/build (added)
-
commands/scripts/cd.sh (added)
-
commands/scripts/checkhier.sh (added)
-
commands/scripts/clear.sh (added)
-
commands/scripts/easypack.sh (added)
-
commands/scripts/floppysetup.sh (added)
-
commands/scripts/getpack.sh (added)
-
commands/scripts/makewhatis.sh (added)
-
commands/scripts/mkdep.sh (added)
-
commands/scripts/mkdist.sh (added)
-
commands/scripts/packit.sh (added)
-
commands/scripts/packman.sh (added)
-
commands/scripts/postinstall.sh (added)
-
commands/scripts/rotate.sh (added)
-
commands/scripts/setup.sh (added)
-
commands/scripts/spell.sh (added)
-
commands/scripts/srccrc.sh (added)
-
commands/scripts/svclog.sh (added)
-
commands/scripts/version.sh (added)
-
commands/scripts/whatis.sh (added)
-
commands/scripts/whereis.sh (added)
-
commands/sh (added)
-
commands/sh/Makefile (added)
-
commands/sh/build (added)
-
commands/sh/sh.h (added)
-
commands/sh/sh1.c (added)
-
commands/sh/sh2.c (added)
-
commands/sh/sh3.c (added)
-
commands/sh/sh4.c (added)
-
commands/sh/sh5.c (added)
-
commands/sh/sh6.c (added)
-
commands/simple (added)
-
commands/simple/Makefile (added)
-
commands/simple/add_route.c (added)
-
commands/simple/arp.c (added)
-
commands/simple/at.c (added)
-
commands/simple/backup.c (added)
-
commands/simple/badblocks.c (added)
-
commands/simple/banner.c (added)
-
commands/simple/basename.c (added)
-
commands/simple/build (added)
-
commands/simple/cal.c (added)
-
commands/simple/calendar.c (added)
-
commands/simple/cat.c (added)
-
commands/simple/cdiff.c (added)
-
commands/simple/cdprobe.c (added)
-
commands/simple/cgrep.c (added)
-
commands/simple/chmem.c (added)
-
commands/simple/chmod.c (added)
-
commands/simple/chown.c (added)
-
commands/simple/chroot.c (added)
-
commands/simple/ci.c (added)
-
commands/simple/cksum.c (added)
-
commands/simple/cleantmp.c (added)
-
commands/simple/cmp.c (added)
-
commands/simple/co.c (added)
-
commands/simple/comm.c (added)
-
commands/simple/compress.c (added)
-
commands/simple/cp.c (added)
-
commands/simple/crc.c (added)
-
commands/simple/cut.c (added)
-
commands/simple/date.c (added)
-
commands/simple/dd.c (added)
-
commands/simple/decomp16.c (added)
-
commands/simple/dev2name.c (added)
-
commands/simple/devsize.c (added)
-
commands/simple/df.c (added)
-
commands/simple/dhrystone.c (added)
-
commands/simple/diff.c (added)
-
commands/simple/dirname.c (added)
-
commands/simple/du.c (added)
-
commands/simple/ed.c (added)
-
commands/simple/eject.c (added)
-
commands/simple/env.c (added)
-
commands/simple/expand.c (added)
-
commands/simple/factor.c (added)
-
commands/simple/fgrep.c (added)
-
commands/simple/file.c (added)
-
commands/simple/find.c (added)
-
commands/simple/finger.c (added)
-
commands/simple/fix.c (added)
-
commands/simple/fold.c (added)
-
commands/simple/fortune.c (added)
-
commands/simple/fsck.c (added)
-
commands/simple/fsck1.c (added)
-
commands/simple/getty.c (added)
-
commands/simple/gomoku.c (added)
-
commands/simple/grep.c (added)
-
commands/simple/head.c (added)
-
commands/simple/host.c (added)
-
commands/simple/hostaddr.c (added)
-
commands/simple/id.c (added)
-
commands/simple/ifconfig.c (added)
-
commands/simple/ifdef.c (added)
-
commands/simple/in.fingerd.c (added)
-
commands/simple/in.rshd.c (added)
-
commands/simple/install.c (added)
-
commands/simple/intr.c (added)
-
commands/simple/irdpd.c (added)
-
commands/simple/isoread.c (added)
-
commands/simple/join.c (added)
-
commands/simple/kill.c (added)
-
commands/simple/last.c (added)
-
commands/simple/leave.c (added)
-
commands/simple/life.c (added)
-
commands/simple/loadramdisk.c (added)
-
commands/simple/login.c (added)
-
commands/simple/look.c (added)
-
commands/simple/lp.c (added)
-
commands/simple/lpd.c (added)
-
commands/simple/ls.c (added)
-
commands/simple/mail.c (added)
-
commands/simple/man.c (added)
-
commands/simple/mesg.c (added)
-
commands/simple/mkdir.c (added)
-
commands/simple/mkfifo.c (added)
-
commands/simple/mkfs.c (added)
-
commands/simple/mknod.c (added)
-
commands/simple/mkproto.c (added)
-
commands/simple/mkswap.c (added)
-
commands/simple/modem.c (added)
-
commands/simple/mount.c (added)
-
commands/simple/mt.c (added)
-
commands/simple/newroot.c (added)
-
commands/simple/nice.c (added)
-
commands/simple/nm.c (added)
-
commands/simple/nonamed.c (added)
-
commands/simple/od.c (added)
-
commands/simple/origmkfs.c (added)
-
commands/simple/passwd.c (added)
-
commands/simple/paste.c (added)
-
commands/simple/ping.c (added)
-
commands/simple/pr.c (added)
-
commands/simple/pr_routes.c (added)
-
commands/simple/prep.c (added)
-
commands/simple/printenv.c (added)
-
commands/simple/printf.c (added)
-
commands/simple/printroot.c (added)
-
commands/simple/progressbar.c (added)
-
commands/simple/proto.c (added)
-
commands/simple/pwd.c (added)
-
commands/simple/pwdauth.c (added)
-
commands/simple/ramdisk.c (added)
-
commands/simple/rarpd.c (added)
-
commands/simple/rawspeed.c (added)
-
commands/simple/rcp.c (added)
-
commands/simple/rdate.c (added)
-
commands/simple/readall.c (added)
-
commands/simple/readfs.c (added)
-
commands/simple/remsync.c (added)
-
commands/simple/rev.c (added)
-
commands/simple/rget.c (added)
-
commands/simple/rlogin.c (added)
-
commands/simple/rmdir.c (added)
-
commands/simple/rsh.c (added)
-
commands/simple/sed.c (added)
-
commands/simple/shar.c (added)
-
commands/simple/size.c (added)
-
commands/simple/sleep.c (added)
-
commands/simple/slip.c (added)
-
commands/simple/sort.c (added)
-
commands/simple/split.c (added)
-
commands/simple/stat.c (added)
-
commands/simple/strings.c (added)
-
commands/simple/strip.c (added)
-
commands/simple/stty.c (added)
-
commands/simple/su.c (added)
-
commands/simple/sum.c (added)
-
commands/simple/swapfs.c (added)
-
commands/simple/sync.c (added)
-
commands/simple/synctree.c (added)
-
commands/simple/sysenv.c (added)
-
commands/simple/tail.c (added)
-
commands/simple/tar.c (added)
-
commands/simple/tcpd.c (added)
-
commands/simple/tcpstat.c (added)
-
commands/simple/tee.c (added)
-
commands/simple/term.c (added)
-
commands/simple/termcap.c (added)
-
commands/simple/tget.c (added)
-
commands/simple/time.c (added)
-
commands/simple/top.c (added)
-
commands/simple/touch.c (added)
-
commands/simple/tr.c (added)
-
commands/simple/treecmp.c (added)
-
commands/simple/truncate.c (added)
-
commands/simple/tsort.c (added)
-
commands/simple/ttt.c (added)
-
commands/simple/tty.c (added)
-
commands/simple/udpstat.c (added)
-
commands/simple/umount.c (added)
-
commands/simple/uname.c (added)
-
commands/simple/unexpand.c (added)
-
commands/simple/uniq.c (added)
-
commands/simple/update.c (added)
-
commands/simple/uud.c (added)
-
commands/simple/uue.c (added)
-
commands/simple/vol.c (added)
-
commands/simple/wc.c (added)
-
commands/simple/which.c (added)
-
commands/simple/who.c (added)
-
commands/simple/whoami.c (added)
-
commands/simple/write.c (added)
-
commands/simple/writeisofs.c (added)
-
commands/simple/xargs.c (added)
-
commands/simple/yes.c (added)
-
commands/syslogd (added)
-
commands/syslogd/.depend (added)
-
commands/syslogd/CHANGELOG (added)
-
commands/syslogd/Makefile (added)
-
commands/syslogd/README (added)
-
commands/syslogd/README.minix (added)
-
commands/syslogd/logger.c (added)
-
commands/syslogd/syslog.c (added)
-
commands/syslogd/syslog_test.c (added)
-
commands/syslogd/syslogd.c (added)
-
commands/talk (added)
-
commands/talk/Makefile (added)
-
commands/talk/build (added)
-
commands/talk/net.c (added)
-
commands/talk/net.h (added)
-
commands/talk/proto.c (added)
-
commands/talk/proto.h (added)
-
commands/talk/screen.c (added)
-
commands/talk/screen.h (added)
-
commands/talk/talk.c (added)
-
commands/talk/talk.h (added)
-
commands/talkd (added)
-
commands/talkd/Makefile (added)
-
commands/talkd/build (added)
-
commands/talkd/finduser.c (added)
-
commands/talkd/finduser.h (added)
-
commands/talkd/net.c (added)
-
commands/talkd/net.h (added)
-
commands/talkd/process.c (added)
-
commands/talkd/process.h (added)
-
commands/talkd/talk.h (added)
-
commands/talkd/talkd.c (added)
-
commands/talkd/talkd.h (added)
-
commands/telnet (added)
-
commands/telnet/Makefile (added)
-
commands/telnet/build (added)
-
commands/telnet/ttn.c (added)
-
commands/telnet/ttn.h (added)
-
commands/telnet/ttn_conf.c (added)
-
commands/telnetd (added)
-
commands/telnetd/Makefile (added)
-
commands/telnetd/build (added)
-
commands/telnetd/main.c (added)
-
commands/telnetd/pty.c (added)
-
commands/telnetd/telnet.c (added)
-
commands/telnetd/telnet.h (added)
-
commands/telnetd/telnetd.h (added)
-
commands/telnetd/term.c (added)
-
commands/telnetd/wtmp.c (added)
-
commands/urlget (added)
-
commands/urlget/Makefile (added)
-
commands/urlget/build (added)
-
commands/urlget/net.c (added)
-
commands/urlget/net.h (added)
-
commands/urlget/urlget.c (added)
-
commands/yap (added)
-
commands/yap/Makefile (added)
-
commands/yap/NOTICE (added)
-
commands/yap/READ_ME (added)
-
commands/yap/assert.c (added)
-
commands/yap/assert.h (added)
-
commands/yap/build (added)
-
commands/yap/commands.c (added)
-
commands/yap/commands.h (added)
-
commands/yap/display.c (added)
-
commands/yap/display.h (added)
-
commands/yap/getcomm.c (added)
-
commands/yap/getcomm.h (added)
-
commands/yap/getline.c (added)
-
commands/yap/getline.h (added)
-
commands/yap/help.c (added)
-
commands/yap/help.h (added)
-
commands/yap/in_all.h (added)
-
commands/yap/keys.c (added)
-
commands/yap/keys.h (added)
-
commands/yap/machine.c (added)
-
commands/yap/machine.h (added)
-
commands/yap/main.c (added)
-
commands/yap/main.h (added)
-
commands/yap/options.c (added)
-
commands/yap/options.h (added)
-
commands/yap/output.c (added)
-
commands/yap/output.h (added)
-
commands/yap/pattern.c (added)
-
commands/yap/pattern.h (added)
-
commands/yap/process.c (added)
-
commands/yap/process.h (added)
-
commands/yap/prompt.c (added)
-
commands/yap/prompt.h (added)
-
commands/yap/term.c (added)
-
commands/yap/term.h (added)
-
commands/zmodem (added)
-
commands/zmodem/Makefile (added)
-
commands/zmodem/build (added)
-
commands/zmodem/crctab.c (added)
-
commands/zmodem/rbsb.c (added)
-
commands/zmodem/rz.c (added)
-
commands/zmodem/sz.c (added)
-
commands/zmodem/zm.c (added)
-
commands/zmodem/zmodem.h (added)
-
drivers (added)
-
drivers/.depend (added)
-
drivers/Makefile (added)
-
drivers/at_wini (added)
-
drivers/at_wini/.depend (added)
-
drivers/at_wini/Makefile (added)
-
drivers/at_wini/at_wini.c (added)
-
drivers/at_wini/at_wini.h (added)
-
drivers/bios_wini (added)
-
drivers/bios_wini/.depend (added)
-
drivers/bios_wini/Makefile (added)
-
drivers/bios_wini/bios_wini.c (added)
-
drivers/cmos (added)
-
drivers/cmos/.depend (added)
-
drivers/cmos/Makefile (added)
-
drivers/cmos/cmos.c (added)
-
drivers/dp8390 (added)
-
drivers/dp8390/.depend (added)
-
drivers/dp8390/3c503.c (added)
-
drivers/dp8390/3c503.h (added)
-
drivers/dp8390/Makefile (added)
-
drivers/dp8390/dp8390.c (added)
-
drivers/dp8390/dp8390.h (added)
-
drivers/dp8390/local.h (added)
-
drivers/dp8390/ne2000.c (added)
-
drivers/dp8390/ne2000.h (added)
-
drivers/dp8390/rtl8029.c (added)
-
drivers/dp8390/rtl8029.h (added)
-
drivers/dp8390/wdeth.c (added)
-
drivers/dp8390/wdeth.h (added)
-
drivers/dpeth (added)
-
drivers/dpeth/.depend (added)
-
drivers/dpeth/3c501.c (added)
-
drivers/dpeth/3c501.h (added)
-
drivers/dpeth/3c503.c (added)
-
drivers/dpeth/3c503.h (added)
-
drivers/dpeth/3c509.c (added)
-
drivers/dpeth/3c509.h (added)
-
drivers/dpeth/8390.c (added)
-
drivers/dpeth/8390.h (added)
-
drivers/dpeth/Makefile (added)
-
drivers/dpeth/README (added)
-
drivers/dpeth/devio.c (added)
-
drivers/dpeth/dp.c (added)
-
drivers/dpeth/dp.h (added)
-
drivers/dpeth/ne.c (added)
-
drivers/dpeth/ne.h (added)
-
drivers/dpeth/netbuff.c (added)
-
drivers/dpeth/wd.c (added)
-
drivers/dpeth/wd.h (added)
-
drivers/drivers.h (added)
-
drivers/floppy (added)
-
drivers/floppy/.depend (added)
-
drivers/floppy/Makefile (added)
-
drivers/floppy/floppy.c (added)
-
drivers/floppy/floppy.h (added)
-
drivers/fxp (added)
-
drivers/fxp/.depend (added)
-
drivers/fxp/Makefile (added)
-
drivers/fxp/fxp.c (added)
-
drivers/fxp/fxp.h (added)
-
drivers/fxp/mii.c (added)
-
drivers/fxp/mii.h (added)
-
drivers/lance (added)
-
drivers/lance/.depend (added)
-
drivers/lance/Makefile (added)
-
drivers/lance/lance.c (added)
-
drivers/lance/lance.h (added)
-
drivers/libdriver (added)
-
drivers/libdriver/.depend (added)
-
drivers/libdriver/Makefile (added)
-
drivers/libdriver/driver.c (added)
-
drivers/libdriver/driver.h (added)
-
drivers/libdriver/drvlib.c (added)
-
drivers/libdriver/drvlib.h (added)
-
drivers/log (added)
-
drivers/log/.depend (added)
-
drivers/log/Makefile (added)
-
drivers/log/diag.c (added)
-
drivers/log/kputc.c (added)
-
drivers/log/log.c (added)
-
drivers/log/log.h (added)
-
drivers/memory (added)
-
drivers/memory/.depend (added)
-
drivers/memory/Makefile (added)
-
drivers/memory/imgrd.c (added)
-
drivers/memory/imgrd_s.s (added)
-
drivers/memory/local.h (added)
-
drivers/memory/memory.c (added)
-
drivers/memory/ramdisk (added)
-
drivers/memory/ramdisk/.depend (added)
-
drivers/memory/ramdisk/Makefile (added)
-
drivers/memory/ramdisk/bintoc.c (added)
-
drivers/memory/ramdisk/image.s (added)
-
drivers/memory/ramdisk/mtab (added)
-
drivers/memory/ramdisk/proto (added)
-
drivers/memory/ramdisk/proto.sh (added)
-
drivers/memory/ramdisk/rc (added)
-
drivers/pci (added)
-
drivers/pci/.depend (added)
-
drivers/pci/Makefile (added)
-
drivers/pci/main.c (added)
-
drivers/pci/pci.c (added)
-
drivers/pci/pci.h (added)
-
drivers/pci/pci_amd.h (added)
-
drivers/pci/pci_intel.h (added)
-
drivers/pci/pci_sis.h (added)
-
drivers/pci/pci_table.c (added)
-
drivers/pci/pci_via.h (added)
-
drivers/printer (added)
-
drivers/printer/.depend (added)
-
drivers/printer/Makefile (added)
-
drivers/printer/printer.c (added)
-
drivers/random (added)
-
drivers/random/.depend (added)
-
drivers/random/Makefile (added)
-
drivers/random/aes (added)
-
drivers/random/aes/.depend (added)
-
drivers/random/aes/boxes.dat (added)
-
drivers/random/aes/rijndael-alg.h (added)
-
drivers/random/aes/rijndael-api.h (added)
-
drivers/random/aes/rijndael.h (added)
-
drivers/random/aes/rijndael_alg.c (added)
-
drivers/random/aes/rijndael_api.c (added)
-
drivers/random/aes/word_i386.h (added)
-
drivers/random/main.c (added)
-
drivers/random/random.c (added)
-
drivers/random/random.h (added)
-
drivers/random/sha2.c (added)
-
drivers/random/sha2.h (added)
-
drivers/rescue (added)
-
drivers/rescue/.depend (added)
-
drivers/rescue/Makefile (added)
-
drivers/rescue/rescue.c (added)
-
drivers/rtl8139 (added)
-
drivers/rtl8139/.depend (added)
-
drivers/rtl8139/Makefile (added)
-
drivers/rtl8139/rtl8139.c (added)
-
drivers/rtl8139/rtl8139.h (added)
-
drivers/sb16 (added)
-
drivers/sb16/.depend (added)
-
drivers/sb16/Makefile (added)
-
drivers/sb16/README (added)
-
drivers/sb16/sb16.c (added)
-
drivers/sb16/sb16.h (added)
-
drivers/sb16/sb16_dsp.c (added)
-
drivers/sb16/sb16_mixer.c (added)
-
drivers/ti1225 (added)
-
drivers/ti1225/.depend (added)
-
drivers/ti1225/Makefile (added)
-
drivers/ti1225/i82365.h (added)
-
drivers/ti1225/ti1225.c (added)
-
drivers/ti1225/ti1225.h (added)
-
drivers/tty (added)
-
drivers/tty/.depend (added)
-
drivers/tty/Makefile (added)
-
drivers/tty/console.c (added)
-
drivers/tty/keyboard.c (added)
-
drivers/tty/keymaps (added)
-
drivers/tty/keymaps/.depend (added)
-
drivers/tty/keymaps/Makefile (added)
-
drivers/tty/keymaps/dvorak.src (added)
-
drivers/tty/keymaps/french.src (added)
-
drivers/tty/keymaps/genmap.c (added)
-
drivers/tty/keymaps/german.src (added)
-
drivers/tty/keymaps/italian.src (added)
-
drivers/tty/keymaps/japanese.src (added)
-
drivers/tty/keymaps/latin-america.src (added)
-
drivers/tty/keymaps/olivetti.src (added)
-
drivers/tty/keymaps/polish.src (added)
-
drivers/tty/keymaps/scandinavian.src (added)
-
drivers/tty/keymaps/spanish.src (added)
-
drivers/tty/keymaps/uk.src (added)
-
drivers/tty/keymaps/us-std.src (added)
-
drivers/tty/keymaps/us-swap.src (added)
-
drivers/tty/pty.c (added)
-
drivers/tty/rs232.c (added)
-
drivers/tty/tty.c (added)
-
drivers/tty/tty.h (added)
-
drivers/tty/vidcopy.s (added)
-
etc (added)
-
etc/Makefile (added)
-
etc/ast (added)
-
etc/ast/.ashrc (added)
-
etc/ast/.ellepro.b1 (added)
-
etc/ast/.ellepro.e (added)
-
etc/ast/.exrc (added)
-
etc/ast/.profile (added)
-
etc/ast/.vimrc (added)
-
etc/binary_sizes (added)
-
etc/binary_sizes.big (added)
-
etc/binary_sizes.xxl (added)
-
etc/fstab (added)
-
etc/group (added)
-
etc/hostname.file (added)
-
etc/inet.conf (added)
-
etc/motd (added)
-
etc/motd.install (added)
-
etc/mtab (added)
-
etc/mtree (added)
-
etc/mtree.sh (added)
-
etc/mtree/minix.tree (added)
-
etc/passwd (added)
-
etc/profile (added)
-
etc/protocols (added)
-
etc/rc (added)
-
etc/rc.cd (added)
-
etc/rc.daemons.dist (added)
-
etc/rc.rescue (added)
-
etc/services (added)
-
etc/shadow (added)
-
etc/syslog.conf (added)
-
etc/termcap (added)
-
etc/termcap.big (added)
-
etc/ttytab (added)
-
etc/usr (added)
-
etc/usr/daily (added)
-
etc/usr/dhcptags.conf (added)
-
etc/usr/rc (added)
-
etc/utmp (added)
-
include (added)
-
include/Makefile (added)
-
include/a.out.h (added)
-
include/alloca.h (added)
-
include/ansi.h (added)
-
include/arpa (added)
-
include/arpa/inet.h (added)
-
include/assert.h (added)
-
include/configfile.h (added)
-
include/ctype.h (added)
-
include/curses.h (added)
-
include/dirent.h (added)
-
include/env.h (added)
-
include/errno.h (added)
-
include/fcntl.h (added)
-
include/float.h (added)
-
include/fts.h (added)
-
include/grp.h (added)
-
include/ibm (added)
-
include/ibm/bios.h (added)
-
include/ibm/cmos.h (added)
-
include/ibm/cpu.h (added)
-
include/ibm/diskparm.h (added)
-
include/ibm/int86.h (added)
-
include/ibm/interrupt.h (added)
-
include/ibm/memory.h (added)
-
include/ibm/partition.h (added)
-
include/ibm/pci.h (added)
-
include/ibm/portio.h (added)
-
include/ibm/ports.h (added)
-
include/ifaddrs.h (added)
-
include/inttypes.h (added)
-
include/lib.h (added)
-
include/libgen.h (added)
-
include/libutil.h (added)
-
include/limits.h (added)
-
include/locale.h (added)
-
include/math.h (added)
-
include/mathconst.h (added)
-
include/minix (added)
-
include/minix/bitmap.h (added)
-
include/minix/callnr.h (added)
-
include/minix/cdrom.h (added)
-
include/minix/com.h (added)
-
include/minix/config.h (added)
-
include/minix/const.h (added)
-
include/minix/devio.h (added)
-
include/minix/dl_eth.h (added)
-
include/minix/dmap.h (added)
-
include/minix/endpoint.h (added)
-
include/minix/fslib.h (added)
-
include/minix/ioctl.h (added)
-
include/minix/ipc.h (added)
-
include/minix/jmp_buf.h (added)
-
include/minix/keymap.h (added)
-
include/minix/minlib.h (added)
-
include/minix/partition.h (added)
-
include/minix/paths.h (added)
-
include/minix/queryparam.h (added)
-
include/minix/sound.h (added)
-
include/minix/swap.h (added)
-
include/minix/sys_config.h (added)
-
include/minix/syslib.h (added)
-
include/minix/sysutil.h (added)
-
include/minix/type.h (added)
-
include/minix/u64.h (added)
-
include/net (added)
-
include/net/gen (added)
-
include/net/gen/arp_io.h (added)
-
include/net/gen/dhcp.h (added)
-
include/net/gen/eth_hdr.h (added)
-
include/net/gen/eth_io.h (added)
-
include/net/gen/ether.h (added)
-
include/net/gen/icmp.h (added)
-
include/net/gen/icmp_hdr.h (added)
-
include/net/gen/if_ether.h (added)
-
include/net/gen/in.h (added)
-
include/net/gen/inet.h (added)
-
include/net/gen/ip_hdr.h (added)
-
include/net/gen/ip_io.h (added)
-
include/net/gen/nameser.h (added)
-
include/net/gen/netdb.h (added)
-
include/net/gen/oneCsum.h (added)
-
include/net/gen/psip_hdr.h (added)
-
include/net/gen/psip_io.h (added)
-
include/net/gen/resolv.h (added)
-
include/net/gen/rip.h (added)
-
include/net/gen/route.h (added)
-
include/net/gen/socket.h (added)
-
include/net/gen/tcp.h (added)
-
include/net/gen/tcp_hdr.h (added)
-
include/net/gen/tcp_io.h (added)
-
include/net/gen/udp.h (added)
-
include/net/gen/udp_hdr.h (added)
-
include/net/gen/udp_io.h (added)
-
include/net/gen/vjhc.h (added)
-
include/net/hton.h (added)
-
include/net/if.h (added)
-
include/net/ioctl.h (added)
-
include/net/netlib.h (added)
-
include/netdb.h (added)
-
include/netinet (added)
-
include/netinet/in.h (added)
-
include/netinet/tcp.h (added)
-
include/pwd.h (added)
-
include/regex.h (added)
-
include/regexp.h (added)
-
include/setjmp.h (added)
-
include/sgtty.h (added)
-
include/signal.h (added)
-
include/stdarg.h (added)
-
include/stddef.h (added)
-
include/stdint.h (added)
-
include/stdio.h (added)
-
include/stdlib.h (added)
-
include/string.h (added)
-
include/strings.h (added)
-
include/sys (added)
-
include/sys/asynchio.h (added)
-
include/sys/dir.h (added)
-
include/sys/file.h (added)
-
include/sys/ioc_cmos.h (added)
-
include/sys/ioc_disk.h (added)
-
include/sys/ioc_file.h (added)
-
include/sys/ioc_memory.h (added)
-
include/sys/ioc_scsi.h (added)
-
include/sys/ioc_sound.h (added)
-
include/sys/ioc_tape.h (added)
-
include/sys/ioc_tty.h (added)
-
include/sys/ioctl.h (added)
-
include/sys/kbdio.h (added)
-
include/sys/mtio.h (added)
-
include/sys/param.h (added)
-
include/sys/ptrace.h (added)
-
include/sys/resource.h (added)
-
include/sys/select.h (added)
-
include/sys/sigcontext.h (added)
-
include/sys/socket.h (added)
-
include/sys/stat.h (added)
-
include/sys/statfs.h (added)
-
include/sys/svrctl.h (added)
-
include/sys/time.h (added)
-
include/sys/times.h (added)
-
include/sys/types.h (added)
-
include/sys/uio.h (added)
-
include/sys/un.h (added)
-
include/sys/utsname.h (added)
-
include/sys/vm.h (added)
-
include/sys/wait.h (added)
-
include/sysexits.h (added)
-
include/syslog.h (added)
-
include/tar.h (added)
-
include/termcap.h (added)
-
include/termios.h (added)
-
include/time.h (added)
-
include/timers.h (added)
-
include/tools.h (added)
-
include/ttyent.h (added)
-
include/unistd.h (added)
-
include/utime.h (added)
-
include/utmp.h (added)
-
kernel (added)
-
kernel/.depend (added)
-
kernel/Makefile (added)
-
kernel/clock.c (added)
-
kernel/config.h (added)
-
kernel/const.h (added)
-
kernel/debug.c (added)
-
kernel/debug.h (added)
-
kernel/exception.c (added)
-
kernel/glo.h (added)
-
kernel/i8259.c (added)
-
kernel/ipc.h (added)
-
kernel/kernel.h (added)
-
kernel/klib.s (added)
-
kernel/klib386.s (added)
-
kernel/klib88.s (added)
-
kernel/kprintf.c (added)
-
kernel/main.c (added)
-
kernel/mpx.s (added)
-
kernel/mpx386.s (added)
-
kernel/mpx88.s (added)
-
kernel/priv.h (added)
-
kernel/proc.c (added)
-
kernel/proc.h (added)
-
kernel/protect.c (added)
-
kernel/protect.h (added)
-
kernel/proto.h (added)
-
kernel/sconst.h (added)
-
kernel/start.c (added)
-
kernel/system (added)
-
kernel/system.c (added)
-
kernel/system.h (added)
-
kernel/system/.depend (added)
-
kernel/system/Makefile (added)
-
kernel/system/do_abort.c (added)
-
kernel/system/do_copy.c (added)
-
kernel/system/do_devio.c (added)
-
kernel/system/do_endksig.c (added)
-
kernel/system/do_exec.c (added)
-
kernel/system/do_exit.c (added)
-
kernel/system/do_fork.c (added)
-
kernel/system/do_getinfo.c (added)
-
kernel/system/do_getksig.c (added)
-
kernel/system/do_int86.c (added)
-
kernel/system/do_iopenable.c (added)
-
kernel/system/do_irqctl.c (added)
-
kernel/system/do_kill.c (added)
-
kernel/system/do_memset.c (added)
-
kernel/system/do_newmap.c (added)
-
kernel/system/do_nice.c (added)
-
kernel/system/do_privctl.c (added)
-
kernel/system/do_sdevio.c (added)
-
kernel/system/do_segctl.c (added)
-
kernel/system/do_setalarm.c (added)
-
kernel/system/do_sigreturn.c (added)
-
kernel/system/do_sigsend.c (added)
-
kernel/system/do_times.c (added)
-
kernel/system/do_trace.c (added)
-
kernel/system/do_umap.c (added)
-
kernel/system/do_unused.c (added)
-
kernel/system/do_vcopy.c (added)
-
kernel/system/do_vdevio.c (added)
-
kernel/system/do_vm.c (added)
-
kernel/system/do_vm_setbuf.c (added)
-
kernel/table.c (added)
-
kernel/type.h (added)
-
kernel/utility.c (added)
-
lib (added)
-
lib/.depend-ack (added)
-
lib/.depend-gnu (added)
-
lib/Makedepend-ack (added)
-
lib/Makedepend-gnu (added)
-
lib/Makefile (added)
-
lib/Makefile.in (added)
-
lib/README (added)
-
lib/ack (added)
-
lib/ack/.depend-ack (added)
-
lib/ack/.depend-gnu (added)
-
lib/ack/Makedepend-ack (added)
-
lib/ack/Makedepend-gnu (added)
-
lib/ack/Makefile (added)
-
lib/ack/Makefile.in (added)
-
lib/ack/float (added)
-
lib/ack/float/.depend-ack (added)
-
lib/ack/float/.depend-gnu (added)
-
lib/ack/float/FP.compile (added)
-
lib/ack/float/FP.script (added)
-
lib/ack/float/FP_bias.h (added)
-
lib/ack/float/FP_shift.h (added)
-
lib/ack/float/FP_trap.h (added)
-
lib/ack/float/FP_types.h (added)
-
lib/ack/float/Makedepend-ack (added)
-
lib/ack/float/Makedepend-gnu (added)
-
lib/ack/float/Makefile (added)
-
lib/ack/float/Makefile.in (added)
-
lib/ack/float/add_ext.fc (added)
-
lib/ack/float/add_ext.s (added)
-
lib/ack/float/adder.fc (added)
-
lib/ack/float/adder.h (added)
-
lib/ack/float/adder.s (added)
-
lib/ack/float/adf4.fc (added)
-
lib/ack/float/adf4.s (added)
-
lib/ack/float/adf8.fc (added)
-
lib/ack/float/adf8.s (added)
-
lib/ack/float/byte_order.h (added)
-
lib/ack/float/cff4.fc (added)
-
lib/ack/float/cff4.s (added)
-
lib/ack/float/cff8.fc (added)
-
lib/ack/float/cff8.s (added)
-
lib/ack/float/cfi.fc (added)
-
lib/ack/float/cfi.s (added)
-
lib/ack/float/cfu.fc (added)
-
lib/ack/float/cfu.s (added)
-
lib/ack/float/cif4.fc (added)
-
lib/ack/float/cif4.s (added)
-
lib/ack/float/cif8.fc (added)
-
lib/ack/float/cif8.s (added)
-
lib/ack/float/cmf4.fc (added)
-
lib/ack/float/cmf4.s (added)
-
lib/ack/float/cmf8.fc (added)
-
lib/ack/float/cmf8.s (added)
-
lib/ack/float/compact.fc (added)
-
lib/ack/float/compact.s (added)
-
lib/ack/float/cuf4.fc (added)
-
lib/ack/float/cuf4.s (added)
-
lib/ack/float/cuf8.fc (added)
-
lib/ack/float/cuf8.s (added)
-
lib/ack/float/div_ext.fc (added)
-
lib/ack/float/div_ext.s (added)
-
lib/ack/float/dvf4.fc (added)
-
lib/ack/float/dvf4.s (added)
-
lib/ack/float/dvf8.fc (added)
-
lib/ack/float/dvf8.s (added)
-
lib/ack/float/extend.fc (added)
-
lib/ack/float/extend.s (added)
-
lib/ack/float/fef4.fc (added)
-
lib/ack/float/fef4.s (added)
-
lib/ack/float/fef8.fc (added)
-
lib/ack/float/fef8.s (added)
-
lib/ack/float/fif4.fc (added)
-
lib/ack/float/fif4.s (added)
-
lib/ack/float/fif8.fc (added)
-
lib/ack/float/fif8.s (added)
-
lib/ack/float/fptrp.s (added)
-
lib/ack/float/get_put.h (added)
-
lib/ack/float/mlf4.fc (added)
-
lib/ack/float/mlf4.s (added)
-
lib/ack/float/mlf8.fc (added)
-
lib/ack/float/mlf8.s (added)
-
lib/ack/float/mul_ext.fc (added)
-
lib/ack/float/mul_ext.s (added)
-
lib/ack/float/ngf4.fc (added)
-
lib/ack/float/ngf4.s (added)
-
lib/ack/float/ngf8.fc (added)
-
lib/ack/float/ngf8.s (added)
-
lib/ack/float/nrm_ext.fc (added)
-
lib/ack/float/nrm_ext.s (added)
-
lib/ack/float/sbf4.fc (added)
-
lib/ack/float/sbf4.s (added)
-
lib/ack/float/sbf8.fc (added)
-
lib/ack/float/sbf8.s (added)
-
lib/ack/float/sft_ext.fc (added)
-
lib/ack/float/sft_ext.s (added)
-
lib/ack/float/shifter.fc (added)
-
lib/ack/float/shifter.s (added)
-
lib/ack/float/sub_ext.fc (added)
-
lib/ack/float/sub_ext.s (added)
-
lib/ack/float/zrf4.fc (added)
-
lib/ack/float/zrf4.s (added)
-
lib/ack/float/zrf8.fc (added)
-
lib/ack/float/zrf8.s (added)
-
lib/ack/float/zrf_ext.fc (added)
-
lib/ack/float/zrf_ext.s (added)
-
lib/ack/fphook (added)
-
lib/ack/fphook/.depend-ack (added)
-
lib/ack/fphook/.depend-gnu (added)
-
lib/ack/fphook/FP.compile (added)
-
lib/ack/fphook/FP.script (added)
-
lib/ack/fphook/FP_bias.h (added)
-
lib/ack/fphook/FP_shift.h (added)
-
lib/ack/fphook/FP_trap.h (added)
-
lib/ack/fphook/FP_types.h (added)
-
lib/ack/fphook/Makedepend-ack (added)
-
lib/ack/fphook/Makedepend-gnu (added)
-
lib/ack/fphook/Makefile (added)
-
lib/ack/fphook/Makefile.in (added)
-
lib/ack/fphook/add_ext.fc (added)
-
lib/ack/fphook/adder.fc (added)
-
lib/ack/fphook/adder.h (added)
-
lib/ack/fphook/adf4.fc (added)
-
lib/ack/fphook/adf8.fc (added)
-
lib/ack/fphook/byte_order.h (added)
-
lib/ack/fphook/cff4.fc (added)
-
lib/ack/fphook/cff8.fc (added)
-
lib/ack/fphook/cfi.fc (added)
-
lib/ack/fphook/cfu.fc (added)
-
lib/ack/fphook/cif4.fc (added)
-
lib/ack/fphook/cif8.fc (added)
-
lib/ack/fphook/cmf4.fc (added)
-
lib/ack/fphook/cmf8.fc (added)
-
lib/ack/fphook/compact.fc (added)
-
lib/ack/fphook/cuf4.fc (added)
-
lib/ack/fphook/cuf8.fc (added)
-
lib/ack/fphook/div_ext.fc (added)
-
lib/ack/fphook/dvf4.fc (added)
-
lib/ack/fphook/dvf8.fc (added)
-
lib/ack/fphook/extend.fc (added)
-
lib/ack/fphook/fef4.fc (added)
-
lib/ack/fphook/fef8.fc (added)
-
lib/ack/fphook/fif4.fc (added)
-
lib/ack/fphook/fif8.fc (added)
-
lib/ack/fphook/fltpr.c (added)
-
lib/ack/fphook/fphook.c (added)
-
lib/ack/fphook/fptrp.s (added)
-
lib/ack/fphook/get_put.h (added)
-
lib/ack/fphook/mlf4.fc (added)
-
lib/ack/fphook/mlf8.fc (added)
-
lib/ack/fphook/mul_ext.fc (added)
-
lib/ack/fphook/ngf4.fc (added)
-
lib/ack/fphook/ngf8.fc (added)
-
lib/ack/fphook/nrm_ext.fc (added)
-
lib/ack/fphook/sbf4.fc (added)
-
lib/ack/fphook/sbf8.fc (added)
-
lib/ack/fphook/sft_ext.fc (added)
-
lib/ack/fphook/shifter.fc (added)
-
lib/ack/fphook/strtod.c (added)
-
lib/ack/fphook/sub_ext.fc (added)
-
lib/ack/fphook/zrf4.fc (added)
-
lib/ack/fphook/zrf8.fc (added)
-
lib/ack/fphook/zrf_ext.fc (added)
-
lib/ack/h (added)
-
lib/ack/h/em_abs.h (added)
-
lib/ack/h/m2_traps.h (added)
-
lib/ack/h/pc_err.h (added)
-
lib/ack/h/pc_file.h (added)
-
lib/ack/h/pc_math.h (added)
-
lib/ack/i386 (added)
-
lib/ack/i386/.depend-ack (added)
-
lib/ack/i386/.depend-gnu (added)
-
lib/ack/i386/Makedepend-ack (added)
-
lib/ack/i386/Makedepend-gnu (added)
-
lib/ack/i386/Makefile (added)
-
lib/ack/i386/Makefile.in (added)
-
lib/ack/i386/em (added)
-
lib/ack/i386/em/.depend-ack (added)
-
lib/ack/i386/em/.depend-gnu (added)
-
lib/ack/i386/em/Makedepend-ack (added)
-
lib/ack/i386/em/Makedepend-gnu (added)
-
lib/ack/i386/em/Makefile (added)
-
lib/ack/i386/em/Makefile.in (added)
-
lib/ack/i386/em/byte_order.h (added)
-
lib/ack/i386/em/em_adf4.s (added)
-
lib/ack/i386/em/em_adf8.s (added)
-
lib/ack/i386/em/em_adi.s (added)
-
lib/ack/i386/em/em_and.s (added)
-
lib/ack/i386/em/em_blm.s (added)
-
lib/ack/i386/em/em_cff4.s (added)
-
lib/ack/i386/em/em_cff8.s (added)
-
lib/ack/i386/em/em_cfi.s (added)
-
lib/ack/i386/em/em_cfu.s (added)
-
lib/ack/i386/em/em_cif4.s (added)
-
lib/ack/i386/em/em_cif8.s (added)
-
lib/ack/i386/em/em_cii.s (added)
-
lib/ack/i386/em/em_cmf4.s (added)
-
lib/ack/i386/em/em_cmf8.s (added)
-
lib/ack/i386/em/em_cms.s (added)
-
lib/ack/i386/em/em_com.s (added)
-
lib/ack/i386/em/em_csa4.s (added)
-
lib/ack/i386/em/em_csb4.s (added)
-
lib/ack/i386/em/em_cuf4.s (added)
-
lib/ack/i386/em/em_cuf8.s (added)
-
lib/ack/i386/em/em_cuu.s (added)
-
lib/ack/i386/em/em_dup.s (added)
-
lib/ack/i386/em/em_dvf4.s (added)
-
lib/ack/i386/em/em_dvf8.s (added)
-
lib/ack/i386/em/em_dvi.s (added)
-
lib/ack/i386/em/em_dvu.s (added)
-
lib/ack/i386/em/em_error.s (added)
-
lib/ack/i386/em/em_exg.s (added)
-
lib/ack/i386/em/em_fat.s (added)
-
lib/ack/i386/em/em_fef4.s (added)
-
lib/ack/i386/em/em_fef8.s (added)
-
lib/ack/i386/em/em_fif4.s (added)
-
lib/ack/i386/em/em_fif8.s (added)
-
lib/ack/i386/em/em_fp8087.s (added)
-
lib/ack/i386/em/em_gto.s (added)
-
lib/ack/i386/em/em_hol0.s (added)
-
lib/ack/i386/em/em_iaar.s (added)
-
lib/ack/i386/em/em_ilar.s (added)
-
lib/ack/i386/em/em_inn.s (added)
-
lib/ack/i386/em/em_ior.s (added)
-
lib/ack/i386/em/em_isar.s (added)
-
lib/ack/i386/em/em_lar4.s (added)
-
lib/ack/i386/em/em_loi.s (added)
-
lib/ack/i386/em/em_mlf4.s (added)
-
lib/ack/i386/em/em_mlf8.s (added)
-
lib/ack/i386/em/em_mli.s (added)
-
lib/ack/i386/em/em_mon.s (added)
-
lib/ack/i386/em/em_ngf4.s (added)
-
lib/ack/i386/em/em_ngf8.s (added)
-
lib/ack/i386/em/em_ngi.s (added)
-
lib/ack/i386/em/em_nop.s (added)
-
lib/ack/i386/em/em_print.s (added)
-
lib/ack/i386/em/em_rck.s (added)
-
lib/ack/i386/em/em_rmi.s (added)
-
lib/ack/i386/em/em_rmu.s (added)
-
lib/ack/i386/em/em_rol.s (added)
-
lib/ack/i386/em/em_ror.s (added)
-
lib/ack/i386/em/em_sar4.s (added)
-
lib/ack/i386/em/em_sbf4.s (added)
-
lib/ack/i386/em/em_sbf8.s (added)
-
lib/ack/i386/em/em_sbi.s (added)
-
lib/ack/i386/em/em_set.s (added)
-
lib/ack/i386/em/em_sli.s (added)
-
lib/ack/i386/em/em_sri.s (added)
-
lib/ack/i386/em/em_sti.s (added)
-
lib/ack/i386/em/em_stop.s (added)
-
lib/ack/i386/em/em_trp.s (added)
-
lib/ack/i386/em/em_unknown.s (added)
-
lib/ack/i386/em/em_xor.s (added)
-
lib/ack/i386/head (added)
-
lib/ack/i386/head/.depend-ack (added)
-
lib/ack/i386/head/.depend-gnu (added)
-
lib/ack/i386/head/Makedepend-ack (added)
-
lib/ack/i386/head/Makedepend-gnu (added)
-
lib/ack/i386/head/Makefile (added)
-
lib/ack/i386/head/Makefile.in (added)
-
lib/ack/i386/head/em_abs.h (added)
-
lib/ack/i386/head/em_head.s (added)
-
lib/ack/libm2 (added)
-
lib/ack/libm2/.depend-ack (added)
-
lib/ack/libm2/.depend-gnu (added)
-
lib/ack/libm2/Arguments.c (added)
-
lib/ack/libm2/ArraySort.mod (added)
-
lib/ack/libm2/CSP.mod (added)
-
lib/ack/libm2/Conversion.mod (added)
-
lib/ack/libm2/EM.e (added)
-
lib/ack/libm2/InOut.mod (added)
-
lib/ack/libm2/LtoUset.e (added)
-
lib/ack/libm2/Makedepend-ack (added)
-
lib/ack/libm2/Makedepend-gnu (added)
-
lib/ack/libm2/Makefile (added)
-
lib/ack/libm2/Makefile.in (added)
-
lib/ack/libm2/MathLib0.mod (added)
-
lib/ack/libm2/Mathlib.mod (added)
-
lib/ack/libm2/PascalIO.mod (added)
-
lib/ack/libm2/Processes.mod (added)
-
lib/ack/libm2/RealConver.mod (added)
-
lib/ack/libm2/RealInOut.mod (added)
-
lib/ack/libm2/SYSTEM.c (added)
-
lib/ack/libm2/Semaphores.mod (added)
-
lib/ack/libm2/Storage.mod (added)
-
lib/ack/libm2/StrAss.c (added)
-
lib/ack/libm2/Streams.mod (added)
-
lib/ack/libm2/Strings.mod (added)
-
lib/ack/libm2/Termcap.mod (added)
-
lib/ack/libm2/Terminal.mod (added)
-
lib/ack/libm2/Traps.mod (added)
-
lib/ack/libm2/XXTermcap.c (added)
-
lib/ack/libm2/absd.c (added)
-
lib/ack/libm2/absf.e (added)
-
lib/ack/libm2/absi.c (added)
-
lib/ack/libm2/absl.c (added)
-
lib/ack/libm2/blockmove.c (added)
-
lib/ack/libm2/cap.c (added)
-
lib/ack/libm2/catch.c (added)
-
lib/ack/libm2/confarray.c (added)
-
lib/ack/libm2/dvi.c (added)
-
lib/ack/libm2/halt.c (added)
-
lib/ack/libm2/head_m2.e (added)
-
lib/ack/libm2/init.c (added)
-
lib/ack/libm2/load.c (added)
-
lib/ack/libm2/par_misc.e (added)
-
lib/ack/libm2/random.mod (added)
-
lib/ack/libm2/rcka.c (added)
-
lib/ack/libm2/rcki.c (added)
-
lib/ack/libm2/rckil.c (added)
-
lib/ack/libm2/rcku.c (added)
-
lib/ack/libm2/rckul.c (added)
-
lib/ack/libm2/sigtrp.c (added)
-
lib/ack/libm2/stackprio.c (added)
-
lib/ack/libm2/store.c (added)
-
lib/ack/libm2/ucheck.c (added)
-
lib/ack/libp (added)
-
lib/ack/libp/.depend-ack (added)
-
lib/ack/libp/.depend-gnu (added)
-
lib/ack/libp/Makedepend-ack (added)
-
lib/ack/libp/Makedepend-gnu (added)
-
lib/ack/libp/Makefile (added)
-
lib/ack/libp/Makefile.in (added)
-
lib/ack/libp/abi.c (added)
-
lib/ack/libp/abl.c (added)
-
lib/ack/libp/abr.c (added)
-
lib/ack/libp/arg.c (added)
-
lib/ack/libp/ass.c (added)
-
lib/ack/libp/asz.c (added)
-
lib/ack/libp/atn.c (added)
-
lib/ack/libp/bcp.c (added)
-
lib/ack/libp/bts.e (added)
-
lib/ack/libp/buff.c (added)
-
lib/ack/libp/catch.c (added)
-
lib/ack/libp/clock.c (added)
-
lib/ack/libp/cls.c (added)
-
lib/ack/libp/cvt.c (added)
-
lib/ack/libp/diag.c (added)
-
lib/ack/libp/dis.c (added)
-
lib/ack/libp/efl.c (added)
-
lib/ack/libp/eln.c (added)
-
lib/ack/libp/encaps.e (added)
-
lib/ack/libp/exp.c (added)
-
lib/ack/libp/fef.e (added)
-
lib/ack/libp/fif.e (added)
-
lib/ack/libp/get.c (added)
-
lib/ack/libp/gto.e (added)
-
lib/ack/libp/head_pc.e (added)
-
lib/ack/libp/hlt.c (added)
-
lib/ack/libp/hol0.e (added)
-
lib/ack/libp/incpt.c (added)
-
lib/ack/libp/ini.c (added)
-
lib/ack/libp/log.c (added)
-
lib/ack/libp/mdi.c (added)
-
lib/ack/libp/mdl.c (added)
-
lib/ack/libp/new.c (added)
-
lib/ack/libp/nfa.c (added)
-
lib/ack/libp/nobuff.c (added)
-
lib/ack/libp/notext.c (added)
-
lib/ack/libp/opn.c (added)
-
lib/ack/libp/outcpt.c (added)
-
lib/ack/libp/pac.c (added)
-
lib/ack/libp/pclose.c (added)
-
lib/ack/libp/pcreat.c (added)
-
lib/ack/libp/pentry.c (added)
-
lib/ack/libp/perrno.c (added)
-
lib/ack/libp/pexit.c (added)
-
lib/ack/libp/popen.c (added)
-
lib/ack/libp/put.c (added)
-
lib/ack/libp/rcka.c (added)
-
lib/ack/libp/rdc.c (added)
-
lib/ack/libp/rdi.c (added)
-
lib/ack/libp/rdl.c (added)
-
lib/ack/libp/rdr.c (added)
-
lib/ack/libp/rf.c (added)
-
lib/ack/libp/rln.c (added)
-
lib/ack/libp/rnd.c (added)
-
lib/ack/libp/sav.e (added)
-
lib/ack/libp/sig.e (added)
-
lib/ack/libp/sin.c (added)
-
lib/ack/libp/sqt.c (added)
-
lib/ack/libp/string.c (added)
-
lib/ack/libp/trap.e (added)
-
lib/ack/libp/trp.e (added)
-
lib/ack/libp/unp.c (added)
-
lib/ack/libp/uread.c (added)
-
lib/ack/libp/uwrite.c (added)
-
lib/ack/libp/wdw.c (added)
-
lib/ack/libp/wf.c (added)
-
lib/ack/libp/wrc.c (added)
-
lib/ack/libp/wrf.c (added)
-
lib/ack/libp/wri.c (added)
-
lib/ack/libp/wrl.c (added)
-
lib/ack/libp/wrr.c (added)
-
lib/ack/libp/wrs.c (added)
-
lib/ack/libp/wrz.c (added)
-
lib/ack/liby (added)
-
lib/ack/liby/.depend-ack (added)
-
lib/ack/liby/.depend-gnu (added)
-
lib/ack/liby/Makedepend-ack (added)
-
lib/ack/liby/Makedepend-gnu (added)
-
lib/ack/liby/Makefile (added)
-
lib/ack/liby/Makefile.in (added)
-
lib/ack/liby/main.c (added)
-
lib/ack/liby/yyerror.c (added)
-
lib/ack/math (added)
-
lib/ack/math/.depend-ack (added)
-
lib/ack/math/.depend-gnu (added)
-
lib/ack/math/Makedepend-ack (added)
-
lib/ack/math/Makedepend-gnu (added)
-
lib/ack/math/Makefile (added)
-
lib/ack/math/Makefile.in (added)
-
lib/ack/math/frexp.s (added)
-
lib/ack/math/isnan.c (added)
-
lib/ack/math/ldexp.c (added)
-
lib/ack/math/modf.s (added)
-
lib/ack/rts (added)
-
lib/ack/rts/.depend-ack (added)
-
lib/ack/rts/.depend-gnu (added)
-
lib/ack/rts/Makedepend-ack (added)
-
lib/ack/rts/Makedepend-gnu (added)
-
lib/ack/rts/Makefile (added)
-
lib/ack/rts/Makefile.in (added)
-
lib/ack/rts/setjmp.e (added)
-
lib/ansi (added)
-
lib/ansi/.depend-ack (added)
-
lib/ansi/.depend-gnu (added)
-
lib/ansi/Makedepend-ack (added)
-
lib/ansi/Makedepend-gnu (added)
-
lib/ansi/Makefile (added)
-
lib/ansi/Makefile.in (added)
-
lib/ansi/abort.c (added)
-
lib/ansi/abs.c (added)
-
lib/ansi/asctime.c (added)
-
lib/ansi/assert.c (added)
-
lib/ansi/atexit.c (added)
-
lib/ansi/atof.c (added)
-
lib/ansi/atoi.c (added)
-
lib/ansi/atol.c (added)
-
lib/ansi/bsearch.c (added)
-
lib/ansi/calloc.c (added)
-
lib/ansi/chartab.c (added)
-
lib/ansi/clock.c (added)
-
lib/ansi/ctime.c (added)
-
lib/ansi/difftime.c (added)
-
lib/ansi/div.c (added)
-
lib/ansi/errlist.c (added)
-
lib/ansi/exit.c (added)
-
lib/ansi/ext_comp.c (added)
-
lib/ansi/ext_fmt.h (added)
-
lib/ansi/getenv.c (added)
-
lib/ansi/gmtime.c (added)
-
lib/ansi/isalnum.c (added)
-
lib/ansi/isalpha.c (added)
-
lib/ansi/isascii.c (added)
-
lib/ansi/iscntrl.c (added)
-
lib/ansi/isdigit.c (added)
-
lib/ansi/isgraph.c (added)
-
lib/ansi/islower.c (added)
-
lib/ansi/isprint.c (added)
-
lib/ansi/ispunct.c (added)
-
lib/ansi/isspace.c (added)
-
lib/ansi/isupper.c (added)
-
lib/ansi/isxdigit.c (added)
-
lib/ansi/labs.c (added)
-
lib/ansi/ldiv.c (added)
-
lib/ansi/loc_time.h (added)
-
lib/ansi/localeconv.c (added)
-
lib/ansi/localtime.c (added)
-
lib/ansi/malloc.c (added)
-
lib/ansi/mblen.c (added)
-
lib/ansi/mbstowcs.c (added)
-
lib/ansi/mbtowc.c (added)
-
lib/ansi/memchr.c (added)
-
lib/ansi/memcmp.c (added)
-
lib/ansi/memcpy.c (added)
-
lib/ansi/memmove.c (added)
-
lib/ansi/memset.c (added)
-
lib/ansi/misc.c (added)
-
lib/ansi/mktime.c (added)
-
lib/ansi/qsort.c (added)
-
lib/ansi/raise.c (added)
-
lib/ansi/rand.c (added)
-
lib/ansi/setlocale.c (added)
-
lib/ansi/sigmisc.c (added)
-
lib/ansi/signal.c (added)
-
lib/ansi/strcat.c (added)
-
lib/ansi/strchr.c (added)
-
lib/ansi/strcmp.c (added)
-
lib/ansi/strcoll.c (added)
-
lib/ansi/strcpy.c (added)
-
lib/ansi/strcspn.c (added)
-
lib/ansi/strerror.c (added)
-
lib/ansi/strftime.c (added)
-
lib/ansi/strlen.c (added)
-
lib/ansi/strncat.c (added)
-
lib/ansi/strncmp.c (added)
-
lib/ansi/strncpy.c (added)
-
lib/ansi/strpbrk.c (added)
-
lib/ansi/strrchr.c (added)
-
lib/ansi/strspn.c (added)
-
lib/ansi/strstr.c (added)
-
lib/ansi/strtok.c (added)
-
lib/ansi/strtol.c (added)
-
lib/ansi/strxfrm.c (added)
-
lib/ansi/system.c (added)
-
lib/ansi/tolower.c (added)
-
lib/ansi/toupper.c (added)
-
lib/ansi/tzset.c (added)
-
lib/ansi/wcstombs.c (added)
-
lib/ansi/wctomb.c (added)
-
lib/curses (added)
-
lib/curses/.depend-ack (added)
-
lib/curses/.depend-gnu (added)
-
lib/curses/Makedepend-ack (added)
-
lib/curses/Makedepend-gnu (added)
-
lib/curses/Makefile (added)
-
lib/curses/Makefile.in (added)
-
lib/curses/beep.c (added)
-
lib/curses/charpick.c (added)
-
lib/curses/curs_set.c (added)
-
lib/curses/cursesio.c (added)
-
lib/curses/curspriv.h (added)
-
lib/curses/endwin.c (added)
-
lib/curses/flash.c (added)
-
lib/curses/initscr.c (added)
-
lib/curses/longname.c (added)
-
lib/curses/move.c (added)
-
lib/curses/mvcursor.c (added)
-
lib/curses/newwin.c (added)
-
lib/curses/options.c (added)
-
lib/curses/overlay.c (added)
-
lib/curses/prntscan.c (added)
-
lib/curses/refresh.c (added)
-
lib/curses/scrreg.c (added)
-
lib/curses/setterm.c (added)
-
lib/curses/tabsize.c (added)
-
lib/curses/termmisc.c (added)
-
lib/curses/unctrl.c (added)
-
lib/curses/update.c (added)
-
lib/curses/waddch.c (added)
-
lib/curses/waddstr.c (added)
-
lib/curses/wbox.c (added)
-
lib/curses/wclear.c (added)
-
lib/curses/wclrtobot.c (added)
-
lib/curses/wclrtoeol.c (added)
-
lib/curses/wdelch.c (added)
-
lib/curses/wdeleteln.c (added)
-
lib/curses/werase.c (added)
-
lib/curses/wgetch.c (added)
-
lib/curses/wgetstr.c (added)
-
lib/curses/windel.c (added)
-
lib/curses/winmove.c (added)
-
lib/curses/winsch.c (added)
-
lib/curses/winscrol.c (added)
-
lib/curses/winsertln.c (added)
-
lib/curses/wintouch.c (added)
-
lib/dummy (added)
-
lib/dummy/.depend-ack (added)
-
lib/dummy/.depend-gnu (added)
-
lib/dummy/Makedepend-ack (added)
-
lib/dummy/Makedepend-gnu (added)
-
lib/dummy/Makefile (added)
-
lib/dummy/Makefile.in (added)
-
lib/dummy/dummy.c (added)
-
lib/editline (added)
-
lib/editline/.depend-ack (added)
-
lib/editline/.depend-gnu (added)
-
lib/editline/Makedepend-ack (added)
-
lib/editline/Makedepend-gnu (added)
-
lib/editline/Makefile (added)
-
lib/editline/Makefile.in (added)
-
lib/editline/README (added)
-
lib/editline/complete.c (added)
-
lib/editline/editline.c (added)
-
lib/editline/editline.h (added)
-
lib/editline/sysunix.c (added)
-
lib/editline/testit.c (added)
-
lib/editline/unix.h (added)
-
lib/end (added)
-
lib/end/.depend-ack (added)
-
lib/end/.depend-gnu (added)
-
lib/end/Makedepend-ack (added)
-
lib/end/Makedepend-gnu (added)
-
lib/end/Makefile (added)
-
lib/end/Makefile.in (added)
-
lib/end/edata.s (added)
-
lib/end/em_end.s (added)
-
lib/end/end.s (added)
-
lib/end/etext.s (added)
-
lib/float (added)
-
lib/float/FP.compile (added)
-
lib/float/FP.script (added)
-
lib/float/FP_bias.h (added)
-
lib/float/FP_shift.h (added)
-
lib/float/FP_trap.h (added)
-
lib/float/FP_types.h (added)
-
lib/float/add_ext.c (added)
-
lib/float/adder.c (added)
-
lib/float/adder.h (added)
-
lib/float/adf4.c (added)
-
lib/float/adf8.c (added)
-
lib/float/byte_order.h (added)
-
lib/float/cff4.c (added)
-
lib/float/cff8.c (added)
-
lib/float/cfi.c (added)
-
lib/float/cfu.c (added)
-
lib/float/cif4.c (added)
-
lib/float/cif8.c (added)
-
lib/float/cmf4.c (added)
-
lib/float/cmf8.c (added)
-
lib/float/compact.c (added)
-
lib/float/cuf4.c (added)
-
lib/float/cuf8.c (added)
-
lib/float/div_ext.c (added)
-
lib/float/dvf4.c (added)
-
lib/float/dvf8.c (added)
-
lib/float/extend.c (added)
-
lib/float/fef4.c (added)
-
lib/float/fef8.c (added)
-
lib/float/fif4.c (added)
-
lib/float/fif8.c (added)
-
lib/float/fptrp.s (added)
-
lib/float/get_put.h (added)
-
lib/float/mlf4.c (added)
-
lib/float/mlf8.c (added)
-
lib/float/mul_ext.c (added)
-
lib/float/ngf4.c (added)
-
lib/float/ngf8.c (added)
-
lib/float/nrm_ext.c (added)
-
lib/float/sbf4.c (added)
-
lib/float/sbf8.c (added)
-
lib/float/sft_ext.c (added)
-
lib/float/shifter.c (added)
-
lib/float/sub_ext.c (added)
-
lib/float/zrf4.c (added)
-
lib/float/zrf8.c (added)
-
lib/float/zrf_ext.c (added)
-
lib/fphook (added)
-
lib/fphook/fltpr.c (added)
-
lib/fphook/fphook.c (added)
-
lib/fphook/strtod.c (added)
-
lib/generate.sh (added)
-
lib/gnu (added)
-
lib/gnu/.depend-ack (added)
-
lib/gnu/.depend-gnu (added)
-
lib/gnu/Makedepend-ack (added)
-
lib/gnu/Makedepend-gnu (added)
-
lib/gnu/Makefile (added)
-
lib/gnu/Makefile.in (added)
-
lib/gnu/end (added)
-
lib/gnu/end/.depend-ack (added)
-
lib/gnu/end/.depend-gnu (added)
-
lib/gnu/end/Makedepend-ack (added)
-
lib/gnu/end/Makedepend-gnu (added)
-
lib/gnu/end/Makefile (added)
-
lib/gnu/end/Makefile.in (added)
-
lib/gnu/end/gnu_end.gs (added)
-
lib/gnu/ieee_float (added)
-
lib/gnu/ieee_float/.depend-ack (added)
-
lib/gnu/ieee_float/.depend-gnu (added)
-
lib/gnu/ieee_float/Makedepend-ack (added)
-
lib/gnu/ieee_float/Makedepend-gnu (added)
-
lib/gnu/ieee_float/Makefile (added)
-
lib/gnu/ieee_float/Makefile.in (added)
-
lib/gnu/ieee_float/fphook.c (added)
-
lib/gnu/ieee_float/frexp.c (added)
-
lib/gnu/ieee_float/ieee_float.h (added)
-
lib/gnu/ieee_float/isinf.c (added)
-
lib/gnu/ieee_float/isnan.c (added)
-
lib/gnu/ieee_float/ldexp.c (added)
-
lib/gnu/ieee_float/modf.c (added)
-
lib/gnu/rts (added)
-
lib/gnu/rts/.depend-ack (added)
-
lib/gnu/rts/.depend-gnu (added)
-
lib/gnu/rts/Makedepend-ack (added)
-
lib/gnu/rts/Makedepend-gnu (added)
-
lib/gnu/rts/Makefile (added)
-
lib/gnu/rts/Makefile.in (added)
-
lib/gnu/rts/_longjmp.gs (added)
-
lib/gnu/rts/_setjmp.gs (added)
-
lib/gnu/rts/longjmp.gs (added)
-
lib/gnu/rts/setjmp.gs (added)
-
lib/i386 (added)
-
lib/i386/.depend-ack (added)
-
lib/i386/.depend-gnu (added)
-
lib/i386/Makedepend-ack (added)
-
lib/i386/Makedepend-gnu (added)
-
lib/i386/Makefile (added)
-
lib/i386/Makefile.in (added)
-
lib/i386/em (added)
-
lib/i386/em/byte_order.h (added)
-
lib/i386/em/em_adf4.s (added)
-
lib/i386/em/em_adf8.s (added)
-
lib/i386/em/em_adi.s (added)
-
lib/i386/em/em_and.s (added)
-
lib/i386/em/em_blm.s (added)
-
lib/i386/em/em_cff4.s (added)
-
lib/i386/em/em_cff8.s (added)
-
lib/i386/em/em_cfi.s (added)
-
lib/i386/em/em_cfu.s (added)
-
lib/i386/em/em_cif4.s (added)
-
lib/i386/em/em_cif8.s (added)
-
lib/i386/em/em_cii.s (added)
-
lib/i386/em/em_cmf4.s (added)
-
lib/i386/em/em_cmf8.s (added)
-
lib/i386/em/em_cms.s (added)
-
lib/i386/em/em_com.s (added)
-
lib/i386/em/em_csa4.s (added)
-
lib/i386/em/em_csb4.s (added)
-
lib/i386/em/em_cuf4.s (added)
-
lib/i386/em/em_cuf8.s (added)
-
lib/i386/em/em_cuu.s (added)
-
lib/i386/em/em_dup.s (added)
-
lib/i386/em/em_dvf4.s (added)
-
lib/i386/em/em_dvf8.s (added)
-
lib/i386/em/em_dvi.s (added)
-
lib/i386/em/em_dvu.s (added)
-
lib/i386/em/em_error.s (added)
-
lib/i386/em/em_exg.s (added)
-
lib/i386/em/em_fat.s (added)
-
lib/i386/em/em_fef4.s (added)
-
lib/i386/em/em_fef8.s (added)
-
lib/i386/em/em_fif4.s (added)
-
lib/i386/em/em_fif8.s (added)
-
lib/i386/em/em_fp8087.s (added)
-
lib/i386/em/em_gto.s (added)
-
lib/i386/em/em_hol0.s (added)
-
lib/i386/em/em_iaar.s (added)
-
lib/i386/em/em_ilar.s (added)
-
lib/i386/em/em_inn.s (added)
-
lib/i386/em/em_ior.s (added)
-
lib/i386/em/em_isar.s (added)
-
lib/i386/em/em_lar4.s (added)
-
lib/i386/em/em_loi.s (added)
-
lib/i386/em/em_mlf4.s (added)
-
lib/i386/em/em_mlf8.s (added)
-
lib/i386/em/em_mli.s (added)
-
lib/i386/em/em_mon.s (added)
-
lib/i386/em/em_ngf4.s (added)
-
lib/i386/em/em_ngf8.s (added)
-
lib/i386/em/em_ngi.s (added)
-
lib/i386/em/em_nop.s (added)
-
lib/i386/em/em_print.s (added)
-
lib/i386/em/em_rck.s (added)
-
lib/i386/em/em_rmi.s (added)
-
lib/i386/em/em_rmu.s (added)
-
lib/i386/em/em_rol.s (added)
-
lib/i386/em/em_ror.s (added)
-
lib/i386/em/em_sar4.s (added)
-
lib/i386/em/em_sbf4.s (added)
-
lib/i386/em/em_sbf8.s (added)
-
lib/i386/em/em_sbi.s (added)
-
lib/i386/em/em_set.s (added)
-
lib/i386/em/em_sli.s (added)
-
lib/i386/em/em_sri.s (added)
-
lib/i386/em/em_sti.s (added)
-
lib/i386/em/em_stop.s (added)
-
lib/i386/em/em_trp.s (added)
-
lib/i386/em/em_unknown.s (added)
-
lib/i386/em/em_xor.s (added)
-
lib/i386/head (added)
-
lib/i386/head/em_abs.h (added)
-
lib/i386/head/em_head.s (added)
-
lib/i386/int64 (added)
-
lib/i386/int64/.depend-ack (added)
-
lib/i386/int64/.depend-gnu (added)
-
lib/i386/int64/Makedepend-ack (added)
-
lib/i386/int64/Makedepend-gnu (added)
-
lib/i386/int64/Makefile (added)
-
lib/i386/int64/Makefile.in (added)
-
lib/i386/int64/add64.s (added)
-
lib/i386/int64/add64u.s (added)
-
lib/i386/int64/cmp64.s (added)
-
lib/i386/int64/cv64u.s (added)
-
lib/i386/int64/cvu64.s (added)
-
lib/i386/int64/diff64.s (added)
-
lib/i386/int64/div64u.s (added)
-
lib/i386/int64/ex64.s (added)
-
lib/i386/int64/make64.s (added)
-
lib/i386/int64/mul64u.s (added)
-
lib/i386/int64/sub64.s (added)
-
lib/i386/int64/sub64u.s (added)
-
lib/i386/misc (added)
-
lib/i386/misc/.depend-ack (added)
-
lib/i386/misc/.depend-gnu (added)
-
lib/i386/misc/Makedepend-ack (added)
-
lib/i386/misc/Makedepend-gnu (added)
-
lib/i386/misc/Makefile (added)
-
lib/i386/misc/Makefile.in (added)
-
lib/i386/misc/alloca.s (added)
-
lib/i386/misc/get_bp.s (added)
-
lib/i386/misc/getprocessor.s (added)
-
lib/i386/misc/io_inb.s (added)
-
lib/i386/misc/io_inl.s (added)
-
lib/i386/misc/io_insb.s (added)
-
lib/i386/misc/io_insl.s (added)
-
lib/i386/misc/io_insw.s (added)
-
lib/i386/misc/io_intr.s (added)
-
lib/i386/misc/io_inw.s (added)
-
lib/i386/misc/io_outb.s (added)
-
lib/i386/misc/io_outl.s (added)
-
lib/i386/misc/io_outsb.s (added)
-
lib/i386/misc/io_outsl.s (added)
-
lib/i386/misc/io_outsw.s (added)
-
lib/i386/misc/io_outw.s (added)
-
lib/i386/misc/oneC_sum.s (added)
-
lib/i386/rts (added)
-
lib/i386/rts/.depend-ack (added)
-
lib/i386/rts/.depend-gnu (added)
-
lib/i386/rts/Makedepend-ack (added)
-
lib/i386/rts/Makedepend-gnu (added)
-
lib/i386/rts/Makefile (added)
-
lib/i386/rts/Makefile.in (added)
-
lib/i386/rts/__sigreturn.s (added)
-
lib/i386/rts/_ipc.s (added)
-
lib/i386/rts/_ipcnew.s (added)
-
lib/i386/rts/brksize.s (added)
-
lib/i386/rts/crtso.s (added)
-
lib/i386/rts/m2rtso.s (added)
-
lib/i386/rts/prtso.s (added)
-
lib/i386/string (added)
-
lib/i386/string/.depend-ack (added)
-
lib/i386/string/.depend-gnu (added)
-
lib/i386/string/Makedepend-ack (added)
-
lib/i386/string/Makedepend-gnu (added)
-
lib/i386/string/Makefile (added)
-
lib/i386/string/Makefile.in (added)
-
lib/i386/string/README (added)
-
lib/i386/string/_memmove.s (added)
-
lib/i386/string/_strncat.s (added)
-
lib/i386/string/_strncmp.s (added)
-
lib/i386/string/_strncpy.s (added)
-
lib/i386/string/_strnlen.s (added)
-
lib/i386/string/bcmp.s (added)
-
lib/i386/string/bcopy.s (added)
-
lib/i386/string/bzero.s (added)
-
lib/i386/string/index.s (added)
-
lib/i386/string/memchr.s (added)
-
lib/i386/string/memcmp.s (added)
-
lib/i386/string/memcpy.s (added)
-
lib/i386/string/memmove.s (added)
-
lib/i386/string/memset.s (added)
-
lib/i386/string/rindex.s (added)
-
lib/i386/string/strcat.s (added)
-
lib/i386/string/strchr.s (added)
-
lib/i386/string/strcmp.s (added)
-
lib/i386/string/strcpy.s (added)
-
lib/i386/string/strlen.s (added)
-
lib/i386/string/strncat.s (added)
-
lib/i386/string/strncmp.s (added)
-
lib/i386/string/strncpy.s (added)
-
lib/i386/string/strnlen.s (added)
-
lib/i386/string/strrchr.s (added)
-
lib/i86 (added)
-
lib/i86/em (added)
-
lib/i86/em/em_adi.s (added)
-
lib/i86/em/em_and.s (added)
-
lib/i86/em/em_blm.s (added)
-
lib/i86/em/em_cii.s (added)
-
lib/i86/em/em_cmi4.s (added)
-
lib/i86/em/em_cms.s (added)
-
lib/i86/em/em_cmu4.s (added)
-
lib/i86/em/em_com.s (added)
-
lib/i86/em/em_csa2.s (added)
-
lib/i86/em/em_csa4.s (added)
-
lib/i86/em/em_csb2.s (added)
-
lib/i86/em/em_csb4.s (added)
-
lib/i86/em/em_cuu.s (added)
-
lib/i86/em/em_dup.s (added)
-
lib/i86/em/em_dvi4.s (added)
-
lib/i86/em/em_dvu4.s (added)
-
lib/i86/em/em_error.s (added)
-
lib/i86/em/em_exg.s (added)
-
lib/i86/em/em_fat.s (added)
-
lib/i86/em/em_fp8087.s (added)
-
lib/i86/em/em_gto.s (added)
-
lib/i86/em/em_hol0.s (added)
-
lib/i86/em/em_iaar.s (added)
-
lib/i86/em/em_ilar.s (added)
-
lib/i86/em/em_inn.s (added)
-
lib/i86/em/em_ior.s (added)
-
lib/i86/em/em_isar.s (added)
-
lib/i86/em/em_lar2.s (added)
-
lib/i86/em/em_lfr6.s (added)
-
lib/i86/em/em_lfr8.s (added)
-
lib/i86/em/em_loi.s (added)
-
lib/i86/em/em_mli4.s (added)
-
lib/i86/em/em_mon.s (added)
-
lib/i86/em/em_nop.s (added)
-
lib/i86/em/em_rck.s (added)
-
lib/i86/em/em_ret6.s (added)
-
lib/i86/em/em_ret8.s (added)
-
lib/i86/em/em_retarea.s (added)
-
lib/i86/em/em_return.s (added)
-
lib/i86/em/em_rmi4.s (added)
-
lib/i86/em/em_rmu4.s (added)
-
lib/i86/em/em_sar2.s (added)
-
lib/i86/em/em_sbi.s (added)
-
lib/i86/em/em_set.s (added)
-
lib/i86/em/em_stb.s (added)
-
lib/i86/em/em_sti.s (added)
-
lib/i86/em/em_stop.s (added)
-
lib/i86/em/em_trp.s (added)
-
lib/i86/em/em_unknown.s (added)
-
lib/i86/em/em_vars.s (added)
-
lib/i86/em/em_xor.s (added)
-
lib/i86/int64 (added)
-
lib/i86/int64/add64.s (added)
-
lib/i86/int64/add64u.s (added)
-
lib/i86/int64/cmp64.s (added)
-
lib/i86/int64/cv64u.s (added)
-
lib/i86/int64/cvu64.s (added)
-
lib/i86/int64/diff64.s (added)
-
lib/i86/int64/div64u.s (added)
-
lib/i86/int64/ex64.s (added)
-
lib/i86/int64/make64.s (added)
-
lib/i86/int64/mul64u.s (added)
-
lib/i86/int64/sub64.s (added)
-
lib/i86/int64/sub64u.s (added)
-
lib/i86/misc (added)
-
lib/i86/misc/alloca.s (added)
-
lib/i86/misc/get_bp.s (added)
-
lib/i86/misc/getprocessor.s (added)
-
lib/i86/misc/hton86.s (added)
-
lib/i86/misc/io_inb.s (added)
-
lib/i86/misc/io_inl.s (added)
-
lib/i86/misc/io_insb.s (added)
-
lib/i86/misc/io_insl.s (added)
-
lib/i86/misc/io_insw.s (added)
-
lib/i86/misc/io_intr.s (added)
-
lib/i86/misc/io_inw.s (added)
-
lib/i86/misc/io_outb.s (added)
-
lib/i86/misc/io_outl.s (added)
-
lib/i86/misc/io_outsb.s (added)
-
lib/i86/misc/io_outsl.s (added)
-
lib/i86/misc/io_outsw.s (added)
-
lib/i86/misc/io_outw.s (added)
-
lib/i86/misc/oneC_sum.s (added)
-
lib/i86/rts (added)
-
lib/i86/rts/__sigreturn.s (added)
-
lib/i86/rts/_sendrec.s (added)
-
lib/i86/rts/brksize.s (added)
-
lib/i86/rts/ncrtso.s (added)
-
lib/i86/rts/nm2rtso.s (added)
-
lib/i86/rts/nprtso.s (added)
-
lib/i86/string (added)
-
lib/i86/string/README (added)
-
lib/i86/string/_memmove.s (added)
-
lib/i86/string/_strncat.s (added)
-
lib/i86/string/_strncmp.s (added)
-
lib/i86/string/_strncpy.s (added)
-
lib/i86/string/_strnlen.s (added)
-
lib/i86/string/bcmp.s (added)
-
lib/i86/string/bcopy.s (added)
-
lib/i86/string/bzero.s (added)
-
lib/i86/string/index.s (added)
-
lib/i86/string/memchr.s (added)
-
lib/i86/string/memcmp.s (added)
-
lib/i86/string/memcpy.s (added)
-
lib/i86/string/memmove.s (added)
-
lib/i86/string/memset.s (added)
-
lib/i86/string/rindex.s (added)
-
lib/i86/string/strcat.s (added)
-
lib/i86/string/strchr.s (added)
-
lib/i86/string/strcmp.s (added)
-
lib/i86/string/strcpy.s (added)
-
lib/i86/string/strlen.s (added)
-
lib/i86/string/strncat.s (added)
-
lib/i86/string/strncmp.s (added)
-
lib/i86/string/strncpy.s (added)
-
lib/i86/string/strnlen.s (added)
-
lib/i86/string/strrchr.s (added)
-
lib/ip (added)
-
lib/ip/.depend-ack (added)
-
lib/ip/.depend-gnu (added)
-
lib/ip/Makedepend-ack (added)
-
lib/ip/Makedepend-gnu (added)
-
lib/ip/Makefile (added)
-
lib/ip/Makefile.in (added)
-
lib/ip/accept.c (added)
-
lib/ip/bind.c (added)
-
lib/ip/connect.c (added)
-
lib/ip/dhcp_gettag.c (added)
-
lib/ip/dhcp_settag.c (added)
-
lib/ip/domainname.c (added)
-
lib/ip/ether.h (added)
-
lib/ip/ether_line.c (added)
-
lib/ip/ethera2n.c (added)
-
lib/ip/ethere2a.c (added)
-
lib/ip/etherh2n.c (added)
-
lib/ip/ethern2h.c (added)
-
lib/ip/getdomain.c (added)
-
lib/ip/gethnmadr.c (added)
-
lib/ip/gethostent.c (added)
-
lib/ip/gethostname.c (added)
-
lib/ip/getifaddrs.c (added)
-
lib/ip/getnetbyaddr.c (added)
-
lib/ip/getnetbyname.c (added)
-
lib/ip/getnetent.c (added)
-
lib/ip/getpeername.c (added)
-
lib/ip/getproto.c (added)
-
lib/ip/getprotoent.c (added)
-
lib/ip/getprotoname.c (added)
-
lib/ip/getservent.c (added)
-
lib/ip/getsockname.c (added)
-
lib/ip/getsockopt.c (added)
-
lib/ip/getsrvbyname.c (added)
-
lib/ip/getsrvbyport.c (added)
-
lib/ip/hton.c (added)
-
lib/ip/inet_addr.c (added)
-
lib/ip/inet_network.c (added)
-
lib/ip/inet_ntoa.c (added)
-
lib/ip/listen.c (added)
-
lib/ip/memcspn.c (added)
-
lib/ip/oneC_sum.c (added)
-
lib/ip/rcmd.c (added)
-
lib/ip/recv.c (added)
-
lib/ip/recvfrom.c (added)
-
lib/ip/res_comp.c (added)
-
lib/ip/res_init.c (added)
-
lib/ip/res_mkquery.c (added)
-
lib/ip/res_query.c (added)
-
lib/ip/res_send.c (added)
-
lib/ip/ruserok.c (added)
-
lib/ip/send.c (added)
-
lib/ip/sendto.c (added)
-
lib/ip/servxcheck.c (added)
-
lib/ip/sethostent.c (added)
-
lib/ip/setsockopt.c (added)
-
lib/ip/shutdown.c (added)
-
lib/ip/socket.c (added)
-
lib/ip/strcasecmp.c (added)
-
lib/math (added)
-
lib/math/.depend-ack (added)
-
lib/math/.depend-gnu (added)
-
lib/math/Makedepend-ack (added)
-
lib/math/Makedepend-gnu (added)
-
lib/math/Makefile (added)
-
lib/math/Makefile.in (added)
-
lib/math/asin.c (added)
-
lib/math/atan.c (added)
-
lib/math/atan2.c (added)
-
lib/math/ceil.c (added)
-
lib/math/exp.c (added)
-
lib/math/fabs.c (added)
-
lib/math/floor.c (added)
-
lib/math/fmod.c (added)
-
lib/math/hugeval.c (added)
-
lib/math/localmath.h (added)
-
lib/math/log.c (added)
-
lib/math/log10.c (added)
-
lib/math/pow.c (added)
-
lib/math/sin.c (added)
-
lib/math/sinh.c (added)
-
lib/math/sqrt.c (added)
-
lib/math/tan.c (added)
-
lib/math/tanh.c (added)
-
lib/other (added)
-
lib/other/.depend-ack (added)
-
lib/other/.depend-gnu (added)
-
lib/other/Makedepend-ack (added)
-
lib/other/Makedepend-gnu (added)
-
lib/other/Makefile (added)
-
lib/other/Makefile.in (added)
-
lib/other/__pm_findproc.c (added)
-
lib/other/_allocmem.c (added)
-
lib/other/_brk.c (added)
-
lib/other/_devctl.c (added)
-
lib/other/_freemem.c (added)
-
lib/other/_getnpid.c (added)
-
lib/other/_getnprocnr.c (added)
-
lib/other/_getpprocnr.c (added)
-
lib/other/_getprocnr.c (added)
-
lib/other/_getsigset.c (added)
-
lib/other/_getsysinfo.c (added)
-
lib/other/_reboot.c (added)
-
lib/other/_seekdir.c (added)
-
lib/other/_svrctl.c (added)
-
lib/other/asynchio.c (added)
-
lib/other/basename.c (added)
-
lib/other/bcmp.c (added)
-
lib/other/bcopy.c (added)
-
lib/other/bzero.c (added)
-
lib/other/configfile.c (added)
-
lib/other/crypt.c (added)
-
lib/other/ctermid.c (added)
-
lib/other/cuserid.c (added)
-
lib/other/environ.c (added)
-
lib/other/errno.c (added)
-
lib/other/fdopen.c (added)
-
lib/other/ffs.c (added)
-
lib/other/flock.c (added)
-
lib/other/fslib.c (added)
-
lib/other/fsversion.c (added)
-
lib/other/fts.c (added)
-
lib/other/getgrent.c (added)
-
lib/other/getlogin.c (added)
-
lib/other/getpagesize.c (added)
-
lib/other/getpass.c (added)
-
lib/other/getpwent.c (added)
-
lib/other/getttyent.c (added)
-
lib/other/getw.c (added)
-
lib/other/hypot.c (added)
-
lib/other/index.c (added)
-
lib/other/itoa.c (added)
-
lib/other/loadname.c (added)
-
lib/other/lock.c (added)
-
lib/other/lrand.c (added)
-
lib/other/lsearch.c (added)
-
lib/other/memccpy.c (added)
-
lib/other/mstats.c (added)
-
lib/other/mtab.c (added)
-
lib/other/namespace.h (added)
-
lib/other/nlist.c (added)
-
lib/other/paramvalue.c (added)
-
lib/other/peekpoke.c (added)
-
lib/other/popen.c (added)
-
lib/other/putenv.c (added)
-
lib/other/putw.c (added)
-
lib/other/random.c (added)
-
lib/other/rindex.c (added)
-
lib/other/setenv.c (added)
-
lib/other/setgroups.c (added)
-
lib/other/settimeofday.c (added)
-
lib/other/stderr.c (added)
-
lib/other/strdup.c (added)
-
lib/other/strtok_r.c (added)
-
lib/other/swab.c (added)
-
lib/other/sys_eniop.c (added)
-
lib/other/syscall.c (added)
-
lib/other/sysconf.c (added)
-
lib/other/syslog.c (added)
-
lib/other/taskcall.c (added)
-
lib/other/telldir.c (added)
-
lib/other/termcap.c (added)
-
lib/other/ttyname.c (added)
-
lib/other/ttyslot.c (added)
-
lib/other/un-namespace.h (added)
-
lib/other/v8regerror.c (added)
-
lib/other/v8regexp.c (added)
-
lib/other/v8regsub.c (added)
-
lib/other/writev.c (added)
-
lib/posix (added)
-
lib/posix/.depend-ack (added)
-
lib/posix/.depend-gnu (added)
-
lib/posix/Makedepend-ack (added)
-
lib/posix/Makedepend-gnu (added)
-
lib/posix/Makefile (added)
-
lib/posix/Makefile.in (added)
-
lib/posix/__exit.c (added)
-
lib/posix/_access.c (added)
-
lib/posix/_alarm.c (added)
-
lib/posix/_cfgetispeed.c (added)
-
lib/posix/_cfgetospeed.c (added)
-
lib/posix/_cfsetispeed.c (added)
-
lib/posix/_cfsetospeed.c (added)
-
lib/posix/_chdir.c (added)
-
lib/posix/_chmod.c (added)
-
lib/posix/_chown.c (added)
-
lib/posix/_chroot.c (added)
-
lib/posix/_close.c (added)
-
lib/posix/_closedir.c (added)
-
lib/posix/_creat.c (added)
-
lib/posix/_dup.c (added)
-
lib/posix/_dup2.c (added)
-
lib/posix/_execl.c (added)
-
lib/posix/_execle.c (added)
-
lib/posix/_execlp.c (added)
-
lib/posix/_execv.c (added)
-
lib/posix/_execve.c (added)
-
lib/posix/_execvp.c (added)
-
lib/posix/_fcntl.c (added)
-
lib/posix/_fork.c (added)
-
lib/posix/_fpathconf.c (added)
-
lib/posix/_fstat.c (added)
-
lib/posix/_fstatfs.c (added)
-
lib/posix/_fsync.c (added)
-
lib/posix/_getcwd.c (added)
-
lib/posix/_getegid.c (added)
-
lib/posix/_geteuid.c (added)
-
lib/posix/_getgid.c (added)
-
lib/posix/_getgroups.c (added)
-
lib/posix/_getpgrp.c (added)
-
lib/posix/_getpid.c (added)
-
lib/posix/_getppid.c (added)
-
lib/posix/_getuid.c (added)
-
lib/posix/_ioctl.c (added)
-
lib/posix/_isatty.c (added)
-
lib/posix/_kill.c (added)
-
lib/posix/_link.c (added)
-
lib/posix/_lseek.c (added)
-
lib/posix/_lstat.c (added)
-
lib/posix/_mkdir.c (added)
-
lib/posix/_mkfifo.c (added)
-
lib/posix/_mknod.c (added)
-
lib/posix/_mount.c (added)
-
lib/posix/_open.c (added)
-
lib/posix/_opendir.c (added)
-
lib/posix/_pathconf.c (added)
-
lib/posix/_pause.c (added)
-
lib/posix/_pipe.c (added)
-
lib/posix/_ptrace.c (added)
-
lib/posix/_read.c (added)
-
lib/posix/_readdir.c (added)
-
lib/posix/_readlink.c (added)
-
lib/posix/_rename.c (added)
-
lib/posix/_rewinddir.c (added)
-
lib/posix/_rmdir.c (added)
-
lib/posix/_select.c (added)
-
lib/posix/_setgid.c (added)
-
lib/posix/_setsid.c (added)
-
lib/posix/_setuid.c (added)
-
lib/posix/_sigaction.c (added)
-
lib/posix/_sigpending.c (added)
-
lib/posix/_sigprocmask.c (added)
-
lib/posix/_sigreturn.c (added)
-
lib/posix/_sigset.c (added)
-
lib/posix/_sigsetjmp.c (added)
-
lib/posix/_sigsuspend.c (added)
-
lib/posix/_sleep.c (added)
-
lib/posix/_stat.c (added)
-
lib/posix/_stime.c (added)
-
lib/posix/_symlink.c (added)
-
lib/posix/_sync.c (added)
-
lib/posix/_tcdrain.c (added)
-
lib/posix/_tcflow.c (added)
-
lib/posix/_tcflush.c (added)
-
lib/posix/_tcgetattr.c (added)
-
lib/posix/_tcsendbreak.c (added)
-
lib/posix/_tcsetattr.c (added)
-
lib/posix/_time.c (added)
-
lib/posix/_times.c (added)
-
lib/posix/_truncate.c (added)
-
lib/posix/_umask.c (added)
-
lib/posix/_umount.c (added)
-
lib/posix/_uname.c (added)
-
lib/posix/_unlink.c (added)
-
lib/posix/_utime.c (added)
-
lib/posix/_wait.c (added)
-
lib/posix/_waitpid.c (added)
-
lib/posix/_write.c (added)
-
lib/posix/getloadavg.c (added)
-
lib/posix/getopt.c (added)
-
lib/posix/gettimeofday.c (added)
-
lib/posix/priority.c (added)
-
lib/posix/usleep.c (added)
-
lib/regex (added)
-
lib/regex/.depend-ack (added)
-
lib/regex/.depend-gnu (added)
-
lib/regex/COPYRIGHT (added)
-
lib/regex/Makedepend-ack (added)
-
lib/regex/Makedepend-gnu (added)
-
lib/regex/Makefile (added)
-
lib/regex/Makefile.in (added)
-
lib/regex/WHATSNEW (added)
-
lib/regex/cclass.h (added)
-
lib/regex/cname.h (added)
-
lib/regex/engine.c (added)
-
lib/regex/re_format.7 (added)
-
lib/regex/regcomp.c (added)
-
lib/regex/regerror.c (added)
-
lib/regex/regex.3 (added)
-
lib/regex/regex2.h (added)
-
lib/regex/regexec.c (added)
-
lib/regex/regfree.c (added)
-
lib/regex/utils.h (added)
-
lib/stdio (added)
-
lib/stdio/.depend-ack (added)
-
lib/stdio/.depend-gnu (added)
-
lib/stdio/Makedepend-ack (added)
-
lib/stdio/Makedepend-gnu (added)
-
lib/stdio/Makefile (added)
-
lib/stdio/Makefile.in (added)
-
lib/stdio/clearerr.c (added)
-
lib/stdio/data.c (added)
-
lib/stdio/doprnt.c (added)
-
lib/stdio/doscan.c (added)
-
lib/stdio/ecvt.c (added)
-
lib/stdio/fclose.c (added)
-
lib/stdio/feof.c (added)
-
lib/stdio/ferror.c (added)
-
lib/stdio/fflush.c (added)
-
lib/stdio/fgetc.c (added)
-
lib/stdio/fgetpos.c (added)
-
lib/stdio/fgets.c (added)
-
lib/stdio/fileno.c (added)
-
lib/stdio/fillbuf.c (added)
-
lib/stdio/flushbuf.c (added)
-
lib/stdio/fopen.c (added)
-
lib/stdio/fprintf.c (added)
-
lib/stdio/fputc.c (added)
-
lib/stdio/fputs.c (added)
-
lib/stdio/fread.c (added)
-
lib/stdio/freopen.c (added)
-
lib/stdio/fscanf.c (added)
-
lib/stdio/fseek.c (added)
-
lib/stdio/fsetpos.c (added)
-
lib/stdio/ftell.c (added)
-
lib/stdio/fwrite.c (added)
-
lib/stdio/getc.c (added)
-
lib/stdio/getchar.c (added)
-
lib/stdio/gets.c (added)
-
lib/stdio/icompute.c (added)
-
lib/stdio/loc_incl.h (added)
-
lib/stdio/mktemp.c (added)
-
lib/stdio/perror.c (added)
-
lib/stdio/printf.c (added)
-
lib/stdio/putc.c (added)
-
lib/stdio/putchar.c (added)
-
lib/stdio/puts.c (added)
-
lib/stdio/remove.c (added)
-
lib/stdio/rewind.c (added)
-
lib/stdio/scanf.c (added)
-
lib/stdio/setbuf.c (added)
-
lib/stdio/setvbuf.c (added)
-
lib/stdio/sprintf.c (added)
-
lib/stdio/sscanf.c (added)
-
lib/stdio/tmpfile.c (added)
-
lib/stdio/tmpnam.c (added)
-
lib/stdio/ungetc.c (added)
-
lib/stdio/vfprintf.c (added)
-
lib/stdio/vprintf.c (added)
-
lib/stdio/vscanf.c (added)
-
lib/stdio/vsprintf.c (added)
-
lib/stdio/vsscanf.c (added)
-
lib/syscall (added)
-
lib/syscall/.depend-ack (added)
-
lib/syscall/.depend-gnu (added)
-
lib/syscall/Makedepend-ack (added)
-
lib/syscall/Makedepend-gnu (added)
-
lib/syscall/Makefile (added)
-
lib/syscall/Makefile.in (added)
-
lib/syscall/_exit.s (added)
-
lib/syscall/_pm_findproc.s (added)
-
lib/syscall/access.s (added)
-
lib/syscall/alarm.s (added)
-
lib/syscall/allocmem.s (added)
-
lib/syscall/brk.s (added)
-
lib/syscall/cfgetispeed.s (added)
-
lib/syscall/cfgetospeed.s (added)
-
lib/syscall/cfsetispeed.s (added)
-
lib/syscall/cfsetospeed.s (added)
-
lib/syscall/chdir.s (added)
-
lib/syscall/chmod.s (added)
-
lib/syscall/chown.s (added)
-
lib/syscall/chroot.s (added)
-
lib/syscall/close.s (added)
-
lib/syscall/closedir.s (added)
-
lib/syscall/creat.s (added)
-
lib/syscall/devctl.s (added)
-
lib/syscall/dup.s (added)
-
lib/syscall/dup2.s (added)
-
lib/syscall/execl.s (added)
-
lib/syscall/execle.s (added)
-
lib/syscall/execlp.s (added)
-
lib/syscall/execv.s (added)
-
lib/syscall/execve.s (added)
-
lib/syscall/execvp.s (added)
-
lib/syscall/fcntl.s (added)
-
lib/syscall/fork.s (added)
-
lib/syscall/fpathconf.s (added)
-
lib/syscall/freemem.s (added)
-
lib/syscall/fstat.s (added)
-
lib/syscall/fstatfs.s (added)
-
lib/syscall/getcwd.s (added)
-
lib/syscall/getegid.s (added)
-
lib/syscall/geteuid.s (added)
-
lib/syscall/getgid.s (added)
-
lib/syscall/getgroups.s (added)
-
lib/syscall/getnpid.s (added)
-
lib/syscall/getnprocnr.s (added)
-
lib/syscall/getpgrp.s (added)
-
lib/syscall/getpid.s (added)
-
lib/syscall/getppid.s (added)
-
lib/syscall/getpprocnr.s (added)
-
lib/syscall/getprocnr.s (added)
-
lib/syscall/getsigset.s (added)
-
lib/syscall/getsysinfo.s (added)
-
lib/syscall/getuid.s (added)
-
lib/syscall/ioctl.s (added)
-
lib/syscall/isatty.s (added)
-
lib/syscall/kill.s (added)
-
lib/syscall/link.s (added)
-
lib/syscall/lseek.s (added)
-
lib/syscall/lstat.s (added)
-
lib/syscall/mkdir.s (added)
-
lib/syscall/mkfifo.s (added)
-
lib/syscall/mknod.s (added)
-
lib/syscall/mount.s (added)
-
lib/syscall/open.s (added)
-
lib/syscall/opendir.s (added)
-
lib/syscall/pathconf.s (added)
-
lib/syscall/pause.s (added)
-
lib/syscall/pipe.s (added)
-
lib/syscall/ptrace.s (added)
-
lib/syscall/read.s (added)
-
lib/syscall/readdir.s (added)
-
lib/syscall/readlink.s (added)
-
lib/syscall/reboot.s (added)
-
lib/syscall/rename.s (added)
-
lib/syscall/rewinddir.s (added)
-
lib/syscall/rmdir.s (added)
-
lib/syscall/sbrk.s (added)
-
lib/syscall/seekdir.s (added)
-
lib/syscall/setgid.s (added)
-
lib/syscall/setsid.s (added)
-
lib/syscall/setuid.s (added)
-
lib/syscall/sigaction.s (added)
-
lib/syscall/sigaddset.s (added)
-
lib/syscall/sigdelset.s (added)
-
lib/syscall/sigemptyset.s (added)
-
lib/syscall/sigfillset.s (added)
-
lib/syscall/sigismember.s (added)
-
lib/syscall/sigpending.s (added)
-
lib/syscall/sigprocmask.s (added)
-
lib/syscall/sigreturn.s (added)
-
lib/syscall/sigsuspend.s (added)
-
lib/syscall/sleep.s (added)
-
lib/syscall/stat.s (added)
-
lib/syscall/stime.s (added)
-
lib/syscall/svrctl.s (added)
-
lib/syscall/symlink.s (added)
-
lib/syscall/sync.s (added)
-
lib/syscall/tcdrain.s (added)
-
lib/syscall/tcflow.s (added)
-
lib/syscall/tcflush.s (added)
-
lib/syscall/tcgetattr.s (added)
-
lib/syscall/tcsendbreak.s (added)
-
lib/syscall/tcsetattr.s (added)
-
lib/syscall/time.s (added)
-
lib/syscall/times.s (added)
-
lib/syscall/truncate.s (added)
-
lib/syscall/umask.s (added)
-
lib/syscall/umount.s (added)
-
lib/syscall/uname.s (added)
-
lib/syscall/unlink.s (added)
-
lib/syscall/utime.s (added)
-
lib/syscall/wait.s (added)
-
lib/syscall/waitpid.s (added)
-
lib/syscall/write.s (added)
-
lib/syslib (added)
-
lib/syslib/.depend-ack (added)
-
lib/syslib/.depend-gnu (added)
-
lib/syslib/Makedepend-ack (added)
-
lib/syslib/Makedepend-gnu (added)
-
lib/syslib/Makefile (added)
-
lib/syslib/Makefile.in (added)
-
lib/syslib/assert.c (added)
-
lib/syslib/panic.c (added)
-
lib/syslib/pci.h (added)
-
lib/syslib/pci_attr_r16.c (added)
-
lib/syslib/pci_attr_r32.c (added)
-
lib/syslib/pci_attr_r8.c (added)
-
lib/syslib/pci_attr_w16.c (added)
-
lib/syslib/pci_attr_w32.c (added)
-
lib/syslib/pci_attr_w8.c (added)
-
lib/syslib/pci_dev_name.c (added)
-
lib/syslib/pci_find_dev.c (added)
-
lib/syslib/pci_first_dev.c (added)
-
lib/syslib/pci_ids.c (added)
-
lib/syslib/pci_init.c (added)
-
lib/syslib/pci_init1.c (added)
-
lib/syslib/pci_next_dev.c (added)
-
lib/syslib/pci_rescan_bus.c (added)
-
lib/syslib/pci_reserve.c (added)
-
lib/syslib/pci_slot_name.c (added)
-
lib/syslib/sys_abort.c (added)
-
lib/syslib/sys_endsig.c (added)
-
lib/syslib/sys_eniop.c (added)
-
lib/syslib/sys_exec.c (added)
-
lib/syslib/sys_exit.c (added)
-
lib/syslib/sys_fork.c (added)
-
lib/syslib/sys_getinfo.c (added)
-
lib/syslib/sys_getsig.c (added)
-
lib/syslib/sys_in.c (added)
-
lib/syslib/sys_int86.c (added)
-
lib/syslib/sys_irqctl.c (added)
-
lib/syslib/sys_kill.c (added)
-
lib/syslib/sys_memset.c (added)
-
lib/syslib/sys_newmap.c (added)
-
lib/syslib/sys_nice.c (added)
-
lib/syslib/sys_out.c (added)
-
lib/syslib/sys_physcopy.c (added)
-
lib/syslib/sys_privctl.c (added)
-
lib/syslib/sys_sdevio.c (added)
-
lib/syslib/sys_segctl.c (added)
-
lib/syslib/sys_setalarm.c (added)
-
lib/syslib/sys_sigreturn.c (added)
-
lib/syslib/sys_sigsend.c (added)
-
lib/syslib/sys_svrctl.c (added)
-
lib/syslib/sys_times.c (added)
-
lib/syslib/sys_trace.c (added)
-
lib/syslib/sys_umap.c (added)
-
lib/syslib/sys_vinb.c (added)
-
lib/syslib/sys_vinl.c (added)
-
lib/syslib/sys_vinw.c (added)
-
lib/syslib/sys_vircopy.c (added)
-
lib/syslib/sys_vm_map.c (added)
-
lib/syslib/sys_vm_setbuf.c (added)
-
lib/syslib/sys_voutb.c (added)
-
lib/syslib/sys_voutl.c (added)
-
lib/syslib/sys_voutw.c (added)
-
lib/syslib/syslib.h (added)
-
lib/syslib/taskcall.c (added)
-
lib/sysutil (added)
-
lib/sysutil/.depend-ack (added)
-
lib/sysutil/.depend-gnu (added)
-
lib/sysutil/Makedepend-ack (added)
-
lib/sysutil/Makedepend-gnu (added)
-
lib/sysutil/Makefile (added)
-
lib/sysutil/Makefile.in (added)
-
lib/sysutil/env_get_prm.c (added)
-
lib/sysutil/env_panic.c (added)
-
lib/sysutil/env_parse.c (added)
-
lib/sysutil/env_prefix.c (added)
-
lib/sysutil/fkey_ctl.c (added)
-
lib/sysutil/getuptime.c (added)
-
lib/sysutil/kmalloc.c (added)
-
lib/sysutil/kprintf.c (added)
-
lib/sysutil/kputc.c (added)
-
lib/sysutil/report.c (added)
-
lib/sysutil/sysutil.h (added)
-
lib/sysutil/taskcall.c (added)
-
lib/sysutil/tickdelay.c (added)
-
lib/timers (added)
-
lib/timers/.depend-ack (added)
-
lib/timers/.depend-gnu (added)
-
lib/timers/Makedepend-ack (added)
-
lib/timers/Makedepend-gnu (added)
-
lib/timers/Makefile (added)
-
lib/timers/Makefile.in (added)
-
lib/timers/timers.h (added)
-
lib/timers/tmrs_clr.c (added)
-
lib/timers/tmrs_exp.c (added)
-
lib/timers/tmrs_set.c (added)
-
lib/util (added)
-
lib/util/.depend-ack (added)
-
lib/util/.depend-gnu (added)
-
lib/util/Makedepend-ack (added)
-
lib/util/Makedepend-gnu (added)
-
lib/util/Makefile (added)
-
lib/util/Makefile.in (added)
-
lib/util/openpty.c (added)
-
lib/zlib-1.2.3 (added)
-
lib/zlib-1.2.3/.depend-ack (added)
-
lib/zlib-1.2.3/.depend-gnu (added)
-
lib/zlib-1.2.3/ChangeLog (added)
-
lib/zlib-1.2.3/FAQ (added)
-
lib/zlib-1.2.3/INDEX (added)
-
lib/zlib-1.2.3/Makedepend-ack (added)
-
lib/zlib-1.2.3/Makedepend-gnu (added)
-
lib/zlib-1.2.3/Makefile (added)
-
lib/zlib-1.2.3/Makefile.in (added)
-
lib/zlib-1.2.3/README (added)
-
lib/zlib-1.2.3/adler32.c (added)
-
lib/zlib-1.2.3/algorithm.txt (added)
-
lib/zlib-1.2.3/amiga (added)
-
lib/zlib-1.2.3/amiga/Makefile.pup (added)
-
lib/zlib-1.2.3/amiga/Makefile.sas (added)
-
lib/zlib-1.2.3/as400 (added)
-
lib/zlib-1.2.3/as400/bndsrc (added)
-
lib/zlib-1.2.3/as400/compile.clp (added)
-
lib/zlib-1.2.3/as400/readme.txt (added)
-
lib/zlib-1.2.3/as400/zlib.inc (added)
-
lib/zlib-1.2.3/compress.c (added)
-
lib/zlib-1.2.3/configure (added)
-
lib/zlib-1.2.3/contrib (added)
-
lib/zlib-1.2.3/contrib/README.contrib (added)
-
lib/zlib-1.2.3/contrib/ada (added)
-
lib/zlib-1.2.3/contrib/ada/buffer_demo.adb (added)
-
lib/zlib-1.2.3/contrib/ada/mtest.adb (added)
-
lib/zlib-1.2.3/contrib/ada/read.adb (added)
-
lib/zlib-1.2.3/contrib/ada/readme.txt (added)
-
lib/zlib-1.2.3/contrib/ada/test.adb (added)
-
lib/zlib-1.2.3/contrib/ada/zlib-streams.adb (added)
-
lib/zlib-1.2.3/contrib/ada/zlib-streams.ads (added)
-
lib/zlib-1.2.3/contrib/ada/zlib-thin.adb (added)
-
lib/zlib-1.2.3/contrib/ada/zlib-thin.ads (added)
-
lib/zlib-1.2.3/contrib/ada/zlib.adb (added)
-
lib/zlib-1.2.3/contrib/ada/zlib.ads (added)
-
lib/zlib-1.2.3/contrib/ada/zlib.gpr (added)
-
lib/zlib-1.2.3/contrib/asm586 (added)
-
lib/zlib-1.2.3/contrib/asm586/README.586 (added)
-
lib/zlib-1.2.3/contrib/asm586/match.S (added)
-
lib/zlib-1.2.3/contrib/asm686 (added)
-
lib/zlib-1.2.3/contrib/asm686/README.686 (added)
-
lib/zlib-1.2.3/contrib/asm686/match.S (added)
-
lib/zlib-1.2.3/contrib/blast (added)
-
lib/zlib-1.2.3/contrib/blast/Makefile (added)
-
lib/zlib-1.2.3/contrib/blast/README (added)
-
lib/zlib-1.2.3/contrib/blast/blast.c (added)
-
lib/zlib-1.2.3/contrib/blast/blast.h (added)
-
lib/zlib-1.2.3/contrib/blast/test.pk (added)
-
lib/zlib-1.2.3/contrib/blast/test.txt (added)
-
lib/zlib-1.2.3/contrib/delphi (added)
-
lib/zlib-1.2.3/contrib/delphi/ZLib.pas (added)
-
lib/zlib-1.2.3/contrib/delphi/ZLibConst.pas (added)
-
lib/zlib-1.2.3/contrib/delphi/readme.txt (added)
-
lib/zlib-1.2.3/contrib/delphi/zlibd32.mak (added)
-
lib/zlib-1.2.3/contrib/dotzlib (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib.build (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib.chm (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib.sln (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/AssemblyInfo.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/ChecksumImpl.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/CircularBuffer.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/CodecBase.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/Deflater.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/DotZLib.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/DotZLib.csproj (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/GZipStream.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/Inflater.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/DotZLib/UnitTests.cs (added)
-
lib/zlib-1.2.3/contrib/dotzlib/LICENSE_1_0.txt (added)
-
lib/zlib-1.2.3/contrib/dotzlib/readme.txt (added)
-
lib/zlib-1.2.3/contrib/infback9 (added)
-
lib/zlib-1.2.3/contrib/infback9/README (added)
-
lib/zlib-1.2.3/contrib/infback9/infback9.c (added)
-
lib/zlib-1.2.3/contrib/infback9/infback9.h (added)
-
lib/zlib-1.2.3/contrib/infback9/inffix9.h (added)
-
lib/zlib-1.2.3/contrib/infback9/inflate9.h (added)
-
lib/zlib-1.2.3/contrib/infback9/inftree9.c (added)
-
lib/zlib-1.2.3/contrib/infback9/inftree9.h (added)
-
lib/zlib-1.2.3/contrib/inflate86 (added)
-
lib/zlib-1.2.3/contrib/inflate86/inffas86.c (added)
-
lib/zlib-1.2.3/contrib/inflate86/inffast.S (added)
-
lib/zlib-1.2.3/contrib/iostream (added)
-
lib/zlib-1.2.3/contrib/iostream/test.cpp (added)
-
lib/zlib-1.2.3/contrib/iostream/zfstream.cpp (added)
-
lib/zlib-1.2.3/contrib/iostream/zfstream.h (added)
-
lib/zlib-1.2.3/contrib/iostream2 (added)
-
lib/zlib-1.2.3/contrib/iostream2/zstream.h (added)
-
lib/zlib-1.2.3/contrib/iostream2/zstream_test.cpp (added)
-
lib/zlib-1.2.3/contrib/iostream3 (added)
-
lib/zlib-1.2.3/contrib/iostream3/README (added)
-
lib/zlib-1.2.3/contrib/iostream3/TODO (added)
-
lib/zlib-1.2.3/contrib/iostream3/test.cc (added)
-
lib/zlib-1.2.3/contrib/iostream3/zfstream.cc (added)
-
lib/zlib-1.2.3/contrib/iostream3/zfstream.h (added)
-
lib/zlib-1.2.3/contrib/masm686 (added)
-
lib/zlib-1.2.3/contrib/masm686/match.asm (added)
-
lib/zlib-1.2.3/contrib/masmx64 (added)
-
lib/zlib-1.2.3/contrib/masmx64/bld_ml64.bat (added)
-
lib/zlib-1.2.3/contrib/masmx64/gvmat64.asm (added)
-
lib/zlib-1.2.3/contrib/masmx64/gvmat64.obj (added)
-
lib/zlib-1.2.3/contrib/masmx64/inffas8664.c (added)
-
lib/zlib-1.2.3/contrib/masmx64/inffasx64.asm (added)
-
lib/zlib-1.2.3/contrib/masmx64/inffasx64.obj (added)
-
lib/zlib-1.2.3/contrib/masmx64/readme.txt (added)
-
lib/zlib-1.2.3/contrib/masmx86 (added)
-
lib/zlib-1.2.3/contrib/masmx86/bld_ml32.bat (added)
-
lib/zlib-1.2.3/contrib/masmx86/gvmat32.asm (added)
-
lib/zlib-1.2.3/contrib/masmx86/gvmat32.obj (added)
-
lib/zlib-1.2.3/contrib/masmx86/gvmat32c.c (added)
-
lib/zlib-1.2.3/contrib/masmx86/inffas32.asm (added)
-
lib/zlib-1.2.3/contrib/masmx86/inffas32.obj (added)
-
lib/zlib-1.2.3/contrib/masmx86/mkasm.bat (added)
-
lib/zlib-1.2.3/contrib/masmx86/readme.txt (added)
-
lib/zlib-1.2.3/contrib/minizip (added)
-
lib/zlib-1.2.3/contrib/minizip/ChangeLogUnzip (added)
-
lib/zlib-1.2.3/contrib/minizip/Makefile (added)
-
lib/zlib-1.2.3/contrib/minizip/crypt.h (added)
-
lib/zlib-1.2.3/contrib/minizip/ioapi.c (added)
-
lib/zlib-1.2.3/contrib/minizip/ioapi.h (added)
-
lib/zlib-1.2.3/contrib/minizip/iowin32.c (added)
-
lib/zlib-1.2.3/contrib/minizip/iowin32.h (added)
-
lib/zlib-1.2.3/contrib/minizip/miniunz.c (added)
-
lib/zlib-1.2.3/contrib/minizip/minizip.c (added)
-
lib/zlib-1.2.3/contrib/minizip/mztools.c (added)
-
lib/zlib-1.2.3/contrib/minizip/mztools.h (added)
-
lib/zlib-1.2.3/contrib/minizip/unzip.c (added)
-
lib/zlib-1.2.3/contrib/minizip/unzip.h (added)
-
lib/zlib-1.2.3/contrib/minizip/zip.c (added)
-
lib/zlib-1.2.3/contrib/minizip/zip.h (added)
-
lib/zlib-1.2.3/contrib/pascal (added)
-
lib/zlib-1.2.3/contrib/pascal/example.pas (added)
-
lib/zlib-1.2.3/contrib/pascal/readme.txt (added)
-
lib/zlib-1.2.3/contrib/pascal/zlibd32.mak (added)
-
lib/zlib-1.2.3/contrib/pascal/zlibpas.pas (added)
-
lib/zlib-1.2.3/contrib/puff (added)
-
lib/zlib-1.2.3/contrib/puff/Makefile (added)
-
lib/zlib-1.2.3/contrib/puff/README (added)
-
lib/zlib-1.2.3/contrib/puff/puff.c (added)
-
lib/zlib-1.2.3/contrib/puff/puff.h (added)
-
lib/zlib-1.2.3/contrib/puff/zeros.raw (added)
-
lib/zlib-1.2.3/contrib/testzlib (added)
-
lib/zlib-1.2.3/contrib/testzlib/testzlib.c (added)
-
lib/zlib-1.2.3/contrib/testzlib/testzlib.txt (added)
-
lib/zlib-1.2.3/contrib/untgz (added)
-
lib/zlib-1.2.3/contrib/untgz/Makefile (added)
-
lib/zlib-1.2.3/contrib/untgz/Makefile.msc (added)
-
lib/zlib-1.2.3/contrib/untgz/untgz.c (added)
-
lib/zlib-1.2.3/contrib/vstudio (added)
-
lib/zlib-1.2.3/contrib/vstudio/readme.txt (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7 (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/miniunz.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/minizip.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/testzlib.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/zlib.rc (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/zlibstat.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/zlibvc.def (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/zlibvc.sln (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc7/zlibvc.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8 (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/miniunz.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/minizip.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/testzlib.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/testzlibdll.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/zlib.rc (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/zlibstat.vcproj (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/zlibvc.def (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/zlibvc.sln (added)
-
lib/zlib-1.2.3/contrib/vstudio/vc8/zlibvc.vcproj (added)
-
lib/zlib-1.2.3/crc32.c (added)
-
lib/zlib-1.2.3/crc32.h (added)
-
lib/zlib-1.2.3/deflate.c (added)
-
lib/zlib-1.2.3/deflate.h (added)
-
lib/zlib-1.2.3/example.c (added)
-
lib/zlib-1.2.3/examples (added)
-
lib/zlib-1.2.3/examples/README.examples (added)
-
lib/zlib-1.2.3/examples/fitblk.c (added)
-
lib/zlib-1.2.3/examples/gun.c (added)
-
lib/zlib-1.2.3/examples/gzappend.c (added)
-
lib/zlib-1.2.3/examples/gzjoin.c (added)
-
lib/zlib-1.2.3/examples/gzlog.c (added)
-
lib/zlib-1.2.3/examples/gzlog.h (added)
-
lib/zlib-1.2.3/examples/zlib_how.html (added)
-
lib/zlib-1.2.3/examples/zpipe.c (added)
-
lib/zlib-1.2.3/examples/zran.c (added)
-
lib/zlib-1.2.3/gzio.c (added)
-
lib/zlib-1.2.3/infback.c (added)
-
lib/zlib-1.2.3/inffast.c (added)
-
lib/zlib-1.2.3/inffast.h (added)
-
lib/zlib-1.2.3/inffixed.h (added)
-
lib/zlib-1.2.3/inflate.c (added)
-
lib/zlib-1.2.3/inflate.h (added)
-
lib/zlib-1.2.3/inftrees.c (added)
-
lib/zlib-1.2.3/inftrees.h (added)
-
lib/zlib-1.2.3/make_vms.com (added)
-
lib/zlib-1.2.3/minigzip.c (added)
-
lib/zlib-1.2.3/msdos (added)
-
lib/zlib-1.2.3/msdos/Makefile.bor (added)
-
lib/zlib-1.2.3/msdos/Makefile.dj2 (added)
-
lib/zlib-1.2.3/msdos/Makefile.emx (added)
-
lib/zlib-1.2.3/msdos/Makefile.msc (added)
-
lib/zlib-1.2.3/msdos/Makefile.tc (added)
-
lib/zlib-1.2.3/old (added)
-
lib/zlib-1.2.3/old/Makefile.riscos (added)
-
lib/zlib-1.2.3/old/README (added)
-
lib/zlib-1.2.3/old/descrip.mms (added)
-
lib/zlib-1.2.3/old/os2 (added)
-
lib/zlib-1.2.3/old/os2/Makefile.os2 (added)
-
lib/zlib-1.2.3/old/os2/zlib.def (added)
-
lib/zlib-1.2.3/old/visual-basic.txt (added)
-
lib/zlib-1.2.3/old/zlib.html (added)
-
lib/zlib-1.2.3/projects (added)
-
lib/zlib-1.2.3/projects/README.projects (added)
-
lib/zlib-1.2.3/projects/visualc6 (added)
-
lib/zlib-1.2.3/projects/visualc6/README.txt (added)
-
lib/zlib-1.2.3/projects/visualc6/example.dsp (added)
-
lib/zlib-1.2.3/projects/visualc6/minigzip.dsp (added)
-
lib/zlib-1.2.3/projects/visualc6/zlib.dsp (added)
-
lib/zlib-1.2.3/projects/visualc6/zlib.dsw (added)
-
lib/zlib-1.2.3/qnx (added)
-
lib/zlib-1.2.3/qnx/package.qpg (added)
-
lib/zlib-1.2.3/trees.c (added)
-
lib/zlib-1.2.3/trees.h (added)
-
lib/zlib-1.2.3/uncompr.c (added)
-
lib/zlib-1.2.3/win32 (added)
-
lib/zlib-1.2.3/win32/DLL_FAQ.txt (added)
-
lib/zlib-1.2.3/win32/Makefile.bor (added)
-
lib/zlib-1.2.3/win32/Makefile.emx (added)
-
lib/zlib-1.2.3/win32/Makefile.gcc (added)
-
lib/zlib-1.2.3/win32/Makefile.msc (added)
-
lib/zlib-1.2.3/win32/VisualC.txt (added)
-
lib/zlib-1.2.3/win32/zlib.def (added)
-
lib/zlib-1.2.3/win32/zlib1.rc (added)
-
lib/zlib-1.2.3/zconf.h (added)
-
lib/zlib-1.2.3/zconf.in.h (added)
-
lib/zlib-1.2.3/zlib.3 (added)
-
lib/zlib-1.2.3/zlib.h (added)
-
lib/zlib-1.2.3/zutil.c (added)
-
lib/zlib-1.2.3/zutil.h (added)
-
man (added)
-
man/Makefile (added)
-
man/macros.9 (added)
-
man/man1 (added)
-
man/man1/M.1 (added)
-
man/man1/acd.1 (added)
-
man/man1/anm.1 (added)
-
man/man1/ar.1 (added)
-
man/man1/ash.1 (added)
-
man/man1/asize.1 (added)
-
man/man1/at.1 (added)
-
man/man1/banner.1 (added)
-
man/man1/basename.1 (added)
-
man/man1/bc.1 (added)
-
man/man1/bsfilt.1 (added)
-
man/man1/cal.1 (added)
-
man/man1/calendar.1 (added)
-
man/man1/cat.1 (added)
-
man/man1/cawf.1 (added)
-
man/man1/cc.1 (added)
-
man/man1/cdiff.1 (added)
-
man/man1/cgrep.1 (added)
-
man/man1/chgrp.1 (added)
-
man/man1/chmem.1 (added)
-
man/man1/chmod.1 (added)
-
man/man1/cksum.1 (added)
-
man/man1/clear.1 (added)
-
man/man1/cmp.1 (added)
-
man/man1/comm.1 (added)
-
man/man1/compress.1 (added)
-
man/man1/cp.1 (added)
-
man/man1/crc.1 (added)
-
man/man1/crontab.1 (added)
-
man/man1/ctags.1 (added)
-
man/man1/cut.1 (added)
-
man/man1/date.1 (added)
-
man/man1/dd.1 (added)
-
man/man1/df.1 (added)
-
man/man1/dhrystone.1 (added)
-
man/man1/diff.1 (added)
-
man/man1/dosdir.1 (added)
-
man/man1/dosread.1 (added)
-
man/man1/doswrite.1 (added)
-
man/man1/du.1 (added)
-
man/man1/easypack.1 (added)
-
man/man1/echo.1 (added)
-
man/man1/ed.1 (added)
-
man/man1/eject.1 (added)
-
man/man1/elvis.1 (added)
-
man/man1/elvrec.1 (added)
-
man/man1/env.1 (added)
-
man/man1/expand.1 (added)
-
man/man1/expr.1 (added)
-
man/man1/factor.1 (added)
-
man/man1/fgrep.1 (added)
-
man/man1/file.1 (added)
-
man/man1/find.1 (added)
-
man/man1/finger.1 (added)
-
man/man1/flex.1 (added)
-
man/man1/flexdoc.1 (added)
-
man/man1/fmt.1 (added)
-
man/man1/fold.1 (added)
-
man/man1/format.1 (added)
-
man/man1/fortune.1 (added)
-
man/man1/fsck.1 (added)
-
man/man1/grep.1 (added)
-
man/man1/head.1 (added)
-
man/man1/host.1 (added)
-
man/man1/hostaddr.1 (added)
-
man/man1/id.1 (added)
-
man/man1/ifdef.1 (added)
-
man/man1/install.1 (added)
-
man/man1/isodir.1 (added)
-
man/man1/isoinfo.1 (added)
-
man/man1/isoread.1 (added)
-
man/man1/join.1 (added)
-
man/man1/kill.1 (added)
-
man/man1/last.1 (added)
-
man/man1/leave.1 (added)
-
man/man1/loadfont.1 (added)
-
man/man1/loadkeys.1 (added)
-
man/man1/logger.1 (added)
-
man/man1/login.1 (added)
-
man/man1/look.1 (added)
-
man/man1/lp.1 (added)
-
man/man1/ls.1 (added)
-
man/man1/mail.1 (added)
-
man/man1/make.1 (added)
-
man/man1/makewhatis.1 (added)
-
man/man1/man.1 (added)
-
man/man1/mdb.1 (added)
-
man/man1/mesg.1 (added)
-
man/man1/mixer.1 (added)
-
man/man1/mkdir.1 (added)
-
man/man1/mkfifo.1 (added)
-
man/man1/mkfs.1 (added)
-
man/man1/mkproto.1 (added)
-
man/man1/modem.1 (added)
-
man/man1/mount.1 (added)
-
man/man1/mt.1 (added)
-
man/man1/nice.1 (added)
-
man/man1/nm.1 (added)
-
man/man1/od.1 (added)
-
man/man1/passwd.1 (added)
-
man/man1/paste.1 (added)
-
man/man1/patch.1 (added)
-
man/man1/playwave.1 (added)
-
man/man1/postmort.1 (added)
-
man/man1/pr.1 (added)
-
man/man1/prep.1 (added)
-
man/man1/ps.1 (added)
-
man/man1/pwd.1 (added)
-
man/man1/rcp.1 (added)
-
man/man1/readall.1 (added)
-
man/man1/readfs.1 (added)
-
man/man1/recwave.1 (added)
-
man/man1/ref.1 (added)
-
man/man1/remsync.1 (added)
-
man/man1/rget.1 (added)
-
man/man1/rlogin.1 (added)
-
man/man1/rmdir.1 (added)
-
man/man1/rsh.1 (added)
-
man/man1/rz.1 (added)
-
man/man1/sed.1 (added)
-
man/man1/shar.1 (added)
-
man/man1/size.1 (added)
-
man/man1/sleep.1 (added)
-
man/man1/sort.1 (added)
-
man/man1/spell.1 (added)
-
man/man1/split.1 (added)
-
man/man1/stat.1 (added)
-
man/man1/strings.1 (added)
-
man/man1/strip.1 (added)
-
man/man1/stty.1 (added)
-
man/man1/su.1 (added)
-
man/man1/sum.1 (added)
-
man/man1/svc.1 (added)
-
man/man1/synctree.1 (added)
-
man/man1/sysenv.1 (added)
-
man/man1/sz.1 (added)
-
man/man1/tail.1 (added)
-
man/man1/tar.1 (added)
-
man/man1/tee.1 (added)
-
man/man1/telnet.1 (added)
-
man/man1/template.1 (added)
-
man/man1/term.1 (added)
-
man/man1/termcap.1 (added)
-
man/man1/tget.1 (added)
-
man/man1/time.1 (added)
-
man/man1/top.1 (added)
-
man/man1/touch.1 (added)
-
man/man1/tr.1 (added)
-
man/man1/true.1 (added)
-
man/man1/truncate.1 (added)
-
man/man1/tsort.1 (added)
-
man/man1/tty.1 (added)
-
man/man1/umount.1 (added)
-
man/man1/uname.1 (added)
-
man/man1/unexpand.1 (added)
-
man/man1/uniq.1 (added)
-
man/man1/uud.1 (added)
-
man/man1/uue.1 (added)
-
man/man1/vol.1 (added)
-
man/man1/wc.1 (added)
-
man/man1/whatis.1 (added)
-
man/man1/whereis.1 (added)
-
man/man1/which.1 (added)
-
man/man1/who.1 (added)
-
man/man1/whoami.1 (added)
-
man/man1/write.1 (added)
-
man/man1/xargs.1 (added)
-
man/man1/yacc.1 (added)
-
man/man1/yap.1 (added)
-
man/man1/yes.1 (added)
-
man/man2 (added)
-
man/man2/access.2 (added)
-
man/man2/alarm.2 (added)
-
man/man2/brk.2 (added)
-
man/man2/chdir.2 (added)
-
man/man2/chmod.2 (added)
-
man/man2/chown.2 (added)
-
man/man2/chroot.2 (added)
-
man/man2/close.2 (added)
-
man/man2/creat.2 (added)
-
man/man2/dup.2 (added)
-
man/man2/execve.2 (added)
-
man/man2/exit.2 (added)
-
man/man2/fcntl.2 (added)
-
man/man2/fork.2 (added)
-
man/man2/getgid.2 (added)
-
man/man2/getpid.2 (added)
-
man/man2/getpriority.2 (added)
-
man/man2/gettimeofday.2 (added)
-
man/man2/getuid.2 (added)
-
man/man2/intro.2 (added)
-
man/man2/ioctl.2 (added)
-
man/man2/kill.2 (added)
-
man/man2/link.2 (added)
-
man/man2/lseek.2 (added)
-
man/man2/mkdir.2 (added)
-
man/man2/mknod.2 (added)
-
man/man2/mount.2 (added)
-
man/man2/open.2 (added)
-
man/man2/pause.2 (added)
-
man/man2/pipe.2 (added)
-
man/man2/ptrace.2 (added)
-
man/man2/read.2 (added)
-
man/man2/readlink.2 (added)
-
man/man2/reboot.2 (added)
-
man/man2/rename.2 (added)
-
man/man2/rmdir.2 (added)
-
man/man2/select.2 (added)
-
man/man2/setsid.2 (added)
-
man/man2/setuid.2 (added)
-
man/man2/sigaction.2 (added)
-
man/man2/sigpending.2 (added)
-
man/man2/sigprocmask.2 (added)
-
man/man2/sigsuspend.2 (added)
-
man/man2/stat.2 (added)
-
man/man2/svrctl.2 (added)
-
man/man2/symlink.2 (added)
-
man/man2/sync.2 (added)
-
man/man2/time.2 (added)
-
man/man2/times.2 (added)
-
man/man2/truncate.2 (added)
-
man/man2/umask.2 (added)
-
man/man2/uname.2 (added)
-
man/man2/unlink.2 (added)
-
man/man2/utime.2 (added)
-
man/man2/wait.2 (added)
-
man/man2/write.2 (added)
-
man/man3 (added)
-
man/man3/abort.3 (added)
-
man/man3/abs.3 (added)
-
man/man3/assert.3 (added)
-
man/man3/atof.3 (added)
-
man/man3/bstring.3 (added)
-
man/man3/configfile.3 (added)
-
man/man3/crypt.3 (added)
-
man/man3/ctime.3 (added)
-
man/man3/ctype.3 (added)
-
man/man3/curses.3 (added)
-
man/man3/directory.3 (added)
-
man/man3/editline.3 (added)
-
man/man3/end.3 (added)
-
man/man3/execl.3 (added)
-
man/man3/exit.3 (added)
-
man/man3/fclose.3 (added)
-
man/man3/ferror.3 (added)
-
man/man3/fopen.3 (added)
-
man/man3/fread.3 (added)
-
man/man3/fseek.3 (added)
-
man/man3/g_h_b_n.3 (added)
-
man/man3/getc.3 (added)
-
man/man3/getcwd.3 (added)
-
man/man3/getenv.3 (added)
-
man/man3/getgrent.3 (added)
-
man/man3/getloadavg.3 (added)
-
man/man3/getlogin.3 (added)
-
man/man3/getopt.3 (added)
-
man/man3/getpass.3 (added)
-
man/man3/getpwent.3 (added)
-
man/man3/gets.3 (added)
-
man/man3/getservent.3 (added)
-
man/man3/getttyent.3 (added)
-
man/man3/hton.3 (added)
-
man/man3/int64.3 (added)
-
man/man3/malloc.3 (added)
-
man/man3/oneC_sum.3 (added)
-
man/man3/openpty.3 (added)
-
man/man3/popen.3 (added)
-
man/man3/printf.3 (added)
-
man/man3/putc.3 (added)
-
man/man3/puts.3 (added)
-
man/man3/qsort.3 (added)
-
man/man3/rand.3 (added)
-
man/man3/random.3 (added)
-
man/man3/rcmd.3 (added)
-
man/man3/regex.3 (added)
-
man/man3/resolver.3 (added)
-
man/man3/scanf.3 (added)
-
man/man3/servxcheck.3 (added)
-
man/man3/setbuf.3 (added)
-
man/man3/sigset.3 (added)
-
man/man3/sleep.3 (added)
-
man/man3/stdarg.3 (added)
-
man/man3/stdio.3 (added)
-
man/man3/string.3 (added)
-
man/man3/syslog.3 (added)
-
man/man3/system.3 (added)
-
man/man3/termcap.3 (added)
-
man/man3/termios.3 (added)
-
man/man3/ttyname.3 (added)
-
man/man3/ttyslot.3 (added)
-
man/man3/ungetc.3 (added)
-
man/man4 (added)
-
man/man4/console.4 (added)
-
man/man4/controller.4 (added)
-
man/man4/dev.4 (added)
-
man/man4/fd.4 (added)
-
man/man4/ip.4 (added)
-
man/man4/lp.4 (added)
-
man/man4/mtio.4 (added)
-
man/man4/tty.4 (added)
-
man/man5 (added)
-
man/man5/TZ.5 (added)
-
man/man5/configfile.5 (added)
-
man/man5/crontab.5 (added)
-
man/man5/dhcp.conf.5 (added)
-
man/man5/dir.5 (added)
-
man/man5/ethers.5 (added)
-
man/man5/fstab.5 (added)
-
man/man5/hosts.5 (added)
-
man/man5/keymap.5 (added)
-
man/man5/passwd.5 (added)
-
man/man5/resolv.conf.5 (added)
-
man/man5/resolver.5 (added)
-
man/man5/rhosts.5 (added)
-
man/man5/serv.access.5 (added)
-
man/man5/syslog.conf.5 (added)
-
man/man5/termcap.5 (added)
-
man/man5/ttytab.5 (added)
-
man/man5/utmp.5 (added)
-
man/man5/whatis.5 (added)
-
man/man6 (added)
-
man/man6/advent.6 (added)
-
man/man6/ttt.6 (added)
-
man/man7 (added)
-
man/man7/ACK.7 (added)
-
man/man7/ascii.7 (added)
-
man/man7/environ.7 (added)
-
man/man7/hier.7 (added)
-
man/man7/man.7 (added)
-
man/man7/re_format.7 (added)
-
man/man8 (added)
-
man/man8/MAKEDEV.8 (added)
-
man/man8/add_route.8 (added)
-
man/man8/adduser.8 (added)
-
man/man8/backup.8 (added)
-
man/man8/badblocks.8 (added)
-
man/man8/boot.8 (added)
-
man/man8/checkhier.8 (added)
-
man/man8/chown.8 (added)
-
man/man8/cleantmp.8 (added)
-
man/man8/config.8 (added)
-
man/man8/cron.8 (added)
-
man/man8/dhcpd.8 (added)
-
man/man8/dosminix.8 (added)
-
man/man8/elvprsv.8 (added)
-
man/man8/fdisk.8 (added)
-
man/man8/fingerd.8 (added)
-
man/man8/ftpd.8 (added)
-
man/man8/getty.8 (added)
-
man/man8/halt.8 (added)
-
man/man8/ifconfig.8 (added)
-
man/man8/inet.8 (added)
-
man/man8/init.8 (added)
-
man/man8/installboot.8 (added)
-
man/man8/intr.8 (added)
-
man/man8/irdpd.8 (added)
-
man/man8/mkdist.8 (added)
-
man/man8/mknod.8 (added)
-
man/man8/monitor.8 (added)
-
man/man8/nonamed.8 (added)
-
man/man8/part.8 (added)
-
man/man8/partition.8 (added)
-
man/man8/pr_routes.8 (added)
-
man/man8/printroot.8 (added)
-
man/man8/pwdauth.8 (added)
-
man/man8/rarpd.8 (added)
-
man/man8/rdate.8 (added)
-
man/man8/readclock.8 (added)
-
man/man8/reboot.8 (added)
-
man/man8/repartition.8 (added)
-
man/man8/rlogind.8 (added)
-
man/man8/rshd.8 (added)
-
man/man8/screendump.8 (added)
-
man/man8/serial-ip.8 (added)
-
man/man8/service.8 (added)
-
man/man8/setup.8 (added)
-
man/man8/shutdown.8 (added)
-
man/man8/slip.8 (added)
-
man/man8/srccrc.8 (added)
-
man/man8/sync.8 (added)
-
man/man8/syslogd.8 (added)
-
man/man8/update.8 (added)
-
man/man8/usage.8 (added)
-
man/man9 (added)
-
man/man9/as.9 (added)
-
man/man9/awk.9 (added)
-
man/man9/de.9 (added)
-
man/man9/dis88.9 (added)
-
man/man9/elle.9 (added)
-
man/man9/elvis.9 (added)
-
man/man9/kermit.9 (added)
-
man/man9/m4.9 (added)
-
man/man9/macros.9 (added)
-
man/man9/mined.9 (added)
-
man/template.1 (added)
-
servers (added)
-
servers/.depend (added)
-
servers/Makefile (added)
-
servers/ds (added)
-
servers/ds/.depend (added)
-
servers/ds/Makefile (added)
-
servers/ds/glo.h (added)
-
servers/ds/inc.h (added)
-
servers/ds/main.c (added)
-
servers/ds/proto.h (added)
-
servers/ds/store.c (added)
-
servers/ds/store.h (added)
-
servers/fs (added)
-
servers/fs/.depend (added)
-
servers/fs/Makefile (added)
-
servers/fs/buf.h (added)
-
servers/fs/cache.c (added)
-
servers/fs/cache2.c (added)
-
servers/fs/const.h (added)
-
servers/fs/device.c (added)
-
servers/fs/dmap.c (added)
-
servers/fs/file.h (added)
-
servers/fs/filedes.c (added)
-
servers/fs/fproc.h (added)
-
servers/fs/fs.h (added)
-
servers/fs/glo.h (added)
-
servers/fs/inode.c (added)
-
servers/fs/inode.h (added)
-
servers/fs/link.c (added)
-
servers/fs/lock.c (added)
-
servers/fs/lock.h (added)
-
servers/fs/main.c (added)
-
servers/fs/misc.c (added)
-
servers/fs/mount.c (added)
-
servers/fs/open.c (added)
-
servers/fs/param.h (added)
-
servers/fs/path.c (added)
-
servers/fs/pipe.c (added)
-
servers/fs/protect.c (added)
-
servers/fs/proto.h (added)
-
servers/fs/read.c (added)
-
servers/fs/select.c (added)
-
servers/fs/select.h (added)
-
servers/fs/stadir.c (added)
-
servers/fs/super.c (added)
-
servers/fs/super.h (added)
-
servers/fs/table.c (added)
-
servers/fs/time.c (added)
-
servers/fs/timers.c (added)
-
servers/fs/type.h (added)
-
servers/fs/utility.c (added)
-
servers/fs/write.c (added)
-
servers/inet (added)
-
servers/inet/.depend (added)
-
servers/inet/Makefile (added)
-
servers/inet/buf.c (added)
-
servers/inet/clock.c (added)
-
servers/inet/const.h (added)
-
servers/inet/generic (added)
-
servers/inet/generic/.depend (added)
-
servers/inet/generic/arp.c (added)
-
servers/inet/generic/arp.h (added)
-
servers/inet/generic/assert.h (added)
-
servers/inet/generic/buf.h (added)
-
servers/inet/generic/clock.h (added)
-
servers/inet/generic/eth.c (added)
-
servers/inet/generic/eth.h (added)
-
servers/inet/generic/eth_int.h (added)
-
servers/inet/generic/event.c (added)
-
servers/inet/generic/event.h (added)
-
servers/inet/generic/icmp.c (added)
-
servers/inet/generic/icmp.h (added)
-
servers/inet/generic/icmp_lib.h (added)
-
servers/inet/generic/io.c (added)
-
servers/inet/generic/io.h (added)
-
servers/inet/generic/ip.c (added)
-
servers/inet/generic/ip.h (added)
-
servers/inet/generic/ip_eth.c (added)
-
servers/inet/generic/ip_int.h (added)
-
servers/inet/generic/ip_ioctl.c (added)
-
servers/inet/generic/ip_lib.c (added)
-
servers/inet/generic/ip_ps.c (added)
-
servers/inet/generic/ip_read.c (added)
-
servers/inet/generic/ip_write.c (added)
-
servers/inet/generic/ipr.c (added)
-
servers/inet/generic/ipr.h (added)
-
servers/inet/generic/psip.c (added)
-
servers/inet/generic/psip.h (added)
-
servers/inet/generic/rand256.c (added)
-
servers/inet/generic/rand256.h (added)
-
servers/inet/generic/sr.h (added)
-
servers/inet/generic/tcp.c (added)
-
servers/inet/generic/tcp.h (added)
-
servers/inet/generic/tcp_int.h (added)
-
servers/inet/generic/tcp_lib.c (added)
-
servers/inet/generic/tcp_recv.c (added)
-
servers/inet/generic/tcp_send.c (added)
-
servers/inet/generic/type.h (added)
-
servers/inet/generic/udp.c (added)
-
servers/inet/generic/udp.h (added)
-
servers/inet/generic/udp_int.h (added)
-
servers/inet/inet.c (added)
-
servers/inet/inet.h (added)
-
servers/inet/inet_config.c (added)
-
servers/inet/inet_config.h (added)
-
servers/inet/minix3 (added)
-
servers/inet/minix3/.depend (added)
-
servers/inet/minix3/queryparam.c (added)
-
servers/inet/minix3/queryparam.h (added)
-
servers/inet/mnx_eth.c (added)
-
servers/inet/mq.c (added)
-
servers/inet/mq.h (added)
-
servers/inet/osdep_eth.h (added)
-
servers/inet/proto.h (added)
-
servers/inet/qp.c (added)
-
servers/inet/qp.h (added)
-
servers/inet/sha2.c (added)
-
servers/inet/sha2.h (added)
-
servers/inet/sr.c (added)
-
servers/inet/sr_int.h (added)
-
servers/inet/stacktrace.c (added)
-
servers/inet/version.c (added)
-
servers/init (added)
-
servers/init/.depend (added)
-
servers/init/Makefile (added)
-
servers/init/init.c (added)
-
servers/is (added)
-
servers/is/.depend (added)
-
servers/is/Makefile (added)
-
servers/is/dmp.c (added)
-
servers/is/dmp_ds.c (added)
-
servers/is/dmp_fs.c (added)
-
servers/is/dmp_kernel.c (added)
-
servers/is/dmp_pm.c (added)
-
servers/is/dmp_rs.c (added)
-
servers/is/glo.h (added)
-
servers/is/inc.h (added)
-
servers/is/is.h (added)
-
servers/is/main.c (added)
-
servers/is/proto.h (added)
-
servers/pm (added)
-
servers/pm/.depend (added)
-
servers/pm/Makefile (added)
-
servers/pm/alloc.c (added)
-
servers/pm/break.c (added)
-
servers/pm/const.h (added)
-
servers/pm/exec.c (added)
-
servers/pm/forkexit.c (added)
-
servers/pm/getset.c (added)
-
servers/pm/glo.h (added)
-
servers/pm/main.c (added)
-
servers/pm/misc.c (added)
-
servers/pm/mproc.h (added)
-
servers/pm/param.h (added)
-
servers/pm/pm.h (added)
-
servers/pm/proto.h (added)
-
servers/pm/signal.c (added)
-
servers/pm/table.c (added)
-
servers/pm/time.c (added)
-
servers/pm/timers.c (added)
-
servers/pm/trace.c (added)
-
servers/pm/type.h (added)
-
servers/pm/utility.c (added)
-
servers/rs (added)
-
servers/rs/.depend (added)
-
servers/rs/Makefile (added)
-
servers/rs/inc.h (added)
-
servers/rs/main.c (added)
-
servers/rs/manager.c (added)
-
servers/rs/manager.h (added)
-
servers/rs/proto.h (added)
-
servers/rs/service.c (added)
-
servers/sm (added)
-
servers/sm/.depend (added)
-
servers/sm/Makefile (added)
-
test (added)
-
test/Makefile (added)
-
test/common.c (added)
-
test/run (added)
-
test/select (added)
-
test/select/Makefile (added)
-
test/select/speed.c (added)
-
test/select/test00.c (added)
-
test/select/test01.c (added)
-
test/select/test02.c (added)
-
test/select/test03.c (added)
-
test/select/test04_cli.c (added)
-
test/select/test04_srv.c (added)
-
test/select/test05_cli.c (added)
-
test/select/test05_srv.c (added)
-
test/select/test06_cli.c (added)
-
test/select/test06_srv.c (added)
-
test/select/test07_cli.c (added)
-
test/select/test07_srv.c (added)
-
test/select/test08_cli.c (added)
-
test/select/test08_srv.c (added)
-
test/select/test09.c (added)
-
test/select/test10.c (added)
-
test/select/test11.c (added)
-
test/select/test12.c (added)
-
test/select/test13a.c (added)
-
test/select/test13b.c (added)
-
test/select/test14.c (added)
-
test/t10a.c (added)
-
test/t11a.c (added)
-
test/t11b.c (added)
-
test/test1.c (added)
-
test/test10.c (added)
-
test/test11.c (added)
-
test/test12.c (added)
-
test/test13.c (added)
-
test/test14.c (added)
-
test/test15.c (added)
-
test/test16.c (added)
-
test/test17.c (added)
-
test/test18.c (added)
-
test/test19.c (added)
-
test/test2.c (added)
-
test/test20.c (added)
-
test/test21.c (added)
-
test/test22.c (added)
-
test/test23.c (added)
-
test/test24.c (added)
-
test/test25.c (added)
-
test/test26.c (added)
-
test/test27.c (added)
-
test/test28.c (added)
-
test/test29.c (added)
-
test/test3.c (added)
-
test/test30.c (added)
-
test/test31.c (added)
-
test/test32.c (added)
-
test/test33.c (added)
-
test/test34.c (added)
-
test/test35.c (added)
-
test/test36.c (added)
-
test/test37.c (added)
-
test/test38.c (added)
-
test/test39.c (added)
-
test/test4.c (added)
-
test/test40.c (added)
-
test/test41.c (added)
-
test/test5.c (added)
-
test/test6.c (added)
-
test/test7.c (added)
-
test/test8.c (added)
-
test/test9.c (added)
-
test/testsh1.sh (added)
-
test/testsh2.sh (added)
-
tools (added)
-
tools/Makefile (added)
-
tools/chrootmake.sh (added)
-
tools/fdbootparams (added)
-
tools/issue.install (added)
-
tools/mkboot (added)
-
tools/release (added)
-
tools/release.sh (added)
-
tools/release/cd (added)
-
tools/release/cd/PRESZ134.ZIP (added)
-
tools/release/cd/README.TXT (added)
-
tools/release/cd/SETUP.PDF (added)
-
tools/release/cd/SETUP.PS (added)
-
tools/revision (added)
-
tools/tell_config (added)
Note:
See TracChangeset
for help on using the changeset viewer.