Initial import of binutils 2.22 on the new vendor branch
authorJohn Marino <draco@marino.st>
Sat, 26 Nov 2011 08:27:44 +0000 (09:27 +0100)
committerJohn Marino <draco@marino.st>
Sat, 26 Nov 2011 08:27:44 +0000 (09:27 +0100)
commit86d7f5d305c6adaa56ff4582ece9859d73106103
tree6ef53b85476f280e902ba8d9c38cee49a578592c
Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.
31945 files changed:
.gitignore [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.inc1 [new file with mode: 0644]
Makefile_upgrade.inc [new file with mode: 0644]
README [new file with mode: 0644]
UPDATING [new file with mode: 0644]
bin/Makefile [new file with mode: 0644]
bin/Makefile.inc [new file with mode: 0644]
bin/cat/Makefile [new file with mode: 0644]
bin/cat/cat.1 [new file with mode: 0644]
bin/cat/cat.c [new file with mode: 0644]
bin/chio/Makefile [new file with mode: 0644]
bin/chio/chio.1 [new file with mode: 0644]
bin/chio/chio.c [new file with mode: 0644]
bin/chio/defs.h [new file with mode: 0644]
bin/chio/pathnames.h [new file with mode: 0644]
bin/chmod/Makefile [new file with mode: 0644]
bin/chmod/chmod.1 [new file with mode: 0644]
bin/chmod/chmod.c [new file with mode: 0644]
bin/cp/Makefile [new file with mode: 0644]
bin/cp/cp.1 [new file with mode: 0644]
bin/cp/cp.c [new file with mode: 0644]
bin/cp/extern.h [new file with mode: 0644]
bin/cp/utils.c [new file with mode: 0644]
bin/cpdup/BACKUPS [new file with mode: 0644]
bin/cpdup/Makefile [new file with mode: 0644]
bin/cpdup/Makefile.sun [new file with mode: 0644]
bin/cpdup/PORTING [new file with mode: 0644]
bin/cpdup/compat_sun.c [new file with mode: 0644]
bin/cpdup/compat_sun.h [new file with mode: 0644]
bin/cpdup/cpdup.1 [new file with mode: 0644]
bin/cpdup/cpdup.c [new file with mode: 0644]
bin/cpdup/cpdup.h [new file with mode: 0644]
bin/cpdup/fsmid.c [new file with mode: 0644]
bin/cpdup/hclink.c [new file with mode: 0644]
bin/cpdup/hclink.h [new file with mode: 0644]
bin/cpdup/hcproto.c [new file with mode: 0644]
bin/cpdup/hcproto.h [new file with mode: 0644]
bin/cpdup/md5.c [new file with mode: 0644]
bin/cpdup/misc.c [new file with mode: 0644]
bin/cpdup/scripts/crontab [new file with mode: 0644]
bin/cpdup/scripts/do_cleanup [new file with mode: 0755]
bin/cpdup/scripts/do_mirror [new file with mode: 0755]
bin/cpdup/scripts/do_mirror_host [new file with mode: 0755]
bin/cpdup/scripts/do_remote [new file with mode: 0755]
bin/cpdup/scripts/do_remote_host [new file with mode: 0755]
bin/cpdup/scripts/params [new file with mode: 0644]
bin/csh/Makefile [new file with mode: 0644]
bin/csh/USD.doc/csh.1 [new file with mode: 0644]
bin/csh/USD.doc/csh.2 [new file with mode: 0644]
bin/csh/USD.doc/csh.3 [new file with mode: 0644]
bin/csh/USD.doc/csh.4 [new file with mode: 0644]
bin/csh/USD.doc/csh.a [new file with mode: 0644]
bin/csh/USD.doc/csh.g [new file with mode: 0644]
bin/csh/USD.doc/tabs [new file with mode: 0644]
bin/csh/config.h [new file with mode: 0644]
bin/csh/config_p.h [new file with mode: 0644]
bin/csh/host.defs [new file with mode: 0644]
bin/date/Makefile [new file with mode: 0644]
bin/date/date.1 [new file with mode: 0644]
bin/date/date.c [new file with mode: 0644]
bin/date/extern.h [new file with mode: 0644]
bin/date/netdate.c [new file with mode: 0644]
bin/date/vary.c [new file with mode: 0644]
bin/date/vary.h [new file with mode: 0644]
bin/dd/Makefile [new file with mode: 0644]
bin/dd/args.c [new file with mode: 0644]
bin/dd/conv.c [new file with mode: 0644]
bin/dd/conv_tab.c [new file with mode: 0644]
bin/dd/dd.1 [new file with mode: 0644]
bin/dd/dd.c [new file with mode: 0644]
bin/dd/dd.h [new file with mode: 0644]
bin/dd/extern.h [new file with mode: 0644]
bin/dd/misc.c [new file with mode: 0644]
bin/dd/position.c [new file with mode: 0644]
bin/df/Makefile [new file with mode: 0644]
bin/df/df.1 [new file with mode: 0644]
bin/df/df.c [new file with mode: 0644]
bin/domainname/Makefile [new file with mode: 0644]
bin/domainname/domainname.1 [new file with mode: 0644]
bin/domainname/domainname.c [new file with mode: 0644]
bin/echo/Makefile [new file with mode: 0644]
bin/echo/echo.1 [new file with mode: 0644]
bin/echo/echo.c [new file with mode: 0644]
bin/ed/Makefile [new file with mode: 0644]
bin/ed/POSIX [new file with mode: 0644]
bin/ed/README [new file with mode: 0644]
bin/ed/buf.c [new file with mode: 0644]
bin/ed/cbc.c [new file with mode: 0644]
bin/ed/ed.1 [new file with mode: 0644]
bin/ed/ed.h [new file with mode: 0644]
bin/ed/glbl.c [new file with mode: 0644]
bin/ed/io.c [new file with mode: 0644]
bin/ed/main.c [new file with mode: 0644]
bin/ed/re.c [new file with mode: 0644]
bin/ed/sub.c [new file with mode: 0644]
bin/ed/test/=.err [new file with mode: 0644]
bin/ed/test/Makefile [new file with mode: 0644]
bin/ed/test/README [new file with mode: 0644]
bin/ed/test/TODO [new file with mode: 0644]
bin/ed/test/a.d [new file with mode: 0644]
bin/ed/test/a.r [new file with mode: 0644]
bin/ed/test/a.t [new file with mode: 0644]
bin/ed/test/a1.err [new file with mode: 0644]
bin/ed/test/a2.err [new file with mode: 0644]
bin/ed/test/addr.d [new file with mode: 0644]
bin/ed/test/addr.r [new file with mode: 0644]
bin/ed/test/addr.t [new file with mode: 0644]
bin/ed/test/addr1.err [new file with mode: 0644]
bin/ed/test/addr2.err [new file with mode: 0644]
bin/ed/test/ascii.d.uu [new file with mode: 0644]
bin/ed/test/ascii.r.uu [new file with mode: 0644]
bin/ed/test/ascii.t [new file with mode: 0644]
bin/ed/test/bang1.d [new file with mode: 0644]
bin/ed/test/bang1.err [new file with mode: 0644]
bin/ed/test/bang1.r [new file with mode: 0644]
bin/ed/test/bang1.t [new file with mode: 0644]
bin/ed/test/bang2.err [new file with mode: 0644]
bin/ed/test/c.d [new file with mode: 0644]
bin/ed/test/c.r [new file with mode: 0644]
bin/ed/test/c.t [new file with mode: 0644]
bin/ed/test/c1.err [new file with mode: 0644]
bin/ed/test/c2.err [new file with mode: 0644]
bin/ed/test/ckscripts.sh [new file with mode: 0644]
bin/ed/test/d.d [new file with mode: 0644]
bin/ed/test/d.err [new file with mode: 0644]
bin/ed/test/d.r [new file with mode: 0644]
bin/ed/test/d.t [new file with mode: 0644]
bin/ed/test/e1.d [new file with mode: 0644]
bin/ed/test/e1.err [new file with mode: 0644]
bin/ed/test/e1.r [new file with mode: 0644]
bin/ed/test/e1.t [new file with mode: 0644]
bin/ed/test/e2.d [new file with mode: 0644]
bin/ed/test/e2.err [new file with mode: 0644]
bin/ed/test/e2.r [new file with mode: 0644]
bin/ed/test/e2.t [new file with mode: 0644]
bin/ed/test/e3.d [new file with mode: 0644]
bin/ed/test/e3.err [new file with mode: 0644]
bin/ed/test/e3.r [new file with mode: 0644]
bin/ed/test/e3.t [new file with mode: 0644]
bin/ed/test/e4.d [new file with mode: 0644]
bin/ed/test/e4.r [new file with mode: 0644]
bin/ed/test/e4.t [new file with mode: 0644]
bin/ed/test/f1.err [new file with mode: 0644]
bin/ed/test/f2.err [new file with mode: 0644]
bin/ed/test/g1.d [new file with mode: 0644]
bin/ed/test/g1.err [new file with mode: 0644]
bin/ed/test/g1.r [new file with mode: 0644]
bin/ed/test/g1.t [new file with mode: 0644]
bin/ed/test/g2.d [new file with mode: 0644]
bin/ed/test/g2.err [new file with mode: 0644]
bin/ed/test/g2.r [new file with mode: 0644]
bin/ed/test/g2.t [new file with mode: 0644]
bin/ed/test/g3.d [new file with mode: 0644]
bin/ed/test/g3.err [new file with mode: 0644]
bin/ed/test/g3.r [new file with mode: 0644]
bin/ed/test/g3.t [new file with mode: 0644]
bin/ed/test/g4.d [new file with mode: 0644]
bin/ed/test/g4.r [new file with mode: 0644]
bin/ed/test/g4.t [new file with mode: 0644]
bin/ed/test/g5.d [new file with mode: 0644]
bin/ed/test/g5.r [new file with mode: 0644]
bin/ed/test/g5.t [new file with mode: 0644]
bin/ed/test/h.err [new file with mode: 0644]
bin/ed/test/i.d [new file with mode: 0644]
bin/ed/test/i.r [new file with mode: 0644]
bin/ed/test/i.t [new file with mode: 0644]
bin/ed/test/i1.err [new file with mode: 0644]
bin/ed/test/i2.err [new file with mode: 0644]
bin/ed/test/i3.err [new file with mode: 0644]
bin/ed/test/j.d [new file with mode: 0644]
bin/ed/test/j.r [new file with mode: 0644]
bin/ed/test/j.t [new file with mode: 0644]
bin/ed/test/k.d [new file with mode: 0644]
bin/ed/test/k.r [new file with mode: 0644]
bin/ed/test/k.t [new file with mode: 0644]
bin/ed/test/k1.err [new file with mode: 0644]
bin/ed/test/k2.err [new file with mode: 0644]
bin/ed/test/k3.err [new file with mode: 0644]
bin/ed/test/k4.err [new file with mode: 0644]
bin/ed/test/l.d [new file with mode: 0644]
bin/ed/test/l.r [new file with mode: 0644]
bin/ed/test/l.t [new file with mode: 0644]
bin/ed/test/m.d [new file with mode: 0644]
bin/ed/test/m.err [new file with mode: 0644]
bin/ed/test/m.r [new file with mode: 0644]
bin/ed/test/m.t [new file with mode: 0644]
bin/ed/test/mkscripts.sh [new file with mode: 0644]
bin/ed/test/n.d [new file with mode: 0644]
bin/ed/test/n.r [new file with mode: 0644]
bin/ed/test/n.t [new file with mode: 0644]
bin/ed/test/nl.err [new file with mode: 0644]
bin/ed/test/nl1.d [new file with mode: 0644]
bin/ed/test/nl1.r [new file with mode: 0644]
bin/ed/test/nl1.t [new file with mode: 0644]
bin/ed/test/nl2.d [new file with mode: 0644]
bin/ed/test/nl2.r [new file with mode: 0644]
bin/ed/test/nl2.t [new file with mode: 0644]
bin/ed/test/p.d [new file with mode: 0644]
bin/ed/test/p.r [new file with mode: 0644]
bin/ed/test/p.t [new file with mode: 0644]
bin/ed/test/q.d [new file with mode: 0644]
bin/ed/test/q.r [new file with mode: 0644]
bin/ed/test/q.t [new file with mode: 0644]
bin/ed/test/q1.err [new file with mode: 0644]
bin/ed/test/r1.d [new file with mode: 0644]
bin/ed/test/r1.err [new file with mode: 0644]
bin/ed/test/r1.r [new file with mode: 0644]
bin/ed/test/r1.t [new file with mode: 0644]
bin/ed/test/r2.d [new file with mode: 0644]
bin/ed/test/r2.err [new file with mode: 0644]
bin/ed/test/r2.r [new file with mode: 0644]
bin/ed/test/r2.t [new file with mode: 0644]
bin/ed/test/r3.d [new file with mode: 0644]
bin/ed/test/r3.r [new file with mode: 0644]
bin/ed/test/r3.t [new file with mode: 0644]
bin/ed/test/s1.d [new file with mode: 0644]
bin/ed/test/s1.err [new file with mode: 0644]
bin/ed/test/s1.r [new file with mode: 0644]
bin/ed/test/s1.t [new file with mode: 0644]
bin/ed/test/s10.err [new file with mode: 0644]
bin/ed/test/s2.d [new file with mode: 0644]
bin/ed/test/s2.err [new file with mode: 0644]
bin/ed/test/s2.r [new file with mode: 0644]
bin/ed/test/s2.t [new file with mode: 0644]
bin/ed/test/s3.d [new file with mode: 0644]
bin/ed/test/s3.err [new file with mode: 0644]
bin/ed/test/s3.r [new file with mode: 0644]
bin/ed/test/s3.t [new file with mode: 0644]
bin/ed/test/s4.err [new file with mode: 0644]
bin/ed/test/s5.err [new file with mode: 0644]
bin/ed/test/s6.err [new file with mode: 0644]
bin/ed/test/s7.err [new file with mode: 0644]
bin/ed/test/s8.err [new file with mode: 0644]
bin/ed/test/s9.err [new file with mode: 0644]
bin/ed/test/t.d [new file with mode: 0644]
bin/ed/test/t.r [new file with mode: 0644]
bin/ed/test/t1.d [new file with mode: 0644]
bin/ed/test/t1.err [new file with mode: 0644]
bin/ed/test/t1.r [new file with mode: 0644]
bin/ed/test/t1.t [new file with mode: 0644]
bin/ed/test/t2.d [new file with mode: 0644]
bin/ed/test/t2.err [new file with mode: 0644]
bin/ed/test/t2.r [new file with mode: 0644]
bin/ed/test/t2.t [new file with mode: 0644]
bin/ed/test/u.d [new file with mode: 0644]
bin/ed/test/u.err [new file with mode: 0644]
bin/ed/test/u.r [new file with mode: 0644]
bin/ed/test/u.t [new file with mode: 0644]
bin/ed/test/v.d [new file with mode: 0644]
bin/ed/test/v.r [new file with mode: 0644]
bin/ed/test/v.t [new file with mode: 0644]
bin/ed/test/w.d [new file with mode: 0644]
bin/ed/test/w.r [new file with mode: 0644]
bin/ed/test/w.t [new file with mode: 0644]
bin/ed/test/w1.err [new file with mode: 0644]
bin/ed/test/w2.err [new file with mode: 0644]
bin/ed/test/w3.err [new file with mode: 0644]
bin/ed/test/x.err [new file with mode: 0644]
bin/ed/test/z.err [new file with mode: 0644]
bin/ed/undo.c [new file with mode: 0644]
bin/expr/Makefile [new file with mode: 0644]
bin/expr/expr.1 [new file with mode: 0644]
bin/expr/expr.y [new file with mode: 0644]
bin/hostname/Makefile [new file with mode: 0644]
bin/hostname/hostname.1 [new file with mode: 0644]
bin/hostname/hostname.c [new file with mode: 0644]
bin/kill/Makefile [new file with mode: 0644]
bin/kill/kill.1 [new file with mode: 0644]
bin/kill/kill.c [new file with mode: 0644]
bin/ln/Makefile [new file with mode: 0644]
bin/ln/ln.1 [new file with mode: 0644]
bin/ln/ln.c [new file with mode: 0644]
bin/ln/symlink.7 [new file with mode: 0644]
bin/ls/Makefile [new file with mode: 0644]
bin/ls/cmp.c [new file with mode: 0644]
bin/ls/extern.h [new file with mode: 0644]
bin/ls/ls.1 [new file with mode: 0644]
bin/ls/ls.c [new file with mode: 0644]
bin/ls/ls.h [new file with mode: 0644]
bin/ls/print.c [new file with mode: 0644]
bin/ls/util.c [new file with mode: 0644]
bin/mined/LICENSE [new file with mode: 0644]
bin/mined/Makefile [new file with mode: 0644]
bin/mined/mined.1 [new file with mode: 0644]
bin/mined/mined.h [new file with mode: 0644]
bin/mined/mined1.c [new file with mode: 0644]
bin/mined/mined2.c [new file with mode: 0644]
bin/mkdir/Makefile [new file with mode: 0644]
bin/mkdir/mkdir.1 [new file with mode: 0644]
bin/mkdir/mkdir.c [new file with mode: 0644]
bin/mv/Makefile [new file with mode: 0644]
bin/mv/mv.1 [new file with mode: 0644]
bin/mv/mv.c [new file with mode: 0644]
bin/mv/pathnames.h [new file with mode: 0644]
bin/notty/Makefile [new file with mode: 0644]
bin/notty/notty.1 [new file with mode: 0644]
bin/notty/notty.c [new file with mode: 0644]
bin/pax/Makefile [new file with mode: 0644]
bin/pax/ar_io.c [new file with mode: 0644]
bin/pax/ar_subs.c [new file with mode: 0644]
bin/pax/buf_subs.c [new file with mode: 0644]
bin/pax/cache.c [new file with mode: 0644]
bin/pax/cache.h [new file with mode: 0644]
bin/pax/cpio.c [new file with mode: 0644]
bin/pax/cpio.h [new file with mode: 0644]
bin/pax/extern.h [new file with mode: 0644]
bin/pax/file_subs.c [new file with mode: 0644]
bin/pax/ftree.c [new file with mode: 0644]
bin/pax/ftree.h [new file with mode: 0644]
bin/pax/gen_subs.c [new file with mode: 0644]
bin/pax/getoldopt.c [new file with mode: 0644]
bin/pax/options.c [new file with mode: 0644]
bin/pax/options.h [new file with mode: 0644]
bin/pax/pat_rep.c [new file with mode: 0644]
bin/pax/pat_rep.h [new file with mode: 0644]
bin/pax/pax.1 [new file with mode: 0644]
bin/pax/pax.c [new file with mode: 0644]
bin/pax/pax.h [new file with mode: 0644]
bin/pax/sel_subs.c [new file with mode: 0644]
bin/pax/sel_subs.h [new file with mode: 0644]
bin/pax/tables.c [new file with mode: 0644]
bin/pax/tables.h [new file with mode: 0644]
bin/pax/tar.c [new file with mode: 0644]
bin/pax/tar.h [new file with mode: 0644]
bin/pax/tty_subs.c [new file with mode: 0644]
bin/ps/Makefile [new file with mode: 0644]
bin/ps/extern.h [new file with mode: 0644]
bin/ps/fmt.c [new file with mode: 0644]
bin/ps/keyword.c [new file with mode: 0644]
bin/ps/nlist.c [new file with mode: 0644]
bin/ps/print.c [new file with mode: 0644]
bin/ps/ps.1 [new file with mode: 0644]
bin/ps/ps.c [new file with mode: 0644]
bin/ps/ps.h [new file with mode: 0644]
bin/pwd/Makefile [new file with mode: 0644]
bin/pwd/pwd.1 [new file with mode: 0644]
bin/pwd/pwd.c [new file with mode: 0644]
bin/pwd/realpath.1 [new file with mode: 0644]
bin/rcp/Makefile [new file with mode: 0644]
bin/rcp/extern.h [new file with mode: 0644]
bin/rcp/rcp.1 [new file with mode: 0644]
bin/rcp/rcp.c [new file with mode: 0644]
bin/rcp/util.c [new file with mode: 0644]
bin/rm/Makefile [new file with mode: 0644]
bin/rm/rm.1 [new file with mode: 0644]
bin/rm/rm.c [new file with mode: 0644]
bin/rmail/Makefile [new file with mode: 0644]
bin/rmdir/Makefile [new file with mode: 0644]
bin/rmdir/rmdir.1 [new file with mode: 0644]
bin/rmdir/rmdir.c [new file with mode: 0644]
bin/sh/Makefile [new file with mode: 0644]
bin/sh/TOUR [new file with mode: 0644]
bin/sh/alias.c [new file with mode: 0644]
bin/sh/alias.h [new file with mode: 0644]
bin/sh/arith.h [new file with mode: 0644]
bin/sh/arith_yacc.c [new file with mode: 0644]
bin/sh/arith_yacc.h [new file with mode: 0644]
bin/sh/arith_yylex.c [new file with mode: 0644]
bin/sh/bltin/bltin.h [new file with mode: 0644]
bin/sh/bltin/echo.c [new file with mode: 0644]
bin/sh/builtins.def [new file with mode: 0644]
bin/sh/cd.c [new file with mode: 0644]
bin/sh/cd.h [new file with mode: 0644]
bin/sh/error.c [new file with mode: 0644]
bin/sh/error.h [new file with mode: 0644]
bin/sh/eval.c [new file with mode: 0644]
bin/sh/eval.h [new file with mode: 0644]
bin/sh/exec.c [new file with mode: 0644]
bin/sh/exec.h [new file with mode: 0644]
bin/sh/expand.c [new file with mode: 0644]
bin/sh/expand.h [new file with mode: 0644]
bin/sh/funcs/cmv [new file with mode: 0644]
bin/sh/funcs/dirs [new file with mode: 0644]
bin/sh/funcs/kill [new file with mode: 0644]
bin/sh/funcs/login [new file with mode: 0644]
bin/sh/funcs/newgrp [new file with mode: 0644]
bin/sh/funcs/popd [new file with mode: 0644]
bin/sh/funcs/pushd [new file with mode: 0644]
bin/sh/funcs/suspend [new file with mode: 0644]
bin/sh/histedit.c [new file with mode: 0644]
bin/sh/init.h [new file with mode: 0644]
bin/sh/input.c [new file with mode: 0644]
bin/sh/input.h [new file with mode: 0644]
bin/sh/jobs.c [new file with mode: 0644]
bin/sh/jobs.h [new file with mode: 0644]
bin/sh/mail.c [new file with mode: 0644]
bin/sh/mail.h [new file with mode: 0644]
bin/sh/main.c [new file with mode: 0644]
bin/sh/main.h [new file with mode: 0644]
bin/sh/memalloc.c [new file with mode: 0644]
bin/sh/memalloc.h [new file with mode: 0644]
bin/sh/miscbltin.c [new file with mode: 0644]
bin/sh/mkbuiltins [new file with mode: 0644]
bin/sh/mkinit.c [new file with mode: 0644]
bin/sh/mknodes.c [new file with mode: 0644]
bin/sh/mksyntax.c [new file with mode: 0644]
bin/sh/mktokens [new file with mode: 0644]
bin/sh/myhistedit.h [new file with mode: 0644]
bin/sh/mystring.c [new file with mode: 0644]
bin/sh/mystring.h [new file with mode: 0644]
bin/sh/nodes.c.pat [new file with mode: 0644]
bin/sh/nodetypes [new file with mode: 0644]
bin/sh/options.c [new file with mode: 0644]
bin/sh/options.h [new file with mode: 0644]
bin/sh/output.c [new file with mode: 0644]
bin/sh/output.h [new file with mode: 0644]
bin/sh/parser.c [new file with mode: 0644]
bin/sh/parser.h [new file with mode: 0644]
bin/sh/redir.c [new file with mode: 0644]
bin/sh/redir.h [new file with mode: 0644]
bin/sh/sh.1 [new file with mode: 0644]
bin/sh/shell.h [new file with mode: 0644]
bin/sh/show.c [new file with mode: 0644]
bin/sh/show.h [new file with mode: 0644]
bin/sh/trap.c [new file with mode: 0644]
bin/sh/trap.h [new file with mode: 0644]
bin/sh/var.c [new file with mode: 0644]
bin/sh/var.h [new file with mode: 0644]
bin/sleep/Makefile [new file with mode: 0644]
bin/sleep/sleep.1 [new file with mode: 0644]
bin/sleep/sleep.c [new file with mode: 0644]
bin/stty/Makefile [new file with mode: 0644]
bin/stty/cchar.c [new file with mode: 0644]
bin/stty/extern.h [new file with mode: 0644]
bin/stty/gfmt.c [new file with mode: 0644]
bin/stty/key.c [new file with mode: 0644]
bin/stty/modes.c [new file with mode: 0644]
bin/stty/print.c [new file with mode: 0644]
bin/stty/stty.1 [new file with mode: 0644]
bin/stty/stty.c [new file with mode: 0644]
bin/stty/stty.h [new file with mode: 0644]
bin/stty/util.c [new file with mode: 0644]
bin/sync/Makefile [new file with mode: 0644]
bin/sync/sync.8 [new file with mode: 0644]
bin/sync/sync.c [new file with mode: 0644]
bin/test/Makefile [new file with mode: 0644]
bin/test/test.1 [new file with mode: 0644]
bin/test/test.c [new file with mode: 0644]
bin/varsym/Makefile [new file with mode: 0644]
bin/varsym/varsym.1 [new file with mode: 0644]
bin/varsym/varsym.c [new file with mode: 0644]
contrib/amd/AUTHORS [new file with mode: 0644]
contrib/amd/BUGS [new file with mode: 0644]
contrib/amd/COPYING [new file with mode: 0644]
contrib/amd/ChangeLog [new file with mode: 0644]
contrib/amd/FREEBSD-Xlist [new file with mode: 0644]
contrib/amd/FREEBSD-upgrade [new file with mode: 0644]
contrib/amd/INSTALL [new file with mode: 0644]
contrib/amd/MIRRORS [new file with mode: 0644]
contrib/amd/NEWS [new file with mode: 0644]
contrib/amd/README [new file with mode: 0644]
contrib/amd/README.y2k [new file with mode: 0644]
contrib/amd/TODO [new file with mode: 0644]
contrib/amd/amd/am_ops.c [new file with mode: 0644]
contrib/amd/amd/amd.8 [new file with mode: 0644]
contrib/amd/amd/amd.c [new file with mode: 0644]
contrib/amd/amd/amd.h [new file with mode: 0644]
contrib/amd/amd/amfs_auto.c [new file with mode: 0644]
contrib/amd/amd/amfs_direct.c [new file with mode: 0644]
contrib/amd/amd/amfs_error.c [new file with mode: 0644]
contrib/amd/amd/amfs_host.c [new file with mode: 0644]
contrib/amd/amd/amfs_inherit.c [new file with mode: 0644]
contrib/amd/amd/amfs_link.c [new file with mode: 0644]
contrib/amd/amd/amfs_linkx.c [new file with mode: 0644]
contrib/amd/amd/amfs_nfsl.c [new file with mode: 0644]
contrib/amd/amd/amfs_nfsx.c [new file with mode: 0644]
contrib/amd/amd/amfs_program.c [new file with mode: 0644]
contrib/amd/amd/amfs_root.c [new file with mode: 0644]
contrib/amd/amd/amfs_toplvl.c [new file with mode: 0644]
contrib/amd/amd/amfs_union.c [new file with mode: 0644]
contrib/amd/amd/amq_subr.c [new file with mode: 0644]
contrib/amd/amd/amq_svc.c [new file with mode: 0644]
contrib/amd/amd/autil.c [new file with mode: 0644]
contrib/amd/amd/clock.c [new file with mode: 0644]
contrib/amd/amd/conf.c [new file with mode: 0644]
contrib/amd/amd/conf_parse.y [new file with mode: 0644]
contrib/amd/amd/conf_tok.l [new file with mode: 0644]
contrib/amd/amd/get_args.c [new file with mode: 0644]
contrib/amd/amd/info_file.c [new file with mode: 0644]
contrib/amd/amd/info_hesiod.c [new file with mode: 0644]
contrib/amd/amd/info_ldap.c [new file with mode: 0644]
contrib/amd/amd/info_ndbm.c [new file with mode: 0644]
contrib/amd/amd/info_nis.c [new file with mode: 0644]
contrib/amd/amd/info_nisplus.c [new file with mode: 0644]
contrib/amd/amd/info_passwd.c [new file with mode: 0644]
contrib/amd/amd/info_union.c [new file with mode: 0644]
contrib/amd/amd/map.c [new file with mode: 0644]
contrib/amd/amd/mapc.c [new file with mode: 0644]
contrib/amd/amd/mntfs.c [new file with mode: 0644]
contrib/amd/amd/nfs_prot_svc.c [new file with mode: 0644]
contrib/amd/amd/nfs_start.c [new file with mode: 0644]
contrib/amd/amd/nfs_subr.c [new file with mode: 0644]
contrib/amd/amd/ops_TEMPLATE.c [new file with mode: 0644]
contrib/amd/amd/ops_autofs.c [new file with mode: 0644]
contrib/amd/amd/ops_cachefs.c [new file with mode: 0644]
contrib/amd/amd/ops_cdfs.c [new file with mode: 0644]
contrib/amd/amd/ops_efs.c [new file with mode: 0644]
contrib/amd/amd/ops_lofs.c [new file with mode: 0644]
contrib/amd/amd/ops_mfs.c [new file with mode: 0644]
contrib/amd/amd/ops_nfs.c [new file with mode: 0644]
contrib/amd/amd/ops_nfs3.c [new file with mode: 0644]
contrib/amd/amd/ops_nullfs.c [new file with mode: 0644]
contrib/amd/amd/ops_pcfs.c [new file with mode: 0644]
contrib/amd/amd/ops_tfs.c [new file with mode: 0644]
contrib/amd/amd/ops_tmpfs.c [new file with mode: 0644]
contrib/amd/amd/ops_ufs.c [new file with mode: 0644]
contrib/amd/amd/ops_umapfs.c [new file with mode: 0644]
contrib/amd/amd/ops_unionfs.c [new file with mode: 0644]
contrib/amd/amd/ops_xfs.c [new file with mode: 0644]
contrib/amd/amd/opts.c [new file with mode: 0644]
contrib/amd/amd/restart.c [new file with mode: 0644]
contrib/amd/amd/rpc_fwd.c [new file with mode: 0644]
contrib/amd/amd/sched.c [new file with mode: 0644]
contrib/amd/amd/srvr_amfs_auto.c [new file with mode: 0644]
contrib/amd/amd/srvr_nfs.c [new file with mode: 0644]
contrib/amd/amq/amq.8 [new file with mode: 0644]
contrib/amd/amq/amq.c [new file with mode: 0644]
contrib/amd/amq/amq.h [new file with mode: 0644]
contrib/amd/amq/amq_clnt.c [new file with mode: 0644]
contrib/amd/amq/amq_xdr.c [new file with mode: 0644]
contrib/amd/amq/pawd.1 [new file with mode: 0644]
contrib/amd/amq/pawd.c [new file with mode: 0644]
contrib/amd/conf/checkmount/checkmount_bsd44.c [new file with mode: 0644]
contrib/amd/conf/fh_dref/fh_dref_freebsd22.h [new file with mode: 0644]
contrib/amd/conf/hn_dref/hn_dref_default.h [new file with mode: 0644]
contrib/amd/conf/mtab/mtab_bsd.c [new file with mode: 0644]
contrib/amd/conf/nfs_prot/nfs_prot_freebsd2.h [new file with mode: 0644]
contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h [new file with mode: 0644]
contrib/amd/conf/sa_dref/sa_dref_bsd44.h [new file with mode: 0644]
contrib/amd/conf/transp/transp_sockets.c [new file with mode: 0644]
contrib/amd/conf/trap/trap_default.h [new file with mode: 0644]
contrib/amd/conf/umount/umount_bsd44.c [new file with mode: 0644]
contrib/amd/doc/am-utils.texi [new file with mode: 0644]
contrib/amd/doc/stamp-vti [new file with mode: 0644]
contrib/amd/doc/texinfo.tex [new file with mode: 0644]
contrib/amd/doc/version.texi [new file with mode: 0644]
contrib/amd/fixmount/fixmount.8 [new file with mode: 0644]
contrib/amd/fixmount/fixmount.c [new file with mode: 0644]
contrib/amd/fsinfo/fsi_analyze.c [new file with mode: 0644]
contrib/amd/fsinfo/fsi_data.h [new file with mode: 0644]
contrib/amd/fsinfo/fsi_dict.c [new file with mode: 0644]
contrib/amd/fsinfo/fsi_gram.y [new file with mode: 0644]
contrib/amd/fsinfo/fsi_lex.l [new file with mode: 0644]
contrib/amd/fsinfo/fsi_util.c [new file with mode: 0644]
contrib/amd/fsinfo/fsinfo.8 [new file with mode: 0644]
contrib/amd/fsinfo/fsinfo.c [new file with mode: 0644]
contrib/amd/fsinfo/fsinfo.h [new file with mode: 0644]
contrib/amd/fsinfo/wr_atab.c [new file with mode: 0644]
contrib/amd/fsinfo/wr_bparam.c [new file with mode: 0644]
contrib/amd/fsinfo/wr_dumpset.c [new file with mode: 0644]
contrib/amd/fsinfo/wr_exportfs.c [new file with mode: 0644]
contrib/amd/fsinfo/wr_fstab.c [new file with mode: 0644]
contrib/amd/hlfsd/hlfsd.8 [new file with mode: 0644]
contrib/amd/hlfsd/hlfsd.c [new file with mode: 0644]
contrib/amd/hlfsd/hlfsd.h [new file with mode: 0644]
contrib/amd/hlfsd/homedir.c [new file with mode: 0644]
contrib/amd/hlfsd/nfs_prot_svc.c [new file with mode: 0644]
contrib/amd/hlfsd/stubs.c [new file with mode: 0644]
contrib/amd/include/am_compat.h [new file with mode: 0644]
contrib/amd/include/am_defs.h [new file with mode: 0644]
contrib/amd/include/am_utils.h [new file with mode: 0644]
contrib/amd/include/am_xdr_func.h [new file with mode: 0644]
contrib/amd/include/amq_defs.h [new file with mode: 0644]
contrib/amd/libamu/alloca.c [new file with mode: 0644]
contrib/amd/libamu/amu.h [new file with mode: 0644]
contrib/amd/libamu/clnt_sperrno.c [new file with mode: 0644]
contrib/amd/libamu/hasmntopt.c [new file with mode: 0644]
contrib/amd/libamu/misc_rpc.c [new file with mode: 0644]
contrib/amd/libamu/mount_fs.c [new file with mode: 0644]
contrib/amd/libamu/mtab.c [new file with mode: 0644]
contrib/amd/libamu/nfs_prot_xdr.c [new file with mode: 0644]
contrib/amd/libamu/util.c [new file with mode: 0644]
contrib/amd/libamu/wire.c [new file with mode: 0644]
contrib/amd/libamu/xdr_func.c [new file with mode: 0644]
contrib/amd/libamu/xutil.c [new file with mode: 0644]
contrib/amd/mk-amd-map/mk-amd-map.8 [new file with mode: 0644]
contrib/amd/mk-amd-map/mk-amd-map.c [new file with mode: 0644]
contrib/amd/scripts/Makefile.am [new file with mode: 0644]
contrib/amd/scripts/Makefile.in [new file with mode: 0644]
contrib/amd/scripts/am-eject.in [new file with mode: 0644]
contrib/amd/scripts/amd.conf-sample [new file with mode: 0644]
contrib/amd/scripts/amd.conf.5 [new file with mode: 0644]
contrib/amd/scripts/amd2ldif.in [new file with mode: 0755]
contrib/amd/scripts/amd2sun.in [new file with mode: 0755]
contrib/amd/scripts/automount2amd.8 [new file with mode: 0644]
contrib/amd/scripts/automount2amd.in [new file with mode: 0755]
contrib/amd/scripts/ctl-amd.in [new file with mode: 0755]
contrib/amd/scripts/ctl-hlfsd.in [new file with mode: 0755]
contrib/amd/scripts/expn.1 [new file with mode: 0644]
contrib/amd/scripts/expn.in [new file with mode: 0755]
contrib/amd/scripts/fix-amd-map.in [new file with mode: 0755]
contrib/amd/scripts/fixrmtab.in [new file with mode: 0755]
contrib/amd/scripts/lostaltmail.conf-sample [new file with mode: 0644]
contrib/amd/scripts/lostaltmail.in [new file with mode: 0755]
contrib/amd/scripts/wait4amd.in [new file with mode: 0755]
contrib/amd/scripts/wait4amd2die.in [new file with mode: 0755]
contrib/amd/tasks [new file with mode: 0644]
contrib/amd/wire-test/wire-test.8 [new file with mode: 0644]
contrib/amd/wire-test/wire-test.c [new file with mode: 0644]
contrib/awk/FIXES [new file with mode: 0644]
contrib/awk/README [new file with mode: 0644]
contrib/awk/README.DELETED [new file with mode: 0644]
contrib/awk/README.DRAGONFLY [new file with mode: 0644]
contrib/awk/awk.1 [new file with mode: 0644]
contrib/awk/awk.h [new file with mode: 0644]
contrib/awk/awkgram.y [new file with mode: 0644]
contrib/awk/b.c [new file with mode: 0644]
contrib/awk/lex.c [new file with mode: 0644]
contrib/awk/lib.c [new file with mode: 0644]
contrib/awk/main.c [new file with mode: 0644]
contrib/awk/maketab.c [new file with mode: 0644]
contrib/awk/parse.c [new file with mode: 0644]
contrib/awk/proto.h [new file with mode: 0644]
contrib/awk/run.c [new file with mode: 0644]
contrib/awk/tran.c [new file with mode: 0644]
contrib/binutils-2.20/COPYING [new file with mode: 0644]
contrib/binutils-2.20/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.20/COPYING3 [new file with mode: 0644]
contrib/binutils-2.20/COPYING3.LIB [new file with mode: 0644]
contrib/binutils-2.20/README [new file with mode: 0644]
contrib/binutils-2.20/README.DELETED [new file with mode: 0644]
contrib/binutils-2.20/README.DRAGONFLY [new file with mode: 0644]
contrib/binutils-2.20/bfd/COPYING [new file with mode: 0644]
contrib/binutils-2.20/bfd/README [new file with mode: 0644]
contrib/binutils-2.20/bfd/archive.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/archive64.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/archures.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/bfd-in2.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/bfd.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/bfdio.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/bfdwin.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/binary.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/cache.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/coffgen.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/compress.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/config.bfd [new file with mode: 0644]
contrib/binutils-2.20/bfd/corefile.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/cpu-i386.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/cpu-l1om.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/doc/bfdsumm.texi [new file with mode: 0644]
contrib/binutils-2.20/bfd/doc/bfdver.texi [new file with mode: 0644]
contrib/binutils-2.20/bfd/dwarf1.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/dwarf2.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-attrs.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-bfd.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-eh-frame.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-ifunc.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-strtab.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-vxworks.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf-vxworks.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf32-gen.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf32-i386.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf32.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf64-gen.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf64-x86-64.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elf64.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elfcode.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/elfcore.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/elflink.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/elfxx-target.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/format.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/genlink.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/hash.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/ihex.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/init.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/libaout.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/libbfd.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/libbfd.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/libcoff.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/libecoff.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/linker.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/merge.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/opncls.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/plugin.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/reloc.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/section.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/simple.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/srec.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/stab-syms.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/stabs.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/syms.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/sysdep.h [new file with mode: 0644]
contrib/binutils-2.20/bfd/targets.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/targmatch.sed [new file with mode: 0644]
contrib/binutils-2.20/bfd/tekhex.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/verilog.c [new file with mode: 0644]
contrib/binutils-2.20/bfd/version.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/README [new file with mode: 0644]
contrib/binutils-2.20/binutils/addr2line.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/ar.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/arlex.l [new file with mode: 0644]
contrib/binutils-2.20/binutils/arparse.y [new file with mode: 0644]
contrib/binutils-2.20/binutils/arsup.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/arsup.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/binemul.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/binemul.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/bucomm.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/bucomm.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/budbg.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/cxxfilt.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/debug.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/debug.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/addr2line.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/ar.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/binutils.texi [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/fdl.texi [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/nm.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/objcopy.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/objdump.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/ranlib.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/readelf.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/size.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/strings.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/doc/strip.1 [new file with mode: 0644]
contrib/binutils-2.20/binutils/dwarf.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/dwarf.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/emul_vanilla.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/filemode.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/ieee.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/is-ranlib.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/is-strip.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/nm.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/not-ranlib.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/not-strip.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/objcopy.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/objdump.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/prdbg.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/rdcoff.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/rddbg.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/readelf.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/rename.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/size.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/stabs.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/strings.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/sysdep.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/unwind-ia64.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/unwind-ia64.h [new file with mode: 0644]
contrib/binutils-2.20/binutils/version.c [new file with mode: 0644]
contrib/binutils-2.20/binutils/wrstabs.c [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/README [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/arm.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/dwarf.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/elfcpp.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/elfcpp_file.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/elfcpp_internal.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/elfcpp_swap.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/i386.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/powerpc.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/sparc.h [new file with mode: 0644]
contrib/binutils-2.20/elfcpp/x86_64.h [new file with mode: 0644]
contrib/binutils-2.20/gas/COPYING [new file with mode: 0644]
contrib/binutils-2.20/gas/README [new file with mode: 0644]
contrib/binutils-2.20/gas/app.c [new file with mode: 0644]
contrib/binutils-2.20/gas/as.c [new file with mode: 0644]
contrib/binutils-2.20/gas/as.h [new file with mode: 0644]
contrib/binutils-2.20/gas/asintl.h [new file with mode: 0644]
contrib/binutils-2.20/gas/atof-generic.c [new file with mode: 0644]
contrib/binutils-2.20/gas/bignum.h [new file with mode: 0644]
contrib/binutils-2.20/gas/bit_fix.h [new file with mode: 0644]
contrib/binutils-2.20/gas/cond.c [new file with mode: 0644]
contrib/binutils-2.20/gas/config/atof-ieee.c [new file with mode: 0644]
contrib/binutils-2.20/gas/config/obj-elf.c [new file with mode: 0644]
contrib/binutils-2.20/gas/config/obj-elf.h [new file with mode: 0644]
contrib/binutils-2.20/gas/config/tc-i386-intel.c [new file with mode: 0644]
contrib/binutils-2.20/gas/config/tc-i386.c [new file with mode: 0644]
contrib/binutils-2.20/gas/config/tc-i386.h [new file with mode: 0644]
contrib/binutils-2.20/gas/depend.c [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/as.1 [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/as.texinfo [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/asconfig.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-alpha.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-arc.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-arm.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-avr.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-bfin.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-cr16.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-cris.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-d10v.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-d30v.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-h8300.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-hppa.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-i370.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-i386.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-i860.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-i960.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-ia64.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-ip2k.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-lm32.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-m32c.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-m32r.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-m68hc11.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-m68k.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-microblaze.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-mips.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-mmix.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-msp430.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-pdp11.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-pj.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-ppc.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-s390.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-score.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-sh.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-sh64.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-sparc.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-tic54x.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-v850.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-vax.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-xtensa.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-z80.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/c-z8k.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/doc/fdl.texi [new file with mode: 0644]
contrib/binutils-2.20/gas/dw2gencfi.c [new file with mode: 0644]
contrib/binutils-2.20/gas/dw2gencfi.h [new file with mode: 0644]
contrib/binutils-2.20/gas/dwarf2dbg.c [new file with mode: 0644]
contrib/binutils-2.20/gas/dwarf2dbg.h [new file with mode: 0644]
contrib/binutils-2.20/gas/ecoff.c [new file with mode: 0644]
contrib/binutils-2.20/gas/ecoff.h [new file with mode: 0644]
contrib/binutils-2.20/gas/ehopt.c [new file with mode: 0644]
contrib/binutils-2.20/gas/expr.c [new file with mode: 0644]
contrib/binutils-2.20/gas/expr.h [new file with mode: 0644]
contrib/binutils-2.20/gas/flonum-copy.c [new file with mode: 0644]
contrib/binutils-2.20/gas/flonum-konst.c [new file with mode: 0644]
contrib/binutils-2.20/gas/flonum-mult.c [new file with mode: 0644]
contrib/binutils-2.20/gas/flonum.h [new file with mode: 0644]
contrib/binutils-2.20/gas/frags.c [new file with mode: 0644]
contrib/binutils-2.20/gas/frags.h [new file with mode: 0644]
contrib/binutils-2.20/gas/hash.c [new file with mode: 0644]
contrib/binutils-2.20/gas/hash.h [new file with mode: 0644]
contrib/binutils-2.20/gas/input-file.c [new file with mode: 0644]
contrib/binutils-2.20/gas/input-file.h [new file with mode: 0644]
contrib/binutils-2.20/gas/input-scrub.c [new file with mode: 0644]
contrib/binutils-2.20/gas/listing.c [new file with mode: 0644]
contrib/binutils-2.20/gas/listing.h [new file with mode: 0644]
contrib/binutils-2.20/gas/literal.c [new file with mode: 0644]
contrib/binutils-2.20/gas/macro.c [new file with mode: 0644]
contrib/binutils-2.20/gas/macro.h [new file with mode: 0644]
contrib/binutils-2.20/gas/messages.c [new file with mode: 0644]
contrib/binutils-2.20/gas/obj.h [new file with mode: 0644]
contrib/binutils-2.20/gas/output-file.c [new file with mode: 0644]
contrib/binutils-2.20/gas/output-file.h [new file with mode: 0644]
contrib/binutils-2.20/gas/read.c [new file with mode: 0644]
contrib/binutils-2.20/gas/read.h [new file with mode: 0644]
contrib/binutils-2.20/gas/remap.c [new file with mode: 0644]
contrib/binutils-2.20/gas/sb.c [new file with mode: 0644]
contrib/binutils-2.20/gas/sb.h [new file with mode: 0644]
contrib/binutils-2.20/gas/stabs.c [new file with mode: 0644]
contrib/binutils-2.20/gas/struc-symbol.h [new file with mode: 0644]
contrib/binutils-2.20/gas/subsegs.c [new file with mode: 0644]
contrib/binutils-2.20/gas/subsegs.h [new file with mode: 0644]
contrib/binutils-2.20/gas/symbols.c [new file with mode: 0644]
contrib/binutils-2.20/gas/symbols.h [new file with mode: 0644]
contrib/binutils-2.20/gas/tc.h [new file with mode: 0644]
contrib/binutils-2.20/gas/write.c [new file with mode: 0644]
contrib/binutils-2.20/gas/write.h [new file with mode: 0644]
contrib/binutils-2.20/gold/README [new file with mode: 0644]
contrib/binutils-2.20/gold/archive.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/archive.h [new file with mode: 0644]
contrib/binutils-2.20/gold/arm.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/binary.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/binary.h [new file with mode: 0644]
contrib/binutils-2.20/gold/common.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/common.h [new file with mode: 0644]
contrib/binutils-2.20/gold/compressed_output.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/compressed_output.h [new file with mode: 0644]
contrib/binutils-2.20/gold/copy-relocs.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/copy-relocs.h [new file with mode: 0644]
contrib/binutils-2.20/gold/cref.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/cref.h [new file with mode: 0644]
contrib/binutils-2.20/gold/debug.h [new file with mode: 0644]
contrib/binutils-2.20/gold/defstd.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/defstd.h [new file with mode: 0644]
contrib/binutils-2.20/gold/descriptors.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/descriptors.h [new file with mode: 0644]
contrib/binutils-2.20/gold/dirsearch.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/dirsearch.h [new file with mode: 0644]
contrib/binutils-2.20/gold/dwarf_reader.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/dwarf_reader.h [new file with mode: 0644]
contrib/binutils-2.20/gold/dynobj.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/dynobj.h [new file with mode: 0644]
contrib/binutils-2.20/gold/ehframe.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/ehframe.h [new file with mode: 0644]
contrib/binutils-2.20/gold/errors.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/errors.h [new file with mode: 0644]
contrib/binutils-2.20/gold/expression.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/ffsll.c [new file with mode: 0644]
contrib/binutils-2.20/gold/fileread.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/fileread.h [new file with mode: 0644]
contrib/binutils-2.20/gold/freebsd.h [new file with mode: 0644]
contrib/binutils-2.20/gold/ftruncate.c [new file with mode: 0644]
contrib/binutils-2.20/gold/gc.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/gc.h [new file with mode: 0644]
contrib/binutils-2.20/gold/gold-threads.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/gold-threads.h [new file with mode: 0644]
contrib/binutils-2.20/gold/gold.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/gold.h [new file with mode: 0644]
contrib/binutils-2.20/gold/i386.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/icf.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/icf.h [new file with mode: 0644]
contrib/binutils-2.20/gold/incremental.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/incremental.h [new file with mode: 0644]
contrib/binutils-2.20/gold/layout.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/layout.h [new file with mode: 0644]
contrib/binutils-2.20/gold/main.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/mapfile.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/mapfile.h [new file with mode: 0644]
contrib/binutils-2.20/gold/merge.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/merge.h [new file with mode: 0644]
contrib/binutils-2.20/gold/mremap.c [new file with mode: 0644]
contrib/binutils-2.20/gold/object.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/object.h [new file with mode: 0644]
contrib/binutils-2.20/gold/options.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/options.h [new file with mode: 0644]
contrib/binutils-2.20/gold/output.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/output.h [new file with mode: 0644]
contrib/binutils-2.20/gold/parameters.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/parameters.h [new file with mode: 0644]
contrib/binutils-2.20/gold/plugin.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/plugin.h [new file with mode: 0644]
contrib/binutils-2.20/gold/powerpc.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/readsyms.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/readsyms.h [new file with mode: 0644]
contrib/binutils-2.20/gold/reduced_debug_output.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/reduced_debug_output.h [new file with mode: 0644]
contrib/binutils-2.20/gold/reloc-types.h [new file with mode: 0644]
contrib/binutils-2.20/gold/reloc.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/reloc.h [new file with mode: 0644]
contrib/binutils-2.20/gold/resolve.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/script-c.h [new file with mode: 0644]
contrib/binutils-2.20/gold/script-sections.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/script-sections.h [new file with mode: 0644]
contrib/binutils-2.20/gold/script.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/script.h [new file with mode: 0644]
contrib/binutils-2.20/gold/sparc.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/stringpool.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/stringpool.h [new file with mode: 0644]
contrib/binutils-2.20/gold/symtab.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/symtab.h [new file with mode: 0644]
contrib/binutils-2.20/gold/target-reloc.h [new file with mode: 0644]
contrib/binutils-2.20/gold/target-select.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/target-select.h [new file with mode: 0644]
contrib/binutils-2.20/gold/target.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/target.h [new file with mode: 0644]
contrib/binutils-2.20/gold/tls.h [new file with mode: 0644]
contrib/binutils-2.20/gold/token.h [new file with mode: 0644]
contrib/binutils-2.20/gold/version.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/workqueue-internal.h [new file with mode: 0644]
contrib/binutils-2.20/gold/workqueue-threads.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/workqueue.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/workqueue.h [new file with mode: 0644]
contrib/binutils-2.20/gold/x86_64.cc [new file with mode: 0644]
contrib/binutils-2.20/gold/yyscript.y [new file with mode: 0644]
contrib/binutils-2.20/include/COPYING [new file with mode: 0644]
contrib/binutils-2.20/include/COPYING3 [new file with mode: 0644]
contrib/binutils-2.20/include/alloca-conf.h [new file with mode: 0644]
contrib/binutils-2.20/include/ansidecl.h [new file with mode: 0644]
contrib/binutils-2.20/include/aout/aout64.h [new file with mode: 0644]
contrib/binutils-2.20/include/aout/ar.h [new file with mode: 0644]
contrib/binutils-2.20/include/aout/ranlib.h [new file with mode: 0644]
contrib/binutils-2.20/include/aout/stab.def [new file with mode: 0644]
contrib/binutils-2.20/include/aout/stab_gnu.h [new file with mode: 0644]
contrib/binutils-2.20/include/bfdlink.h [new file with mode: 0644]
contrib/binutils-2.20/include/binary-io.h [new file with mode: 0644]
contrib/binutils-2.20/include/coff/ecoff.h [new file with mode: 0644]
contrib/binutils-2.20/include/coff/external.h [new file with mode: 0644]
contrib/binutils-2.20/include/coff/i386.h [new file with mode: 0644]
contrib/binutils-2.20/include/coff/internal.h [new file with mode: 0644]
contrib/binutils-2.20/include/coff/pe.h [new file with mode: 0644]
contrib/binutils-2.20/include/coff/sym.h [new file with mode: 0644]
contrib/binutils-2.20/include/demangle.h [new file with mode: 0644]
contrib/binutils-2.20/include/dis-asm.h [new file with mode: 0644]
contrib/binutils-2.20/include/dwarf2.h [new file with mode: 0644]
contrib/binutils-2.20/include/dyn-string.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/alpha.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/arc.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/arm.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/avr.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/bfin.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/common.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/cr16.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/cris.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/crx.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/d10v.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/d30v.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/dlx.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/dwarf.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/external.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/fr30.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/frv.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/h8.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/hppa.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/i370.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/i386.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/i860.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/i960.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/ia64.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/internal.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/ip2k.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/iq2000.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/lm32.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/m32c.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/m32r.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/m68hc11.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/m68k.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mcore.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mep.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/microblaze.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mips.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mmix.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mn10200.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mn10300.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/msp430.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/mt.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/or32.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/pj.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/ppc.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/ppc64.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/reloc-macros.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/s390.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/score.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/sh.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/sparc.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/spu.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/v850.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/vax.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/vxworks.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/x86-64.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/xstormy16.h [new file with mode: 0644]
contrib/binutils-2.20/include/elf/xtensa.h [new file with mode: 0644]
contrib/binutils-2.20/include/filenames.h [new file with mode: 0644]
contrib/binutils-2.20/include/floatformat.h [new file with mode: 0644]
contrib/binutils-2.20/include/fnmatch.h [new file with mode: 0644]
contrib/binutils-2.20/include/fopen-same.h [new file with mode: 0644]
contrib/binutils-2.20/include/getopt.h [new file with mode: 0644]
contrib/binutils-2.20/include/hashtab.h [new file with mode: 0644]
contrib/binutils-2.20/include/ieee.h [new file with mode: 0644]
contrib/binutils-2.20/include/libiberty.h [new file with mode: 0644]
contrib/binutils-2.20/include/md5.h [new file with mode: 0644]
contrib/binutils-2.20/include/objalloc.h [new file with mode: 0644]
contrib/binutils-2.20/include/obstack.h [new file with mode: 0644]
contrib/binutils-2.20/include/opcode/i386.h [new file with mode: 0644]
contrib/binutils-2.20/include/progress.h [new file with mode: 0644]
contrib/binutils-2.20/include/safe-ctype.h [new file with mode: 0644]
contrib/binutils-2.20/include/sha1.h [new file with mode: 0644]
contrib/binutils-2.20/include/symcat.h [new file with mode: 0644]
contrib/binutils-2.20/ld/README [new file with mode: 0644]
contrib/binutils-2.20/ld/configdoc.texi [new file with mode: 0644]
contrib/binutils-2.20/ld/emulparams/README [new file with mode: 0644]
contrib/binutils-2.20/ld/emulparams/elf_i386.sh [new file with mode: 0644]
contrib/binutils-2.20/ld/emulparams/elf_x86_64.sh [new file with mode: 0644]
contrib/binutils-2.20/ld/emultempl/README [new file with mode: 0644]
contrib/binutils-2.20/ld/emultempl/astring.sed [new file with mode: 0644]
contrib/binutils-2.20/ld/emultempl/elf-generic.em [new file with mode: 0644]
contrib/binutils-2.20/ld/emultempl/elf32.em [new file with mode: 0644]
contrib/binutils-2.20/ld/fdl.texi [new file with mode: 0644]
contrib/binutils-2.20/ld/gen-doc.texi [new file with mode: 0644]
contrib/binutils-2.20/ld/genscripts.sh [new file with mode: 0755]
contrib/binutils-2.20/ld/ld.1 [new file with mode: 0644]
contrib/binutils-2.20/ld/ld.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ld.texinfo [new file with mode: 0644]
contrib/binutils-2.20/ld/ldcref.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldctor.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldctor.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldemul.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldemul.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldexp.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldexp.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldfile.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldfile.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldgram.y [new file with mode: 0644]
contrib/binutils-2.20/ld/ldlang.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldlang.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldlex-wrapper.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldlex.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldlex.l [new file with mode: 0644]
contrib/binutils-2.20/ld/ldmain.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldmain.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldmisc.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldmisc.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldver.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldver.h [new file with mode: 0644]
contrib/binutils-2.20/ld/ldwrite.c [new file with mode: 0644]
contrib/binutils-2.20/ld/ldwrite.h [new file with mode: 0644]
contrib/binutils-2.20/ld/lexsup.c [new file with mode: 0644]
contrib/binutils-2.20/ld/mri.c [new file with mode: 0644]
contrib/binutils-2.20/ld/mri.h [new file with mode: 0644]
contrib/binutils-2.20/ld/scripttempl/README [new file with mode: 0644]
contrib/binutils-2.20/ld/scripttempl/elf.sc [new file with mode: 0644]
contrib/binutils-2.20/ld/sysdep.h [new file with mode: 0644]
contrib/binutils-2.20/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.20/libiberty/README [new file with mode: 0644]
contrib/binutils-2.20/libiberty/argv.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/at-file.texi [new file with mode: 0644]
contrib/binutils-2.20/libiberty/choose-temp.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/concat.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/binutils-2.20/libiberty/cp-demint.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/dyn-string.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/filename_cmp.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/floatformat.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/getopt.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/getopt1.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/getpwd.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/getruntime.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/hashtab.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/hex.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/lbasename.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/lrealpath.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/md5.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/objalloc.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/obstack.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/sha1.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/stpcpy.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/unlink-if-ordinary.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/xatexit.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/xexit.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/xmalloc.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/xstrdup.c [new file with mode: 0644]
contrib/binutils-2.20/libiberty/xstrerror.c [new file with mode: 0644]
contrib/binutils-2.20/opcodes/dis-buf.c [new file with mode: 0644]
contrib/binutils-2.20/opcodes/dis-init.c [new file with mode: 0644]
contrib/binutils-2.20/opcodes/disassemble.c [new file with mode: 0644]
contrib/binutils-2.20/opcodes/i386-dis.c [new file with mode: 0644]
contrib/binutils-2.20/opcodes/i386-init.h [new file with mode: 0644]
contrib/binutils-2.20/opcodes/i386-opc.c [new file with mode: 0644]
contrib/binutils-2.20/opcodes/i386-opc.h [new file with mode: 0644]
contrib/binutils-2.20/opcodes/i386-tbl.h [new file with mode: 0644]
contrib/binutils-2.20/opcodes/opintl.h [new file with mode: 0644]
contrib/binutils-2.20/opcodes/sysdep.h [new file with mode: 0644]
contrib/binutils-2.21/COPYING [new file with mode: 0644]
contrib/binutils-2.21/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.21/COPYING3 [new file with mode: 0644]
contrib/binutils-2.21/COPYING3.LIB [new file with mode: 0644]
contrib/binutils-2.21/README [new file with mode: 0644]
contrib/binutils-2.21/README.DELETED [new file with mode: 0644]
contrib/binutils-2.21/README.DRAGONFLY [new file with mode: 0644]
contrib/binutils-2.21/bfd/COPYING [new file with mode: 0644]
contrib/binutils-2.21/bfd/README [new file with mode: 0644]
contrib/binutils-2.21/bfd/archive.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/archive64.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/archures.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/bfd-in2.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/bfd.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/bfdio.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/bfdver.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/bfdwin.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/binary.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/cache.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/coffgen.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/compress.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/config.bfd [new file with mode: 0644]
contrib/binutils-2.21/bfd/corefile.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/cpu-i386.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/cpu-l1om.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/doc/bfdsumm.texi [new file with mode: 0644]
contrib/binutils-2.21/bfd/doc/bfdver.texi [new file with mode: 0644]
contrib/binutils-2.21/bfd/dwarf1.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/dwarf2.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-attrs.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-bfd.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-eh-frame.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-ifunc.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-strtab.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-vxworks.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf-vxworks.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf32-gen.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf32-i386.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf32.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf64-gen.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf64-x86-64.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elf64.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elfcode.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/elfcore.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/elflink.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/elfxx-target.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/format.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/genlink.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/hash.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/ihex.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/init.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/libaout.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/libbfd.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/libbfd.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/libcoff.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/libecoff.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/linker.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/merge.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/opncls.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/plugin.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/reloc.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/section.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/simple.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/srec.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/stab-syms.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/stabs.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/syms.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/sysdep.h [new file with mode: 0644]
contrib/binutils-2.21/bfd/targets.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/targmatch.sed [new file with mode: 0644]
contrib/binutils-2.21/bfd/tekhex.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/verilog.c [new file with mode: 0644]
contrib/binutils-2.21/bfd/version.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/README [new file with mode: 0644]
contrib/binutils-2.21/binutils/addr2line.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/ar.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/arlex.l [new file with mode: 0644]
contrib/binutils-2.21/binutils/arparse.y [new file with mode: 0644]
contrib/binutils-2.21/binutils/arsup.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/arsup.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/binemul.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/binemul.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/bucomm.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/bucomm.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/budbg.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/cxxfilt.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/debug.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/debug.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/Makefile.am [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/Makefile.in [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/addr2line.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/ar.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/binutils.texi [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/elfedit.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/fdl.texi [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/nm.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/objcopy.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/objdump.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/ranlib.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/readelf.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/size.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/strings.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/doc/strip.1 [new file with mode: 0644]
contrib/binutils-2.21/binutils/dwarf.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/dwarf.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/elfcomm.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/elfcomm.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/elfedit.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/emul_vanilla.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/filemode.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/ieee.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/is-ranlib.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/is-strip.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/nm.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/not-ranlib.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/not-strip.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/objcopy.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/objdump.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/prdbg.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/rdcoff.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/rddbg.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/readelf.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/rename.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/size.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/stabs.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/strings.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/sysdep.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/unwind-ia64.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/unwind-ia64.h [new file with mode: 0644]
contrib/binutils-2.21/binutils/version.c [new file with mode: 0644]
contrib/binutils-2.21/binutils/wrstabs.c [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/README [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/arm.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/dwarf.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/elfcpp.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/elfcpp_file.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/elfcpp_internal.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/elfcpp_swap.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/i386.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/powerpc.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/sparc.h [new file with mode: 0644]
contrib/binutils-2.21/elfcpp/x86_64.h [new file with mode: 0644]
contrib/binutils-2.21/gas/COPYING [new file with mode: 0644]
contrib/binutils-2.21/gas/README [new file with mode: 0644]
contrib/binutils-2.21/gas/app.c [new file with mode: 0644]
contrib/binutils-2.21/gas/as.c [new file with mode: 0644]
contrib/binutils-2.21/gas/as.h [new file with mode: 0644]
contrib/binutils-2.21/gas/asintl.h [new file with mode: 0644]
contrib/binutils-2.21/gas/atof-generic.c [new file with mode: 0644]
contrib/binutils-2.21/gas/bignum.h [new file with mode: 0644]
contrib/binutils-2.21/gas/bit_fix.h [new file with mode: 0644]
contrib/binutils-2.21/gas/compress-debug.c [new file with mode: 0644]
contrib/binutils-2.21/gas/compress-debug.h [new file with mode: 0644]
contrib/binutils-2.21/gas/cond.c [new file with mode: 0644]
contrib/binutils-2.21/gas/config/atof-ieee.c [new file with mode: 0644]
contrib/binutils-2.21/gas/config/obj-elf.c [new file with mode: 0644]
contrib/binutils-2.21/gas/config/obj-elf.h [new file with mode: 0644]
contrib/binutils-2.21/gas/config/tc-i386-intel.c [new file with mode: 0644]
contrib/binutils-2.21/gas/config/tc-i386.c [new file with mode: 0644]
contrib/binutils-2.21/gas/config/tc-i386.h [new file with mode: 0644]
contrib/binutils-2.21/gas/config/te-dragonfly.h [new file with mode: 0644]
contrib/binutils-2.21/gas/depend.c [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/Makefile.am [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/Makefile.in [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/as.1 [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/as.texinfo [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/asconfig.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-alpha.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-arc.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-arm.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-avr.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-bfin.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-cr16.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-cris.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-d10v.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-d30v.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-h8300.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-hppa.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-i370.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-i386.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-i860.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-i960.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-ia64.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-ip2k.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-lm32.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-m32c.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-m32r.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-m68hc11.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-m68k.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-microblaze.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-mips.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-mmix.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-msp430.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-pdp11.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-pj.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-ppc.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-rx.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-s390.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-score.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-sh.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-sh64.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-sparc.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-tic54x.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-tic6x.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-v850.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-vax.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-xtensa.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-z80.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/doc/c-z8k.texi [new file with mode: 0644]
contrib/binutils-2.21/gas/dw2gencfi.c [new file with mode: 0644]
contrib/binutils-2.21/gas/dw2gencfi.h [new file with mode: 0644]
contrib/binutils-2.21/gas/dwarf2dbg.c [new file with mode: 0644]
contrib/binutils-2.21/gas/dwarf2dbg.h [new file with mode: 0644]
contrib/binutils-2.21/gas/ecoff.c [new file with mode: 0644]
contrib/binutils-2.21/gas/ecoff.h [new file with mode: 0644]
contrib/binutils-2.21/gas/ehopt.c [new file with mode: 0644]
contrib/binutils-2.21/gas/expr.c [new file with mode: 0644]
contrib/binutils-2.21/gas/expr.h [new file with mode: 0644]
contrib/binutils-2.21/gas/flonum-copy.c [new file with mode: 0644]
contrib/binutils-2.21/gas/flonum-konst.c [new file with mode: 0644]
contrib/binutils-2.21/gas/flonum-mult.c [new file with mode: 0644]
contrib/binutils-2.21/gas/flonum.h [new file with mode: 0644]
contrib/binutils-2.21/gas/frags.c [new file with mode: 0644]
contrib/binutils-2.21/gas/frags.h [new file with mode: 0644]
contrib/binutils-2.21/gas/hash.c [new file with mode: 0644]
contrib/binutils-2.21/gas/hash.h [new file with mode: 0644]
contrib/binutils-2.21/gas/input-file.c [new file with mode: 0644]
contrib/binutils-2.21/gas/input-file.h [new file with mode: 0644]
contrib/binutils-2.21/gas/input-scrub.c [new file with mode: 0644]
contrib/binutils-2.21/gas/listing.c [new file with mode: 0644]
contrib/binutils-2.21/gas/listing.h [new file with mode: 0644]
contrib/binutils-2.21/gas/literal.c [new file with mode: 0644]
contrib/binutils-2.21/gas/macro.c [new file with mode: 0644]
contrib/binutils-2.21/gas/macro.h [new file with mode: 0644]
contrib/binutils-2.21/gas/messages.c [new file with mode: 0644]
contrib/binutils-2.21/gas/obj.h [new file with mode: 0644]
contrib/binutils-2.21/gas/output-file.c [new file with mode: 0644]
contrib/binutils-2.21/gas/output-file.h [new file with mode: 0644]
contrib/binutils-2.21/gas/read.c [new file with mode: 0644]
contrib/binutils-2.21/gas/read.h [new file with mode: 0644]
contrib/binutils-2.21/gas/remap.c [new file with mode: 0644]
contrib/binutils-2.21/gas/sb.c [new file with mode: 0644]
contrib/binutils-2.21/gas/sb.h [new file with mode: 0644]
contrib/binutils-2.21/gas/stabs.c [new file with mode: 0644]
contrib/binutils-2.21/gas/struc-symbol.h [new file with mode: 0644]
contrib/binutils-2.21/gas/subsegs.c [new file with mode: 0644]
contrib/binutils-2.21/gas/subsegs.h [new file with mode: 0644]
contrib/binutils-2.21/gas/symbols.c [new file with mode: 0644]
contrib/binutils-2.21/gas/symbols.h [new file with mode: 0644]
contrib/binutils-2.21/gas/tc.h [new file with mode: 0644]
contrib/binutils-2.21/gas/write.c [new file with mode: 0644]
contrib/binutils-2.21/gas/write.h [new file with mode: 0644]
contrib/binutils-2.21/gold/README [new file with mode: 0644]
contrib/binutils-2.21/gold/archive.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/archive.h [new file with mode: 0644]
contrib/binutils-2.21/gold/arm-reloc-property.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/arm-reloc-property.h [new file with mode: 0644]
contrib/binutils-2.21/gold/arm-reloc.def [new file with mode: 0644]
contrib/binutils-2.21/gold/arm.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/attributes.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/attributes.h [new file with mode: 0644]
contrib/binutils-2.21/gold/binary.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/binary.h [new file with mode: 0644]
contrib/binutils-2.21/gold/common.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/common.h [new file with mode: 0644]
contrib/binutils-2.21/gold/compressed_output.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/compressed_output.h [new file with mode: 0644]
contrib/binutils-2.21/gold/copy-relocs.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/copy-relocs.h [new file with mode: 0644]
contrib/binutils-2.21/gold/cref.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/cref.h [new file with mode: 0644]
contrib/binutils-2.21/gold/debug.h [new file with mode: 0644]
contrib/binutils-2.21/gold/defstd.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/defstd.h [new file with mode: 0644]
contrib/binutils-2.21/gold/descriptors.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/descriptors.h [new file with mode: 0644]
contrib/binutils-2.21/gold/dirsearch.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/dirsearch.h [new file with mode: 0644]
contrib/binutils-2.21/gold/dwarf_reader.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/dwarf_reader.h [new file with mode: 0644]
contrib/binutils-2.21/gold/dynobj.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/dynobj.h [new file with mode: 0644]
contrib/binutils-2.21/gold/ehframe.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/ehframe.h [new file with mode: 0644]
contrib/binutils-2.21/gold/errors.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/errors.h [new file with mode: 0644]
contrib/binutils-2.21/gold/expression.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/ffsll.c [new file with mode: 0644]
contrib/binutils-2.21/gold/fileread.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/fileread.h [new file with mode: 0644]
contrib/binutils-2.21/gold/freebsd.h [new file with mode: 0644]
contrib/binutils-2.21/gold/ftruncate.c [new file with mode: 0644]
contrib/binutils-2.21/gold/gc.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/gc.h [new file with mode: 0644]
contrib/binutils-2.21/gold/gold-threads.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/gold-threads.h [new file with mode: 0644]
contrib/binutils-2.21/gold/gold.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/gold.h [new file with mode: 0644]
contrib/binutils-2.21/gold/i386.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/icf.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/icf.h [new file with mode: 0644]
contrib/binutils-2.21/gold/incremental-dump.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/incremental.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/incremental.h [new file with mode: 0644]
contrib/binutils-2.21/gold/int_encoding.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/int_encoding.h [new file with mode: 0644]
contrib/binutils-2.21/gold/layout.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/layout.h [new file with mode: 0644]
contrib/binutils-2.21/gold/main.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/mapfile.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/mapfile.h [new file with mode: 0644]
contrib/binutils-2.21/gold/merge.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/merge.h [new file with mode: 0644]
contrib/binutils-2.21/gold/mremap.c [new file with mode: 0644]
contrib/binutils-2.21/gold/object.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/object.h [new file with mode: 0644]
contrib/binutils-2.21/gold/options.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/options.h [new file with mode: 0644]
contrib/binutils-2.21/gold/output.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/output.h [new file with mode: 0644]
contrib/binutils-2.21/gold/parameters.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/parameters.h [new file with mode: 0644]
contrib/binutils-2.21/gold/plugin.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/plugin.h [new file with mode: 0644]
contrib/binutils-2.21/gold/powerpc.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/readsyms.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/readsyms.h [new file with mode: 0644]
contrib/binutils-2.21/gold/reduced_debug_output.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/reduced_debug_output.h [new file with mode: 0644]
contrib/binutils-2.21/gold/reloc-types.h [new file with mode: 0644]
contrib/binutils-2.21/gold/reloc.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/reloc.h [new file with mode: 0644]
contrib/binutils-2.21/gold/resolve.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/script-c.h [new file with mode: 0644]
contrib/binutils-2.21/gold/script-sections.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/script-sections.h [new file with mode: 0644]
contrib/binutils-2.21/gold/script.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/script.h [new file with mode: 0644]
contrib/binutils-2.21/gold/sparc.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/stringpool.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/stringpool.h [new file with mode: 0644]
contrib/binutils-2.21/gold/symtab.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/symtab.h [new file with mode: 0644]
contrib/binutils-2.21/gold/target-reloc.h [new file with mode: 0644]
contrib/binutils-2.21/gold/target-select.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/target-select.h [new file with mode: 0644]
contrib/binutils-2.21/gold/target.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/target.h [new file with mode: 0644]
contrib/binutils-2.21/gold/timer.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/timer.h [new file with mode: 0644]
contrib/binutils-2.21/gold/tls.h [new file with mode: 0644]
contrib/binutils-2.21/gold/token.h [new file with mode: 0644]
contrib/binutils-2.21/gold/version.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/workqueue-internal.h [new file with mode: 0644]
contrib/binutils-2.21/gold/workqueue-threads.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/workqueue.cc [new file with mode: 0644]
contrib/binutils-2.21/gold/workqueue.h [new file with mode: 0644]
contrib/binutils-2.21/gold/x86_64.cc [new file with mode: 0644]
contrib/binutils-2.21/gprof/README [new file with mode: 0644]
contrib/binutils-2.21/gprof/alpha.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/basic_blocks.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/basic_blocks.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/bsd_callg_bl.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/bsd_callg_bl.m [new file with mode: 0644]
contrib/binutils-2.21/gprof/call_graph.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/call_graph.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/cg_arcs.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/cg_arcs.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/cg_dfn.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/cg_dfn.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/cg_print.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/cg_print.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/config.texi [new file with mode: 0644]
contrib/binutils-2.21/gprof/corefile.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/corefile.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/fdl.texi [new file with mode: 0644]
contrib/binutils-2.21/gprof/flat_bl.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/flat_bl.m [new file with mode: 0644]
contrib/binutils-2.21/gprof/fsf_callg_bl.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/fsf_callg_bl.m [new file with mode: 0644]
contrib/binutils-2.21/gprof/gen-c-prog.awk [new file with mode: 0644]
contrib/binutils-2.21/gprof/gmon.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/gmon_io.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/gmon_io.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/gmon_out.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/gprof.1 [new file with mode: 0644]
contrib/binutils-2.21/gprof/gprof.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/gprof.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/gprof.info [new file with mode: 0644]
contrib/binutils-2.21/gprof/gprof.texi [new file with mode: 0644]
contrib/binutils-2.21/gprof/hertz.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/hertz.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/hist.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/hist.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/i386.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/mips.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/search_list.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/search_list.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/source.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/source.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/sparc.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/sym_ids.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/sym_ids.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/symtab.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/symtab.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/tahoe.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/utils.c [new file with mode: 0644]
contrib/binutils-2.21/gprof/utils.h [new file with mode: 0644]
contrib/binutils-2.21/gprof/vax.c [new file with mode: 0644]
contrib/binutils-2.21/include/COPYING [new file with mode: 0644]
contrib/binutils-2.21/include/COPYING3 [new file with mode: 0644]
contrib/binutils-2.21/include/alloca-conf.h [new file with mode: 0644]
contrib/binutils-2.21/include/ansidecl.h [new file with mode: 0644]
contrib/binutils-2.21/include/aout/aout64.h [new file with mode: 0644]
contrib/binutils-2.21/include/aout/ar.h [new file with mode: 0644]
contrib/binutils-2.21/include/aout/ranlib.h [new file with mode: 0644]
contrib/binutils-2.21/include/aout/stab.def [new file with mode: 0644]
contrib/binutils-2.21/include/aout/stab_gnu.h [new file with mode: 0644]
contrib/binutils-2.21/include/bfdlink.h [new file with mode: 0644]
contrib/binutils-2.21/include/binary-io.h [new file with mode: 0644]
contrib/binutils-2.21/include/coff/ecoff.h [new file with mode: 0644]
contrib/binutils-2.21/include/coff/external.h [new file with mode: 0644]
contrib/binutils-2.21/include/coff/i386.h [new file with mode: 0644]
contrib/binutils-2.21/include/coff/internal.h [new file with mode: 0644]
contrib/binutils-2.21/include/coff/pe.h [new file with mode: 0644]
contrib/binutils-2.21/include/coff/sym.h [new file with mode: 0644]
contrib/binutils-2.21/include/demangle.h [new file with mode: 0644]
contrib/binutils-2.21/include/dis-asm.h [new file with mode: 0644]
contrib/binutils-2.21/include/dwarf2.h [new file with mode: 0644]
contrib/binutils-2.21/include/dyn-string.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/alpha.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/arc.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/arm.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/avr.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/bfin.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/common.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/cr16.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/cr16c.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/cris.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/crx.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/d10v.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/d30v.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/dlx.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/dwarf.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/external.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/fr30.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/frv.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/h8.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/hppa.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/i370.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/i386.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/i860.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/i960.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/ia64.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/internal.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/ip2k.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/iq2000.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/lm32.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/m32c.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/m32r.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/m68hc11.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/m68k.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mcore.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mep.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/microblaze.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mips.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mmix.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mn10200.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mn10300.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/moxie.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/msp430.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/mt.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/openrisc.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/or32.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/pj.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/ppc.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/ppc64.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/reloc-macros.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/rx.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/s390.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/score.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/sh.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/sparc.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/spu.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/tic6x-attrs.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/tic6x.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/v850.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/vax.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/vxworks.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/x86-64.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/xc16x.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/xstormy16.h [new file with mode: 0644]
contrib/binutils-2.21/include/elf/xtensa.h [new file with mode: 0644]
contrib/binutils-2.21/include/filenames.h [new file with mode: 0644]
contrib/binutils-2.21/include/floatformat.h [new file with mode: 0644]
contrib/binutils-2.21/include/fnmatch.h [new file with mode: 0644]
contrib/binutils-2.21/include/fopen-same.h [new file with mode: 0644]
contrib/binutils-2.21/include/getopt.h [new file with mode: 0644]
contrib/binutils-2.21/include/hashtab.h [new file with mode: 0644]
contrib/binutils-2.21/include/ieee.h [new file with mode: 0644]
contrib/binutils-2.21/include/libiberty.h [new file with mode: 0644]
contrib/binutils-2.21/include/lto-symtab.h [new file with mode: 0644]
contrib/binutils-2.21/include/md5.h [new file with mode: 0644]
contrib/binutils-2.21/include/objalloc.h [new file with mode: 0644]
contrib/binutils-2.21/include/obstack.h [new file with mode: 0644]
contrib/binutils-2.21/include/opcode/i386.h [new file with mode: 0644]
contrib/binutils-2.21/include/plugin-api.h [new file with mode: 0644]
contrib/binutils-2.21/include/progress.h [new file with mode: 0644]
contrib/binutils-2.21/include/safe-ctype.h [new file with mode: 0644]
contrib/binutils-2.21/include/sha1.h [new file with mode: 0644]
contrib/binutils-2.21/include/simple-object.h [new file with mode: 0644]
contrib/binutils-2.21/include/symcat.h [new file with mode: 0644]
contrib/binutils-2.21/ld/README [new file with mode: 0644]
contrib/binutils-2.21/ld/configdoc.texi [new file with mode: 0644]
contrib/binutils-2.21/ld/emulparams/README [new file with mode: 0644]
contrib/binutils-2.21/ld/emulparams/elf_i386.sh [new file with mode: 0644]
contrib/binutils-2.21/ld/emulparams/elf_x86_64.sh [new file with mode: 0644]
contrib/binutils-2.21/ld/emultempl/README [new file with mode: 0644]
contrib/binutils-2.21/ld/emultempl/astring.sed [new file with mode: 0644]
contrib/binutils-2.21/ld/emultempl/elf-generic.em [new file with mode: 0644]
contrib/binutils-2.21/ld/emultempl/elf32.em [new file with mode: 0644]
contrib/binutils-2.21/ld/fdl.texi [new file with mode: 0644]
contrib/binutils-2.21/ld/gen-doc.texi [new file with mode: 0644]
contrib/binutils-2.21/ld/genscripts.sh [new file with mode: 0755]
contrib/binutils-2.21/ld/ld.1 [new file with mode: 0644]
contrib/binutils-2.21/ld/ld.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ld.texinfo [new file with mode: 0644]
contrib/binutils-2.21/ld/ldcref.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldctor.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldctor.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldemul.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldemul.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldexp.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldexp.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldfile.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldfile.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldgram.y [new file with mode: 0644]
contrib/binutils-2.21/ld/ldlang.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldlang.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldlex-wrapper.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldlex.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldlex.l [new file with mode: 0644]
contrib/binutils-2.21/ld/ldmain.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldmain.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldmisc.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldmisc.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldver.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldver.h [new file with mode: 0644]
contrib/binutils-2.21/ld/ldwrite.c [new file with mode: 0644]
contrib/binutils-2.21/ld/ldwrite.h [new file with mode: 0644]
contrib/binutils-2.21/ld/lexsup.c [new file with mode: 0644]
contrib/binutils-2.21/ld/mri.c [new file with mode: 0644]
contrib/binutils-2.21/ld/mri.h [new file with mode: 0644]
contrib/binutils-2.21/ld/plugin.c [new file with mode: 0644]
contrib/binutils-2.21/ld/plugin.h [new file with mode: 0644]
contrib/binutils-2.21/ld/scripttempl/README [new file with mode: 0644]
contrib/binutils-2.21/ld/scripttempl/elf.sc [new file with mode: 0644]
contrib/binutils-2.21/ld/sysdep.h [new file with mode: 0644]
contrib/binutils-2.21/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.21/libiberty/README [new file with mode: 0644]
contrib/binutils-2.21/libiberty/argv.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/at-file.texi [new file with mode: 0644]
contrib/binutils-2.21/libiberty/choose-temp.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/concat.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/binutils-2.21/libiberty/cp-demint.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/crc32.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/dyn-string.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/filename_cmp.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/floatformat.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/getopt.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/getopt1.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/getpwd.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/getruntime.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/hashtab.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/hex.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/lbasename.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/lrealpath.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/md5.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/mempcpy.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/objalloc.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/obstack.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/setproctitle.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/sha1.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/simple-object-coff.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/simple-object-common.h [new file with mode: 0644]
contrib/binutils-2.21/libiberty/simple-object-elf.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/simple-object-mach-o.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/simple-object.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/simple-object.txh [new file with mode: 0644]
contrib/binutils-2.21/libiberty/stpcpy.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/unlink-if-ordinary.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/xatexit.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/xexit.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/xmalloc.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/xstrdup.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/xstrerror.c [new file with mode: 0644]
contrib/binutils-2.21/libiberty/xstrndup.c [new file with mode: 0644]
contrib/binutils-2.21/opcodes/dis-buf.c [new file with mode: 0644]
contrib/binutils-2.21/opcodes/dis-init.c [new file with mode: 0644]
contrib/binutils-2.21/opcodes/disassemble.c [new file with mode: 0644]
contrib/binutils-2.21/opcodes/i386-dis.c [new file with mode: 0644]
contrib/binutils-2.21/opcodes/i386-init.h [new file with mode: 0644]
contrib/binutils-2.21/opcodes/i386-opc.c [new file with mode: 0644]
contrib/binutils-2.21/opcodes/i386-opc.h [new file with mode: 0644]
contrib/binutils-2.21/opcodes/i386-tbl.h [new file with mode: 0644]
contrib/binutils-2.21/opcodes/opintl.h [new file with mode: 0644]
contrib/binutils-2.21/opcodes/sysdep.h [new file with mode: 0644]
contrib/binutils-2.22/COPYING [new file with mode: 0644]
contrib/binutils-2.22/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.22/COPYING3 [new file with mode: 0644]
contrib/binutils-2.22/COPYING3.LIB [new file with mode: 0644]
contrib/binutils-2.22/README [new file with mode: 0644]
contrib/binutils-2.22/bfd/COPYING [new file with mode: 0644]
contrib/binutils-2.22/bfd/README [new file with mode: 0644]
contrib/binutils-2.22/bfd/archive.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/archive64.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/archures.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/bfd-in2.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/bfd.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/bfdio.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/bfdwin.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/binary.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/cache.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/coffgen.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/compress.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/config.bfd [new file with mode: 0644]
contrib/binutils-2.22/bfd/corefile.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/cpu-i386.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/cpu-l1om.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/doc/bfdsumm.texi [new file with mode: 0644]
contrib/binutils-2.22/bfd/doc/bfdver.texi [new file with mode: 0644]
contrib/binutils-2.22/bfd/dwarf1.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/dwarf2.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-attrs.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-bfd.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-eh-frame.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-ifunc.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-strtab.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-vxworks.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf-vxworks.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf32-gen.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf32-i386.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf32.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf64-gen.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf64-x86-64.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elf64.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elfcode.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/elfcore.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/elflink.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/elfxx-target.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/format.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/genlink.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/hash.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/ihex.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/init.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/libaout.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/libbfd.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/libbfd.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/libcoff.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/libecoff.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/linker.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/merge.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/opncls.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/plugin.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/reloc.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/section.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/simple.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/srec.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/stab-syms.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/stabs.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/syms.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/sysdep.h [new file with mode: 0644]
contrib/binutils-2.22/bfd/targets.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/targmatch.sed [new file with mode: 0644]
contrib/binutils-2.22/bfd/tekhex.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/verilog.c [new file with mode: 0644]
contrib/binutils-2.22/bfd/version.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/README [new file with mode: 0644]
contrib/binutils-2.22/binutils/addr2line.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/ar.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/arlex.l [new file with mode: 0644]
contrib/binutils-2.22/binutils/arparse.y [new file with mode: 0644]
contrib/binutils-2.22/binutils/arsup.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/arsup.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/binemul.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/binemul.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/bucomm.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/bucomm.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/budbg.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/cxxfilt.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/debug.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/debug.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/Makefile.am [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/Makefile.in [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/addr2line.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/ar.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/binutils.texi [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/elfedit.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/fdl.texi [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/nm.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/objcopy.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/objdump.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/ranlib.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/readelf.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/size.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/strings.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/doc/strip.1 [new file with mode: 0644]
contrib/binutils-2.22/binutils/dwarf-mode.el [new file with mode: 0644]
contrib/binutils-2.22/binutils/dwarf.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/dwarf.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/elfcomm.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/elfcomm.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/elfedit.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/emul_vanilla.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/filemode.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/ieee.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/is-ranlib.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/is-strip.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/nm.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/not-ranlib.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/not-strip.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/objcopy.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/objdump.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/objdump.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/od-xcoff.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/prdbg.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/rdcoff.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/rddbg.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/readelf.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/rename.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/size.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/stabs.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/strings.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/sysdep.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/unwind-ia64.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/unwind-ia64.h [new file with mode: 0644]
contrib/binutils-2.22/binutils/version.c [new file with mode: 0644]
contrib/binutils-2.22/binutils/wrstabs.c [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/README [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/arm.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/dwarf.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/elfcpp.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/elfcpp_file.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/elfcpp_internal.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/elfcpp_swap.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/i386.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/powerpc.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/sparc.h [new file with mode: 0644]
contrib/binutils-2.22/elfcpp/x86_64.h [new file with mode: 0644]
contrib/binutils-2.22/gas/COPYING [new file with mode: 0644]
contrib/binutils-2.22/gas/README [new file with mode: 0644]
contrib/binutils-2.22/gas/app.c [new file with mode: 0644]
contrib/binutils-2.22/gas/as.c [new file with mode: 0644]
contrib/binutils-2.22/gas/as.h [new file with mode: 0644]
contrib/binutils-2.22/gas/asintl.h [new file with mode: 0644]
contrib/binutils-2.22/gas/atof-generic.c [new file with mode: 0644]
contrib/binutils-2.22/gas/bignum.h [new file with mode: 0644]
contrib/binutils-2.22/gas/bit_fix.h [new file with mode: 0644]
contrib/binutils-2.22/gas/compress-debug.c [new file with mode: 0644]
contrib/binutils-2.22/gas/compress-debug.h [new file with mode: 0644]
contrib/binutils-2.22/gas/cond.c [new file with mode: 0644]
contrib/binutils-2.22/gas/config/atof-ieee.c [new file with mode: 0644]
contrib/binutils-2.22/gas/config/obj-elf.c [new file with mode: 0644]
contrib/binutils-2.22/gas/config/obj-elf.h [new file with mode: 0644]
contrib/binutils-2.22/gas/config/tc-i386-intel.c [new file with mode: 0644]
contrib/binutils-2.22/gas/config/tc-i386.c [new file with mode: 0644]
contrib/binutils-2.22/gas/config/tc-i386.h [new file with mode: 0644]
contrib/binutils-2.22/gas/config/te-dragonfly.h [new file with mode: 0644]
contrib/binutils-2.22/gas/depend.c [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/Makefile.am [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/Makefile.in [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/as.1 [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/as.texinfo [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/asconfig.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-alpha.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-arc.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-arm.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-avr.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-bfin.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-cr16.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-cris.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-d10v.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-d30v.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-h8300.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-hppa.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-i370.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-i386.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-i860.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-i960.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-ia64.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-ip2k.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-lm32.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-m32c.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-m32r.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-m68hc11.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-m68k.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-microblaze.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-mips.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-mmix.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-msp430.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-ns32k.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-pdp11.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-pj.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-ppc.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-rx.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-s390.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-score.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-sh.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-sh64.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-sparc.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-tic54x.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-tic6x.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-tilegx.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-tilepro.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-v850.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-vax.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-xstormy16.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-xtensa.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-z80.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/doc/c-z8k.texi [new file with mode: 0644]
contrib/binutils-2.22/gas/dw2gencfi.c [new file with mode: 0644]
contrib/binutils-2.22/gas/dw2gencfi.h [new file with mode: 0644]
contrib/binutils-2.22/gas/dwarf2dbg.c [new file with mode: 0644]
contrib/binutils-2.22/gas/dwarf2dbg.h [new file with mode: 0644]
contrib/binutils-2.22/gas/ecoff.c [new file with mode: 0644]
contrib/binutils-2.22/gas/ecoff.h [new file with mode: 0644]
contrib/binutils-2.22/gas/ehopt.c [new file with mode: 0644]
contrib/binutils-2.22/gas/expr.c [new file with mode: 0644]
contrib/binutils-2.22/gas/expr.h [new file with mode: 0644]
contrib/binutils-2.22/gas/flonum-copy.c [new file with mode: 0644]
contrib/binutils-2.22/gas/flonum-konst.c [new file with mode: 0644]
contrib/binutils-2.22/gas/flonum-mult.c [new file with mode: 0644]
contrib/binutils-2.22/gas/flonum.h [new file with mode: 0644]
contrib/binutils-2.22/gas/frags.c [new file with mode: 0644]
contrib/binutils-2.22/gas/frags.h [new file with mode: 0644]
contrib/binutils-2.22/gas/hash.c [new file with mode: 0644]
contrib/binutils-2.22/gas/hash.h [new file with mode: 0644]
contrib/binutils-2.22/gas/input-file.c [new file with mode: 0644]
contrib/binutils-2.22/gas/input-file.h [new file with mode: 0644]
contrib/binutils-2.22/gas/input-scrub.c [new file with mode: 0644]
contrib/binutils-2.22/gas/listing.c [new file with mode: 0644]
contrib/binutils-2.22/gas/listing.h [new file with mode: 0644]
contrib/binutils-2.22/gas/literal.c [new file with mode: 0644]
contrib/binutils-2.22/gas/macro.c [new file with mode: 0644]
contrib/binutils-2.22/gas/macro.h [new file with mode: 0644]
contrib/binutils-2.22/gas/messages.c [new file with mode: 0644]
contrib/binutils-2.22/gas/obj.h [new file with mode: 0644]
contrib/binutils-2.22/gas/output-file.c [new file with mode: 0644]
contrib/binutils-2.22/gas/output-file.h [new file with mode: 0644]
contrib/binutils-2.22/gas/read.c [new file with mode: 0644]
contrib/binutils-2.22/gas/read.h [new file with mode: 0644]
contrib/binutils-2.22/gas/remap.c [new file with mode: 0644]
contrib/binutils-2.22/gas/sb.c [new file with mode: 0644]
contrib/binutils-2.22/gas/sb.h [new file with mode: 0644]
contrib/binutils-2.22/gas/stabs.c [new file with mode: 0644]
contrib/binutils-2.22/gas/struc-symbol.h [new file with mode: 0644]
contrib/binutils-2.22/gas/subsegs.c [new file with mode: 0644]
contrib/binutils-2.22/gas/subsegs.h [new file with mode: 0644]
contrib/binutils-2.22/gas/symbols.c [new file with mode: 0644]
contrib/binutils-2.22/gas/symbols.h [new file with mode: 0644]
contrib/binutils-2.22/gas/tc.h [new file with mode: 0644]
contrib/binutils-2.22/gas/write.c [new file with mode: 0644]
contrib/binutils-2.22/gas/write.h [new file with mode: 0644]
contrib/binutils-2.22/gold/README [new file with mode: 0644]
contrib/binutils-2.22/gold/archive.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/archive.h [new file with mode: 0644]
contrib/binutils-2.22/gold/arm-reloc-property.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/arm-reloc-property.h [new file with mode: 0644]
contrib/binutils-2.22/gold/arm-reloc.def [new file with mode: 0644]
contrib/binutils-2.22/gold/arm.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/attributes.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/attributes.h [new file with mode: 0644]
contrib/binutils-2.22/gold/binary.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/binary.h [new file with mode: 0644]
contrib/binutils-2.22/gold/common.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/common.h [new file with mode: 0644]
contrib/binutils-2.22/gold/compressed_output.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/compressed_output.h [new file with mode: 0644]
contrib/binutils-2.22/gold/copy-relocs.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/copy-relocs.h [new file with mode: 0644]
contrib/binutils-2.22/gold/cref.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/cref.h [new file with mode: 0644]
contrib/binutils-2.22/gold/debug.h [new file with mode: 0644]
contrib/binutils-2.22/gold/defstd.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/defstd.h [new file with mode: 0644]
contrib/binutils-2.22/gold/descriptors.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/descriptors.h [new file with mode: 0644]
contrib/binutils-2.22/gold/dirsearch.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/dirsearch.h [new file with mode: 0644]
contrib/binutils-2.22/gold/dwarf_reader.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/dwarf_reader.h [new file with mode: 0644]
contrib/binutils-2.22/gold/dynobj.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/dynobj.h [new file with mode: 0644]
contrib/binutils-2.22/gold/ehframe.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/ehframe.h [new file with mode: 0644]
contrib/binutils-2.22/gold/errors.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/errors.h [new file with mode: 0644]
contrib/binutils-2.22/gold/expression.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/ffsll.c [new file with mode: 0644]
contrib/binutils-2.22/gold/fileread.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/fileread.h [new file with mode: 0644]
contrib/binutils-2.22/gold/freebsd.h [new file with mode: 0644]
contrib/binutils-2.22/gold/ftruncate.c [new file with mode: 0644]
contrib/binutils-2.22/gold/gc.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/gc.h [new file with mode: 0644]
contrib/binutils-2.22/gold/gold-threads.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/gold-threads.h [new file with mode: 0644]
contrib/binutils-2.22/gold/gold.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/gold.h [new file with mode: 0644]
contrib/binutils-2.22/gold/i386.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/icf.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/icf.h [new file with mode: 0644]
contrib/binutils-2.22/gold/incremental-dump.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/incremental.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/incremental.h [new file with mode: 0644]
contrib/binutils-2.22/gold/int_encoding.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/int_encoding.h [new file with mode: 0644]
contrib/binutils-2.22/gold/layout.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/layout.h [new file with mode: 0644]
contrib/binutils-2.22/gold/main.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/mapfile.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/mapfile.h [new file with mode: 0644]
contrib/binutils-2.22/gold/merge.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/merge.h [new file with mode: 0644]
contrib/binutils-2.22/gold/mremap.c [new file with mode: 0644]
contrib/binutils-2.22/gold/object.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/object.h [new file with mode: 0644]
contrib/binutils-2.22/gold/options.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/options.h [new file with mode: 0644]
contrib/binutils-2.22/gold/output.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/output.h [new file with mode: 0644]
contrib/binutils-2.22/gold/parameters.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/parameters.h [new file with mode: 0644]
contrib/binutils-2.22/gold/plugin.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/plugin.h [new file with mode: 0644]
contrib/binutils-2.22/gold/powerpc.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/readsyms.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/readsyms.h [new file with mode: 0644]
contrib/binutils-2.22/gold/reduced_debug_output.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/reduced_debug_output.h [new file with mode: 0644]
contrib/binutils-2.22/gold/reloc-types.h [new file with mode: 0644]
contrib/binutils-2.22/gold/reloc.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/reloc.h [new file with mode: 0644]
contrib/binutils-2.22/gold/resolve.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/script-c.h [new file with mode: 0644]
contrib/binutils-2.22/gold/script-sections.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/script-sections.h [new file with mode: 0644]
contrib/binutils-2.22/gold/script.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/script.h [new file with mode: 0644]
contrib/binutils-2.22/gold/sparc.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/stringpool.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/stringpool.h [new file with mode: 0644]
contrib/binutils-2.22/gold/symtab.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/symtab.h [new file with mode: 0644]
contrib/binutils-2.22/gold/target-reloc.h [new file with mode: 0644]
contrib/binutils-2.22/gold/target-select.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/target-select.h [new file with mode: 0644]
contrib/binutils-2.22/gold/target.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/target.h [new file with mode: 0644]
contrib/binutils-2.22/gold/timer.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/timer.h [new file with mode: 0644]
contrib/binutils-2.22/gold/tls.h [new file with mode: 0644]
contrib/binutils-2.22/gold/token.h [new file with mode: 0644]
contrib/binutils-2.22/gold/version.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/workqueue-internal.h [new file with mode: 0644]
contrib/binutils-2.22/gold/workqueue-threads.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/workqueue.cc [new file with mode: 0644]
contrib/binutils-2.22/gold/workqueue.h [new file with mode: 0644]
contrib/binutils-2.22/gold/x86_64.cc [new file with mode: 0644]
contrib/binutils-2.22/gprof/README [new file with mode: 0644]
contrib/binutils-2.22/gprof/alpha.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/basic_blocks.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/basic_blocks.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/bsd_callg_bl.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/bsd_callg_bl.m [new file with mode: 0644]
contrib/binutils-2.22/gprof/call_graph.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/call_graph.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/cg_arcs.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/cg_arcs.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/cg_dfn.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/cg_dfn.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/cg_print.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/cg_print.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/config.texi [new file with mode: 0644]
contrib/binutils-2.22/gprof/corefile.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/corefile.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/fdl.texi [new file with mode: 0644]
contrib/binutils-2.22/gprof/flat_bl.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/flat_bl.m [new file with mode: 0644]
contrib/binutils-2.22/gprof/fsf_callg_bl.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/fsf_callg_bl.m [new file with mode: 0644]
contrib/binutils-2.22/gprof/gen-c-prog.awk [new file with mode: 0644]
contrib/binutils-2.22/gprof/gmon.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/gmon_io.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/gmon_io.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/gmon_out.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/gprof.1 [new file with mode: 0644]
contrib/binutils-2.22/gprof/gprof.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/gprof.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/gprof.info [new file with mode: 0644]
contrib/binutils-2.22/gprof/gprof.texi [new file with mode: 0644]
contrib/binutils-2.22/gprof/hertz.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/hertz.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/hist.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/hist.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/i386.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/mips.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/search_list.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/search_list.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/source.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/source.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/sparc.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/sym_ids.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/sym_ids.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/symtab.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/symtab.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/tahoe.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/utils.c [new file with mode: 0644]
contrib/binutils-2.22/gprof/utils.h [new file with mode: 0644]
contrib/binutils-2.22/gprof/vax.c [new file with mode: 0644]
contrib/binutils-2.22/include/COPYING [new file with mode: 0644]
contrib/binutils-2.22/include/COPYING3 [new file with mode: 0644]
contrib/binutils-2.22/include/alloca-conf.h [new file with mode: 0644]
contrib/binutils-2.22/include/ansidecl.h [new file with mode: 0644]
contrib/binutils-2.22/include/aout/aout64.h [new file with mode: 0644]
contrib/binutils-2.22/include/aout/ar.h [new file with mode: 0644]
contrib/binutils-2.22/include/aout/ranlib.h [new file with mode: 0644]
contrib/binutils-2.22/include/aout/stab.def [new file with mode: 0644]
contrib/binutils-2.22/include/aout/stab_gnu.h [new file with mode: 0644]
contrib/binutils-2.22/include/bfdlink.h [new file with mode: 0644]
contrib/binutils-2.22/include/binary-io.h [new file with mode: 0644]
contrib/binutils-2.22/include/coff/ecoff.h [new file with mode: 0644]
contrib/binutils-2.22/include/coff/external.h [new file with mode: 0644]
contrib/binutils-2.22/include/coff/i386.h [new file with mode: 0644]
contrib/binutils-2.22/include/coff/internal.h [new file with mode: 0644]
contrib/binutils-2.22/include/coff/pe.h [new file with mode: 0644]
contrib/binutils-2.22/include/coff/sym.h [new file with mode: 0644]
contrib/binutils-2.22/include/demangle.h [new file with mode: 0644]
contrib/binutils-2.22/include/dis-asm.h [new file with mode: 0644]
contrib/binutils-2.22/include/dwarf2.h [new file with mode: 0644]
contrib/binutils-2.22/include/dyn-string.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/alpha.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/arc.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/arm.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/avr.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/bfin.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/common.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/cr16.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/cr16c.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/cris.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/crx.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/d10v.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/d30v.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/dlx.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/dwarf.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/external.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/fr30.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/frv.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/h8.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/hppa.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/i370.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/i386.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/i860.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/i960.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/ia64.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/internal.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/ip2k.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/iq2000.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/lm32.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/m32c.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/m32r.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/m68hc11.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/m68k.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mcore.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mep.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/microblaze.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mips.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mmix.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mn10200.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mn10300.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/moxie.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/msp430.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/mt.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/openrisc.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/or32.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/pj.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/ppc.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/ppc64.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/reloc-macros.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/rx.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/s390.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/score.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/sh.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/sparc.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/spu.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/tic6x-attrs.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/tic6x.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/tilegx.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/tilepro.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/v850.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/vax.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/vxworks.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/x86-64.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/xc16x.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/xstormy16.h [new file with mode: 0644]
contrib/binutils-2.22/include/elf/xtensa.h [new file with mode: 0644]
contrib/binutils-2.22/include/filenames.h [new file with mode: 0644]
contrib/binutils-2.22/include/floatformat.h [new file with mode: 0644]
contrib/binutils-2.22/include/fnmatch.h [new file with mode: 0644]
contrib/binutils-2.22/include/fopen-same.h [new file with mode: 0644]
contrib/binutils-2.22/include/getopt.h [new file with mode: 0644]
contrib/binutils-2.22/include/hashtab.h [new file with mode: 0644]
contrib/binutils-2.22/include/ieee.h [new file with mode: 0644]
contrib/binutils-2.22/include/libiberty.h [new file with mode: 0644]
contrib/binutils-2.22/include/lto-symtab.h [new file with mode: 0644]
contrib/binutils-2.22/include/mach-o/ChangeLog [new file with mode: 0644]
contrib/binutils-2.22/include/mach-o/external.h [new file with mode: 0644]
contrib/binutils-2.22/include/mach-o/loader.h [new file with mode: 0644]
contrib/binutils-2.22/include/mach-o/reloc.h [new file with mode: 0644]
contrib/binutils-2.22/include/mach-o/x86-64.h [new file with mode: 0644]
contrib/binutils-2.22/include/md5.h [new file with mode: 0644]
contrib/binutils-2.22/include/objalloc.h [new file with mode: 0644]
contrib/binutils-2.22/include/obstack.h [new file with mode: 0644]
contrib/binutils-2.22/include/opcode/i386.h [new file with mode: 0644]
contrib/binutils-2.22/include/plugin-api.h [new file with mode: 0644]
contrib/binutils-2.22/include/progress.h [new file with mode: 0644]
contrib/binutils-2.22/include/safe-ctype.h [new file with mode: 0644]
contrib/binutils-2.22/include/sha1.h [new file with mode: 0644]
contrib/binutils-2.22/include/simple-object.h [new file with mode: 0644]
contrib/binutils-2.22/include/symcat.h [new file with mode: 0644]
contrib/binutils-2.22/ld/README [new file with mode: 0644]
contrib/binutils-2.22/ld/configdoc.texi [new file with mode: 0644]
contrib/binutils-2.22/ld/emulparams/README [new file with mode: 0644]
contrib/binutils-2.22/ld/emulparams/elf_i386.sh [new file with mode: 0644]
contrib/binutils-2.22/ld/emulparams/elf_x86_64.sh [new file with mode: 0644]
contrib/binutils-2.22/ld/emulparams/plt_unwind.sh [new file with mode: 0644]
contrib/binutils-2.22/ld/emultempl/README [new file with mode: 0644]
contrib/binutils-2.22/ld/emultempl/astring.sed [new file with mode: 0644]
contrib/binutils-2.22/ld/emultempl/elf-generic.em [new file with mode: 0644]
contrib/binutils-2.22/ld/emultempl/elf32.em [new file with mode: 0644]
contrib/binutils-2.22/ld/fdl.texi [new file with mode: 0644]
contrib/binutils-2.22/ld/gen-doc.texi [new file with mode: 0644]
contrib/binutils-2.22/ld/genscripts.sh [new file with mode: 0755]
contrib/binutils-2.22/ld/ld.1 [new file with mode: 0644]
contrib/binutils-2.22/ld/ld.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ld.texinfo [new file with mode: 0644]
contrib/binutils-2.22/ld/ldcref.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldctor.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldctor.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldemul.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldemul.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldexp.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldexp.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldfile.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldfile.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldgram.y [new file with mode: 0644]
contrib/binutils-2.22/ld/ldlang.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldlang.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldlex-wrapper.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldlex.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldlex.l [new file with mode: 0644]
contrib/binutils-2.22/ld/ldmain.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldmain.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldmisc.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldmisc.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldver.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldver.h [new file with mode: 0644]
contrib/binutils-2.22/ld/ldwrite.c [new file with mode: 0644]
contrib/binutils-2.22/ld/ldwrite.h [new file with mode: 0644]
contrib/binutils-2.22/ld/lexsup.c [new file with mode: 0644]
contrib/binutils-2.22/ld/mri.c [new file with mode: 0644]
contrib/binutils-2.22/ld/mri.h [new file with mode: 0644]
contrib/binutils-2.22/ld/plugin.c [new file with mode: 0644]
contrib/binutils-2.22/ld/plugin.h [new file with mode: 0644]
contrib/binutils-2.22/ld/scripttempl/README [new file with mode: 0644]
contrib/binutils-2.22/ld/scripttempl/elf.sc [new file with mode: 0644]
contrib/binutils-2.22/ld/sysdep.h [new file with mode: 0644]
contrib/binutils-2.22/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/binutils-2.22/libiberty/README [new file with mode: 0644]
contrib/binutils-2.22/libiberty/argv.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/at-file.texi [new file with mode: 0644]
contrib/binutils-2.22/libiberty/choose-temp.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/concat.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/binutils-2.22/libiberty/cp-demint.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/crc32.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/dyn-string.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/filename_cmp.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/floatformat.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/getopt.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/getopt1.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/getpwd.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/getruntime.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/hashtab.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/hex.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/lbasename.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/lrealpath.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/md5.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/mempcpy.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/objalloc.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/obstack.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/setproctitle.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/sha1.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/simple-object-coff.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/simple-object-common.h [new file with mode: 0644]
contrib/binutils-2.22/libiberty/simple-object-elf.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/simple-object-mach-o.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/simple-object.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/simple-object.txh [new file with mode: 0644]
contrib/binutils-2.22/libiberty/stack-limit.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/stpcpy.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/unlink-if-ordinary.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/xatexit.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/xexit.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/xmalloc.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/xstrdup.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/xstrerror.c [new file with mode: 0644]
contrib/binutils-2.22/libiberty/xstrndup.c [new file with mode: 0644]
contrib/binutils-2.22/opcodes/dis-buf.c [new file with mode: 0644]
contrib/binutils-2.22/opcodes/dis-init.c [new file with mode: 0644]
contrib/binutils-2.22/opcodes/disassemble.c [new file with mode: 0644]
contrib/binutils-2.22/opcodes/i386-dis.c [new file with mode: 0644]
contrib/binutils-2.22/opcodes/i386-init.h [new file with mode: 0644]
contrib/binutils-2.22/opcodes/i386-opc.c [new file with mode: 0644]
contrib/binutils-2.22/opcodes/i386-opc.h [new file with mode: 0644]
contrib/binutils-2.22/opcodes/i386-tbl.h [new file with mode: 0644]
contrib/binutils-2.22/opcodes/opintl.h [new file with mode: 0644]
contrib/binutils-2.22/opcodes/sysdep.h [new file with mode: 0644]
contrib/bzip2/CHANGES [new file with mode: 0644]
contrib/bzip2/LICENSE [new file with mode: 0644]
contrib/bzip2/README [new file with mode: 0644]
contrib/bzip2/README.DELETED [new file with mode: 0644]
contrib/bzip2/README.DRAGONFLY [new file with mode: 0644]
contrib/bzip2/blocksort.c [new file with mode: 0644]
contrib/bzip2/bzip2.1 [new file with mode: 0644]
contrib/bzip2/bzip2.c [new file with mode: 0644]
contrib/bzip2/bzip2recover.c [new file with mode: 0644]
contrib/bzip2/bzlib.c [new file with mode: 0644]
contrib/bzip2/bzlib.h [new file with mode: 0644]
contrib/bzip2/bzlib_private.h [new file with mode: 0644]
contrib/bzip2/compress.c [new file with mode: 0644]
contrib/bzip2/crctable.c [new file with mode: 0644]
contrib/bzip2/decompress.c [new file with mode: 0644]
contrib/bzip2/huffman.c [new file with mode: 0644]
contrib/bzip2/randtable.c [new file with mode: 0644]
contrib/com_err/ChangeLog [new file with mode: 0644]
contrib/com_err/Makefile.am [new file with mode: 0644]
contrib/com_err/Makefile.in [new file with mode: 0644]
contrib/com_err/com_err.3 [new file with mode: 0644]
contrib/com_err/com_err.c [new file with mode: 0644]
contrib/com_err/com_err.h [new file with mode: 0644]
contrib/com_err/com_right.h [new file with mode: 0644]
contrib/com_err/compile_et.1 [new file with mode: 0644]
contrib/com_err/compile_et.c [new file with mode: 0644]
contrib/com_err/compile_et.h [new file with mode: 0644]
contrib/com_err/error.c [new file with mode: 0644]
contrib/com_err/getarg.c [new file with mode: 0644]
contrib/com_err/getarg.h [new file with mode: 0644]
contrib/com_err/lex.l [new file with mode: 0644]
contrib/com_err/parse.y [new file with mode: 0644]
contrib/com_err/roken_rename.h [new file with mode: 0644]
contrib/cryptsetup/ABOUT-NLS [new file with mode: 0644]
contrib/cryptsetup/AUTHORS [new file with mode: 0644]
contrib/cryptsetup/COPYING [new file with mode: 0644]
contrib/cryptsetup/ChangeLog [new file with mode: 0644]
contrib/cryptsetup/INSTALL [new file with mode: 0644]
contrib/cryptsetup/Makefile.am [new file with mode: 0644]
contrib/cryptsetup/Makefile.in [new file with mode: 0644]
contrib/cryptsetup/NEWS [new file with mode: 0644]
contrib/cryptsetup/README [new file with mode: 0644]
contrib/cryptsetup/README.DELETED [new file with mode: 0644]
contrib/cryptsetup/README.DRAGONFLY [new file with mode: 0644]
contrib/cryptsetup/TODO [new file with mode: 0644]
contrib/cryptsetup/config.h [new file with mode: 0644]
contrib/cryptsetup/config.h.in [new file with mode: 0644]
contrib/cryptsetup/lib/Makefile.am [new file with mode: 0644]
contrib/cryptsetup/lib/Makefile.in [new file with mode: 0644]
contrib/cryptsetup/lib/backends.c [new file with mode: 0644]
contrib/cryptsetup/lib/blockdev.h [new file with mode: 0644]
contrib/cryptsetup/lib/gcrypt.c [new file with mode: 0644]
contrib/cryptsetup/lib/internal.h [new file with mode: 0644]
contrib/cryptsetup/lib/libcryptsetup.h [new file with mode: 0644]
contrib/cryptsetup/lib/libcryptsetup.pc.in [new file with mode: 0644]
contrib/cryptsetup/lib/libcryptsetup.sym [new file with mode: 0644]
contrib/cryptsetup/lib/libdevmapper.c [new file with mode: 0644]
contrib/cryptsetup/lib/nls.h [new file with mode: 0644]
contrib/cryptsetup/lib/setup.c [new file with mode: 0644]
contrib/cryptsetup/lib/utils.c [new file with mode: 0644]
contrib/cryptsetup/lib/utils_debug.c [new file with mode: 0644]
contrib/cryptsetup/luks/Makefile.am [new file with mode: 0644]
contrib/cryptsetup/luks/Makefile.in [new file with mode: 0644]
contrib/cryptsetup/luks/af.c [new file with mode: 0644]
contrib/cryptsetup/luks/af.h [new file with mode: 0644]
contrib/cryptsetup/luks/hexprint.c [new file with mode: 0644]
contrib/cryptsetup/luks/keyencryption.c [new file with mode: 0644]
contrib/cryptsetup/luks/keymanage.c [new file with mode: 0644]
contrib/cryptsetup/luks/luks.h [new file with mode: 0644]
contrib/cryptsetup/luks/pbkdf.c [new file with mode: 0644]
contrib/cryptsetup/luks/pbkdf.h [new file with mode: 0644]
contrib/cryptsetup/luks/random.c [new file with mode: 0644]
contrib/cryptsetup/luks/random.h [new file with mode: 0644]
contrib/cryptsetup/man/Makefile.am [new file with mode: 0644]
contrib/cryptsetup/man/Makefile.in [new file with mode: 0644]
contrib/cryptsetup/man/cryptsetup.8 [new file with mode: 0644]
contrib/cryptsetup/po/LINGUAS [new file with mode: 0644]
contrib/cryptsetup/po/Makefile.in.in [new file with mode: 0644]
contrib/cryptsetup/po/Makevars [new file with mode: 0644]
contrib/cryptsetup/po/POTFILES.in [new file with mode: 0644]
contrib/cryptsetup/po/Rules-quot [new file with mode: 0644]
contrib/cryptsetup/po/boldquot.sed [new file with mode: 0644]
contrib/cryptsetup/po/cryptsetup.pot [new file with mode: 0644]
contrib/cryptsetup/po/de.gmo [new file with mode: 0644]
contrib/cryptsetup/po/en@boldquot.header [new file with mode: 0644]
contrib/cryptsetup/po/en@quot.header [new file with mode: 0644]
contrib/cryptsetup/po/fr.gmo [new file with mode: 0644]
contrib/cryptsetup/po/id.gmo [new file with mode: 0644]
contrib/cryptsetup/po/insert-header.sin [new file with mode: 0644]
contrib/cryptsetup/po/it.gmo [new file with mode: 0644]
contrib/cryptsetup/po/nl.gmo [new file with mode: 0644]
contrib/cryptsetup/po/quot.sed [new file with mode: 0644]
contrib/cryptsetup/po/remove-potcdate.sin [new file with mode: 0644]
contrib/cryptsetup/po/stamp-po [new file with mode: 0644]
contrib/cryptsetup/po/sv.gmo [new file with mode: 0644]
contrib/cryptsetup/po/vi.gmo [new file with mode: 0644]
contrib/cryptsetup/src/Makefile.am [new file with mode: 0644]
contrib/cryptsetup/src/Makefile.in [new file with mode: 0644]
contrib/cryptsetup/src/cryptsetup.c [new file with mode: 0644]
contrib/cryptsetup/src/cryptsetup.h [new file with mode: 0644]
contrib/cryptsetup/tests/Makefile.am [new file with mode: 0644]
contrib/cryptsetup/tests/Makefile.in [new file with mode: 0644]
contrib/cryptsetup/tests/align-test [new file with mode: 0755]
contrib/cryptsetup/tests/api-test.c [new file with mode: 0644]
contrib/cryptsetup/tests/compat-test [new file with mode: 0755]
contrib/cryptsetup/tests/compatimage.img.bz2 [new file with mode: 0644]
contrib/cryptsetup/tests/fileDiffer.py [new file with mode: 0755]
contrib/cvs-1.12/COPYING [new file with mode: 0644]
contrib/cvs-1.12/COPYING.LIB [new file with mode: 0644]
contrib/cvs-1.12/README [new file with mode: 0644]
contrib/cvs-1.12/README.DELETED [new file with mode: 0644]
contrib/cvs-1.12/README.DRAGONFLY [new file with mode: 0644]
contrib/cvs-1.12/contrib/README [new file with mode: 0644]
contrib/cvs-1.12/contrib/clmerge.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/cln_hist.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/commit_prep.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/cvs2vendor.sh [new file with mode: 0644]
contrib/cvs-1.12/contrib/cvs_acls.html [new file with mode: 0644]
contrib/cvs-1.12/contrib/cvs_acls.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/cvshelp.man [new file with mode: 0644]
contrib/cvs-1.12/contrib/descend.man [new file with mode: 0644]
contrib/cvs-1.12/contrib/intro.doc [new file with mode: 0644]
contrib/cvs-1.12/contrib/log.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/log_accum.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/mfpipe.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/pam/ChangeLog [new file with mode: 0644]
contrib/cvs-1.12/contrib/pam/cvs.linux [new file with mode: 0644]
contrib/cvs-1.12/contrib/rcs-5.7-commitid.patch [new file with mode: 0644]
contrib/cvs-1.12/contrib/rcs-to-cvs.sh [new file with mode: 0644]
contrib/cvs-1.12/contrib/rcs2log.1 [new file with mode: 0644]
contrib/cvs-1.12/contrib/rcs2log.sh [new file with mode: 0644]
contrib/cvs-1.12/contrib/rcslock.in [new file with mode: 0755]
contrib/cvs-1.12/contrib/sccs2rcs.in [new file with mode: 0755]
contrib/cvs-1.12/diff/analyze.c [new file with mode: 0644]
contrib/cvs-1.12/diff/cmpbuf.c [new file with mode: 0644]
contrib/cvs-1.12/diff/cmpbuf.h [new file with mode: 0644]
contrib/cvs-1.12/diff/context.c [new file with mode: 0644]
contrib/cvs-1.12/diff/diff.c [new file with mode: 0644]
contrib/cvs-1.12/diff/diff.h [new file with mode: 0644]
contrib/cvs-1.12/diff/diff3.c [new file with mode: 0644]
contrib/cvs-1.12/diff/diffrun.h [new file with mode: 0644]
contrib/cvs-1.12/diff/dir.c [new file with mode: 0644]
contrib/cvs-1.12/diff/ed.c [new file with mode: 0644]
contrib/cvs-1.12/diff/ifdef.c [new file with mode: 0644]
contrib/cvs-1.12/diff/io.c [new file with mode: 0644]
contrib/cvs-1.12/diff/normal.c [new file with mode: 0644]
contrib/cvs-1.12/diff/side.c [new file with mode: 0644]
contrib/cvs-1.12/diff/system.h [new file with mode: 0644]
contrib/cvs-1.12/diff/util.c [new file with mode: 0644]
contrib/cvs-1.12/diff/version.c [new file with mode: 0644]
contrib/cvs-1.12/doc/HACKING.DOCS [new file with mode: 0644]
contrib/cvs-1.12/doc/cvs-paper.pdf [new file with mode: 0644]
contrib/cvs-1.12/doc/cvs.1 [new file with mode: 0644]
contrib/cvs-1.12/doc/cvs.man.footer [new file with mode: 0644]
contrib/cvs-1.12/doc/cvs.man.header [new file with mode: 0644]
contrib/cvs-1.12/doc/cvs.pdf [new file with mode: 0644]
contrib/cvs-1.12/doc/cvs.texinfo [new file with mode: 0644]
contrib/cvs-1.12/doc/cvsclient.pdf [new file with mode: 0644]
contrib/cvs-1.12/doc/cvsclient.texi [new file with mode: 0644]
contrib/cvs-1.12/doc/getdate-cvs.texi [new file with mode: 0644]
contrib/cvs-1.12/doc/getdate.texi [new file with mode: 0644]
contrib/cvs-1.12/doc/i18n/ChangeLog [new file with mode: 0644]
contrib/cvs-1.12/doc/i18n/README [new file with mode: 0644]
contrib/cvs-1.12/doc/i18n/pt_BR/ChangeLog [new file with mode: 0644]
contrib/cvs-1.12/doc/i18n/pt_BR/README [new file with mode: 0644]
contrib/cvs-1.12/doc/i18n/pt_BR/cvs.texinfo [new file with mode: 0644]
contrib/cvs-1.12/doc/mkman.pl [new file with mode: 0644]
contrib/cvs-1.12/doc/version-client.texi [new file with mode: 0644]
contrib/cvs-1.12/doc/version.texi [new file with mode: 0644]
contrib/cvs-1.12/doc/writeproxy.rtf [new file with mode: 0644]
contrib/cvs-1.12/lib/README [new file with mode: 0644]
contrib/cvs-1.12/lib/__fpending.h [new file with mode: 0644]
contrib/cvs-1.12/lib/alloca_.h [new file with mode: 0644]
contrib/cvs-1.12/lib/allocsa.c [new file with mode: 0644]
contrib/cvs-1.12/lib/allocsa.h [new file with mode: 0644]
contrib/cvs-1.12/lib/asnprintf.c [new file with mode: 0644]
contrib/cvs-1.12/lib/basename.c [new file with mode: 0644]
contrib/cvs-1.12/lib/canon-host.c [new file with mode: 0644]
contrib/cvs-1.12/lib/canon-host.h [new file with mode: 0644]
contrib/cvs-1.12/lib/canonicalize.c [new file with mode: 0644]
contrib/cvs-1.12/lib/canonicalize.h [new file with mode: 0644]
contrib/cvs-1.12/lib/closeout.c [new file with mode: 0644]
contrib/cvs-1.12/lib/closeout.h [new file with mode: 0644]
contrib/cvs-1.12/lib/cycle-check.c [new file with mode: 0644]
contrib/cvs-1.12/lib/cycle-check.h [new file with mode: 0644]
contrib/cvs-1.12/lib/dev-ino.h [new file with mode: 0644]
contrib/cvs-1.12/lib/dirname.c [new file with mode: 0644]
contrib/cvs-1.12/lib/dirname.h [new file with mode: 0644]
contrib/cvs-1.12/lib/dup-safer.c [new file with mode: 0644]
contrib/cvs-1.12/lib/error.h [new file with mode: 0644]
contrib/cvs-1.12/lib/exit.h [new file with mode: 0644]
contrib/cvs-1.12/lib/exitfail.c [new file with mode: 0644]
contrib/cvs-1.12/lib/exitfail.h [new file with mode: 0644]
contrib/cvs-1.12/lib/fd-safer.c [new file with mode: 0644]
contrib/cvs-1.12/lib/filenamecat.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getaddrinfo.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getdate.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getdate.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getdelim.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getdelim.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getline.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getline.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getlogin_r.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getndelim2.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getndelim2.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getnline.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getnline.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getopt.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getopt1.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getopt_.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getopt_int.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getpagesize.h [new file with mode: 0644]
contrib/cvs-1.12/lib/getpass.c [new file with mode: 0644]
contrib/cvs-1.12/lib/getpass.h [new file with mode: 0644]
contrib/cvs-1.12/lib/gettext.h [new file with mode: 0644]
contrib/cvs-1.12/lib/gettime.c [new file with mode: 0644]
contrib/cvs-1.12/lib/glob-libc.h [new file with mode: 0644]
contrib/cvs-1.12/lib/glob.c [new file with mode: 0644]
contrib/cvs-1.12/lib/glob_.h [new file with mode: 0644]
contrib/cvs-1.12/lib/lstat.h [new file with mode: 0644]
contrib/cvs-1.12/lib/mbchar.c [new file with mode: 0644]
contrib/cvs-1.12/lib/mbchar.h [new file with mode: 0644]
contrib/cvs-1.12/lib/mbuiter.h [new file with mode: 0644]
contrib/cvs-1.12/lib/md5.c [new file with mode: 0644]
contrib/cvs-1.12/lib/md5.h [new file with mode: 0644]
contrib/cvs-1.12/lib/mempcpy.c [new file with mode: 0644]
contrib/cvs-1.12/lib/mempcpy.h [new file with mode: 0644]
contrib/cvs-1.12/lib/memrchr.c [new file with mode: 0644]
contrib/cvs-1.12/lib/memrchr.h [new file with mode: 0644]
contrib/cvs-1.12/lib/minmax.h [new file with mode: 0644]
contrib/cvs-1.12/lib/mktime.c [new file with mode: 0644]
contrib/cvs-1.12/lib/pagealign_alloc.c [new file with mode: 0644]
contrib/cvs-1.12/lib/pagealign_alloc.h [new file with mode: 0644]
contrib/cvs-1.12/lib/pathmax.h [new file with mode: 0644]
contrib/cvs-1.12/lib/printf-args.c [new file with mode: 0644]
contrib/cvs-1.12/lib/printf-args.h [new file with mode: 0644]
contrib/cvs-1.12/lib/printf-parse.c [new file with mode: 0644]
contrib/cvs-1.12/lib/printf-parse.h [new file with mode: 0644]
contrib/cvs-1.12/lib/quotearg.c [new file with mode: 0644]
contrib/cvs-1.12/lib/quotearg.h [new file with mode: 0644]
contrib/cvs-1.12/lib/regcomp.c [new file with mode: 0644]
contrib/cvs-1.12/lib/regex.c [new file with mode: 0644]
contrib/cvs-1.12/lib/regex.h [new file with mode: 0644]
contrib/cvs-1.12/lib/regex_internal.c [new file with mode: 0644]
contrib/cvs-1.12/lib/regex_internal.h [new file with mode: 0644]
contrib/cvs-1.12/lib/regexec.c [new file with mode: 0644]
contrib/cvs-1.12/lib/rpmatch.c [new file with mode: 0644]
contrib/cvs-1.12/lib/save-cwd.c [new file with mode: 0644]
contrib/cvs-1.12/lib/save-cwd.h [new file with mode: 0644]
contrib/cvs-1.12/lib/setenv.h [new file with mode: 0644]
contrib/cvs-1.12/lib/sighandle.c [new file with mode: 0644]
contrib/cvs-1.12/lib/stat-macros.h [new file with mode: 0644]
contrib/cvs-1.12/lib/strcase.h [new file with mode: 0644]
contrib/cvs-1.12/lib/strcasecmp.c [new file with mode: 0644]
contrib/cvs-1.12/lib/strdup.h [new file with mode: 0644]
contrib/cvs-1.12/lib/strftime.c [new file with mode: 0644]
contrib/cvs-1.12/lib/strftime.h [new file with mode: 0644]
contrib/cvs-1.12/lib/stripslash.c [new file with mode: 0644]
contrib/cvs-1.12/lib/strnlen1.c [new file with mode: 0644]
contrib/cvs-1.12/lib/strnlen1.h [new file with mode: 0644]
contrib/cvs-1.12/lib/system.h [new file with mode: 0644]
contrib/cvs-1.12/lib/time_r.h [new file with mode: 0644]
contrib/cvs-1.12/lib/timespec.h [new file with mode: 0644]
contrib/cvs-1.12/lib/unistd-safer.h [new file with mode: 0644]
contrib/cvs-1.12/lib/unlocked-io.h [new file with mode: 0644]
contrib/cvs-1.12/lib/vasnprintf.c [new file with mode: 0644]
contrib/cvs-1.12/lib/vasnprintf.h [new file with mode: 0644]
contrib/cvs-1.12/lib/vasprintf.h [new file with mode: 0644]
contrib/cvs-1.12/lib/wait.h [new file with mode: 0644]
contrib/cvs-1.12/lib/xalloc-die.c [new file with mode: 0644]
contrib/cvs-1.12/lib/xalloc.h [new file with mode: 0644]
contrib/cvs-1.12/lib/xgetcwd.c [new file with mode: 0644]
contrib/cvs-1.12/lib/xgetcwd.h [new file with mode: 0644]
contrib/cvs-1.12/lib/xgethostname.c [new file with mode: 0644]
contrib/cvs-1.12/lib/xgethostname.h [new file with mode: 0644]
contrib/cvs-1.12/lib/xmalloc.c [new file with mode: 0644]
contrib/cvs-1.12/lib/xreadlink.c [new file with mode: 0644]
contrib/cvs-1.12/lib/xreadlink.h [new file with mode: 0644]
contrib/cvs-1.12/lib/xselect.h [new file with mode: 0644]
contrib/cvs-1.12/lib/xsize.h [new file with mode: 0644]
contrib/cvs-1.12/lib/yesno.c [new file with mode: 0644]
contrib/cvs-1.12/lib/yesno.h [new file with mode: 0644]
contrib/cvs-1.12/man/cvs.5 [new file with mode: 0644]
contrib/cvs-1.12/src/add.c [new file with mode: 0644]
contrib/cvs-1.12/src/admin.c [new file with mode: 0644]
contrib/cvs-1.12/src/annotate.c [new file with mode: 0644]
contrib/cvs-1.12/src/buffer.c [new file with mode: 0644]
contrib/cvs-1.12/src/buffer.h [new file with mode: 0644]
contrib/cvs-1.12/src/checkin.c [new file with mode: 0644]
contrib/cvs-1.12/src/checkout.c [new file with mode: 0644]
contrib/cvs-1.12/src/classify.c [new file with mode: 0644]
contrib/cvs-1.12/src/client.c [new file with mode: 0644]
contrib/cvs-1.12/src/client.h [new file with mode: 0644]
contrib/cvs-1.12/src/commit.c [new file with mode: 0644]
contrib/cvs-1.12/src/create_adm.c [new file with mode: 0644]
contrib/cvs-1.12/src/cvs.h [new file with mode: 0644]
contrib/cvs-1.12/src/cvsrc.c [new file with mode: 0644]
contrib/cvs-1.12/src/diff.c [new file with mode: 0644]
contrib/cvs-1.12/src/edit.c [new file with mode: 0644]
contrib/cvs-1.12/src/edit.h [new file with mode: 0644]
contrib/cvs-1.12/src/entries.c [new file with mode: 0644]
contrib/cvs-1.12/src/error.c [new file with mode: 0644]
contrib/cvs-1.12/src/exithandle.c [new file with mode: 0644]
contrib/cvs-1.12/src/expand_path.c [new file with mode: 0644]
contrib/cvs-1.12/src/fileattr.c [new file with mode: 0644]
contrib/cvs-1.12/src/fileattr.h [new file with mode: 0644]
contrib/cvs-1.12/src/filesubr.c [new file with mode: 0644]
contrib/cvs-1.12/src/find_names.c [new file with mode: 0644]
contrib/cvs-1.12/src/hardlink.c [new file with mode: 0644]
contrib/cvs-1.12/src/hardlink.h [new file with mode: 0644]
contrib/cvs-1.12/src/hash.c [new file with mode: 0644]
contrib/cvs-1.12/src/hash.h [new file with mode: 0644]
contrib/cvs-1.12/src/history.c [new file with mode: 0644]
contrib/cvs-1.12/src/history.h [new file with mode: 0644]
contrib/cvs-1.12/src/ignore.c [new file with mode: 0644]
contrib/cvs-1.12/src/import.c [new file with mode: 0644]
contrib/cvs-1.12/src/lock.c [new file with mode: 0644]
contrib/cvs-1.12/src/log-buffer.c [new file with mode: 0644]
contrib/cvs-1.12/src/log-buffer.h [new file with mode: 0644]
contrib/cvs-1.12/src/log.c [new file with mode: 0644]
contrib/cvs-1.12/src/login.c [new file with mode: 0644]
contrib/cvs-1.12/src/logmsg.c [new file with mode: 0644]
contrib/cvs-1.12/src/ls.c [new file with mode: 0644]
contrib/cvs-1.12/src/main.c [new file with mode: 0644]
contrib/cvs-1.12/src/mkmodules.c [new file with mode: 0644]
contrib/cvs-1.12/src/modules.c [new file with mode: 0644]
contrib/cvs-1.12/src/ms-buffer.c [new file with mode: 0644]
contrib/cvs-1.12/src/ms-buffer.h [new file with mode: 0644]
contrib/cvs-1.12/src/myndbm.c [new file with mode: 0644]
contrib/cvs-1.12/src/myndbm.h [new file with mode: 0644]
contrib/cvs-1.12/src/no_diff.c [new file with mode: 0644]
contrib/cvs-1.12/src/parseinfo.c [new file with mode: 0644]
contrib/cvs-1.12/src/parseinfo.h [new file with mode: 0644]
contrib/cvs-1.12/src/patch.c [new file with mode: 0644]
contrib/cvs-1.12/src/rcs.c [new file with mode: 0644]
contrib/cvs-1.12/src/rcs.h [new file with mode: 0644]
contrib/cvs-1.12/src/rcscmds.c [new file with mode: 0644]
contrib/cvs-1.12/src/recurse.c [new file with mode: 0644]
contrib/cvs-1.12/src/release.c [new file with mode: 0644]
contrib/cvs-1.12/src/remove.c [new file with mode: 0644]
contrib/cvs-1.12/src/repos.c [new file with mode: 0644]
contrib/cvs-1.12/src/root.c [new file with mode: 0644]
contrib/cvs-1.12/src/root.h [new file with mode: 0644]
contrib/cvs-1.12/src/rsh-client.c [new file with mode: 0644]
contrib/cvs-1.12/src/rsh-client.h [new file with mode: 0644]
contrib/cvs-1.12/src/run.c [new file with mode: 0644]
contrib/cvs-1.12/src/scramble.c [new file with mode: 0644]
contrib/cvs-1.12/src/server.c [new file with mode: 0644]
contrib/cvs-1.12/src/server.h [new file with mode: 0644]
contrib/cvs-1.12/src/socket-client.c [new file with mode: 0644]
contrib/cvs-1.12/src/socket-client.h [new file with mode: 0644]
contrib/cvs-1.12/src/stack.c [new file with mode: 0644]
contrib/cvs-1.12/src/stack.h [new file with mode: 0644]
contrib/cvs-1.12/src/status.c [new file with mode: 0644]
contrib/cvs-1.12/src/subr.c [new file with mode: 0644]
contrib/cvs-1.12/src/subr.h [new file with mode: 0644]
contrib/cvs-1.12/src/tag.c [new file with mode: 0644]
contrib/cvs-1.12/src/update.c [new file with mode: 0644]
contrib/cvs-1.12/src/update.h [new file with mode: 0644]
contrib/cvs-1.12/src/vers_ts.c [new file with mode: 0644]
contrib/cvs-1.12/src/version.c [new file with mode: 0644]
contrib/cvs-1.12/src/watch.c [new file with mode: 0644]
contrib/cvs-1.12/src/watch.h [new file with mode: 0644]
contrib/cvs-1.12/src/wrapper.c [new file with mode: 0644]
contrib/cvs-1.12/src/zlib.c [new file with mode: 0644]
contrib/diffutils/COPYING [new file with mode: 0644]
contrib/diffutils/README [new file with mode: 0644]
contrib/diffutils/README.DELETED [new file with mode: 0644]
contrib/diffutils/README.DRAGONFLY [new file with mode: 0644]
contrib/diffutils/doc/diffutils.info [new file with mode: 0644]
contrib/diffutils/lib/anytostr.c [new file with mode: 0644]
contrib/diffutils/lib/basename-lgpl.c [new file with mode: 0644]
contrib/diffutils/lib/basename.c [new file with mode: 0644]
contrib/diffutils/lib/bitrotate.h [new file with mode: 0644]
contrib/diffutils/lib/c-ctype.c [new file with mode: 0644]
contrib/diffutils/lib/c-ctype.h [new file with mode: 0644]
contrib/diffutils/lib/c-stack.c [new file with mode: 0644]
contrib/diffutils/lib/c-stack.h [new file with mode: 0644]
contrib/diffutils/lib/c-strcase.h [new file with mode: 0644]
contrib/diffutils/lib/c-strcasecmp.c [new file with mode: 0644]
contrib/diffutils/lib/c-strncasecmp.c [new file with mode: 0644]
contrib/diffutils/lib/cmpbuf.c [new file with mode: 0644]
contrib/diffutils/lib/cmpbuf.h [new file with mode: 0644]
contrib/diffutils/lib/diffseq.h [new file with mode: 0644]
contrib/diffutils/lib/dirname-lgpl.c [new file with mode: 0644]
contrib/diffutils/lib/dirname.c [new file with mode: 0644]
contrib/diffutils/lib/dirname.h [new file with mode: 0644]
contrib/diffutils/lib/dosname.h [new file with mode: 0644]
contrib/diffutils/lib/dup2.c [new file with mode: 0644]
contrib/diffutils/lib/error.c [new file with mode: 0644]
contrib/diffutils/lib/error.h [new file with mode: 0644]
contrib/diffutils/lib/exclude.c [new file with mode: 0644]
contrib/diffutils/lib/exclude.h [new file with mode: 0644]
contrib/diffutils/lib/exitfail.c [new file with mode: 0644]
contrib/diffutils/lib/exitfail.h [new file with mode: 0644]
contrib/diffutils/lib/fcntl.c [new file with mode: 0644]
contrib/diffutils/lib/file-type.c [new file with mode: 0644]
contrib/diffutils/lib/file-type.h [new file with mode: 0644]
contrib/diffutils/lib/filenamecat-lgpl.c [new file with mode: 0644]
contrib/diffutils/lib/filenamecat.c [new file with mode: 0644]
contrib/diffutils/lib/filenamecat.h [new file with mode: 0644]
contrib/diffutils/lib/fnmatch.c [new file with mode: 0644]
contrib/diffutils/lib/fnmatch_loop.c [new file with mode: 0644]
contrib/diffutils/lib/freopen-safer.c [new file with mode: 0644]
contrib/diffutils/lib/getopt.c [new file with mode: 0644]
contrib/diffutils/lib/getopt1.c [new file with mode: 0644]
contrib/diffutils/lib/getopt_int.h [new file with mode: 0644]
contrib/diffutils/lib/gettext.h [new file with mode: 0644]
contrib/diffutils/lib/gettime.c [new file with mode: 0644]
contrib/diffutils/lib/hard-locale.c [new file with mode: 0644]
contrib/diffutils/lib/hard-locale.h [new file with mode: 0644]
contrib/diffutils/lib/hash.c [new file with mode: 0644]
contrib/diffutils/lib/hash.h [new file with mode: 0644]
contrib/diffutils/lib/ignore-value.h [new file with mode: 0644]
contrib/diffutils/lib/imaxtostr.c [new file with mode: 0644]
contrib/diffutils/lib/intprops.h [new file with mode: 0644]
contrib/diffutils/lib/inttostr.c [new file with mode: 0644]
contrib/diffutils/lib/inttostr.h [new file with mode: 0644]
contrib/diffutils/lib/localcharset.c [new file with mode: 0644]
contrib/diffutils/lib/localcharset.h [new file with mode: 0644]
contrib/diffutils/lib/lstat.c [new file with mode: 0644]
contrib/diffutils/lib/malloca.c [new file with mode: 0644]
contrib/diffutils/lib/malloca.h [new file with mode: 0644]
contrib/diffutils/lib/malloca.valgrind [new file with mode: 0644]
contrib/diffutils/lib/mbchar.c [new file with mode: 0644]
contrib/diffutils/lib/mbchar.h [new file with mode: 0644]
contrib/diffutils/lib/mbiter.h [new file with mode: 0644]
contrib/diffutils/lib/mbscasecmp.c [new file with mode: 0644]
contrib/diffutils/lib/mbslen.c [new file with mode: 0644]
contrib/diffutils/lib/mbsstr.c [new file with mode: 0644]
contrib/diffutils/lib/mbuiter.h [new file with mode: 0644]
contrib/diffutils/lib/mktime-internal.h [new file with mode: 0644]
contrib/diffutils/lib/mktime.c [new file with mode: 0644]
contrib/diffutils/lib/offtostr.c [new file with mode: 0644]
contrib/diffutils/lib/prepargs.c [new file with mode: 0644]
contrib/diffutils/lib/prepargs.h [new file with mode: 0644]
contrib/diffutils/lib/progname.c [new file with mode: 0644]
contrib/diffutils/lib/progname.h [new file with mode: 0644]
contrib/diffutils/lib/propername.c [new file with mode: 0644]
contrib/diffutils/lib/propername.h [new file with mode: 0644]
contrib/diffutils/lib/quote.c [new file with mode: 0644]
contrib/diffutils/lib/quote.h [new file with mode: 0644]
contrib/diffutils/lib/quotearg.c [new file with mode: 0644]
contrib/diffutils/lib/quotearg.h [new file with mode: 0644]
contrib/diffutils/lib/regcomp.c [new file with mode: 0644]
contrib/diffutils/lib/regex.c [new file with mode: 0644]
contrib/diffutils/lib/regex.h [new file with mode: 0644]
contrib/diffutils/lib/regex_internal.c [new file with mode: 0644]
contrib/diffutils/lib/regex_internal.h [new file with mode: 0644]
contrib/diffutils/lib/regexec.c [new file with mode: 0644]
contrib/diffutils/lib/sh-quote.c [new file with mode: 0644]
contrib/diffutils/lib/sh-quote.h [new file with mode: 0644]
contrib/diffutils/lib/sig-handler.h [new file with mode: 0644]
contrib/diffutils/lib/stat-macros.h [new file with mode: 0644]
contrib/diffutils/lib/stat-time.h [new file with mode: 0644]
contrib/diffutils/lib/stdio--.h [new file with mode: 0644]
contrib/diffutils/lib/stdio-safer.h [new file with mode: 0644]
contrib/diffutils/lib/str-kmp.h [new file with mode: 0644]
contrib/diffutils/lib/streq.h [new file with mode: 0644]
contrib/diffutils/lib/strerror-override.c [new file with mode: 0644]
contrib/diffutils/lib/strerror-override.h [new file with mode: 0644]
contrib/diffutils/lib/strftime.c [new file with mode: 0644]
contrib/diffutils/lib/strftime.h [new file with mode: 0644]
contrib/diffutils/lib/striconv.c [new file with mode: 0644]
contrib/diffutils/lib/striconv.h [new file with mode: 0644]
contrib/diffutils/lib/stripslash.c [new file with mode: 0644]
contrib/diffutils/lib/strnlen1.c [new file with mode: 0644]
contrib/diffutils/lib/strnlen1.h [new file with mode: 0644]
contrib/diffutils/lib/tempname.c [new file with mode: 0644]
contrib/diffutils/lib/tempname.h [new file with mode: 0644]
contrib/diffutils/lib/timespec.h [new file with mode: 0644]
contrib/diffutils/lib/trim.c [new file with mode: 0644]
contrib/diffutils/lib/trim.h [new file with mode: 0644]
contrib/diffutils/lib/uinttostr.c [new file with mode: 0644]
contrib/diffutils/lib/umaxtostr.c [new file with mode: 0644]
contrib/diffutils/lib/unistr/u8-mbtoucr.c [new file with mode: 0644]
contrib/diffutils/lib/unistr/u8-uctomb-aux.c [new file with mode: 0644]
contrib/diffutils/lib/unistr/u8-uctomb.c [new file with mode: 0644]
contrib/diffutils/lib/uniwidth/cjk.h [new file with mode: 0644]
contrib/diffutils/lib/uniwidth/width.c [new file with mode: 0644]
contrib/diffutils/lib/unlocked-io.h [new file with mode: 0644]
contrib/diffutils/lib/verify.h [new file with mode: 0644]
contrib/diffutils/lib/version-etc-fsf.c [new file with mode: 0644]
contrib/diffutils/lib/version-etc.c [new file with mode: 0644]
contrib/diffutils/lib/version-etc.h [new file with mode: 0644]
contrib/diffutils/lib/wcwidth.c [new file with mode: 0644]
contrib/diffutils/lib/xalloc-die.c [new file with mode: 0644]
contrib/diffutils/lib/xalloc-oversized.h [new file with mode: 0644]
contrib/diffutils/lib/xalloc.h [new file with mode: 0644]
contrib/diffutils/lib/xfreopen.c [new file with mode: 0644]
contrib/diffutils/lib/xfreopen.h [new file with mode: 0644]
contrib/diffutils/lib/xmalloc.c [new file with mode: 0644]
contrib/diffutils/lib/xstriconv.c [new file with mode: 0644]
contrib/diffutils/lib/xstriconv.h [new file with mode: 0644]
contrib/diffutils/lib/xstrndup.c [new file with mode: 0644]
contrib/diffutils/lib/xstrndup.h [new file with mode: 0644]
contrib/diffutils/lib/xstrtol-error.c [new file with mode: 0644]
contrib/diffutils/lib/xstrtol.c [new file with mode: 0644]
contrib/diffutils/lib/xstrtol.h [new file with mode: 0644]
contrib/diffutils/lib/xstrtoul.c [new file with mode: 0644]
contrib/diffutils/lib/xstrtoumax.c [new file with mode: 0644]
contrib/diffutils/man/diff.1 [new file with mode: 0644]
contrib/diffutils/man/diff3.1 [new file with mode: 0644]
contrib/diffutils/man/sdiff.1 [new file with mode: 0644]
contrib/diffutils/src/analyze.c [new file with mode: 0644]
contrib/diffutils/src/context.c [new file with mode: 0644]
contrib/diffutils/src/diff.c [new file with mode: 0644]
contrib/diffutils/src/diff.h [new file with mode: 0644]
contrib/diffutils/src/diff3.c [new file with mode: 0644]
contrib/diffutils/src/dir.c [new file with mode: 0644]
contrib/diffutils/src/ed.c [new file with mode: 0644]
contrib/diffutils/src/ifdef.c [new file with mode: 0644]
contrib/diffutils/src/io.c [new file with mode: 0644]
contrib/diffutils/src/normal.c [new file with mode: 0644]
contrib/diffutils/src/sdiff.c [new file with mode: 0644]
contrib/diffutils/src/side.c [new file with mode: 0644]
contrib/diffutils/src/system.h [new file with mode: 0644]
contrib/diffutils/src/util.c [new file with mode: 0644]
contrib/expat/COPYING [new file with mode: 0755]
contrib/expat/Changes [new file with mode: 0755]
contrib/expat/MANIFEST [new file with mode: 0755]
contrib/expat/Makefile.in [new file with mode: 0755]
contrib/expat/README [new file with mode: 0755]
contrib/expat/README.DRAGONFLY [new file with mode: 0644]
contrib/expat/amiga/Makefile [new file with mode: 0755]
contrib/expat/amiga/README.txt [new file with mode: 0755]
contrib/expat/amiga/expat.xml [new file with mode: 0755]
contrib/expat/amiga/expat_lib.c [new file with mode: 0755]
contrib/expat/amiga/expat_vectors.c [new file with mode: 0755]
contrib/expat/amiga/include/inline4/expat.h [new file with mode: 0755]
contrib/expat/amiga/include/interfaces/expat.h [new file with mode: 0755]
contrib/expat/amiga/include/libraries/expat.h [new file with mode: 0755]
contrib/expat/amiga/include/proto/expat.h [new file with mode: 0755]
contrib/expat/amiga/launch.c [new file with mode: 0755]
contrib/expat/amiga/stdlib.c [new file with mode: 0755]
contrib/expat/bcb5/README.txt [new file with mode: 0755]
contrib/expat/bcb5/all_projects.bpg [new file with mode: 0755]
contrib/expat/bcb5/elements.bpf [new file with mode: 0755]
contrib/expat/bcb5/elements.bpr [new file with mode: 0755]
contrib/expat/bcb5/elements.mak [new file with mode: 0755]
contrib/expat/bcb5/expat.bpf [new file with mode: 0755]
contrib/expat/bcb5/expat.bpr [new file with mode: 0755]
contrib/expat/bcb5/expat.mak [new file with mode: 0755]
contrib/expat/bcb5/expat_static.bpf [new file with mode: 0755]
contrib/expat/bcb5/expat_static.bpr [new file with mode: 0755]
contrib/expat/bcb5/expat_static.mak [new file with mode: 0755]
contrib/expat/bcb5/expatw.bpf [new file with mode: 0755]
contrib/expat/bcb5/expatw.bpr [new file with mode: 0755]
contrib/expat/bcb5/expatw.mak [new file with mode: 0755]
contrib/expat/bcb5/expatw_static.bpf [new file with mode: 0755]
contrib/expat/bcb5/expatw_static.bpr [new file with mode: 0755]
contrib/expat/bcb5/expatw_static.mak [new file with mode: 0755]
contrib/expat/bcb5/libexpat_mtd.def [new file with mode: 0755]
contrib/expat/bcb5/libexpatw_mtd.def [new file with mode: 0755]
contrib/expat/bcb5/makefile.mak [new file with mode: 0755]
contrib/expat/bcb5/outline.bpf [new file with mode: 0755]
contrib/expat/bcb5/outline.bpr [new file with mode: 0755]
contrib/expat/bcb5/outline.mak [new file with mode: 0755]
contrib/expat/bcb5/setup.bat [new file with mode: 0755]
contrib/expat/bcb5/xmlwf.bpf [new file with mode: 0755]
contrib/expat/bcb5/xmlwf.bpr [new file with mode: 0755]
contrib/expat/bcb5/xmlwf.mak [new file with mode: 0755]
contrib/expat/configure [new file with mode: 0755]
contrib/expat/configure.in [new file with mode: 0755]
contrib/expat/conftools/PrintPath [new file with mode: 0755]
contrib/expat/conftools/ac_c_bigendian_cross.m4 [new file with mode: 0755]
contrib/expat/conftools/config.guess [new file with mode: 0755]
contrib/expat/conftools/config.sub [new file with mode: 0755]
contrib/expat/conftools/expat.m4 [new file with mode: 0755]
contrib/expat/conftools/get-version.sh [new file with mode: 0755]
contrib/expat/conftools/install-sh [new file with mode: 0755]
contrib/expat/conftools/libtool.m4 [new file with mode: 0755]
contrib/expat/conftools/ltmain.sh [new file with mode: 0755]
contrib/expat/conftools/mkinstalldirs [new file with mode: 0755]
contrib/expat/doc/expat.png [new file with mode: 0755]
contrib/expat/doc/reference.html [new file with mode: 0755]
contrib/expat/doc/style.css [new file with mode: 0755]
contrib/expat/doc/valid-xhtml10.png [new file with mode: 0755]
contrib/expat/doc/xmlwf.1 [new file with mode: 0755]
contrib/expat/doc/xmlwf.sgml [new file with mode: 0755]
contrib/expat/examples/elements.c [new file with mode: 0755]
contrib/expat/examples/elements.dsp [new file with mode: 0755]
contrib/expat/examples/outline.c [new file with mode: 0755]
contrib/expat/examples/outline.dsp [new file with mode: 0755]
contrib/expat/expat.dsw [new file with mode: 0755]
contrib/expat/expat_config.h.in [new file with mode: 0755]
contrib/expat/lib/Makefile.MPW [new file with mode: 0755]
contrib/expat/lib/amigaconfig.h [new file with mode: 0755]
contrib/expat/lib/ascii.h [new file with mode: 0755]
contrib/expat/lib/asciitab.h [new file with mode: 0755]
contrib/expat/lib/expat.dsp [new file with mode: 0755]
contrib/expat/lib/expat.h [new file with mode: 0755]
contrib/expat/lib/expat_external.h [new file with mode: 0755]
contrib/expat/lib/expat_static.dsp [new file with mode: 0755]
contrib/expat/lib/expatw.dsp [new file with mode: 0755]
contrib/expat/lib/expatw_static.dsp [new file with mode: 0755]
contrib/expat/lib/iasciitab.h [new file with mode: 0755]
contrib/expat/lib/internal.h [new file with mode: 0755]
contrib/expat/lib/latin1tab.h [new file with mode: 0755]
contrib/expat/lib/libexpat.def [new file with mode: 0755]
contrib/expat/lib/libexpatw.def [new file with mode: 0755]
contrib/expat/lib/macconfig.h [new file with mode: 0755]
contrib/expat/lib/nametab.h [new file with mode: 0755]
contrib/expat/lib/utf8tab.h [new file with mode: 0755]
contrib/expat/lib/winconfig.h [new file with mode: 0755]
contrib/expat/lib/xmlparse.c [new file with mode: 0755]
contrib/expat/lib/xmlrole.c [new file with mode: 0755]
contrib/expat/lib/xmlrole.h [new file with mode: 0755]
contrib/expat/lib/xmltok.c [new file with mode: 0755]
contrib/expat/lib/xmltok.h [new file with mode: 0755]
contrib/expat/lib/xmltok_impl.c [new file with mode: 0755]
contrib/expat/lib/xmltok_impl.h [new file with mode: 0755]
contrib/expat/lib/xmltok_ns.c [new file with mode: 0755]
contrib/expat/tests/README.txt [new file with mode: 0755]
contrib/expat/tests/benchmark/README.txt [new file with mode: 0755]
contrib/expat/tests/benchmark/benchmark.c [new file with mode: 0755]
contrib/expat/tests/benchmark/benchmark.dsp [new file with mode: 0755]
contrib/expat/tests/benchmark/benchmark.dsw [new file with mode: 0755]
contrib/expat/tests/chardata.c [new file with mode: 0755]
contrib/expat/tests/chardata.h [new file with mode: 0755]
contrib/expat/tests/minicheck.c [new file with mode: 0755]
contrib/expat/tests/minicheck.h [new file with mode: 0755]
contrib/expat/tests/runtests.c [new file with mode: 0755]
contrib/expat/tests/runtestspp.cpp [new file with mode: 0755]
contrib/expat/tests/xmltest.sh [new file with mode: 0755]
contrib/expat/vms/README.vms [new file with mode: 0755]
contrib/expat/vms/descrip.mms [new file with mode: 0755]
contrib/expat/vms/expat_config.h [new file with mode: 0755]
contrib/expat/win32/MANIFEST.txt [new file with mode: 0755]
contrib/expat/win32/README.txt [new file with mode: 0755]
contrib/expat/win32/expat.iss [new file with mode: 0755]
contrib/expat/xmlwf/codepage.c [new file with mode: 0755]
contrib/expat/xmlwf/codepage.h [new file with mode: 0755]
contrib/expat/xmlwf/ct.c [new file with mode: 0755]
contrib/expat/xmlwf/filemap.h [new file with mode: 0755]
contrib/expat/xmlwf/readfilemap.c [new file with mode: 0755]
contrib/expat/xmlwf/unixfilemap.c [new file with mode: 0755]
contrib/expat/xmlwf/win32filemap.c [new file with mode: 0755]
contrib/expat/xmlwf/xmlfile.c [new file with mode: 0755]
contrib/expat/xmlwf/xmlfile.h [new file with mode: 0755]
contrib/expat/xmlwf/xmlmime.c [new file with mode: 0755]
contrib/expat/xmlwf/xmlmime.h [new file with mode: 0755]
contrib/expat/xmlwf/xmltchar.h [new file with mode: 0755]
contrib/expat/xmlwf/xmlurl.h [new file with mode: 0755]
contrib/expat/xmlwf/xmlwf.c [new file with mode: 0755]
contrib/expat/xmlwf/xmlwf.dsp [new file with mode: 0755]
contrib/expat/xmlwf/xmlwin32url.cxx [new file with mode: 0755]
contrib/file/COPYING [new file with mode: 0644]
contrib/file/ChangeLog [new file with mode: 0644]
contrib/file/MAINT [new file with mode: 0644]
contrib/file/README [new file with mode: 0644]
contrib/file/README.DELETED [new file with mode: 0644]
contrib/file/README.DRAGONFLY [new file with mode: 0644]
contrib/file/doc/file.man [new file with mode: 0644]
contrib/file/doc/libmagic.man [new file with mode: 0644]
contrib/file/doc/magic.man [new file with mode: 0644]
contrib/file/magic/Header [new file with mode: 0644]
contrib/file/magic/Localstuff [new file with mode: 0644]
contrib/file/magic/Magdir/acorn [new file with mode: 0644]
contrib/file/magic/Magdir/adi [new file with mode: 0644]
contrib/file/magic/Magdir/adventure [new file with mode: 0644]
contrib/file/magic/Magdir/allegro [new file with mode: 0644]
contrib/file/magic/Magdir/alliant [new file with mode: 0644]
contrib/file/magic/Magdir/amanda [new file with mode: 0644]
contrib/file/magic/Magdir/amigaos [new file with mode: 0644]
contrib/file/magic/Magdir/animation [new file with mode: 0644]
contrib/file/magic/Magdir/apl [new file with mode: 0644]
contrib/file/magic/Magdir/apple [new file with mode: 0644]
contrib/file/magic/Magdir/applix [new file with mode: 0644]
contrib/file/magic/Magdir/archive [new file with mode: 0644]
contrib/file/magic/Magdir/asterix [new file with mode: 0644]
contrib/file/magic/Magdir/att3b [new file with mode: 0644]
contrib/file/magic/Magdir/audio [new file with mode: 0644]
contrib/file/magic/Magdir/basis [new file with mode: 0644]
contrib/file/magic/Magdir/bflt [new file with mode: 0644]
contrib/file/magic/Magdir/blcr [new file with mode: 0644]
contrib/file/magic/Magdir/blender [new file with mode: 0644]
contrib/file/magic/Magdir/blit [new file with mode: 0644]
contrib/file/magic/Magdir/bout [new file with mode: 0644]
contrib/file/magic/Magdir/bsdi [new file with mode: 0644]
contrib/file/magic/Magdir/bsi [new file with mode: 0644]
contrib/file/magic/Magdir/btsnoop [new file with mode: 0644]
contrib/file/magic/Magdir/c-lang [new file with mode: 0644]
contrib/file/magic/Magdir/c64 [new file with mode: 0644]
contrib/file/magic/Magdir/cad [new file with mode: 0644]
contrib/file/magic/Magdir/cafebabe [new file with mode: 0644]
contrib/file/magic/Magdir/cddb [new file with mode: 0644]
contrib/file/magic/Magdir/chord [new file with mode: 0644]
contrib/file/magic/Magdir/cisco [new file with mode: 0644]
contrib/file/magic/Magdir/citrus [new file with mode: 0644]
contrib/file/magic/Magdir/clarion [new file with mode: 0644]
contrib/file/magic/Magdir/claris [new file with mode: 0644]
contrib/file/magic/Magdir/clipper [new file with mode: 0644]
contrib/file/magic/Magdir/commands [new file with mode: 0644]
contrib/file/magic/Magdir/communications [new file with mode: 0644]
contrib/file/magic/Magdir/compress [new file with mode: 0644]
contrib/file/magic/Magdir/console [new file with mode: 0644]
contrib/file/magic/Magdir/convex [new file with mode: 0644]
contrib/file/magic/Magdir/cracklib [new file with mode: 0644]
contrib/file/magic/Magdir/ctags [new file with mode: 0644]
contrib/file/magic/Magdir/dact [new file with mode: 0644]
contrib/file/magic/Magdir/database [new file with mode: 0644]
contrib/file/magic/Magdir/diamond [new file with mode: 0644]
contrib/file/magic/Magdir/diff [new file with mode: 0644]
contrib/file/magic/Magdir/digital [new file with mode: 0644]
contrib/file/magic/Magdir/dolby [new file with mode: 0644]
contrib/file/magic/Magdir/dump [new file with mode: 0644]
contrib/file/magic/Magdir/dyadic [new file with mode: 0644]
contrib/file/magic/Magdir/ebml [new file with mode: 0644]
contrib/file/magic/Magdir/editors [new file with mode: 0644]
contrib/file/magic/Magdir/efi [new file with mode: 0644]
contrib/file/magic/Magdir/elf [new file with mode: 0644]
contrib/file/magic/Magdir/encore [new file with mode: 0644]
contrib/file/magic/Magdir/epoc [new file with mode: 0644]
contrib/file/magic/Magdir/erlang [new file with mode: 0644]
contrib/file/magic/Magdir/esri [new file with mode: 0644]
contrib/file/magic/Magdir/fcs [new file with mode: 0644]
contrib/file/magic/Magdir/filesystems [new file with mode: 0644]
contrib/file/magic/Magdir/flash [new file with mode: 0644]
contrib/file/magic/Magdir/fonts [new file with mode: 0644]
contrib/file/magic/Magdir/fortran [new file with mode: 0644]
contrib/file/magic/Magdir/frame [new file with mode: 0644]
contrib/file/magic/Magdir/freebsd [new file with mode: 0644]
contrib/file/magic/Magdir/fsav [new file with mode: 0644]
contrib/file/magic/Magdir/fusecompress [new file with mode: 0644]
contrib/file/magic/Magdir/games [new file with mode: 0644]
contrib/file/magic/Magdir/gcc [new file with mode: 0644]
contrib/file/magic/Magdir/geo [new file with mode: 0644]
contrib/file/magic/Magdir/geos [new file with mode: 0644]
contrib/file/magic/Magdir/gimp [new file with mode: 0644]
contrib/file/magic/Magdir/gnome-keyring [new file with mode: 0644]
contrib/file/magic/Magdir/gnu [new file with mode: 0644]
contrib/file/magic/Magdir/gnumeric [new file with mode: 0644]
contrib/file/magic/Magdir/grace [new file with mode: 0644]
contrib/file/magic/Magdir/graphviz [new file with mode: 0644]
contrib/file/magic/Magdir/gringotts [new file with mode: 0644]
contrib/file/magic/Magdir/hitachi-sh [new file with mode: 0644]
contrib/file/magic/Magdir/hp [new file with mode: 0644]
contrib/file/magic/Magdir/human68k [new file with mode: 0644]
contrib/file/magic/Magdir/ibm370 [new file with mode: 0644]
contrib/file/magic/Magdir/ibm6000 [new file with mode: 0644]
contrib/file/magic/Magdir/iff [new file with mode: 0644]
contrib/file/magic/Magdir/images [new file with mode: 0644]
contrib/file/magic/Magdir/inform [new file with mode: 0644]
contrib/file/magic/Magdir/intel [new file with mode: 0644]
contrib/file/magic/Magdir/interleaf [new file with mode: 0644]
contrib/file/magic/Magdir/island [new file with mode: 0644]
contrib/file/magic/Magdir/ispell [new file with mode: 0644]
contrib/file/magic/Magdir/isz [new file with mode: 0644]
contrib/file/magic/Magdir/java [new file with mode: 0644]
contrib/file/magic/Magdir/jpeg [new file with mode: 0644]
contrib/file/magic/Magdir/karma [new file with mode: 0644]
contrib/file/magic/Magdir/kde [new file with mode: 0644]
contrib/file/magic/Magdir/kml [new file with mode: 0644]
contrib/file/magic/Magdir/lecter [new file with mode: 0644]
contrib/file/magic/Magdir/lex [new file with mode: 0644]
contrib/file/magic/Magdir/lif [new file with mode: 0644]
contrib/file/magic/Magdir/linux [new file with mode: 0644]
contrib/file/magic/Magdir/lisp [new file with mode: 0644]
contrib/file/magic/Magdir/llvm [new file with mode: 0644]
contrib/file/magic/Magdir/lua [new file with mode: 0644]
contrib/file/magic/Magdir/luks [new file with mode: 0644]
contrib/file/magic/Magdir/mach [new file with mode: 0644]
contrib/file/magic/Magdir/macintosh [new file with mode: 0644]
contrib/file/magic/Magdir/magic [new file with mode: 0644]
contrib/file/magic/Magdir/mail.news [new file with mode: 0644]
contrib/file/magic/Magdir/maple [new file with mode: 0644]
contrib/file/magic/Magdir/marc21 [new file with mode: 0644]
contrib/file/magic/Magdir/mathcad [new file with mode: 0644]
contrib/file/magic/Magdir/mathematica [new file with mode: 0644]
contrib/file/magic/Magdir/matroska [new file with mode: 0644]
contrib/file/magic/Magdir/mcrypt [new file with mode: 0644]
contrib/file/magic/Magdir/mercurial [new file with mode: 0644]
contrib/file/magic/Magdir/metastore [new file with mode: 0644]
contrib/file/magic/Magdir/mime [new file with mode: 0644]
contrib/file/magic/Magdir/mips [new file with mode: 0644]
contrib/file/magic/Magdir/mirage [new file with mode: 0644]
contrib/file/magic/Magdir/misctools [new file with mode: 0644]
contrib/file/magic/Magdir/mkid [new file with mode: 0644]
contrib/file/magic/Magdir/mlssa [new file with mode: 0644]
contrib/file/magic/Magdir/mmdf [new file with mode: 0644]
contrib/file/magic/Magdir/modem [new file with mode: 0644]
contrib/file/magic/Magdir/motorola [new file with mode: 0644]
contrib/file/magic/Magdir/mozilla [new file with mode: 0644]
contrib/file/magic/Magdir/msdos [new file with mode: 0644]
contrib/file/magic/Magdir/msooxml [new file with mode: 0644]
contrib/file/magic/Magdir/msvc [new file with mode: 0644]
contrib/file/magic/Magdir/mup [new file with mode: 0644]
contrib/file/magic/Magdir/natinst [new file with mode: 0644]
contrib/file/magic/Magdir/ncr [new file with mode: 0644]
contrib/file/magic/Magdir/netbsd [new file with mode: 0644]
contrib/file/magic/Magdir/netscape [new file with mode: 0644]
contrib/file/magic/Magdir/netware [new file with mode: 0644]
contrib/file/magic/Magdir/news [new file with mode: 0644]
contrib/file/magic/Magdir/nitpicker [new file with mode: 0644]
contrib/file/magic/Magdir/oasis [new file with mode: 0644]
contrib/file/magic/Magdir/ocaml [new file with mode: 0644]
contrib/file/magic/Magdir/octave [new file with mode: 0644]
contrib/file/magic/Magdir/ole2compounddocs [new file with mode: 0644]
contrib/file/magic/Magdir/olf [new file with mode: 0644]
contrib/file/magic/Magdir/os2 [new file with mode: 0644]
contrib/file/magic/Magdir/os400 [new file with mode: 0644]
contrib/file/magic/Magdir/os9 [new file with mode: 0644]
contrib/file/magic/Magdir/osf1 [new file with mode: 0644]
contrib/file/magic/Magdir/palm [new file with mode: 0644]
contrib/file/magic/Magdir/parix [new file with mode: 0644]
contrib/file/magic/Magdir/parrot [new file with mode: 0644]
contrib/file/magic/Magdir/pbm [new file with mode: 0644]
contrib/file/magic/Magdir/pdf [new file with mode: 0644]
contrib/file/magic/Magdir/pdp [new file with mode: 0644]
contrib/file/magic/Magdir/perl [new file with mode: 0644]
contrib/file/magic/Magdir/pgp [new file with mode: 0644]
contrib/file/magic/Magdir/pkgadd [new file with mode: 0644]
contrib/file/magic/Magdir/plan9 [new file with mode: 0644]
contrib/file/magic/Magdir/plus5 [new file with mode: 0644]
contrib/file/magic/Magdir/printer [new file with mode: 0644]
contrib/file/magic/Magdir/project [new file with mode: 0644]
contrib/file/magic/Magdir/psdbms [new file with mode: 0644]
contrib/file/magic/Magdir/pulsar [new file with mode: 0644]
contrib/file/magic/Magdir/pyramid [new file with mode: 0644]
contrib/file/magic/Magdir/python [new file with mode: 0644]
contrib/file/magic/Magdir/revision [new file with mode: 0644]
contrib/file/magic/Magdir/riff [new file with mode: 0644]
contrib/file/magic/Magdir/rinex [new file with mode: 0644]
contrib/file/magic/Magdir/rpm [new file with mode: 0644]
contrib/file/magic/Magdir/rtf [new file with mode: 0644]
contrib/file/magic/Magdir/ruby [new file with mode: 0644]
contrib/file/magic/Magdir/sc [new file with mode: 0644]
contrib/file/magic/Magdir/sccs [new file with mode: 0644]
contrib/file/magic/Magdir/scientific [new file with mode: 0644]
contrib/file/magic/Magdir/securitycerts [new file with mode: 0644]
contrib/file/magic/Magdir/selinux [new file with mode: 0644]
contrib/file/magic/Magdir/sendmail [new file with mode: 0644]
contrib/file/magic/Magdir/sequent [new file with mode: 0644]
contrib/file/magic/Magdir/sgi [new file with mode: 0644]
contrib/file/magic/Magdir/sgml [new file with mode: 0644]
contrib/file/magic/Magdir/sharc [new file with mode: 0644]
contrib/file/magic/Magdir/sinclair [new file with mode: 0644]
contrib/file/magic/Magdir/sisu [new file with mode: 0644]
contrib/file/magic/Magdir/sketch [new file with mode: 0644]
contrib/file/magic/Magdir/smalltalk [new file with mode: 0644]
contrib/file/magic/Magdir/smile [new file with mode: 0644]
contrib/file/magic/Magdir/sniffer [new file with mode: 0644]
contrib/file/magic/Magdir/softquad [new file with mode: 0644]
contrib/file/magic/Magdir/spec [new file with mode: 0644]
contrib/file/magic/Magdir/spectrum [new file with mode: 0644]
contrib/file/magic/Magdir/sql [new file with mode: 0644]
contrib/file/magic/Magdir/ssh [new file with mode: 0644]
contrib/file/magic/Magdir/ssl [new file with mode: 0644]
contrib/file/magic/Magdir/sun [new file with mode: 0644]
contrib/file/magic/Magdir/sysex [new file with mode: 0644]
contrib/file/magic/Magdir/tcl [new file with mode: 0644]
contrib/file/magic/Magdir/teapot [new file with mode: 0644]
contrib/file/magic/Magdir/terminfo [new file with mode: 0644]
contrib/file/magic/Magdir/tex [new file with mode: 0644]
contrib/file/magic/Magdir/tgif [new file with mode: 0644]
contrib/file/magic/Magdir/ti-8x [new file with mode: 0644]
contrib/file/magic/Magdir/timezone [new file with mode: 0644]
contrib/file/magic/Magdir/troff [new file with mode: 0644]
contrib/file/magic/Magdir/tuxedo [new file with mode: 0644]
contrib/file/magic/Magdir/typeset [new file with mode: 0644]
contrib/file/magic/Magdir/unicode [new file with mode: 0644]
contrib/file/magic/Magdir/unknown [new file with mode: 0644]
contrib/file/magic/Magdir/uuencode [new file with mode: 0644]
contrib/file/magic/Magdir/varied.out [new file with mode: 0644]
contrib/file/magic/Magdir/varied.script [new file with mode: 0644]
contrib/file/magic/Magdir/vax [new file with mode: 0644]
contrib/file/magic/Magdir/vicar [new file with mode: 0644]
contrib/file/magic/Magdir/virtual [new file with mode: 0644]
contrib/file/magic/Magdir/virtutech [new file with mode: 0644]
contrib/file/magic/Magdir/visx [new file with mode: 0644]
contrib/file/magic/Magdir/vms [new file with mode: 0644]
contrib/file/magic/Magdir/vmware [new file with mode: 0644]
contrib/file/magic/Magdir/vorbis [new file with mode: 0644]
contrib/file/magic/Magdir/vxl [new file with mode: 0644]
contrib/file/magic/Magdir/warc [new file with mode: 0644]
contrib/file/magic/Magdir/weak [new file with mode: 0644]
contrib/file/magic/Magdir/windows [new file with mode: 0644]
contrib/file/magic/Magdir/wireless [new file with mode: 0644]
contrib/file/magic/Magdir/wordprocessors [new file with mode: 0644]
contrib/file/magic/Magdir/wsdl [new file with mode: 0644]
contrib/file/magic/Magdir/xdelta [new file with mode: 0644]
contrib/file/magic/Magdir/xenix [new file with mode: 0644]
contrib/file/magic/Magdir/xilinx [new file with mode: 0644]
contrib/file/magic/Magdir/xo65 [new file with mode: 0644]
contrib/file/magic/Magdir/xwindows [new file with mode: 0644]
contrib/file/magic/Magdir/zilog [new file with mode: 0644]
contrib/file/magic/Magdir/zyxel [new file with mode: 0644]
contrib/file/src/apprentice.c [new file with mode: 0644]
contrib/file/src/apptype.c [new file with mode: 0644]
contrib/file/src/ascmagic.c [new file with mode: 0644]
contrib/file/src/cdf.c [new file with mode: 0644]
contrib/file/src/cdf.h [new file with mode: 0644]
contrib/file/src/cdf_time.c [new file with mode: 0644]
contrib/file/src/compress.c [new file with mode: 0644]
contrib/file/src/elfclass.h [new file with mode: 0644]
contrib/file/src/encoding.c [new file with mode: 0644]
contrib/file/src/file.c [new file with mode: 0644]
contrib/file/src/file.h [new file with mode: 0644]
contrib/file/src/file_opts.h [new file with mode: 0644]
contrib/file/src/fsmagic.c [new file with mode: 0644]
contrib/file/src/funcs.c [new file with mode: 0644]
contrib/file/src/is_tar.c [new file with mode: 0644]
contrib/file/src/magic.c [new file with mode: 0644]
contrib/file/src/magic.h [new file with mode: 0644]
contrib/file/src/mygetopt.h [new file with mode: 0644]
contrib/file/src/names.h [new file with mode: 0644]
contrib/file/src/print.c [new file with mode: 0644]
contrib/file/src/readcdf.c [new file with mode: 0644]
contrib/file/src/readelf.c [new file with mode: 0644]
contrib/file/src/readelf.h [new file with mode: 0644]
contrib/file/src/softmagic.c [new file with mode: 0644]
contrib/file/src/tar.h [new file with mode: 0644]
contrib/gcc-4.1/BUGS [new file with mode: 0644]
contrib/gcc-4.1/COPYING [new file with mode: 0644]
contrib/gcc-4.1/COPYING.LIB [new file with mode: 0644]
contrib/gcc-4.1/FAQ [new file with mode: 0644]
contrib/gcc-4.1/LAST_UPDATED [new file with mode: 0644]
contrib/gcc-4.1/README [new file with mode: 0644]
contrib/gcc-4.1/README.DELETED [new file with mode: 0644]
contrib/gcc-4.1/README.DRAGONFLY [new file with mode: 0644]
contrib/gcc-4.1/gcc/BASE-VER [new file with mode: 0644]
contrib/gcc-4.1/gcc/COPYING [new file with mode: 0644]
contrib/gcc-4.1/gcc/COPYING.LIB [new file with mode: 0644]
contrib/gcc-4.1/gcc/DATESTAMP [new file with mode: 0644]
contrib/gcc-4.1/gcc/DEV-PHASE [new file with mode: 0644]
contrib/gcc-4.1/gcc/alias.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/alias.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/alloc-pool.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/alloc-pool.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/attribs.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/basic-block.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/bb-reorder.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/bitmap.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/bitmap.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/bt-load.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/builtin-attrs.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/builtin-types.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/builtins.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/builtins.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-aux-info.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-common.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-common.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-common.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-convert.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-cppbuiltin.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-decl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-dump.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-errors.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-format.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-format.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-gimplify.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-incpath.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-incpath.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-lang.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-lex.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-objc-common.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-objc-common.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-opts.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-parser.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-pch.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-ppoutput.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-pragma.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-pragma.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-pretty-print.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-semantics.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-tree.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/c-typeck.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/c.opt [new file with mode: 0644]
contrib/gcc-4.1/gcc/caller-save.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/calls.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfg.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfganal.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgbuild.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgcleanup.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgexpand.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfghooks.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfghooks.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfglayout.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfglayout.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgloop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgloop.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgloopanal.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgloopmanip.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cfgrtl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cgraph.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cgraph.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cgraphunit.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/combine.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/common.opt [new file with mode: 0644]
contrib/gcc-4.1/gcc/conditions.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/dbxelf.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/elfos.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/athlon.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/att.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/biarch64.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/emmintrin.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/i386-modes.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/i386-protos.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/i386.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/i386.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/i386.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/i386.opt [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/k6.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/mm3dnow.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/mmintrin.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/mmx.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/pentium.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/pmm_malloc.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/pmmintrin.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/ppro.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/predicates.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/sse.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/sync.md [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/unix.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/x86-64.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/config/i386/xmmintrin.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/conflict.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/convert.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/convert.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/coretypes.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/coverage.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/coverage.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/call.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cfns.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/class.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cp-gimplify.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cp-lang.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cp-objcp-common.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cp-objcp-common.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cp-tree.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cp-tree.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cvt.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cxx-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/cxx-pretty-print.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/decl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/decl.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/decl2.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/dump.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/error.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/except.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/expr.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/friend.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/g++spec.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/init.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/lang-specs.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/lex.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/mangle.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/method.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/name-lookup.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/name-lookup.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/operators.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/optimize.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/parser.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/pt.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/ptree.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/repo.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/rtti.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/search.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/semantics.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/tree.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/typeck.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cp/typeck2.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cppdefault.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cppdefault.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/cppspec.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/crtstuff.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cse.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cselib.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/cselib.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/dbxout.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/dbxout.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ddg.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ddg.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/debug.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/debug.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/defaults.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/df.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/df.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/diagnostic.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/diagnostic.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/diagnostic.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/bugreport.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/c-tree.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cfg.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/collect2.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/compat.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/configfiles.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/configterms.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/contrib.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/contribute.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cpp.1 [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cpp.info [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cpp.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cppenv.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cppinternals.info [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cppinternals.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/cppopts.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/extend.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/fragments.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/frontends.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/g++.1 [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gcc.1 [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gcc.info [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gcc.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gccinstall.info [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gccint.info [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gccint.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gcov.1 [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gcov.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gnu.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/gty.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/headerdirs.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/hostconfig.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/implement-c.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/include/fdl.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/include/funding.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/include/gcc-common.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/include/gpl.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/interface.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/invoke.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/languages.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/libgcc.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/makefile.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/md.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/objc.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/options.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/passes.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/portability.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/rtl.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/service.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/sourcebuild.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/standards.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/tm.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/tree-ssa.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/doc/trouble.texi [new file with mode: 0644]
contrib/gcc-4.1/gcc/dojump.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/dominance.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/domwalk.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/domwalk.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/dummy-checksum.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/dummy-conditions.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/dwarf2.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/dwarf2asm.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/dwarf2asm.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/dwarf2out.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/dwarf2out.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/emit-rtl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/emit-rtl.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/errors.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/errors.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/et-forest.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/et-forest.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/except.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/except.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/explow.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/expmed.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/expr.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/expr.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/final.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/flags.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/flow.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/fold-const.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/function.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/function.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gbl-ctors.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcc.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcc.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gccspec.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcov-io.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcov-io.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcov-iov.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcov.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gcse.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genattr.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genattrtab.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genattrtab.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/genautomata.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gencheck.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genchecksum.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gencodes.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genconditions.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genconfig.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genconstants.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genemit.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genextract.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genflags.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gengenrtl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gengtype-lex.l [new file with mode: 0644]
contrib/gcc-4.1/gcc/gengtype-yacc.y [new file with mode: 0644]
contrib/gcc-4.1/gcc/gengtype.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gengtype.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/genmodes.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genopinit.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genoutput.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genpeep.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genpreds.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/genrecog.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gensupport.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gensupport.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ggc-common.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ggc-none.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ggc-page.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ggc.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gimple-low.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gimplify.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/global.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/graph.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/graph.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gstab.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gthr-gnat.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/gthr-gnat.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gthr-posix.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gthr-single.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/gthr.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/haifa-sched.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/hard-reg-set.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/hooks.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/hooks.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/host-default.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/hosthooks-def.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/hosthooks.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/hwint.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ifcvt.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/input.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/insn-addr.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/insn-notes.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/integrate.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/integrate.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/intl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/intl.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-cp.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-inline.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-prop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-prop.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-pure-const.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-reference.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-reference.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-type-escape.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-type-escape.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-utils.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa-utils.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/ipa.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/jump.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/lambda-code.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/lambda-mat.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/lambda-trans.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/lambda.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/langhooks-def.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/langhooks.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/langhooks.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/lcm.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/libfuncs.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/libgcc2.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/libgcc2.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/libgcov.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/lists.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/local-alloc.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/longlong.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop-doloop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop-init.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop-invariant.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop-iv.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop-unroll.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop-unswitch.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/loop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/machmode.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/machmode.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/main.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/mode-classes.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/mode-switching.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/modulo-sched.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/README [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/lang-specs.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-act.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-act.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-lang.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/objc/objc-tree.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/opt-functions.awk [new file with mode: 0644]
contrib/gcc-4.1/gcc/opt-gather.awk [new file with mode: 0644]
contrib/gcc-4.1/gcc/optabs.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/optabs.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/optc-gen.awk [new file with mode: 0644]
contrib/gcc-4.1/gcc/opth-gen.awk [new file with mode: 0644]
contrib/gcc-4.1/gcc/opts.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/opts.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/output.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/params.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/params.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/params.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/passes.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/pointer-set.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/pointer-set.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/postreload-gcse.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/postreload.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/predict.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/predict.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/predict.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/prefix.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/prefix.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/pretty-print.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/pretty-print.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/print-rtl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/print-tree.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/profile.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/read-rtl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/real.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/real.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/recog.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/recog.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/reg-notes.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/reg-stack.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/regclass.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/regmove.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/regrename.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/regs.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/reload.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/reload.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/reload1.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/reorg.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/resource.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/resource.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtl-error.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtl.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtl.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtl.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtlanal.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtlhooks-def.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/rtlhooks.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sbitmap.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sbitmap.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/sched-deps.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sched-ebb.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sched-int.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/sched-rgn.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sched-vis.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sdbout.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/simplify-rtx.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sreal.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/sreal.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/stab.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/statistics.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/stmt.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/stor-layout.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/stringpool.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/stub-objc.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/system.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/target-def.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/target.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/targhooks.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/targhooks.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/timevar.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/timevar.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/timevar.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/toplev.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/toplev.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tracer.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-cfg.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-cfgcleanup.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-chrec.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-chrec.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-complex.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-data-ref.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-data-ref.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-dfa.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-dump.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-dump.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-eh.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-flow-inline.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-flow.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-gimple.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-gimple.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-if-conv.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-inline.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-inline.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-into-ssa.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-iterator.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-iterator.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-loop-linear.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-mudflap.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-mudflap.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-nested.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-nomudflap.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-nrv.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-object-size.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-optimize.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-outof-ssa.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-pass.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-phinodes.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-profile.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-scalar-evolution.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-scalar-evolution.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-sra.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-address.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-alias.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-ccp.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-copy.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-copyrename.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-dce.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-dom.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-dse.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-forwprop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-live.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-live.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-ch.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-im.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-ivcanon.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-ivopts.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-manip.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-niter.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop-unswitch.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-loop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-math-opts.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-operands.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-operands.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-opfinalize.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-phiopt.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-pre.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-propagate.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-propagate.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-reassoc.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-sink.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-structalias.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-structalias.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-threadupdate.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa-uncprop.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssa.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-ssanames.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-stdarg.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-stdarg.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-tailcall.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vect-analyze.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vect-generic.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vect-transform.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vectorizer.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vectorizer.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vn.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree-vrp.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/tree.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/treestruct.def [new file with mode: 0644]
contrib/gcc-4.1/gcc/tsystem.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/typeclass.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-c.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-dw2-fde.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-dw2-fde.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-dw2.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-dw2.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-generic.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-pe.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind-sjlj.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/unwind.inc [new file with mode: 0644]
contrib/gcc-4.1/gcc/value-prof.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/value-prof.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/var-tracking.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/varasm.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/varray.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/varray.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/vec.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/vec.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/version.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/version.h [new file with mode: 0644]
contrib/gcc-4.1/gcc/vmsdbgout.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/web.c [new file with mode: 0644]
contrib/gcc-4.1/gcc/xcoffout.c [new file with mode: 0644]
contrib/gcc-4.1/include/ansidecl.h [new file with mode: 0644]
contrib/gcc-4.1/include/demangle.h [new file with mode: 0644]
contrib/gcc-4.1/include/dyn-string.h [new file with mode: 0644]
contrib/gcc-4.1/include/fibheap.h [new file with mode: 0644]
contrib/gcc-4.1/include/filenames.h [new file with mode: 0644]
contrib/gcc-4.1/include/getopt.h [new file with mode: 0644]
contrib/gcc-4.1/include/hashtab.h [new file with mode: 0644]
contrib/gcc-4.1/include/libiberty.h [new file with mode: 0644]
contrib/gcc-4.1/include/md5.h [new file with mode: 0644]
contrib/gcc-4.1/include/obstack.h [new file with mode: 0644]
contrib/gcc-4.1/include/partition.h [new file with mode: 0644]
contrib/gcc-4.1/include/safe-ctype.h [new file with mode: 0644]
contrib/gcc-4.1/include/splay-tree.h [new file with mode: 0644]
contrib/gcc-4.1/include/xregex.h [new file with mode: 0644]
contrib/gcc-4.1/include/xregex2.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/charset.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/directives.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/errors.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/expr.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/files.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/identifiers.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/include/cpp-id-data.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/include/cpplib.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/include/line-map.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/include/mkdeps.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/include/symtab.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/init.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/internal.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/lex.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/line-map.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/macro.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/mkdeps.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/pch.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/symtab.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/system.h [new file with mode: 0644]
contrib/gcc-4.1/libcpp/traditional.c [new file with mode: 0644]
contrib/gcc-4.1/libcpp/ucnid.h [new file with mode: 0644]
contrib/gcc-4.1/libiberty/concat.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/gcc-4.1/libiberty/cp-demint.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/dyn-string.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/fibheap.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/fopen_unlocked.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/getpwd.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/getruntime.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/hashtab.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/hex.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/lbasename.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/lrealpath.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/md5.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/obstack.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/partition.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/pex-common.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/pex-common.h [new file with mode: 0644]
contrib/gcc-4.1/libiberty/pex-one.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/pex-unix.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/physmem.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/regex.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/splay-tree.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/strverscmp.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/xexit.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/xmalloc.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/xmemdup.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/xstrdup.c [new file with mode: 0644]
contrib/gcc-4.1/libiberty/xstrerror.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/ChangeLog [new file with mode: 0644]
contrib/gcc-4.1/libobjc/NXConstStr.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/Object.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/Protocol.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/README [new file with mode: 0644]
contrib/gcc-4.1/libobjc/README.threads [new file with mode: 0644]
contrib/gcc-4.1/libobjc/THREADS [new file with mode: 0644]
contrib/gcc-4.1/libobjc/THREADS.MACH [new file with mode: 0644]
contrib/gcc-4.1/libobjc/archive.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/class.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/encoding.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/exception.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/gc.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/hash.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/hash_compat.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/init.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/libobjc.def [new file with mode: 0644]
contrib/gcc-4.1/libobjc/libobjc_entry.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/linking.m [new file with mode: 0644]
contrib/gcc-4.1/libobjc/misc.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/nil_method.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/NXConstStr.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/Object.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/Protocol.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/encoding.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/hash.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc-api.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc-decls.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc-list.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/objc.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/runtime.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/sarray.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/thr.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objc/typedstream.h [new file with mode: 0644]
contrib/gcc-4.1/libobjc/objects.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/sarray.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/selector.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/sendmsg.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-dce.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-objc.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-posix.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-pthreads.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr-single.c [new file with mode: 0644]
contrib/gcc-4.1/libobjc/thr.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/gets-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/memcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/memmove-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/mempcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/memset-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/snprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/sprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp-local.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp.map [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp/ssp.h.in [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp/stdio.h [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp/string.h [new file with mode: 0644]
contrib/gcc-4.1/libssp/ssp/unistd.h [new file with mode: 0644]
contrib/gcc-4.1/libssp/stpcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/strcat-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/strcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/strncat-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/strncpy-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/vsnprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libssp/vsprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/README [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/allocator/new_allocator_base.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/cpu/generic/atomic_word.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/cpu/generic/atomicity.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/cpu/generic/cpu_defines.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/cpu/i486/atomicity.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/io/basic_file_stdio.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/io/basic_file_stdio.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/io/c_io_stdio.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/linker-map.gnu [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/c++locale_internal.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/c_locale.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/c_locale.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/codecvt_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/collate_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/ctype_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/messages_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/messages_members.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/monetary_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/numeric_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/time_members.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/locale/generic/time_members.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/algo.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/algobase.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/alloc.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/backward_warning.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/bvector.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/complex.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/defalloc.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/deque.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/fstream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/function.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/hash_map.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/hash_set.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/hashtable.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/heap.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/iomanip.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/iostream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/istream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/iterator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/list.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/map.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/multimap.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/multiset.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/new.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/ostream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/pair.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/queue.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/rope.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/set.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/slist.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/stack.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/stream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/streambuf.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/strstream [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/tempbuf.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/tree.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/backward/vector.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/atomicity.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/basic_ios.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/basic_ios.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/basic_string.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/basic_string.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/boost_concept_check.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/c++config [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/char_traits.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/codecvt.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/concept_check.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/concurrence.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/cpp_type_traits.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/deque.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/fstream.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/functexcept.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/gslice.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/gslice_array.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/indirect_array.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/ios_base.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/istream.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/list.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/locale_classes.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/locale_facets.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/locale_facets.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/localefwd.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/mask_array.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/ostream.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/postypes.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/slice_array.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/sstream.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_algo.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_algobase.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_bvector.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_construct.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_deque.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_function.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_heap.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_iterator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_iterator_base_funcs.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_iterator_base_types.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_list.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_map.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_multimap.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_multiset.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_numeric.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_pair.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_queue.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_raw_storage_iter.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_relops.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_set.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_stack.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_tempbuf.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_tree.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_uninitialized.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stl_vector.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stream_iterator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/streambuf.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/streambuf_iterator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/stringfwd.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/valarray_after.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/valarray_array.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/valarray_array.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/valarray_before.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/bits/vector.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/cmath.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cassert.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cctype.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cerrno.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cfloat.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_ciso646.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_climits.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_clocale.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cmath.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_csetjmp.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_csignal.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cstdarg.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cstddef.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cstdio.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cstdlib.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cstring.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_ctime.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cwchar.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/c_std/std_cwctype.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/bitset [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/debug.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/deque [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/formatter.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/functions.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/hash_map [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/hash_map.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/hash_multimap.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/hash_multiset.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/hash_set [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/hash_set.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/list [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/macros.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/map [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/map.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/multimap.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/multiset.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/safe_base.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/safe_iterator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/safe_iterator.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/safe_sequence.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/set [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/set.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/string [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/debug/vector [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/algorithm [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/array_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/bitmap_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/codecvt_specializations.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/debug_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/functional [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/hash_fun.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/hash_map [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/hash_set [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/hashtable.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/iterator [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/malloc_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/memory [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/mt_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/new_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/numeric [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/assoc_cntnr.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/data_type.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/assoc_cntnr_base.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/d_extract_key.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/d_find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/d_insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/extract_key.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_assoc_cntnr/iterators_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_hash_assoc_cntnr/resize_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/node_iteration_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/policy_access_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/r_erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/r_range_iteration_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/range_iteration_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/basic_tree_assoc_cntnr/split_join_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/bin_search_tree_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/find_iterators.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/iterators_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/node_iterators.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/r_erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/rotate_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/bin_search_tree_/split_join_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_hash_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/cc_ht_map_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/cmp_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/cond_key_dtor_entry_dealtor.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/constructor_destructor_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/constructor_destructor_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/debug_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/debug_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/entry_list_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/erase_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/erase_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/find_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/find_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/insert_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/insert_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/iterators_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/resize_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/resize_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/resize_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/size_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cc_ht_map_/standard_policies.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/cond_dealtor.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ds_trait_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/eq_fn/eq_by_less.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/eq_fn/hash_eq_fn.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_hash_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/constructor_destructor_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/constructor_destructor_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/debug_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/debug_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/erase_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/erase_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/find_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/find_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/gp_ht_map_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/insert_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/insert_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/iterator_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/resize_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/resize_no_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/resize_store_hash_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/direct_mask_range_hashing_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/direct_mod_range_hashing_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/linear_probe_fn_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/mask_based_range_hashing.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/mod_based_range_hashing.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/probe_fn_base.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/quadratic_probe_fn_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/ranged_hash_fn.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_fn/ranged_probe_fn.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/hash_types_traits.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_assoc_cntnr/policy_access_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/iterators_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/lu_map_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_map_/policy_access_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_policy/counter_lu_metadata_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_policy/counter_lu_policy_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/lu_policy/mtf_lu_policy_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/map_debug_base.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/mapping_level_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ms_category_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ms_trait_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/order_statistics_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/cond_dtor.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/iterators_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/node_iterators.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/ov_tree_map_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/split_join_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/node.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/rb_tree_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/rb_tree_map_/split_join_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/cc_hash_max_collision_resize_trigger_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/hash_exponential_size_policy_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/hash_prime_size_policy_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/hash_standard_resize_policy_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/ht_prime_size_policy_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/resize_policy/size_base.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/constructors_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/debug_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/node.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/splay_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/splay_tree_.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/splay_tree_/split_join_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/standard_policies.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/standard_sizes.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/tree_assoc_cntnr/constructor_destructor_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/tree_policy/null_node_updator_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/tree_policy/order_statistics_imp.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/type_utils.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_append.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_apply.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_at_index.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_contains.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_filter.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_transform.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/typelist/typelist_typelist_append.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/types_traits.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/unordered_iterator/const_find_iterator.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/unordered_iterator/const_iterator.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/unordered_iterator/find_iterator.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/unordered_iterator/iterator.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/constructor_destructor_and_related.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/erase_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/erase_if_pred.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/find_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/info_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/insert_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/invalidation_guarantee_selector.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/it_value_type_traits.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/iterator.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/iterator_fn_imps.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/ref_pair.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/value_type_adapter.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/detail/value_type_adapter/value_type_traits.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/ds_trait.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/exception.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/hash_policy.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/lu_policy.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/ms_trait.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/tree_policy.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pb_assoc/trivial_iterator_def.hpp [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pod_char_traits.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/pool_allocator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/rb_tree [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/rc_string_base.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/rope [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/ropeimpl.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/slist [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/sso_string_base.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/stdio_filebuf.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/stdio_sync_filebuf.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/typelist.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/vstring.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/vstring.tcc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/vstring_fwd.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/ext/vstring_util.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_algorithm.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_bitset.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_complex.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_deque.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_fstream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_functional.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_iomanip.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_ios.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_iosfwd.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_iostream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_istream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_iterator.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_limits.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_list.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_locale.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_map.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_memory.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_numeric.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_ostream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_queue.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_set.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_sstream.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_stack.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_stdexcept.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_streambuf.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_string.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_utility.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_valarray.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/std/std_vector.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/stdc++.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/array [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/bind_iterate.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/bind_repeat.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/boost_shared_ptr.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/functional [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/functional_iterate.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/hashtable [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/memory [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/mu_iterate.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/ref_fwd.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/ref_wrap_iterate.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/repeat.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/tuple [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/tuple_iterate.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/type_traits [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/type_traits_fwd.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/unordered_map [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/unordered_set [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/include/tr1/utility [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libmath/stubs.c [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/cxxabi.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/del_op.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/del_opnt.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/del_opv.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/del_opvnt.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_alloc.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_arm.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_aux_runtime.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_call.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_catch.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_exception.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_globals.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_personality.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_term_handler.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_terminate.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_throw.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_type.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/eh_unex_handler.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/exception [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/exception_defines.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/guard.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/new [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/new_handler.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/new_op.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/new_opnt.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/new_opv.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/new_opvnt.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/pure.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/tinfo.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/tinfo.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/tinfo2.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/typeinfo [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/unwind-cxx.h [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/vec.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/libsupc++/vterminate.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/allocator-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/bitmap_allocator.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/codecvt.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/compatibility.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/complex_io.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/concept-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ctype.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/debug.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/debug_list.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ext-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/fstream-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/functexcept.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/globals_io.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/globals_locale.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ios-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ios.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ios_failure.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ios_init.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ios_locale.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/iostream-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/istream-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/istream.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/limits.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/list.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/locale-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/locale-misc-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/locale.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/locale_facets.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/locale_init.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/localename.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/misc-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/mt_allocator.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/ostream-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/pool_allocator.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/sstream-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/stdexcept.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/streambuf-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/streambuf.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/string-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/strstream.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/tree.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/valarray-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/wlocale-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/libstdc++-v3/src/wstring-inst.cc [new file with mode: 0644]
contrib/gcc-4.1/move-if-change [new file with mode: 0644]
contrib/gcc-4.4/COPYING [new file with mode: 0644]
contrib/gcc-4.4/COPYING.LIB [new file with mode: 0644]
contrib/gcc-4.4/COPYING.RUNTIME [new file with mode: 0644]
contrib/gcc-4.4/COPYING3 [new file with mode: 0644]
contrib/gcc-4.4/COPYING3.LIB [new file with mode: 0644]
contrib/gcc-4.4/LAST_UPDATED [new file with mode: 0644]
contrib/gcc-4.4/README [new file with mode: 0644]
contrib/gcc-4.4/README.DELETED [new file with mode: 0644]
contrib/gcc-4.4/README.DRAGONFLY [new file with mode: 0644]
contrib/gcc-4.4/gcc/BASE-VER [new file with mode: 0644]
contrib/gcc-4.4/gcc/COPYING [new file with mode: 0644]
contrib/gcc-4.4/gcc/COPYING.LIB [new file with mode: 0644]
contrib/gcc-4.4/gcc/COPYING3 [new file with mode: 0644]
contrib/gcc-4.4/gcc/COPYING3.LIB [new file with mode: 0644]
contrib/gcc-4.4/gcc/DATESTAMP [new file with mode: 0644]
contrib/gcc-4.4/gcc/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/gcc/README.Portability [new file with mode: 0644]
contrib/gcc-4.4/gcc/addresses.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/alias.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/alias.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/alloc-pool.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/alloc-pool.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/attribs.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/auto-inc-dec.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/basic-block.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/bb-reorder.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/bitmap.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/bitmap.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/bt-load.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/builtin-attrs.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/builtin-types.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/builtins.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/builtins.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-aux-info.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-common.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-common.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-common.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-config-lang.in [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-convert.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-cppbuiltin.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-decl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-dump.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-errors.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-format.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-format.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-gimplify.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-lang.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-lex.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-objc-common.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-objc-common.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-omp.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-opts.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-parser.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-pch.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-ppoutput.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-pragma.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-pragma.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-pretty-print.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-semantics.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-tree.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/c-typeck.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/c.opt [new file with mode: 0644]
contrib/gcc-4.4/gcc/caller-save.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/calls.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfganal.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgbuild.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgcleanup.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgexpand.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfghooks.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfghooks.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfglayout.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfglayout.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgloop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgloop.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgloopanal.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgloopmanip.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cfgrtl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cgraph.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cgraph.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cgraphbuild.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cgraphunit.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/combine-stack-adj.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/combine.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/common.opt [new file with mode: 0644]
contrib/gcc-4.4/gcc/conditions.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/README [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/dbxelf.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/dragonfly.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/elfos.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/ammintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/athlon.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/att.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/avxintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/biarch64.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/bmmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/constraints.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/cpuid.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/cross-stdarg.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/dragonfly-unwind.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/dragonfly.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/dragonfly64.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/driver-i386.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/emmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/geode.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386-c.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386-modes.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386-protos.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/i386.opt [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/immintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/k6.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/mm3dnow.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/mmintrin-common.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/mmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/mmx.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/nmmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/pentium.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/pmm_malloc.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/pmmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/ppro.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/predicates.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/smmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/sse.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/sync.md [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/tmmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/unix.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/wmmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/x86-64.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/x86intrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/i386/xmmintrin.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/config/vxworks-dummy.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/convert.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/convert.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/coretypes.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/coverage.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/coverage.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/Make-lang.in [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/call.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cfns.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/class.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/config-lang.in [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cp-gimplify.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cp-lang.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cp-objcp-common.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cp-objcp-common.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cp-tree.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cp-tree.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cvt.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cxx-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/cxx-pretty-print.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/decl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/decl.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/decl2.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/dump.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/error.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/except.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/expr.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/friend.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/g++spec.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/init.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/lang-specs.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/lex.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/mangle.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/method.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/name-lookup.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/name-lookup.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/operators.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/optimize.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/parser.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/pt.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/ptree.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/repo.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/rtti.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/search.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/semantics.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/tree.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/typeck.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cp/typeck2.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cppdefault.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cppdefault.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/cppspec.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/crtstuff.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cse.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cselib.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/cselib.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dbgcnt.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dbgcnt.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/dbgcnt.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dbxout.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dbxout.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dce.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dce.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ddg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ddg.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/debug.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/debug.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/defaults.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/df-byte-scan.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/df-core.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/df-problems.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/df-scan.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/df.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dfp.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dfp.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/diagnostic.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/diagnostic.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/diagnostic.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/arm-neon-intrinsics.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/bugreport.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/c-tree.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/cfg.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/collect2.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/compat.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/configfiles.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/configterms.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/contrib.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/contribute.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/cpp.1 [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/cpp.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/cppenv.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/cppinternals.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/cppopts.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/extend.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/fragments.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/frontends.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/g++.1 [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gcc.1 [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gcc.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gccint.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gcov.1 [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gcov.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/generic.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gimple.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gnu.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/gty.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/headerdirs.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/hostconfig.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/implement-c.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/include/fdl.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/include/funding.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/include/gcc-common.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/include/gpl_v3.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/interface.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/invoke.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/languages.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/libgcc.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/loop.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/makefile.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/md.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/objc.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/options.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/passes.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/portability.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/rtl.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/service.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/sourcebuild.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/standards.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/tm.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/tree-ssa.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/doc/trouble.texi [new file with mode: 0644]
contrib/gcc-4.4/gcc/dojump.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dominance.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/domwalk.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/domwalk.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/double-int.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/double-int.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dse.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dse.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dummy-checksum.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dwarf2.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dwarf2asm.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dwarf2asm.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/dwarf2out.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/dwarf2out.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ebitmap.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ebitmap.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/emit-rtl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/emit-rtl.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/errors.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/errors.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/et-forest.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/et-forest.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/except.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/except.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/explow.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/expmed.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/expr.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/expr.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/final.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/fixed-value.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/fixed-value.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/flags.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/fold-const.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/function.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/function.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/fwprop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gbl-ctors.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcc.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcc.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gccspec.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcov-io.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcov-io.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcov-iov.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcov.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gcse.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genattr.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genattrtab.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genautomata.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gencheck.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genchecksum.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gencodes.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genconditions.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genconfig.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genconstants.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genemit.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genextract.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genflags.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gengenrtl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gengtype-lex.l [new file with mode: 0644]
contrib/gcc-4.4/gcc/gengtype-parse.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gengtype.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gengtype.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/genmddeps.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genmodes.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genopinit.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genoutput.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genpeep.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genpreds.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/genrecog.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gensupport.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gensupport.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ggc-common.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ggc-none.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ggc-page.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ggc.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimple-iterator.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimple-low.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimple-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimple.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimple.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimple.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gimplify.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ginclude/tgmath.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/graph.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/graph.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/graphds.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/graphds.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/graphite.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gsstruct.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/gstab.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gthr-gnat.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/gthr-gnat.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gthr-posix.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gthr-single.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/gthr.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/haifa-sched.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/hard-reg-set.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/hooks.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/hooks.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/host-default.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/hosthooks-def.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/hosthooks.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/hwint.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ifcvt.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/incpath.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/incpath.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/init-regs.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/input.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/insn-addr.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/insn-notes.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/integrate.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/integrate.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/intl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/intl.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-cp.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-inline.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-prop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-prop.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-pure-const.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-reference.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-reference.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-struct-reorg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-struct-reorg.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-type-escape.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-type-escape.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-utils.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa-utils.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ipa.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-build.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-color.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-conflicts.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-costs.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-emit.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-int.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira-lives.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/ira.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/jump.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/lambda-code.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/lambda-mat.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/lambda-trans.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/lambda.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/langhooks-def.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/langhooks.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/langhooks.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/lcm.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/libfuncs.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/libgcc-std.ver [new file with mode: 0644]
contrib/gcc-4.4/gcc/libgcc2.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/libgcc2.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/libgcov.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/lists.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/longlong.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/loop-doloop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/loop-init.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/loop-invariant.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/loop-iv.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/loop-unroll.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/loop-unswitch.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/lower-subreg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/machmode.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/machmode.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/main.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/matrix-reorg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/mcf.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/mode-classes.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/mode-switching.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/modulo-sched.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/Make-lang.in [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/README [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/config-lang.in [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/lang-specs.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/objc-act.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/objc-act.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/objc-lang.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/objc/objc-tree.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/omega.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/omega.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/omp-builtins.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/omp-low.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/opt-functions.awk [new file with mode: 0644]
contrib/gcc-4.4/gcc/opt-gather.awk [new file with mode: 0644]
contrib/gcc-4.4/gcc/optabs.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/optabs.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/optc-gen.awk [new file with mode: 0644]
contrib/gcc-4.4/gcc/opth-gen.awk [new file with mode: 0644]
contrib/gcc-4.4/gcc/opts-common.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/opts.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/opts.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/output.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/params.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/params.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/params.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/passes.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/pointer-set.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/pointer-set.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/postreload-gcse.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/postreload.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/predict.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/predict.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/predict.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/prefix.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/prefix.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/pretty-print.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/pretty-print.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/print-rtl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/print-tree.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/profile.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/profile.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/read-rtl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/real.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/real.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/recog.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/recog.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/reg-notes.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/reg-stack.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/reginfo.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/regmove.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/regrename.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/regs.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/regstat.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/reload.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/reload.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/reload1.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/reorg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/resource.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/resource.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtl-error.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtl-factoring.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtl.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtl.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtl.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtlanal.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtlhooks-def.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/rtlhooks.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sbitmap.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sbitmap.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/sched-deps.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sched-ebb.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sched-int.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/sched-rgn.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sched-vis.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sdbout.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/see.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sel-sched-dump.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sel-sched-dump.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/sel-sched-ir.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sel-sched-ir.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/sel-sched.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sel-sched.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/simplify-rtx.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sparseset.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sparseset.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/sreal.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sreal.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/stab.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/stack-ptr-mod.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/statistics.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/statistics.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/stmt.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/stor-layout.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/stringpool.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/stub-objc.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/sync-builtins.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/system.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/target-def.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/target.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/targhooks.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/targhooks.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/timevar.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/timevar.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/timevar.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/toplev.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/toplev.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tracer.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-affine.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-affine.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-call-cdce.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-cfg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-cfgcleanup.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-chrec.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-chrec.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-complex.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-data-ref.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-data-ref.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-dfa.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-dump.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-dump.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-eh.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-flow-inline.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-flow.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-if-conv.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-inline.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-inline.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-into-ssa.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-iterator.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-iterator.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-loop-distribution.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-loop-linear.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-mudflap.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-mudflap.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-nested.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-nomudflap.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-nrv.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-object-size.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-optimize.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-outof-ssa.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-parloops.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-pass.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-phinodes.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-predcom.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-pretty-print.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-profile.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-scalar-evolution.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-scalar-evolution.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-sra.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-address.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-alias.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-ccp.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-coalesce.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-copy.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-copyrename.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-dce.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-dom.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-dse.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-forwprop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-ifcombine.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-live.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-live.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-ch.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-im.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-ivcanon.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-ivopts.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-manip.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-niter.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-prefetch.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop-unswitch.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-loop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-math-opts.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-operands.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-operands.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-phiopt.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-phiprop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-pre.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-propagate.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-propagate.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-reassoc.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-sccvn.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-sccvn.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-sink.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-structalias.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-structalias.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-ter.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-threadedge.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-threadupdate.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa-uncprop.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssa.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-ssanames.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-stdarg.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-stdarg.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-switch-conversion.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-tailcall.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vect-analyze.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vect-generic.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vect-patterns.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vect-transform.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vectorizer.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vectorizer.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree-vrp.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/tree.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/treestruct.def [new file with mode: 0644]
contrib/gcc-4.4/gcc/tsystem.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/typeclass.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-c.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-compat.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-dw2-fde-glibc.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-dw2-fde.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-dw2-fde.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-dw2.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-dw2.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-generic.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-pe.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind-sjlj.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/unwind.inc [new file with mode: 0644]
contrib/gcc-4.4/gcc/value-prof.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/value-prof.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/var-tracking.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/varasm.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/varpool.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/varray.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/varray.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/vec.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/vec.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/vecprim.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/version.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/version.h [new file with mode: 0644]
contrib/gcc-4.4/gcc/vmsdbgout.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/web.c [new file with mode: 0644]
contrib/gcc-4.4/gcc/xcoffout.c [new file with mode: 0644]
contrib/gcc-4.4/include/COPYING [new file with mode: 0644]
contrib/gcc-4.4/include/COPYING3 [new file with mode: 0644]
contrib/gcc-4.4/include/ansidecl.h [new file with mode: 0644]
contrib/gcc-4.4/include/demangle.h [new file with mode: 0644]
contrib/gcc-4.4/include/dyn-string.h [new file with mode: 0644]
contrib/gcc-4.4/include/fibheap.h [new file with mode: 0644]
contrib/gcc-4.4/include/filenames.h [new file with mode: 0644]
contrib/gcc-4.4/include/floatformat.h [new file with mode: 0644]
contrib/gcc-4.4/include/fnmatch.h [new file with mode: 0644]
contrib/gcc-4.4/include/getopt.h [new file with mode: 0644]
contrib/gcc-4.4/include/hashtab.h [new file with mode: 0644]
contrib/gcc-4.4/include/libiberty.h [new file with mode: 0644]
contrib/gcc-4.4/include/md5.h [new file with mode: 0644]
contrib/gcc-4.4/include/objalloc.h [new file with mode: 0644]
contrib/gcc-4.4/include/obstack.h [new file with mode: 0644]
contrib/gcc-4.4/include/partition.h [new file with mode: 0644]
contrib/gcc-4.4/include/safe-ctype.h [new file with mode: 0644]
contrib/gcc-4.4/include/sha1.h [new file with mode: 0644]
contrib/gcc-4.4/include/sort.h [new file with mode: 0644]
contrib/gcc-4.4/include/splay-tree.h [new file with mode: 0644]
contrib/gcc-4.4/include/xregex.h [new file with mode: 0644]
contrib/gcc-4.4/include/xregex2.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libcpp/charset.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/config.in [new file with mode: 0644]
contrib/gcc-4.4/libcpp/directives-only.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/directives.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/errors.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/expr.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/files.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/identifiers.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/include/cpp-id-data.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/include/cpplib.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/include/line-map.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/include/mkdeps.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/include/symtab.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/init.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/internal.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/lex.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/line-map.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/macro.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/mkdeps.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/pch.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/symtab.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/system.h [new file with mode: 0644]
contrib/gcc-4.4/libcpp/traditional.c [new file with mode: 0644]
contrib/gcc-4.4/libcpp/ucnid.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/config.in [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dconfig.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decCommonSymbols.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decContext.c [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decContext.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decContextSymbols.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decDPD.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decDPDSymbols.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decNumber.c [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decNumber.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decNumberLocal.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/decNumberSymbols.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal128.c [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal128.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal128Local.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal128Symbols.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal32.c [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal32.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal32Symbols.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal64.c [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal64.h [new file with mode: 0644]
contrib/gcc-4.4/libdecnumber/dpd/decimal64Symbols.h [new file with mode: 0644]
contrib/gcc-4.4/libgcc/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libgcc/config.host [new file with mode: 0644]
contrib/gcc-4.4/libgcc/config/i386/64/_divtc3.c [new file with mode: 0644]
contrib/gcc-4.4/libgcc/config/i386/64/_multc3.c [new file with mode: 0644]
contrib/gcc-4.4/libgcc/config/i386/64/_powitf2.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/gcc-4.4/libiberty/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libiberty/README [new file with mode: 0644]
contrib/gcc-4.4/libiberty/alloca.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/argv.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/at-file.texi [new file with mode: 0644]
contrib/gcc-4.4/libiberty/choose-temp.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/concat.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/config.in [new file with mode: 0644]
contrib/gcc-4.4/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/gcc-4.4/libiberty/cp-demint.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/dyn-string.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/fdmatch.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/fibheap.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/filename_cmp.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/floatformat.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/fnmatch.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/fopen_unlocked.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/getopt.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/getopt1.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/getpwd.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/getruntime.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/hashtab.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/hex.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/lbasename.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/lrealpath.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/md5.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/mempcpy.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/objalloc.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/obstack.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/partition.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/pex-common.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/pex-common.h [new file with mode: 0644]
contrib/gcc-4.4/libiberty/pex-one.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/pex-unix.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/pexecute.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/physmem.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/regex.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/sha1.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/sort.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/spaces.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/splay-tree.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/stpncpy.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/strerror.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/strsignal.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/strverscmp.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/unlink-if-ordinary.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xatexit.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xexit.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xmalloc.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xmemdup.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xstrdup.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xstrerror.c [new file with mode: 0644]
contrib/gcc-4.4/libiberty/xstrndup.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libobjc/NXConstStr.m [new file with mode: 0644]
contrib/gcc-4.4/libobjc/Object.m [new file with mode: 0644]
contrib/gcc-4.4/libobjc/Protocol.m [new file with mode: 0644]
contrib/gcc-4.4/libobjc/README [new file with mode: 0644]
contrib/gcc-4.4/libobjc/archive.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/class.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/config.h.in [new file with mode: 0644]
contrib/gcc-4.4/libobjc/encoding.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/exception.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/gc.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/hash.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/init.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/linking.m [new file with mode: 0644]
contrib/gcc-4.4/libobjc/misc.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/nil_method.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/NXConstStr.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/Object.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/Protocol.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/encoding.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/hash.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/objc-api.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/objc-decls.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/objc-list.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/objc.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/runtime.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/sarray.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/thr.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objc/typedstream.h [new file with mode: 0644]
contrib/gcc-4.4/libobjc/objects.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/sarray.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/selector.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/sendmsg.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/thr-objc.c [new file with mode: 0644]
contrib/gcc-4.4/libobjc/thr.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/Makefile.am [new file with mode: 0644]
contrib/gcc-4.4/libssp/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libssp/config.h.in [new file with mode: 0644]
contrib/gcc-4.4/libssp/gets-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/memcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/memmove-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/mempcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/memset-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/snprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/sprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp-local.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp.map [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp/ssp.h.in [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp/stdio.h [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp/string.h [new file with mode: 0644]
contrib/gcc-4.4/libssp/ssp/unistd.h [new file with mode: 0644]
contrib/gcc-4.4/libssp/stpcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/strcat-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/strcpy-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/strncat-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/strncpy-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/vsnprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libssp/vsprintf-chk.c [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/Makefile.am [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/README [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config.h.in [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/abi/compatibility.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/abi/pre/gnu.ver [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/abi/pre/none.ver [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/allocator/new_allocator_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/cpu/generic/atomic_word.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/cpu/generic/cpu_defines.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/cpu/generic/cxxabi_tweaks.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/cpu/i386/atomicity.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/cpu/i486/atomicity.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/io/basic_file_stdio.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/io/basic_file_stdio.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/io/c_io_stdio.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/dragonfly/c_locale.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/dragonfly/ctype_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/c++locale_internal.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/c_locale.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/codecvt_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/collate_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/messages_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/messages_members.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/monetary_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/numeric_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/time_members.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/locale/generic/time_members.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/os/bsd/dragonfly/ctype_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/os/bsd/dragonfly/ctype_inline.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/os/bsd/dragonfly/ctype_noninline.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/os/bsd/dragonfly/os_defines.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/config/os/generic/error_constants.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/configure.host [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/Makefile.am [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/auto_ptr.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/backward_warning.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/binders.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/hash_fun.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/hash_map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/hash_set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/hashtable.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/backward/strstream [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/algorithmfwd.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/atomic_0.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/atomic_2.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/atomicfwd_c.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/atomicfwd_cxx.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/basic_ios.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/basic_ios.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/basic_string.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/basic_string.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/boost_concept_check.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/c++config [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/char_traits.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/codecvt.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/concept_check.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/cpp_type_traits.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/deque.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/forward_list.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/forward_list.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/fstream.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/functexcept.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/functional_hash.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/gslice.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/gslice_array.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/hashtable.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/indirect_array.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/ios_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/istream.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/list.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/locale_classes.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/locale_classes.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/locale_facets.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/locale_facets.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/locale_facets_nonio.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/locale_facets_nonio.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/localefwd.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/mask_array.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/move.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/ostream.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/ostream_insert.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/postypes.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/shared_ptr.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/slice_array.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/sstream.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_algo.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_algobase.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_bvector.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_construct.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_deque.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_function.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_heap.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_iterator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_iterator_base_funcs.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_iterator_base_types.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_list.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_map.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_multimap.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_multiset.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_numeric.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_pair.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_queue.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_raw_storage_iter.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_relops.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_set.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_stack.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_tempbuf.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_tree.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_uninitialized.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stl_vector.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stream_iterator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/streambuf.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/streambuf_iterator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/stringfwd.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/unique_ptr.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/valarray_after.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/valarray_array.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/valarray_array.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/valarray_before.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/bits/vector.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_compatibility/complex.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_compatibility/fenv.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_compatibility/stdatomic.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_compatibility/tgmath.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cassert [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/ccomplex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cerrno [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cfenv [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cfloat [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cinttypes [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/ciso646 [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/climits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/clocale [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cmath [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cmath.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/csetjmp [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/csignal [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstdarg [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstdatomic [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstdbool [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstddef [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstdint [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstdio [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstdlib [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cstring [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/ctgmath [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/ctime [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cwchar [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_global/cwctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cassert [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cerrno [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/climits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/clocale [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cmath [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cstddef [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cstdio [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cstdlib [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cstring [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/ctime [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cwchar [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/c_std/cwctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/bitset [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/debug.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/deque [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/formatter.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/functions.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/list [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/macros.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/map.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/multimap.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/multiset.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/safe_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/safe_iterator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/safe_iterator.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/safe_sequence.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/set.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/string [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/unordered_map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/unordered_set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/debug/vector [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/algorithm [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/array_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/atomicity.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/bitmap_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/cast.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/codecvt_specializations.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/concurrence.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/debug_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/enc_filebuf.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/extptr_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/functional [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/iterator [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/malloc_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/memory [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/mt_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/new_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/numeric [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/numeric_traits.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/pod_char_traits.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/pointer.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/pool_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/rb_tree [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/rc_string_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/rope [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/ropeimpl.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/slist [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/sso_string_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/stdio_filebuf.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/stdio_sync_filebuf.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/string_conversions.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/throw_allocator.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/type_traits.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/typelist.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/vstring.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/vstring.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/vstring_fwd.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/ext/vstring_util.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/algorithm [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/array [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/bitset [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/c++0x_warning.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/chrono [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/complex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/condition_variable [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/deque [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/forward_list [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/fstream [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/functional [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/iomanip [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/ios [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/iosfwd [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/iostream [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/istream [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/iterator [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/limits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/list [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/locale [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/memory [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/mutex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/numeric [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/ostream [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/queue [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/random [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/ratio [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/regex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/sstream [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/stack [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/stdexcept [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/streambuf [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/string [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/system_error [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/thread [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/tuple [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/type_traits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/unordered_map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/unordered_set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/utility [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/valarray [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/std/vector [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/array [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/bessel_function.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/beta_function.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/ccomplex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cfenv [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cfloat [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cinttypes [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/climits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cmath [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/complex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/complex.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cstdarg [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cstdbool [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cstdint [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cstdio [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cstdlib [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/ctgmath [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/ctime [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/ctype.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cwchar [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/cwctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/ell_integral.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/exp_integral.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/fenv.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/float.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/functional [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/functional_hash.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/gamma.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/hashtable.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/hypergeometric.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/inttypes.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/legendre_function.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/limits.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/math.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/memory [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/modified_bessel_func.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/poly_hermite.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/poly_laguerre.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/random [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/regex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/riemann_zeta.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/shared_ptr.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/special_function_util.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/stdarg.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/stdbool.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/stdint.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/stdio.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/stdlib.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/tgmath.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/tuple [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/type_traits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/unordered_map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/unordered_set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/utility [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/wchar.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1/wctype.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/array [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/boost_sp_counted_base.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cfenv [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cinttypes [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cmath [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/complex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cstdint [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cstdio [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cstdlib [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cwchar [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/cwctype [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/functional [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/functional_hash.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/hashtable [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/hashtable_policy.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/random [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/random.tcc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/regex [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/type_traits [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/unordered_map [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/unordered_set [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/include/tr1_impl/utility [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/Makefile.am [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/array_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/atexit_arm.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/bad_cast.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/bad_typeid.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/class_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/cxxabi-forced.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/cxxabi.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/del_op.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/del_opnt.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/del_opv.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/del_opvnt.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/dyncast.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_alloc.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_arm.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_aux_runtime.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_call.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_catch.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_exception.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_globals.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_personality.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_ptr.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_term_handler.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_terminate.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_throw.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_type.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/eh_unex_handler.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/enum_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/exception [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/exception_defines.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/exception_ptr.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/function_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/fundamental_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/guard.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/initializer_list [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/new [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/new_handler.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/new_op.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/new_opnt.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/new_opv.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/new_opvnt.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/pbase_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/pmem_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/pointer_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/pure.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/si_class_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/tinfo.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/tinfo.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/tinfo2.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/typeinfo [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/unwind-cxx.h [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/vec.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/vmi_class_type_info.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/libsupc++/vterminate.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/Makefile.am [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/Makefile.in [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/allocator-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/atomic.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/bitmap_allocator.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/chrono.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/codecvt.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/compatibility.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/complex_io.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/concept-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/condition_variable.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ctype.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/debug.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/debug_list.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ext-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/fstream-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/functexcept.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/globals_io.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/hash.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/hash_c++0x.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/hashtable.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/hashtable_c++0x.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ios-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ios.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ios_failure.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ios_init.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ios_locale.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/iostream-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/istream-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/istream.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/limits.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/limits_c++0x.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/list.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/locale-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/locale.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/locale_facets.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/locale_init.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/localename.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/math_stubs_float.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/math_stubs_long_double.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/misc-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/mt_allocator.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/mutex.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/ostream-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/pool_allocator.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/sstream-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/stdexcept.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/streambuf-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/streambuf.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/string-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/strstream.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/system_error.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/thread.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/tree.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/valarray-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/wlocale-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/libstdc++-v3/src/wstring-inst.cc [new file with mode: 0644]
contrib/gcc-4.4/move-if-change [new file with mode: 0755]
contrib/gdb-7/COPYING [new file with mode: 0644]
contrib/gdb-7/COPYING.LIB [new file with mode: 0644]
contrib/gdb-7/COPYING3 [new file with mode: 0644]
contrib/gdb-7/COPYING3.LIB [new file with mode: 0644]
contrib/gdb-7/README [new file with mode: 0644]
contrib/gdb-7/README.DELETED [new file with mode: 0644]
contrib/gdb-7/README.DRAGONFLY [new file with mode: 0644]
contrib/gdb-7/bfd/COPYING [new file with mode: 0644]
contrib/gdb-7/bfd/README [new file with mode: 0644]
contrib/gdb-7/bfd/archive.c [new file with mode: 0644]
contrib/gdb-7/bfd/archive64.c [new file with mode: 0644]
contrib/gdb-7/bfd/archures.c [new file with mode: 0644]
contrib/gdb-7/bfd/bfd-in.h [new file with mode: 0644]
contrib/gdb-7/bfd/bfd-in2.h [new file with mode: 0644]
contrib/gdb-7/bfd/bfd.c [new file with mode: 0644]
contrib/gdb-7/bfd/bfdio.c [new file with mode: 0644]
contrib/gdb-7/bfd/bfdwin.c [new file with mode: 0644]
contrib/gdb-7/bfd/binary.c [new file with mode: 0644]
contrib/gdb-7/bfd/cache.c [new file with mode: 0644]
contrib/gdb-7/bfd/coffgen.c [new file with mode: 0644]
contrib/gdb-7/bfd/compress.c [new file with mode: 0644]
contrib/gdb-7/bfd/config.bfd [new file with mode: 0644]
contrib/gdb-7/bfd/corefile.c [new file with mode: 0644]
contrib/gdb-7/bfd/cpu-i386.c [new file with mode: 0644]
contrib/gdb-7/bfd/cpu-l1om.c [new file with mode: 0644]
contrib/gdb-7/bfd/dwarf1.c [new file with mode: 0644]
contrib/gdb-7/bfd/dwarf2.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf-attrs.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf-bfd.h [new file with mode: 0644]
contrib/gdb-7/bfd/elf-eh-frame.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf-ifunc.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf-strtab.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf-vxworks.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf-vxworks.h [new file with mode: 0644]
contrib/gdb-7/bfd/elf.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf32-gen.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf32-i386.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf32.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf64-gen.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf64-x86-64.c [new file with mode: 0644]
contrib/gdb-7/bfd/elf64.c [new file with mode: 0644]
contrib/gdb-7/bfd/elfcode.h [new file with mode: 0644]
contrib/gdb-7/bfd/elfcore.h [new file with mode: 0644]
contrib/gdb-7/bfd/elflink.c [new file with mode: 0644]
contrib/gdb-7/bfd/elfxx-target.h [new file with mode: 0644]
contrib/gdb-7/bfd/format.c [new file with mode: 0644]
contrib/gdb-7/bfd/genlink.h [new file with mode: 0644]
contrib/gdb-7/bfd/hash.c [new file with mode: 0644]
contrib/gdb-7/bfd/ihex.c [new file with mode: 0644]
contrib/gdb-7/bfd/init.c [new file with mode: 0644]
contrib/gdb-7/bfd/libaout.h [new file with mode: 0644]
contrib/gdb-7/bfd/libbfd.c [new file with mode: 0644]
contrib/gdb-7/bfd/libbfd.h [new file with mode: 0644]
contrib/gdb-7/bfd/libcoff.h [new file with mode: 0644]
contrib/gdb-7/bfd/libecoff.h [new file with mode: 0644]
contrib/gdb-7/bfd/linker.c [new file with mode: 0644]
contrib/gdb-7/bfd/merge.c [new file with mode: 0644]
contrib/gdb-7/bfd/opncls.c [new file with mode: 0644]
contrib/gdb-7/bfd/reloc.c [new file with mode: 0644]
contrib/gdb-7/bfd/section.c [new file with mode: 0644]
contrib/gdb-7/bfd/simple.c [new file with mode: 0644]
contrib/gdb-7/bfd/srec.c [new file with mode: 0644]
contrib/gdb-7/bfd/stab-syms.c [new file with mode: 0644]
contrib/gdb-7/bfd/stabs.c [new file with mode: 0644]
contrib/gdb-7/bfd/syms.c [new file with mode: 0644]
contrib/gdb-7/bfd/sysdep.h [new file with mode: 0644]
contrib/gdb-7/bfd/targets.c [new file with mode: 0644]
contrib/gdb-7/bfd/targmatch.sed [new file with mode: 0644]
contrib/gdb-7/bfd/tekhex.c [new file with mode: 0644]
contrib/gdb-7/bfd/verilog.c [new file with mode: 0644]
contrib/gdb-7/bfd/version.h [new file with mode: 0644]
contrib/gdb-7/gdb/COPYING [new file with mode: 0644]
contrib/gdb-7/gdb/PROBLEMS [new file with mode: 0644]
contrib/gdb-7/gdb/README [new file with mode: 0644]
contrib/gdb-7/gdb/ada-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/ada-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/ada-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/ada-lex.c [new file with mode: 0644]
contrib/gdb-7/gdb/ada-operator.def [new file with mode: 0644]
contrib/gdb-7/gdb/ada-operator.inc [new file with mode: 0644]
contrib/gdb-7/gdb/ada-tasks.c [new file with mode: 0644]
contrib/gdb-7/gdb/ada-typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/ada-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/addrmap.c [new file with mode: 0644]
contrib/gdb-7/gdb/addrmap.h [new file with mode: 0644]
contrib/gdb-7/gdb/amd64-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/amd64-nat.h [new file with mode: 0644]
contrib/gdb-7/gdb/amd64-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/amd64-tdep.h [new file with mode: 0644]
contrib/gdb-7/gdb/amd64bsd-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/amd64dfly-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/amd64dfly-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/annotate.c [new file with mode: 0644]
contrib/gdb-7/gdb/annotate.h [new file with mode: 0644]
contrib/gdb-7/gdb/arch-utils.c [new file with mode: 0644]
contrib/gdb-7/gdb/arch-utils.h [new file with mode: 0644]
contrib/gdb-7/gdb/auxv.c [new file with mode: 0644]
contrib/gdb-7/gdb/auxv.h [new file with mode: 0644]
contrib/gdb-7/gdb/ax-gdb.c [new file with mode: 0644]
contrib/gdb-7/gdb/ax-gdb.h [new file with mode: 0644]
contrib/gdb-7/gdb/ax-general.c [new file with mode: 0644]
contrib/gdb-7/gdb/ax.h [new file with mode: 0644]
contrib/gdb-7/gdb/bcache.c [new file with mode: 0644]
contrib/gdb-7/gdb/bcache.h [new file with mode: 0644]
contrib/gdb-7/gdb/bfd-target.c [new file with mode: 0644]
contrib/gdb-7/gdb/bfd-target.h [new file with mode: 0644]
contrib/gdb-7/gdb/block.c [new file with mode: 0644]
contrib/gdb-7/gdb/block.h [new file with mode: 0644]
contrib/gdb-7/gdb/blockframe.c [new file with mode: 0644]
contrib/gdb-7/gdb/breakpoint.c [new file with mode: 0644]
contrib/gdb-7/gdb/breakpoint.h [new file with mode: 0644]
contrib/gdb-7/gdb/bsd-kvm.c [new file with mode: 0644]
contrib/gdb-7/gdb/bsd-kvm.h [new file with mode: 0644]
contrib/gdb-7/gdb/bsd-uthread.c [new file with mode: 0644]
contrib/gdb-7/gdb/bsd-uthread.h [new file with mode: 0644]
contrib/gdb-7/gdb/buildsym.c [new file with mode: 0644]
contrib/gdb-7/gdb/buildsym.h [new file with mode: 0644]
contrib/gdb-7/gdb/c-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/c-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/c-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/c-typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/c-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/call-cmds.h [new file with mode: 0644]
contrib/gdb-7/gdb/cc-with-index.sh [new file with mode: 0644]
contrib/gdb-7/gdb/charset-list.h [new file with mode: 0644]
contrib/gdb-7/gdb/charset.c [new file with mode: 0644]
contrib/gdb-7/gdb/charset.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli-out.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli-out.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-cmds.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-cmds.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-decode.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-decode.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-dump.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-dump.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-interp.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-logging.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-script.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-script.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-setshow.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-setshow.h [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-utils.c [new file with mode: 0644]
contrib/gdb-7/gdb/cli/cli-utils.h [new file with mode: 0644]
contrib/gdb-7/gdb/coff-pe-read.c [new file with mode: 0644]
contrib/gdb-7/gdb/coff-pe-read.h [new file with mode: 0644]
contrib/gdb-7/gdb/coffread.c [new file with mode: 0644]
contrib/gdb-7/gdb/command.h [new file with mode: 0644]
contrib/gdb-7/gdb/common/ax.def [new file with mode: 0644]
contrib/gdb-7/gdb/common/gdb_signals.h [new file with mode: 0644]
contrib/gdb-7/gdb/common/i386-xstate.h [new file with mode: 0644]
contrib/gdb-7/gdb/common/signals.c [new file with mode: 0644]
contrib/gdb-7/gdb/complaints.c [new file with mode: 0644]
contrib/gdb-7/gdb/complaints.h [new file with mode: 0644]
contrib/gdb-7/gdb/completer.c [new file with mode: 0644]
contrib/gdb-7/gdb/completer.h [new file with mode: 0644]
contrib/gdb-7/gdb/config.in [new file with mode: 0644]
contrib/gdb-7/gdb/configure.ac [new file with mode: 0644]
contrib/gdb-7/gdb/configure.host [new file with mode: 0644]
contrib/gdb-7/gdb/configure.tgt [new file with mode: 0644]
contrib/gdb-7/gdb/copying.c [new file with mode: 0644]
contrib/gdb-7/gdb/copyright.py [new file with mode: 0644]
contrib/gdb-7/gdb/corefile.c [new file with mode: 0644]
contrib/gdb-7/gdb/corelow.c [new file with mode: 0644]
contrib/gdb-7/gdb/cp-abi.c [new file with mode: 0644]
contrib/gdb-7/gdb/cp-abi.h [new file with mode: 0644]
contrib/gdb-7/gdb/cp-name-parser.y [new file with mode: 0644]
contrib/gdb-7/gdb/cp-namespace.c [new file with mode: 0644]
contrib/gdb-7/gdb/cp-support.c [new file with mode: 0644]
contrib/gdb-7/gdb/cp-support.h [new file with mode: 0644]
contrib/gdb-7/gdb/cp-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/d-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/d-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/d-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/data-directory/Makefile.in [new file with mode: 0644]
contrib/gdb-7/gdb/dbxread.c [new file with mode: 0644]
contrib/gdb-7/gdb/dcache.c [new file with mode: 0644]
contrib/gdb-7/gdb/dcache.h [new file with mode: 0644]
contrib/gdb-7/gdb/defs.h [new file with mode: 0644]
contrib/gdb-7/gdb/demangle.c [new file with mode: 0644]
contrib/gdb-7/gdb/dfp.c [new file with mode: 0644]
contrib/gdb-7/gdb/dfp.h [new file with mode: 0644]
contrib/gdb-7/gdb/dictionary.c [new file with mode: 0644]
contrib/gdb-7/gdb/dictionary.h [new file with mode: 0644]
contrib/gdb-7/gdb/disasm.c [new file with mode: 0644]
contrib/gdb-7/gdb/disasm.h [new file with mode: 0644]
contrib/gdb-7/gdb/doc/GDBvn.texi [new file with mode: 0644]
contrib/gdb-7/gdb/doc/LRS [new file with mode: 0644]
contrib/gdb-7/gdb/doc/a4rc.sed [new file with mode: 0644]
contrib/gdb-7/gdb/doc/agentexpr.texi [new file with mode: 0644]
contrib/gdb-7/gdb/doc/all-cfg.texi [new file with mode: 0644]
contrib/gdb-7/gdb/doc/annotate.texinfo [new file with mode: 0644]
contrib/gdb-7/gdb/doc/fdl.texi [new file with mode: 0644]
contrib/gdb-7/gdb/doc/gdb.texinfo [new file with mode: 0644]
contrib/gdb-7/gdb/doc/gdbint.texinfo [new file with mode: 0644]
contrib/gdb-7/gdb/doc/gpl.texi [new file with mode: 0644]
contrib/gdb-7/gdb/doc/observer.texi [new file with mode: 0644]
contrib/gdb-7/gdb/doc/stabs.texinfo [new file with mode: 0644]
contrib/gdb-7/gdb/doc/stack_frame.txt [new file with mode: 0644]
contrib/gdb-7/gdb/doublest.c [new file with mode: 0644]
contrib/gdb-7/gdb/doublest.h [new file with mode: 0644]
contrib/gdb-7/gdb/dummy-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/dummy-frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2-frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2expr.c [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2expr.h [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2loc.c [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2loc.h [new file with mode: 0644]
contrib/gdb-7/gdb/dwarf2read.c [new file with mode: 0644]
contrib/gdb-7/gdb/elfread.c [new file with mode: 0644]
contrib/gdb-7/gdb/environ.c [new file with mode: 0644]
contrib/gdb-7/gdb/environ.h [new file with mode: 0644]
contrib/gdb-7/gdb/eval.c [new file with mode: 0644]
contrib/gdb-7/gdb/event-loop.c [new file with mode: 0644]
contrib/gdb-7/gdb/event-loop.h [new file with mode: 0644]
contrib/gdb-7/gdb/event-top.c [new file with mode: 0644]
contrib/gdb-7/gdb/event-top.h [new file with mode: 0644]
contrib/gdb-7/gdb/exceptions.c [new file with mode: 0644]
contrib/gdb-7/gdb/exceptions.h [new file with mode: 0644]
contrib/gdb-7/gdb/exec.c [new file with mode: 0644]
contrib/gdb-7/gdb/exec.h [new file with mode: 0644]
contrib/gdb-7/gdb/expprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/expression.h [new file with mode: 0644]
contrib/gdb-7/gdb/f-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/f-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/f-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/f-typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/f-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/fbsd-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/fbsd-nat.h [new file with mode: 0644]
contrib/gdb-7/gdb/features/feature_to_c.sh [new file with mode: 0644]
contrib/gdb-7/gdb/features/gdb-target.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/32bit-avx.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/32bit-core.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/32bit-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/32bit-sse.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/64bit-avx.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/64bit-core.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/64bit-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/64bit-sse.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64-avx-linux.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64-avx-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64-avx.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64-avx.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64-linux.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/amd64.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-avx-linux.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-avx-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-avx.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-avx.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-linux.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-mmx-linux.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-mmx-linux.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-mmx.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386-mmx.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386.c [new file with mode: 0644]
contrib/gdb-7/gdb/features/i386/i386.xml [new file with mode: 0644]
contrib/gdb-7/gdb/features/library-list.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/features/osdata.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/features/threads.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/features/traceframe-info.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/features/xinclude.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/filesystem.c [new file with mode: 0644]
contrib/gdb-7/gdb/filesystem.h [new file with mode: 0644]
contrib/gdb-7/gdb/findcmd.c [new file with mode: 0644]
contrib/gdb-7/gdb/findvar.c [new file with mode: 0644]
contrib/gdb-7/gdb/fork-child.c [new file with mode: 0644]
contrib/gdb-7/gdb/frame-base.c [new file with mode: 0644]
contrib/gdb-7/gdb/frame-base.h [new file with mode: 0644]
contrib/gdb-7/gdb/frame-unwind.c [new file with mode: 0644]
contrib/gdb-7/gdb/frame-unwind.h [new file with mode: 0644]
contrib/gdb-7/gdb/frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/gcore.c [new file with mode: 0644]
contrib/gdb-7/gdb/gcore.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb-gdb.py [new file with mode: 0644]
contrib/gdb-7/gdb/gdb-stabs.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb.1 [new file with mode: 0644]
contrib/gdb-7/gdb/gdb.c [new file with mode: 0644]
contrib/gdb-7/gdb/gdb.gdb [new file with mode: 0644]
contrib/gdb-7/gdb/gdb.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_assert.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_curses.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_locale.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_obstack.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_ptrace.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_regex.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_select.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_stat.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_string.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_thread_db.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_usleep.c [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_usleep.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_vfork.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_wait.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdb_wchar.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdbarch.c [new file with mode: 0644]
contrib/gdb-7/gdb/gdbarch.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdbcmd.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdbcore.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdbinit.in [new file with mode: 0644]
contrib/gdb-7/gdb/gdbthread.h [new file with mode: 0644]
contrib/gdb-7/gdb/gdbtypes.c [new file with mode: 0644]
contrib/gdb-7/gdb/gdbtypes.h [new file with mode: 0644]
contrib/gdb-7/gdb/gnu-v2-abi.c [new file with mode: 0644]
contrib/gdb-7/gdb/gnu-v3-abi.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386-nat.h [new file with mode: 0644]
contrib/gdb-7/gdb/i386-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386-tdep.h [new file with mode: 0644]
contrib/gdb-7/gdb/i386bsd-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386bsd-nat.h [new file with mode: 0644]
contrib/gdb-7/gdb/i386bsd-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386dfly-nat.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386dfly-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/i386fbsd-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/i387-tdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/i387-tdep.h [new file with mode: 0644]
contrib/gdb-7/gdb/inf-child.c [new file with mode: 0644]
contrib/gdb-7/gdb/inf-child.h [new file with mode: 0644]
contrib/gdb-7/gdb/inf-loop.c [new file with mode: 0644]
contrib/gdb-7/gdb/inf-loop.h [new file with mode: 0644]
contrib/gdb-7/gdb/inf-ptrace.c [new file with mode: 0644]
contrib/gdb-7/gdb/inf-ptrace.h [new file with mode: 0644]
contrib/gdb-7/gdb/infcall.c [new file with mode: 0644]
contrib/gdb-7/gdb/infcall.h [new file with mode: 0644]
contrib/gdb-7/gdb/infcmd.c [new file with mode: 0644]
contrib/gdb-7/gdb/inferior.c [new file with mode: 0644]
contrib/gdb-7/gdb/inferior.h [new file with mode: 0644]
contrib/gdb-7/gdb/inflow.c [new file with mode: 0644]
contrib/gdb-7/gdb/inflow.h [new file with mode: 0644]
contrib/gdb-7/gdb/infrun.c [new file with mode: 0644]
contrib/gdb-7/gdb/inline-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/inline-frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/interps.c [new file with mode: 0644]
contrib/gdb-7/gdb/interps.h [new file with mode: 0644]
contrib/gdb-7/gdb/jit.c [new file with mode: 0644]
contrib/gdb-7/gdb/jit.h [new file with mode: 0644]
contrib/gdb-7/gdb/jv-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/jv-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/jv-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/jv-typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/jv-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/language.c [new file with mode: 0644]
contrib/gdb-7/gdb/language.h [new file with mode: 0644]
contrib/gdb-7/gdb/linespec.c [new file with mode: 0644]
contrib/gdb-7/gdb/linespec.h [new file with mode: 0644]
contrib/gdb-7/gdb/m2-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/m2-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/m2-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/m2-typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/m2-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/macrocmd.c [new file with mode: 0644]
contrib/gdb-7/gdb/macroexp.c [new file with mode: 0644]
contrib/gdb-7/gdb/macroexp.h [new file with mode: 0644]
contrib/gdb-7/gdb/macroscope.c [new file with mode: 0644]
contrib/gdb-7/gdb/macroscope.h [new file with mode: 0644]
contrib/gdb-7/gdb/macrotab.c [new file with mode: 0644]
contrib/gdb-7/gdb/macrotab.h [new file with mode: 0644]
contrib/gdb-7/gdb/main.c [new file with mode: 0644]
contrib/gdb-7/gdb/main.h [new file with mode: 0644]
contrib/gdb-7/gdb/maint.c [new file with mode: 0644]
contrib/gdb-7/gdb/mdebugread.c [new file with mode: 0644]
contrib/gdb-7/gdb/mdebugread.h [new file with mode: 0644]
contrib/gdb-7/gdb/mem-break.c [new file with mode: 0644]
contrib/gdb-7/gdb/memattr.c [new file with mode: 0644]
contrib/gdb-7/gdb/memattr.h [new file with mode: 0644]
contrib/gdb-7/gdb/memory-map.c [new file with mode: 0644]
contrib/gdb-7/gdb/memory-map.h [new file with mode: 0644]
contrib/gdb-7/gdb/memrange.c [new file with mode: 0644]
contrib/gdb-7/gdb/memrange.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-break.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-disas.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-env.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-file.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-stack.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-target.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmd-var.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmds.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-cmds.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-common.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-common.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-console.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-console.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-getopt.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-getopt.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-interp.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-main.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-main.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-out.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-out.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-parse.c [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-parse.h [new file with mode: 0644]
contrib/gdb-7/gdb/mi/mi-symbol-cmds.c [new file with mode: 0644]
contrib/gdb-7/gdb/minsyms.c [new file with mode: 0644]
contrib/gdb-7/gdb/mipsread.c [new file with mode: 0644]
contrib/gdb-7/gdb/objc-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/objc-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/objc-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/objfiles.c [new file with mode: 0644]
contrib/gdb-7/gdb/objfiles.h [new file with mode: 0644]
contrib/gdb-7/gdb/observer.c [new file with mode: 0644]
contrib/gdb-7/gdb/observer.sh [new file with mode: 0755]
contrib/gdb-7/gdb/opencl-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/osabi.c [new file with mode: 0644]
contrib/gdb-7/gdb/osabi.h [new file with mode: 0644]
contrib/gdb-7/gdb/osdata.c [new file with mode: 0644]
contrib/gdb-7/gdb/osdata.h [new file with mode: 0644]
contrib/gdb-7/gdb/p-exp.y [new file with mode: 0644]
contrib/gdb-7/gdb/p-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/p-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/p-typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/p-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/parse.c [new file with mode: 0644]
contrib/gdb-7/gdb/parser-defs.h [new file with mode: 0644]
contrib/gdb-7/gdb/posix-hdep.c [new file with mode: 0644]
contrib/gdb-7/gdb/printcmd.c [new file with mode: 0644]
contrib/gdb-7/gdb/proc-service.list [new file with mode: 0644]
contrib/gdb-7/gdb/progspace.c [new file with mode: 0644]
contrib/gdb-7/gdb/progspace.h [new file with mode: 0644]
contrib/gdb-7/gdb/prologue-value.c [new file with mode: 0644]
contrib/gdb-7/gdb/prologue-value.h [new file with mode: 0644]
contrib/gdb-7/gdb/psympriv.h [new file with mode: 0644]
contrib/gdb-7/gdb/psymtab.c [new file with mode: 0644]
contrib/gdb-7/gdb/psymtab.h [new file with mode: 0644]
contrib/gdb-7/gdb/python/lib/gdb/__init__.py [new file with mode: 0644]
contrib/gdb-7/gdb/python/lib/gdb/command/__init__.py [new file with mode: 0644]
contrib/gdb-7/gdb/python/lib/gdb/command/pretty_printers.py [new file with mode: 0644]
contrib/gdb-7/gdb/python/lib/gdb/printing.py [new file with mode: 0644]
contrib/gdb-7/gdb/python/lib/gdb/types.py [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-auto-load.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-block.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-bpevent.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-breakpoint.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-cmd.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-continueevent.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-event.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-event.h [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-events.h [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-evtregistry.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-evts.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-exitedevent.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-function.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-inferior.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-infthread.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-lazy-string.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-objfile.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-param.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-prettyprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-progspace.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-signalevent.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-stopevent.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-stopevent.h [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-symbol.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-symtab.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-threadevent.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-type.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-utils.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/py-value.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/python-config.py [new file with mode: 0644]
contrib/gdb-7/gdb/python/python-internal.h [new file with mode: 0644]
contrib/gdb-7/gdb/python/python.c [new file with mode: 0644]
contrib/gdb-7/gdb/python/python.h [new file with mode: 0644]
contrib/gdb-7/gdb/ravenscar-sparc-thread.c [new file with mode: 0644]
contrib/gdb-7/gdb/ravenscar-thread.c [new file with mode: 0644]
contrib/gdb-7/gdb/ravenscar-thread.h [new file with mode: 0644]
contrib/gdb-7/gdb/record.c [new file with mode: 0644]
contrib/gdb-7/gdb/record.h [new file with mode: 0644]
contrib/gdb-7/gdb/regcache.c [new file with mode: 0644]
contrib/gdb-7/gdb/regcache.h [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/amd64-avx-linux.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/amd64-avx.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/amd64-linux.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/amd64.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/i386-avx-linux.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/i386-avx.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/i386-linux.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/i386-mmx-linux.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/i386-mmx.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/i386/i386.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/reg-bfin.dat [new file with mode: 0644]
contrib/gdb-7/gdb/regformats/regdat.sh [new file with mode: 0755]
contrib/gdb-7/gdb/regformats/regdef.h [new file with mode: 0644]
contrib/gdb-7/gdb/reggroups.c [new file with mode: 0644]
contrib/gdb-7/gdb/reggroups.h [new file with mode: 0644]
contrib/gdb-7/gdb/regset.c [new file with mode: 0644]
contrib/gdb-7/gdb/regset.h [new file with mode: 0644]
contrib/gdb-7/gdb/remote-fileio.c [new file with mode: 0644]
contrib/gdb-7/gdb/remote-fileio.h [new file with mode: 0644]
contrib/gdb-7/gdb/remote.c [new file with mode: 0644]
contrib/gdb-7/gdb/remote.h [new file with mode: 0644]
contrib/gdb-7/gdb/reverse.c [new file with mode: 0644]
contrib/gdb-7/gdb/scm-exp.c [new file with mode: 0644]
contrib/gdb-7/gdb/scm-lang.c [new file with mode: 0644]
contrib/gdb-7/gdb/scm-lang.h [new file with mode: 0644]
contrib/gdb-7/gdb/scm-tags.h [new file with mode: 0644]
contrib/gdb-7/gdb/scm-valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/sentinel-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/sentinel-frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/ser-base.c [new file with mode: 0644]
contrib/gdb-7/gdb/ser-base.h [new file with mode: 0644]
contrib/gdb-7/gdb/ser-pipe.c [new file with mode: 0644]
contrib/gdb-7/gdb/ser-tcp.c [new file with mode: 0644]
contrib/gdb-7/gdb/ser-tcp.h [new file with mode: 0644]
contrib/gdb-7/gdb/ser-unix.c [new file with mode: 0644]
contrib/gdb-7/gdb/ser-unix.h [new file with mode: 0644]
contrib/gdb-7/gdb/serial.c [new file with mode: 0644]
contrib/gdb-7/gdb/serial.h [new file with mode: 0644]
contrib/gdb-7/gdb/sim-regno.h [new file with mode: 0644]
contrib/gdb-7/gdb/solib-svr4.c [new file with mode: 0644]
contrib/gdb-7/gdb/solib-svr4.h [new file with mode: 0644]
contrib/gdb-7/gdb/solib-target.c [new file with mode: 0644]
contrib/gdb-7/gdb/solib-target.h [new file with mode: 0644]
contrib/gdb-7/gdb/solib.c [new file with mode: 0644]
contrib/gdb-7/gdb/solib.h [new file with mode: 0644]
contrib/gdb-7/gdb/solist.h [new file with mode: 0644]
contrib/gdb-7/gdb/source.c [new file with mode: 0644]
contrib/gdb-7/gdb/source.h [new file with mode: 0644]
contrib/gdb-7/gdb/stabsread.c [new file with mode: 0644]
contrib/gdb-7/gdb/stabsread.h [new file with mode: 0644]
contrib/gdb-7/gdb/stack.c [new file with mode: 0644]
contrib/gdb-7/gdb/stack.h [new file with mode: 0644]
contrib/gdb-7/gdb/std-operator.def [new file with mode: 0644]
contrib/gdb-7/gdb/std-regs.c [new file with mode: 0644]
contrib/gdb-7/gdb/symfile.c [new file with mode: 0644]
contrib/gdb-7/gdb/symfile.h [new file with mode: 0644]
contrib/gdb-7/gdb/symmisc.c [new file with mode: 0644]
contrib/gdb-7/gdb/symtab.c [new file with mode: 0644]
contrib/gdb-7/gdb/symtab.h [new file with mode: 0644]
contrib/gdb-7/gdb/syscalls/gdb-syscalls.dtd [new file with mode: 0644]
contrib/gdb-7/gdb/target-descriptions.c [new file with mode: 0644]
contrib/gdb-7/gdb/target-descriptions.h [new file with mode: 0644]
contrib/gdb-7/gdb/target-memory.c [new file with mode: 0644]
contrib/gdb-7/gdb/target.c [new file with mode: 0644]
contrib/gdb-7/gdb/target.h [new file with mode: 0644]
contrib/gdb-7/gdb/terminal.h [new file with mode: 0644]
contrib/gdb-7/gdb/thread.c [new file with mode: 0644]
contrib/gdb-7/gdb/top.c [new file with mode: 0644]
contrib/gdb-7/gdb/top.h [new file with mode: 0644]
contrib/gdb-7/gdb/tracepoint.c [new file with mode: 0644]
contrib/gdb-7/gdb/tracepoint.h [new file with mode: 0644]
contrib/gdb-7/gdb/trad-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/trad-frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/tramp-frame.c [new file with mode: 0644]
contrib/gdb-7/gdb/tramp-frame.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-command.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-command.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-data.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-data.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-disasm.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-disasm.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-file.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-file.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-hooks.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-hooks.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-interp.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-io.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-io.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-layout.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-layout.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-main.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-out.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-regs.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-regs.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-source.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-source.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-stack.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-stack.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-win.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-win.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-windata.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-windata.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-wingeneral.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-wingeneral.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-winsource.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui-winsource.h [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui.c [new file with mode: 0644]
contrib/gdb-7/gdb/tui/tui.h [new file with mode: 0644]
contrib/gdb-7/gdb/typeprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/typeprint.h [new file with mode: 0644]
contrib/gdb-7/gdb/ui-file.c [new file with mode: 0644]
contrib/gdb-7/gdb/ui-file.h [new file with mode: 0644]
contrib/gdb-7/gdb/ui-out.c [new file with mode: 0644]
contrib/gdb-7/gdb/ui-out.h [new file with mode: 0644]
contrib/gdb-7/gdb/user-regs.c [new file with mode: 0644]
contrib/gdb-7/gdb/user-regs.h [new file with mode: 0644]
contrib/gdb-7/gdb/utils.c [new file with mode: 0644]
contrib/gdb-7/gdb/valarith.c [new file with mode: 0644]
contrib/gdb-7/gdb/valops.c [new file with mode: 0644]
contrib/gdb-7/gdb/valprint.c [new file with mode: 0644]
contrib/gdb-7/gdb/valprint.h [new file with mode: 0644]
contrib/gdb-7/gdb/value.c [new file with mode: 0644]
contrib/gdb-7/gdb/value.h [new file with mode: 0644]
contrib/gdb-7/gdb/varobj.c [new file with mode: 0644]
contrib/gdb-7/gdb/varobj.h [new file with mode: 0644]
contrib/gdb-7/gdb/vec.c [new file with mode: 0644]
contrib/gdb-7/gdb/vec.h [new file with mode: 0644]
contrib/gdb-7/gdb/version.h [new file with mode: 0644]
contrib/gdb-7/gdb/version.in [new file with mode: 0644]
contrib/gdb-7/gdb/wrapper.c [new file with mode: 0644]
contrib/gdb-7/gdb/wrapper.h [new file with mode: 0644]
contrib/gdb-7/gdb/xcoffsolib.h [new file with mode: 0644]
contrib/gdb-7/gdb/xml-support.c [new file with mode: 0644]
contrib/gdb-7/gdb/xml-support.h [new file with mode: 0644]
contrib/gdb-7/gdb/xml-syscall.c [new file with mode: 0644]
contrib/gdb-7/gdb/xml-syscall.h [new file with mode: 0644]
contrib/gdb-7/gdb/xml-tdesc.c [new file with mode: 0644]
contrib/gdb-7/gdb/xml-tdesc.h [new file with mode: 0644]
contrib/gdb-7/include/COPYING [new file with mode: 0644]
contrib/gdb-7/include/COPYING3 [new file with mode: 0644]
contrib/gdb-7/include/ansidecl.h [new file with mode: 0644]
contrib/gdb-7/include/aout/aout64.h [new file with mode: 0644]
contrib/gdb-7/include/aout/ar.h [new file with mode: 0644]
contrib/gdb-7/include/aout/ranlib.h [new file with mode: 0644]
contrib/gdb-7/include/aout/stab.def [new file with mode: 0644]
contrib/gdb-7/include/aout/stab_gnu.h [new file with mode: 0644]
contrib/gdb-7/include/bfdlink.h [new file with mode: 0644]
contrib/gdb-7/include/cgen/basic-modes.h [new file with mode: 0644]
contrib/gdb-7/include/cgen/basic-ops.h [new file with mode: 0644]
contrib/gdb-7/include/cgen/bitset.h [new file with mode: 0644]
contrib/gdb-7/include/coff/ecoff.h [new file with mode: 0644]
contrib/gdb-7/include/coff/internal.h [new file with mode: 0644]
contrib/gdb-7/include/coff/sym.h [new file with mode: 0644]
contrib/gdb-7/include/coff/symconst.h [new file with mode: 0644]
contrib/gdb-7/include/demangle.h [new file with mode: 0644]
contrib/gdb-7/include/dis-asm.h [new file with mode: 0644]
contrib/gdb-7/include/dwarf2.h [new file with mode: 0644]
contrib/gdb-7/include/elf/common.h [new file with mode: 0644]
contrib/gdb-7/include/elf/dwarf.h [new file with mode: 0644]
contrib/gdb-7/include/elf/external.h [new file with mode: 0644]
contrib/gdb-7/include/elf/i386.h [new file with mode: 0644]
contrib/gdb-7/include/elf/internal.h [new file with mode: 0644]
contrib/gdb-7/include/elf/mips.h [new file with mode: 0644]
contrib/gdb-7/include/elf/reloc-macros.h [new file with mode: 0644]
contrib/gdb-7/include/elf/vxworks.h [new file with mode: 0644]
contrib/gdb-7/include/elf/x86-64.h [new file with mode: 0644]
contrib/gdb-7/include/filenames.h [new file with mode: 0644]
contrib/gdb-7/include/floatformat.h [new file with mode: 0644]
contrib/gdb-7/include/fnmatch.h [new file with mode: 0644]
contrib/gdb-7/include/fopen-bin.h [new file with mode: 0644]
contrib/gdb-7/include/fopen-same.h [new file with mode: 0644]
contrib/gdb-7/include/gdb/fileio.h [new file with mode: 0644]
contrib/gdb-7/include/gdb/signals.def [new file with mode: 0644]
contrib/gdb-7/include/gdb/signals.h [new file with mode: 0644]
contrib/gdb-7/include/gdb/sim-bfin.h [new file with mode: 0644]
contrib/gdb-7/include/getopt.h [new file with mode: 0644]
contrib/gdb-7/include/hashtab.h [new file with mode: 0644]
contrib/gdb-7/include/libiberty.h [new file with mode: 0644]
contrib/gdb-7/include/lto-symtab.h [new file with mode: 0644]
contrib/gdb-7/include/objalloc.h [new file with mode: 0644]
contrib/gdb-7/include/obstack.h [new file with mode: 0644]
contrib/gdb-7/include/opcode/i386.h [new file with mode: 0644]
contrib/gdb-7/include/safe-ctype.h [new file with mode: 0644]
contrib/gdb-7/include/simple-object.h [new file with mode: 0644]
contrib/gdb-7/include/splay-tree.h [new file with mode: 0644]
contrib/gdb-7/include/symcat.h [new file with mode: 0644]
contrib/gdb-7/include/xregex.h [new file with mode: 0644]
contrib/gdb-7/include/xregex2.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dconfig.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decCommonSymbols.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decContext.c [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decContext.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decContextSymbols.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decDPD.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decDPDSymbols.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decNumber.c [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decNumber.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decNumberLocal.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/decNumberSymbols.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal128.c [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal128.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal128Local.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal128Symbols.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal32.c [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal32.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal32Symbols.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal64.c [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal64.h [new file with mode: 0644]
contrib/gdb-7/libdecnumber/dpd/decimal64Symbols.h [new file with mode: 0644]
contrib/gdb-7/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/gdb-7/libiberty/README [new file with mode: 0644]
contrib/gdb-7/libiberty/argv.c [new file with mode: 0644]
contrib/gdb-7/libiberty/concat.c [new file with mode: 0644]
contrib/gdb-7/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/gdb-7/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/gdb-7/libiberty/cp-demint.c [new file with mode: 0644]
contrib/gdb-7/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/gdb-7/libiberty/filename_cmp.c [new file with mode: 0644]
contrib/gdb-7/libiberty/floatformat.c [new file with mode: 0644]
contrib/gdb-7/libiberty/getopt.c [new file with mode: 0644]
contrib/gdb-7/libiberty/getopt1.c [new file with mode: 0644]
contrib/gdb-7/libiberty/getruntime.c [new file with mode: 0644]
contrib/gdb-7/libiberty/hashtab.c [new file with mode: 0644]
contrib/gdb-7/libiberty/hex.c [new file with mode: 0644]
contrib/gdb-7/libiberty/lbasename.c [new file with mode: 0644]
contrib/gdb-7/libiberty/lrealpath.c [new file with mode: 0644]
contrib/gdb-7/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/gdb-7/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/gdb-7/libiberty/objalloc.c [new file with mode: 0644]
contrib/gdb-7/libiberty/obstack.c [new file with mode: 0644]
contrib/gdb-7/libiberty/pex-common.c [new file with mode: 0644]
contrib/gdb-7/libiberty/pex-common.h [new file with mode: 0644]
contrib/gdb-7/libiberty/pex-one.c [new file with mode: 0644]
contrib/gdb-7/libiberty/pex-unix.c [new file with mode: 0644]
contrib/gdb-7/libiberty/pexecute.c [new file with mode: 0644]
contrib/gdb-7/libiberty/regex.c [new file with mode: 0644]
contrib/gdb-7/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/gdb-7/libiberty/setproctitle.c [new file with mode: 0644]
contrib/gdb-7/libiberty/simple-object-coff.c [new file with mode: 0644]
contrib/gdb-7/libiberty/simple-object-common.h [new file with mode: 0644]
contrib/gdb-7/libiberty/simple-object-elf.c [new file with mode: 0644]
contrib/gdb-7/libiberty/simple-object-mach-o.c [new file with mode: 0644]
contrib/gdb-7/libiberty/simple-object.c [new file with mode: 0644]
contrib/gdb-7/libiberty/simple-object.txh [new file with mode: 0644]
contrib/gdb-7/libiberty/splay-tree.c [new file with mode: 0644]
contrib/gdb-7/libiberty/stpcpy.c [new file with mode: 0644]
contrib/gdb-7/libiberty/unlink-if-ordinary.c [new file with mode: 0644]
contrib/gdb-7/libiberty/xexit.c [new file with mode: 0644]
contrib/gdb-7/libiberty/xstrdup.c [new file with mode: 0644]
contrib/gdb-7/libiberty/xstrerror.c [new file with mode: 0644]
contrib/gdb-7/opcodes/dis-buf.c [new file with mode: 0644]
contrib/gdb-7/opcodes/dis-init.c [new file with mode: 0644]
contrib/gdb-7/opcodes/disassemble.c [new file with mode: 0644]
contrib/gdb-7/opcodes/i386-dis.c [new file with mode: 0644]
contrib/gdb-7/opcodes/i386-opc.c [new file with mode: 0644]
contrib/gdb-7/opcodes/i386-opc.h [new file with mode: 0644]
contrib/gdb-7/opcodes/i386-tbl.h [new file with mode: 0644]
contrib/gdb-7/opcodes/opintl.h [new file with mode: 0644]
contrib/gdb-7/opcodes/sysdep.h [new file with mode: 0644]
contrib/gdb-7/readline/doc/inc-hist.texinfo [new file with mode: 0644]
contrib/gdb-7/readline/doc/rluser.texi [new file with mode: 0644]
contrib/gdtoa/README [new file with mode: 0644]
contrib/gdtoa/README.DELETED [new file with mode: 0644]
contrib/gdtoa/dmisc.c [new file with mode: 0644]
contrib/gdtoa/dtoa.c [new file with mode: 0644]
contrib/gdtoa/gdtoa.c [new file with mode: 0644]
contrib/gdtoa/gdtoa.h [new file with mode: 0644]
contrib/gdtoa/gdtoa_fltrnds.h [new file with mode: 0644]
contrib/gdtoa/gdtoaimp.h [new file with mode: 0644]
contrib/gdtoa/gethex.c [new file with mode: 0644]
contrib/gdtoa/gmisc.c [new file with mode: 0644]
contrib/gdtoa/hd_init.c [new file with mode: 0644]
contrib/gdtoa/hexnan.c [new file with mode: 0644]
contrib/gdtoa/misc.c [new file with mode: 0644]
contrib/gdtoa/smisc.c [new file with mode: 0644]
contrib/gdtoa/strtod.c [new file with mode: 0644]
contrib/gdtoa/strtodg.c [new file with mode: 0644]
contrib/gdtoa/strtof.c [new file with mode: 0644]
contrib/gdtoa/strtord.c [new file with mode: 0644]
contrib/gdtoa/strtorx.c [new file with mode: 0644]
contrib/gdtoa/sum.c [new file with mode: 0644]
contrib/gdtoa/ulp.c [new file with mode: 0644]
contrib/gmp/AUTHORS [new file with mode: 0644]
contrib/gmp/COPYING [new file with mode: 0644]
contrib/gmp/COPYING.LIB [new file with mode: 0644]
contrib/gmp/README [new file with mode: 0644]
contrib/gmp/README.DELETED [new file with mode: 0644]
contrib/gmp/README.DRAGONFLY [new file with mode: 0644]
contrib/gmp/assert.c [new file with mode: 0644]
contrib/gmp/compat.c [new file with mode: 0644]
contrib/gmp/dumbmp.c [new file with mode: 0644]
contrib/gmp/errno.c [new file with mode: 0644]
contrib/gmp/extract-dbl.c [new file with mode: 0644]
contrib/gmp/gen-bases.c [new file with mode: 0644]
contrib/gmp/gen-fac_ui.c [new file with mode: 0644]
contrib/gmp/gen-fib.c [new file with mode: 0644]
contrib/gmp/gen-psqr.c [new file with mode: 0644]
contrib/gmp/gen-trialdivtab.c [new file with mode: 0644]
contrib/gmp/gmp-impl.h [new file with mode: 0644]
contrib/gmp/invalid.c [new file with mode: 0644]
contrib/gmp/longlong.h [new file with mode: 0644]
contrib/gmp/memory.c [new file with mode: 0644]
contrib/gmp/mp_bpl.c [new file with mode: 0644]
contrib/gmp/mp_clz_tab.c [new file with mode: 0644]
contrib/gmp/mp_dv_tab.c [new file with mode: 0644]
contrib/gmp/mp_get_fns.c [new file with mode: 0644]
contrib/gmp/mp_minv_tab.c [new file with mode: 0644]
contrib/gmp/mp_set_fns.c [new file with mode: 0644]
contrib/gmp/mpf/abs.c [new file with mode: 0644]
contrib/gmp/mpf/add.c [new file with mode: 0644]
contrib/gmp/mpf/add_ui.c [new file with mode: 0644]
contrib/gmp/mpf/ceilfloor.c [new file with mode: 0644]
contrib/gmp/mpf/clear.c [new file with mode: 0644]
contrib/gmp/mpf/clears.c [new file with mode: 0644]
contrib/gmp/mpf/cmp.c [new file with mode: 0644]
contrib/gmp/mpf/cmp_d.c [new file with mode: 0644]
contrib/gmp/mpf/cmp_si.c [new file with mode: 0644]
contrib/gmp/mpf/cmp_ui.c [new file with mode: 0644]
contrib/gmp/mpf/div.c [new file with mode: 0644]
contrib/gmp/mpf/div_2exp.c [new file with mode: 0644]
contrib/gmp/mpf/div_ui.c [new file with mode: 0644]
contrib/gmp/mpf/dump.c [new file with mode: 0644]
contrib/gmp/mpf/eq.c [new file with mode: 0644]
contrib/gmp/mpf/fits_s.h [new file with mode: 0644]
contrib/gmp/mpf/fits_sint.c [new file with mode: 0644]
contrib/gmp/mpf/fits_slong.c [new file with mode: 0644]
contrib/gmp/mpf/fits_sshort.c [new file with mode: 0644]
contrib/gmp/mpf/fits_u.h [new file with mode: 0644]
contrib/gmp/mpf/fits_uint.c [new file with mode: 0644]
contrib/gmp/mpf/fits_ulong.c [new file with mode: 0644]
contrib/gmp/mpf/fits_ushort.c [new file with mode: 0644]
contrib/gmp/mpf/get_d.c [new file with mode: 0644]
contrib/gmp/mpf/get_d_2exp.c [new file with mode: 0644]
contrib/gmp/mpf/get_dfl_prec.c [new file with mode: 0644]
contrib/gmp/mpf/get_prc.c [new file with mode: 0644]
contrib/gmp/mpf/get_si.c [new file with mode: 0644]
contrib/gmp/mpf/get_str.c [new file with mode: 0644]
contrib/gmp/mpf/get_ui.c [new file with mode: 0644]
contrib/gmp/mpf/init.c [new file with mode: 0644]
contrib/gmp/mpf/init2.c [new file with mode: 0644]
contrib/gmp/mpf/inits.c [new file with mode: 0644]
contrib/gmp/mpf/inp_str.c [new file with mode: 0644]
contrib/gmp/mpf/int_p.c [new file with mode: 0644]
contrib/gmp/mpf/iset.c [new file with mode: 0644]
contrib/gmp/mpf/iset_d.c [new file with mode: 0644]
contrib/gmp/mpf/iset_si.c [new file with mode: 0644]
contrib/gmp/mpf/iset_str.c [new file with mode: 0644]
contrib/gmp/mpf/iset_ui.c [new file with mode: 0644]
contrib/gmp/mpf/mul.c [new file with mode: 0644]
contrib/gmp/mpf/mul_2exp.c [new file with mode: 0644]
contrib/gmp/mpf/mul_ui.c [new file with mode: 0644]
contrib/gmp/mpf/neg.c [new file with mode: 0644]
contrib/gmp/mpf/out_str.c [new file with mode: 0644]
contrib/gmp/mpf/pow_ui.c [new file with mode: 0644]
contrib/gmp/mpf/random2.c [new file with mode: 0644]
contrib/gmp/mpf/reldiff.c [new file with mode: 0644]
contrib/gmp/mpf/set.c [new file with mode: 0644]
contrib/gmp/mpf/set_d.c [new file with mode: 0644]
contrib/gmp/mpf/set_dfl_prec.c [new file with mode: 0644]
contrib/gmp/mpf/set_prc.c [new file with mode: 0644]
contrib/gmp/mpf/set_prc_raw.c [new file with mode: 0644]
contrib/gmp/mpf/set_q.c [new file with mode: 0644]
contrib/gmp/mpf/set_si.c [new file with mode: 0644]
contrib/gmp/mpf/set_str.c [new file with mode: 0644]
contrib/gmp/mpf/set_ui.c [new file with mode: 0644]
contrib/gmp/mpf/set_z.c [new file with mode: 0644]
contrib/gmp/mpf/size.c [new file with mode: 0644]
contrib/gmp/mpf/sqrt.c [new file with mode: 0644]
contrib/gmp/mpf/sqrt_ui.c [new file with mode: 0644]
contrib/gmp/mpf/sub.c [new file with mode: 0644]
contrib/gmp/mpf/sub_ui.c [new file with mode: 0644]
contrib/gmp/mpf/swap.c [new file with mode: 0644]
contrib/gmp/mpf/trunc.c [new file with mode: 0644]
contrib/gmp/mpf/ui_div.c [new file with mode: 0644]
contrib/gmp/mpf/ui_sub.c [new file with mode: 0644]
contrib/gmp/mpf/urandomb.c [new file with mode: 0644]
contrib/gmp/mpn/README [new file with mode: 0644]
contrib/gmp/mpn/generic/add.c [new file with mode: 0644]
contrib/gmp/mpn/generic/add_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/add_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/addmul_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/addsub_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/bdiv_dbm1c.c [new file with mode: 0644]
contrib/gmp/mpn/generic/bdiv_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/bdiv_q_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/bdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/binvert.c [new file with mode: 0644]
contrib/gmp/mpn/generic/cmp.c [new file with mode: 0644]
contrib/gmp/mpn/generic/com.c [new file with mode: 0644]
contrib/gmp/mpn/generic/copyd.c [new file with mode: 0644]
contrib/gmp/mpn/generic/copyi.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dcpi1_bdiv_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dcpi1_bdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dcpi1_div_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dcpi1_div_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dcpi1_divappr_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/div_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dive_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/diveby3.c [new file with mode: 0644]
contrib/gmp/mpn/generic/divexact.c [new file with mode: 0644]
contrib/gmp/mpn/generic/divis.c [new file with mode: 0644]
contrib/gmp/mpn/generic/divrem.c [new file with mode: 0644]
contrib/gmp/mpn/generic/divrem_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/divrem_2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/dump.c [new file with mode: 0644]
contrib/gmp/mpn/generic/fib2_ui.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcd.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcd_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcd_lehmer.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcd_subdiv_step.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcdext.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcdext_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcdext_lehmer.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gcdext_subdiv_step.c [new file with mode: 0644]
contrib/gmp/mpn/generic/get_d.c [new file with mode: 0644]
contrib/gmp/mpn/generic/get_str.c [new file with mode: 0644]
contrib/gmp/mpn/generic/gmp-mparam.h [new file with mode: 0644]
contrib/gmp/mpn/generic/hgcd.c [new file with mode: 0644]
contrib/gmp/mpn/generic/hgcd2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/invert.c [new file with mode: 0644]
contrib/gmp/mpn/generic/invertappr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/jacbase.c [new file with mode: 0644]
contrib/gmp/mpn/generic/logops_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/lshift.c [new file with mode: 0644]
contrib/gmp/mpn/generic/lshiftc.c [new file with mode: 0644]
contrib/gmp/mpn/generic/matrix22_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mod_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mod_1_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mod_1_2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mod_1_3.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mod_1_4.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mod_34lsub1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mode1o.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mu_bdiv_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mu_bdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mu_div_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mu_div_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mu_divappr_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mul_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mul_basecase.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mul_fft.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mul_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mullo_basecase.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mullo_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/mulmod_bnm1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/neg.c [new file with mode: 0644]
contrib/gmp/mpn/generic/nussbaumer_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/perfpow.c [new file with mode: 0644]
contrib/gmp/mpn/generic/perfsqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/popham.c [new file with mode: 0644]
contrib/gmp/mpn/generic/pow_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/powlo.c [new file with mode: 0644]
contrib/gmp/mpn/generic/powm.c [new file with mode: 0644]
contrib/gmp/mpn/generic/powm_sec.c [new file with mode: 0644]
contrib/gmp/mpn/generic/pre_divrem_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/pre_mod_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/random.c [new file with mode: 0644]
contrib/gmp/mpn/generic/random2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/redc_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/redc_1_sec.c [new file with mode: 0644]
contrib/gmp/mpn/generic/redc_2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/redc_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/remove.c [new file with mode: 0644]
contrib/gmp/mpn/generic/rootrem.c [new file with mode: 0644]
contrib/gmp/mpn/generic/rshift.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sbpi1_bdiv_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sbpi1_bdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sbpi1_div_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sbpi1_div_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sbpi1_divappr_q.c [new file with mode: 0644]
contrib/gmp/mpn/generic/scan0.c [new file with mode: 0644]
contrib/gmp/mpn/generic/scan1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/set_str.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sizeinbase.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sqr_basecase.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sqrmod_bnm1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sqrtrem.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sub.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sub_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/sub_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/subcnd_n.c [new file with mode: 0644]
contrib/gmp/mpn/generic/submul_1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/tdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom22_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom2_sqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom32_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom33_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom3_sqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom42_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom43_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom44_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom4_sqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom52_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom53_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom62_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom63_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom6_sqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom6h_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom8_sqr.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom8h_mul.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_couple_handling.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_eval_dgr3_pm1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_eval_dgr3_pm2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_eval_pm1.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_eval_pm2.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_eval_pm2exp.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_eval_pm2rexp.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_interpolate_12pts.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_interpolate_16pts.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_interpolate_5pts.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_interpolate_6pts.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_interpolate_7pts.c [new file with mode: 0644]
contrib/gmp/mpn/generic/toom_interpolate_8pts.c [new file with mode: 0644]
contrib/gmp/mpn/generic/trialdiv.c [new file with mode: 0644]
contrib/gmp/mpn/generic/udiv_w_sdiv.c [new file with mode: 0644]
contrib/gmp/mpn/generic/zero.c [new file with mode: 0644]
contrib/gmp/mpq/abs.c [new file with mode: 0644]
contrib/gmp/mpq/aors.c [new file with mode: 0644]
contrib/gmp/mpq/canonicalize.c [new file with mode: 0644]
contrib/gmp/mpq/clear.c [new file with mode: 0644]
contrib/gmp/mpq/clears.c [new file with mode: 0644]
contrib/gmp/mpq/cmp.c [new file with mode: 0644]
contrib/gmp/mpq/cmp_si.c [new file with mode: 0644]
contrib/gmp/mpq/cmp_ui.c [new file with mode: 0644]
contrib/gmp/mpq/div.c [new file with mode: 0644]
contrib/gmp/mpq/equal.c [new file with mode: 0644]
contrib/gmp/mpq/get_d.c [new file with mode: 0644]
contrib/gmp/mpq/get_den.c [new file with mode: 0644]
contrib/gmp/mpq/get_num.c [new file with mode: 0644]
contrib/gmp/mpq/get_str.c [new file with mode: 0644]
contrib/gmp/mpq/init.c [new file with mode: 0644]
contrib/gmp/mpq/inits.c [new file with mode: 0644]
contrib/gmp/mpq/inp_str.c [new file with mode: 0644]
contrib/gmp/mpq/inv.c [new file with mode: 0644]
contrib/gmp/mpq/md_2exp.c [new file with mode: 0644]
contrib/gmp/mpq/mul.c [new file with mode: 0644]
contrib/gmp/mpq/neg.c [new file with mode: 0644]
contrib/gmp/mpq/out_str.c [new file with mode: 0644]
contrib/gmp/mpq/set.c [new file with mode: 0644]
contrib/gmp/mpq/set_d.c [new file with mode: 0644]
contrib/gmp/mpq/set_den.c [new file with mode: 0644]
contrib/gmp/mpq/set_f.c [new file with mode: 0644]
contrib/gmp/mpq/set_num.c [new file with mode: 0644]
contrib/gmp/mpq/set_si.c [new file with mode: 0644]
contrib/gmp/mpq/set_str.c [new file with mode: 0644]
contrib/gmp/mpq/set_ui.c [new file with mode: 0644]
contrib/gmp/mpq/set_z.c [new file with mode: 0644]
contrib/gmp/mpq/swap.c [new file with mode: 0644]
contrib/gmp/mpz/abs.c [new file with mode: 0644]
contrib/gmp/mpz/add.c [new file with mode: 0644]
contrib/gmp/mpz/add_ui.c [new file with mode: 0644]
contrib/gmp/mpz/and.c [new file with mode: 0644]
contrib/gmp/mpz/aors.h [new file with mode: 0644]
contrib/gmp/mpz/aors_ui.h [new file with mode: 0644]
contrib/gmp/mpz/aorsmul.c [new file with mode: 0644]
contrib/gmp/mpz/aorsmul_i.c [new file with mode: 0644]
contrib/gmp/mpz/array_init.c [new file with mode: 0644]
contrib/gmp/mpz/bin_ui.c [new file with mode: 0644]
contrib/gmp/mpz/bin_uiui.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_q.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_q_ui.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_qr_ui.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_r.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_r_ui.c [new file with mode: 0644]
contrib/gmp/mpz/cdiv_ui.c [new file with mode: 0644]
contrib/gmp/mpz/cfdiv_q_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/cfdiv_r_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/clear.c [new file with mode: 0644]
contrib/gmp/mpz/clears.c [new file with mode: 0644]
contrib/gmp/mpz/clrbit.c [new file with mode: 0644]
contrib/gmp/mpz/cmp.c [new file with mode: 0644]
contrib/gmp/mpz/cmp_d.c [new file with mode: 0644]
contrib/gmp/mpz/cmp_si.c [new file with mode: 0644]
contrib/gmp/mpz/cmp_ui.c [new file with mode: 0644]
contrib/gmp/mpz/cmpabs.c [new file with mode: 0644]
contrib/gmp/mpz/cmpabs_d.c [new file with mode: 0644]
contrib/gmp/mpz/cmpabs_ui.c [new file with mode: 0644]
contrib/gmp/mpz/com.c [new file with mode: 0644]
contrib/gmp/mpz/combit.c [new file with mode: 0644]
contrib/gmp/mpz/cong.c [new file with mode: 0644]
contrib/gmp/mpz/cong_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/cong_ui.c [new file with mode: 0644]
contrib/gmp/mpz/dive_ui.c [new file with mode: 0644]
contrib/gmp/mpz/divegcd.c [new file with mode: 0644]
contrib/gmp/mpz/divexact.c [new file with mode: 0644]
contrib/gmp/mpz/divis.c [new file with mode: 0644]
contrib/gmp/mpz/divis_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/divis_ui.c [new file with mode: 0644]
contrib/gmp/mpz/dump.c [new file with mode: 0644]
contrib/gmp/mpz/export.c [new file with mode: 0644]
contrib/gmp/mpz/fac_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_q.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_q_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_qr_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_r.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_r_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fdiv_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fib2_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fib_ui.c [new file with mode: 0644]
contrib/gmp/mpz/fits_s.h [new file with mode: 0644]
contrib/gmp/mpz/fits_sint.c [new file with mode: 0644]
contrib/gmp/mpz/fits_slong.c [new file with mode: 0644]
contrib/gmp/mpz/fits_sshort.c [new file with mode: 0644]
contrib/gmp/mpz/fits_uint.c [new file with mode: 0644]
contrib/gmp/mpz/fits_ulong.c [new file with mode: 0644]
contrib/gmp/mpz/fits_ushort.c [new file with mode: 0644]
contrib/gmp/mpz/gcd.c [new file with mode: 0644]
contrib/gmp/mpz/gcd_ui.c [new file with mode: 0644]
contrib/gmp/mpz/gcdext.c [new file with mode: 0644]
contrib/gmp/mpz/get_d.c [new file with mode: 0644]
contrib/gmp/mpz/get_d_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/get_si.c [new file with mode: 0644]
contrib/gmp/mpz/get_str.c [new file with mode: 0644]
contrib/gmp/mpz/get_ui.c [new file with mode: 0644]
contrib/gmp/mpz/getlimbn.c [new file with mode: 0644]
contrib/gmp/mpz/hamdist.c [new file with mode: 0644]
contrib/gmp/mpz/import.c [new file with mode: 0644]
contrib/gmp/mpz/init.c [new file with mode: 0644]
contrib/gmp/mpz/init2.c [new file with mode: 0644]
contrib/gmp/mpz/inits.c [new file with mode: 0644]
contrib/gmp/mpz/inp_raw.c [new file with mode: 0644]
contrib/gmp/mpz/inp_str.c [new file with mode: 0644]
contrib/gmp/mpz/invert.c [new file with mode: 0644]
contrib/gmp/mpz/ior.c [new file with mode: 0644]
contrib/gmp/mpz/iset.c [new file with mode: 0644]
contrib/gmp/mpz/iset_d.c [new file with mode: 0644]
contrib/gmp/mpz/iset_si.c [new file with mode: 0644]
contrib/gmp/mpz/iset_str.c [new file with mode: 0644]
contrib/gmp/mpz/iset_ui.c [new file with mode: 0644]
contrib/gmp/mpz/jacobi.c [new file with mode: 0644]
contrib/gmp/mpz/kronsz.c [new file with mode: 0644]
contrib/gmp/mpz/kronuz.c [new file with mode: 0644]
contrib/gmp/mpz/kronzs.c [new file with mode: 0644]
contrib/gmp/mpz/kronzu.c [new file with mode: 0644]
contrib/gmp/mpz/lcm.c [new file with mode: 0644]
contrib/gmp/mpz/lcm_ui.c [new file with mode: 0644]
contrib/gmp/mpz/lucnum2_ui.c [new file with mode: 0644]
contrib/gmp/mpz/lucnum_ui.c [new file with mode: 0644]
contrib/gmp/mpz/millerrabin.c [new file with mode: 0644]
contrib/gmp/mpz/mod.c [new file with mode: 0644]
contrib/gmp/mpz/mul.c [new file with mode: 0644]
contrib/gmp/mpz/mul_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/mul_i.h [new file with mode: 0644]
contrib/gmp/mpz/mul_si.c [new file with mode: 0644]
contrib/gmp/mpz/mul_ui.c [new file with mode: 0644]
contrib/gmp/mpz/n_pow_ui.c [new file with mode: 0644]
contrib/gmp/mpz/neg.c [new file with mode: 0644]
contrib/gmp/mpz/nextprime.c [new file with mode: 0644]
contrib/gmp/mpz/out_raw.c [new file with mode: 0644]
contrib/gmp/mpz/out_str.c [new file with mode: 0644]
contrib/gmp/mpz/perfpow.c [new file with mode: 0644]
contrib/gmp/mpz/perfsqr.c [new file with mode: 0644]
contrib/gmp/mpz/popcount.c [new file with mode: 0644]
contrib/gmp/mpz/pow_ui.c [new file with mode: 0644]
contrib/gmp/mpz/powm.c [new file with mode: 0644]
contrib/gmp/mpz/powm_sec.c [new file with mode: 0644]
contrib/gmp/mpz/powm_ui.c [new file with mode: 0644]
contrib/gmp/mpz/pprime_p.c [new file with mode: 0644]
contrib/gmp/mpz/random.c [new file with mode: 0644]
contrib/gmp/mpz/random2.c [new file with mode: 0644]
contrib/gmp/mpz/realloc.c [new file with mode: 0644]
contrib/gmp/mpz/realloc2.c [new file with mode: 0644]
contrib/gmp/mpz/remove.c [new file with mode: 0644]
contrib/gmp/mpz/root.c [new file with mode: 0644]
contrib/gmp/mpz/rootrem.c [new file with mode: 0644]
contrib/gmp/mpz/rrandomb.c [new file with mode: 0644]
contrib/gmp/mpz/scan0.c [new file with mode: 0644]
contrib/gmp/mpz/scan1.c [new file with mode: 0644]
contrib/gmp/mpz/set.c [new file with mode: 0644]
contrib/gmp/mpz/set_d.c [new file with mode: 0644]
contrib/gmp/mpz/set_f.c [new file with mode: 0644]
contrib/gmp/mpz/set_q.c [new file with mode: 0644]
contrib/gmp/mpz/set_si.c [new file with mode: 0644]
contrib/gmp/mpz/set_str.c [new file with mode: 0644]
contrib/gmp/mpz/set_ui.c [new file with mode: 0644]
contrib/gmp/mpz/setbit.c [new file with mode: 0644]
contrib/gmp/mpz/size.c [new file with mode: 0644]
contrib/gmp/mpz/sizeinbase.c [new file with mode: 0644]
contrib/gmp/mpz/sqrt.c [new file with mode: 0644]
contrib/gmp/mpz/sqrtrem.c [new file with mode: 0644]
contrib/gmp/mpz/sub.c [new file with mode: 0644]
contrib/gmp/mpz/sub_ui.c [new file with mode: 0644]
contrib/gmp/mpz/swap.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_q.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_q_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_q_ui.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_qr.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_qr_ui.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_r.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_r_2exp.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_r_ui.c [new file with mode: 0644]
contrib/gmp/mpz/tdiv_ui.c [new file with mode: 0644]
contrib/gmp/mpz/tstbit.c [new file with mode: 0644]
contrib/gmp/mpz/ui_pow_ui.c [new file with mode: 0644]
contrib/gmp/mpz/ui_sub.c [new file with mode: 0644]
contrib/gmp/mpz/urandomb.c [new file with mode: 0644]
contrib/gmp/mpz/urandomm.c [new file with mode: 0644]
contrib/gmp/mpz/xor.c [new file with mode: 0644]
contrib/gmp/nextprime.c [new file with mode: 0644]
contrib/gmp/printf/asprintf.c [new file with mode: 0644]
contrib/gmp/printf/asprntffuns.c [new file with mode: 0644]
contrib/gmp/printf/doprnt.c [new file with mode: 0644]
contrib/gmp/printf/doprntf.c [new file with mode: 0644]
contrib/gmp/printf/doprnti.c [new file with mode: 0644]
contrib/gmp/printf/fprintf.c [new file with mode: 0644]
contrib/gmp/printf/obprintf.c [new file with mode: 0644]
contrib/gmp/printf/obprntffuns.c [new file with mode: 0644]
contrib/gmp/printf/obvprintf.c [new file with mode: 0644]
contrib/gmp/printf/printf.c [new file with mode: 0644]
contrib/gmp/printf/printffuns.c [new file with mode: 0644]
contrib/gmp/printf/repl-vsnprintf.c [new file with mode: 0644]
contrib/gmp/printf/snprintf.c [new file with mode: 0644]
contrib/gmp/printf/snprntffuns.c [new file with mode: 0644]
contrib/gmp/printf/sprintf.c [new file with mode: 0644]
contrib/gmp/printf/sprintffuns.c [new file with mode: 0644]
contrib/gmp/printf/vasprintf.c [new file with mode: 0644]
contrib/gmp/printf/vfprintf.c [new file with mode: 0644]
contrib/gmp/printf/vprintf.c [new file with mode: 0644]
contrib/gmp/printf/vsnprintf.c [new file with mode: 0644]
contrib/gmp/printf/vsprintf.c [new file with mode: 0644]
contrib/gmp/rand.c [new file with mode: 0644]
contrib/gmp/randbui.c [new file with mode: 0644]
contrib/gmp/randclr.c [new file with mode: 0644]
contrib/gmp/randdef.c [new file with mode: 0644]
contrib/gmp/randiset.c [new file with mode: 0644]
contrib/gmp/randlc2s.c [new file with mode: 0644]
contrib/gmp/randlc2x.c [new file with mode: 0644]
contrib/gmp/randmt.c [new file with mode: 0644]
contrib/gmp/randmt.h [new file with mode: 0644]
contrib/gmp/randmts.c [new file with mode: 0644]
contrib/gmp/randmui.c [new file with mode: 0644]
contrib/gmp/rands.c [new file with mode: 0644]
contrib/gmp/randsd.c [new file with mode: 0644]
contrib/gmp/randsdui.c [new file with mode: 0644]
contrib/gmp/scanf/doscan.c [new file with mode: 0644]
contrib/gmp/scanf/fscanf.c [new file with mode: 0644]
contrib/gmp/scanf/fscanffuns.c [new file with mode: 0644]
contrib/gmp/scanf/scanf.c [new file with mode: 0644]
contrib/gmp/scanf/sscanf.c [new file with mode: 0644]
contrib/gmp/scanf/sscanffuns.c [new file with mode: 0644]
contrib/gmp/scanf/vfscanf.c [new file with mode: 0644]
contrib/gmp/scanf/vscanf.c [new file with mode: 0644]
contrib/gmp/scanf/vsscanf.c [new file with mode: 0644]
contrib/gmp/tal-reent.c [new file with mode: 0644]
contrib/gmp/version.c [new file with mode: 0644]
contrib/gmp/ylwrap [new file with mode: 0755]
contrib/grep/COPYING [new file with mode: 0644]
contrib/grep/README [new file with mode: 0644]
contrib/grep/README.DELETED [new file with mode: 0644]
contrib/grep/README.DRAGONFLY [new file with mode: 0644]
contrib/grep/doc/fdl.texi [new file with mode: 0644]
contrib/grep/doc/grep.texi [new file with mode: 0644]
contrib/grep/doc/version.texi [new file with mode: 0644]
contrib/grep/lib/alloca.c [new file with mode: 0644]
contrib/grep/lib/argmatch.c [new file with mode: 0644]
contrib/grep/lib/argmatch.h [new file with mode: 0644]
contrib/grep/lib/basename-lgpl.c [new file with mode: 0644]
contrib/grep/lib/basename.c [new file with mode: 0644]
contrib/grep/lib/binary-io.h [new file with mode: 0644]
contrib/grep/lib/bitrotate.h [new file with mode: 0644]
contrib/grep/lib/btowc.c [new file with mode: 0644]
contrib/grep/lib/c-ctype.c [new file with mode: 0644]
contrib/grep/lib/c-ctype.h [new file with mode: 0644]
contrib/grep/lib/c-strcase.h [new file with mode: 0644]
contrib/grep/lib/c-strcasecmp.c [new file with mode: 0644]
contrib/grep/lib/c-strncasecmp.c [new file with mode: 0644]
contrib/grep/lib/close-stream.c [new file with mode: 0644]
contrib/grep/lib/close-stream.h [new file with mode: 0644]
contrib/grep/lib/closeout.c [new file with mode: 0644]
contrib/grep/lib/closeout.h [new file with mode: 0644]
contrib/grep/lib/config.charset [new file with mode: 0644]
contrib/grep/lib/dirname-lgpl.c [new file with mode: 0644]
contrib/grep/lib/dirname.c [new file with mode: 0644]
contrib/grep/lib/dirname.h [new file with mode: 0644]
contrib/grep/lib/dosname.h [new file with mode: 0644]
contrib/grep/lib/error.c [new file with mode: 0644]
contrib/grep/lib/error.h [new file with mode: 0644]
contrib/grep/lib/exclude.c [new file with mode: 0644]
contrib/grep/lib/exclude.h [new file with mode: 0644]
contrib/grep/lib/exitfail.c [new file with mode: 0644]
contrib/grep/lib/exitfail.h [new file with mode: 0644]
contrib/grep/lib/fnmatch.c [new file with mode: 0644]
contrib/grep/lib/fnmatch_loop.c [new file with mode: 0644]
contrib/grep/lib/fpending.c [new file with mode: 0644]
contrib/grep/lib/fpending.h [new file with mode: 0644]
contrib/grep/lib/getopt.c [new file with mode: 0644]
contrib/grep/lib/getopt1.c [new file with mode: 0644]
contrib/grep/lib/getopt_int.h [new file with mode: 0644]
contrib/grep/lib/getpagesize.c [new file with mode: 0644]
contrib/grep/lib/gettext.h [new file with mode: 0644]
contrib/grep/lib/gnulib.mk [new file with mode: 0644]
contrib/grep/lib/hard-locale.c [new file with mode: 0644]
contrib/grep/lib/hard-locale.h [new file with mode: 0644]
contrib/grep/lib/hash.c [new file with mode: 0644]
contrib/grep/lib/hash.h [new file with mode: 0644]
contrib/grep/lib/iconv_open.c [new file with mode: 0644]
contrib/grep/lib/ignore-value.h [new file with mode: 0644]
contrib/grep/lib/intprops.h [new file with mode: 0644]
contrib/grep/lib/isblank.c [new file with mode: 0644]
contrib/grep/lib/isdir.c [new file with mode: 0644]
contrib/grep/lib/isdir.h [new file with mode: 0644]
contrib/grep/lib/localcharset.c [new file with mode: 0644]
contrib/grep/lib/localcharset.h [new file with mode: 0644]
contrib/grep/lib/lseek.c [new file with mode: 0644]
contrib/grep/lib/malloc.c [new file with mode: 0644]
contrib/grep/lib/malloca.c [new file with mode: 0644]
contrib/grep/lib/malloca.h [new file with mode: 0644]
contrib/grep/lib/malloca.valgrind [new file with mode: 0644]
contrib/grep/lib/mbchar.c [new file with mode: 0644]
contrib/grep/lib/mbchar.h [new file with mode: 0644]
contrib/grep/lib/mbiter.h [new file with mode: 0644]
contrib/grep/lib/mbrlen.c [new file with mode: 0644]
contrib/grep/lib/mbrtowc.c [new file with mode: 0644]
contrib/grep/lib/mbscasecmp.c [new file with mode: 0644]
contrib/grep/lib/mbsinit.c [new file with mode: 0644]
contrib/grep/lib/mbslen.c [new file with mode: 0644]
contrib/grep/lib/mbsrtowcs-state.c [new file with mode: 0644]
contrib/grep/lib/mbsrtowcs.c [new file with mode: 0644]
contrib/grep/lib/mbsstr.c [new file with mode: 0644]
contrib/grep/lib/mbuiter.h [new file with mode: 0644]
contrib/grep/lib/memchr.c [new file with mode: 0644]
contrib/grep/lib/memchr.valgrind [new file with mode: 0644]
contrib/grep/lib/mempcpy.c [new file with mode: 0644]
contrib/grep/lib/minmax.h [new file with mode: 0644]
contrib/grep/lib/nl_langinfo.c [new file with mode: 0644]
contrib/grep/lib/obstack.c [new file with mode: 0644]
contrib/grep/lib/obstack.h [new file with mode: 0644]
contrib/grep/lib/open.c [new file with mode: 0644]
contrib/grep/lib/progname.c [new file with mode: 0644]
contrib/grep/lib/progname.h [new file with mode: 0644]
contrib/grep/lib/propername.c [new file with mode: 0644]
contrib/grep/lib/propername.h [new file with mode: 0644]
contrib/grep/lib/quote.c [new file with mode: 0644]
contrib/grep/lib/quote.h [new file with mode: 0644]
contrib/grep/lib/quotearg.c [new file with mode: 0644]
contrib/grep/lib/quotearg.h [new file with mode: 0644]
contrib/grep/lib/realloc.c [new file with mode: 0644]
contrib/grep/lib/ref-add.sin [new file with mode: 0644]
contrib/grep/lib/ref-del.sin [new file with mode: 0644]
contrib/grep/lib/regcomp.c [new file with mode: 0644]
contrib/grep/lib/regex.c [new file with mode: 0644]
contrib/grep/lib/regex.h [new file with mode: 0644]
contrib/grep/lib/regex_internal.c [new file with mode: 0644]
contrib/grep/lib/regex_internal.h [new file with mode: 0644]
contrib/grep/lib/regexec.c [new file with mode: 0644]
contrib/grep/lib/savedir.c [new file with mode: 0644]
contrib/grep/lib/savedir.h [new file with mode: 0644]
contrib/grep/lib/stat.c [new file with mode: 0644]
contrib/grep/lib/stpcpy.c [new file with mode: 0644]
contrib/grep/lib/str-kmp.h [new file with mode: 0644]
contrib/grep/lib/streq.h [new file with mode: 0644]
contrib/grep/lib/strerror-override.c [new file with mode: 0644]
contrib/grep/lib/strerror-override.h [new file with mode: 0644]
contrib/grep/lib/strerror.c [new file with mode: 0644]
contrib/grep/lib/striconv.c [new file with mode: 0644]
contrib/grep/lib/striconv.h [new file with mode: 0644]
contrib/grep/lib/stripslash.c [new file with mode: 0644]
contrib/grep/lib/strndup.c [new file with mode: 0644]
contrib/grep/lib/strnlen.c [new file with mode: 0644]
contrib/grep/lib/strnlen1.c [new file with mode: 0644]
contrib/grep/lib/strnlen1.h [new file with mode: 0644]
contrib/grep/lib/strtoimax.c [new file with mode: 0644]
contrib/grep/lib/strtol.c [new file with mode: 0644]
contrib/grep/lib/strtoul.c [new file with mode: 0644]
contrib/grep/lib/strtoull.c [new file with mode: 0644]
contrib/grep/lib/strtoumax.c [new file with mode: 0644]
contrib/grep/lib/trim.c [new file with mode: 0644]
contrib/grep/lib/trim.h [new file with mode: 0644]
contrib/grep/lib/unistr/u8-mbtoucr.c [new file with mode: 0644]
contrib/grep/lib/unistr/u8-uctomb-aux.c [new file with mode: 0644]
contrib/grep/lib/unistr/u8-uctomb.c [new file with mode: 0644]
contrib/grep/lib/uniwidth/cjk.h [new file with mode: 0644]
contrib/grep/lib/uniwidth/width.c [new file with mode: 0644]
contrib/grep/lib/unlocked-io.h [new file with mode: 0644]
contrib/grep/lib/verify.h [new file with mode: 0644]
contrib/grep/lib/version-etc-fsf.c [new file with mode: 0644]
contrib/grep/lib/version-etc.c [new file with mode: 0644]
contrib/grep/lib/version-etc.h [new file with mode: 0644]
contrib/grep/lib/wcrtomb.c [new file with mode: 0644]
contrib/grep/lib/wctob.c [new file with mode: 0644]
contrib/grep/lib/wctomb-impl.h [new file with mode: 0644]
contrib/grep/lib/wctomb.c [new file with mode: 0644]
contrib/grep/lib/wcwidth.c [new file with mode: 0644]
contrib/grep/lib/xalloc-die.c [new file with mode: 0644]
contrib/grep/lib/xalloc-oversized.h [new file with mode: 0644]
contrib/grep/lib/xalloc.h [new file with mode: 0644]
contrib/grep/lib/xmalloc.c [new file with mode: 0644]
contrib/grep/lib/xstriconv.c [new file with mode: 0644]
contrib/grep/lib/xstriconv.h [new file with mode: 0644]
contrib/grep/lib/xstrndup.c [new file with mode: 0644]
contrib/grep/lib/xstrndup.h [new file with mode: 0644]
contrib/grep/lib/xstrtol-error.c [new file with mode: 0644]
contrib/grep/lib/xstrtol.c [new file with mode: 0644]
contrib/grep/lib/xstrtol.h [new file with mode: 0644]
contrib/grep/lib/xstrtoul.c [new file with mode: 0644]
contrib/grep/lib/xstrtoumax.c [new file with mode: 0644]
contrib/grep/src/dfa.c [new file with mode: 0644]
contrib/grep/src/dfa.h [new file with mode: 0644]
contrib/grep/src/dfasearch.c [new file with mode: 0644]
contrib/grep/src/egrep.c [new file with mode: 0644]
contrib/grep/src/fgrep.c [new file with mode: 0644]
contrib/grep/src/grep.c [new file with mode: 0644]
contrib/grep/src/grep.h [new file with mode: 0644]
contrib/grep/src/kwsearch.c [new file with mode: 0644]
contrib/grep/src/kwset.c [new file with mode: 0644]
contrib/grep/src/kwset.h [new file with mode: 0644]
contrib/grep/src/main.c [new file with mode: 0644]
contrib/grep/src/mbsupport.h [new file with mode: 0644]
contrib/grep/src/pcresearch.c [new file with mode: 0644]
contrib/grep/src/search.h [new file with mode: 0644]
contrib/grep/src/searchutils.c [new file with mode: 0644]
contrib/grep/src/system.h [new file with mode: 0644]
contrib/groff/COPYING [new file with mode: 0644]
contrib/groff/LICENSES [new file with mode: 0644]
contrib/groff/README [new file with mode: 0644]
contrib/groff/README.DELETED [new file with mode: 0644]
contrib/groff/README.DRAGONFLY [new file with mode: 0644]
contrib/groff/REVISION [new file with mode: 0644]
contrib/groff/VERSION [new file with mode: 0644]
contrib/groff/config.guess [new file with mode: 0644]
contrib/groff/config.rpath [new file with mode: 0644]
contrib/groff/config.sub [new file with mode: 0644]
contrib/groff/contrib/chem/ChangeLog [new file with mode: 0644]
contrib/groff/contrib/chem/Makefile.sub [new file with mode: 0644]
contrib/groff/contrib/chem/README.txt [new file with mode: 0644]
contrib/groff/contrib/chem/chem.man [new file with mode: 0644]
contrib/groff/contrib/chem/chem.pic [new file with mode: 0644]
contrib/groff/contrib/chem/chem.pl [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/README [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch2a_ethyl.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch2b_benzene.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch2c_benzene_right.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4a_stick.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4b_methyl_acetate.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4c_colon.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4d_HCl.H2O.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4e_CaSO4.2H2O.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4f_C.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4g_BP.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4h_methacrylate.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4i_cyclo.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4j_ring4.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4k_ring3.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4l_vertex.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4m_double.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4n_triple.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4o_aromatic.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4p_cholestanol.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4q_rings.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4r_spiro.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4s_heteroatoms.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4t_polycyclic.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4u_nicotine.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4v_histidine.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4w_lsd.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4x_anisole.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4y_reserpine.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4z1_eqn_glutamic.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch4z2_text.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch5a_size.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch6a_pic.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/ch6b_dna.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAa_polymer.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAb_vinyl_chloro.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAc_morphine.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAd_chlorophyll.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAe_chair.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAf_arrow.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAg_circle.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAh_brackets.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chAi_poly_vinyl_chloride.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chBa_jump.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chBb_bonds.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/122/chBc_rings.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/README.txt [new file with mode: 0644]
contrib/groff/contrib/chem/examples/atp.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/cholesterin.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/ethamivan.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/lsd.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/morphine.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/penicillin.chem [new file with mode: 0644]
contrib/groff/contrib/chem/examples/reserpine.chem [new file with mode: 0644]
contrib/groff/contrib/eqn2graph/eqn2graph.man [new file with mode: 0644]
contrib/groff/contrib/eqn2graph/eqn2graph.sh [new file with mode: 0644]
contrib/groff/contrib/grap2graph/grap2graph.man [new file with mode: 0644]
contrib/groff/contrib/grap2graph/grap2graph.sh [new file with mode: 0644]
contrib/groff/contrib/groffer/groffer.man [new file with mode: 0644]
contrib/groff/contrib/groffer/groffer.sh [new file with mode: 0644]
contrib/groff/contrib/groffer/groffer2.sh [new file with mode: 0644]
contrib/groff/contrib/hdtbl/ChangeLog [new file with mode: 0644]
contrib/groff/contrib/hdtbl/Makefile.sub [new file with mode: 0644]
contrib/groff/contrib/hdtbl/TODO [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/chess_board.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/col_rowspan_colors.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/color_boxes.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/color_nested_tables.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/color_table_cells.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/color_transitions.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/fonts_n.in [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/fonts_x.in [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/mixed_pickles.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/rainbow.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/examples/short_reference.roff [new file with mode: 0644]
contrib/groff/contrib/hdtbl/groff_hdtbl.man [new file with mode: 0644]
contrib/groff/contrib/hdtbl/hdmisc.tmac [new file with mode: 0644]
contrib/groff/contrib/hdtbl/hdtbl.tmac [new file with mode: 0644]
contrib/groff/contrib/mm/groff_mm.man [new file with mode: 0644]
contrib/groff/contrib/mm/groff_mmse.man [new file with mode: 0644]
contrib/groff/contrib/mm/m.tmac [new file with mode: 0644]
contrib/groff/contrib/mm/mm.tmac [new file with mode: 0644]
contrib/groff/contrib/mm/mm/0.MT [new file with mode: 0644]
contrib/groff/contrib/mm/mm/4.MT [new file with mode: 0644]
contrib/groff/contrib/mm/mm/5.MT [new file with mode: 0644]
contrib/groff/contrib/mm/mm/ms.cov [new file with mode: 0644]
contrib/groff/contrib/mm/mm/se_ms.cov [new file with mode: 0644]
contrib/groff/contrib/mm/mmroff.man [new file with mode: 0644]
contrib/groff/contrib/mm/mmroff.pl [new file with mode: 0644]
contrib/groff/contrib/mm/mmse.tmac [new file with mode: 0644]
contrib/groff/contrib/mm/mse.tmac [new file with mode: 0644]
contrib/groff/contrib/mom/copyright [new file with mode: 0644]
contrib/groff/contrib/mom/groff_mom.man [new file with mode: 0644]
contrib/groff/contrib/mom/mom.tmac [new file with mode: 0644]
contrib/groff/contrib/mom/om.tmac [new file with mode: 0644]
contrib/groff/contrib/pdfmark/cover.ms [new file with mode: 0644]
contrib/groff/contrib/pdfmark/pdfmark.ms [new file with mode: 0644]
contrib/groff/contrib/pdfmark/pdfmark.tmac [new file with mode: 0644]
contrib/groff/contrib/pdfmark/pdfroff.man [new file with mode: 0644]
contrib/groff/contrib/pdfmark/pdfroff.sh [new file with mode: 0644]
contrib/groff/contrib/pdfmark/spdf.tmac [new file with mode: 0644]
contrib/groff/contrib/pic2graph/pic2graph.man [new file with mode: 0644]
contrib/groff/contrib/pic2graph/pic2graph.sh [new file with mode: 0644]
contrib/groff/doc/fdl.texi [new file with mode: 0644]
contrib/groff/doc/groff.texinfo [new file with mode: 0644]
contrib/groff/font/devX100-12/CB [new file with mode: 0644]
contrib/groff/font/devX100-12/CBI [new file with mode: 0644]
contrib/groff/font/devX100-12/CI [new file with mode: 0644]
contrib/groff/font/devX100-12/CR [new file with mode: 0644]
contrib/groff/font/devX100-12/DESC [new file with mode: 0644]
contrib/groff/font/devX100-12/HB [new file with mode: 0644]
contrib/groff/font/devX100-12/HBI [new file with mode: 0644]
contrib/groff/font/devX100-12/HI [new file with mode: 0644]
contrib/groff/font/devX100-12/HR [new file with mode: 0644]
contrib/groff/font/devX100-12/Makefile.sub [new file with mode: 0644]
contrib/groff/font/devX100-12/NB [new file with mode: 0644]
contrib/groff/font/devX100-12/NBI [new file with mode: 0644]
contrib/groff/font/devX100-12/NI [new file with mode: 0644]
contrib/groff/font/devX100-12/NR [new file with mode: 0644]
contrib/groff/font/devX100-12/S [new file with mode: 0644]
contrib/groff/font/devX100-12/TB [new file with mode: 0644]
contrib/groff/font/devX100-12/TBI [new file with mode: 0644]
contrib/groff/font/devX100-12/TI [new file with mode: 0644]
contrib/groff/font/devX100-12/TR [new file with mode: 0644]
contrib/groff/font/devX100/CB [new file with mode: 0644]
contrib/groff/font/devX100/CBI [new file with mode: 0644]
contrib/groff/font/devX100/CI [new file with mode: 0644]
contrib/groff/font/devX100/CR [new file with mode: 0644]
contrib/groff/font/devX100/DESC [new file with mode: 0644]
contrib/groff/font/devX100/HB [new file with mode: 0644]
contrib/groff/font/devX100/HBI [new file with mode: 0644]
contrib/groff/font/devX100/HI [new file with mode: 0644]
contrib/groff/font/devX100/HR [new file with mode: 0644]
contrib/groff/font/devX100/Makefile.sub [new file with mode: 0644]
contrib/groff/font/devX100/NB [new file with mode: 0644]
contrib/groff/font/devX100/NBI [new file with mode: 0644]
contrib/groff/font/devX100/NI [new file with mode: 0644]
contrib/groff/font/devX100/NR [new file with mode: 0644]
contrib/groff/font/devX100/S [new file with mode: 0644]
contrib/groff/font/devX100/TB [new file with mode: 0644]
contrib/groff/font/devX100/TBI [new file with mode: 0644]
contrib/groff/font/devX100/TI [new file with mode: 0644]
contrib/groff/font/devX100/TR [new file with mode: 0644]
contrib/groff/font/devX75-12/CB [new file with mode: 0644]
contrib/groff/font/devX75-12/CBI [new file with mode: 0644]
contrib/groff/font/devX75-12/CI [new file with mode: 0644]
contrib/groff/font/devX75-12/CR [new file with mode: 0644]
contrib/groff/font/devX75-12/DESC [new file with mode: 0644]
contrib/groff/font/devX75-12/HB [new file with mode: 0644]
contrib/groff/font/devX75-12/HBI [new file with mode: 0644]
contrib/groff/font/devX75-12/HI [new file with mode: 0644]
contrib/groff/font/devX75-12/HR [new file with mode: 0644]
contrib/groff/font/devX75-12/Makefile.sub [new file with mode: 0644]
contrib/groff/font/devX75-12/NB [new file with mode: 0644]
contrib/groff/font/devX75-12/NBI [new file with mode: 0644]
contrib/groff/font/devX75-12/NI [new file with mode: 0644]
contrib/groff/font/devX75-12/NR [new file with mode: 0644]
contrib/groff/font/devX75-12/S [new file with mode: 0644]
contrib/groff/font/devX75-12/TB [new file with mode: 0644]
contrib/groff/font/devX75-12/TBI [new file with mode: 0644]
contrib/groff/font/devX75-12/TI [new file with mode: 0644]
contrib/groff/font/devX75-12/TR [new file with mode: 0644]
contrib/groff/font/devX75/CB [new file with mode: 0644]
contrib/groff/font/devX75/CBI [new file with mode: 0644]
contrib/groff/font/devX75/CI [new file with mode: 0644]
contrib/groff/font/devX75/CR [new file with mode: 0644]
contrib/groff/font/devX75/DESC [new file with mode: 0644]
contrib/groff/font/devX75/HB [new file with mode: 0644]
contrib/groff/font/devX75/HBI [new file with mode: 0644]
contrib/groff/font/devX75/HI [new file with mode: 0644]
contrib/groff/font/devX75/HR [new file with mode: 0644]
contrib/groff/font/devX75/Makefile.sub [new file with mode: 0644]
contrib/groff/font/devX75/NB [new file with mode: 0644]
contrib/groff/font/devX75/NBI [new file with mode: 0644]
contrib/groff/font/devX75/NI [new file with mode: 0644]
contrib/groff/font/devX75/NR [new file with mode: 0644]
contrib/groff/font/devX75/S [new file with mode: 0644]
contrib/groff/font/devX75/TB [new file with mode: 0644]
contrib/groff/font/devX75/TBI [new file with mode: 0644]
contrib/groff/font/devX75/TI [new file with mode: 0644]
contrib/groff/font/devX75/TR [new file with mode: 0644]
contrib/groff/font/devascii/DESC.proto [new file with mode: 0644]
contrib/groff/font/devascii/R.proto [new file with mode: 0644]
contrib/groff/font/devcp1047/DESC.proto [new file with mode: 0644]
contrib/groff/font/devcp1047/R.proto [new file with mode: 0644]
contrib/groff/font/devdvi/CW [new file with mode: 0644]
contrib/groff/font/devdvi/CWEC [new file with mode: 0644]
contrib/groff/font/devdvi/CWI [new file with mode: 0644]
contrib/groff/font/devdvi/CWIEC [new file with mode: 0644]
contrib/groff/font/devdvi/CWITC [new file with mode: 0644]
contrib/groff/font/devdvi/CWTC [new file with mode: 0644]
contrib/groff/font/devdvi/DESC.in [new file with mode: 0644]
contrib/groff/font/devdvi/EX [new file with mode: 0644]
contrib/groff/font/devdvi/HB [new file with mode: 0644]
contrib/groff/font/devdvi/HBEC [new file with mode: 0644]
contrib/groff/font/devdvi/HBI [new file with mode: 0644]
contrib/groff/font/devdvi/HBIEC [new file with mode: 0644]
contrib/groff/font/devdvi/HBITC [new file with mode: 0644]
contrib/groff/font/devdvi/HBTC [new file with mode: 0644]
contrib/groff/font/devdvi/HI [new file with mode: 0644]
contrib/groff/font/devdvi/HIEC [new file with mode: 0644]
contrib/groff/font/devdvi/HITC [new file with mode: 0644]
contrib/groff/font/devdvi/HR [new file with mode: 0644]
contrib/groff/font/devdvi/HREC [new file with mode: 0644]
contrib/groff/font/devdvi/HRTC [new file with mode: 0644]
contrib/groff/font/devdvi/MI [new file with mode: 0644]
contrib/groff/font/devdvi/S [new file with mode: 0644]
contrib/groff/font/devdvi/SA [new file with mode: 0644]
contrib/groff/font/devdvi/SB [new file with mode: 0644]
contrib/groff/font/devdvi/SC [new file with mode: 0644]
contrib/groff/font/devdvi/TB [new file with mode: 0644]
contrib/groff/font/devdvi/TBEC [new file with mode: 0644]
contrib/groff/font/devdvi/TBI [new file with mode: 0644]
contrib/groff/font/devdvi/TBIEC [new file with mode: 0644]
contrib/groff/font/devdvi/TBITC [new file with mode: 0644]
contrib/groff/font/devdvi/TBTC [new file with mode: 0644]
contrib/groff/font/devdvi/TI [new file with mode: 0644]
contrib/groff/font/devdvi/TIEC [new file with mode: 0644]
contrib/groff/font/devdvi/TITC [new file with mode: 0644]
contrib/groff/font/devdvi/TR [new file with mode: 0644]
contrib/groff/font/devdvi/TREC [new file with mode: 0644]
contrib/groff/font/devdvi/TRTC [new file with mode: 0644]
contrib/groff/font/devdvi/generate/CompileFonts [new file with mode: 0644]
contrib/groff/font/devdvi/generate/Makefile [new file with mode: 0644]
contrib/groff/font/devdvi/generate/ec.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/msam.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/msbm.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/tc.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/texb.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/texex.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/texi.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/texmi.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/texr.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/texsy.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/textex.map [new file with mode: 0644]
contrib/groff/font/devdvi/generate/textt.map [new file with mode: 0644]
contrib/groff/font/devhtml/DESC.proto [new file with mode: 0644]
contrib/groff/font/devhtml/R.in [new file with mode: 0644]
contrib/groff/font/devhtml/R.proto [new file with mode: 0644]
contrib/groff/font/devlatin1/DESC.proto [new file with mode: 0644]
contrib/groff/font/devlatin1/R.proto [new file with mode: 0644]
contrib/groff/font/devlbp/CB [new file with mode: 0644]
contrib/groff/font/devlbp/CI [new file with mode: 0644]
contrib/groff/font/devlbp/CR [new file with mode: 0644]
contrib/groff/font/devlbp/DESC.in [new file with mode: 0644]
contrib/groff/font/devlbp/EB [new file with mode: 0644]
contrib/groff/font/devlbp/EI [new file with mode: 0644]
contrib/groff/font/devlbp/ER [new file with mode: 0644]
contrib/groff/font/devlbp/HB [new file with mode: 0644]
contrib/groff/font/devlbp/HBI [new file with mode: 0644]
contrib/groff/font/devlbp/HI [new file with mode: 0644]
contrib/groff/font/devlbp/HNB [new file with mode: 0644]
contrib/groff/font/devlbp/HNBI [new file with mode: 0644]
contrib/groff/font/devlbp/HNI [new file with mode: 0644]
contrib/groff/font/devlbp/HNR [new file with mode: 0644]
contrib/groff/font/devlbp/HR [new file with mode: 0644]
contrib/groff/font/devlbp/TB [new file with mode: 0644]
contrib/groff/font/devlbp/TBI [new file with mode: 0644]
contrib/groff/font/devlbp/TI [new file with mode: 0644]
contrib/groff/font/devlbp/TR [new file with mode: 0644]
contrib/groff/font/devlj4/AB [new file with mode: 0644]
contrib/groff/font/devlj4/ABI [new file with mode: 0644]
contrib/groff/font/devlj4/AI [new file with mode: 0644]
contrib/groff/font/devlj4/ALBB [new file with mode: 0644]
contrib/groff/font/devlj4/ALBR [new file with mode: 0644]
contrib/groff/font/devlj4/AOB [new file with mode: 0644]
contrib/groff/font/devlj4/AOI [new file with mode: 0644]
contrib/groff/font/devlj4/AOR [new file with mode: 0644]
contrib/groff/font/devlj4/AR [new file with mode: 0644]
contrib/groff/font/devlj4/CB [new file with mode: 0644]
contrib/groff/font/devlj4/CBI [new file with mode: 0644]
contrib/groff/font/devlj4/CI [new file with mode: 0644]
contrib/groff/font/devlj4/CLARENDON [new file with mode: 0644]
contrib/groff/font/devlj4/CORONET [new file with mode: 0644]
contrib/groff/font/devlj4/CR [new file with mode: 0644]
contrib/groff/font/devlj4/DESC.in [new file with mode: 0644]
contrib/groff/font/devlj4/GB [new file with mode: 0644]
contrib/groff/font/devlj4/GBI [new file with mode: 0644]
contrib/groff/font/devlj4/GI [new file with mode: 0644]
contrib/groff/font/devlj4/GR [new file with mode: 0644]
contrib/groff/font/devlj4/LGB [new file with mode: 0644]
contrib/groff/font/devlj4/LGI [new file with mode: 0644]
contrib/groff/font/devlj4/LGR [new file with mode: 0644]
contrib/groff/font/devlj4/MARIGOLD [new file with mode: 0644]
contrib/groff/font/devlj4/OB [new file with mode: 0644]
contrib/groff/font/devlj4/OBI [new file with mode: 0644]
contrib/groff/font/devlj4/OI [new file with mode: 0644]
contrib/groff/font/devlj4/OR [new file with mode: 0644]
contrib/groff/font/devlj4/S [new file with mode: 0644]
contrib/groff/font/devlj4/SYMBOL [new file with mode: 0644]
contrib/groff/font/devlj4/TB [new file with mode: 0644]
contrib/groff/font/devlj4/TBI [new file with mode: 0644]
contrib/groff/font/devlj4/TI [new file with mode: 0644]
contrib/groff/font/devlj4/TNRB [new file with mode: 0644]
contrib/groff/font/devlj4/TNRBI [new file with mode: 0644]
contrib/groff/font/devlj4/TNRI [new file with mode: 0644]
contrib/groff/font/devlj4/TNRR [new file with mode: 0644]
contrib/groff/font/devlj4/TR [new file with mode: 0644]
contrib/groff/font/devlj4/UB [new file with mode: 0644]
contrib/groff/font/devlj4/UBI [new file with mode: 0644]
contrib/groff/font/devlj4/UCB [new file with mode: 0644]
contrib/groff/font/devlj4/UCBI [new file with mode: 0644]
contrib/groff/font/devlj4/UCI [new file with mode: 0644]
contrib/groff/font/devlj4/UCR [new file with mode: 0644]
contrib/groff/font/devlj4/UI [new file with mode: 0644]
contrib/groff/font/devlj4/UR [new file with mode: 0644]
contrib/groff/font/devlj4/WINGDINGS [new file with mode: 0644]
contrib/groff/font/devlj4/generate/Makefile [new file with mode: 0644]
contrib/groff/font/devlj4/generate/special.awk [new file with mode: 0644]
contrib/groff/font/devlj4/generate/special.map [new file with mode: 0644]
contrib/groff/font/devlj4/generate/symbol.map [new file with mode: 0644]
contrib/groff/font/devlj4/generate/text.map [new file with mode: 0644]
contrib/groff/font/devlj4/generate/wingdings.map [new file with mode: 0644]
contrib/groff/font/devps/AB [new file with mode: 0644]
contrib/groff/font/devps/ABI [new file with mode: 0644]
contrib/groff/font/devps/AI [new file with mode: 0644]
contrib/groff/font/devps/AR [new file with mode: 0644]
contrib/groff/font/devps/BMB [new file with mode: 0644]
contrib/groff/font/devps/BMBI [new file with mode: 0644]
contrib/groff/font/devps/BMI [new file with mode: 0644]
contrib/groff/font/devps/BMR [new file with mode: 0644]
contrib/groff/font/devps/CB [new file with mode: 0644]
contrib/groff/font/devps/CBI [new file with mode: 0644]
contrib/groff/font/devps/CI [new file with mode: 0644]
contrib/groff/font/devps/CR [new file with mode: 0644]
contrib/groff/font/devps/DESC.in [new file with mode: 0644]
contrib/groff/font/devps/EURO [new file with mode: 0644]
contrib/groff/font/devps/HB [new file with mode: 0644]
contrib/groff/font/devps/HBI [new file with mode: 0644]
contrib/groff/font/devps/HI [new file with mode: 0644]
contrib/groff/font/devps/HNB [new file with mode: 0644]
contrib/groff/font/devps/HNBI [new file with mode: 0644]
contrib/groff/font/devps/HNI [new file with mode: 0644]
contrib/groff/font/devps/HNR [new file with mode: 0644]
contrib/groff/font/devps/HR [new file with mode: 0644]
contrib/groff/font/devps/NB [new file with mode: 0644]
contrib/groff/font/devps/NBI [new file with mode: 0644]
contrib/groff/font/devps/NI [new file with mode: 0644]
contrib/groff/font/devps/NR [new file with mode: 0644]
contrib/groff/font/devps/PB [new file with mode: 0644]
contrib/groff/font/devps/PBI [new file with mode: 0644]
contrib/groff/font/devps/PI [new file with mode: 0644]
contrib/groff/font/devps/PR [new file with mode: 0644]
contrib/groff/font/devps/S [new file with mode: 0644]
contrib/groff/font/devps/SS [new file with mode: 0644]
contrib/groff/font/devps/TB [new file with mode: 0644]
contrib/groff/font/devps/TBI [new file with mode: 0644]
contrib/groff/font/devps/TI [new file with mode: 0644]
contrib/groff/font/devps/TR [new file with mode: 0644]
contrib/groff/font/devps/ZCMI [new file with mode: 0644]
contrib/groff/font/devps/ZD [new file with mode: 0644]
contrib/groff/font/devps/ZDR [new file with mode: 0644]
contrib/groff/font/devps/download [new file with mode: 0644]
contrib/groff/font/devps/freeeuro.afm [new file with mode: 0644]
contrib/groff/font/devps/freeeuro.pfa [new file with mode: 0644]
contrib/groff/font/devps/generate/Makefile [new file with mode: 0644]
contrib/groff/font/devps/generate/afmname [new file with mode: 0644]
contrib/groff/font/devps/generate/dingbats.map [new file with mode: 0644]
contrib/groff/font/devps/generate/dingbats.rmap [new file with mode: 0644]
contrib/groff/font/devps/generate/freeeuro.sfd [new file with mode: 0644]
contrib/groff/font/devps/generate/lgreekmap [new file with mode: 0644]
contrib/groff/font/devps/generate/make-zapfdr [new file with mode: 0644]
contrib/groff/font/devps/generate/sfdtopfa.pe [new file with mode: 0644]
contrib/groff/font/devps/generate/symbol.sed [new file with mode: 0644]
contrib/groff/font/devps/generate/symbolchars [new file with mode: 0644]
contrib/groff/font/devps/generate/symbolsl.afm [new file with mode: 0644]
contrib/groff/font/devps/generate/symbolsl.awk [new file with mode: 0644]
contrib/groff/font/devps/generate/textmap [new file with mode: 0644]
contrib/groff/font/devps/generate/zapfdr.sed [new file with mode: 0644]
contrib/groff/font/devps/old/CB [new file with mode: 0644]
contrib/groff/font/devps/old/CBI [new file with mode: 0644]
contrib/groff/font/devps/old/CI [new file with mode: 0644]
contrib/groff/font/devps/old/CR [new file with mode: 0644]
contrib/groff/font/devps/old/HB [new file with mode: 0644]
contrib/groff/font/devps/old/HBI [new file with mode: 0644]
contrib/groff/font/devps/old/HI [new file with mode: 0644]
contrib/groff/font/devps/old/HNB [new file with mode: 0644]
contrib/groff/font/devps/old/HNBI [new file with mode: 0644]
contrib/groff/font/devps/old/HNI [new file with mode: 0644]
contrib/groff/font/devps/old/HNR [new file with mode: 0644]
contrib/groff/font/devps/old/HR [new file with mode: 0644]
contrib/groff/font/devps/old/NB [new file with mode: 0644]
contrib/groff/font/devps/old/NBI [new file with mode: 0644]
contrib/groff/font/devps/old/NI [new file with mode: 0644]
contrib/groff/font/devps/old/NR [new file with mode: 0644]
contrib/groff/font/devps/old/PB [new file with mode: 0644]
contrib/groff/font/devps/old/PBI [new file with mode: 0644]
contrib/groff/font/devps/old/PI [new file with mode: 0644]
contrib/groff/font/devps/old/PR [new file with mode: 0644]
contrib/groff/font/devps/old/S [new file with mode: 0644]
contrib/groff/font/devps/old/SS [new file with mode: 0644]
contrib/groff/font/devps/old/TB [new file with mode: 0644]
contrib/groff/font/devps/old/TBI [new file with mode: 0644]
contrib/groff/font/devps/old/TI [new file with mode: 0644]
contrib/groff/font/devps/old/TR [new file with mode: 0644]
contrib/groff/font/devps/old/symbol.afm [new file with mode: 0644]
contrib/groff/font/devps/old/symbolsl.afm [new file with mode: 0644]
contrib/groff/font/devps/old/zapfdr.afm [new file with mode: 0644]
contrib/groff/font/devps/old/zapfdr.ps [new file with mode: 0644]
contrib/groff/font/devps/prologue.ps [new file with mode: 0644]
contrib/groff/font/devps/psstrip.sed [new file with mode: 0644]
contrib/groff/font/devps/symbol.afm [new file with mode: 0644]
contrib/groff/font/devps/symbolmap [new file with mode: 0644]
contrib/groff/font/devps/symbolsl.ps [new file with mode: 0644]
contrib/groff/font/devps/text.enc [new file with mode: 0644]
contrib/groff/font/devps/zapfdr.afm [new file with mode: 0644]
contrib/groff/font/devps/zapfdr.ps [new file with mode: 0644]
contrib/groff/font/devutf8/DESC.proto [new file with mode: 0644]
contrib/groff/font/devutf8/NOTES [new file with mode: 0644]
contrib/groff/font/devutf8/R.in [new file with mode: 0644]
contrib/groff/font/devutf8/R.proto [new file with mode: 0644]
contrib/groff/font/util/make-Rproto [new file with mode: 0644]
contrib/groff/m4/codeset.m4 [new file with mode: 0644]
contrib/groff/m4/glibc21.m4 [new file with mode: 0644]
contrib/groff/m4/groff.m4 [new file with mode: 0644]
contrib/groff/m4/iconv.m4 [new file with mode: 0644]
contrib/groff/m4/lib-ld.m4 [new file with mode: 0644]
contrib/groff/m4/lib-link.m4 [new file with mode: 0644]
contrib/groff/m4/lib-prefix.m4 [new file with mode: 0644]
contrib/groff/man/ditroff.man [new file with mode: 0644]
contrib/groff/man/groff.man [new file with mode: 0644]
contrib/groff/man/groff_char.man [new file with mode: 0644]
contrib/groff/man/groff_diff.man [new file with mode: 0644]
contrib/groff/man/groff_font.man [new file with mode: 0644]
contrib/groff/man/groff_out.man [new file with mode: 0644]
contrib/groff/man/groff_tmac.man [new file with mode: 0644]
contrib/groff/man/roff.man [new file with mode: 0644]
contrib/groff/mdate.sh [new file with mode: 0644]
contrib/groff/src/devices/grodvi/dvi.cpp [new file with mode: 0644]
contrib/groff/src/devices/grodvi/grodvi.man [new file with mode: 0644]
contrib/groff/src/devices/grohtml/grohtml.man [new file with mode: 0644]
contrib/groff/src/devices/grohtml/html-table.cpp [new file with mode: 0644]
contrib/groff/src/devices/grohtml/html-table.h [new file with mode: 0644]
contrib/groff/src/devices/grohtml/html-text.cpp [new file with mode: 0644]
contrib/groff/src/devices/grohtml/html-text.h [new file with mode: 0644]
contrib/groff/src/devices/grohtml/html.h [new file with mode: 0644]
contrib/groff/src/devices/grohtml/output.cpp [new file with mode: 0644]
contrib/groff/src/devices/grohtml/post-html.cpp [new file with mode: 0644]
contrib/groff/src/devices/grolbp/charset.h [new file with mode: 0644]
contrib/groff/src/devices/grolbp/grolbp.man [new file with mode: 0644]
contrib/groff/src/devices/grolbp/lbp.cpp [new file with mode: 0644]
contrib/groff/src/devices/grolbp/lbp.h [new file with mode: 0644]
contrib/groff/src/devices/grolj4/grolj4.man [new file with mode: 0644]
contrib/groff/src/devices/grolj4/lj4.cpp [new file with mode: 0644]
contrib/groff/src/devices/grolj4/lj4_font.man [new file with mode: 0644]
contrib/groff/src/devices/grops/grops.man [new file with mode: 0644]
contrib/groff/src/devices/grops/ps.cpp [new file with mode: 0644]
contrib/groff/src/devices/grops/ps.h [new file with mode: 0644]
contrib/groff/src/devices/grops/psfig.diff [new file with mode: 0644]
contrib/groff/src/devices/grops/psrm.cpp [new file with mode: 0644]
contrib/groff/src/devices/grotty/grotty.man [new file with mode: 0644]
contrib/groff/src/devices/grotty/tty.cpp [new file with mode: 0644]
contrib/groff/src/include/assert.h [new file with mode: 0644]
contrib/groff/src/include/cmap.h [new file with mode: 0644]
contrib/groff/src/include/color.h [new file with mode: 0644]
contrib/groff/src/include/config.hin [new file with mode: 0644]
contrib/groff/src/include/cset.h [new file with mode: 0644]
contrib/groff/src/include/device.h [new file with mode: 0644]
contrib/groff/src/include/driver.h [new file with mode: 0644]
contrib/groff/src/include/errarg.h [new file with mode: 0644]
contrib/groff/src/include/error.h [new file with mode: 0644]
contrib/groff/src/include/font.h [new file with mode: 0644]
contrib/groff/src/include/geometry.h [new file with mode: 0644]
contrib/groff/src/include/html-strings.h [new file with mode: 0644]
contrib/groff/src/include/htmlhint.h [new file with mode: 0644]
contrib/groff/src/include/index.h [new file with mode: 0644]
contrib/groff/src/include/itable.h [new file with mode: 0644]
contrib/groff/src/include/lib.h [new file with mode: 0644]
contrib/groff/src/include/localcharset.h [new file with mode: 0644]
contrib/groff/src/include/macropath.h [new file with mode: 0644]
contrib/groff/src/include/nonposix.h [new file with mode: 0644]
contrib/groff/src/include/paper.h [new file with mode: 0644]
contrib/groff/src/include/posix.h [new file with mode: 0644]
contrib/groff/src/include/printer.h [new file with mode: 0644]
contrib/groff/src/include/ptable.h [new file with mode: 0644]
contrib/groff/src/include/refid.h [new file with mode: 0644]
contrib/groff/src/include/search.h [new file with mode: 0644]
contrib/groff/src/include/searchpath.h [new file with mode: 0644]
contrib/groff/src/include/stringclass.h [new file with mode: 0644]
contrib/groff/src/include/symbol.h [new file with mode: 0644]
contrib/groff/src/include/unicode.h [new file with mode: 0644]
contrib/groff/src/libs/libbib/common.cpp [new file with mode: 0644]
contrib/groff/src/libs/libbib/index.cpp [new file with mode: 0644]
contrib/groff/src/libs/libbib/linear.cpp [new file with mode: 0644]
contrib/groff/src/libs/libbib/map.c [new file with mode: 0644]
contrib/groff/src/libs/libbib/search.cpp [new file with mode: 0644]
contrib/groff/src/libs/libdriver/input.cpp [new file with mode: 0644]
contrib/groff/src/libs/libdriver/printer.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/assert.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/change_lf.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/cmap.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/color.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/config.charset [new file with mode: 0644]
contrib/groff/src/libs/libgroff/cset.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/device.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/errarg.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/error.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/fatal.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/filename.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/font.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/fontfile.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/geometry.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/glyphuni.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/htmlhint.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/hypot.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/iftoa.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/invalid.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/itoa.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/lf.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/lineno.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/localcharset.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/macropath.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/make-uniuni [new file with mode: 0644]
contrib/groff/src/libs/libgroff/matherr.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/maxfilename.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/mksdir.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/nametoindex.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/new.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/paper.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/prime.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/progname.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/ptable.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/quotearg.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/ref-add.sin [new file with mode: 0644]
contrib/groff/src/libs/libgroff/ref-del.sin [new file with mode: 0644]
contrib/groff/src/libs/libgroff/relocatable.h [new file with mode: 0644]
contrib/groff/src/libs/libgroff/searchpath.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/spawnvp.c [new file with mode: 0644]
contrib/groff/src/libs/libgroff/string.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/strsave.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/symbol.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/tmpfile.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/tmpname.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/unicode.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/uniglyph.cpp [new file with mode: 0644]
contrib/groff/src/libs/libgroff/uniuni.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/box.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/box.h [new file with mode: 0644]
contrib/groff/src/preproc/eqn/delim.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/eqn.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/eqn.h [new file with mode: 0644]
contrib/groff/src/preproc/eqn/eqn.man [new file with mode: 0644]
contrib/groff/src/preproc/eqn/eqn.y [new file with mode: 0644]
contrib/groff/src/preproc/eqn/eqn_tab.h [new file with mode: 0644]
contrib/groff/src/preproc/eqn/lex.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/limit.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/list.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/main.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/mark.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/neqn.man [new file with mode: 0644]
contrib/groff/src/preproc/eqn/neqn.sh [new file with mode: 0644]
contrib/groff/src/preproc/eqn/other.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/over.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/pbox.h [new file with mode: 0644]
contrib/groff/src/preproc/eqn/pile.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/script.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/special.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/sqrt.cpp [new file with mode: 0644]
contrib/groff/src/preproc/eqn/text.cpp [new file with mode: 0644]
contrib/groff/src/preproc/grn/gprint.h [new file with mode: 0644]
contrib/groff/src/preproc/grn/grn.man [new file with mode: 0644]
contrib/groff/src/preproc/grn/hdb.cpp [new file with mode: 0644]
contrib/groff/src/preproc/grn/hgraph.cpp [new file with mode: 0644]
contrib/groff/src/preproc/grn/hpoint.cpp [new file with mode: 0644]
contrib/groff/src/preproc/grn/main.cpp [new file with mode: 0644]
contrib/groff/src/preproc/html/pre-html.cpp [new file with mode: 0644]
contrib/groff/src/preproc/html/pre-html.h [new file with mode: 0644]
contrib/groff/src/preproc/html/pushback.cpp [new file with mode: 0644]
contrib/groff/src/preproc/html/pushback.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/common.cpp [new file with mode: 0644]
contrib/groff/src/preproc/pic/common.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/lex.cpp [new file with mode: 0644]
contrib/groff/src/preproc/pic/main.cpp [new file with mode: 0644]
contrib/groff/src/preproc/pic/object.cpp [new file with mode: 0644]
contrib/groff/src/preproc/pic/object.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/output.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/pic.cpp [new file with mode: 0644]
contrib/groff/src/preproc/pic/pic.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/pic.man [new file with mode: 0644]
contrib/groff/src/preproc/pic/pic.y [new file with mode: 0644]
contrib/groff/src/preproc/pic/pic_tab.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/position.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/tex.cpp [new file with mode: 0644]
contrib/groff/src/preproc/pic/text.h [new file with mode: 0644]
contrib/groff/src/preproc/pic/troff.cpp [new file with mode: 0644]
contrib/groff/src/preproc/preconv/Makefile.sub [new file with mode: 0644]
contrib/groff/src/preproc/preconv/preconv.cpp [new file with mode: 0644]
contrib/groff/src/preproc/preconv/preconv.man [new file with mode: 0644]
contrib/groff/src/preproc/refer/command.cpp [new file with mode: 0644]
contrib/groff/src/preproc/refer/command.h [new file with mode: 0644]
contrib/groff/src/preproc/refer/label.cpp [new file with mode: 0644]
contrib/groff/src/preproc/refer/label.y [new file with mode: 0644]
contrib/groff/src/preproc/refer/ref.cpp [new file with mode: 0644]
contrib/groff/src/preproc/refer/ref.h [new file with mode: 0644]
contrib/groff/src/preproc/refer/refer.cpp [new file with mode: 0644]
contrib/groff/src/preproc/refer/refer.h [new file with mode: 0644]
contrib/groff/src/preproc/refer/refer.man [new file with mode: 0644]
contrib/groff/src/preproc/refer/token.cpp [new file with mode: 0644]
contrib/groff/src/preproc/refer/token.h [new file with mode: 0644]
contrib/groff/src/preproc/soelim/soelim.cpp [new file with mode: 0644]
contrib/groff/src/preproc/soelim/soelim.man [new file with mode: 0644]
contrib/groff/src/preproc/tbl/main.cpp [new file with mode: 0644]
contrib/groff/src/preproc/tbl/table.cpp [new file with mode: 0644]
contrib/groff/src/preproc/tbl/table.h [new file with mode: 0644]
contrib/groff/src/preproc/tbl/tbl.man [new file with mode: 0644]
contrib/groff/src/roff/groff/groff.cpp [new file with mode: 0644]
contrib/groff/src/roff/groff/groff.man [new file with mode: 0644]
contrib/groff/src/roff/groff/pipeline.c [new file with mode: 0644]
contrib/groff/src/roff/groff/pipeline.h [new file with mode: 0644]
contrib/groff/src/roff/grog/grog.man [new file with mode: 0644]
contrib/groff/src/roff/grog/grog.pl [new file with mode: 0644]
contrib/groff/src/roff/grog/grog.sh [new file with mode: 0644]
contrib/groff/src/roff/nroff/nroff.man [new file with mode: 0644]
contrib/groff/src/roff/nroff/nroff.sh [new file with mode: 0644]
contrib/groff/src/roff/troff/charinfo.h [new file with mode: 0644]
contrib/groff/src/roff/troff/column.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/dictionary.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/dictionary.h [new file with mode: 0644]
contrib/groff/src/roff/troff/div.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/div.h [new file with mode: 0644]
contrib/groff/src/roff/troff/env.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/env.h [new file with mode: 0644]
contrib/groff/src/roff/troff/hvunits.h [new file with mode: 0644]
contrib/groff/src/roff/troff/input.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/input.h [new file with mode: 0644]
contrib/groff/src/roff/troff/mtsm.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/mtsm.h [new file with mode: 0644]
contrib/groff/src/roff/troff/node.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/node.h [new file with mode: 0644]
contrib/groff/src/roff/troff/number.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/reg.cpp [new file with mode: 0644]
contrib/groff/src/roff/troff/reg.h [new file with mode: 0644]
contrib/groff/src/roff/troff/request.h [new file with mode: 0644]
contrib/groff/src/roff/troff/token.h [new file with mode: 0644]
contrib/groff/src/roff/troff/troff.h [new file with mode: 0644]
contrib/groff/src/roff/troff/troff.man [new file with mode: 0644]
contrib/groff/src/utils/addftinfo/addftinfo.cpp [new file with mode: 0644]
contrib/groff/src/utils/addftinfo/addftinfo.man [new file with mode: 0644]
contrib/groff/src/utils/addftinfo/guess.cpp [new file with mode: 0644]
contrib/groff/src/utils/addftinfo/guess.h [new file with mode: 0644]
contrib/groff/src/utils/afmtodit/afmtodit.man [new file with mode: 0644]
contrib/groff/src/utils/afmtodit/afmtodit.pl [new file with mode: 0644]
contrib/groff/src/utils/afmtodit/afmtodit.tables [new file with mode: 0644]
contrib/groff/src/utils/afmtodit/make-afmtodit-tables [new file with mode: 0644]
contrib/groff/src/utils/hpftodit/hpftodit.cpp [new file with mode: 0644]
contrib/groff/src/utils/hpftodit/hpftodit.man [new file with mode: 0644]
contrib/groff/src/utils/hpftodit/hpuni.cpp [new file with mode: 0644]
contrib/groff/src/utils/indxbib/eign [new file with mode: 0644]
contrib/groff/src/utils/indxbib/indxbib.cpp [new file with mode: 0644]
contrib/groff/src/utils/indxbib/indxbib.man [new file with mode: 0644]
contrib/groff/src/utils/indxbib/signal.c [new file with mode: 0644]
contrib/groff/src/utils/lkbib/lkbib.cpp [new file with mode: 0644]
contrib/groff/src/utils/lkbib/lkbib.man [new file with mode: 0644]
contrib/groff/src/utils/lookbib/lookbib.cpp [new file with mode: 0644]
contrib/groff/src/utils/lookbib/lookbib.man [new file with mode: 0644]
contrib/groff/src/utils/pfbtops/pfbtops.c [new file with mode: 0644]
contrib/groff/src/utils/pfbtops/pfbtops.man [new file with mode: 0644]
contrib/groff/src/utils/tfmtodit/tfmtodit.cpp [new file with mode: 0644]
contrib/groff/src/utils/tfmtodit/tfmtodit.man [new file with mode: 0644]
contrib/groff/tmac/62bit.tmac [new file with mode: 0644]
contrib/groff/tmac/LOCALIZATION [new file with mode: 0644]
contrib/groff/tmac/README [new file with mode: 0644]
contrib/groff/tmac/TESTING-HINTS [new file with mode: 0644]
contrib/groff/tmac/X.tmac [new file with mode: 0644]
contrib/groff/tmac/Xps.tmac [new file with mode: 0644]
contrib/groff/tmac/a4.tmac [new file with mode: 0644]
contrib/groff/tmac/an-ext.tmac [new file with mode: 0644]
contrib/groff/tmac/an-old.tmac [new file with mode: 0644]
contrib/groff/tmac/an.tmac [new file with mode: 0644]
contrib/groff/tmac/andoc.tmac [new file with mode: 0644]
contrib/groff/tmac/composite.tmac [new file with mode: 0644]
contrib/groff/tmac/cp1047.tmac [new file with mode: 0644]
contrib/groff/tmac/cs.tmac [new file with mode: 0644]
contrib/groff/tmac/de.tmac [new file with mode: 0644]
contrib/groff/tmac/den.tmac [new file with mode: 0644]
contrib/groff/tmac/devtag.tmac [new file with mode: 0644]
contrib/groff/tmac/doc-common [new file with mode: 0644]
contrib/groff/tmac/doc-ditroff [new file with mode: 0644]
contrib/groff/tmac/doc-nroff [new file with mode: 0644]
contrib/groff/tmac/doc-old.tmac [new file with mode: 0644]
contrib/groff/tmac/doc-syms [new file with mode: 0644]
contrib/groff/tmac/doc.tmac [new file with mode: 0644]
contrib/groff/tmac/dvi.tmac [new file with mode: 0644]
contrib/groff/tmac/e.tmac [new file with mode: 0644]
contrib/groff/tmac/ec.tmac [new file with mode: 0644]
contrib/groff/tmac/eqnrc [new file with mode: 0644]
contrib/groff/tmac/europs.tmac [new file with mode: 0644]
contrib/groff/tmac/fixmacros.sed [new file with mode: 0644]
contrib/groff/tmac/fr.tmac [new file with mode: 0644]
contrib/groff/tmac/groff_man.man [new file with mode: 0644]
contrib/groff/tmac/groff_mdoc.man [new file with mode: 0644]
contrib/groff/tmac/groff_me.man [new file with mode: 0644]
contrib/groff/tmac/groff_ms.man [new file with mode: 0644]
contrib/groff/tmac/groff_trace.man [new file with mode: 0644]
contrib/groff/tmac/groff_www.man [new file with mode: 0644]
contrib/groff/tmac/html-end.tmac [new file with mode: 0644]
contrib/groff/tmac/html.tmac [new file with mode: 0644]
contrib/groff/tmac/hyphen.cs [new file with mode: 0644]
contrib/groff/tmac/hyphen.den [new file with mode: 0644]
contrib/groff/tmac/hyphen.det [new file with mode: 0644]
contrib/groff/tmac/hyphen.fr [new file with mode: 0644]
contrib/groff/tmac/hyphen.sv [new file with mode: 0644]
contrib/groff/tmac/hyphen.us [new file with mode: 0644]
contrib/groff/tmac/hyphenex.cs [new file with mode: 0644]
contrib/groff/tmac/hyphenex.det [new file with mode: 0644]
contrib/groff/tmac/hyphenex.pl [new file with mode: 0644]
contrib/groff/tmac/hyphenex.us [new file with mode: 0644]
contrib/groff/tmac/latin1.tmac [new file with mode: 0644]
contrib/groff/tmac/latin2.tmac [new file with mode: 0644]
contrib/groff/tmac/latin5.tmac [new file with mode: 0644]
contrib/groff/tmac/latin9.tmac [new file with mode: 0644]
contrib/groff/tmac/lbp.tmac [new file with mode: 0644]
contrib/groff/tmac/lj4.tmac [new file with mode: 0644]
contrib/groff/tmac/man.local [new file with mode: 0644]
contrib/groff/tmac/man.tmac [new file with mode: 0644]
contrib/groff/tmac/man.ultrix [new file with mode: 0644]
contrib/groff/tmac/mandoc.tmac [new file with mode: 0644]
contrib/groff/tmac/mdoc.tmac [new file with mode: 0644]
contrib/groff/tmac/me.tmac [new file with mode: 0644]
contrib/groff/tmac/ms.tmac [new file with mode: 0644]
contrib/groff/tmac/papersize.tmac [new file with mode: 0644]
contrib/groff/tmac/pic.tmac [new file with mode: 0644]
contrib/groff/tmac/ps.tmac [new file with mode: 0644]
contrib/groff/tmac/psatk.tmac [new file with mode: 0644]
contrib/groff/tmac/psfig.tmac [new file with mode: 0644]
contrib/groff/tmac/psold.tmac [new file with mode: 0644]
contrib/groff/tmac/pspic.tmac [new file with mode: 0644]
contrib/groff/tmac/ptx.tmac [new file with mode: 0644]
contrib/groff/tmac/s.tmac [new file with mode: 0644]
contrib/groff/tmac/safer.tmac [new file with mode: 0644]
contrib/groff/tmac/strip.sed [new file with mode: 0644]
contrib/groff/tmac/sv.tmac [new file with mode: 0644]
contrib/groff/tmac/trace.tmac [new file with mode: 0644]
contrib/groff/tmac/trans.tmac [new file with mode: 0644]
contrib/groff/tmac/troffrc [new file with mode: 0644]
contrib/groff/tmac/troffrc-end [new file with mode: 0644]
contrib/groff/tmac/tty-char.tmac [new file with mode: 0644]
contrib/groff/tmac/tty.tmac [new file with mode: 0644]
contrib/groff/tmac/unicode.tmac [new file with mode: 0644]
contrib/groff/tmac/www.tmac [new file with mode: 0644]
contrib/hostapd/COPYING [new file with mode: 0644]
contrib/hostapd/README [new file with mode: 0644]
contrib/hostapd/README.DELETED [new file with mode: 0644]
contrib/hostapd/README.DRAGONFLY [new file with mode: 0644]
contrib/hostapd/hostapd/ChangeLog [new file with mode: 0644]
contrib/hostapd/hostapd/README [new file with mode: 0644]
contrib/hostapd/hostapd/README-WPS [new file with mode: 0644]
contrib/hostapd/hostapd/accounting.c [new file with mode: 0644]
contrib/hostapd/hostapd/accounting.h [new file with mode: 0644]
contrib/hostapd/hostapd/ap.h [new file with mode: 0644]
contrib/hostapd/hostapd/ap_list.c [new file with mode: 0644]
contrib/hostapd/hostapd/ap_list.h [new file with mode: 0644]
contrib/hostapd/hostapd/beacon.c [new file with mode: 0644]
contrib/hostapd/hostapd/beacon.h [new file with mode: 0644]
contrib/hostapd/hostapd/config.c [new file with mode: 0644]
contrib/hostapd/hostapd/config.h [new file with mode: 0644]
contrib/hostapd/hostapd/ctrl_iface.c [new file with mode: 0644]
contrib/hostapd/hostapd/ctrl_iface.h [new file with mode: 0644]
contrib/hostapd/hostapd/driver.h [new file with mode: 0644]
contrib/hostapd/hostapd/driver_atheros.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_bsd.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_hostap.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_madwifi.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_nl80211.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_none.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_prism54.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_test.c [new file with mode: 0644]
contrib/hostapd/hostapd/driver_wired.c [new file with mode: 0644]
contrib/hostapd/hostapd/drivers.c [new file with mode: 0644]
contrib/hostapd/hostapd/eapol_sm.c [new file with mode: 0644]
contrib/hostapd/hostapd/eapol_sm.h [new file with mode: 0644]
contrib/hostapd/hostapd/hostap_common.h [new file with mode: 0644]
contrib/hostapd/hostapd/hostapd.c [new file with mode: 0644]
contrib/hostapd/hostapd/hostapd.h [new file with mode: 0644]
contrib/hostapd/hostapd/hostapd_cli.c [new file with mode: 0644]
contrib/hostapd/hostapd/hw_features.c [new file with mode: 0644]
contrib/hostapd/hostapd/hw_features.h [new file with mode: 0644]
contrib/hostapd/hostapd/iapp.c [new file with mode: 0644]
contrib/hostapd/hostapd/iapp.h [new file with mode: 0644]
contrib/hostapd/hostapd/ieee802_11.c [new file with mode: 0644]
contrib/hostapd/hostapd/ieee802_11.h [new file with mode: 0644]
contrib/hostapd/hostapd/ieee802_11_auth.c [new file with mode: 0644]
contrib/hostapd/hostapd/ieee802_11_auth.h [new file with mode: 0644]
contrib/hostapd/hostapd/ieee802_1x.c [new file with mode: 0644]
contrib/hostapd/hostapd/ieee802_1x.h [new file with mode: 0644]
contrib/hostapd/hostapd/logwatch/README [new file with mode: 0644]
contrib/hostapd/hostapd/mlme.c [new file with mode: 0644]
contrib/hostapd/hostapd/mlme.h [new file with mode: 0644]
contrib/hostapd/hostapd/nt_password_hash.c [new file with mode: 0644]
contrib/hostapd/hostapd/peerkey.c [new file with mode: 0644]
contrib/hostapd/hostapd/pmksa_cache.c [new file with mode: 0644]
contrib/hostapd/hostapd/pmksa_cache.h [new file with mode: 0644]
contrib/hostapd/hostapd/preauth.c [new file with mode: 0644]
contrib/hostapd/hostapd/preauth.h [new file with mode: 0644]
contrib/hostapd/hostapd/prism54.h [new file with mode: 0644]
contrib/hostapd/hostapd/priv_netlink.h [new file with mode: 0644]
contrib/hostapd/hostapd/radiotap.c [new file with mode: 0644]
contrib/hostapd/hostapd/radiotap.h [new file with mode: 0644]
contrib/hostapd/hostapd/radiotap_iter.h [new file with mode: 0644]
contrib/hostapd/hostapd/sta_info.c [new file with mode: 0644]
contrib/hostapd/hostapd/sta_info.h [new file with mode: 0644]
contrib/hostapd/hostapd/vlan_init.c [new file with mode: 0644]
contrib/hostapd/hostapd/vlan_init.h [new file with mode: 0644]
contrib/hostapd/hostapd/wme.c [new file with mode: 0644]
contrib/hostapd/hostapd/wme.h [new file with mode: 0644]
contrib/hostapd/hostapd/wpa.c [new file with mode: 0644]
contrib/hostapd/hostapd/wpa.h [new file with mode: 0644]
contrib/hostapd/hostapd/wpa_auth_i.h [new file with mode: 0644]
contrib/hostapd/hostapd/wpa_auth_ie.c [new file with mode: 0644]
contrib/hostapd/hostapd/wpa_auth_ie.h [new file with mode: 0644]
contrib/hostapd/hostapd/wpa_ft.c [new file with mode: 0644]
contrib/hostapd/hostapd/wps_hostapd.c [new file with mode: 0644]
contrib/hostapd/hostapd/wps_hostapd.h [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.8-tls-extensions.patch [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.8d-tls-extensions.patch [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.8e-tls-extensions.patch [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.8g-tls-extensions.patch [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.8h-tls-extensions.patch [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.8i-tls-extensions.patch [new file with mode: 0644]
contrib/hostapd/patches/openssl-0.9.9-session-ticket.patch [new file with mode: 0644]
contrib/hostapd/src/common/defs.h [new file with mode: 0644]
contrib/hostapd/src/common/eapol_common.h [new file with mode: 0644]
contrib/hostapd/src/common/ieee802_11_common.c [new file with mode: 0644]
contrib/hostapd/src/common/ieee802_11_common.h [new file with mode: 0644]
contrib/hostapd/src/common/ieee802_11_defs.h [new file with mode: 0644]
contrib/hostapd/src/common/nl80211_copy.h [new file with mode: 0644]
contrib/hostapd/src/common/privsep_commands.h [new file with mode: 0644]
contrib/hostapd/src/common/version.h [new file with mode: 0644]
contrib/hostapd/src/common/wireless_copy.h [new file with mode: 0644]
contrib/hostapd/src/common/wpa_common.c [new file with mode: 0644]
contrib/hostapd/src/common/wpa_common.h [new file with mode: 0644]
contrib/hostapd/src/common/wpa_ctrl.c [new file with mode: 0644]
contrib/hostapd/src/common/wpa_ctrl.h [new file with mode: 0644]
contrib/hostapd/src/crypto/aes.c [new file with mode: 0644]
contrib/hostapd/src/crypto/aes.h [new file with mode: 0644]
contrib/hostapd/src/crypto/aes_wrap.c [new file with mode: 0644]
contrib/hostapd/src/crypto/aes_wrap.h [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto.h [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto_cryptoapi.c [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto_gnutls.c [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto_internal.c [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto_libtomcrypt.c [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto_none.c [new file with mode: 0644]
contrib/hostapd/src/crypto/crypto_openssl.c [new file with mode: 0644]
contrib/hostapd/src/crypto/des.c [new file with mode: 0644]
contrib/hostapd/src/crypto/dh_groups.c [new file with mode: 0644]
contrib/hostapd/src/crypto/dh_groups.h [new file with mode: 0644]
contrib/hostapd/src/crypto/md4.c [new file with mode: 0644]
contrib/hostapd/src/crypto/md5.c [new file with mode: 0644]
contrib/hostapd/src/crypto/md5.h [new file with mode: 0644]
contrib/hostapd/src/crypto/ms_funcs.c [new file with mode: 0644]
contrib/hostapd/src/crypto/ms_funcs.h [new file with mode: 0644]
contrib/hostapd/src/crypto/rc4.c [new file with mode: 0644]
contrib/hostapd/src/crypto/rc4.h [new file with mode: 0644]
contrib/hostapd/src/crypto/sha1.c [new file with mode: 0644]
contrib/hostapd/src/crypto/sha1.h [new file with mode: 0644]
contrib/hostapd/src/crypto/sha256.c [new file with mode: 0644]
contrib/hostapd/src/crypto/sha256.h [new file with mode: 0644]
contrib/hostapd/src/crypto/tls.h [new file with mode: 0644]
contrib/hostapd/src/crypto/tls_gnutls.c [new file with mode: 0644]
contrib/hostapd/src/crypto/tls_internal.c [new file with mode: 0644]
contrib/hostapd/src/crypto/tls_none.c [new file with mode: 0644]
contrib/hostapd/src/crypto/tls_openssl.c [new file with mode: 0644]
contrib/hostapd/src/crypto/tls_schannel.c [new file with mode: 0644]
contrib/hostapd/src/drivers/Apple80211.h [new file with mode: 0644]
contrib/hostapd/src/drivers/MobileApple80211.c [new file with mode: 0644]
contrib/hostapd/src/drivers/MobileApple80211.h [new file with mode: 0644]
contrib/hostapd/src/drivers/driver.h [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_atmel.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_broadcom.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_bsd.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_hostap.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_hostap.h [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ipw.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_madwifi.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ndis.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ndis.h [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ndis_.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ndiswrapper.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_nl80211.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_prism54.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_privsep.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ps3.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ralink.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_ralink.h [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_roboswitch.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_test.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_wext.c [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_wext.h [new file with mode: 0644]
contrib/hostapd/src/drivers/driver_wired.c [new file with mode: 0644]
contrib/hostapd/src/drivers/drivers.c [new file with mode: 0644]
contrib/hostapd/src/drivers/ndis_events.c [new file with mode: 0644]
contrib/hostapd/src/drivers/priv_netlink.h [new file with mode: 0644]
contrib/hostapd/src/drivers/radiotap.c [new file with mode: 0644]
contrib/hostapd/src/drivers/radiotap.h [new file with mode: 0644]
contrib/hostapd/src/drivers/radiotap_iter.h [new file with mode: 0644]
contrib/hostapd/src/drivers/scan_helpers.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/chap.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/chap.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_defs.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_fast_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_fast_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_gpsk_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_gpsk_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_ikev2_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_ikev2_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_pax_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_pax_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_peap_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_peap_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_psk_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_psk_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_sake_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_sake_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_sim_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_sim_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_tlv_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_ttls.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_wsc_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/eap_wsc_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_common/ikev2_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_common/ikev2_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_aka.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_config.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_fast.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_fast_pac.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_fast_pac.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_gpsk.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_gtc.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_i.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_ikev2.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_leap.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_md5.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_methods.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_methods.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_mschapv2.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_otp.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_pax.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_peap.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_psk.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_sake.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_sim.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_tls.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_tls_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_tls_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_tnc.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_ttls.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_vendor_test.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/eap_wsc.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/ikev2.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/ikev2.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/mschapv2.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/mschapv2.h [new file with mode: 0644]
contrib/hostapd/src/eap_peer/tncc.c [new file with mode: 0644]
contrib/hostapd/src/eap_peer/tncc.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_aka.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_fast.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_gpsk.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_gtc.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_i.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_identity.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_ikev2.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_md5.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_methods.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_methods.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_mschapv2.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_pax.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_peap.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_psk.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_sake.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_sim.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_sim_db.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_sim_db.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_tls.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_tls_common.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_tls_common.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_tnc.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_ttls.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_vendor_test.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/eap_wsc.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/ikev2.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/ikev2.h [new file with mode: 0644]
contrib/hostapd/src/eap_server/tncs.c [new file with mode: 0644]
contrib/hostapd/src/eap_server/tncs.h [new file with mode: 0644]
contrib/hostapd/src/eapol_supp/eapol_supp_sm.c [new file with mode: 0644]
contrib/hostapd/src/eapol_supp/eapol_supp_sm.h [new file with mode: 0644]
contrib/hostapd/src/hlr_auc_gw/hlr_auc_gw.c [new file with mode: 0644]
contrib/hostapd/src/hlr_auc_gw/milenage.c [new file with mode: 0644]
contrib/hostapd/src/hlr_auc_gw/milenage.h [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet.h [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_freebsd.c [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_linux.c [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_ndis.c [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_none.c [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_pcap.c [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_privsep.c [new file with mode: 0644]
contrib/hostapd/src/l2_packet/l2_packet_winpcap.c [new file with mode: 0644]
contrib/hostapd/src/radius/radius.c [new file with mode: 0644]
contrib/hostapd/src/radius/radius.h [new file with mode: 0644]
contrib/hostapd/src/radius/radius_client.c [new file with mode: 0644]
contrib/hostapd/src/radius/radius_client.h [new file with mode: 0644]
contrib/hostapd/src/radius/radius_server.c [new file with mode: 0644]
contrib/hostapd/src/radius/radius_server.h [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/peerkey.c [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/peerkey.h [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/pmksa_cache.c [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/pmksa_cache.h [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/preauth.c [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/preauth.h [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/wpa.c [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/wpa.h [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/wpa_ft.c [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/wpa_i.h [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/wpa_ie.c [new file with mode: 0644]
contrib/hostapd/src/rsn_supp/wpa_ie.h [new file with mode: 0644]
contrib/hostapd/src/tls/asn1.c [new file with mode: 0644]
contrib/hostapd/src/tls/asn1.h [new file with mode: 0644]
contrib/hostapd/src/tls/asn1_test.c [new file with mode: 0644]
contrib/hostapd/src/tls/bignum.c [new file with mode: 0644]
contrib/hostapd/src/tls/bignum.h [new file with mode: 0644]
contrib/hostapd/src/tls/libtommath.c [new file with mode: 0644]
contrib/hostapd/src/tls/rsa.c [new file with mode: 0644]
contrib/hostapd/src/tls/rsa.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_client.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_client.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_client_i.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_client_read.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_client_write.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_common.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_common.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_cred.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_cred.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_record.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_record.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_server.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_server.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_server_i.h [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_server_read.c [new file with mode: 0644]
contrib/hostapd/src/tls/tlsv1_server_write.c [new file with mode: 0644]
contrib/hostapd/src/tls/x509v3.c [new file with mode: 0644]
contrib/hostapd/src/tls/x509v3.h [new file with mode: 0644]
contrib/hostapd/src/utils/base64.c [new file with mode: 0644]
contrib/hostapd/src/utils/base64.h [new file with mode: 0644]
contrib/hostapd/src/utils/build_config.h [new file with mode: 0644]
contrib/hostapd/src/utils/common.c [new file with mode: 0644]
contrib/hostapd/src/utils/common.h [new file with mode: 0644]
contrib/hostapd/src/utils/eloop.c [new file with mode: 0644]
contrib/hostapd/src/utils/eloop.h [new file with mode: 0644]
contrib/hostapd/src/utils/eloop_none.c [new file with mode: 0644]
contrib/hostapd/src/utils/eloop_win.c [new file with mode: 0644]
contrib/hostapd/src/utils/includes.h [new file with mode: 0644]
contrib/hostapd/src/utils/ip_addr.c [new file with mode: 0644]
contrib/hostapd/src/utils/ip_addr.h [new file with mode: 0644]
contrib/hostapd/src/utils/os.h [new file with mode: 0644]
contrib/hostapd/src/utils/os_internal.c [new file with mode: 0644]
contrib/hostapd/src/utils/os_none.c [new file with mode: 0644]
contrib/hostapd/src/utils/os_unix.c [new file with mode: 0644]
contrib/hostapd/src/utils/os_win32.c [new file with mode: 0644]
contrib/hostapd/src/utils/pcsc_funcs.c [new file with mode: 0644]
contrib/hostapd/src/utils/pcsc_funcs.h [new file with mode: 0644]
contrib/hostapd/src/utils/state_machine.h [new file with mode: 0644]
contrib/hostapd/src/utils/uuid.c [new file with mode: 0644]
contrib/hostapd/src/utils/uuid.h [new file with mode: 0644]
contrib/hostapd/src/utils/wpa_debug.c [new file with mode: 0644]
contrib/hostapd/src/utils/wpa_debug.h [new file with mode: 0644]
contrib/hostapd/src/utils/wpabuf.c [new file with mode: 0644]
contrib/hostapd/src/utils/wpabuf.h [new file with mode: 0644]
contrib/hostapd/src/wps/httpread.c [new file with mode: 0644]
contrib/hostapd/src/wps/httpread.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps_attr_build.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_attr_parse.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_attr_process.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_common.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_defs.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps_dev_attr.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_dev_attr.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps_enrollee.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_i.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps_registrar.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_upnp.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_upnp.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps_upnp_event.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_upnp_i.h [new file with mode: 0644]
contrib/hostapd/src/wps/wps_upnp_ssdp.c [new file with mode: 0644]
contrib/hostapd/src/wps/wps_upnp_web.c [new file with mode: 0644]
contrib/ldns/Changelog [new file with mode: 0644]
contrib/ldns/LICENSE [new file with mode: 0644]
contrib/ldns/README [new file with mode: 0644]
contrib/ldns/README.DELETED [new file with mode: 0644]
contrib/ldns/README.DRAGONFLY [new file with mode: 0644]
contrib/ldns/README.snapshots [new file with mode: 0644]
contrib/ldns/README.svn [new file with mode: 0644]
contrib/ldns/buffer.c [new file with mode: 0644]
contrib/ldns/compat/b32_ntop.c [new file with mode: 0644]
contrib/ldns/compat/b32_pton.c [new file with mode: 0644]
contrib/ldns/compat/b64_ntop.c [new file with mode: 0644]
contrib/ldns/compat/b64_pton.c [new file with mode: 0644]
contrib/ldns/compat/ctime_r.c [new file with mode: 0644]
contrib/ldns/compat/fake-rfc2553.c [new file with mode: 0644]
contrib/ldns/compat/fake-rfc2553.h [new file with mode: 0644]
contrib/ldns/compat/gmtime_r.c [new file with mode: 0644]
contrib/ldns/compat/inet_aton.c [new file with mode: 0644]
contrib/ldns/compat/inet_ntop.c [new file with mode: 0644]
contrib/ldns/compat/inet_pton.c [new file with mode: 0644]
contrib/ldns/compat/isascii.c [new file with mode: 0644]
contrib/ldns/compat/isblank.c [new file with mode: 0644]
contrib/ldns/compat/malloc.c [new file with mode: 0644]
contrib/ldns/compat/memmove.c [new file with mode: 0644]
contrib/ldns/compat/realloc.c [new file with mode: 0644]
contrib/ldns/compat/snprintf.c [new file with mode: 0644]
contrib/ldns/compat/strlcpy.c [new file with mode: 0644]
contrib/ldns/compat/timegm.c [new file with mode: 0644]
contrib/ldns/dname.c [new file with mode: 0644]
contrib/ldns/dnssec.c [new file with mode: 0644]
contrib/ldns/dnssec_sign.c [new file with mode: 0644]
contrib/ldns/dnssec_verify.c [new file with mode: 0644]
contrib/ldns/dnssec_zone.c [new file with mode: 0644]
contrib/ldns/drill/ChangeLog.22-nov-2005 [new file with mode: 0644]
contrib/ldns/drill/README [new file with mode: 0644]
contrib/ldns/drill/REGRESSIONS [new file with mode: 0644]
contrib/ldns/drill/chasetrace.c [new file with mode: 0644]
contrib/ldns/drill/dnssec.c [new file with mode: 0644]
contrib/ldns/drill/drill.1 [new file with mode: 0644]
contrib/ldns/drill/drill.c [new file with mode: 0644]
contrib/ldns/drill/drill_util.c [new file with mode: 0644]
contrib/ldns/drill/drill_util.h [new file with mode: 0644]
contrib/ldns/drill/error.c [new file with mode: 0644]
contrib/ldns/drill/root.c [new file with mode: 0644]
contrib/ldns/drill/securetrace.c [new file with mode: 0644]
contrib/ldns/drill/work.c [new file with mode: 0644]
contrib/ldns/error.c [new file with mode: 0644]
contrib/ldns/higher.c [new file with mode: 0644]
contrib/ldns/host2str.c [new file with mode: 0644]
contrib/ldns/host2wire.c [new file with mode: 0644]
contrib/ldns/keys.c [new file with mode: 0644]
contrib/ldns/ldns/buffer.h [new file with mode: 0644]
contrib/ldns/ldns/common.h [new file with mode: 0644]
contrib/ldns/ldns/dname.h [new file with mode: 0644]
contrib/ldns/ldns/dnssec.h [new file with mode: 0644]
contrib/ldns/ldns/dnssec_sign.h [new file with mode: 0644]
contrib/ldns/ldns/dnssec_verify.h [new file with mode: 0644]
contrib/ldns/ldns/dnssec_zone.h [new file with mode: 0644]
contrib/ldns/ldns/error.h [new file with mode: 0644]
contrib/ldns/ldns/higher.h [new file with mode: 0644]
contrib/ldns/ldns/host2str.h [new file with mode: 0644]
contrib/ldns/ldns/host2wire.h [new file with mode: 0644]
contrib/ldns/ldns/keys.h [new file with mode: 0644]
contrib/ldns/ldns/packet.h [new file with mode: 0644]
contrib/ldns/ldns/parse.h [new file with mode: 0644]
contrib/ldns/ldns/rbtree.h [new file with mode: 0644]
contrib/ldns/ldns/rdata.h [new file with mode: 0644]
contrib/ldns/ldns/resolver.h [new file with mode: 0644]
contrib/ldns/ldns/rr.h [new file with mode: 0644]
contrib/ldns/ldns/rr_functions.h [new file with mode: 0644]
contrib/ldns/ldns/sha1.h [new file with mode: 0644]
contrib/ldns/ldns/sha2.h [new file with mode: 0644]
contrib/ldns/ldns/str2host.h [new file with mode: 0644]
contrib/ldns/ldns/tsig.h [new file with mode: 0644]
contrib/ldns/ldns/update.h [new file with mode: 0644]
contrib/ldns/ldns/wire2host.h [new file with mode: 0644]
contrib/ldns/ldns/zone.h [new file with mode: 0644]
contrib/ldns/linktest.c [new file with mode: 0644]
contrib/ldns/net.c [new file with mode: 0644]
contrib/ldns/packet.c [new file with mode: 0644]
contrib/ldns/parse.c [new file with mode: 0644]
contrib/ldns/rbtree.c [new file with mode: 0644]
contrib/ldns/rdata.c [new file with mode: 0644]
contrib/ldns/resolver.c [new file with mode: 0644]
contrib/ldns/rr.c [new file with mode: 0644]
contrib/ldns/rr_functions.c [new file with mode: 0644]
contrib/ldns/sha1.c [new file with mode: 0644]
contrib/ldns/sha2.c [new file with mode: 0644]
contrib/ldns/str2host.c [new file with mode: 0644]
contrib/ldns/tsig.c [new file with mode: 0644]
contrib/ldns/update.c [new file with mode: 0644]
contrib/ldns/util.c [new file with mode: 0644]
contrib/ldns/wire2host.c [new file with mode: 0644]
contrib/ldns/zone.c [new file with mode: 0644]
contrib/less/COPYING [new file with mode: 0644]
contrib/less/LICENSE [new file with mode: 0644]
contrib/less/NEWS [new file with mode: 0644]
contrib/less/README.DELETED [new file with mode: 0644]
contrib/less/README.DRAGONFLY [new file with mode: 0644]
contrib/less/brac.c [new file with mode: 0644]
contrib/less/ch.c [new file with mode: 0644]
contrib/less/charset.c [new file with mode: 0644]
contrib/less/charset.h [new file with mode: 0644]
contrib/less/cmd.h [new file with mode: 0644]
contrib/less/cmdbuf.c [new file with mode: 0644]
contrib/less/command.c [new file with mode: 0644]
contrib/less/cvt.c [new file with mode: 0644]
contrib/less/decode.c [new file with mode: 0644]
contrib/less/edit.c [new file with mode: 0644]
contrib/less/filename.c [new file with mode: 0644]
contrib/less/forwback.c [new file with mode: 0644]
contrib/less/funcs.h [new file with mode: 0644]
contrib/less/help.c [new file with mode: 0644]
contrib/less/ifile.c [new file with mode: 0644]
contrib/less/input.c [new file with mode: 0644]
contrib/less/jump.c [new file with mode: 0644]
contrib/less/less.h [new file with mode: 0644]
contrib/less/less.nro [new file with mode: 0644]
contrib/less/lessecho.c [new file with mode: 0644]
contrib/less/lessecho.nro [new file with mode: 0644]
contrib/less/lesskey.c [new file with mode: 0644]
contrib/less/lesskey.h [new file with mode: 0644]
contrib/less/lesskey.nro [new file with mode: 0644]
contrib/less/lglob.h [new file with mode: 0644]
contrib/less/line.c [new file with mode: 0644]
contrib/less/linenum.c [new file with mode: 0644]
contrib/less/lsystem.c [new file with mode: 0644]
contrib/less/main.c [new file with mode: 0644]
contrib/less/mark.c [new file with mode: 0644]
contrib/less/optfunc.c [new file with mode: 0644]
contrib/less/option.c [new file with mode: 0644]
contrib/less/option.h [new file with mode: 0644]
contrib/less/opttbl.c [new file with mode: 0644]
contrib/less/os.c [new file with mode: 0644]
contrib/less/output.c [new file with mode: 0644]
contrib/less/pattern.c [new file with mode: 0644]
contrib/less/pattern.h [new file with mode: 0644]
contrib/less/pckeys.h [new file with mode: 0644]
contrib/less/position.c [new file with mode: 0644]
contrib/less/position.h [new file with mode: 0644]
contrib/less/prompt.c [new file with mode: 0644]
contrib/less/screen.c [new file with mode: 0644]
contrib/less/search.c [new file with mode: 0644]
contrib/less/signal.c [new file with mode: 0644]
contrib/less/tags.c [new file with mode: 0644]
contrib/less/ttyin.c [new file with mode: 0644]
contrib/less/version.c [new file with mode: 0644]
contrib/libarchive/COPYING [new file with mode: 0644]
contrib/libarchive/NEWS [new file with mode: 0644]
contrib/libarchive/README [new file with mode: 0644]
contrib/libarchive/README.DELETED [new file with mode: 0644]
contrib/libarchive/README.DRAGONFLY [new file with mode: 0644]
contrib/libarchive/build/version [new file with mode: 0644]
contrib/libarchive/cpio/bsdcpio.1 [new file with mode: 0644]
contrib/libarchive/cpio/cmdline.c [new file with mode: 0644]
contrib/libarchive/cpio/cpio.c [new file with mode: 0644]
contrib/libarchive/cpio/cpio.h [new file with mode: 0644]
contrib/libarchive/cpio/cpio_platform.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_check_magic.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_endian.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry.3 [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_copy_bhfi.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_copy_stat.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_link_resolver.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_private.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_stat.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_strmode.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_entry_xattr.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_hash.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_platform.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_private.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read.3 [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_data_into_fd.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_disk.3 [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_disk.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_disk_entry_from_file.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_disk_private.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_disk_set_standard_lookup.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_extract.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_open_fd.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_open_file.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_open_filename.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_open_memory.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_private.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_all.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_bzip2.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_compress.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_gzip.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_none.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_program.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_rpm.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_uu.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_compression_xz.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_all.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_ar.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_cpio.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_empty.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_iso9660.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_mtree.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_raw.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_tar.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_xar.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_read_support_format_zip.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_string.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_string.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_string_sprintf.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_util.3 [new file with mode: 0644]
contrib/libarchive/libarchive/archive_util.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_virtual.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write.3 [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_disk.3 [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_disk.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_disk_private.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_disk_set_standard_lookup.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_open_fd.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_open_file.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_open_filename.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_open_memory.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_private.h [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_compression_bzip2.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_compression_compress.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_compression_gzip.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_compression_none.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_compression_program.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_compression_xz.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_ar.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_by_name.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_cpio.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_cpio_newc.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_mtree.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_pax.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_shar.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_ustar.c [new file with mode: 0644]
contrib/libarchive/libarchive/archive_write_set_format_zip.c [new file with mode: 0644]
contrib/libarchive/libarchive/cpio.5 [new file with mode: 0644]
contrib/libarchive/libarchive/filter_fork.c [new file with mode: 0644]
contrib/libarchive/libarchive/filter_fork.h [new file with mode: 0644]
contrib/libarchive/libarchive/libarchive-formats.5 [new file with mode: 0644]
contrib/libarchive/libarchive/libarchive.3 [new file with mode: 0644]
contrib/libarchive/libarchive/libarchive_internals.3 [new file with mode: 0644]
contrib/libarchive/libarchive/mtree.5 [new file with mode: 0644]
contrib/libarchive/libarchive/tar.5 [new file with mode: 0644]
contrib/libarchive/libarchive_fe/err.c [new file with mode: 0644]
contrib/libarchive/libarchive_fe/err.h [new file with mode: 0644]
contrib/libarchive/libarchive_fe/lafe_platform.h [new file with mode: 0644]
contrib/libarchive/libarchive_fe/line_reader.c [new file with mode: 0644]
contrib/libarchive/libarchive_fe/line_reader.h [new file with mode: 0644]
contrib/libarchive/libarchive_fe/matching.c [new file with mode: 0644]
contrib/libarchive/libarchive_fe/matching.h [new file with mode: 0644]
contrib/libarchive/libarchive_fe/pathmatch.c [new file with mode: 0644]
contrib/libarchive/libarchive_fe/pathmatch.h [new file with mode: 0644]
contrib/libarchive/tar/bsdtar.1 [new file with mode: 0644]
contrib/libarchive/tar/bsdtar.c [new file with mode: 0644]
contrib/libarchive/tar/bsdtar.h [new file with mode: 0644]
contrib/libarchive/tar/bsdtar_platform.h [new file with mode: 0644]
contrib/libarchive/tar/cmdline.c [new file with mode: 0644]
contrib/libarchive/tar/getdate.c [new file with mode: 0644]
contrib/libarchive/tar/read.c [new file with mode: 0644]
contrib/libarchive/tar/subst.c [new file with mode: 0644]
contrib/libarchive/tar/tree.c [new file with mode: 0644]
contrib/libarchive/tar/tree.h [new file with mode: 0644]
contrib/libarchive/tar/util.c [new file with mode: 0644]
contrib/libarchive/tar/write.c [new file with mode: 0644]
contrib/libpcap/CHANGES [new file with mode: 0644]
contrib/libpcap/LICENSE [new file with mode: 0644]
contrib/libpcap/README [new file with mode: 0644]
contrib/libpcap/README.DELETED [new file with mode: 0644]
contrib/libpcap/README.DRAGONFLY [new file with mode: 0644]
contrib/libpcap/VERSION [new file with mode: 0644]
contrib/libpcap/arcnet.h [new file with mode: 0644]
contrib/libpcap/atmuni31.h [new file with mode: 0644]
contrib/libpcap/bpf/net/bpf_filter.c [new file with mode: 0644]
contrib/libpcap/bpf_dump.c [new file with mode: 0644]
contrib/libpcap/bpf_image.c [new file with mode: 0644]
contrib/libpcap/etherent.c [new file with mode: 0644]
contrib/libpcap/ethertype.h [new file with mode: 0644]
contrib/libpcap/fad-getad.c [new file with mode: 0644]
contrib/libpcap/gencode.c [new file with mode: 0644]
contrib/libpcap/gencode.h [new file with mode: 0644]
contrib/libpcap/grammar.y [new file with mode: 0644]
contrib/libpcap/inet.c [new file with mode: 0644]
contrib/libpcap/llc.h [new file with mode: 0644]
contrib/libpcap/nametoaddr.c [new file with mode: 0644]
contrib/libpcap/nlpid.h [new file with mode: 0644]
contrib/libpcap/optimize.c [new file with mode: 0644]
contrib/libpcap/pcap-bpf.c [new file with mode: 0644]
contrib/libpcap/pcap-filter.manmisc.in [new file with mode: 0644]
contrib/libpcap/pcap-int.h [new file with mode: 0644]
contrib/libpcap/pcap-linktype.manmisc.in [new file with mode: 0644]
contrib/libpcap/pcap-namedb.h [new file with mode: 0644]
contrib/libpcap/pcap-savefile.manfile.in [new file with mode: 0644]
contrib/libpcap/pcap.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap.c [new file with mode: 0644]
contrib/libpcap/pcap.h [new file with mode: 0644]
contrib/libpcap/pcap/namedb.h [new file with mode: 0644]
contrib/libpcap/pcap/pcap.h [new file with mode: 0644]
contrib/libpcap/pcap/sll.h [new file with mode: 0644]
contrib/libpcap/pcap/usb.h [new file with mode: 0644]
contrib/libpcap/pcap_activate.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_breakloop.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_can_set_rfmon.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_close.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_compile.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap_create.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_datalink.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap_datalink_name_to_val.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_datalink_val_to_name.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_dump.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_dump_close.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_dump_file.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_dump_flush.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_dump_ftell.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_dump_open.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap_file.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_fileno.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_findalldevs.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_free_datalinks.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_freealldevs.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_freecode.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_get_selectable_fd.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_geterr.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_inject.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_is_swapped.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_lib_version.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_list_datalinks.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap_lookupdev.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_lookupnet.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_loop.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_major_version.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_next_ex.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_offline_filter.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_open_dead.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap_open_live.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_open_offline.3pcap.in [new file with mode: 0644]
contrib/libpcap/pcap_set_buffer_size.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_set_datalink.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_set_promisc.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_set_rfmon.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_set_snaplen.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_set_timeout.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_setdirection.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_setfilter.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_setnonblock.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_snapshot.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_stats.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_statustostr.3pcap [new file with mode: 0644]
contrib/libpcap/pcap_strerror.3pcap [new file with mode: 0644]
contrib/libpcap/ppp.h [new file with mode: 0644]
contrib/libpcap/savefile.c [new file with mode: 0644]
contrib/libpcap/scanner.l [new file with mode: 0644]
contrib/libpcap/sunatmpos.h [new file with mode: 0644]
contrib/lvm2/Makefile [new file with mode: 0644]
contrib/lvm2/dist/COPYING [new file with mode: 0644]
contrib/lvm2/dist/COPYING.LIB [new file with mode: 0644]
contrib/lvm2/dist/INSTALL [new file with mode: 0644]
contrib/lvm2/dist/Makefile [new file with mode: 0644]
contrib/lvm2/dist/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/README [new file with mode: 0644]
contrib/lvm2/dist/VERSION [new file with mode: 0644]
contrib/lvm2/dist/VERSION_DM [new file with mode: 0644]
contrib/lvm2/dist/WHATS_NEW [new file with mode: 0644]
contrib/lvm2/dist/WHATS_NEW_DM [new file with mode: 0644]
contrib/lvm2/dist/autoconf/config.guess [new file with mode: 0755]
contrib/lvm2/dist/autoconf/config.sub [new file with mode: 0755]
contrib/lvm2/dist/autoconf/install-sh [new file with mode: 0755]
contrib/lvm2/dist/configure [new file with mode: 0755]
contrib/lvm2/dist/configure.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvm.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-cman.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-command.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-comms.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-corosync.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-gulm.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-gulm.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd-openais.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/clvmd.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/lvm-functions.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/lvm-functions.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/refresh_clvmd.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/refresh_clvmd.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/tcp-comms.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/clvmd/tcp-comms.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/clogd.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/cluster.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/cluster.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/common.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/functions.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/functions.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/link_mon.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/link_mon.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/local.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/local.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/logging.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/cmirrord/logging.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/dmeventd.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/dmeventd.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/libdevmapper-event.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/libdevmapper-event.h [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/libdevmapper-event.pc [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/libdevmapper-event.pc.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/mirror/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/mirror/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/mirror/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/mirror/dmeventd_mirror.c [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/snapshot/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/snapshot/Makefile [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/snapshot/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c [new file with mode: 0644]
contrib/lvm2/dist/doc/Makefile [new file with mode: 0644]
contrib/lvm2/dist/doc/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/doc/example.conf [new file with mode: 0644]
contrib/lvm2/dist/doc/example_cmdlib.c [new file with mode: 0644]
contrib/lvm2/dist/doc/pvmove_outline.txt [new file with mode: 0644]
contrib/lvm2/dist/doc/tagging.txt [new file with mode: 0644]
contrib/lvm2/dist/doc/testing.txt [new file with mode: 0644]
contrib/lvm2/dist/include/.symlinks [new file with mode: 0644]
contrib/lvm2/dist/include/.symlinks.in [new file with mode: 0644]
contrib/lvm2/dist/include/Makefile [new file with mode: 0644]
contrib/lvm2/dist/include/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/include/activate.h [new file with mode: 0644]
contrib/lvm2/dist/include/archiver.h [new file with mode: 0644]
contrib/lvm2/dist/include/btree.h [new file with mode: 0644]
contrib/lvm2/dist/include/clvm.h [new file with mode: 0644]
contrib/lvm2/dist/include/config.h [new file with mode: 0644]
contrib/lvm2/dist/include/configure.h [new file with mode: 0644]
contrib/lvm2/dist/include/crc.h [new file with mode: 0644]
contrib/lvm2/dist/include/defaults.h [new file with mode: 0644]
contrib/lvm2/dist/include/dev-cache.h [new file with mode: 0644]
contrib/lvm2/dist/include/device.h [new file with mode: 0644]
contrib/lvm2/dist/include/display.h [new file with mode: 0644]
contrib/lvm2/dist/include/dm-ioctl.h [new file with mode: 0644]
contrib/lvm2/dist/include/dm-log-userspace.h [new file with mode: 0644]
contrib/lvm2/dist/include/dm-logging.h [new file with mode: 0644]
contrib/lvm2/dist/include/dmlib.h [new file with mode: 0644]
contrib/lvm2/dist/include/errors.h [new file with mode: 0644]
contrib/lvm2/dist/include/filter-composite.h [new file with mode: 0644]
contrib/lvm2/dist/include/filter-md.h [new file with mode: 0644]
contrib/lvm2/dist/include/filter-persistent.h [new file with mode: 0644]
contrib/lvm2/dist/include/filter-regex.h [new file with mode: 0644]
contrib/lvm2/dist/include/filter-sysfs.h [new file with mode: 0644]
contrib/lvm2/dist/include/filter.h [new file with mode: 0644]
contrib/lvm2/dist/include/format-text.h [new file with mode: 0644]
contrib/lvm2/dist/include/format1.h [new file with mode: 0644]
contrib/lvm2/dist/include/format_pool.h [new file with mode: 0644]
contrib/lvm2/dist/include/intl.h [new file with mode: 0644]
contrib/lvm2/dist/include/kdev_t.h [new file with mode: 0644]
contrib/lvm2/dist/include/label.h [new file with mode: 0644]
contrib/lvm2/dist/include/last-path-component.h [new file with mode: 0644]
contrib/lvm2/dist/include/lib.h [new file with mode: 0644]
contrib/lvm2/dist/include/libdevmapper-event.h [new file with mode: 0644]
contrib/lvm2/dist/include/libdevmapper.h [new file with mode: 0644]
contrib/lvm2/dist/include/locking.h [new file with mode: 0644]
contrib/lvm2/dist/include/log.h [new file with mode: 0644]
contrib/lvm2/dist/include/lv_alloc.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-exec.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-file.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-globals.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-logging.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-string.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-types.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-version.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm-wrappers.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvm2app.h [new file with mode: 0644]
contrib/lvm2/dist/include/lvmcache.h [new file with mode: 0644]
contrib/lvm2/dist/include/memlock.h [new file with mode: 0644]
contrib/lvm2/dist/include/metadata-exported.h [new file with mode: 0644]
contrib/lvm2/dist/include/metadata.h [new file with mode: 0644]
contrib/lvm2/dist/include/netbsd.h [new file with mode: 0644]
contrib/lvm2/dist/include/pogen.h [new file with mode: 0644]
contrib/lvm2/dist/include/pv_alloc.h [new file with mode: 0644]
contrib/lvm2/dist/include/report.h [new file with mode: 0644]
contrib/lvm2/dist/include/segtype.h [new file with mode: 0644]
contrib/lvm2/dist/include/sharedlib.h [new file with mode: 0644]
contrib/lvm2/dist/include/str_list.h [new file with mode: 0644]
contrib/lvm2/dist/include/targets.h [new file with mode: 0644]
contrib/lvm2/dist/include/text_export.h [new file with mode: 0644]
contrib/lvm2/dist/include/text_import.h [new file with mode: 0644]
contrib/lvm2/dist/include/toolcontext.h [new file with mode: 0644]
contrib/lvm2/dist/include/util.h [new file with mode: 0644]
contrib/lvm2/dist/include/uuid.h [new file with mode: 0644]
contrib/lvm2/dist/include/version.h [new file with mode: 0644]
contrib/lvm2/dist/include/xlate.h [new file with mode: 0644]
contrib/lvm2/dist/lib/Makefile [new file with mode: 0644]
contrib/lvm2/dist/lib/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/activate.c [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/activate.h [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/dev_manager.c [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/dev_manager.h [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/fs.c [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/fs.h [new file with mode: 0644]
contrib/lvm2/dist/lib/activate/targets.h [new file with mode: 0644]
contrib/lvm2/dist/lib/cache/lvmcache.c [new file with mode: 0644]
contrib/lvm2/dist/lib/cache/lvmcache.h [new file with mode: 0644]
contrib/lvm2/dist/lib/commands/errors.h [new file with mode: 0644]
contrib/lvm2/dist/lib/commands/toolcontext.c [new file with mode: 0644]
contrib/lvm2/dist/lib/commands/toolcontext.h [new file with mode: 0644]
contrib/lvm2/dist/lib/config/config.c [new file with mode: 0644]
contrib/lvm2/dist/lib/config/config.h [new file with mode: 0644]
contrib/lvm2/dist/lib/config/defaults.h [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/btree.c [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/btree.h [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/list.c [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/list.h [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/lvm-types.h [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/str_list.c [new file with mode: 0644]
contrib/lvm2/dist/lib/datastruct/str_list.h [new file with mode: 0644]
contrib/lvm2/dist/lib/device/dev-cache.c [new file with mode: 0644]
contrib/lvm2/dist/lib/device/dev-cache.h [new file with mode: 0644]
contrib/lvm2/dist/lib/device/dev-io.c [new file with mode: 0644]
contrib/lvm2/dist/lib/device/dev-md.c [new file with mode: 0644]
contrib/lvm2/dist/lib/device/dev-swap.c [new file with mode: 0644]
contrib/lvm2/dist/lib/device/device.c [new file with mode: 0644]
contrib/lvm2/dist/lib/device/device.h [new file with mode: 0644]
contrib/lvm2/dist/lib/display/display.c [new file with mode: 0644]
contrib/lvm2/dist/lib/display/display.h [new file with mode: 0644]
contrib/lvm2/dist/lib/dragonfly/dev.c [new file with mode: 0644]
contrib/lvm2/dist/lib/error/errseg.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-composite.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-composite.h [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-md.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-md.h [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-persistent.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-persistent.h [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-regex.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-regex.h [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-sysfs.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter-sysfs.h [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter.h [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter_dragonfly.c [new file with mode: 0644]
contrib/lvm2/dist/lib/filters/filter_netbsd.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/Makefile [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/disk-rep.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/disk-rep.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/format1.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/format1.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/import-export.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/import-extents.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/layout.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/lvm1-label.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/lvm1-label.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format1/vg_number.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/Makefile [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/disk_rep.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/disk_rep.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/format_pool.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/format_pool.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/import_export.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/pool_label.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/pool_label.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_pool/sptype_names.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/archive.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/archiver.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/archiver.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/export.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/flags.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/format-text.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/format-text.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/import-export.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/import.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/import_vsn1.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/layout.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/tags.c [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/text_export.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/text_import.h [new file with mode: 0644]
contrib/lvm2/dist/lib/format_text/text_label.c [new file with mode: 0644]
contrib/lvm2/dist/lib/freeseg/freeseg.c [new file with mode: 0644]
contrib/lvm2/dist/lib/label/label.c [new file with mode: 0644]
contrib/lvm2/dist/lib/label/label.h [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/Makefile [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/cluster_locking.c [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/external_locking.c [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/file_locking.c [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/locking.c [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/locking.h [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/locking_types.h [new file with mode: 0644]
contrib/lvm2/dist/lib/locking/no_locking.c [new file with mode: 0644]
contrib/lvm2/dist/lib/log/log.c [new file with mode: 0644]
contrib/lvm2/dist/lib/log/log.h [new file with mode: 0644]
contrib/lvm2/dist/lib/log/lvm-logging.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/lv_alloc.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/lv_manip.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/merge.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/metadata-exported.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/metadata.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/metadata.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/mirror.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/pv_alloc.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/pv_manip.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/pv_map.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/pv_map.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/segtype.c [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/segtype.h [new file with mode: 0644]
contrib/lvm2/dist/lib/metadata/snapshot_manip.c [new file with mode: 0644]
contrib/lvm2/dist/lib/mirror/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/lib/mirror/Makefile [new file with mode: 0644]
contrib/lvm2/dist/lib/mirror/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/lib/mirror/mirrored.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/configure.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/configure.h.in [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/crc.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/crc.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/intl.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/last-path-component.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lib.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-exec.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-exec.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-file.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-file.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-globals.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-globals.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-string.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-string.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-version.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-version.h.in [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-wrappers.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/lvm-wrappers.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/sharedlib.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/sharedlib.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/timestamp.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/timestamp.h [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/util.c [new file with mode: 0644]
contrib/lvm2/dist/lib/misc/util.h [new file with mode: 0644]
contrib/lvm2/dist/lib/mm/memlock.c [new file with mode: 0644]
contrib/lvm2/dist/lib/mm/memlock.h [new file with mode: 0644]
contrib/lvm2/dist/lib/mm/xlate.h [new file with mode: 0644]
contrib/lvm2/dist/lib/netbsd/dev.c [new file with mode: 0644]
contrib/lvm2/dist/lib/report/columns.h [new file with mode: 0644]
contrib/lvm2/dist/lib/report/report.c [new file with mode: 0644]
contrib/lvm2/dist/lib/report/report.h [new file with mode: 0644]
contrib/lvm2/dist/lib/snapshot/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/lib/snapshot/Makefile [new file with mode: 0644]
contrib/lvm2/dist/lib/snapshot/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/lib/snapshot/snapshot.c [new file with mode: 0644]
contrib/lvm2/dist/lib/striped/striped.c [new file with mode: 0644]
contrib/lvm2/dist/lib/unknown/unknown.c [new file with mode: 0644]
contrib/lvm2/dist/lib/uuid/uuid.c [new file with mode: 0644]
contrib/lvm2/dist/lib/uuid/uuid.h [new file with mode: 0644]
contrib/lvm2/dist/lib/zero/zero.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/libdm/Makefile [new file with mode: 0644]
contrib/lvm2/dist/libdm/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/libdm/datastruct/bitset.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/datastruct/bitset.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/datastruct/hash.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/datastruct/hash.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/datastruct/list.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/datastruct/list.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm-compat.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm-dragonfly-iface.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm-iface.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm-nbsd-iface.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm-netbsd.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm-targets.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm_dragonfly.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/ioctl/libdm_netbsd.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdevmapper.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdevmapper.pc [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdevmapper.pc.in [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdm-common.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdm-common.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdm-deptree.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdm-file.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdm-report.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/libdm-string.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/misc/dm-ioctl.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/misc/dm-log-userspace.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/misc/dm-logging.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/misc/dmlib.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/misc/kdev_t.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/mm/dbg_malloc.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/mm/dbg_malloc.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/mm/pool-debug.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/mm/pool-fast.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/mm/pool.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/mm/pool.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/regex/matcher.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/regex/parse_rx.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/regex/parse_rx.h [new file with mode: 0644]
contrib/lvm2/dist/libdm/regex/ttree.c [new file with mode: 0644]
contrib/lvm2/dist/libdm/regex/ttree.h [new file with mode: 0644]
contrib/lvm2/dist/liblvm/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/liblvm/Makefile [new file with mode: 0644]
contrib/lvm2/dist/liblvm/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/liblvm/liblvm2app.pc [new file with mode: 0644]
contrib/lvm2/dist/liblvm/liblvm2app.pc.in [new file with mode: 0644]
contrib/lvm2/dist/liblvm/lvm2app.h [new file with mode: 0644]
contrib/lvm2/dist/liblvm/lvm_base.c [new file with mode: 0644]
contrib/lvm2/dist/liblvm/lvm_lv.c [new file with mode: 0644]
contrib/lvm2/dist/liblvm/lvm_pv.c [new file with mode: 0644]
contrib/lvm2/dist/liblvm/lvm_vg.c [new file with mode: 0644]
contrib/lvm2/dist/lvm2netbsd [new file with mode: 0755]
contrib/lvm2/dist/make.tmpl [new file with mode: 0644]
contrib/lvm2/dist/make.tmpl.in [new file with mode: 0644]
contrib/lvm2/dist/man/Makefile [new file with mode: 0644]
contrib/lvm2/dist/man/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/man/clvmd.8 [new file with mode: 0644]
contrib/lvm2/dist/man/clvmd.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/dmsetup.8 [new file with mode: 0644]
contrib/lvm2/dist/man/dmsetup.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/fsadm.8 [new file with mode: 0644]
contrib/lvm2/dist/man/fsadm.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvchange.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvchange.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvconvert.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvconvert.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvcreate.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvcreate.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvdisplay.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvdisplay.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvextend.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvextend.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvm.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvm.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvm.conf.5 [new file with mode: 0644]
contrib/lvm2/dist/man/lvm.conf.5.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvmchange.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvmchange.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvmdiskscan.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvmdiskscan.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvmdump.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvmdump.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvreduce.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvreduce.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvremove.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvremove.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvrename.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvrename.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvresize.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvresize.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvs.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvs.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/lvscan.8 [new file with mode: 0644]
contrib/lvm2/dist/man/lvscan.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvchange.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvchange.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvck.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvck.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvcreate.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvcreate.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvdisplay.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvdisplay.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvmove.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvmove.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvremove.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvremove.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvresize.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvresize.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvs.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvs.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/pvscan.8 [new file with mode: 0644]
contrib/lvm2/dist/man/pvscan.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgcfgbackup.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgcfgbackup.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgcfgrestore.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgcfgrestore.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgchange.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgchange.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgck.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgck.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgconvert.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgconvert.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgcreate.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgcreate.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgdisplay.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgdisplay.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgexport.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgexport.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgextend.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgextend.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgimport.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgimport.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgimportclone.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgimportclone.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgmerge.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgmerge.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgmknodes.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgmknodes.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgreduce.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgreduce.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgremove.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgremove.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgrename.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgrename.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgs.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgs.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgscan.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgscan.8.in [new file with mode: 0644]
contrib/lvm2/dist/man/vgsplit.8 [new file with mode: 0644]
contrib/lvm2/dist/man/vgsplit.8.in [new file with mode: 0644]
contrib/lvm2/dist/po/Makefile [new file with mode: 0644]
contrib/lvm2/dist/po/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/po/pogen.h [new file with mode: 0644]
contrib/lvm2/dist/scripts/Makefile [new file with mode: 0644]
contrib/lvm2/dist/scripts/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/scripts/clvmd_fix_conf.sh [new file with mode: 0644]
contrib/lvm2/dist/scripts/clvmd_init_red_hat [new file with mode: 0644]
contrib/lvm2/dist/scripts/clvmd_init_red_hat.in [new file with mode: 0644]
contrib/lvm2/dist/scripts/fsadm.sh [new file with mode: 0644]
contrib/lvm2/dist/scripts/last_cvs_update.sh [new file with mode: 0755]
contrib/lvm2/dist/scripts/lvm2_monitoring_init_red_hat [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2_monitoring_init_red_hat.in [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2_monitoring_init_rhel4 [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2create_initrd/Makefile [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2create_initrd/README [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2create_initrd/lvm2create_initrd [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2create_initrd/lvm2create_initrd.8 [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2create_initrd/lvm2create_initrd.pod [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm2create_initrd/lvm2udev [new file with mode: 0644]
contrib/lvm2/dist/scripts/lvm_dump.sh [new file with mode: 0755]
contrib/lvm2/dist/scripts/lvmconf.sh [new file with mode: 0644]
contrib/lvm2/dist/scripts/vg_convert [new file with mode: 0755]
contrib/lvm2/dist/scripts/vgimportclone.sh [new file with mode: 0755]
contrib/lvm2/dist/test/Makefile [new file with mode: 0644]
contrib/lvm2/dist/test/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/test/api/Makefile [new file with mode: 0644]
contrib/lvm2/dist/test/api/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/test/api/test.c [new file with mode: 0644]
contrib/lvm2/dist/test/api/vgtest.c [new file with mode: 0644]
contrib/lvm2/dist/test/harness.c [new file with mode: 0644]
contrib/lvm2/dist/test/harness.sh [new file with mode: 0644]
contrib/lvm2/dist/test/lvm-utils.sh [new file with mode: 0644]
contrib/lvm2/dist/test/lvm2app.sh [new file with mode: 0755]
contrib/lvm2/dist/test/mkdtemp [new file with mode: 0755]
contrib/lvm2/dist/test/not.c [new file with mode: 0644]
contrib/lvm2/dist/test/t-000-basic.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-covercmd.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-fsadm.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-inconsistent-metadata.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-listings.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-lvconvert-repair.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-lvcreate-operation.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-lvcreate-pvtags.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-lvcreate-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-lvextend-percent-extents.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-lvm-init.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-lvmcache-exercise.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-lvresize-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-mdata-strings.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-metadata.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-mirror-basic.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-mirror-lvconvert-usage.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-mirror-lvconvert.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-mirror-names.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-mirror-vgreduce-removemissing.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-partial-activate.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-pool-labels.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pv-range-overflow.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pvchange-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pvcreate-metadata0.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pvcreate-operation-md.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-pvcreate-operation.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pvcreate-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pvmove-basic.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-pvremove-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-read-ahead.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-snapshots-of-mirrors.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-unknown-segment.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-unlost-pv.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-vgcfgbackup-usage.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-vgchange-usage.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-vgcreate-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-vgextend-usage.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-vgmerge-operation.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-vgmerge-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-vgreduce-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-vgrename-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-vgsplit-operation.sh [new file with mode: 0755]
contrib/lvm2/dist/test/t-vgsplit-stacked.sh [new file with mode: 0644]
contrib/lvm2/dist/test/t-vgsplit-usage.sh [new file with mode: 0755]
contrib/lvm2/dist/test/test-lib.sh [new file with mode: 0755]
contrib/lvm2/dist/test/test-utils.sh [new file with mode: 0644]
contrib/lvm2/dist/tools/.exported_symbols [new file with mode: 0644]
contrib/lvm2/dist/tools/Makefile [new file with mode: 0644]
contrib/lvm2/dist/tools/Makefile.in [new file with mode: 0644]
contrib/lvm2/dist/tools/args.h [new file with mode: 0644]
contrib/lvm2/dist/tools/cmdnames.h [new file with mode: 0644]
contrib/lvm2/dist/tools/commands.h [new file with mode: 0644]
contrib/lvm2/dist/tools/dmsetup.c [new file with mode: 0644]
contrib/lvm2/dist/tools/dumpconfig.c [new file with mode: 0644]
contrib/lvm2/dist/tools/formats.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvchange.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvconvert.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvcreate.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvdisplay.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvextend.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvm-static.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvm.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvm2cmd-static.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvm2cmd.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvm2cmd.h [new file with mode: 0644]
contrib/lvm2/dist/tools/lvm2cmdline.h [new file with mode: 0644]
contrib/lvm2/dist/tools/lvmchange.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvmcmdlib.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvmcmdline.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvmdiskscan.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvreduce.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvremove.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvrename.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvresize.c [new file with mode: 0644]
contrib/lvm2/dist/tools/lvscan.c [new file with mode: 0644]
contrib/lvm2/dist/tools/polldaemon.c [new file with mode: 0644]
contrib/lvm2/dist/tools/polldaemon.h [new file with mode: 0644]
contrib/lvm2/dist/tools/pvchange.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvck.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvcreate.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvdisplay.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvmove.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvremove.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvresize.c [new file with mode: 0644]
contrib/lvm2/dist/tools/pvscan.c [new file with mode: 0644]
contrib/lvm2/dist/tools/reporter.c [new file with mode: 0644]
contrib/lvm2/dist/tools/segtypes.c [new file with mode: 0644]
contrib/lvm2/dist/tools/stub.h [new file with mode: 0644]
contrib/lvm2/dist/tools/toollib.c [new file with mode: 0644]
contrib/lvm2/dist/tools/toollib.h [new file with mode: 0644]
contrib/lvm2/dist/tools/tools.h [new file with mode: 0644]
contrib/lvm2/dist/tools/vgcfgbackup.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgcfgrestore.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgchange.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgck.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgconvert.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgcreate.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgdisplay.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgexport.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgextend.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgimport.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgmerge.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgmknodes.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgreduce.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgremove.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgrename.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgscan.c [new file with mode: 0644]
contrib/lvm2/dist/tools/vgsplit.c [new file with mode: 0644]
contrib/lvm2/dist/udev/10-dm.rules.in [new file with mode: 0644]
contrib/lvm2/dist/udev/11-dm-lvm.rules [new file with mode: 0644]
contrib/lvm2/dist/udev/12-dm-permissions.rules [new file with mode: 0644]
contrib/lvm2/dist/udev/13-dm-disk.rules [new file with mode: 0644]
contrib/lvm2/dist/udev/95-dm-notify.rules [new file with mode: 0644]
contrib/lvm2/dist/udev/Makefile [new file with mode: 0644]
contrib/lvm2/dist/udev/Makefile.in [new file with mode: 0644]
contrib/mdocml/Makefile [new file with mode: 0644]
contrib/mdocml/README.DRAGONFLY [new file with mode: 0644]
contrib/mdocml/arch.c [new file with mode: 0644]
contrib/mdocml/arch.in [new file with mode: 0644]
contrib/mdocml/att.c [new file with mode: 0644]
contrib/mdocml/att.in [new file with mode: 0644]
contrib/mdocml/chars.c [new file with mode: 0644]
contrib/mdocml/chars.in [new file with mode: 0644]
contrib/mdocml/compat.c [new file with mode: 0644]
contrib/mdocml/config.h.post [new file with mode: 0644]
contrib/mdocml/config.h.pre [new file with mode: 0644]
contrib/mdocml/eqn.7 [new file with mode: 0644]
contrib/mdocml/eqn.c [new file with mode: 0644]
contrib/mdocml/example.style.css [new file with mode: 0644]
contrib/mdocml/external.png [new file with mode: 0644]
contrib/mdocml/html.c [new file with mode: 0644]
contrib/mdocml/html.h [new file with mode: 0644]
contrib/mdocml/index.css [new file with mode: 0644]
contrib/mdocml/index.sgml [new file with mode: 0644]
contrib/mdocml/lib.c [new file with mode: 0644]
contrib/mdocml/lib.in [new file with mode: 0644]
contrib/mdocml/libman.h [new file with mode: 0644]
contrib/mdocml/libmandoc.h [new file with mode: 0644]
contrib/mdocml/libmdoc.h [new file with mode: 0644]
contrib/mdocml/libroff.h [new file with mode: 0644]
contrib/mdocml/main.c [new file with mode: 0644]
contrib/mdocml/main.h [new file with mode: 0644]
contrib/mdocml/makewhatis.1 [new file with mode: 0644]
contrib/mdocml/makewhatis.c [new file with mode: 0644]
contrib/mdocml/man.7 [new file with mode: 0644]
contrib/mdocml/man.c [new file with mode: 0644]
contrib/mdocml/man.h [new file with mode: 0644]
contrib/mdocml/man_hash.c [new file with mode: 0644]
contrib/mdocml/man_html.c [new file with mode: 0644]
contrib/mdocml/man_macro.c [new file with mode: 0644]
contrib/mdocml/man_term.c [new file with mode: 0644]
contrib/mdocml/man_validate.c [new file with mode: 0644]
contrib/mdocml/mandoc-db.1 [new file with mode: 0644]
contrib/mdocml/mandoc-db.c [new file with mode: 0644]
contrib/mdocml/mandoc.1 [new file with mode: 0644]
contrib/mdocml/mandoc.3 [new file with mode: 0644]
contrib/mdocml/mandoc.c [new file with mode: 0644]
contrib/mdocml/mandoc.h [new file with mode: 0644]
contrib/mdocml/mandoc_char.7 [new file with mode: 0644]
contrib/mdocml/mdoc.7 [new file with mode: 0644]
contrib/mdocml/mdoc.c [new file with mode: 0644]
contrib/mdocml/mdoc.h [new file with mode: 0644]
contrib/mdocml/mdoc_argv.c [new file with mode: 0644]
contrib/mdocml/mdoc_hash.c [new file with mode: 0644]
contrib/mdocml/mdoc_html.c [new file with mode: 0644]
contrib/mdocml/mdoc_macro.c [new file with mode: 0644]
contrib/mdocml/mdoc_term.c [new file with mode: 0644]
contrib/mdocml/mdoc_validate.c [new file with mode: 0644]
contrib/mdocml/msec.c [new file with mode: 0644]
contrib/mdocml/msec.in [new file with mode: 0644]
contrib/mdocml/out.c [new file with mode: 0644]
contrib/mdocml/out.h [new file with mode: 0644]
contrib/mdocml/preconv.1 [new file with mode: 0644]
contrib/mdocml/preconv.c [new file with mode: 0644]
contrib/mdocml/predefs.in [new file with mode: 0644]
contrib/mdocml/read.c [new file with mode: 0644]
contrib/mdocml/roff.7 [new file with mode: 0644]
contrib/mdocml/roff.c [new file with mode: 0644]
contrib/mdocml/st.c [new file with mode: 0644]
contrib/mdocml/st.in [new file with mode: 0644]
contrib/mdocml/style.css [new file with mode: 0644]
contrib/mdocml/tbl.7 [new file with mode: 0644]
contrib/mdocml/tbl.c [new file with mode: 0644]
contrib/mdocml/tbl_data.c [new file with mode: 0644]
contrib/mdocml/tbl_html.c [new file with mode: 0644]
contrib/mdocml/tbl_layout.c [new file with mode: 0644]
contrib/mdocml/tbl_opts.c [new file with mode: 0644]
contrib/mdocml/tbl_term.c [new file with mode: 0644]
contrib/mdocml/term.c [new file with mode: 0644]
contrib/mdocml/term.h [new file with mode: 0644]
contrib/mdocml/term_ascii.c [new file with mode: 0644]
contrib/mdocml/term_ps.c [new file with mode: 0644]
contrib/mdocml/test-mmap.c [new file with mode: 0644]
contrib/mdocml/test-strlcat.c [new file with mode: 0644]
contrib/mdocml/test-strlcpy.c [new file with mode: 0644]
contrib/mdocml/tree.c [new file with mode: 0644]
contrib/mdocml/vol.c [new file with mode: 0644]
contrib/mdocml/vol.in [new file with mode: 0644]
contrib/mpfr/AUTHORS [new file with mode: 0644]
contrib/mpfr/BUGS [new file with mode: 0644]
contrib/mpfr/COPYING [new file with mode: 0644]
contrib/mpfr/COPYING.LESSER [new file with mode: 0644]
contrib/mpfr/README [new file with mode: 0644]
contrib/mpfr/README.DELETED [new file with mode: 0644]
contrib/mpfr/README.DRAGONFLY [new file with mode: 0644]
contrib/mpfr/VERSION [new file with mode: 0644]
contrib/mpfr/doc/mpfr.info [new file with mode: 0644]
contrib/mpfr/src/abort_prec_max.c [new file with mode: 0644]
contrib/mpfr/src/acos.c [new file with mode: 0644]
contrib/mpfr/src/acosh.c [new file with mode: 0644]
contrib/mpfr/src/add.c [new file with mode: 0644]
contrib/mpfr/src/add1.c [new file with mode: 0644]
contrib/mpfr/src/add1sp.c [new file with mode: 0644]
contrib/mpfr/src/add_d.c [new file with mode: 0644]
contrib/mpfr/src/add_ui.c [new file with mode: 0644]
contrib/mpfr/src/agm.c [new file with mode: 0644]
contrib/mpfr/src/ai.c [new file with mode: 0644]
contrib/mpfr/src/amd/amdfam10/mparam.h [new file with mode: 0644]
contrib/mpfr/src/amd/athlon/mparam.h [new file with mode: 0644]
contrib/mpfr/src/amd/k8/mparam.h [new file with mode: 0644]
contrib/mpfr/src/asin.c [new file with mode: 0644]
contrib/mpfr/src/asinh.c [new file with mode: 0644]
contrib/mpfr/src/atan.c [new file with mode: 0644]
contrib/mpfr/src/atan2.c [new file with mode: 0644]
contrib/mpfr/src/atanh.c [new file with mode: 0644]
contrib/mpfr/src/bernoulli.c [new file with mode: 0644]
contrib/mpfr/src/buildopt.c [new file with mode: 0644]
contrib/mpfr/src/cache.c [new file with mode: 0644]
contrib/mpfr/src/cbrt.c [new file with mode: 0644]
contrib/mpfr/src/check.c [new file with mode: 0644]
contrib/mpfr/src/clear.c [new file with mode: 0644]
contrib/mpfr/src/clears.c [new file with mode: 0644]
contrib/mpfr/src/cmp.c [new file with mode: 0644]
contrib/mpfr/src/cmp2.c [new file with mode: 0644]
contrib/mpfr/src/cmp_abs.c [new file with mode: 0644]
contrib/mpfr/src/cmp_d.c [new file with mode: 0644]
contrib/mpfr/src/cmp_ld.c [new file with mode: 0644]
contrib/mpfr/src/cmp_si.c [new file with mode: 0644]
contrib/mpfr/src/cmp_ui.c [new file with mode: 0644]
contrib/mpfr/src/comparisons.c [new file with mode: 0644]
contrib/mpfr/src/const_catalan.c [new file with mode: 0644]
contrib/mpfr/src/const_euler.c [new file with mode: 0644]
contrib/mpfr/src/const_log2.c [new file with mode: 0644]
contrib/mpfr/src/const_pi.c [new file with mode: 0644]
contrib/mpfr/src/constant.c [new file with mode: 0644]
contrib/mpfr/src/copysign.c [new file with mode: 0644]
contrib/mpfr/src/cos.c [new file with mode: 0644]
contrib/mpfr/src/cosh.c [new file with mode: 0644]
contrib/mpfr/src/cot.c [new file with mode: 0644]
contrib/mpfr/src/coth.c [new file with mode: 0644]
contrib/mpfr/src/csc.c [new file with mode: 0644]
contrib/mpfr/src/csch.c [new file with mode: 0644]
contrib/mpfr/src/d_div.c [new file with mode: 0644]
contrib/mpfr/src/d_sub.c [new file with mode: 0644]
contrib/mpfr/src/digamma.c [new file with mode: 0644]
contrib/mpfr/src/dim.c [new file with mode: 0644]
contrib/mpfr/src/div.c [new file with mode: 0644]
contrib/mpfr/src/div_2exp.c [new file with mode: 0644]
contrib/mpfr/src/div_2si.c [new file with mode: 0644]
contrib/mpfr/src/div_2ui.c [new file with mode: 0644]
contrib/mpfr/src/div_d.c [new file with mode: 0644]
contrib/mpfr/src/div_ui.c [new file with mode: 0644]
contrib/mpfr/src/dump.c [new file with mode: 0644]
contrib/mpfr/src/eint.c [new file with mode: 0644]
contrib/mpfr/src/eq.c [new file with mode: 0644]
contrib/mpfr/src/erf.c [new file with mode: 0644]
contrib/mpfr/src/erfc.c [new file with mode: 0644]
contrib/mpfr/src/exceptions.c [new file with mode: 0644]
contrib/mpfr/src/exp.c [new file with mode: 0644]
contrib/mpfr/src/exp10.c [new file with mode: 0644]
contrib/mpfr/src/exp2.c [new file with mode: 0644]
contrib/mpfr/src/exp3.c [new file with mode: 0644]
contrib/mpfr/src/exp_2.c [new file with mode: 0644]
contrib/mpfr/src/expm1.c [new file with mode: 0644]
contrib/mpfr/src/extract.c [new file with mode: 0644]
contrib/mpfr/src/factorial.c [new file with mode: 0644]
contrib/mpfr/src/fits_intmax.c [new file with mode: 0644]
contrib/mpfr/src/fits_s.h [new file with mode: 0644]
contrib/mpfr/src/fits_sint.c [new file with mode: 0644]
contrib/mpfr/src/fits_slong.c [new file with mode: 0644]
contrib/mpfr/src/fits_sshort.c [new file with mode: 0644]
contrib/mpfr/src/fits_u.h [new file with mode: 0644]
contrib/mpfr/src/fits_uint.c [new file with mode: 0644]
contrib/mpfr/src/fits_uintmax.c [new file with mode: 0644]
contrib/mpfr/src/fits_ulong.c [new file with mode: 0644]
contrib/mpfr/src/fits_ushort.c [new file with mode: 0644]
contrib/mpfr/src/fma.c [new file with mode: 0644]
contrib/mpfr/src/fms.c [new file with mode: 0644]
contrib/mpfr/src/frac.c [new file with mode: 0644]
contrib/mpfr/src/free_cache.c [new file with mode: 0644]
contrib/mpfr/src/frexp.c [new file with mode: 0644]
contrib/mpfr/src/gamma.c [new file with mode: 0644]
contrib/mpfr/src/gammaonethird.c [new file with mode: 0644]
contrib/mpfr/src/gen_inverse.h [new file with mode: 0644]
contrib/mpfr/src/generic/mparam.h [new file with mode: 0644]
contrib/mpfr/src/get_d.c [new file with mode: 0644]
contrib/mpfr/src/get_d64.c [new file with mode: 0644]
contrib/mpfr/src/get_exp.c [new file with mode: 0644]
contrib/mpfr/src/get_f.c [new file with mode: 0644]
contrib/mpfr/src/get_flt.c [new file with mode: 0644]
contrib/mpfr/src/get_ld.c [new file with mode: 0644]
contrib/mpfr/src/get_patches.c [new file with mode: 0644]
contrib/mpfr/src/get_si.c [new file with mode: 0644]
contrib/mpfr/src/get_sj.c [new file with mode: 0644]
contrib/mpfr/src/get_str.c [new file with mode: 0644]
contrib/mpfr/src/get_ui.c [new file with mode: 0644]
contrib/mpfr/src/get_uj.c [new file with mode: 0644]
contrib/mpfr/src/get_z.c [new file with mode: 0644]
contrib/mpfr/src/get_z_exp.c [new file with mode: 0644]
contrib/mpfr/src/gmp_op.c [new file with mode: 0644]
contrib/mpfr/src/grandom.c [new file with mode: 0644]
contrib/mpfr/src/hypot.c [new file with mode: 0644]
contrib/mpfr/src/ieee_floats.h [new file with mode: 0644]
contrib/mpfr/src/init.c [new file with mode: 0644]
contrib/mpfr/src/init2.c [new file with mode: 0644]
contrib/mpfr/src/inits.c [new file with mode: 0644]
contrib/mpfr/src/inits2.c [new file with mode: 0644]
contrib/mpfr/src/inp_str.c [new file with mode: 0644]
contrib/mpfr/src/int_ceil_log2.c [new file with mode: 0644]
contrib/mpfr/src/isinf.c [new file with mode: 0644]
contrib/mpfr/src/isinteger.c [new file with mode: 0644]
contrib/mpfr/src/isnan.c [new file with mode: 0644]
contrib/mpfr/src/isnum.c [new file with mode: 0644]
contrib/mpfr/src/isqrt.c [new file with mode: 0644]
contrib/mpfr/src/isregular.c [new file with mode: 0644]
contrib/mpfr/src/iszero.c [new file with mode: 0644]
contrib/mpfr/src/jn.c [new file with mode: 0644]
contrib/mpfr/src/jyn_asympt.c [new file with mode: 0644]
contrib/mpfr/src/li2.c [new file with mode: 0644]
contrib/mpfr/src/lngamma.c [new file with mode: 0644]
contrib/mpfr/src/log.c [new file with mode: 0644]
contrib/mpfr/src/log10.c [new file with mode: 0644]
contrib/mpfr/src/log1p.c [new file with mode: 0644]
contrib/mpfr/src/log2.c [new file with mode: 0644]
contrib/mpfr/src/logging.c [new file with mode: 0644]
contrib/mpfr/src/min_prec.c [new file with mode: 0644]
contrib/mpfr/src/minmax.c [new file with mode: 0644]
contrib/mpfr/src/modf.c [new file with mode: 0644]
contrib/mpfr/src/mp_clz_tab.c [new file with mode: 0644]
contrib/mpfr/src/mpf2mpfr.h [new file with mode: 0644]
contrib/mpfr/src/mpfr-gmp.c [new file with mode: 0644]
contrib/mpfr/src/mpfr-gmp.h [new file with mode: 0644]
contrib/mpfr/src/mpfr-impl.h [new file with mode: 0644]
contrib/mpfr/src/mpfr-intmax.h [new file with mode: 0644]
contrib/mpfr/src/mpfr-longlong.h [new file with mode: 0644]
contrib/mpfr/src/mpfr-thread.h [new file with mode: 0644]
contrib/mpfr/src/mpfr.h [new file with mode: 0644]
contrib/mpfr/src/mpn_exp.c [new file with mode: 0644]
contrib/mpfr/src/mul.c [new file with mode: 0644]
contrib/mpfr/src/mul_2exp.c [new file with mode: 0644]
contrib/mpfr/src/mul_2si.c [new file with mode: 0644]
contrib/mpfr/src/mul_2ui.c [new file with mode: 0644]
contrib/mpfr/src/mul_d.c [new file with mode: 0644]
contrib/mpfr/src/mul_ui.c [new file with mode: 0644]
contrib/mpfr/src/mulders.c [new file with mode: 0644]
contrib/mpfr/src/neg.c [new file with mode: 0644]
contrib/mpfr/src/next.c [new file with mode: 0644]
contrib/mpfr/src/out_str.c [new file with mode: 0644]
contrib/mpfr/src/pow.c [new file with mode: 0644]
contrib/mpfr/src/pow_si.c [new file with mode: 0644]
contrib/mpfr/src/pow_ui.c [new file with mode: 0644]
contrib/mpfr/src/pow_z.c [new file with mode: 0644]
contrib/mpfr/src/powerof2.c [new file with mode: 0644]
contrib/mpfr/src/print_raw.c [new file with mode: 0644]
contrib/mpfr/src/print_rnd_mode.c [new file with mode: 0644]
contrib/mpfr/src/printf.c [new file with mode: 0644]
contrib/mpfr/src/rec_sqrt.c [new file with mode: 0644]
contrib/mpfr/src/reldiff.c [new file with mode: 0644]
contrib/mpfr/src/rem1.c [new file with mode: 0644]
contrib/mpfr/src/rint.c [new file with mode: 0644]
contrib/mpfr/src/root.c [new file with mode: 0644]
contrib/mpfr/src/round_near_x.c [new file with mode: 0644]
contrib/mpfr/src/round_p.c [new file with mode: 0644]
contrib/mpfr/src/round_prec.c [new file with mode: 0644]
contrib/mpfr/src/round_raw_generic.c [new file with mode: 0644]
contrib/mpfr/src/scale2.c [new file with mode: 0644]
contrib/mpfr/src/sec.c [new file with mode: 0644]
contrib/mpfr/src/sech.c [new file with mode: 0644]
contrib/mpfr/src/set.c [new file with mode: 0644]
contrib/mpfr/src/set_d.c [new file with mode: 0644]
contrib/mpfr/src/set_d64.c [new file with mode: 0644]
contrib/mpfr/src/set_dfl_prec.c [new file with mode: 0644]
contrib/mpfr/src/set_exp.c [new file with mode: 0644]
contrib/mpfr/src/set_f.c [new file with mode: 0644]
contrib/mpfr/src/set_flt.c [new file with mode: 0644]
contrib/mpfr/src/set_inf.c [new file with mode: 0644]
contrib/mpfr/src/set_ld.c [new file with mode: 0644]
contrib/mpfr/src/set_nan.c [new file with mode: 0644]
contrib/mpfr/src/set_prc_raw.c [new file with mode: 0644]
contrib/mpfr/src/set_prec.c [new file with mode: 0644]
contrib/mpfr/src/set_q.c [new file with mode: 0644]
contrib/mpfr/src/set_rnd.c [new file with mode: 0644]
contrib/mpfr/src/set_si.c [new file with mode: 0644]
contrib/mpfr/src/set_si_2exp.c [new file with mode: 0644]
contrib/mpfr/src/set_sj.c [new file with mode: 0644]
contrib/mpfr/src/set_str.c [new file with mode: 0644]
contrib/mpfr/src/set_str_raw.c [new file with mode: 0644]
contrib/mpfr/src/set_ui.c [new file with mode: 0644]
contrib/mpfr/src/set_ui_2exp.c [new file with mode: 0644]
contrib/mpfr/src/set_uj.c [new file with mode: 0644]
contrib/mpfr/src/set_z.c [new file with mode: 0644]
contrib/mpfr/src/set_z_exp.c [new file with mode: 0644]
contrib/mpfr/src/set_zero.c [new file with mode: 0644]
contrib/mpfr/src/setmax.c [new file with mode: 0644]
contrib/mpfr/src/setmin.c [new file with mode: 0644]
contrib/mpfr/src/setsign.c [new file with mode: 0644]
contrib/mpfr/src/sgn.c [new file with mode: 0644]
contrib/mpfr/src/si_op.c [new file with mode: 0644]
contrib/mpfr/src/signbit.c [new file with mode: 0644]
contrib/mpfr/src/sin.c [new file with mode: 0644]
contrib/mpfr/src/sin_cos.c [new file with mode: 0644]
contrib/mpfr/src/sinh.c [new file with mode: 0644]
contrib/mpfr/src/sinh_cosh.c [new file with mode: 0644]
contrib/mpfr/src/sqr.c [new file with mode: 0644]
contrib/mpfr/src/sqrt.c [new file with mode: 0644]
contrib/mpfr/src/sqrt_ui.c [new file with mode: 0644]
contrib/mpfr/src/stack_interface.c [new file with mode: 0644]
contrib/mpfr/src/strtofr.c [new file with mode: 0644]
contrib/mpfr/src/sub.c [new file with mode: 0644]
contrib/mpfr/src/sub1.c [new file with mode: 0644]
contrib/mpfr/src/sub1sp.c [new file with mode: 0644]
contrib/mpfr/src/sub_d.c [new file with mode: 0644]
contrib/mpfr/src/sub_ui.c [new file with mode: 0644]
contrib/mpfr/src/subnormal.c [new file with mode: 0644]
contrib/mpfr/src/sum.c [new file with mode: 0644]
contrib/mpfr/src/swap.c [new file with mode: 0644]
contrib/mpfr/src/tan.c [new file with mode: 0644]
contrib/mpfr/src/tanh.c [new file with mode: 0644]
contrib/mpfr/src/uceil_exp2.c [new file with mode: 0644]
contrib/mpfr/src/uceil_log2.c [new file with mode: 0644]
contrib/mpfr/src/ufloor_log2.c [new file with mode: 0644]
contrib/mpfr/src/ui_div.c [new file with mode: 0644]
contrib/mpfr/src/ui_pow.c [new file with mode: 0644]
contrib/mpfr/src/ui_pow_ui.c [new file with mode: 0644]
contrib/mpfr/src/ui_sub.c [new file with mode: 0644]
contrib/mpfr/src/urandom.c [new file with mode: 0644]
contrib/mpfr/src/urandomb.c [new file with mode: 0644]
contrib/mpfr/src/vasprintf.c [new file with mode: 0644]
contrib/mpfr/src/version.c [new file with mode: 0644]
contrib/mpfr/src/volatile.c [new file with mode: 0644]
contrib/mpfr/src/x86/core2/mparam.h [new file with mode: 0644]
contrib/mpfr/src/x86/mparam.h [new file with mode: 0644]
contrib/mpfr/src/x86_64/core2/mparam.h [new file with mode: 0644]
contrib/mpfr/src/x86_64/pentium4/mparam.h [new file with mode: 0644]
contrib/mpfr/src/yn.c [new file with mode: 0644]
contrib/mpfr/src/zeta.c [new file with mode: 0644]
contrib/mpfr/src/zeta_ui.c [new file with mode: 0644]
contrib/ncurses/ANNOUNCE [new file with mode: 0644]
contrib/ncurses/AUTHORS [new file with mode: 0644]
contrib/ncurses/INSTALL [new file with mode: 0644]
contrib/ncurses/MANIFEST [new file with mode: 0644]
contrib/ncurses/NEWS [new file with mode: 0644]
contrib/ncurses/README [new file with mode: 0644]
contrib/ncurses/README.DELETED [new file with mode: 0644]
contrib/ncurses/README.DRAGONFLY [new file with mode: 0644]
contrib/ncurses/TO-DO [new file with mode: 0644]
contrib/ncurses/form/f_trace.c [new file with mode: 0644]
contrib/ncurses/form/fld_arg.c [new file with mode: 0644]
contrib/ncurses/form/fld_attr.c [new file with mode: 0644]
contrib/ncurses/form/fld_current.c [new file with mode: 0644]
contrib/ncurses/form/fld_def.c [new file with mode: 0644]
contrib/ncurses/form/fld_dup.c [new file with mode: 0644]
contrib/ncurses/form/fld_ftchoice.c [new file with mode: 0644]
contrib/ncurses/form/fld_ftlink.c [new file with mode: 0644]
contrib/ncurses/form/fld_info.c [new file with mode: 0644]
contrib/ncurses/form/fld_just.c [new file with mode: 0644]
contrib/ncurses/form/fld_link.c [new file with mode: 0644]
contrib/ncurses/form/fld_max.c [new file with mode: 0644]
contrib/ncurses/form/fld_move.c [new file with mode: 0644]
contrib/ncurses/form/fld_newftyp.c [new file with mode: 0644]
contrib/ncurses/form/fld_opts.c [new file with mode: 0644]
contrib/ncurses/form/fld_pad.c [new file with mode: 0644]
contrib/ncurses/form/fld_page.c [new file with mode: 0644]
contrib/ncurses/form/fld_stat.c [new file with mode: 0644]
contrib/ncurses/form/fld_type.c [new file with mode: 0644]
contrib/ncurses/form/fld_user.c [new file with mode: 0644]
contrib/ncurses/form/form.h [new file with mode: 0644]
contrib/ncurses/form/form.priv.h [new file with mode: 0644]
contrib/ncurses/form/frm_cursor.c [new file with mode: 0644]
contrib/ncurses/form/frm_data.c [new file with mode: 0644]
contrib/ncurses/form/frm_def.c [new file with mode: 0644]
contrib/ncurses/form/frm_driver.c [new file with mode: 0644]
contrib/ncurses/form/frm_hook.c [new file with mode: 0644]
contrib/ncurses/form/frm_opts.c [new file with mode: 0644]
contrib/ncurses/form/frm_page.c [new file with mode: 0644]
contrib/ncurses/form/frm_post.c [new file with mode: 0644]
contrib/ncurses/form/frm_req_name.c [new file with mode: 0644]
contrib/ncurses/form/frm_scale.c [new file with mode: 0644]
contrib/ncurses/form/frm_sub.c [new file with mode: 0644]
contrib/ncurses/form/frm_user.c [new file with mode: 0644]
contrib/ncurses/form/frm_win.c [new file with mode: 0644]
contrib/ncurses/form/fty_alnum.c [new file with mode: 0644]
contrib/ncurses/form/fty_alpha.c [new file with mode: 0644]
contrib/ncurses/form/fty_enum.c [new file with mode: 0644]
contrib/ncurses/form/fty_int.c [new file with mode: 0644]
contrib/ncurses/form/fty_ipv4.c [new file with mode: 0644]
contrib/ncurses/form/fty_num.c [new file with mode: 0644]
contrib/ncurses/form/fty_regex.c [new file with mode: 0644]
contrib/ncurses/include/Caps [new file with mode: 0644]
contrib/ncurses/include/MKhashsize.sh [new file with mode: 0644]
contrib/ncurses/include/MKkey_defs.sh [new file with mode: 0644]
contrib/ncurses/include/MKncurses_def.sh [new file with mode: 0644]
contrib/ncurses/include/MKparametrized.sh [new file with mode: 0644]
contrib/ncurses/include/Makefile.in [new file with mode: 0644]
contrib/ncurses/include/capdefaults.c [new file with mode: 0644]
contrib/ncurses/include/curses.tail [new file with mode: 0644]
contrib/ncurses/include/curses.wide [new file with mode: 0644]
contrib/ncurses/include/edit_cfg.sh [new file with mode: 0644]
contrib/ncurses/include/hashed_db.h [new file with mode: 0644]
contrib/ncurses/include/nc_alloc.h [new file with mode: 0644]
contrib/ncurses/include/nc_panel.h [new file with mode: 0644]
contrib/ncurses/include/nc_tparm.h [new file with mode: 0644]
contrib/ncurses/include/ncurses_defs [new file with mode: 0644]
contrib/ncurses/include/ncurses_dll.h [new file with mode: 0644]
contrib/ncurses/include/term_entry.h [new file with mode: 0644]
contrib/ncurses/include/termcap.h.in [new file with mode: 0644]
contrib/ncurses/include/tic.h [new file with mode: 0644]
contrib/ncurses/include/unctrl.h.in [new file with mode: 0644]
contrib/ncurses/menu/eti.h [new file with mode: 0644]
contrib/ncurses/menu/m_attribs.c [new file with mode: 0644]
contrib/ncurses/menu/m_cursor.c [new file with mode: 0644]
contrib/ncurses/menu/m_driver.c [new file with mode: 0644]
contrib/ncurses/menu/m_format.c [new file with mode: 0644]
contrib/ncurses/menu/m_global.c [new file with mode: 0644]
contrib/ncurses/menu/m_hook.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_cur.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_nam.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_new.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_opt.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_top.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_use.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_val.c [new file with mode: 0644]
contrib/ncurses/menu/m_item_vis.c [new file with mode: 0644]
contrib/ncurses/menu/m_items.c [new file with mode: 0644]
contrib/ncurses/menu/m_new.c [new file with mode: 0644]
contrib/ncurses/menu/m_opts.c [new file with mode: 0644]
contrib/ncurses/menu/m_pad.c [new file with mode: 0644]
contrib/ncurses/menu/m_pattern.c [new file with mode: 0644]
contrib/ncurses/menu/m_post.c [new file with mode: 0644]
contrib/ncurses/menu/m_req_name.c [new file with mode: 0644]
contrib/ncurses/menu/m_scale.c [new file with mode: 0644]
contrib/ncurses/menu/m_spacing.c [new file with mode: 0644]
contrib/ncurses/menu/m_sub.c [new file with mode: 0644]
contrib/ncurses/menu/m_trace.c [new file with mode: 0644]
contrib/ncurses/menu/m_userptr.c [new file with mode: 0644]
contrib/ncurses/menu/m_win.c [new file with mode: 0644]
contrib/ncurses/menu/menu.h [new file with mode: 0644]
contrib/ncurses/menu/menu.priv.h [new file with mode: 0644]
contrib/ncurses/menu/mf_common.h [new file with mode: 0644]
contrib/ncurses/misc/form.def [new file with mode: 0644]
contrib/ncurses/misc/form.ref [new file with mode: 0644]
contrib/ncurses/misc/indent.pro [new file with mode: 0644]
contrib/ncurses/misc/menu.def [new file with mode: 0644]
contrib/ncurses/misc/menu.ref [new file with mode: 0644]
contrib/ncurses/misc/ncurses.def [new file with mode: 0644]
contrib/ncurses/misc/ncurses.ref [new file with mode: 0644]
contrib/ncurses/misc/panel.def [new file with mode: 0644]
contrib/ncurses/misc/panel.ref [new file with mode: 0644]
contrib/ncurses/misc/tabset/std [new file with mode: 0644]
contrib/ncurses/misc/tabset/stdcrt [new file with mode: 0644]
contrib/ncurses/misc/tabset/vt100 [new file with mode: 0644]
contrib/ncurses/misc/tabset/vt300 [new file with mode: 0644]
contrib/ncurses/mkinstalldirs [new file with mode: 0644]
contrib/ncurses/ncurses/SigAction.h [new file with mode: 0644]
contrib/ncurses/ncurses/base/MKkeyname.awk [new file with mode: 0644]
contrib/ncurses/ncurses/base/MKlib_gen.sh [new file with mode: 0644]
contrib/ncurses/ncurses/base/MKunctrl.awk [new file with mode: 0644]
contrib/ncurses/ncurses/base/define_key.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/key_defined.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/keybound.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/keyok.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/legacy_coding.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_addch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_addstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_beep.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_bkgd.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_box.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_chgat.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_clear.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_clearok.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_clrbot.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_clreol.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_color.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_colorset.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_delch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_delwin.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_dft_fgbg.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_echo.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_endwin.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_erase.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_flash.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_freeall.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_getch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_getstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_hline.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_immedok.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_inchstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_initscr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_insch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_insdel.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_insnstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_instr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_isendwin.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_leaveok.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_mouse.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_move.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_mvwin.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_newterm.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_newwin.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_nl.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_overlay.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_pad.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_printw.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_redrawln.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_refresh.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_restart.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_scanw.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_screen.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_scroll.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_scrollok.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_scrreg.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_set_term.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slk.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkatr_set.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkatrof.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkatron.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkatrset.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkattr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkclear.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkcolor.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkinit.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slklab.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkrefr.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slkset.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_slktouch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_touch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_ungetch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_vline.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_wattroff.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_wattron.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_winch.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/lib_window.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/memmove.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/nc_panel.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/resizeterm.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/safe_sprintf.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/sigaction.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/tries.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/use_window.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/version.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/vsscanf.c [new file with mode: 0644]
contrib/ncurses/ncurses/base/wresize.c [new file with mode: 0644]
contrib/ncurses/ncurses/curses.priv.h [new file with mode: 0644]
contrib/ncurses/ncurses/fifo_defs.h [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/MKcaptab.awk [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/MKcaptab.sh [new file with mode: 0755]
contrib/ncurses/ncurses/tinfo/MKcodes.awk [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/MKfallback.sh [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/MKkeys_list.sh [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/MKnames.awk [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/access.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/add_tries.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/alloc_entry.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/alloc_ttype.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/captoinfo.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/comp_error.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/comp_expand.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/comp_hash.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/comp_parse.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/comp_scan.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/db_iterator.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/doalloc.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/entries.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/free_ttype.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/getenv_num.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/hashed_db.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/home_terminfo.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/init_keytry.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_acs.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_baudrate.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_cur_term.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_data.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_has_cap.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_kernel.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_longname.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_napms.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_options.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_print.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_raw.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_setup.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_termcap.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_termname.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_tgoto.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_ti.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_tparm.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_tputs.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/lib_ttyflags.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/make_keys.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/name_match.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/parse_entry.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/read_entry.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/read_termcap.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/setbuf.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/strings.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/trim_sgr0.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/use_screen.c [new file with mode: 0644]
contrib/ncurses/ncurses/tinfo/write_entry.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/lib_trace.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/lib_traceatr.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/lib_tracebits.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/lib_tracechr.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/lib_tracedmp.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/lib_tracemse.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/trace_buf.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/trace_tries.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/trace_xnames.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/varargs.c [new file with mode: 0644]
contrib/ncurses/ncurses/trace/visbuf.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/MKexpanded.sh [new file with mode: 0644]
contrib/ncurses/ncurses/tty/hardscroll.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/hashmap.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/lib_mvcur.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/lib_tstp.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/lib_twait.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/lib_vidattr.c [new file with mode: 0644]
contrib/ncurses/ncurses/tty/tty_input.h [new file with mode: 0644]
contrib/ncurses/ncurses/tty/tty_update.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/charable.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_add_wch.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_box_set.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_cchar.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_erasewchar.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_get_wch.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_get_wstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_hline_set.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_in_wch.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_in_wchnstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_ins_wch.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_inwstr.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_key_name.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_pecho_wchar.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_slk_wset.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_unget_wch.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_vid_attr.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_vline_set.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_wacs.c [new file with mode: 0644]
contrib/ncurses/ncurses/widechar/lib_wunctrl.c [new file with mode: 0644]
contrib/ncurses/panel/p_above.c [new file with mode: 0644]
contrib/ncurses/panel/p_below.c [new file with mode: 0644]
contrib/ncurses/panel/p_bottom.c [new file with mode: 0644]
contrib/ncurses/panel/p_delete.c [new file with mode: 0644]
contrib/ncurses/panel/p_hidden.c [new file with mode: 0644]
contrib/ncurses/panel/p_hide.c [new file with mode: 0644]
contrib/ncurses/panel/p_move.c [new file with mode: 0644]
contrib/ncurses/panel/p_new.c [new file with mode: 0644]
contrib/ncurses/panel/p_replace.c [new file with mode: 0644]
contrib/ncurses/panel/p_show.c [new file with mode: 0644]
contrib/ncurses/panel/p_top.c [new file with mode: 0644]
contrib/ncurses/panel/p_update.c [new file with mode: 0644]
contrib/ncurses/panel/p_user.c [new file with mode: 0644]
contrib/ncurses/panel/p_win.c [new file with mode: 0644]
contrib/ncurses/panel/panel.c [new file with mode: 0644]
contrib/ncurses/panel/panel.h [new file with mode: 0644]
contrib/ncurses/panel/panel.priv.h [new file with mode: 0644]
contrib/ncurses/tack/COPYING [new file with mode: 0644]
contrib/ncurses/tack/HISTORY [new file with mode: 0644]
contrib/ncurses/tack/Makefile.in [new file with mode: 0644]
contrib/ncurses/tack/README [new file with mode: 0644]
contrib/ncurses/tack/ansi.c [new file with mode: 0644]
contrib/ncurses/tack/charset.c [new file with mode: 0644]
contrib/ncurses/tack/color.c [new file with mode: 0644]
contrib/ncurses/tack/control.c [new file with mode: 0644]
contrib/ncurses/tack/crum.c [new file with mode: 0644]
contrib/ncurses/tack/edit.c [new file with mode: 0644]
contrib/ncurses/tack/fun.c [new file with mode: 0644]
contrib/ncurses/tack/init.c [new file with mode: 0644]
contrib/ncurses/tack/menu.c [new file with mode: 0644]
contrib/ncurses/tack/modes.c [new file with mode: 0644]
contrib/ncurses/tack/modules [new file with mode: 0644]
contrib/ncurses/tack/output.c [new file with mode: 0644]
contrib/ncurses/tack/pad.c [new file with mode: 0644]
contrib/ncurses/tack/scan.c [new file with mode: 0644]
contrib/ncurses/tack/sync.c [new file with mode: 0644]
contrib/ncurses/tack/sysdep.c [new file with mode: 0644]
contrib/ncurses/tack/tack.1 [new file with mode: 0644]
contrib/ncurses/tack/tack.c [new file with mode: 0644]
contrib/ncurses/tack/tack.h [new file with mode: 0644]
contrib/nvi/FAQ [new file with mode: 0644]
contrib/nvi/LAYOUT [new file with mode: 0644]
contrib/nvi/LICENSE [new file with mode: 0644]
contrib/nvi/README [new file with mode: 0644]
contrib/nvi/build/ExtUtils/Embed.pm [new file with mode: 0644]
contrib/nvi/build/Makefile.in [new file with mode: 0644]
contrib/nvi/build/README [new file with mode: 0644]
contrib/nvi/build/README.LynxOS [new file with mode: 0644]
contrib/nvi/build/acconfig.h [new file with mode: 0644]
contrib/nvi/build/aclocal.m4 [new file with mode: 0644]
contrib/nvi/build/config.guess [new file with mode: 0755]
contrib/nvi/build/config.h.in [new file with mode: 0644]
contrib/nvi/build/config.sub [new file with mode: 0755]
contrib/nvi/build/configure [new file with mode: 0755]
contrib/nvi/build/configure.in [new file with mode: 0644]
contrib/nvi/build/distrib [new file with mode: 0644]
contrib/nvi/build/install-sh [new file with mode: 0755]
contrib/nvi/build/pathnames.h.in [new file with mode: 0644]
contrib/nvi/build/port.h.in [new file with mode: 0644]
contrib/nvi/build/recover.in [new file with mode: 0644]
contrib/nvi/build/spell.ok [new file with mode: 0644]
contrib/nvi/catalog/Makefile [new file with mode: 0644]
contrib/nvi/catalog/README [new file with mode: 0644]
contrib/nvi/catalog/dump.c [new file with mode: 0644]
contrib/nvi/catalog/dutch [new file with mode: 0644]
contrib/nvi/catalog/dutch.base [new file with mode: 0644]
contrib/nvi/catalog/dutch.check [new file with mode: 0644]
contrib/nvi/catalog/dutch.owner [new file with mode: 0644]
contrib/nvi/catalog/english [new file with mode: 0644]
contrib/nvi/catalog/english.base [new file with mode: 0644]
contrib/nvi/catalog/english.check [new file with mode: 0644]
contrib/nvi/catalog/english.owner [new file with mode: 0644]
contrib/nvi/catalog/french [new file with mode: 0644]
contrib/nvi/catalog/french.base [new file with mode: 0644]
contrib/nvi/catalog/french.check [new file with mode: 0644]
contrib/nvi/catalog/german [new file with mode: 0644]
contrib/nvi/catalog/german.base [new file with mode: 0644]
contrib/nvi/catalog/german.check [new file with mode: 0644]
contrib/nvi/catalog/german.owner [new file with mode: 0644]
contrib/nvi/catalog/polish [new file with mode: 0644]
contrib/nvi/catalog/polish.base [new file with mode: 0644]
contrib/nvi/catalog/polish.check [new file with mode: 0644]
contrib/nvi/catalog/polish.owner [new file with mode: 0644]
contrib/nvi/catalog/ru_SU.KOI8-R [new file with mode: 0644]
contrib/nvi/catalog/ru_SU.KOI8-R.base [new file with mode: 0644]
contrib/nvi/catalog/ru_SU.KOI8-R.check [new file with mode: 0644]
contrib/nvi/catalog/ru_SU.KOI8-R.owner [new file with mode: 0644]
contrib/nvi/catalog/spanish [new file with mode: 0644]
contrib/nvi/catalog/spanish.base [new file with mode: 0644]
contrib/nvi/catalog/spanish.check [new file with mode: 0644]
contrib/nvi/catalog/spell.ok [new file with mode: 0644]
contrib/nvi/catalog/swedish [new file with mode: 0644]
contrib/nvi/catalog/swedish.base [new file with mode: 0644]
contrib/nvi/catalog/swedish.check [new file with mode: 0644]
contrib/nvi/catalog/swedish.owner [new file with mode: 0644]
contrib/nvi/catalog/uk_UA.KOI8-U [new file with mode: 0644]
contrib/nvi/catalog/uk_UA.KOI8-U.base [new file with mode: 0644]
contrib/nvi/catalog/uk_UA.KOI8-U.owner [new file with mode: 0644]
contrib/nvi/cl/README.signal [new file with mode: 0644]
contrib/nvi/cl/cl.h [new file with mode: 0644]
contrib/nvi/cl/cl_bsd.c [new file with mode: 0644]
contrib/nvi/cl/cl_funcs.c [new file with mode: 0644]
contrib/nvi/cl/cl_main.c [new file with mode: 0644]
contrib/nvi/cl/cl_read.c [new file with mode: 0644]
contrib/nvi/cl/cl_screen.c [new file with mode: 0644]
contrib/nvi/cl/cl_term.c [new file with mode: 0644]
contrib/nvi/clib/bsearch.c [new file with mode: 0644]
contrib/nvi/clib/env.c [new file with mode: 0644]
contrib/nvi/clib/gethostname.c [new file with mode: 0644]
contrib/nvi/clib/getopt.c [new file with mode: 0644]
contrib/nvi/clib/memchr.c [new file with mode: 0644]
contrib/nvi/clib/memmove.c [new file with mode: 0644]
contrib/nvi/clib/memset.c [new file with mode: 0644]
contrib/nvi/clib/mkstemp.c [new file with mode: 0644]
contrib/nvi/clib/mmap.c [new file with mode: 0644]
contrib/nvi/clib/snprintf.c [new file with mode: 0644]
contrib/nvi/clib/strdup.c [new file with mode: 0644]
contrib/nvi/clib/strerror.c [new file with mode: 0644]
contrib/nvi/clib/strpbrk.c [new file with mode: 0644]
contrib/nvi/clib/strsep.c [new file with mode: 0644]
contrib/nvi/clib/strtol.c [new file with mode: 0644]
contrib/nvi/clib/strtoul.c [new file with mode: 0644]
contrib/nvi/clib/vsnprintf.c [new file with mode: 0644]
contrib/nvi/common/api.c [new file with mode: 0644]
contrib/nvi/common/args.h [new file with mode: 0644]
contrib/nvi/common/common.h [new file with mode: 0644]
contrib/nvi/common/cut.c [new file with mode: 0644]
contrib/nvi/common/cut.h [new file with mode: 0644]
contrib/nvi/common/delete.c [new file with mode: 0644]
contrib/nvi/common/exf.c [new file with mode: 0644]
contrib/nvi/common/exf.h [new file with mode: 0644]
contrib/nvi/common/gs.h [new file with mode: 0644]
contrib/nvi/common/key.c [new file with mode: 0644]
contrib/nvi/common/key.h [new file with mode: 0644]
contrib/nvi/common/line.c [new file with mode: 0644]
contrib/nvi/common/log.c [new file with mode: 0644]
contrib/nvi/common/log.h [new file with mode: 0644]
contrib/nvi/common/main.c [new file with mode: 0644]
contrib/nvi/common/mark.c [new file with mode: 0644]
contrib/nvi/common/mark.h [new file with mode: 0644]
contrib/nvi/common/mem.h [new file with mode: 0644]
contrib/nvi/common/msg.c [new file with mode: 0644]
contrib/nvi/common/msg.h [new file with mode: 0644]
contrib/nvi/common/options.awk [new file with mode: 0644]
contrib/nvi/common/options.c [new file with mode: 0644]
contrib/nvi/common/options.h [new file with mode: 0644]
contrib/nvi/common/options_f.c [new file with mode: 0644]
contrib/nvi/common/put.c [new file with mode: 0644]
contrib/nvi/common/recover.c [new file with mode: 0644]
contrib/nvi/common/screen.c [new file with mode: 0644]
contrib/nvi/common/screen.h [new file with mode: 0644]
contrib/nvi/common/search.c [new file with mode: 0644]
contrib/nvi/common/seq.c [new file with mode: 0644]
contrib/nvi/common/seq.h [new file with mode: 0644]
contrib/nvi/common/util.c [new file with mode: 0644]
contrib/nvi/common/util.h [new file with mode: 0644]
contrib/nvi/docs/TODO [new file with mode: 0644]
contrib/nvi/docs/USD.doc/edit/Makefile [new file with mode: 0644]
contrib/nvi/docs/USD.doc/edit/edit.vindex [new file with mode: 0644]
contrib/nvi/docs/USD.doc/edit/edittut.ms [new file with mode: 0644]
contrib/nvi/docs/USD.doc/exref/Makefile [new file with mode: 0644]
contrib/nvi/docs/USD.doc/exref/ex.rm [new file with mode: 0644]
contrib/nvi/docs/USD.doc/exref/ex.summary [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.man/Makefile [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.man/spell.ok [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.man/vi.1 [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/Makefile [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/ex.cmd.roff [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/index.so [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/merge.awk [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/ref.so [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/set.opt.roff [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/spell.ok [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/vi.cmd.roff [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vi.ref/vi.ref [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vitut/Makefile [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vitut/vi.apwh.ms [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vitut/vi.chars [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vitut/vi.in [new file with mode: 0644]
contrib/nvi/docs/USD.doc/vitut/vi.summary [new file with mode: 0644]
contrib/nvi/docs/changelog [new file with mode: 0644]
contrib/nvi/docs/ev [new file with mode: 0644]
contrib/nvi/docs/features [new file with mode: 0644]
contrib/nvi/docs/help [new file with mode: 0644]
contrib/nvi/docs/internals/autowrite [new file with mode: 0644]
contrib/nvi/docs/internals/context [new file with mode: 0644]
contrib/nvi/docs/internals/cscope.NOTES [new file with mode: 0644]
contrib/nvi/docs/internals/gdb.script [new file with mode: 0644]
contrib/nvi/docs/internals/input [new file with mode: 0644]
contrib/nvi/docs/internals/openmode [new file with mode: 0644]
contrib/nvi/docs/internals/quoting [new file with mode: 0644]
contrib/nvi/docs/internals/structures [new file with mode: 0644]
contrib/nvi/docs/interp/interp [new file with mode: 0644]
contrib/nvi/docs/interp/spell.ok [new file with mode: 0644]
contrib/nvi/docs/spell.ok [new file with mode: 0644]
contrib/nvi/docs/tutorial/vi.advanced [new file with mode: 0644]
contrib/nvi/docs/tutorial/vi.beginner [new file with mode: 0644]
contrib/nvi/docs/tutorial/vi.tut.csh [new file with mode: 0755]
contrib/nvi/ex/ex.awk [new file with mode: 0644]
contrib/nvi/ex/ex.c [new file with mode: 0644]
contrib/nvi/ex/ex.h [new file with mode: 0644]
contrib/nvi/ex/ex_abbrev.c [new file with mode: 0644]
contrib/nvi/ex/ex_append.c [new file with mode: 0644]
contrib/nvi/ex/ex_args.c [new file with mode: 0644]
contrib/nvi/ex/ex_argv.c [new file with mode: 0644]
contrib/nvi/ex/ex_at.c [new file with mode: 0644]
contrib/nvi/ex/ex_bang.c [new file with mode: 0644]
contrib/nvi/ex/ex_cd.c [new file with mode: 0644]
contrib/nvi/ex/ex_cmd.c [new file with mode: 0644]
contrib/nvi/ex/ex_cscope.c [new file with mode: 0644]
contrib/nvi/ex/ex_delete.c [new file with mode: 0644]
contrib/nvi/ex/ex_display.c [new file with mode: 0644]
contrib/nvi/ex/ex_edit.c [new file with mode: 0644]
contrib/nvi/ex/ex_equal.c [new file with mode: 0644]
contrib/nvi/ex/ex_file.c [new file with mode: 0644]
contrib/nvi/ex/ex_filter.c [new file with mode: 0644]
contrib/nvi/ex/ex_global.c [new file with mode: 0644]
contrib/nvi/ex/ex_init.c [new file with mode: 0644]
contrib/nvi/ex/ex_join.c [new file with mode: 0644]
contrib/nvi/ex/ex_map.c [new file with mode: 0644]
contrib/nvi/ex/ex_mark.c [new file with mode: 0644]
contrib/nvi/ex/ex_mkexrc.c [new file with mode: 0644]
contrib/nvi/ex/ex_move.c [new file with mode: 0644]
contrib/nvi/ex/ex_open.c [new file with mode: 0644]
contrib/nvi/ex/ex_perl.c [new file with mode: 0644]
contrib/nvi/ex/ex_preserve.c [new file with mode: 0644]
contrib/nvi/ex/ex_print.c [new file with mode: 0644]
contrib/nvi/ex/ex_put.c [new file with mode: 0644]
contrib/nvi/ex/ex_quit.c [new file with mode: 0644]
contrib/nvi/ex/ex_read.c [new file with mode: 0644]
contrib/nvi/ex/ex_screen.c [new file with mode: 0644]
contrib/nvi/ex/ex_script.c [new file with mode: 0644]
contrib/nvi/ex/ex_set.c [new file with mode: 0644]
contrib/nvi/ex/ex_shell.c [new file with mode: 0644]
contrib/nvi/ex/ex_shift.c [new file with mode: 0644]
contrib/nvi/ex/ex_source.c [new file with mode: 0644]
contrib/nvi/ex/ex_stop.c [new file with mode: 0644]
contrib/nvi/ex/ex_subst.c [new file with mode: 0644]
contrib/nvi/ex/ex_tag.c [new file with mode: 0644]
contrib/nvi/ex/ex_tcl.c [new file with mode: 0644]
contrib/nvi/ex/ex_txt.c [new file with mode: 0644]
contrib/nvi/ex/ex_undo.c [new file with mode: 0644]
contrib/nvi/ex/ex_usage.c [new file with mode: 0644]
contrib/nvi/ex/ex_util.c [new file with mode: 0644]
contrib/nvi/ex/ex_version.c [new file with mode: 0644]
contrib/nvi/ex/ex_visual.c [new file with mode: 0644]
contrib/nvi/ex/ex_write.c [new file with mode: 0644]
contrib/nvi/ex/ex_yank.c [new file with mode: 0644]
contrib/nvi/ex/ex_z.c [new file with mode: 0644]
contrib/nvi/ex/script.h [new file with mode: 0644]
contrib/nvi/ex/tag.h [new file with mode: 0644]
contrib/nvi/ex/version.h [new file with mode: 0644]
contrib/nvi/include/bitstring.h [new file with mode: 0644]
contrib/nvi/include/cl_extern.h [new file with mode: 0644]
contrib/nvi/include/com_extern.h [new file with mode: 0644]
contrib/nvi/include/ex_def.h [new file with mode: 0644]
contrib/nvi/include/ex_extern.h [new file with mode: 0644]
contrib/nvi/include/ip_extern.h [new file with mode: 0644]
contrib/nvi/include/options_def.h [new file with mode: 0644]
contrib/nvi/include/perl_extern.h [new file with mode: 0644]
contrib/nvi/include/sys/queue.h [new file with mode: 0644]
contrib/nvi/include/tcl_extern.h [new file with mode: 0644]
contrib/nvi/include/tk_extern.h [new file with mode: 0644]
contrib/nvi/include/vi_extern.h [new file with mode: 0644]
contrib/nvi/ip/IP_INSTRUCTIONS [new file with mode: 0644]
contrib/nvi/ip/ip.h [new file with mode: 0644]
contrib/nvi/ip/ip_funcs.c [new file with mode: 0644]
contrib/nvi/ip/ip_main.c [new file with mode: 0644]
contrib/nvi/ip/ip_read.c [new file with mode: 0644]
contrib/nvi/ip/ip_screen.c [new file with mode: 0644]
contrib/nvi/ip/ip_term.c [new file with mode: 0644]
contrib/nvi/ip_cl/Makefile [new file with mode: 0644]
contrib/nvi/ip_cl/ip_cl.c [new file with mode: 0644]
contrib/nvi/perl_api/VI.pod [new file with mode: 0644]
contrib/nvi/perl_api/nviperl.pod [new file with mode: 0644]
contrib/nvi/perl_api/perl.xs [new file with mode: 0644]
contrib/nvi/perl_api/perlsfio.c [new file with mode: 0644]
contrib/nvi/perl_api/typemap [new file with mode: 0644]
contrib/nvi/perl_scripts/forall.pl [new file with mode: 0644]
contrib/nvi/perl_scripts/make.pl [new file with mode: 0644]
contrib/nvi/perl_scripts/tk.pl [new file with mode: 0644]
contrib/nvi/perl_scripts/wc.pl [new file with mode: 0644]
contrib/nvi/tcl_api/tcl.c [new file with mode: 0644]
contrib/nvi/tcl_scripts/errors.tcl [new file with mode: 0644]
contrib/nvi/tcl_scripts/gnats.tcl [new file with mode: 0644]
contrib/nvi/tcl_scripts/mailprocs.tcl [new file with mode: 0644]
contrib/nvi/tcl_scripts/wc.tcl [new file with mode: 0644]
contrib/nvi/tk/init.tcl [new file with mode: 0644]
contrib/nvi/tk/tk_funcs.c [new file with mode: 0644]
contrib/nvi/tk/tk_main.c [new file with mode: 0644]
contrib/nvi/tk/tk_read.c [new file with mode: 0644]
contrib/nvi/tk/tk_screen.c [new file with mode: 0644]
contrib/nvi/tk/tk_term.c [new file with mode: 0644]
contrib/nvi/tk/tk_util.c [new file with mode: 0644]
contrib/nvi/tk/tki.h [new file with mode: 0644]
contrib/nvi/vi/getc.c [new file with mode: 0644]
contrib/nvi/vi/v_at.c [new file with mode: 0644]
contrib/nvi/vi/v_ch.c [new file with mode: 0644]
contrib/nvi/vi/v_cmd.c [new file with mode: 0644]
contrib/nvi/vi/v_delete.c [new file with mode: 0644]
contrib/nvi/vi/v_ex.c [new file with mode: 0644]
contrib/nvi/vi/v_increment.c [new file with mode: 0644]
contrib/nvi/vi/v_init.c [new file with mode: 0644]
contrib/nvi/vi/v_itxt.c [new file with mode: 0644]
contrib/nvi/vi/v_left.c [new file with mode: 0644]
contrib/nvi/vi/v_mark.c [new file with mode: 0644]
contrib/nvi/vi/v_match.c [new file with mode: 0644]
contrib/nvi/vi/v_paragraph.c [new file with mode: 0644]
contrib/nvi/vi/v_put.c [new file with mode: 0644]
contrib/nvi/vi/v_redraw.c [new file with mode: 0644]
contrib/nvi/vi/v_replace.c [new file with mode: 0644]
contrib/nvi/vi/v_right.c [new file with mode: 0644]
contrib/nvi/vi/v_screen.c [new file with mode: 0644]
contrib/nvi/vi/v_scroll.c [new file with mode: 0644]
contrib/nvi/vi/v_search.c [new file with mode: 0644]
contrib/nvi/vi/v_section.c [new file with mode: 0644]
contrib/nvi/vi/v_sentence.c [new file with mode: 0644]
contrib/nvi/vi/v_status.c [new file with mode: 0644]
contrib/nvi/vi/v_txt.c [new file with mode: 0644]
contrib/nvi/vi/v_ulcase.c [new file with mode: 0644]
contrib/nvi/vi/v_undo.c [new file with mode: 0644]
contrib/nvi/vi/v_util.c [new file with mode: 0644]
contrib/nvi/vi/v_word.c [new file with mode: 0644]
contrib/nvi/vi/v_xchar.c [new file with mode: 0644]
contrib/nvi/vi/v_yank.c [new file with mode: 0644]
contrib/nvi/vi/v_z.c [new file with mode: 0644]
contrib/nvi/vi/v_zexit.c [new file with mode: 0644]
contrib/nvi/vi/vi.c [new file with mode: 0644]
contrib/nvi/vi/vi.h [new file with mode: 0644]
contrib/nvi/vi/vs_line.c [new file with mode: 0644]
contrib/nvi/vi/vs_msg.c [new file with mode: 0644]
contrib/nvi/vi/vs_refresh.c [new file with mode: 0644]
contrib/nvi/vi/vs_relative.c [new file with mode: 0644]
contrib/nvi/vi/vs_smap.c [new file with mode: 0644]
contrib/nvi/vi/vs_split.c [new file with mode: 0644]
contrib/openpam/CREDITS [new file with mode: 0644]
contrib/openpam/HISTORY [new file with mode: 0644]
contrib/openpam/LICENSE [new file with mode: 0644]
contrib/openpam/README [new file with mode: 0644]
contrib/openpam/README.DELETED [new file with mode: 0644]
contrib/openpam/README.DRAGONFLY [new file with mode: 0644]
contrib/openpam/RELNOTES [new file with mode: 0644]
contrib/openpam/doc/man/openpam.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_borrow_cred.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_free_data.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_free_envlist.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_get_option.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_log.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_nullconv.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_readline.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_restore_cred.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_set_option.3 [new file with mode: 0644]
contrib/openpam/doc/man/openpam_ttyconv.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam.conf.5 [new file with mode: 0644]
contrib/openpam/doc/man/pam_acct_mgmt.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_authenticate.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_chauthtok.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_close_session.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_conv.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_end.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_error.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_get_authtok.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_get_data.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_get_item.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_get_user.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_getenv.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_getenvlist.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_info.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_open_session.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_prompt.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_putenv.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_set_data.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_set_item.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_setcred.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_setenv.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_sm_acct_mgmt.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_sm_authenticate.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_sm_chauthtok.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_sm_close_session.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_sm_open_session.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_sm_setcred.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_start.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_strerror.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_verror.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_vinfo.3 [new file with mode: 0644]
contrib/openpam/doc/man/pam_vprompt.3 [new file with mode: 0644]
contrib/openpam/include/security/openpam.h [new file with mode: 0644]
contrib/openpam/include/security/openpam_attr.h [new file with mode: 0644]
contrib/openpam/include/security/openpam_version.h [new file with mode: 0644]
contrib/openpam/include/security/pam_appl.h [new file with mode: 0644]
contrib/openpam/include/security/pam_constants.h [new file with mode: 0644]
contrib/openpam/include/security/pam_modules.h [new file with mode: 0644]
contrib/openpam/include/security/pam_types.h [new file with mode: 0644]
contrib/openpam/lib/openpam_borrow_cred.c [new file with mode: 0644]
contrib/openpam/lib/openpam_configure.c [new file with mode: 0644]
contrib/openpam/lib/openpam_dispatch.c [new file with mode: 0644]
contrib/openpam/lib/openpam_dynamic.c [new file with mode: 0644]
contrib/openpam/lib/openpam_findenv.c [new file with mode: 0644]
contrib/openpam/lib/openpam_free_data.c [new file with mode: 0644]
contrib/openpam/lib/openpam_free_envlist.c [new file with mode: 0644]
contrib/openpam/lib/openpam_get_option.c [new file with mode: 0644]
contrib/openpam/lib/openpam_impl.h [new file with mode: 0644]
contrib/openpam/lib/openpam_load.c [new file with mode: 0644]
contrib/openpam/lib/openpam_log.c [new file with mode: 0644]
contrib/openpam/lib/openpam_nullconv.c [new file with mode: 0644]
contrib/openpam/lib/openpam_readline.c [new file with mode: 0644]
contrib/openpam/lib/openpam_restore_cred.c [new file with mode: 0644]
contrib/openpam/lib/openpam_set_option.c [new file with mode: 0644]
contrib/openpam/lib/openpam_static.c [new file with mode: 0644]
contrib/openpam/lib/openpam_ttyconv.c [new file with mode: 0644]
contrib/openpam/lib/pam_acct_mgmt.c [new file with mode: 0644]
contrib/openpam/lib/pam_authenticate.c [new file with mode: 0644]
contrib/openpam/lib/pam_authenticate_secondary.c [new file with mode: 0644]
contrib/openpam/lib/pam_chauthtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_close_session.c [new file with mode: 0644]
contrib/openpam/lib/pam_end.c [new file with mode: 0644]
contrib/openpam/lib/pam_error.c [new file with mode: 0644]
contrib/openpam/lib/pam_get_authtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_get_data.c [new file with mode: 0644]
contrib/openpam/lib/pam_get_item.c [new file with mode: 0644]
contrib/openpam/lib/pam_get_mapped_authtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_get_mapped_username.c [new file with mode: 0644]
contrib/openpam/lib/pam_get_user.c [new file with mode: 0644]
contrib/openpam/lib/pam_getenv.c [new file with mode: 0644]
contrib/openpam/lib/pam_getenvlist.c [new file with mode: 0644]
contrib/openpam/lib/pam_info.c [new file with mode: 0644]
contrib/openpam/lib/pam_open_session.c [new file with mode: 0644]
contrib/openpam/lib/pam_prompt.c [new file with mode: 0644]
contrib/openpam/lib/pam_putenv.c [new file with mode: 0644]
contrib/openpam/lib/pam_set_data.c [new file with mode: 0644]
contrib/openpam/lib/pam_set_item.c [new file with mode: 0644]
contrib/openpam/lib/pam_set_mapped_authtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_set_mapped_username.c [new file with mode: 0644]
contrib/openpam/lib/pam_setcred.c [new file with mode: 0644]
contrib/openpam/lib/pam_setenv.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_acct_mgmt.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_authenticate.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_authenticate_secondary.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_chauthtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_close_session.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_get_mapped_authtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_get_mapped_username.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_open_session.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_set_mapped_authtok.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_set_mapped_username.c [new file with mode: 0644]
contrib/openpam/lib/pam_sm_setcred.c [new file with mode: 0644]
contrib/openpam/lib/pam_start.c [new file with mode: 0644]
contrib/openpam/lib/pam_strerror.c [new file with mode: 0644]
contrib/openpam/lib/pam_verror.c [new file with mode: 0644]
contrib/openpam/lib/pam_vinfo.c [new file with mode: 0644]
contrib/openpam/lib/pam_vprompt.c [new file with mode: 0644]
contrib/opie/BUG-REPORT [new file with mode: 0644]
contrib/opie/COPYRIGHT.NRL [new file with mode: 0644]
contrib/opie/INSTALL [new file with mode: 0644]
contrib/opie/License.TIN [new file with mode: 0644]
contrib/opie/Makefile.in [new file with mode: 0644]
contrib/opie/README [new file with mode: 0644]
contrib/opie/acconfig.h [new file with mode: 0644]
contrib/opie/config.h.in [new file with mode: 0644]
contrib/opie/config.testeflag [new file with mode: 0644]
contrib/opie/configure [new file with mode: 0755]
contrib/opie/configure.in [new file with mode: 0644]
contrib/opie/configure.munger.in [new file with mode: 0644]
contrib/opie/ftpcmd.y [new file with mode: 0644]
contrib/opie/glob.c [new file with mode: 0644]
contrib/opie/install-sh [new file with mode: 0644]
contrib/opie/libmissing/Makefile.in [new file with mode: 0644]
contrib/opie/libmissing/alloca.c [new file with mode: 0644]
contrib/opie/libmissing/bogus.c [new file with mode: 0644]
contrib/opie/libmissing/endutent.c [new file with mode: 0644]
contrib/opie/libmissing/env.c [new file with mode: 0644]
contrib/opie/libmissing/getcwd.c [new file with mode: 0644]
contrib/opie/libmissing/getusershell.c [new file with mode: 0644]
contrib/opie/libmissing/getutline.c [new file with mode: 0644]
contrib/opie/libmissing/initgroups.c [new file with mode: 0644]
contrib/opie/libmissing/memcmp.c [new file with mode: 0644]
contrib/opie/libmissing/memcpy.c [new file with mode: 0644]
contrib/opie/libmissing/memset.c [new file with mode: 0644]
contrib/opie/libmissing/pututline.c [new file with mode: 0644]
contrib/opie/libmissing/setutent.c [new file with mode: 0644]
contrib/opie/libmissing/sigaddset.c [new file with mode: 0644]
contrib/opie/libmissing/sigemptyset.c [new file with mode: 0644]
contrib/opie/libmissing/sigprocmask.c [new file with mode: 0644]
contrib/opie/libmissing/strchr.c [new file with mode: 0644]
contrib/opie/libmissing/strerror.c [new file with mode: 0644]
contrib/opie/libmissing/strncasecmp.c [new file with mode: 0644]
contrib/opie/libmissing/strrchr.c [new file with mode: 0644]
contrib/opie/libmissing/sysconf.c [new file with mode: 0644]
contrib/opie/libmissing/uname.c [new file with mode: 0644]
contrib/opie/libopie/Makefile.in [new file with mode: 0644]
contrib/opie/libopie/accessfile.c [new file with mode: 0644]
contrib/opie/libopie/atob8.c [new file with mode: 0644]
contrib/opie/libopie/btoa8.c [new file with mode: 0644]
contrib/opie/libopie/btoe.c [new file with mode: 0644]
contrib/opie/libopie/btoh.c [new file with mode: 0644]
contrib/opie/libopie/challenge.c [new file with mode: 0644]
contrib/opie/libopie/generator.c [new file with mode: 0644]
contrib/opie/libopie/getsequence.c [new file with mode: 0644]
contrib/opie/libopie/getutmpentry.c [new file with mode: 0644]
contrib/opie/libopie/hash.c [new file with mode: 0644]
contrib/opie/libopie/hashlen.c [new file with mode: 0644]
contrib/opie/libopie/insecure.c [new file with mode: 0644]
contrib/opie/libopie/keycrunch.c [new file with mode: 0644]
contrib/opie/libopie/lock.c [new file with mode: 0644]
contrib/opie/libopie/login.c [new file with mode: 0644]
contrib/opie/libopie/logwtmp.c [new file with mode: 0644]
contrib/opie/libopie/lookup.c [new file with mode: 0644]
contrib/opie/libopie/md4c.c [new file with mode: 0644]
contrib/opie/libopie/md5c.c [new file with mode: 0644]
contrib/opie/libopie/newseed.c [new file with mode: 0644]
contrib/opie/libopie/open.c [new file with mode: 0644]
contrib/opie/libopie/parsechallenge.c [new file with mode: 0644]
contrib/opie/libopie/passcheck.c [new file with mode: 0644]
contrib/opie/libopie/passwd.c [new file with mode: 0644]
contrib/opie/libopie/randomchallenge.c [new file with mode: 0644]
contrib/opie/libopie/readpass.c [new file with mode: 0644]
contrib/opie/libopie/readrec.c [new file with mode: 0644]
contrib/opie/libopie/unlock.c [new file with mode: 0644]
contrib/opie/libopie/verify.c [new file with mode: 0644]
contrib/opie/libopie/version.c [new file with mode: 0644]
contrib/opie/libopie/writerec.c [new file with mode: 0644]
contrib/opie/logwtmp.c [new file with mode: 0644]
contrib/opie/opie.4 [new file with mode: 0644]
contrib/opie/opie.h [new file with mode: 0644]
contrib/opie/opie_cfg.h [new file with mode: 0644]
contrib/opie/opieaccess.5 [new file with mode: 0644]
contrib/opie/opieauto.c [new file with mode: 0644]
contrib/opie/opieftpd.8 [new file with mode: 0644]
contrib/opie/opieftpd.c [new file with mode: 0644]
contrib/opie/opiegen.1 [new file with mode: 0644]
contrib/opie/opiegen.c [new file with mode: 0644]
contrib/opie/opieinfo.1 [new file with mode: 0644]
contrib/opie/opieinfo.c [new file with mode: 0644]
contrib/opie/opiekey.1 [new file with mode: 0644]
contrib/opie/opiekey.c [new file with mode: 0644]
contrib/opie/opiekeys.5 [new file with mode: 0644]
contrib/opie/opielogin.1 [new file with mode: 0644]
contrib/opie/opielogin.c [new file with mode: 0644]
contrib/opie/opiepasswd.1 [new file with mode: 0644]
contrib/opie/opiepasswd.c [new file with mode: 0644]
contrib/opie/opieserv.1 [new file with mode: 0644]
contrib/opie/opieserv.c [new file with mode: 0644]
contrib/opie/opiesu.1 [new file with mode: 0644]
contrib/opie/opiesu.c [new file with mode: 0644]
contrib/opie/opietest.c [new file with mode: 0644]
contrib/opie/options.h [new file with mode: 0644]
contrib/opie/permsfile.c [new file with mode: 0644]
contrib/opie/popen.c [new file with mode: 0644]
contrib/pam_passwdqc/LICENSE [new file with mode: 0644]
contrib/pam_passwdqc/README [new file with mode: 0644]
contrib/pam_passwdqc/README.DELETED [new file with mode: 0644]
contrib/pam_passwdqc/pam_macros.h [new file with mode: 0644]
contrib/pam_passwdqc/pam_passwdqc.8 [new file with mode: 0644]
contrib/pam_passwdqc/pam_passwdqc.c [new file with mode: 0644]
contrib/pam_passwdqc/passwdqc.h [new file with mode: 0644]
contrib/pam_passwdqc/passwdqc_check.c [new file with mode: 0644]
contrib/pam_passwdqc/passwdqc_random.c [new file with mode: 0644]
contrib/pam_passwdqc/wordset_4k.c [new file with mode: 0644]
contrib/pnpinfo/Makefile [new file with mode: 0644]
contrib/pnpinfo/pnpinfo.8 [new file with mode: 0644]
contrib/pnpinfo/pnpinfo.c [new file with mode: 0644]
contrib/pnpinfo/pnpinfo.h [new file with mode: 0644]
contrib/sendmail-8.14/Build [new file with mode: 0755]
contrib/sendmail-8.14/CACerts [new file with mode: 0644]
contrib/sendmail-8.14/FAQ [new file with mode: 0644]
contrib/sendmail-8.14/INSTALL [new file with mode: 0644]
contrib/sendmail-8.14/KNOWNBUGS [new file with mode: 0644]
contrib/sendmail-8.14/LICENSE [new file with mode: 0644]
contrib/sendmail-8.14/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/PGPKEYS [new file with mode: 0644]
contrib/sendmail-8.14/README [new file with mode: 0644]
contrib/sendmail-8.14/README.DRAGONFLY [new file with mode: 0644]
contrib/sendmail-8.14/RELEASE_NOTES [new file with mode: 0644]
contrib/sendmail-8.14/cf/README [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/Build [new file with mode: 0755]
contrib/sendmail-8.14/cf/cf/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/README [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/chez.cs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/clientproto.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cs-hpux10.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cs-hpux9.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cs-osf1.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cs-solaris2.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cs-sunos4.1.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cs-ultrix4.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/cyrusproto.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-bsd4.4.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-bsd4.4.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-hpux10.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-hpux10.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-hpux9.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-hpux9.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-linux.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-linux.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-mpeix.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-mpeix.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-nextstep3.3.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-nextstep3.3.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-osf1.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-osf1.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-solaris.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-solaris.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-sunos4.1.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-sunos4.1.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-ultrix4.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/generic-ultrix4.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/huginn.cs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/knecht.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/mail.cs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/mail.eecs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/mailspool.cs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/python.cs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/s2k-osf1.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/s2k-ultrix4.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/submit.cf [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/submit.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/tcpproto.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/ucbarpa.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/ucbvax.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/uucpproto.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/cf/vangogh.cs.mc [new file with mode: 0644]
contrib/sendmail-8.14/cf/domain/Berkeley.EDU.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/domain/CS.Berkeley.EDU.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/domain/EECS.Berkeley.EDU.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/domain/S2K.Berkeley.EDU.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/domain/berkeley-only.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/domain/generic.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/accept_unqualified_senders.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/accept_unresolvable_domains.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/access_db.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/allmasquerade.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/always_add_domain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/authinfo.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/badmx.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/bestmx_is_local.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/bitdomain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/blacklist_recipients.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/block_bad_helo.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/compat_check.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/conncontrol.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/delay_checks.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/dnsbl.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/domaintable.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/enhdnsbl.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/generics_entire_domain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/genericstable.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/greet_pause.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/ldap_routing.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/limited_masquerade.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/local_lmtp.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/local_no_masquerade.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/local_procmail.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/lookupdotdomain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/loose_relay_check.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/mailertable.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/masquerade_entire_domain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/masquerade_envelope.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/msp.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/mtamark.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/no_default_msa.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/nocanonify.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/notsticky.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/nouucp.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/nullclient.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/preserve_local_plus_detail.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/preserve_luser_host.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/promiscuous_relay.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/queuegroup.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/ratecontrol.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/redirect.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/relay_based_on_MX.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/relay_entire_domain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/relay_hosts_only.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/relay_local_from.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/relay_mail_from.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/require_rdns.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/smrsh.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/stickyhost.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/use_client_ptr.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/use_ct_file.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/use_cw_file.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/uucpdomain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/virtuser_entire_domain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/feature/virtusertable.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/hack/cssubdomain.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/m4/cf.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/m4/cfhead.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/m4/proto.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/m4/version.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/cyrus.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/cyrusv2.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/fax.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/local.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/mail11.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/phquery.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/pop.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/procmail.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/qpage.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/smtp.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/usenet.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/mailer/uucp.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/a-ux.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/aix3.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/aix4.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/aix5.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/altos.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/amdahl-uts.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/bsd4.3.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/bsd4.4.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/bsdi.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/bsdi1.0.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/bsdi2.0.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/darwin.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/dgux.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/domainos.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/dragonfly.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/dynix3.2.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/freebsd4.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/freebsd5.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/freebsd6.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/gnu.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/hpux10.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/hpux11.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/hpux9.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/irix4.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/irix5.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/irix6.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/isc4.1.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/linux.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/maxion.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/mklinux.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/mpeix.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/nextstep.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/openbsd.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/osf1.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/powerux.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/ptx2.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/qnx.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/riscos4.5.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/sco-uw-2.1.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/sco3.2.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/sinix.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/solaris11.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/solaris2.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/solaris2.ml.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/solaris2.pre5.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/solaris8.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/sunos3.5.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/sunos4.1.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/svr4.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/ultrix4.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/unicos.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/unicosmk.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/unicosmp.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/unixware7.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/unknown.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/ostype/uxpds.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/sendmail.schema [new file with mode: 0644]
contrib/sendmail-8.14/cf/sh/makeinfo.sh [new file with mode: 0644]
contrib/sendmail-8.14/cf/siteconfig/uucp.cogsci.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/siteconfig/uucp.old.arpa.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/siteconfig/uucp.ucbarpa.m4 [new file with mode: 0644]
contrib/sendmail-8.14/cf/siteconfig/uucp.ucbvax.m4 [new file with mode: 0644]
contrib/sendmail-8.14/contrib/README [new file with mode: 0644]
contrib/sendmail-8.14/contrib/bitdomain.c [new file with mode: 0644]
contrib/sendmail-8.14/contrib/bounce-resender.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/bsdi.mc [new file with mode: 0644]
contrib/sendmail-8.14/contrib/buildvirtuser [new file with mode: 0755]
contrib/sendmail-8.14/contrib/cidrexpand [new file with mode: 0755]
contrib/sendmail-8.14/contrib/dnsblaccess.m4 [new file with mode: 0644]
contrib/sendmail-8.14/contrib/domainmap.m4 [new file with mode: 0644]
contrib/sendmail-8.14/contrib/doublebounce.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/etrn.0 [new file with mode: 0644]
contrib/sendmail-8.14/contrib/etrn.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/expn.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/link_hash.sh [new file with mode: 0755]
contrib/sendmail-8.14/contrib/mail.local.linux [new file with mode: 0644]
contrib/sendmail-8.14/contrib/mailprio [new file with mode: 0644]
contrib/sendmail-8.14/contrib/mh.patch [new file with mode: 0644]
contrib/sendmail-8.14/contrib/mmuegel [new file with mode: 0644]
contrib/sendmail-8.14/contrib/movemail.conf [new file with mode: 0644]
contrib/sendmail-8.14/contrib/movemail.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/passwd-to-alias.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/qtool.8 [new file with mode: 0644]
contrib/sendmail-8.14/contrib/qtool.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/re-mqueue.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/rmail.oldsys.patch [new file with mode: 0644]
contrib/sendmail-8.14/contrib/smcontrol.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/socketmapClient.pl [new file with mode: 0755]
contrib/sendmail-8.14/contrib/socketmapServer.pl [new file with mode: 0755]
contrib/sendmail-8.14/devtools/M4/UNIX/all.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/check.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/defines.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/executable.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/footer.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/library.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/links.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/manpage.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/sm-test.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/UNIX/smlib.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/AIX.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/BSD.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/CC-M.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/NCR.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/QNX6.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/Solaris.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/X11.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/depend/generic.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/header.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/list.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/string.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/subst_ext.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/M4/switch.m4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/386BSD [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/A-UX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.4.2 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.4.3 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.4.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.5.0 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.5.1 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.5.2 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/AIX.5.3 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Altos [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/BSD-OS [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/BSD43 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/CLIX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/CSOS [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/ConvexOS [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Darwin [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Darwin.10.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Darwin.7.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Darwin.8.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Dell [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/DomainOS [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/DomainOS.10.4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/DragonFly [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Dynix [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/EWS-UX_V [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/FreeBSD [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/GNU [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/HP-UX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/HP-UX.10.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/HP-UX.11.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX.5.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX.6.5 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX.6.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX64.6.0 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX64.6.1 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX64.6.5 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/IRIX64.6.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/ISC [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Interix [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/KSR [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/LUNA [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Linux [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/MPE-iX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Mach386 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NCR.MP-RAS.2.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NCR.MP-RAS.3.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NEWS-OS.4.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NEWS-OS.6.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NEXTSTEP.4.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NeXT.2.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NeXT.3.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NeXT.4.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NetBSD [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NetBSD.8.3 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/NonStop-UX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/OSF1 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/OSF1.V5.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/OpenBSD [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/OpenUNIX.5.i386 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/PTX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Paragon [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/PowerUX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/QNX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/QNX.6.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/RISCos [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/RISCos.4_0 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Rhapsody [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SCO [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SCO.4.2 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SCO.5.x [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SINIX.5.43 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SINIX.5.44 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SVR4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.4.0 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.1 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.10 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.11 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.2 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.3 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.4 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.5 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.6 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.7 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.8 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/SunOS.5.9 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/Titan [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/ULTRIX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UMAX [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UNICOS [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UNICOS-mk [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UNICOS-mp [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UNIX_SV.4.x.i386 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UX4800 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UXPDS.V10 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UXPDS.V20 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/UnixWare.5.i386 [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/dcosx.1.x.NILE [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/dgux [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/m88k [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/maxion [new file with mode: 0644]
contrib/sendmail-8.14/devtools/OS/uts.systemV [new file with mode: 0644]
contrib/sendmail-8.14/devtools/README [new file with mode: 0644]
contrib/sendmail-8.14/devtools/Site/README [new file with mode: 0644]
contrib/sendmail-8.14/devtools/Site/site.config.m4.sample [new file with mode: 0644]
contrib/sendmail-8.14/devtools/bin/Build [new file with mode: 0755]
contrib/sendmail-8.14/devtools/bin/configure.sh [new file with mode: 0644]
contrib/sendmail-8.14/devtools/bin/find_in_path.sh [new file with mode: 0755]
contrib/sendmail-8.14/devtools/bin/find_m4.sh [new file with mode: 0755]
contrib/sendmail-8.14/devtools/bin/install.sh [new file with mode: 0755]
contrib/sendmail-8.14/doc/op/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/doc/op/README [new file with mode: 0644]
contrib/sendmail-8.14/doc/op/op.me [new file with mode: 0644]
contrib/sendmail-8.14/doc/op/op.ps [new file with mode: 0644]
contrib/sendmail-8.14/editmap/Build [new file with mode: 0755]
contrib/sendmail-8.14/editmap/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/editmap/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/editmap/editmap.0 [new file with mode: 0644]
contrib/sendmail-8.14/editmap/editmap.8 [new file with mode: 0644]
contrib/sendmail-8.14/editmap/editmap.c [new file with mode: 0644]
contrib/sendmail-8.14/include/libmilter/mfapi.h [new file with mode: 0644]
contrib/sendmail-8.14/include/libmilter/mfdef.h [new file with mode: 0644]
contrib/sendmail-8.14/include/libmilter/milter.h [new file with mode: 0644]
contrib/sendmail-8.14/include/libsmdb/smdb.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sendmail/mailstats.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sendmail/pathnames.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sendmail/sendmail.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/assert.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/bdb.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/bitops.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/cdefs.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/cf.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/clock.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/conf.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/config.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/debug.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/errstring.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/exc.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/fdset.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/gen.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/heap.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/io.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/ldap.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/limits.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/mbdb.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/misc.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_aix.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_dragonfly.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_freebsd.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_hp.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_irix.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_linux.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_mpeix.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_next.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_openbsd.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_openunix.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_osf1.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_qnx.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_sunos.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_ultrix.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_unicos.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_unicosmk.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_unicosmp.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/os/sm_os_unixware.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/path.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/rpool.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/sem.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/sendmail.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/setjmp.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/shm.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/signal.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/string.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/sysexits.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/tailq.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/test.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/time.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/types.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/varargs.h [new file with mode: 0644]
contrib/sendmail-8.14/include/sm/xtrap.h [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/Build [new file with mode: 0755]
contrib/sendmail-8.14/libmilter/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/README [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/comm.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/api.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/design.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/figure1.fig [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/figure1.jpg [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/figure1.ps [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/figure2.fig [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/figure2.jpg [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/figure2.ps [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/index.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/installation.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/other.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/overview.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/sample.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_addheader.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_addrcpt.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_addrcpt_par.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_chgfrom.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_chgheader.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_delrcpt.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_getpriv.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_getsymval.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_insheader.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_main.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_opensocket.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_progress.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_quarantine.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_register.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_replacebody.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setbacklog.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setconn.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setdbg.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setmlreply.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setpriv.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setreply.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_setsymlist.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_settimeout.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_stop.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/smfi_version.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_abort.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_body.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_close.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_connect.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_data.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_envfrom.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_envrcpt.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_eoh.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_eom.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_header.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_helo.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_negotiate.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/docs/xxfi_unknown.html [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/engine.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/example.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/handler.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/libmilter.h [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/listener.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/main.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/monitor.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/signal.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/sm_gethost.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/smfi.c [new file with mode: 0644]
contrib/sendmail-8.14/libmilter/worker.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/Build [new file with mode: 0755]
contrib/sendmail-8.14/libsm/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/libsm/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/libsm/README [new file with mode: 0644]
contrib/sendmail-8.14/libsm/assert.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/assert.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/b-strcmp.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/b-strl.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/cdefs.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/cf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/clock.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/clrerr.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/config.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/debug.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/debug.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/errstring.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/exc.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/exc.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fclose.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/feof.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/ferror.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fflush.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fget.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/findfp.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/flags.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fopen.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fpos.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fpurge.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fput.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fread.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fscanf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fseek.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fvwrite.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fvwrite.h [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fwalk.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/fwrite.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/gen.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/get.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/glue.h [new file with mode: 0644]
contrib/sendmail-8.14/libsm/heap.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/heap.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/index.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/io.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/ldap.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/local.h [new file with mode: 0644]
contrib/sendmail-8.14/libsm/makebuf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/match.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/mbdb.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/memstat.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/mpeix.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/niprop.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/path.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/put.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/refill.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/rewind.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/rpool.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/rpool.html [new file with mode: 0644]
contrib/sendmail-8.14/libsm/sem.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/setvbuf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/shm.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/signal.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/smstdio.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/snprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/sscanf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/stdio.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strcasecmp.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strdup.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strerror.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strexit.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/string.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/stringf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strio.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strl.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strrevcmp.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/strto.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/syslogio.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-cf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-event.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-exc.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-float.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-fopen.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-heap.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-match.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-memstat.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-path.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-qic.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-rpool.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-scanf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-sem.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-shm.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-smstdio.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-string.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-strio.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-strl.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-strrevcmp.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/t-types.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/test.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/ungetc.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/util.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/vasprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/vfprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/vfscanf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/vprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/vsnprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/wbuf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/wsetup.c [new file with mode: 0644]
contrib/sendmail-8.14/libsm/xtrap.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmdb/Build [new file with mode: 0755]
contrib/sendmail-8.14/libsmdb/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/libsmdb/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/libsmdb/smdb.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmdb/smdb1.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmdb/smdb2.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmdb/smndbm.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/Build [new file with mode: 0755]
contrib/sendmail-8.14/libsmutil/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/cf.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/debug.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/err.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/lockfile.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/safefile.c [new file with mode: 0644]
contrib/sendmail-8.14/libsmutil/snprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/mail.local/Build [new file with mode: 0755]
contrib/sendmail-8.14/mail.local/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/mail.local/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/mail.local/README [new file with mode: 0644]
contrib/sendmail-8.14/mail.local/mail.local.0 [new file with mode: 0644]
contrib/sendmail-8.14/mail.local/mail.local.8 [new file with mode: 0644]
contrib/sendmail-8.14/mail.local/mail.local.c [new file with mode: 0644]
contrib/sendmail-8.14/mailstats/Build [new file with mode: 0755]
contrib/sendmail-8.14/mailstats/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/mailstats/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/mailstats/mailstats.0 [new file with mode: 0644]
contrib/sendmail-8.14/mailstats/mailstats.8 [new file with mode: 0644]
contrib/sendmail-8.14/mailstats/mailstats.c [new file with mode: 0644]
contrib/sendmail-8.14/makemap/Build [new file with mode: 0755]
contrib/sendmail-8.14/makemap/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/makemap/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/makemap/makemap.0 [new file with mode: 0644]
contrib/sendmail-8.14/makemap/makemap.8 [new file with mode: 0644]
contrib/sendmail-8.14/makemap/makemap.c [new file with mode: 0644]
contrib/sendmail-8.14/praliases/Build [new file with mode: 0755]
contrib/sendmail-8.14/praliases/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/praliases/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/praliases/praliases.0 [new file with mode: 0644]
contrib/sendmail-8.14/praliases/praliases.8 [new file with mode: 0644]
contrib/sendmail-8.14/praliases/praliases.c [new file with mode: 0644]
contrib/sendmail-8.14/rmail/Build [new file with mode: 0755]
contrib/sendmail-8.14/rmail/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/rmail/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/rmail/rmail.0 [new file with mode: 0644]
contrib/sendmail-8.14/rmail/rmail.8 [new file with mode: 0644]
contrib/sendmail-8.14/rmail/rmail.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/Build [new file with mode: 0755]
contrib/sendmail-8.14/sendmail/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/README [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/SECURITY [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/TRACEFLAGS [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/TUNING [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/alias.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/aliases [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/aliases.0 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/aliases.5 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/arpadate.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/bf.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/bf.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/collect.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/conf.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/conf.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/control.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/convtime.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/daemon.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/daemon.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/deliver.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/domain.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/envelope.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/err.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/headers.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/helpfile [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/macro.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/mailq.0 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/mailq.1 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/main.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/makesendmail [new file with mode: 0755]
contrib/sendmail-8.14/sendmail/map.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/map.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/mci.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/milter.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/mime.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/newaliases.0 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/newaliases.1 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/parseaddr.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/queue.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/ratectrl.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/readcf.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/recipient.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sasl.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/savemail.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sendmail.0 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sendmail.8 [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sendmail.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sfsasl.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sfsasl.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/shmticklib.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sm_resolve.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sm_resolve.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/srvrsmtp.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/stab.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/stats.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/statusd_shm.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sysexits.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/sysexits.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/timers.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/timers.h [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/tls.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/trace.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/udb.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/usersmtp.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/util.c [new file with mode: 0644]
contrib/sendmail-8.14/sendmail/version.c [new file with mode: 0644]
contrib/sendmail-8.14/smrsh/Build [new file with mode: 0755]
contrib/sendmail-8.14/smrsh/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/smrsh/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/smrsh/README [new file with mode: 0644]
contrib/sendmail-8.14/smrsh/smrsh.0 [new file with mode: 0644]
contrib/sendmail-8.14/smrsh/smrsh.8 [new file with mode: 0644]
contrib/sendmail-8.14/smrsh/smrsh.c [new file with mode: 0644]
contrib/sendmail-8.14/test/Build [new file with mode: 0755]
contrib/sendmail-8.14/test/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/test/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/test/README [new file with mode: 0644]
contrib/sendmail-8.14/test/Results [new file with mode: 0644]
contrib/sendmail-8.14/test/t_dropgid.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_exclopen.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_pathconf.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_seteuid.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_setgid.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_setreuid.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_setuid.c [new file with mode: 0644]
contrib/sendmail-8.14/test/t_snprintf.c [new file with mode: 0644]
contrib/sendmail-8.14/vacation/Build [new file with mode: 0755]
contrib/sendmail-8.14/vacation/Makefile [new file with mode: 0644]
contrib/sendmail-8.14/vacation/Makefile.m4 [new file with mode: 0644]
contrib/sendmail-8.14/vacation/vacation.0 [new file with mode: 0644]
contrib/sendmail-8.14/vacation/vacation.1 [new file with mode: 0644]
contrib/sendmail-8.14/vacation/vacation.c [new file with mode: 0644]
contrib/smbfs/COPYRIGHT [new file with mode: 0644]
contrib/smbfs/CREDITS [new file with mode: 0644]
contrib/smbfs/FREEBSD-upgrade [new file with mode: 0644]
contrib/smbfs/HISTORY [new file with mode: 0644]
contrib/smbfs/INSTALL [new file with mode: 0644]
contrib/smbfs/Makefile [new file with mode: 0644]
contrib/smbfs/Makefile.inc [new file with mode: 0644]
contrib/smbfs/README [new file with mode: 0644]
contrib/smbfs/config.mk.in [new file with mode: 0644]
contrib/smbfs/configure [new file with mode: 0755]
contrib/smbfs/examples/dot.nsmbrc [new file with mode: 0644]
contrib/smbfs/examples/print/lj6l [new file with mode: 0755]
contrib/smbfs/examples/print/ljspool [new file with mode: 0755]
contrib/smbfs/examples/print/printcap.sample [new file with mode: 0644]
contrib/smbfs/examples/print/tolj [new file with mode: 0755]
contrib/smbfs/examples/smbfs.sh.sample [new file with mode: 0644]
contrib/smbfs/include/cflib.h [new file with mode: 0644]
contrib/smbfs/include/netsmb/nb_lib.h [new file with mode: 0644]
contrib/smbfs/include/netsmb/smb_lib.h [new file with mode: 0644]
contrib/smbfs/include/netsmb/smb_rap.h [new file with mode: 0644]
contrib/smbfs/lib/Makefile [new file with mode: 0644]
contrib/smbfs/lib/Makefile.inc [new file with mode: 0644]
contrib/smbfs/lib/smb/Makefile [new file with mode: 0644]
contrib/smbfs/lib/smb/cfopt.c [new file with mode: 0644]
contrib/smbfs/lib/smb/ctx.c [new file with mode: 0644]
contrib/smbfs/lib/smb/file.c [new file with mode: 0644]
contrib/smbfs/lib/smb/kiconv.c [new file with mode: 0644]
contrib/smbfs/lib/smb/mbuf.c [new file with mode: 0644]
contrib/smbfs/lib/smb/nb.c [new file with mode: 0644]
contrib/smbfs/lib/smb/nb_name.c [new file with mode: 0644]
contrib/smbfs/lib/smb/nb_net.c [new file with mode: 0644]
contrib/smbfs/lib/smb/nbns_rq.c [new file with mode: 0644]
contrib/smbfs/lib/smb/nls.c [new file with mode: 0644]
contrib/smbfs/lib/smb/print.c [new file with mode: 0644]
contrib/smbfs/lib/smb/rap.c [new file with mode: 0644]
contrib/smbfs/lib/smb/rcfile.c [new file with mode: 0644]
contrib/smbfs/lib/smb/rcfile_priv.h [new file with mode: 0644]
contrib/smbfs/lib/smb/rq.c [new file with mode: 0644]
contrib/smbfs/lib/smb/subr.c [new file with mode: 0644]
contrib/smbfs/mount_smbfs/Makefile [new file with mode: 0644]
contrib/smbfs/mount_smbfs/getmntopts.c [new file with mode: 0644]
contrib/smbfs/mount_smbfs/mntopts.h [new file with mode: 0644]
contrib/smbfs/mount_smbfs/mount_smbfs.8 [new file with mode: 0644]
contrib/smbfs/mount_smbfs/mount_smbfs.c [new file with mode: 0644]
contrib/smbfs/smbutil/Makefile [new file with mode: 0644]
contrib/smbfs/smbutil/common.h [new file with mode: 0644]
contrib/smbfs/smbutil/dumptree.c [new file with mode: 0644]
contrib/smbfs/smbutil/login.c [new file with mode: 0644]
contrib/smbfs/smbutil/lookup.c [new file with mode: 0644]
contrib/smbfs/smbutil/print.c [new file with mode: 0644]
contrib/smbfs/smbutil/smbutil.1 [new file with mode: 0644]
contrib/smbfs/smbutil/smbutil.c [new file with mode: 0644]
contrib/smbfs/smbutil/view.c [new file with mode: 0644]
contrib/tcp_wrappers/BLURB [new file with mode: 0644]
contrib/tcp_wrappers/Banners.Makefile [new file with mode: 0644]
contrib/tcp_wrappers/CHANGES [new file with mode: 0644]
contrib/tcp_wrappers/DISCLAIMER [new file with mode: 0644]
contrib/tcp_wrappers/Makefile [new file with mode: 0644]
contrib/tcp_wrappers/README [new file with mode: 0644]
contrib/tcp_wrappers/README.IRIX [new file with mode: 0644]
contrib/tcp_wrappers/README.NIS [new file with mode: 0644]
contrib/tcp_wrappers/clean_exit.c [new file with mode: 0644]
contrib/tcp_wrappers/diag.c [new file with mode: 0644]
contrib/tcp_wrappers/environ.c [new file with mode: 0644]
contrib/tcp_wrappers/eval.c [new file with mode: 0644]
contrib/tcp_wrappers/fakelog.c [new file with mode: 0644]
contrib/tcp_wrappers/fix_options.c [new file with mode: 0644]
contrib/tcp_wrappers/fromhost.c [new file with mode: 0644]
contrib/tcp_wrappers/hosts_access.3 [new file with mode: 0644]
contrib/tcp_wrappers/hosts_access.5 [new file with mode: 0644]
contrib/tcp_wrappers/hosts_access.c [new file with mode: 0644]
contrib/tcp_wrappers/hosts_ctl.c [new file with mode: 0644]
contrib/tcp_wrappers/hosts_options.5 [new file with mode: 0644]
contrib/tcp_wrappers/inetcf.c [new file with mode: 0644]
contrib/tcp_wrappers/inetcf.h [new file with mode: 0644]
contrib/tcp_wrappers/misc.c [new file with mode: 0644]
contrib/tcp_wrappers/miscd.c [new file with mode: 0644]
contrib/tcp_wrappers/mystdarg.h [new file with mode: 0644]
contrib/tcp_wrappers/myvsyslog.c [new file with mode: 0644]
contrib/tcp_wrappers/ncr.c [new file with mode: 0644]
contrib/tcp_wrappers/options.c [new file with mode: 0644]
contrib/tcp_wrappers/patchlevel.h [new file with mode: 0644]
contrib/tcp_wrappers/percent_m.c [new file with mode: 0644]
contrib/tcp_wrappers/percent_x.c [new file with mode: 0644]
contrib/tcp_wrappers/printf.ck [new file with mode: 0644]
contrib/tcp_wrappers/ptx.c [new file with mode: 0644]
contrib/tcp_wrappers/refuse.c [new file with mode: 0644]
contrib/tcp_wrappers/rfc931.c [new file with mode: 0644]
contrib/tcp_wrappers/safe_finger.c [new file with mode: 0644]
contrib/tcp_wrappers/scaffold.c [new file with mode: 0644]
contrib/tcp_wrappers/scaffold.h [new file with mode: 0644]
contrib/tcp_wrappers/setenv.c [new file with mode: 0644]
contrib/tcp_wrappers/shell_cmd.c [new file with mode: 0644]
contrib/tcp_wrappers/socket.c [new file with mode: 0644]
contrib/tcp_wrappers/strcasecmp.c [new file with mode: 0644]
contrib/tcp_wrappers/tcpd.8 [new file with mode: 0644]
contrib/tcp_wrappers/tcpd.c [new file with mode: 0644]
contrib/tcp_wrappers/tcpd.h [new file with mode: 0644]
contrib/tcp_wrappers/tcpdchk.8 [new file with mode: 0644]
contrib/tcp_wrappers/tcpdchk.c [new file with mode: 0644]
contrib/tcp_wrappers/tcpdmatch.8 [new file with mode: 0644]
contrib/tcp_wrappers/tcpdmatch.c [new file with mode: 0644]
contrib/tcp_wrappers/tli-sequent.c [new file with mode: 0644]
contrib/tcp_wrappers/tli-sequent.h [new file with mode: 0644]
contrib/tcp_wrappers/tli.c [new file with mode: 0644]
contrib/tcp_wrappers/try-from.c [new file with mode: 0644]
contrib/tcp_wrappers/update.c [new file with mode: 0644]
contrib/tcp_wrappers/vfprintf.c [new file with mode: 0644]
contrib/tcp_wrappers/workarounds.c [new file with mode: 0644]
contrib/tcpdump/CHANGES [new file with mode: 0644]
contrib/tcpdump/INSTALL.txt [new file with mode: 0644]
contrib/tcpdump/LICENSE [new file with mode: 0644]
contrib/tcpdump/README [new file with mode: 0644]
contrib/tcpdump/README.DELETED [new file with mode: 0644]
contrib/tcpdump/README.DRAGONFLY [new file with mode: 0644]
contrib/tcpdump/VERSION [new file with mode: 0644]
contrib/tcpdump/addrtoname.c [new file with mode: 0644]
contrib/tcpdump/addrtoname.h [new file with mode: 0644]
contrib/tcpdump/af.c [new file with mode: 0644]
contrib/tcpdump/af.h [new file with mode: 0644]
contrib/tcpdump/ah.h [new file with mode: 0644]
contrib/tcpdump/aodv.h [new file with mode: 0644]
contrib/tcpdump/appletalk.h [new file with mode: 0644]
contrib/tcpdump/arcnet.h [new file with mode: 0644]
contrib/tcpdump/atm.h [new file with mode: 0644]
contrib/tcpdump/atmuni31.h [new file with mode: 0644]
contrib/tcpdump/bgp.h [new file with mode: 0755]
contrib/tcpdump/bootp.h [new file with mode: 0644]
contrib/tcpdump/bpf_dump.c [new file with mode: 0644]
contrib/tcpdump/chdlc.h [new file with mode: 0644]
contrib/tcpdump/checksum.c [new file with mode: 0644]
contrib/tcpdump/cpack.c [new file with mode: 0644]
contrib/tcpdump/cpack.h [new file with mode: 0644]
contrib/tcpdump/dccp.h [new file with mode: 0644]
contrib/tcpdump/decnet.h [new file with mode: 0644]
contrib/tcpdump/decode_prefix.h [new file with mode: 0644]
contrib/tcpdump/enc.h [new file with mode: 0644]
contrib/tcpdump/esp.h [new file with mode: 0644]
contrib/tcpdump/ether.h [new file with mode: 0644]
contrib/tcpdump/ethertype.h [new file with mode: 0644]
contrib/tcpdump/extract.h [new file with mode: 0644]
contrib/tcpdump/fddi.h [new file with mode: 0644]
contrib/tcpdump/gmpls.c [new file with mode: 0644]
contrib/tcpdump/gmpls.h [new file with mode: 0644]
contrib/tcpdump/gmt2local.c [new file with mode: 0644]
contrib/tcpdump/gmt2local.h [new file with mode: 0644]
contrib/tcpdump/icmp6.h [new file with mode: 0644]
contrib/tcpdump/ieee802_11.h [new file with mode: 0644]
contrib/tcpdump/ieee802_11_radio.h [new file with mode: 0644]
contrib/tcpdump/igrp.h [new file with mode: 0644]
contrib/tcpdump/interface.h [new file with mode: 0644]
contrib/tcpdump/ip.h [new file with mode: 0644]
contrib/tcpdump/ip6.h [new file with mode: 0644]
contrib/tcpdump/ipfc.h [new file with mode: 0644]
contrib/tcpdump/ipproto.c [new file with mode: 0755]
contrib/tcpdump/ipproto.h [new file with mode: 0644]
contrib/tcpdump/ipsec_doi.h [new file with mode: 0644]
contrib/tcpdump/ipx.h [new file with mode: 0644]
contrib/tcpdump/isakmp.h [new file with mode: 0644]
contrib/tcpdump/l2tp.h [new file with mode: 0644]
contrib/tcpdump/l2vpn.c [new file with mode: 0755]
contrib/tcpdump/l2vpn.h [new file with mode: 0755]
contrib/tcpdump/lane.h [new file with mode: 0644]
contrib/tcpdump/llc.h [new file with mode: 0644]
contrib/tcpdump/machdep.c [new file with mode: 0644]
contrib/tcpdump/machdep.h [new file with mode: 0644]
contrib/tcpdump/makemib [new file with mode: 0755]
contrib/tcpdump/mib.h [new file with mode: 0644]
contrib/tcpdump/mpls.h [new file with mode: 0644]
contrib/tcpdump/nameser.h [new file with mode: 0644]
contrib/tcpdump/netbios.h [new file with mode: 0644]
contrib/tcpdump/netdissect.h [new file with mode: 0644]
contrib/tcpdump/nfs.h [new file with mode: 0644]
contrib/tcpdump/nfsfh.h [new file with mode: 0644]
contrib/tcpdump/nlpid.c [new file with mode: 0755]
contrib/tcpdump/nlpid.h [new file with mode: 0644]
contrib/tcpdump/ntp.h [new file with mode: 0644]
contrib/tcpdump/oakley.h [new file with mode: 0644]
contrib/tcpdump/ospf.h [new file with mode: 0644]
contrib/tcpdump/ospf6.h [new file with mode: 0644]
contrib/tcpdump/oui.c [new file with mode: 0644]
contrib/tcpdump/oui.h [new file with mode: 0644]
contrib/tcpdump/parsenfsfh.c [new file with mode: 0644]
contrib/tcpdump/pcap-missing.h [new file with mode: 0644]
contrib/tcpdump/pcap_dump_ftell.c [new file with mode: 0644]
contrib/tcpdump/pmap_prot.h [new file with mode: 0644]
contrib/tcpdump/ppp.h [new file with mode: 0644]
contrib/tcpdump/print-802_11.c [new file with mode: 0644]
contrib/tcpdump/print-ah.c [new file with mode: 0644]
contrib/tcpdump/print-aodv.c [new file with mode: 0644]
contrib/tcpdump/print-ap1394.c [new file with mode: 0644]
contrib/tcpdump/print-arcnet.c [new file with mode: 0644]
contrib/tcpdump/print-arp.c [new file with mode: 0644]
contrib/tcpdump/print-ascii.c [new file with mode: 0644]
contrib/tcpdump/print-atalk.c [new file with mode: 0644]
contrib/tcpdump/print-atm.c [new file with mode: 0644]
contrib/tcpdump/print-beep.c [new file with mode: 0644]
contrib/tcpdump/print-bfd.c [new file with mode: 0644]
contrib/tcpdump/print-bgp.c [new file with mode: 0644]
contrib/tcpdump/print-bootp.c [new file with mode: 0644]
contrib/tcpdump/print-cdp.c [new file with mode: 0644]
contrib/tcpdump/print-cfm.c [new file with mode: 0644]
contrib/tcpdump/print-chdlc.c [new file with mode: 0644]
contrib/tcpdump/print-cip.c [new file with mode: 0644]
contrib/tcpdump/print-cnfp.c [new file with mode: 0644]
contrib/tcpdump/print-dccp.c [new file with mode: 0644]
contrib/tcpdump/print-decnet.c [new file with mode: 0644]
contrib/tcpdump/print-dhcp6.c [new file with mode: 0644]
contrib/tcpdump/print-domain.c [new file with mode: 0644]
contrib/tcpdump/print-dtp.c [new file with mode: 0644]
contrib/tcpdump/print-dvmrp.c [new file with mode: 0644]
contrib/tcpdump/print-eap.c [new file with mode: 0644]
contrib/tcpdump/print-egp.c [new file with mode: 0644]
contrib/tcpdump/print-eigrp.c [new file with mode: 0644]
contrib/tcpdump/print-enc.c [new file with mode: 0644]
contrib/tcpdump/print-esp.c [new file with mode: 0644]
contrib/tcpdump/print-ether.c [new file with mode: 0644]
contrib/tcpdump/print-fddi.c [new file with mode: 0644]
contrib/tcpdump/print-fr.c [new file with mode: 0644]
contrib/tcpdump/print-frag6.c [new file with mode: 0644]
contrib/tcpdump/print-gre.c [new file with mode: 0644]
contrib/tcpdump/print-hsrp.c [new file with mode: 0644]
contrib/tcpdump/print-icmp.c [new file with mode: 0644]
contrib/tcpdump/print-icmp6.c [new file with mode: 0644]
contrib/tcpdump/print-igmp.c [new file with mode: 0644]
contrib/tcpdump/print-igrp.c [new file with mode: 0644]
contrib/tcpdump/print-ip.c [new file with mode: 0644]
contrib/tcpdump/print-ip6.c [new file with mode: 0644]
contrib/tcpdump/print-ip6opts.c [new file with mode: 0644]
contrib/tcpdump/print-ipcomp.c [new file with mode: 0644]
contrib/tcpdump/print-ipfc.c [new file with mode: 0644]
contrib/tcpdump/print-ipx.c [new file with mode: 0644]
contrib/tcpdump/print-isakmp.c [new file with mode: 0644]
contrib/tcpdump/print-isoclns.c [new file with mode: 0644]
contrib/tcpdump/print-juniper.c [new file with mode: 0644]
contrib/tcpdump/print-krb.c [new file with mode: 0644]
contrib/tcpdump/print-l2tp.c [new file with mode: 0644]
contrib/tcpdump/print-lane.c [new file with mode: 0644]
contrib/tcpdump/print-ldp.c [new file with mode: 0644]
contrib/tcpdump/print-llc.c [new file with mode: 0644]
contrib/tcpdump/print-lldp.c [new file with mode: 0644]
contrib/tcpdump/print-lmp.c [new file with mode: 0644]
contrib/tcpdump/print-lspping.c [new file with mode: 0644]
contrib/tcpdump/print-lwapp.c [new file with mode: 0644]
contrib/tcpdump/print-lwres.c [new file with mode: 0644]
contrib/tcpdump/print-mobile.c [new file with mode: 0644]
contrib/tcpdump/print-mobility.c [new file with mode: 0644]
contrib/tcpdump/print-mpcp.c [new file with mode: 0644]
contrib/tcpdump/print-mpls.c [new file with mode: 0644]
contrib/tcpdump/print-msdp.c [new file with mode: 0644]
contrib/tcpdump/print-netbios.c [new file with mode: 0644]
contrib/tcpdump/print-nfs.c [new file with mode: 0644]
contrib/tcpdump/print-ntp.c [new file with mode: 0644]
contrib/tcpdump/print-null.c [new file with mode: 0644]
contrib/tcpdump/print-olsr.c [new file with mode: 0644]
contrib/tcpdump/print-ospf.c [new file with mode: 0644]
contrib/tcpdump/print-ospf6.c [new file with mode: 0644]
contrib/tcpdump/print-pflog.c [new file with mode: 0644]
contrib/tcpdump/print-pgm.c [new file with mode: 0644]
contrib/tcpdump/print-pim.c [new file with mode: 0644]
contrib/tcpdump/print-ppp.c [new file with mode: 0644]
contrib/tcpdump/print-pppoe.c [new file with mode: 0644]
contrib/tcpdump/print-pptp.c [new file with mode: 0644]
contrib/tcpdump/print-radius.c [new file with mode: 0644]
contrib/tcpdump/print-raw.c [new file with mode: 0644]
contrib/tcpdump/print-rip.c [new file with mode: 0644]
contrib/tcpdump/print-ripng.c [new file with mode: 0644]
contrib/tcpdump/print-rrcp.c [new file with mode: 0644]
contrib/tcpdump/print-rsvp.c [new file with mode: 0644]
contrib/tcpdump/print-rt6.c [new file with mode: 0644]
contrib/tcpdump/print-rx.c [new file with mode: 0644]
contrib/tcpdump/print-sctp.c [new file with mode: 0644]
contrib/tcpdump/print-sflow.c [new file with mode: 0644]
contrib/tcpdump/print-sip.c [new file with mode: 0644]
contrib/tcpdump/print-sl.c [new file with mode: 0644]
contrib/tcpdump/print-sll.c [new file with mode: 0644]
contrib/tcpdump/print-slow.c [new file with mode: 0644]
contrib/tcpdump/print-smb.c [new file with mode: 0644]
contrib/tcpdump/print-snmp.c [new file with mode: 0644]
contrib/tcpdump/print-stp.c [new file with mode: 0644]
contrib/tcpdump/print-sunatm.c [new file with mode: 0644]
contrib/tcpdump/print-sunrpc.c [new file with mode: 0644]
contrib/tcpdump/print-symantec.c [new file with mode: 0644]
contrib/tcpdump/print-syslog.c [new file with mode: 0755]
contrib/tcpdump/print-tcp.c [new file with mode: 0644]
contrib/tcpdump/print-telnet.c [new file with mode: 0644]
contrib/tcpdump/print-tftp.c [new file with mode: 0644]
contrib/tcpdump/print-timed.c [new file with mode: 0644]
contrib/tcpdump/print-token.c [new file with mode: 0644]
contrib/tcpdump/print-udld.c [new file with mode: 0644]
contrib/tcpdump/print-udp.c [new file with mode: 0644]
contrib/tcpdump/print-vjc.c [new file with mode: 0644]
contrib/tcpdump/print-vqp.c [new file with mode: 0644]
contrib/tcpdump/print-vrrp.c [new file with mode: 0644]
contrib/tcpdump/print-vtp.c [new file with mode: 0644]
contrib/tcpdump/print-wb.c [new file with mode: 0644]
contrib/tcpdump/print-zephyr.c [new file with mode: 0644]
contrib/tcpdump/route6d.h [new file with mode: 0644]
contrib/tcpdump/rpc_auth.h [new file with mode: 0644]
contrib/tcpdump/rpc_msg.h [new file with mode: 0644]
contrib/tcpdump/rx.h [new file with mode: 0644]
contrib/tcpdump/sctpConstants.h [new file with mode: 0644]
contrib/tcpdump/sctpHeader.h [new file with mode: 0644]
contrib/tcpdump/setsignal.c [new file with mode: 0644]
contrib/tcpdump/setsignal.h [new file with mode: 0644]
contrib/tcpdump/slcompress.h [new file with mode: 0644]
contrib/tcpdump/slip.h [new file with mode: 0644]
contrib/tcpdump/sll.h [new file with mode: 0644]
contrib/tcpdump/smb.h [new file with mode: 0644]
contrib/tcpdump/smbutil.c [new file with mode: 0644]
contrib/tcpdump/strcasecmp.c [new file with mode: 0644]
contrib/tcpdump/tcp.h [new file with mode: 0644]
contrib/tcpdump/tcpdump-stdinc.h [new file with mode: 0644]
contrib/tcpdump/tcpdump.1 [new file with mode: 0644]
contrib/tcpdump/tcpdump.c [new file with mode: 0644]
contrib/tcpdump/telnet.h [new file with mode: 0644]
contrib/tcpdump/tftp.h [new file with mode: 0644]
contrib/tcpdump/timed.h [new file with mode: 0644]
contrib/tcpdump/token.h [new file with mode: 0644]
contrib/tcpdump/udp.h [new file with mode: 0644]
contrib/tcpdump/util.c [new file with mode: 0644]
contrib/tcpdump/vfprintf.c [new file with mode: 0644]
contrib/tcsh-6/Copyright [new file with mode: 0644]
contrib/tcsh-6/README [new file with mode: 0644]
contrib/tcsh-6/README.DELETED [new file with mode: 0644]
contrib/tcsh-6/README.DRAGONFLY [new file with mode: 0644]
contrib/tcsh-6/complete.tcsh [new file with mode: 0644]
contrib/tcsh-6/config.rpath [new file with mode: 0644]
contrib/tcsh-6/config/bsd4.4 [new file with mode: 0644]
contrib/tcsh-6/config_f.h [new file with mode: 0644]
contrib/tcsh-6/ed.chared.c [new file with mode: 0644]
contrib/tcsh-6/ed.decls.h [new file with mode: 0644]
contrib/tcsh-6/ed.defns.c [new file with mode: 0644]
contrib/tcsh-6/ed.h [new file with mode: 0644]
contrib/tcsh-6/ed.init.c [new file with mode: 0644]
contrib/tcsh-6/ed.inputl.c [new file with mode: 0644]
contrib/tcsh-6/ed.refresh.c [new file with mode: 0644]
contrib/tcsh-6/ed.screen.c [new file with mode: 0644]
contrib/tcsh-6/ed.term.c [new file with mode: 0644]
contrib/tcsh-6/ed.term.h [new file with mode: 0644]
contrib/tcsh-6/ed.xmap.c [new file with mode: 0644]
contrib/tcsh-6/gethost.c [new file with mode: 0644]
contrib/tcsh-6/glob.c [new file with mode: 0644]
contrib/tcsh-6/glob.h [new file with mode: 0644]
contrib/tcsh-6/mi.termios.c [new file with mode: 0644]
contrib/tcsh-6/nls/et/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/et/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/finnish/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/french/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/german/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/greek/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/italian/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/ja/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/russian/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/spanish/set9 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set1 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set10 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set11 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set12 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set13 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set14 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set15 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set16 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set17 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set18 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set19 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set2 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set20 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set21 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set22 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set23 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set24 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set25 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set26 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set27 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set29 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set3 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set30 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set31 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set4 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set5 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set6 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set7 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set8 [new file with mode: 0644]
contrib/tcsh-6/nls/ukrainian/set9 [new file with mode: 0644]
contrib/tcsh-6/patchlevel.h [new file with mode: 0644]
contrib/tcsh-6/pathnames.h [new file with mode: 0644]
contrib/tcsh-6/sh.c [new file with mode: 0644]
contrib/tcsh-6/sh.char.c [new file with mode: 0644]
contrib/tcsh-6/sh.char.h [new file with mode: 0644]
contrib/tcsh-6/sh.decls.h [new file with mode: 0644]
contrib/tcsh-6/sh.dir.c [new file with mode: 0644]
contrib/tcsh-6/sh.dir.h [new file with mode: 0644]
contrib/tcsh-6/sh.dol.c [new file with mode: 0644]
contrib/tcsh-6/sh.err.c [new file with mode: 0644]
contrib/tcsh-6/sh.exec.c [new file with mode: 0644]
contrib/tcsh-6/sh.exp.c [new file with mode: 0644]
contrib/tcsh-6/sh.file.c [new file with mode: 0644]
contrib/tcsh-6/sh.func.c [new file with mode: 0644]
contrib/tcsh-6/sh.glob.c [new file with mode: 0644]
contrib/tcsh-6/sh.h [new file with mode: 0644]
contrib/tcsh-6/sh.hist.c [new file with mode: 0644]
contrib/tcsh-6/sh.init.c [new file with mode: 0644]
contrib/tcsh-6/sh.lex.c [new file with mode: 0644]
contrib/tcsh-6/sh.misc.c [new file with mode: 0644]
contrib/tcsh-6/sh.parse.c [new file with mode: 0644]
contrib/tcsh-6/sh.print.c [new file with mode: 0644]
contrib/tcsh-6/sh.proc.c [new file with mode: 0644]
contrib/tcsh-6/sh.proc.h [new file with mode: 0644]
contrib/tcsh-6/sh.sem.c [new file with mode: 0644]
contrib/tcsh-6/sh.set.c [new file with mode: 0644]
contrib/tcsh-6/sh.time.c [new file with mode: 0644]
contrib/tcsh-6/sh.types.h [new file with mode: 0644]
contrib/tcsh-6/tc.alloc.c [new file with mode: 0644]
contrib/tcsh-6/tc.bind.c [new file with mode: 0644]
contrib/tcsh-6/tc.const.c [new file with mode: 0644]
contrib/tcsh-6/tc.decls.h [new file with mode: 0644]
contrib/tcsh-6/tc.disc.c [new file with mode: 0644]
contrib/tcsh-6/tc.func.c [new file with mode: 0644]
contrib/tcsh-6/tc.h [new file with mode: 0644]
contrib/tcsh-6/tc.nls.c [new file with mode: 0644]
contrib/tcsh-6/tc.nls.h [new file with mode: 0644]
contrib/tcsh-6/tc.os.c [new file with mode: 0644]
contrib/tcsh-6/tc.os.h [new file with mode: 0644]
contrib/tcsh-6/tc.printf.c [new file with mode: 0644]
contrib/tcsh-6/tc.prompt.c [new file with mode: 0644]
contrib/tcsh-6/tc.sched.c [new file with mode: 0644]
contrib/tcsh-6/tc.sig.c [new file with mode: 0644]
contrib/tcsh-6/tc.sig.h [new file with mode: 0644]
contrib/tcsh-6/tc.str.c [new file with mode: 0644]
contrib/tcsh-6/tc.vers.c [new file with mode: 0644]
contrib/tcsh-6/tc.wait.h [new file with mode: 0644]
contrib/tcsh-6/tc.who.c [new file with mode: 0644]
contrib/tcsh-6/tcsh.man [new file with mode: 0644]
contrib/tcsh-6/tcsh.vcproj [new file with mode: 0644]
contrib/tcsh-6/tw.color.c [new file with mode: 0644]
contrib/tcsh-6/tw.comp.c [new file with mode: 0644]
contrib/tcsh-6/tw.decls.h [new file with mode: 0644]
contrib/tcsh-6/tw.h [new file with mode: 0644]
contrib/tcsh-6/tw.help.c [new file with mode: 0644]
contrib/tcsh-6/tw.init.c [new file with mode: 0644]
contrib/tcsh-6/tw.parse.c [new file with mode: 0644]
contrib/tcsh-6/tw.spell.c [new file with mode: 0644]
contrib/texinfo/COPYING [new file with mode: 0644]
contrib/texinfo/README [new file with mode: 0644]
contrib/texinfo/README.DELETED [new file with mode: 0644]
contrib/texinfo/README.DRAGONFLY [new file with mode: 0644]
contrib/texinfo/doc/fdl.texi [new file with mode: 0644]
contrib/texinfo/doc/info-stnd.texi [new file with mode: 0644]
contrib/texinfo/doc/info.1 [new file with mode: 0644]
contrib/texinfo/doc/info.5 [new file with mode: 0644]
contrib/texinfo/doc/info.texi [new file with mode: 0644]
contrib/texinfo/doc/infokey.1 [new file with mode: 0644]
contrib/texinfo/doc/install-info.1 [new file with mode: 0644]
contrib/texinfo/doc/makeinfo.1 [new file with mode: 0644]
contrib/texinfo/doc/pdftexi2dvi.1 [new file with mode: 0644]
contrib/texinfo/doc/texi2dvi.1 [new file with mode: 0644]
contrib/texinfo/doc/texi2pdf.1 [new file with mode: 0644]
contrib/texinfo/doc/texindex.1 [new file with mode: 0644]
contrib/texinfo/doc/texinfo.5 [new file with mode: 0644]
contrib/texinfo/doc/texinfo.tex [new file with mode: 0644]
contrib/texinfo/doc/texinfo.txi [new file with mode: 0644]
contrib/texinfo/doc/version-stnd.texi [new file with mode: 0644]
contrib/texinfo/doc/version.texi [new file with mode: 0644]
contrib/texinfo/gnulib/lib/argz.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/error.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/error.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/exitfail.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/exitfail.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/getopt.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/getopt1.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/getopt_int.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/gettext.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/intprops.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/localcharset.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/localcharset.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/malloc.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/malloca.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/malloca.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/malloca.valgrind [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbchar.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbchar.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbiter.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbscasecmp.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbschr.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbslen.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbsncasecmp.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbsstr.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbswidth.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbswidth.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mbuiter.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/memchr.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/memcmp.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/memcpy.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/memmem.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/memmove.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mempcpy.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/mkstemp.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/str-kmp.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/str-two-way.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/streq.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/strnlen1.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/strnlen1.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/tempname.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/tempname.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/unitypes.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/uniwidth.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/uniwidth/cjk.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/uniwidth/width.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/wcwidth.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/xalloc-die.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/xalloc.h [new file with mode: 0644]
contrib/texinfo/gnulib/lib/xmalloc.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/xsetenv.c [new file with mode: 0644]
contrib/texinfo/gnulib/lib/xsetenv.h [new file with mode: 0644]
contrib/texinfo/info/dir.c [new file with mode: 0644]
contrib/texinfo/info/display.c [new file with mode: 0644]
contrib/texinfo/info/display.h [new file with mode: 0644]
contrib/texinfo/info/doc.h [new file with mode: 0644]
contrib/texinfo/info/dribble.c [new file with mode: 0644]
contrib/texinfo/info/dribble.h [new file with mode: 0644]
contrib/texinfo/info/echo-area.c [new file with mode: 0644]
contrib/texinfo/info/echo-area.h [new file with mode: 0644]
contrib/texinfo/info/filesys.c [new file with mode: 0644]
contrib/texinfo/info/filesys.h [new file with mode: 0644]
contrib/texinfo/info/footnotes.c [new file with mode: 0644]
contrib/texinfo/info/footnotes.h [new file with mode: 0644]
contrib/texinfo/info/gc.c [new file with mode: 0644]
contrib/texinfo/info/gc.h [new file with mode: 0644]
contrib/texinfo/info/indices.c [new file with mode: 0644]
contrib/texinfo/info/indices.h [new file with mode: 0644]
contrib/texinfo/info/info-utils.c [new file with mode: 0644]
contrib/texinfo/info/info-utils.h [new file with mode: 0644]
contrib/texinfo/info/info.c [new file with mode: 0644]
contrib/texinfo/info/info.h [new file with mode: 0644]
contrib/texinfo/info/infodoc.c [new file with mode: 0644]
contrib/texinfo/info/infokey.c [new file with mode: 0644]
contrib/texinfo/info/infokey.h [new file with mode: 0644]
contrib/texinfo/info/infomap.c [new file with mode: 0644]
contrib/texinfo/info/infomap.h [new file with mode: 0644]
contrib/texinfo/info/key.h [new file with mode: 0644]
contrib/texinfo/info/m-x.c [new file with mode: 0644]
contrib/texinfo/info/makedoc.c [new file with mode: 0644]
contrib/texinfo/info/man.c [new file with mode: 0644]
contrib/texinfo/info/man.h [new file with mode: 0644]
contrib/texinfo/info/nodemenu.c [new file with mode: 0644]
contrib/texinfo/info/nodes.c [new file with mode: 0644]
contrib/texinfo/info/nodes.h [new file with mode: 0644]
contrib/texinfo/info/pcterm.c [new file with mode: 0644]
contrib/texinfo/info/search.c [new file with mode: 0644]
contrib/texinfo/info/search.h [new file with mode: 0644]
contrib/texinfo/info/session.c [new file with mode: 0644]
contrib/texinfo/info/session.h [new file with mode: 0644]
contrib/texinfo/info/signals.c [new file with mode: 0644]
contrib/texinfo/info/signals.h [new file with mode: 0644]
contrib/texinfo/info/termdep.h [new file with mode: 0644]
contrib/texinfo/info/terminal.c [new file with mode: 0644]
contrib/texinfo/info/terminal.h [new file with mode: 0644]
contrib/texinfo/info/tilde.c [new file with mode: 0644]
contrib/texinfo/info/tilde.h [new file with mode: 0644]
contrib/texinfo/info/variables.c [new file with mode: 0644]
contrib/texinfo/info/variables.h [new file with mode: 0644]
contrib/texinfo/info/window.c [new file with mode: 0644]
contrib/texinfo/info/window.h [new file with mode: 0644]
contrib/texinfo/install-info/install-info.c [new file with mode: 0644]
contrib/texinfo/lib/substring.c [new file with mode: 0644]
contrib/texinfo/lib/xexit.c [new file with mode: 0644]
contrib/texinfo/makeinfo/cmds.c [new file with mode: 0644]
contrib/texinfo/makeinfo/cmds.h [new file with mode: 0644]
contrib/texinfo/makeinfo/defun.c [new file with mode: 0644]
contrib/texinfo/makeinfo/defun.h [new file with mode: 0644]
contrib/texinfo/makeinfo/files.c [new file with mode: 0644]
contrib/texinfo/makeinfo/files.h [new file with mode: 0644]
contrib/texinfo/makeinfo/float.c [new file with mode: 0644]
contrib/texinfo/makeinfo/float.h [new file with mode: 0644]
contrib/texinfo/makeinfo/footnote.c [new file with mode: 0644]
contrib/texinfo/makeinfo/footnote.h [new file with mode: 0644]
contrib/texinfo/makeinfo/html.c [new file with mode: 0644]
contrib/texinfo/makeinfo/html.h [new file with mode: 0644]
contrib/texinfo/makeinfo/index.c [new file with mode: 0644]
contrib/texinfo/makeinfo/index.h [new file with mode: 0644]
contrib/texinfo/makeinfo/insertion.c [new file with mode: 0644]
contrib/texinfo/makeinfo/insertion.h [new file with mode: 0644]
contrib/texinfo/makeinfo/lang.c [new file with mode: 0644]
contrib/texinfo/makeinfo/lang.h [new file with mode: 0644]
contrib/texinfo/makeinfo/macro.c [new file with mode: 0644]
contrib/texinfo/makeinfo/macro.h [new file with mode: 0644]
contrib/texinfo/makeinfo/makeinfo.c [new file with mode: 0644]
contrib/texinfo/makeinfo/makeinfo.h [new file with mode: 0644]
contrib/texinfo/makeinfo/multi.c [new file with mode: 0644]
contrib/texinfo/makeinfo/multi.h [new file with mode: 0644]
contrib/texinfo/makeinfo/node.c [new file with mode: 0644]
contrib/texinfo/makeinfo/node.h [new file with mode: 0644]
contrib/texinfo/makeinfo/sectioning.c [new file with mode: 0644]
contrib/texinfo/makeinfo/sectioning.h [new file with mode: 0644]
contrib/texinfo/makeinfo/toc.c [new file with mode: 0644]
contrib/texinfo/makeinfo/toc.h [new file with mode: 0644]
contrib/texinfo/makeinfo/xml.c [new file with mode: 0644]
contrib/texinfo/makeinfo/xml.h [new file with mode: 0644]
contrib/texinfo/makeinfo/xref.c [new file with mode: 0644]
contrib/texinfo/makeinfo/xref.h [new file with mode: 0644]
contrib/texinfo/system.h [new file with mode: 0644]
contrib/texinfo/util/pdftexi2dvi [new file with mode: 0755]
contrib/texinfo/util/texi2dvi [new file with mode: 0755]
contrib/texinfo/util/texi2pdf [new file with mode: 0755]
contrib/texinfo/util/texindex.c [new file with mode: 0644]
contrib/tnftp/README.DRAGONFLY [new file with mode: 0644]
contrib/tnftp/cmds.c [new file with mode: 0644]
contrib/tnftp/cmdtab.c [new file with mode: 0644]
contrib/tnftp/complete.c [new file with mode: 0644]
contrib/tnftp/domacro.c [new file with mode: 0644]
contrib/tnftp/extern.h [new file with mode: 0644]
contrib/tnftp/fetch.c [new file with mode: 0644]
contrib/tnftp/ftp.1 [new file with mode: 0644]
contrib/tnftp/ftp.c [new file with mode: 0644]
contrib/tnftp/ftp_var.h [new file with mode: 0644]
contrib/tnftp/main.c [new file with mode: 0644]
contrib/tnftp/progressbar.c [new file with mode: 0644]
contrib/tnftp/progressbar.h [new file with mode: 0644]
contrib/tnftp/ruserpass.c [new file with mode: 0644]
contrib/tnftp/util.c [new file with mode: 0644]
contrib/tnftp/version.h [new file with mode: 0644]
contrib/top/Changes [new file with mode: 0644]
contrib/top/FAQ [new file with mode: 0644]
contrib/top/INSTALL [new file with mode: 0644]
contrib/top/LICENSE [new file with mode: 0644]
contrib/top/Porting [new file with mode: 0644]
contrib/top/README [new file with mode: 0644]
contrib/top/README.DELETED [new file with mode: 0644]
contrib/top/README.DRAGONFLY [new file with mode: 0644]
contrib/top/Y2K [new file with mode: 0644]
contrib/top/ap_snprintf.c [new file with mode: 0644]
contrib/top/boolean.h [new file with mode: 0644]
contrib/top/color.c [new file with mode: 0644]
contrib/top/color.h [new file with mode: 0644]
contrib/top/commands.c [new file with mode: 0644]
contrib/top/commands.h [new file with mode: 0644]
contrib/top/display.c [new file with mode: 0644]
contrib/top/display.h [new file with mode: 0644]
contrib/top/getopt.c [new file with mode: 0644]
contrib/top/globalstate.h [new file with mode: 0644]
contrib/top/hash.c [new file with mode: 0644]
contrib/top/hash.h [new file with mode: 0644]
contrib/top/hash.m4c [new file with mode: 0755]
contrib/top/hash.m4h [new file with mode: 0755]
contrib/top/layout.h [new file with mode: 0644]
contrib/top/loadavg.h [new file with mode: 0644]
contrib/top/machine.h [new file with mode: 0644]
contrib/top/message.h [new file with mode: 0644]
contrib/top/os.h [new file with mode: 0644]
contrib/top/screen.c [new file with mode: 0644]
contrib/top/screen.h [new file with mode: 0644]
contrib/top/top.c [new file with mode: 0644]
contrib/top/top.h [new file with mode: 0644]
contrib/top/username.c [new file with mode: 0644]
contrib/top/username.h [new file with mode: 0644]
contrib/top/utils.c [new file with mode: 0644]
contrib/top/utils.h [new file with mode: 0644]
contrib/top/version.c [new file with mode: 0644]
contrib/top/version.h [new file with mode: 0644]
contrib/wpa_supplicant/COPYING [new file with mode: 0644]
contrib/wpa_supplicant/README [new file with mode: 0644]
contrib/wpa_supplicant/README.DELETED [new file with mode: 0644]
contrib/wpa_supplicant/README.DRAGONFLY [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.8-tls-extensions.patch [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.8d-tls-extensions.patch [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.8e-tls-extensions.patch [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.8g-tls-extensions.patch [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.8h-tls-extensions.patch [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.8i-tls-extensions.patch [new file with mode: 0644]
contrib/wpa_supplicant/patches/openssl-0.9.9-session-ticket.patch [new file with mode: 0644]
contrib/wpa_supplicant/src/common/defs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/eapol_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/ieee802_11_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/common/ieee802_11_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/ieee802_11_defs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/nl80211_copy.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/privsep_commands.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/version.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/wireless_copy.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/wpa_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/common/wpa_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/common/wpa_ctrl.c [new file with mode: 0644]
contrib/wpa_supplicant/src/common/wpa_ctrl.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/aes.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/aes.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/aes_wrap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/aes_wrap.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto_cryptoapi.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto_gnutls.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto_internal.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto_libtomcrypt.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto_none.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/crypto_openssl.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/des.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/dh_groups.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/dh_groups.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/md4.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/md5.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/md5.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/ms_funcs.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/ms_funcs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/rc4.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/rc4.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/sha1.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/sha1.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/sha256.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/sha256.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/tls.h [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/tls_gnutls.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/tls_internal.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/tls_none.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/tls_openssl.c [new file with mode: 0644]
contrib/wpa_supplicant/src/crypto/tls_schannel.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/Apple80211.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/MobileApple80211.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/MobileApple80211.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_atmel.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_broadcom.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_bsd.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_hostap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_hostap.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ipw.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_madwifi.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ndis.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ndis.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ndis_.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ndiswrapper.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_nl80211.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_prism54.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_privsep.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ps3.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ralink.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_ralink.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_roboswitch.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_test.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_wext.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_wext.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/driver_wired.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/drivers.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/ndis_events.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/priv_netlink.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/radiotap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/radiotap.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/radiotap_iter.h [new file with mode: 0644]
contrib/wpa_supplicant/src/drivers/scan_helpers.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/chap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/chap.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_defs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_fast_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_fast_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_gpsk_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_gpsk_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_ikev2_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_ikev2_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_pax_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_pax_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_peap_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_peap_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_psk_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_psk_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_sake_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_sake_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_sim_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_sim_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_tlv_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_ttls.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_wsc_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/eap_wsc_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/ikev2_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_common/ikev2_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_aka.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_config.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_fast.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_fast_pac.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_fast_pac.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_gpsk.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_gtc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_ikev2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_leap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_md5.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_methods.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_methods.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_mschapv2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_otp.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_pax.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_peap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_psk.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_sake.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_sim.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_tls.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_tls_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_tls_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_tnc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_ttls.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_vendor_test.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/eap_wsc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/ikev2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/ikev2.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/mschapv2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/mschapv2.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/tncc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_peer/tncc.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_aka.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_fast.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_gpsk.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_gtc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_identity.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_ikev2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_md5.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_methods.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_methods.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_mschapv2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_pax.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_peap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_psk.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_sake.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_sim.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_sim_db.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_sim_db.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_tls.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_tls_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_tls_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_tnc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_ttls.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_vendor_test.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/eap_wsc.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/ikev2.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/ikev2.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/tncs.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eap_server/tncs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/eapol_supp/eapol_supp_sm.c [new file with mode: 0644]
contrib/wpa_supplicant/src/eapol_supp/eapol_supp_sm.h [new file with mode: 0644]
contrib/wpa_supplicant/src/hlr_auc_gw/hlr_auc_gw.c [new file with mode: 0644]
contrib/wpa_supplicant/src/hlr_auc_gw/milenage.c [new file with mode: 0644]
contrib/wpa_supplicant/src/hlr_auc_gw/milenage.h [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet.h [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_freebsd.c [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_linux.c [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_ndis.c [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_none.c [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_pcap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_privsep.c [new file with mode: 0644]
contrib/wpa_supplicant/src/l2_packet/l2_packet_winpcap.c [new file with mode: 0644]
contrib/wpa_supplicant/src/radius/radius.c [new file with mode: 0644]
contrib/wpa_supplicant/src/radius/radius.h [new file with mode: 0644]
contrib/wpa_supplicant/src/radius/radius_client.c [new file with mode: 0644]
contrib/wpa_supplicant/src/radius/radius_client.h [new file with mode: 0644]
contrib/wpa_supplicant/src/radius/radius_server.c [new file with mode: 0644]
contrib/wpa_supplicant/src/radius/radius_server.h [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/peerkey.c [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/peerkey.h [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/pmksa_cache.c [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/pmksa_cache.h [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/preauth.c [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/preauth.h [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/wpa.c [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/wpa.h [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/wpa_ft.c [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/wpa_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/wpa_ie.c [new file with mode: 0644]
contrib/wpa_supplicant/src/rsn_supp/wpa_ie.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/asn1.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/asn1.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/asn1_test.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/bignum.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/bignum.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/libtommath.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/rsa.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/rsa.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_client.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_client.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_client_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_client_read.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_client_write.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_cred.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_cred.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_record.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_record.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_server.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_server.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_server_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_server_read.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/tlsv1_server_write.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/x509v3.c [new file with mode: 0644]
contrib/wpa_supplicant/src/tls/x509v3.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/base64.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/base64.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/build_config.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/common.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/eloop.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/eloop.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/eloop_none.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/eloop_win.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/includes.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/ip_addr.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/ip_addr.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/os.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/os_internal.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/os_none.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/os_unix.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/pcsc_funcs.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/pcsc_funcs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/state_machine.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/uuid.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/uuid.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/wpa_debug.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/wpa_debug.h [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/wpabuf.c [new file with mode: 0644]
contrib/wpa_supplicant/src/utils/wpabuf.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/httpread.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/httpread.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_attr_build.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_attr_parse.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_attr_process.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_common.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_defs.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_dev_attr.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_dev_attr.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_enrollee.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_registrar.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_upnp.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_upnp.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_upnp_event.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_upnp_i.h [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_upnp_ssdp.c [new file with mode: 0644]
contrib/wpa_supplicant/src/wps/wps_upnp_web.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ChangeLog [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/README [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/README-WPS [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/README-Windows.txt [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/blacklist.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/blacklist.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/config.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/config.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/config_file.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/config_none.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/config_ssid.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/config_winreg.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_dbus.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_dbus.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_dbus_handlers.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_dbus_handlers.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_named_pipe.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_udp.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/ctrl_iface_unix.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/dbus_dict_helpers.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/dbus_dict_helpers.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/eapol_test.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/events.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/main.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/main_none.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/main_winmain.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/main_winsvc.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/mlme.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/mlme.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/preauth_test.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/scan.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/symbian/README.symbian [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/link_test.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_aes.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_eap_sim_common.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_md4.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_md5.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_ms_funcs.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_sha1.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_sha256.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_wpa.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/tests/test_x509v3.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/win_if_list.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_cli.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/addinterface.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/eventhistory.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/icons/README [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/networkconfig.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/scanresults.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/userdatarequest.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/wpagui.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/wpamsg.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui/eventhistory.ui.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui/networkconfig.ui.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui/scanresults.ui.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui/userdatarequest.ui.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui/wpagui.ui.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_gui/wpamsg.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_passphrase.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_priv.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_supplicant.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpa_supplicant_i.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpas_glue.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wpas_glue.h [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wps_supplicant.c [new file with mode: 0644]
contrib/wpa_supplicant/wpa_supplicant/wps_supplicant.h [new file with mode: 0644]
contrib/xz/AUTHORS [new file with mode: 0644]
contrib/xz/COPYING [new file with mode: 0644]
contrib/xz/COPYING.GPLv2 [new file with mode: 0644]
contrib/xz/COPYING.GPLv3 [new file with mode: 0644]
contrib/xz/COPYING.LGPLv2.1 [new file with mode: 0644]
contrib/xz/NEWS [new file with mode: 0644]
contrib/xz/README [new file with mode: 0644]
contrib/xz/README.DELETED [new file with mode: 0644]
contrib/xz/README.DRAGONFLY [new file with mode: 0644]
contrib/xz/src/common/mythread.h [new file with mode: 0644]
contrib/xz/src/common/sysdefs.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_common.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_config.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_cpucores.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_cpucores.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_exit.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_exit.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_gettext.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_integer.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_mbstr.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_mbstr_fw.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_mbstr_width.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_open_stdxxx.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_open_stdxxx.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_physmem.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_physmem.h [new file with mode: 0644]
contrib/xz/src/common/tuklib_progname.c [new file with mode: 0644]
contrib/xz/src/common/tuklib_progname.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/base.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/bcj.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/block.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/check.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/container.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/delta.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/filter.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/hardware.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/index.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/index_hash.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/lzma.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/stream_flags.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/version.h [new file with mode: 0644]
contrib/xz/src/liblzma/api/lzma/vli.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/check.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/check.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_fast.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_small.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_table.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_table_be.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_table_le.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_tablegen.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc32_x86.S [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_fast.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_small.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_table.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_table_be.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_table_le.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_tablegen.c [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc64_x86.S [new file with mode: 0644]
contrib/xz/src/liblzma/check/crc_macros.h [new file with mode: 0644]
contrib/xz/src/liblzma/check/sha256.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/alone_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/alone_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/alone_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/auto_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_buffer_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_buffer_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_header_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_header_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/block_util.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/common.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/common.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/easy_buffer_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/easy_decoder_memusage.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/easy_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/easy_encoder_memusage.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/easy_preset.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/easy_preset.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_buffer_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_buffer_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_common.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_common.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_flags_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/filter_flags_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/hardware_physmem.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/index.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/index.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/index_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/index_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/index_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/index_hash.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_buffer_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_buffer_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_flags_common.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_flags_common.h [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_flags_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/stream_flags_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/vli_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/vli_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/common/vli_size.c [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_common.c [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_common.h [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/delta/delta_private.h [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_encoder_hash.h [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_encoder_hash_table.h [new file with mode: 0644]
contrib/xz/src/liblzma/lz/lz_encoder_mf.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/fastpos.h [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/fastpos_table.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/fastpos_tablegen.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma2_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma2_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma2_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma2_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_common.h [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_encoder_optimum_fast.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_encoder_optimum_normal.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_encoder_presets.c [new file with mode: 0644]
contrib/xz/src/liblzma/lzma/lzma_encoder_private.h [new file with mode: 0644]
contrib/xz/src/liblzma/rangecoder/price.h [new file with mode: 0644]
contrib/xz/src/liblzma/rangecoder/price_table.c [new file with mode: 0644]
contrib/xz/src/liblzma/rangecoder/price_tablegen.c [new file with mode: 0644]
contrib/xz/src/liblzma/rangecoder/range_common.h [new file with mode: 0644]
contrib/xz/src/liblzma/rangecoder/range_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/rangecoder/range_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/simple/arm.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/armthumb.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/ia64.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/powerpc.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_coder.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_coder.h [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_decoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_decoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_encoder.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_encoder.h [new file with mode: 0644]
contrib/xz/src/liblzma/simple/simple_private.h [new file with mode: 0644]
contrib/xz/src/liblzma/simple/sparc.c [new file with mode: 0644]
contrib/xz/src/liblzma/simple/x86.c [new file with mode: 0644]
contrib/xz/src/lzmainfo/lzmainfo.1 [new file with mode: 0644]
contrib/xz/src/lzmainfo/lzmainfo.c [new file with mode: 0644]
contrib/xz/src/xz/args.c [new file with mode: 0644]
contrib/xz/src/xz/args.h [new file with mode: 0644]
contrib/xz/src/xz/coder.c [new file with mode: 0644]
contrib/xz/src/xz/coder.h [new file with mode: 0644]
contrib/xz/src/xz/file_io.c [new file with mode: 0644]
contrib/xz/src/xz/file_io.h [new file with mode: 0644]
contrib/xz/src/xz/hardware.c [new file with mode: 0644]
contrib/xz/src/xz/hardware.h [new file with mode: 0644]
contrib/xz/src/xz/list.c [new file with mode: 0644]
contrib/xz/src/xz/list.h [new file with mode: 0644]
contrib/xz/src/xz/main.c [new file with mode: 0644]
contrib/xz/src/xz/main.h [new file with mode: 0644]
contrib/xz/src/xz/message.c [new file with mode: 0644]
contrib/xz/src/xz/message.h [new file with mode: 0644]
contrib/xz/src/xz/options.c [new file with mode: 0644]
contrib/xz/src/xz/options.h [new file with mode: 0644]
contrib/xz/src/xz/private.h [new file with mode: 0644]
contrib/xz/src/xz/signals.c [new file with mode: 0644]
contrib/xz/src/xz/signals.h [new file with mode: 0644]
contrib/xz/src/xz/suffix.c [new file with mode: 0644]
contrib/xz/src/xz/suffix.h [new file with mode: 0644]
contrib/xz/src/xz/util.c [new file with mode: 0644]
contrib/xz/src/xz/util.h [new file with mode: 0644]
contrib/xz/src/xz/xz.1 [new file with mode: 0644]
contrib/xz/src/xzdec/xzdec.1 [new file with mode: 0644]
contrib/xz/src/xzdec/xzdec.c [new file with mode: 0644]
contrib/zlib-1.2/ChangeLog [new file with mode: 0644]
contrib/zlib-1.2/FAQ [new file with mode: 0644]
contrib/zlib-1.2/README [new file with mode: 0644]
contrib/zlib-1.2/README.DELETED [new file with mode: 0644]
contrib/zlib-1.2/adler32.c [new file with mode: 0644]
contrib/zlib-1.2/compress.c [new file with mode: 0644]
contrib/zlib-1.2/crc32.c [new file with mode: 0644]
contrib/zlib-1.2/crc32.h [new file with mode: 0644]
contrib/zlib-1.2/deflate.c [new file with mode: 0644]
contrib/zlib-1.2/deflate.h [new file with mode: 0644]
contrib/zlib-1.2/gzclose.c [new file with mode: 0644]
contrib/zlib-1.2/gzguts.h [new file with mode: 0644]
contrib/zlib-1.2/gzlib.c [new file with mode: 0644]
contrib/zlib-1.2/gzread.c [new file with mode: 0644]
contrib/zlib-1.2/gzwrite.c [new file with mode: 0644]
contrib/zlib-1.2/infback.c [new file with mode: 0644]
contrib/zlib-1.2/inffast.c [new file with mode: 0644]
contrib/zlib-1.2/inffast.h [new file with mode: 0644]
contrib/zlib-1.2/inffixed.h [new file with mode: 0644]
contrib/zlib-1.2/inflate.c [new file with mode: 0644]
contrib/zlib-1.2/inflate.h [new file with mode: 0644]
contrib/zlib-1.2/inftrees.c [new file with mode: 0644]
contrib/zlib-1.2/inftrees.h [new file with mode: 0644]
contrib/zlib-1.2/trees.c [new file with mode: 0644]
contrib/zlib-1.2/trees.h [new file with mode: 0644]
contrib/zlib-1.2/uncompr.c [new file with mode: 0644]
contrib/zlib-1.2/zconf.h [new file with mode: 0644]
contrib/zlib-1.2/zlib.3 [new file with mode: 0644]
contrib/zlib-1.2/zlib.h [new file with mode: 0644]
contrib/zlib-1.2/zutil.c [new file with mode: 0644]
contrib/zlib-1.2/zutil.h [new file with mode: 0644]
crypto/README [new file with mode: 0644]
crypto/openssh/CREDITS [new file with mode: 0644]
crypto/openssh/HPN-README [new file with mode: 0644]
crypto/openssh/LICENCE [new file with mode: 0644]
crypto/openssh/PROTOCOL [new file with mode: 0644]
crypto/openssh/PROTOCOL.agent [new file with mode: 0644]
crypto/openssh/PROTOCOL.certkeys [new file with mode: 0644]
crypto/openssh/PROTOCOL.mux [new file with mode: 0644]
crypto/openssh/README [new file with mode: 0644]
crypto/openssh/README.DELETED [new file with mode: 0644]
crypto/openssh/README.DRAGONFLY [new file with mode: 0644]
crypto/openssh/README.compromised-keys [new file with mode: 0644]
crypto/openssh/README.dns [new file with mode: 0644]
crypto/openssh/README.tun [new file with mode: 0644]
crypto/openssh/acss.c [new file with mode: 0644]
crypto/openssh/acss.h [new file with mode: 0644]
crypto/openssh/addrmatch.c [new file with mode: 0644]
crypto/openssh/atomicio.c [new file with mode: 0644]
crypto/openssh/atomicio.h [new file with mode: 0644]
crypto/openssh/audit-bsm.c [new file with mode: 0644]
crypto/openssh/audit.c [new file with mode: 0644]
crypto/openssh/audit.h [new file with mode: 0644]
crypto/openssh/auth-bsdauth.c [new file with mode: 0644]
crypto/openssh/auth-chall.c [new file with mode: 0644]
crypto/openssh/auth-krb5.c [new file with mode: 0644]
crypto/openssh/auth-options.c [new file with mode: 0644]
crypto/openssh/auth-options.h [new file with mode: 0644]
crypto/openssh/auth-pam.c [new file with mode: 0644]
crypto/openssh/auth-pam.h [new file with mode: 0644]
crypto/openssh/auth-passwd.c [new file with mode: 0644]
crypto/openssh/auth-rh-rsa.c [new file with mode: 0644]
crypto/openssh/auth-rhosts.c [new file with mode: 0644]
crypto/openssh/auth-rsa.c [new file with mode: 0644]
crypto/openssh/auth-shadow.c [new file with mode: 0644]
crypto/openssh/auth-sia.c [new file with mode: 0644]
crypto/openssh/auth-sia.h [new file with mode: 0644]
crypto/openssh/auth-skey.c [new file with mode: 0644]
crypto/openssh/auth.c [new file with mode: 0644]
crypto/openssh/auth.h [new file with mode: 0644]
crypto/openssh/auth1.c [new file with mode: 0644]
crypto/openssh/auth2-chall.c [new file with mode: 0644]
crypto/openssh/auth2-gss.c [new file with mode: 0644]
crypto/openssh/auth2-hostbased.c [new file with mode: 0644]
crypto/openssh/auth2-jpake.c [new file with mode: 0644]
crypto/openssh/auth2-kbdint.c [new file with mode: 0644]
crypto/openssh/auth2-none.c [new file with mode: 0644]
crypto/openssh/auth2-passwd.c [new file with mode: 0644]
crypto/openssh/auth2-pubkey.c [new file with mode: 0644]
crypto/openssh/auth2.c [new file with mode: 0644]
crypto/openssh/authfd.c [new file with mode: 0644]
crypto/openssh/authfd.h [new file with mode: 0644]
crypto/openssh/authfile.c [new file with mode: 0644]
crypto/openssh/authfile.h [new file with mode: 0644]
crypto/openssh/bufaux.c [new file with mode: 0644]
crypto/openssh/bufbn.c [new file with mode: 0644]
crypto/openssh/bufec.c [new file with mode: 0644]
crypto/openssh/buffer.c [new file with mode: 0644]
crypto/openssh/buffer.h [new file with mode: 0644]
crypto/openssh/canohost.c [new file with mode: 0644]
crypto/openssh/canohost.h [new file with mode: 0644]
crypto/openssh/channels.c [new file with mode: 0644]
crypto/openssh/channels.h [new file with mode: 0644]
crypto/openssh/cipher-3des1.c [new file with mode: 0644]
crypto/openssh/cipher-acss.c [new file with mode: 0644]
crypto/openssh/cipher-aes.c [new file with mode: 0644]
crypto/openssh/cipher-bf1.c [new file with mode: 0644]
crypto/openssh/cipher-ctr.c [new file with mode: 0644]
crypto/openssh/cipher.c [new file with mode: 0644]
crypto/openssh/cipher.h [new file with mode: 0644]
crypto/openssh/cleanup.c [new file with mode: 0644]
crypto/openssh/clientloop.c [new file with mode: 0644]
crypto/openssh/clientloop.h [new file with mode: 0644]
crypto/openssh/compat.c [new file with mode: 0644]
crypto/openssh/compat.h [new file with mode: 0644]
crypto/openssh/compress.c [new file with mode: 0644]
crypto/openssh/compress.h [new file with mode: 0644]
crypto/openssh/crc32.c [new file with mode: 0644]
crypto/openssh/crc32.h [new file with mode: 0644]
crypto/openssh/deattack.c [new file with mode: 0644]
crypto/openssh/deattack.h [new file with mode: 0644]
crypto/openssh/defines.h [new file with mode: 0644]
crypto/openssh/dh.c [new file with mode: 0644]
crypto/openssh/dh.h [new file with mode: 0644]
crypto/openssh/dispatch.c [new file with mode: 0644]
crypto/openssh/dispatch.h [new file with mode: 0644]
crypto/openssh/dns.c [new file with mode: 0644]
crypto/openssh/dns.h [new file with mode: 0644]
crypto/openssh/entropy.c [new file with mode: 0644]
crypto/openssh/entropy.h [new file with mode: 0644]
crypto/openssh/fatal.c [new file with mode: 0644]
crypto/openssh/groupaccess.c [new file with mode: 0644]
crypto/openssh/groupaccess.h [new file with mode: 0644]
crypto/openssh/gss-genr.c [new file with mode: 0644]
crypto/openssh/gss-serv-krb5.c [new file with mode: 0644]
crypto/openssh/gss-serv.c [new file with mode: 0644]
crypto/openssh/hostfile.c [new file with mode: 0644]
crypto/openssh/hostfile.h [new file with mode: 0644]
crypto/openssh/includes.h [new file with mode: 0644]
crypto/openssh/jpake.c [new file with mode: 0644]
crypto/openssh/jpake.h [new file with mode: 0644]
crypto/openssh/kex.c [new file with mode: 0644]
crypto/openssh/kex.h [new file with mode: 0644]
crypto/openssh/kexdh.c [new file with mode: 0644]
crypto/openssh/kexdhc.c [new file with mode: 0644]
crypto/openssh/kexdhs.c [new file with mode: 0644]
crypto/openssh/kexecdh.c [new file with mode: 0644]
crypto/openssh/kexecdhc.c [new file with mode: 0644]
crypto/openssh/kexecdhs.c [new file with mode: 0644]
crypto/openssh/kexgex.c [new file with mode: 0644]
crypto/openssh/kexgexc.c [new file with mode: 0644]
crypto/openssh/kexgexs.c [new file with mode: 0644]
crypto/openssh/key.c [new file with mode: 0644]
crypto/openssh/key.h [new file with mode: 0644]
crypto/openssh/log.c [new file with mode: 0644]
crypto/openssh/log.h [new file with mode: 0644]
crypto/openssh/loginrec.c [new file with mode: 0644]
crypto/openssh/loginrec.h [new file with mode: 0644]
crypto/openssh/mac.c [new file with mode: 0644]
crypto/openssh/mac.h [new file with mode: 0644]
crypto/openssh/match.c [new file with mode: 0644]
crypto/openssh/match.h [new file with mode: 0644]
crypto/openssh/md-sha256.c [new file with mode: 0644]
crypto/openssh/md5crypt.c [new file with mode: 0644]
crypto/openssh/md5crypt.h [new file with mode: 0644]
crypto/openssh/misc.c [new file with mode: 0644]
crypto/openssh/misc.h [new file with mode: 0644]
crypto/openssh/moduli [new file with mode: 0644]
crypto/openssh/moduli.5 [new file with mode: 0644]
crypto/openssh/moduli.c [new file with mode: 0644]
crypto/openssh/monitor.c [new file with mode: 0644]
crypto/openssh/monitor.h [new file with mode: 0644]
crypto/openssh/monitor_fdpass.c [new file with mode: 0644]
crypto/openssh/monitor_fdpass.h [new file with mode: 0644]
crypto/openssh/monitor_mm.c [new file with mode: 0644]
crypto/openssh/monitor_mm.h [new file with mode: 0644]
crypto/openssh/monitor_wrap.c [new file with mode: 0644]
crypto/openssh/monitor_wrap.h [new file with mode: 0644]
crypto/openssh/msg.c [new file with mode: 0644]
crypto/openssh/msg.h [new file with mode: 0644]
crypto/openssh/mux.c [new file with mode: 0644]
crypto/openssh/myproposal.h [new file with mode: 0644]
crypto/openssh/nchan.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/base64.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-cray.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-cygwin_util.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-misc.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-misc.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-nextstep.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-poll.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-statvfs.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/bsd-waitpid.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/charclass.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/fake-rfc2553.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/fmt_scaled.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/getrrsetbyname.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/getrrsetbyname.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/glob.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/glob.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/openbsd-compat.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/openssl-compat.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/openssl-compat.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-aix.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-irix.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-linux.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-solaris.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-tun.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-tun.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/port-uw.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/readpassphrase.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/sha2.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/sigact.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/sys-queue.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/sys-tree.h [new file with mode: 0644]
crypto/openssh/openbsd-compat/timingsafe_bcmp.c [new file with mode: 0644]
crypto/openssh/openbsd-compat/xmmap.c [new file with mode: 0644]
crypto/openssh/packet.c [new file with mode: 0644]
crypto/openssh/packet.h [new file with mode: 0644]
crypto/openssh/pathnames.h [new file with mode: 0644]
crypto/openssh/pkcs11.h [new file with mode: 0644]
crypto/openssh/platform.c [new file with mode: 0644]
crypto/openssh/platform.h [new file with mode: 0644]
crypto/openssh/progressmeter.c [new file with mode: 0644]
crypto/openssh/progressmeter.h [new file with mode: 0644]
crypto/openssh/readconf.c [new file with mode: 0644]
crypto/openssh/readconf.h [new file with mode: 0644]
crypto/openssh/readpass.c [new file with mode: 0644]
crypto/openssh/rijndael.c [new file with mode: 0644]
crypto/openssh/rijndael.h [new file with mode: 0644]
crypto/openssh/roaming.h [new file with mode: 0644]
crypto/openssh/roaming_client.c [new file with mode: 0644]
crypto/openssh/roaming_common.c [new file with mode: 0644]
crypto/openssh/roaming_dummy.c [new file with mode: 0644]
crypto/openssh/roaming_serv.c [new file with mode: 0644]
crypto/openssh/rsa.c [new file with mode: 0644]
crypto/openssh/rsa.h [new file with mode: 0644]
crypto/openssh/sandbox-rlimit.c [new file with mode: 0644]
crypto/openssh/schnorr.c [new file with mode: 0644]
crypto/openssh/schnorr.h [new file with mode: 0644]
crypto/openssh/scp.1 [new file with mode: 0644]
crypto/openssh/scp.c [new file with mode: 0644]
crypto/openssh/servconf.c [new file with mode: 0644]
crypto/openssh/servconf.h [new file with mode: 0644]
crypto/openssh/serverloop.c [new file with mode: 0644]
crypto/openssh/serverloop.h [new file with mode: 0644]
crypto/openssh/session.c [new file with mode: 0644]
crypto/openssh/session.h [new file with mode: 0644]
crypto/openssh/sftp-client.c [new file with mode: 0644]
crypto/openssh/sftp-client.h [new file with mode: 0644]
crypto/openssh/sftp-common.c [new file with mode: 0644]
crypto/openssh/sftp-common.h [new file with mode: 0644]
crypto/openssh/sftp-glob.c [new file with mode: 0644]
crypto/openssh/sftp-server-main.c [new file with mode: 0644]
crypto/openssh/sftp-server.8 [new file with mode: 0644]
crypto/openssh/sftp-server.c [new file with mode: 0644]
crypto/openssh/sftp.1 [new file with mode: 0644]
crypto/openssh/sftp.c [new file with mode: 0644]
crypto/openssh/sftp.h [new file with mode: 0644]
crypto/openssh/ssh-add.1 [new file with mode: 0644]
crypto/openssh/ssh-add.c [new file with mode: 0644]
crypto/openssh/ssh-agent.1 [new file with mode: 0644]
crypto/openssh/ssh-agent.c [new file with mode: 0644]
crypto/openssh/ssh-dss.c [new file with mode: 0644]
crypto/openssh/ssh-ecdsa.c [new file with mode: 0644]
crypto/openssh/ssh-gss.h [new file with mode: 0644]
crypto/openssh/ssh-keygen.1 [new file with mode: 0644]
crypto/openssh/ssh-keygen.c [new file with mode: 0644]
crypto/openssh/ssh-keyscan.1 [new file with mode: 0644]
crypto/openssh/ssh-keyscan.c [new file with mode: 0644]
crypto/openssh/ssh-keysign.8 [new file with mode: 0644]
crypto/openssh/ssh-keysign.c [new file with mode: 0644]
crypto/openssh/ssh-pkcs11-client.c [new file with mode: 0644]
crypto/openssh/ssh-pkcs11-helper.8 [new file with mode: 0644]
crypto/openssh/ssh-pkcs11-helper.c [new file with mode: 0644]
crypto/openssh/ssh-pkcs11.c [new file with mode: 0644]
crypto/openssh/ssh-pkcs11.h [new file with mode: 0644]
crypto/openssh/ssh-rsa.c [new file with mode: 0644]
crypto/openssh/ssh-sandbox.h [new file with mode: 0644]
crypto/openssh/ssh-vulnkey.1 [new file with mode: 0644]
crypto/openssh/ssh-vulnkey.c [new file with mode: 0644]
crypto/openssh/ssh.1 [new file with mode: 0644]
crypto/openssh/ssh.c [new file with mode: 0644]
crypto/openssh/ssh.h [new file with mode: 0644]
crypto/openssh/ssh1.h [new file with mode: 0644]
crypto/openssh/ssh2.h [new file with mode: 0644]
crypto/openssh/ssh_config [new file with mode: 0644]
crypto/openssh/ssh_config.5 [new file with mode: 0644]
crypto/openssh/ssh_namespace.h [new file with mode: 0644]
crypto/openssh/sshconnect.c [new file with mode: 0644]
crypto/openssh/sshconnect.h [new file with mode: 0644]
crypto/openssh/sshconnect1.c [new file with mode: 0644]
crypto/openssh/sshconnect2.c [new file with mode: 0644]
crypto/openssh/sshd.8 [new file with mode: 0644]
crypto/openssh/sshd.c [new file with mode: 0644]
crypto/openssh/sshd_config [new file with mode: 0644]
crypto/openssh/sshd_config.5 [new file with mode: 0644]
crypto/openssh/sshlogin.c [new file with mode: 0644]
crypto/openssh/sshlogin.h [new file with mode: 0644]
crypto/openssh/sshpty.c [new file with mode: 0644]
crypto/openssh/sshpty.h [new file with mode: 0644]
crypto/openssh/sshtty.c [new file with mode: 0644]
crypto/openssh/ttymodes.c [new file with mode: 0644]
crypto/openssh/ttymodes.h [new file with mode: 0644]
crypto/openssh/uidswap.c [new file with mode: 0644]
crypto/openssh/uidswap.h [new file with mode: 0644]
crypto/openssh/umac.c [new file with mode: 0644]
crypto/openssh/umac.h [new file with mode: 0644]
crypto/openssh/uuencode.c [new file with mode: 0644]
crypto/openssh/uuencode.h [new file with mode: 0644]
crypto/openssh/xmalloc.c [new file with mode: 0644]
crypto/openssh/xmalloc.h [new file with mode: 0644]
crypto/openssl/CHANGES [new file with mode: 0644]
crypto/openssl/FAQ [new file with mode: 0644]
crypto/openssl/LICENSE [new file with mode: 0644]
crypto/openssl/NEWS [new file with mode: 0644]
crypto/openssl/PROBLEMS [new file with mode: 0644]
crypto/openssl/README [new file with mode: 0644]
crypto/openssl/README.ASN1 [new file with mode: 0644]
crypto/openssl/README.DELETED [new file with mode: 0644]
crypto/openssl/README.DRAGONFLY [new file with mode: 0644]
crypto/openssl/README.ENGINE [new file with mode: 0644]
crypto/openssl/apps/CA.pl [new file with mode: 0644]
crypto/openssl/apps/CA.sh [new file with mode: 0644]
crypto/openssl/apps/app_rand.c [new file with mode: 0644]
crypto/openssl/apps/apps.c [new file with mode: 0644]
crypto/openssl/apps/apps.h [new file with mode: 0644]
crypto/openssl/apps/asn1pars.c [new file with mode: 0644]
crypto/openssl/apps/ca.c [new file with mode: 0644]
crypto/openssl/apps/ciphers.c [new file with mode: 0644]
crypto/openssl/apps/cms.c [new file with mode: 0644]
crypto/openssl/apps/crl.c [new file with mode: 0644]
crypto/openssl/apps/crl2p7.c [new file with mode: 0644]
crypto/openssl/apps/dgst.c [new file with mode: 0644]
crypto/openssl/apps/dh.c [new file with mode: 0644]
crypto/openssl/apps/dhparam.c [new file with mode: 0644]
crypto/openssl/apps/dsa.c [new file with mode: 0644]
crypto/openssl/apps/dsaparam.c [new file with mode: 0644]
crypto/openssl/apps/ec.c [new file with mode: 0644]
crypto/openssl/apps/ecparam.c [new file with mode: 0644]
crypto/openssl/apps/enc.c [new file with mode: 0644]
crypto/openssl/apps/engine.c [new file with mode: 0644]
crypto/openssl/apps/errstr.c [new file with mode: 0644]
crypto/openssl/apps/gendh.c [new file with mode: 0644]
crypto/openssl/apps/gendsa.c [new file with mode: 0644]
crypto/openssl/apps/genpkey.c [new file with mode: 0644]
crypto/openssl/apps/genrsa.c [new file with mode: 0644]
crypto/openssl/apps/nseq.c [new file with mode: 0644]
crypto/openssl/apps/ocsp.c [new file with mode: 0644]
crypto/openssl/apps/openssl.c [new file with mode: 0644]
crypto/openssl/apps/openssl.cnf [new file with mode: 0644]
crypto/openssl/apps/passwd.c [new file with mode: 0644]
crypto/openssl/apps/pkcs12.c [new file with mode: 0644]
crypto/openssl/apps/pkcs7.c [new file with mode: 0644]
crypto/openssl/apps/pkcs8.c [new file with mode: 0644]
crypto/openssl/apps/pkey.c [new file with mode: 0644]
crypto/openssl/apps/pkeyparam.c [new file with mode: 0644]
crypto/openssl/apps/pkeyutl.c [new file with mode: 0644]
crypto/openssl/apps/prime.c [new file with mode: 0644]
crypto/openssl/apps/progs.h [new file with mode: 0644]
crypto/openssl/apps/rand.c [new file with mode: 0644]
crypto/openssl/apps/req.c [new file with mode: 0644]
crypto/openssl/apps/rsa.c [new file with mode: 0644]
crypto/openssl/apps/rsautl.c [new file with mode: 0644]
crypto/openssl/apps/s_apps.h [new file with mode: 0644]
crypto/openssl/apps/s_cb.c [new file with mode: 0644]
crypto/openssl/apps/s_client.c [new file with mode: 0644]
crypto/openssl/apps/s_server.c [new file with mode: 0644]
crypto/openssl/apps/s_socket.c [new file with mode: 0644]
crypto/openssl/apps/s_time.c [new file with mode: 0644]
crypto/openssl/apps/sess_id.c [new file with mode: 0644]
crypto/openssl/apps/smime.c [new file with mode: 0644]
crypto/openssl/apps/speed.c [new file with mode: 0644]
crypto/openssl/apps/spkac.c [new file with mode: 0644]
crypto/openssl/apps/testdsa.h [new file with mode: 0644]
crypto/openssl/apps/testrsa.h [new file with mode: 0644]
crypto/openssl/apps/timeouts.h [new file with mode: 0644]
crypto/openssl/apps/ts.c [new file with mode: 0644]
crypto/openssl/apps/verify.c [new file with mode: 0644]
crypto/openssl/apps/version.c [new file with mode: 0644]
crypto/openssl/apps/x509.c [new file with mode: 0644]
crypto/openssl/crypto/LPdir_unix.c [new file with mode: 0644]
crypto/openssl/crypto/aes/README [new file with mode: 0644]
crypto/openssl/crypto/aes/aes.h [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_cbc.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_cfb.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_core.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_ctr.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_ige.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_locl.h [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_misc.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_ofb.c [new file with mode: 0644]
crypto/openssl/crypto/aes/aes_wrap.c [new file with mode: 0644]
crypto/openssl/crypto/aes/asm/aes-586.pl [new file with mode: 0755]
crypto/openssl/crypto/aes/asm/aes-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/asn1/a_bitstr.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_bool.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_bytes.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_d2i_fp.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_digest.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_dup.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_enum.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_gentm.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_i2d_fp.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_int.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_mbstr.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_object.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_octet.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_print.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_set.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_sign.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_strex.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_strnid.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_time.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_type.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_utctm.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_utf8.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/a_verify.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/ameth_lib.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1.h [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1_err.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1_gen.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1_lib.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1_locl.h [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1_mac.h [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1_par.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn1t.h [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn_mime.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn_moid.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/asn_pack.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/bio_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/bio_ndef.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/charmap.h [new file with mode: 0644]
crypto/openssl/crypto/asn1/d2i_pr.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/d2i_pu.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/evp_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/f_enum.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/f_int.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/f_string.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/i2d_pr.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/i2d_pu.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/n_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/nsseq.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/p5_pbe.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/p5_pbev2.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/p8_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_bitst.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_crl.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_req.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_spki.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_x509.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/t_x509a.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_dec.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_enc.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_fre.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_new.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_prn.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_typ.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/tasn_utl.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_algor.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_attrib.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_bignum.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_crl.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_exten.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_info.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_long.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_name.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_nx509.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_pubkey.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_req.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_sig.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_spki.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_val.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_x509.c [new file with mode: 0644]
crypto/openssl/crypto/asn1/x_x509a.c [new file with mode: 0644]
crypto/openssl/crypto/bf/COPYRIGHT [new file with mode: 0644]
crypto/openssl/crypto/bf/README [new file with mode: 0644]
crypto/openssl/crypto/bf/VERSION [new file with mode: 0644]
crypto/openssl/crypto/bf/asm/bf-586.pl [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_cfb64.c [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_enc.c [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_locl.h [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_ofb64.c [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_pi.h [new file with mode: 0644]
crypto/openssl/crypto/bf/bf_skey.c [new file with mode: 0644]
crypto/openssl/crypto/bf/blowfish.h [new file with mode: 0644]
crypto/openssl/crypto/bio/b_dump.c [new file with mode: 0644]
crypto/openssl/crypto/bio/b_print.c [new file with mode: 0644]
crypto/openssl/crypto/bio/b_sock.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bf_buff.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bf_lbuf.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bf_nbio.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bf_null.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bio.h [new file with mode: 0644]
crypto/openssl/crypto/bio/bio_cb.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bio_err.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bio_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/bio/bio_lib.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_acpt.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_bio.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_conn.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_dgram.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_fd.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_file.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_log.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_mem.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_null.c [new file with mode: 0644]
crypto/openssl/crypto/bio/bss_sock.c [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/bn-586.pl [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/co-586.pl [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/x86-mont.pl [new file with mode: 0755]
crypto/openssl/crypto/bn/asm/x86_64-gcc.c [new file with mode: 0644]
crypto/openssl/crypto/bn/asm/x86_64-mont.pl [new file with mode: 0755]
crypto/openssl/crypto/bn/bn.h [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_add.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_asm.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_blind.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_const.c [new file with mode: 0755]
crypto/openssl/crypto/bn/bn_ctx.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_depr.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_div.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_err.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_exp.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_exp2.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_gcd.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_gf2m.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_kron.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_lib.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_mod.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_mont.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_mpi.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_mul.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_nist.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_prime.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_prime.h [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_print.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_rand.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_recp.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_shift.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_sqr.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_sqrt.c [new file with mode: 0644]
crypto/openssl/crypto/bn/bn_word.c [new file with mode: 0644]
crypto/openssl/crypto/bn/todo [new file with mode: 0644]
crypto/openssl/crypto/buffer/buf_err.c [new file with mode: 0644]
crypto/openssl/crypto/buffer/buffer.c [new file with mode: 0644]
crypto/openssl/crypto/buffer/buffer.h [new file with mode: 0644]
crypto/openssl/crypto/camellia/asm/cmll-x86.pl [new file with mode: 0644]
crypto/openssl/crypto/camellia/asm/cmll-x86_64.pl [new file with mode: 0644]
crypto/openssl/crypto/camellia/camellia.c [new file with mode: 0644]
crypto/openssl/crypto/camellia/camellia.h [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_cbc.c [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_cfb.c [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_ctr.c [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_locl.h [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_misc.c [new file with mode: 0644]
crypto/openssl/crypto/camellia/cmll_ofb.c [new file with mode: 0644]
crypto/openssl/crypto/cast/c_cfb64.c [new file with mode: 0644]
crypto/openssl/crypto/cast/c_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/cast/c_enc.c [new file with mode: 0644]
crypto/openssl/crypto/cast/c_ofb64.c [new file with mode: 0644]
crypto/openssl/crypto/cast/c_skey.c [new file with mode: 0644]
crypto/openssl/crypto/cast/cast.h [new file with mode: 0644]
crypto/openssl/crypto/cast/cast_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/cast/cast_s.h [new file with mode: 0644]
crypto/openssl/crypto/cms/cms.h [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_att.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_cd.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_dd.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_enc.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_env.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_err.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_ess.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_io.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_lib.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_sd.c [new file with mode: 0644]
crypto/openssl/crypto/cms/cms_smime.c [new file with mode: 0644]
crypto/openssl/crypto/comp/c_rle.c [new file with mode: 0644]
crypto/openssl/crypto/comp/c_zlib.c [new file with mode: 0644]
crypto/openssl/crypto/comp/comp.h [new file with mode: 0644]
crypto/openssl/crypto/comp/comp_err.c [new file with mode: 0644]
crypto/openssl/crypto/comp/comp_lib.c [new file with mode: 0644]
crypto/openssl/crypto/conf/README [new file with mode: 0644]
crypto/openssl/crypto/conf/conf.h [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_api.c [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_api.h [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_def.c [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_def.h [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_err.c [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_lib.c [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_mall.c [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_mod.c [new file with mode: 0644]
crypto/openssl/crypto/conf/conf_sap.c [new file with mode: 0644]
crypto/openssl/crypto/cpt_err.c [new file with mode: 0644]
crypto/openssl/crypto/cryptlib.c [new file with mode: 0644]
crypto/openssl/crypto/cryptlib.h [new file with mode: 0644]
crypto/openssl/crypto/crypto.h [new file with mode: 0644]
crypto/openssl/crypto/cversion.c [new file with mode: 0644]
crypto/openssl/crypto/des/COPYRIGHT [new file with mode: 0644]
crypto/openssl/crypto/des/README [new file with mode: 0644]
crypto/openssl/crypto/des/VERSION [new file with mode: 0644]
crypto/openssl/crypto/des/asm/crypt586.pl [new file with mode: 0644]
crypto/openssl/crypto/des/asm/des-586.pl [new file with mode: 0644]
crypto/openssl/crypto/des/asm/desboth.pl [new file with mode: 0644]
crypto/openssl/crypto/des/cbc3_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/cbc_cksm.c [new file with mode: 0644]
crypto/openssl/crypto/des/cbc_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/cfb64ede.c [new file with mode: 0644]
crypto/openssl/crypto/des/cfb64enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/cfb_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/des.h [new file with mode: 0644]
crypto/openssl/crypto/des/des_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/des_locl.h [new file with mode: 0644]
crypto/openssl/crypto/des/des_old.c [new file with mode: 0644]
crypto/openssl/crypto/des/des_old.h [new file with mode: 0644]
crypto/openssl/crypto/des/des_old2.c [new file with mode: 0644]
crypto/openssl/crypto/des/des_ver.h [new file with mode: 0644]
crypto/openssl/crypto/des/ecb3_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/ecb_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/ede_cbcm_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/enc_read.c [new file with mode: 0644]
crypto/openssl/crypto/des/enc_writ.c [new file with mode: 0644]
crypto/openssl/crypto/des/fcrypt.c [new file with mode: 0644]
crypto/openssl/crypto/des/fcrypt_b.c [new file with mode: 0644]
crypto/openssl/crypto/des/ncbc_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/ofb64ede.c [new file with mode: 0644]
crypto/openssl/crypto/des/ofb64enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/ofb_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/pcbc_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/qud_cksm.c [new file with mode: 0644]
crypto/openssl/crypto/des/rand_key.c [new file with mode: 0644]
crypto/openssl/crypto/des/read2pwd.c [new file with mode: 0644]
crypto/openssl/crypto/des/rpc_des.h [new file with mode: 0644]
crypto/openssl/crypto/des/rpc_enc.c [new file with mode: 0644]
crypto/openssl/crypto/des/set_key.c [new file with mode: 0644]
crypto/openssl/crypto/des/spr.h [new file with mode: 0644]
crypto/openssl/crypto/des/str2key.c [new file with mode: 0644]
crypto/openssl/crypto/des/xcbc_enc.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh.h [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_ameth.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_check.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_depr.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_err.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_gen.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_key.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_lib.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_pmeth.c [new file with mode: 0644]
crypto/openssl/crypto/dh/dh_prn.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/README [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa.h [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_ameth.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_depr.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_err.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_gen.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_key.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_lib.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_locl.h [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_ossl.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_pmeth.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_prn.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_sign.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/dsa_vrf.c [new file with mode: 0644]
crypto/openssl/crypto/dsa/fips186a.txt [new file with mode: 0644]
crypto/openssl/crypto/dso/README [new file with mode: 0644]
crypto/openssl/crypto/dso/dso.h [new file with mode: 0644]
crypto/openssl/crypto/dso/dso_dl.c [new file with mode: 0644]
crypto/openssl/crypto/dso/dso_dlfcn.c [new file with mode: 0644]
crypto/openssl/crypto/dso/dso_err.c [new file with mode: 0644]
crypto/openssl/crypto/dso/dso_lib.c [new file with mode: 0644]
crypto/openssl/crypto/dso/dso_null.c [new file with mode: 0644]
crypto/openssl/crypto/dso/dso_openssl.c [new file with mode: 0644]
crypto/openssl/crypto/ebcdic.c [new file with mode: 0644]
crypto/openssl/crypto/ebcdic.h [new file with mode: 0644]
crypto/openssl/crypto/ec/ec.h [new file with mode: 0644]
crypto/openssl/crypto/ec/ec2_mult.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec2_smpl.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_ameth.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_check.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_curve.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_cvt.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_err.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_key.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_mult.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_pmeth.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ec_print.c [new file with mode: 0644]
crypto/openssl/crypto/ec/eck_prn.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ecp_mont.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ecp_nist.c [new file with mode: 0644]
crypto/openssl/crypto/ec/ecp_smpl.c [new file with mode: 0644]
crypto/openssl/crypto/ecdh/ecdh.h [new file with mode: 0644]
crypto/openssl/crypto/ecdh/ech_err.c [new file with mode: 0644]
crypto/openssl/crypto/ecdh/ech_key.c [new file with mode: 0644]
crypto/openssl/crypto/ecdh/ech_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ecdh/ech_locl.h [new file with mode: 0644]
crypto/openssl/crypto/ecdh/ech_ossl.c [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecdsa.h [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_err.c [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_locl.h [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_ossl.c [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_sign.c [new file with mode: 0644]
crypto/openssl/crypto/ecdsa/ecs_vrf.c [new file with mode: 0644]
crypto/openssl/crypto/engine/README [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_all.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_cnf.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_cryptodev.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_ctrl.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_dyn.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_err.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_fat.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_init.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_int.h [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_lib.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_list.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_openssl.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/engine/eng_table.c [new file with mode: 0644]
crypto/openssl/crypto/engine/engine.h [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_asnmth.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_cipher.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_dh.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_digest.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_dsa.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_ecdh.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_ecdsa.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_pkmeth.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_rand.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_rsa.c [new file with mode: 0644]
crypto/openssl/crypto/engine/tb_store.c [new file with mode: 0644]
crypto/openssl/crypto/err/err.c [new file with mode: 0644]
crypto/openssl/crypto/err/err.h [new file with mode: 0644]
crypto/openssl/crypto/err/err_all.c [new file with mode: 0644]
crypto/openssl/crypto/err/err_prn.c [new file with mode: 0644]
crypto/openssl/crypto/evp/bio_b64.c [new file with mode: 0644]
crypto/openssl/crypto/evp/bio_enc.c [new file with mode: 0644]
crypto/openssl/crypto/evp/bio_md.c [new file with mode: 0644]
crypto/openssl/crypto/evp/bio_ok.c [new file with mode: 0644]
crypto/openssl/crypto/evp/c_all.c [new file with mode: 0644]
crypto/openssl/crypto/evp/c_allc.c [new file with mode: 0644]
crypto/openssl/crypto/evp/c_alld.c [new file with mode: 0644]
crypto/openssl/crypto/evp/digest.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_aes.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_bf.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_camellia.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_cast.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_des.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_des3.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_idea.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_null.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_rc2.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_rc4.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_rc5.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_seed.c [new file with mode: 0644]
crypto/openssl/crypto/evp/e_xcbc_d.c [new file with mode: 0644]
crypto/openssl/crypto/evp/encode.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp.h [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_acnf.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_enc.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_err.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_key.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_lib.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_locl.h [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_pbe.c [new file with mode: 0644]
crypto/openssl/crypto/evp/evp_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_dss.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_dss1.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_ecdsa.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_md2.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_md4.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_md5.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_mdc2.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_null.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_ripemd.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_sha.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_sha1.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_sigver.c [new file with mode: 0644]
crypto/openssl/crypto/evp/m_wp.c [new file with mode: 0644]
crypto/openssl/crypto/evp/names.c [new file with mode: 0644]
crypto/openssl/crypto/evp/openbsd_hw.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p5_crpt.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p5_crpt2.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_dec.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_enc.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_lib.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_open.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_seal.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_sign.c [new file with mode: 0644]
crypto/openssl/crypto/evp/p_verify.c [new file with mode: 0644]
crypto/openssl/crypto/evp/pmeth_fn.c [new file with mode: 0644]
crypto/openssl/crypto/evp/pmeth_gn.c [new file with mode: 0644]
crypto/openssl/crypto/evp/pmeth_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ex_data.c [new file with mode: 0644]
crypto/openssl/crypto/hmac/hm_ameth.c [new file with mode: 0644]
crypto/openssl/crypto/hmac/hm_pmeth.c [new file with mode: 0644]
crypto/openssl/crypto/hmac/hmac.c [new file with mode: 0644]
crypto/openssl/crypto/hmac/hmac.h [new file with mode: 0644]
crypto/openssl/crypto/idea/i_cbc.c [new file with mode: 0644]
crypto/openssl/crypto/idea/i_cfb64.c [new file with mode: 0644]
crypto/openssl/crypto/idea/i_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/idea/i_ofb64.c [new file with mode: 0644]
crypto/openssl/crypto/idea/i_skey.c [new file with mode: 0644]
crypto/openssl/crypto/idea/idea.h [new file with mode: 0644]
crypto/openssl/crypto/idea/idea_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/idea/version [new file with mode: 0644]
crypto/openssl/crypto/lhash/lh_stats.c [new file with mode: 0644]
crypto/openssl/crypto/lhash/lhash.c [new file with mode: 0644]
crypto/openssl/crypto/lhash/lhash.h [new file with mode: 0644]
crypto/openssl/crypto/md32_common.h [new file with mode: 0644]
crypto/openssl/crypto/md4/md4.h [new file with mode: 0644]
crypto/openssl/crypto/md4/md4_dgst.c [new file with mode: 0644]
crypto/openssl/crypto/md4/md4_locl.h [new file with mode: 0644]
crypto/openssl/crypto/md4/md4_one.c [new file with mode: 0644]
crypto/openssl/crypto/md5/asm/md5-586.pl [new file with mode: 0644]
crypto/openssl/crypto/md5/asm/md5-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/md5/md5.h [new file with mode: 0644]
crypto/openssl/crypto/md5/md5_dgst.c [new file with mode: 0644]
crypto/openssl/crypto/md5/md5_locl.h [new file with mode: 0644]
crypto/openssl/crypto/md5/md5_one.c [new file with mode: 0644]
crypto/openssl/crypto/mdc2/mdc2.h [new file with mode: 0644]
crypto/openssl/crypto/mdc2/mdc2_one.c [new file with mode: 0644]
crypto/openssl/crypto/mdc2/mdc2dgst.c [new file with mode: 0644]
crypto/openssl/crypto/mem.c [new file with mode: 0644]
crypto/openssl/crypto/mem_clr.c [new file with mode: 0644]
crypto/openssl/crypto/mem_dbg.c [new file with mode: 0644]
crypto/openssl/crypto/modes/cbc128.c [new file with mode: 0644]
crypto/openssl/crypto/modes/cfb128.c [new file with mode: 0644]
crypto/openssl/crypto/modes/ctr128.c [new file with mode: 0644]
crypto/openssl/crypto/modes/cts128.c [new file with mode: 0644]
crypto/openssl/crypto/modes/modes.h [new file with mode: 0644]
crypto/openssl/crypto/modes/ofb128.c [new file with mode: 0644]
crypto/openssl/crypto/o_dir.c [new file with mode: 0644]
crypto/openssl/crypto/o_dir.h [new file with mode: 0644]
crypto/openssl/crypto/o_time.c [new file with mode: 0644]
crypto/openssl/crypto/o_time.h [new file with mode: 0644]
crypto/openssl/crypto/objects/o_names.c [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_dat.c [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_dat.h [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_err.c [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_lib.c [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_mac.h [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_xref.c [new file with mode: 0644]
crypto/openssl/crypto/objects/obj_xref.h [new file with mode: 0644]
crypto/openssl/crypto/objects/objects.README [new file with mode: 0644]
crypto/openssl/crypto/objects/objects.h [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp.h [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_asn.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_cl.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_err.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_ext.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_ht.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_prn.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_srv.c [new file with mode: 0644]
crypto/openssl/crypto/ocsp/ocsp_vfy.c [new file with mode: 0644]
crypto/openssl/crypto/opensslv.h [new file with mode: 0644]
crypto/openssl/crypto/ossl_typ.h [new file with mode: 0644]
crypto/openssl/crypto/pem/message [new file with mode: 0644]
crypto/openssl/crypto/pem/pem.h [new file with mode: 0644]
crypto/openssl/crypto/pem/pem2.h [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_all.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_err.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_info.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_lib.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_oth.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_pk8.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_pkey.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_seal.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_sign.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_x509.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pem_xaux.c [new file with mode: 0644]
crypto/openssl/crypto/pem/pvkfmt.c [new file with mode: 0644]
crypto/openssl/crypto/perlasm/cbc.pl [new file with mode: 0644]
crypto/openssl/crypto/perlasm/x86_64-xlate.pl [new file with mode: 0755]
crypto/openssl/crypto/perlasm/x86asm.pl [new file with mode: 0644]
crypto/openssl/crypto/perlasm/x86gas.pl [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_add.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_asn.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_attr.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_crpt.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_crt.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_decr.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_init.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_key.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_kiss.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_mutl.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_npas.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_p8d.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_p8e.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/p12_utl.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/pk12err.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs12/pkcs12.h [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/bio_pk7.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/doc [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/example.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_attr.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_dgst.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_doit.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_lib.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_mime.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pk7_smime.c [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pkcs7.h [new file with mode: 0644]
crypto/openssl/crypto/pkcs7/pkcs7err.c [new file with mode: 0644]
crypto/openssl/crypto/pqueue/pq_test.c [new file with mode: 0644]
crypto/openssl/crypto/pqueue/pqueue.c [new file with mode: 0644]
crypto/openssl/crypto/pqueue/pqueue.h [new file with mode: 0644]
crypto/openssl/crypto/rand/md_rand.c [new file with mode: 0644]
crypto/openssl/crypto/rand/rand.h [new file with mode: 0644]
crypto/openssl/crypto/rand/rand_egd.c [new file with mode: 0644]
crypto/openssl/crypto/rand/rand_err.c [new file with mode: 0644]
crypto/openssl/crypto/rand/rand_lcl.h [new file with mode: 0644]
crypto/openssl/crypto/rand/rand_lib.c [new file with mode: 0644]
crypto/openssl/crypto/rand/rand_nw.c [new file with mode: 0644]
crypto/openssl/crypto/rand/rand_unix.c [new file with mode: 0644]
crypto/openssl/crypto/rand/randfile.c [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2.h [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2_cbc.c [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2_locl.h [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2_skey.c [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2cfb64.c [new file with mode: 0644]
crypto/openssl/crypto/rc2/rc2ofb64.c [new file with mode: 0644]
crypto/openssl/crypto/rc2/version [new file with mode: 0644]
crypto/openssl/crypto/rc4/asm/rc4-586.pl [new file with mode: 0644]
crypto/openssl/crypto/rc4/asm/rc4-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/rc4/rc4.h [new file with mode: 0644]
crypto/openssl/crypto/rc4/rc4_enc.c [new file with mode: 0644]
crypto/openssl/crypto/rc4/rc4_locl.h [new file with mode: 0644]
crypto/openssl/crypto/rc4/rc4_skey.c [new file with mode: 0644]
crypto/openssl/crypto/ripemd/README [new file with mode: 0644]
crypto/openssl/crypto/ripemd/asm/rmd-586.pl [new file with mode: 0644]
crypto/openssl/crypto/ripemd/ripemd.h [new file with mode: 0644]
crypto/openssl/crypto/ripemd/rmd_dgst.c [new file with mode: 0644]
crypto/openssl/crypto/ripemd/rmd_locl.h [new file with mode: 0644]
crypto/openssl/crypto/ripemd/rmd_one.c [new file with mode: 0644]
crypto/openssl/crypto/ripemd/rmdconst.h [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa.h [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_ameth.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_chk.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_depr.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_eay.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_err.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_gen.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_lib.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_locl.h [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_none.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_null.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_oaep.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_pk1.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_pmeth.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_prn.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_pss.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_saos.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_sign.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_ssl.c [new file with mode: 0644]
crypto/openssl/crypto/rsa/rsa_x931.c [new file with mode: 0644]
crypto/openssl/crypto/seed/seed.c [new file with mode: 0644]
crypto/openssl/crypto/seed/seed.h [new file with mode: 0644]
crypto/openssl/crypto/seed/seed_cbc.c [new file with mode: 0644]
crypto/openssl/crypto/seed/seed_cfb.c [new file with mode: 0644]
crypto/openssl/crypto/seed/seed_ecb.c [new file with mode: 0644]
crypto/openssl/crypto/seed/seed_locl.h [new file with mode: 0644]
crypto/openssl/crypto/seed/seed_ofb.c [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha1-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha1-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/sha/asm/sha256-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha512-586.pl [new file with mode: 0644]
crypto/openssl/crypto/sha/asm/sha512-x86_64.pl [new file with mode: 0755]
crypto/openssl/crypto/sha/sha.h [new file with mode: 0644]
crypto/openssl/crypto/sha/sha1_one.c [new file with mode: 0644]
crypto/openssl/crypto/sha/sha1dgst.c [new file with mode: 0644]
crypto/openssl/crypto/sha/sha256.c [new file with mode: 0644]
crypto/openssl/crypto/sha/sha512.c [new file with mode: 0644]
crypto/openssl/crypto/sha/sha_dgst.c [new file with mode: 0644]
crypto/openssl/crypto/sha/sha_locl.h [new file with mode: 0644]
crypto/openssl/crypto/sha/sha_one.c [new file with mode: 0644]
crypto/openssl/crypto/stack/safestack.h [new file with mode: 0644]
crypto/openssl/crypto/stack/stack.c [new file with mode: 0644]
crypto/openssl/crypto/stack/stack.h [new file with mode: 0644]
crypto/openssl/crypto/symhacks.h [new file with mode: 0644]
crypto/openssl/crypto/threads/README [new file with mode: 0644]
crypto/openssl/crypto/threads/th-lock.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts.h [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_asn1.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_conf.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_err.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_req_print.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_req_utils.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_rsp_print.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_rsp_sign.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_rsp_utils.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_rsp_verify.c [new file with mode: 0644]
crypto/openssl/crypto/ts/ts_verify_ctx.c [new file with mode: 0644]
crypto/openssl/crypto/txt_db/txt_db.c [new file with mode: 0644]
crypto/openssl/crypto/txt_db/txt_db.h [new file with mode: 0644]
crypto/openssl/crypto/ui/ui.h [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_compat.c [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_compat.h [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_err.c [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_lib.c [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_locl.h [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_openssl.c [new file with mode: 0644]
crypto/openssl/crypto/ui/ui_util.c [new file with mode: 0644]
crypto/openssl/crypto/uid.c [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/asm/wp-mmx.pl [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/asm/wp-x86_64.pl [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/whrlpool.h [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/wp_block.c [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/wp_dgst.c [new file with mode: 0644]
crypto/openssl/crypto/whrlpool/wp_locl.h [new file with mode: 0644]
crypto/openssl/crypto/x509/by_dir.c [new file with mode: 0644]
crypto/openssl/crypto/x509/by_file.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509.h [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_att.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_cmp.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_d2.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_def.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_err.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_ext.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_lu.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_obj.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_r2x.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_req.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_set.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_trs.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_txt.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_v3.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_vfy.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_vfy.h [new file with mode: 0644]
crypto/openssl/crypto/x509/x509_vpm.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509cset.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509name.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509rset.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509spki.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x509type.c [new file with mode: 0644]
crypto/openssl/crypto/x509/x_all.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/ext_dat.h [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_cache.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_data.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_int.h [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_lib.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_map.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_node.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/pcy_tree.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_addr.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_akey.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_akeya.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_alt.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_asid.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_bcons.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_bitst.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_conf.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_cpols.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_crld.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_enum.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_extku.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_genn.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_ia5.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_info.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_int.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_lib.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_ncons.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_ocsp.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_pci.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_pcia.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_pcons.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_pku.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_pmaps.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_prn.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_purp.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_skey.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_sxnet.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3_utl.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/v3err.c [new file with mode: 0644]
crypto/openssl/crypto/x509v3/x509v3.h [new file with mode: 0644]
crypto/openssl/crypto/x86_64cpuid.pl [new file with mode: 0644]
crypto/openssl/crypto/x86cpuid.pl [new file with mode: 0644]
crypto/openssl/doc/apps/CA.pl.pod [new file with mode: 0644]
crypto/openssl/doc/apps/asn1parse.pod [new file with mode: 0644]
crypto/openssl/doc/apps/ca.pod [new file with mode: 0644]
crypto/openssl/doc/apps/ciphers.pod [new file with mode: 0644]
crypto/openssl/doc/apps/cms.pod [new file with mode: 0644]
crypto/openssl/doc/apps/config.pod [new file with mode: 0644]
crypto/openssl/doc/apps/crl.pod [new file with mode: 0644]
crypto/openssl/doc/apps/crl2pkcs7.pod [new file with mode: 0644]
crypto/openssl/doc/apps/dgst.pod [new file with mode: 0644]
crypto/openssl/doc/apps/dhparam.pod [new file with mode: 0644]
crypto/openssl/doc/apps/dsa.pod [new file with mode: 0644]
crypto/openssl/doc/apps/dsaparam.pod [new file with mode: 0644]
crypto/openssl/doc/apps/ec.pod [new file with mode: 0644]
crypto/openssl/doc/apps/ecparam.pod [new file with mode: 0644]
crypto/openssl/doc/apps/enc.pod [new file with mode: 0644]
crypto/openssl/doc/apps/errstr.pod [new file with mode: 0644]
crypto/openssl/doc/apps/gendsa.pod [new file with mode: 0644]
crypto/openssl/doc/apps/genpkey.pod [new file with mode: 0644]
crypto/openssl/doc/apps/genrsa.pod [new file with mode: 0644]
crypto/openssl/doc/apps/nseq.pod [new file with mode: 0644]
crypto/openssl/doc/apps/ocsp.pod [new file with mode: 0644]
crypto/openssl/doc/apps/openssl.pod [new file with mode: 0644]
crypto/openssl/doc/apps/passwd.pod [new file with mode: 0644]
crypto/openssl/doc/apps/pkcs12.pod [new file with mode: 0644]
crypto/openssl/doc/apps/pkcs7.pod [new file with mode: 0644]
crypto/openssl/doc/apps/pkcs8.pod [new file with mode: 0644]
crypto/openssl/doc/apps/pkey.pod [new file with mode: 0644]
crypto/openssl/doc/apps/pkeyparam.pod [new file with mode: 0644]
crypto/openssl/doc/apps/pkeyutl.pod [new file with mode: 0644]
crypto/openssl/doc/apps/rand.pod [new file with mode: 0644]
crypto/openssl/doc/apps/req.pod [new file with mode: 0644]
crypto/openssl/doc/apps/rsa.pod [new file with mode: 0644]
crypto/openssl/doc/apps/rsautl.pod [new file with mode: 0644]
crypto/openssl/doc/apps/s_client.pod [new file with mode: 0644]
crypto/openssl/doc/apps/s_server.pod [new file with mode: 0644]
crypto/openssl/doc/apps/s_time.pod [new file with mode: 0644]
crypto/openssl/doc/apps/sess_id.pod [new file with mode: 0644]
crypto/openssl/doc/apps/smime.pod [new file with mode: 0644]
crypto/openssl/doc/apps/speed.pod [new file with mode: 0644]
crypto/openssl/doc/apps/spkac.pod [new file with mode: 0644]
crypto/openssl/doc/apps/ts.pod [new file with mode: 0644]
crypto/openssl/doc/apps/tsget.pod [new file with mode: 0644]
crypto/openssl/doc/apps/verify.pod [new file with mode: 0644]
crypto/openssl/doc/apps/version.pod [new file with mode: 0644]
crypto/openssl/doc/apps/x509.pod [new file with mode: 0644]
crypto/openssl/doc/apps/x509v3_config.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ASN1_OBJECT_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ASN1_STRING_length.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ASN1_STRING_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ASN1_STRING_print_ex.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ASN1_generate_nconf.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_ctrl.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_f_base64.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_f_buffer.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_f_cipher.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_f_md.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_f_null.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_f_ssl.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_find_type.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_new_CMS.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_push.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_read.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_accept.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_bio.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_connect.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_fd.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_file.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_mem.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_null.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_s_socket.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_set_callback.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BIO_should_retry.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_BLINDING_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_CTX_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_CTX_start.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_add.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_add_word.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_bn2bin.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_cmp.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_copy.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_generate_prime.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_mod_inverse.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_mod_mul_montgomery.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_mod_mul_reciprocal.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_num_bytes.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_rand.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_set_bit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_swap.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/BN_zero.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_add0_cert.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_add1_recipient_cert.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_compress.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_decrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_encrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_final.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_get0_RecipientInfos.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_get0_SignerInfos.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_get0_type.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_get1_ReceiptRequest.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_sign.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_sign_add1_signer.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_sign_receipt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_uncompress.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_verify.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CMS_verify_receipt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CONF_modules_free.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CONF_modules_load_file.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/CRYPTO_set_ex_data.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DH_generate_key.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DH_generate_parameters.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DH_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DH_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DH_set_method.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DH_size.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_SIG_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_do_sign.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_dup_DH.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_generate_key.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_generate_parameters.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_set_method.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_sign.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/DSA_size.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_GET_LIB.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_clear_error.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_error_string.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_get_error.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_load_crypto_strings.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_load_strings.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_print_errors.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_put_error.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_remove_state.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ERR_set_mark.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_BytesToKey.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_DigestInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_DigestSignInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_DigestVerifyInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_EncryptInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_OpenInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_CTX_ctrl.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_CTX_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_cmp.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_decrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_derive.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_encrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_get_default_digest.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_keygen.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_print_private.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_set1_RSA.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_sign.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_verify.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_PKEY_verifyrecover.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_SealInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_SignInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/EVP_VerifyInit.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OBJ_nid2obj.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OPENSSL_Applink.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OPENSSL_config.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OPENSSL_ia32cap.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OPENSSL_load_builtin_modules.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PEM_write_bio_CMS_stream.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PEM_write_bio_PKCS7_stream.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS12_create.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS12_parse.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS7_decrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS7_encrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS7_sign.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS7_sign_add_signer.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/PKCS7_verify.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RAND_add.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RAND_bytes.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RAND_cleanup.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RAND_egd.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RAND_load_file.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RAND_set_rand_method.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_blinding_on.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_check_key.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_generate_key.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_padding_add_PKCS1_type_1.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_print.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_private_encrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_public_encrypt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_set_method.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_sign.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/RSA_size.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/SMIME_read_CMS.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/SMIME_read_PKCS7.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/SMIME_write_CMS.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/SMIME_write_PKCS7.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_NAME_ENTRY_get_object.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_NAME_print_ex.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_STORE_CTX_get_error.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_STORE_CTX_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_STORE_CTX_set_verify_cb.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_STORE_set_verify_cb_func.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_VERIFY_PARAM_set_flags.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_new.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/X509_verify_cert.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/bio.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/blowfish.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/bn.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/bn_internal.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/buffer.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/crypto.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_ASN1_OBJECT.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_DHparams.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_DSAPublicKey.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_PKCS8PrivateKey.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_X509.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_X509_ALGOR.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_X509_CRL.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_X509_NAME.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_X509_REQ.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/d2i_X509_SIG.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/des.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/des_modes.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/dh.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/dsa.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ecdsa.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/engine.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/err.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/evp.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/hmac.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/i2d_CMS_bio_stream.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/i2d_PKCS7_bio_stream.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/lh_stats.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/lhash.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/md5.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/mdc2.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/pem.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/rand.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/rc4.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ripemd.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/rsa.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/sha.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/threads.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ui.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/ui_compat.pod [new file with mode: 0644]
crypto/openssl/doc/crypto/x509.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CIPHER_get_name.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_COMP_add_compression_method.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_add_session.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_ctrl.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_flush_sessions.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_free.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_get_verify_mode.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_load_verify_locations.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_new.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_sess_number.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_sess_set_get_cb.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_sessions.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_cert_store.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_cert_verify_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_client_CA_list.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_client_cert_cb.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_default_passwd_cb.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_generate_session_id.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_info_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_max_cert_list.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_mode.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_msg_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_options.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_psk_client_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_quiet_shutdown.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_session_cache_mode.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_session_id_context.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_timeout.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_set_verify.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_use_certificate.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_CTX_use_psk_identity_hint.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_SESSION_free.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_SESSION_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_SESSION_get_time.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_accept.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_alert_type_string.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_clear.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_connect.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_do_handshake.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_free.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_SSL_CTX.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_ciphers.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_client_CA_list.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_current_cipher.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_default_timeout.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_error.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_ex_new_index.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_fd.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_peer_cert_chain.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_peer_certificate.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_psk_identity.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_rbio.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_session.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_verify_result.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_get_version.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_library_init.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_load_client_CA_file.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_new.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_pending.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_read.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_rstate_string.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_session_reused.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_bio.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_connect_state.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_fd.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_session.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_shutdown.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_set_verify_result.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_shutdown.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_state_string.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_want.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/SSL_write.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/d2i_SSL_SESSION.pod [new file with mode: 0644]
crypto/openssl/doc/ssl/ssl.pod [new file with mode: 0644]
crypto/openssl/e_os.h [new file with mode: 0644]
crypto/openssl/e_os2.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/README.gost [new file with mode: 0644]
crypto/openssl/engines/ccgost/e_gost_err.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/e_gost_err.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost2001.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost2001_keyx.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost2001_keyx.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost89.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost89.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost94_keyx.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_ameth.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_asn1.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_crypt.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_ctl.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_eng.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_keywrap.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_keywrap.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_lcl.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_md.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_params.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_params.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_pmeth.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gost_sign.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gosthash.c [new file with mode: 0644]
crypto/openssl/engines/ccgost/gosthash.h [new file with mode: 0644]
crypto/openssl/engines/ccgost/gostsum.c [new file with mode: 0644]
crypto/openssl/engines/e_4758cca.c [new file with mode: 0644]
crypto/openssl/engines/e_4758cca_err.c [new file with mode: 0644]
crypto/openssl/engines/e_4758cca_err.h [new file with mode: 0644]
crypto/openssl/engines/e_aep.c [new file with mode: 0644]
crypto/openssl/engines/e_aep_err.c [new file with mode: 0644]
crypto/openssl/engines/e_aep_err.h [new file with mode: 0644]
crypto/openssl/engines/e_atalla.c [new file with mode: 0644]
crypto/openssl/engines/e_atalla_err.c [new file with mode: 0644]
crypto/openssl/engines/e_atalla_err.h [new file with mode: 0644]
crypto/openssl/engines/e_capi.c [new file with mode: 0644]
crypto/openssl/engines/e_capi_err.c [new file with mode: 0644]
crypto/openssl/engines/e_capi_err.h [new file with mode: 0644]
crypto/openssl/engines/e_chil.c [new file with mode: 0644]
crypto/openssl/engines/e_chil_err.c [new file with mode: 0644]
crypto/openssl/engines/e_chil_err.h [new file with mode: 0644]
crypto/openssl/engines/e_cswift.c [new file with mode: 0644]
crypto/openssl/engines/e_cswift_err.c [new file with mode: 0644]
crypto/openssl/engines/e_cswift_err.h [new file with mode: 0644]
crypto/openssl/engines/e_gmp.c [new file with mode: 0644]
crypto/openssl/engines/e_gmp_err.c [new file with mode: 0644]
crypto/openssl/engines/e_gmp_err.h [new file with mode: 0644]
crypto/openssl/engines/e_nuron.c [new file with mode: 0644]
crypto/openssl/engines/e_nuron_err.c [new file with mode: 0644]
crypto/openssl/engines/e_nuron_err.h [new file with mode: 0644]
crypto/openssl/engines/e_padlock.c [new file with mode: 0644]
crypto/openssl/engines/e_sureware.c [new file with mode: 0644]
crypto/openssl/engines/e_sureware_err.c [new file with mode: 0644]
crypto/openssl/engines/e_sureware_err.h [new file with mode: 0644]
crypto/openssl/engines/e_ubsec.c [new file with mode: 0644]
crypto/openssl/engines/e_ubsec_err.c [new file with mode: 0644]
crypto/openssl/engines/e_ubsec_err.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/aep.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/atalla.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/cswift.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/hw_4758_cca.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/hw_ubsec.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/hwcryptohook.h [new file with mode: 0644]
crypto/openssl/engines/vendor_defns/sureware.h [new file with mode: 0644]
crypto/openssl/ssl/bio_ssl.c [new file with mode: 0644]
crypto/openssl/ssl/d1_both.c [new file with mode: 0644]
crypto/openssl/ssl/d1_clnt.c [new file with mode: 0644]
crypto/openssl/ssl/d1_enc.c [new file with mode: 0644]
crypto/openssl/ssl/d1_lib.c [new file with mode: 0644]
crypto/openssl/ssl/d1_meth.c [new file with mode: 0644]
crypto/openssl/ssl/d1_pkt.c [new file with mode: 0644]
crypto/openssl/ssl/d1_srvr.c [new file with mode: 0644]
crypto/openssl/ssl/dtls1.h [new file with mode: 0644]
crypto/openssl/ssl/kssl.c [new file with mode: 0644]
crypto/openssl/ssl/kssl.h [new file with mode: 0644]
crypto/openssl/ssl/kssl_lcl.h [new file with mode: 0644]
crypto/openssl/ssl/s23_clnt.c [new file with mode: 0644]
crypto/openssl/ssl/s23_lib.c [new file with mode: 0644]
crypto/openssl/ssl/s23_meth.c [new file with mode: 0644]
crypto/openssl/ssl/s23_pkt.c [new file with mode: 0644]
crypto/openssl/ssl/s23_srvr.c [new file with mode: 0644]
crypto/openssl/ssl/s2_clnt.c [new file with mode: 0644]
crypto/openssl/ssl/s2_enc.c [new file with mode: 0644]
crypto/openssl/ssl/s2_lib.c [new file with mode: 0644]
crypto/openssl/ssl/s2_meth.c [new file with mode: 0644]
crypto/openssl/ssl/s2_pkt.c [new file with mode: 0644]
crypto/openssl/ssl/s2_srvr.c [new file with mode: 0644]
crypto/openssl/ssl/s3_both.c [new file with mode: 0644]
crypto/openssl/ssl/s3_clnt.c [new file with mode: 0644]
crypto/openssl/ssl/s3_enc.c [new file with mode: 0644]
crypto/openssl/ssl/s3_lib.c [new file with mode: 0644]
crypto/openssl/ssl/s3_meth.c [new file with mode: 0644]
crypto/openssl/ssl/s3_pkt.c [new file with mode: 0644]
crypto/openssl/ssl/s3_srvr.c [new file with mode: 0644]
crypto/openssl/ssl/ssl.h [new file with mode: 0644]
crypto/openssl/ssl/ssl2.h [new file with mode: 0644]
crypto/openssl/ssl/ssl23.h [new file with mode: 0644]
crypto/openssl/ssl/ssl3.h [new file with mode: 0644]
crypto/openssl/ssl/ssl_algs.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_asn1.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_cert.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_ciph.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_err.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_err2.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_lib.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_locl.h [new file with mode: 0644]
crypto/openssl/ssl/ssl_rsa.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_sess.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_stat.c [new file with mode: 0644]
crypto/openssl/ssl/ssl_txt.c [new file with mode: 0644]
crypto/openssl/ssl/t1_clnt.c [new file with mode: 0644]
crypto/openssl/ssl/t1_enc.c [new file with mode: 0644]
crypto/openssl/ssl/t1_lib.c [new file with mode: 0644]
crypto/openssl/ssl/t1_meth.c [new file with mode: 0644]
crypto/openssl/ssl/t1_reneg.c [new file with mode: 0644]
crypto/openssl/ssl/t1_srvr.c [new file with mode: 0644]
crypto/openssl/ssl/tls1.h [new file with mode: 0644]
crypto/openssl/util/extract-names.pl [new file with mode: 0644]
crypto/openssl/util/extract-section.pl [new file with mode: 0644]
etc/Makefile [new file with mode: 0644]
etc/Makefile.usr [new file with mode: 0644]
etc/amd.map [new file with mode: 0644]
etc/apmd.conf [new file with mode: 0644]
etc/auth.conf [new file with mode: 0644]
etc/bluetooth/Makefile [new file with mode: 0644]
etc/bluetooth/bthcid.conf [new file with mode: 0644]
etc/bluetooth/hosts [new file with mode: 0644]
etc/bluetooth/protocols [new file with mode: 0644]
etc/crontab [new file with mode: 0644]
etc/csh.cshrc [new file with mode: 0644]
etc/csh.login [new file with mode: 0644]
etc/csh.logout [new file with mode: 0644]
etc/defaults/compilers.conf [new file with mode: 0644]
etc/defaults/devfs.conf [new file with mode: 0644]
etc/defaults/make.conf [new file with mode: 0644]
etc/defaults/periodic.conf [new file with mode: 0644]
etc/defaults/rc.conf [new file with mode: 0644]
etc/defaults/uuids [new file with mode: 0644]
etc/devd.conf [new file with mode: 0644]
etc/devtab [new file with mode: 0644]
etc/dhclient.conf [new file with mode: 0644]
etc/dm.conf [new file with mode: 0644]
etc/dntpd.conf [new file with mode: 0644]
etc/etc.i386/disktab [new file with mode: 0644]
etc/etc.i386/ttys [new file with mode: 0644]
etc/etc.x86_64/disktab [new file with mode: 0644]
etc/etc.x86_64/ttys [new file with mode: 0644]
etc/fbtab [new file with mode: 0644]
etc/ftpusers [new file with mode: 0644]
etc/gettytab [new file with mode: 0644]
etc/group [new file with mode: 0644]
etc/hosts [new file with mode: 0644]
etc/hosts.allow [new file with mode: 0644]
etc/hosts.equiv [new file with mode: 0644]
etc/hosts.lpd [new file with mode: 0644]
etc/inetd.conf [new file with mode: 0644]
etc/isdn/Makefile [new file with mode: 0644]
etc/isdn/answer [new file with mode: 0644]
etc/isdn/holidays.D [new file with mode: 0644]
etc/isdn/isdnd.rates.A [new file with mode: 0644]
etc/isdn/isdnd.rates.D [new file with mode: 0644]
etc/isdn/isdnd.rates.F [new file with mode: 0644]
etc/isdn/isdnd.rates.L [new file with mode: 0644]
etc/isdn/isdnd.rates.UK.BT [new file with mode: 0644]
etc/isdn/isdnd.rc.sample [new file with mode: 0644]
etc/isdn/isdntel.alias.sample [new file with mode: 0644]
etc/isdn/isdntel.sh [new file with mode: 0644]
etc/isdn/record [new file with mode: 0644]
etc/isdn/tell [new file with mode: 0644]
etc/isdn/tell-record [new file with mode: 0644]
etc/isdn/unknown_incoming [new file with mode: 0644]
etc/locale.alias [new file with mode: 0644]
etc/locale.deprecated [new file with mode: 0644]
etc/login.access [new file with mode: 0644]
etc/login.conf [new file with mode: 0644]
etc/mail/Makefile [new file with mode: 0644]
etc/mail/README [new file with mode: 0644]
etc/mail/access.sample [new file with mode: 0644]
etc/mail/aliases [new file with mode: 0644]
etc/mail/mailer.conf [new file with mode: 0644]
etc/mail/mailertable.sample [new file with mode: 0644]
etc/mail/virtusertable.sample [new file with mode: 0644]
etc/man.alias [new file with mode: 0644]
etc/master.passwd [new file with mode: 0644]
etc/minfree [new file with mode: 0644]
etc/modems [new file with mode: 0644]
etc/motd [new file with mode: 0644]
etc/mtree/BSD.include.dist [new file with mode: 0644]
etc/mtree/BSD.local.dist [new file with mode: 0644]
etc/mtree/BSD.root.dist [new file with mode: 0644]
etc/mtree/BSD.sendmail.dist [new file with mode: 0644]
etc/mtree/BSD.usr.dist [new file with mode: 0644]
etc/mtree/BSD.var.dist [new file with mode: 0644]
etc/mtree/README [new file with mode: 0644]
etc/netconfig [new file with mode: 0644]
etc/network.subr [new file with mode: 0644]
etc/networks [new file with mode: 0644]
etc/newsyslog.conf [new file with mode: 0644]
etc/nls.alias [new file with mode: 0644]
etc/nscd.conf [new file with mode: 0644]
etc/nsmb.conf [new file with mode: 0644]
etc/opieaccess [new file with mode: 0644]
etc/pam.d/Makefile [new file with mode: 0644]
etc/pam.d/README [new file with mode: 0644]
etc/pam.d/atrun [new file with mode: 0644]
etc/pam.d/convert.sh [new file with mode: 0644]
etc/pam.d/cron [new file with mode: 0644]
etc/pam.d/ftpd [new file with mode: 0644]
etc/pam.d/gdm [new file with mode: 0644]
etc/pam.d/imap [new file with mode: 0644]
etc/pam.d/kde [new file with mode: 0644]
etc/pam.d/login [new file with mode: 0644]
etc/pam.d/other [new file with mode: 0644]
etc/pam.d/passwd [new file with mode: 0644]
etc/pam.d/pop3 [new file with mode: 0644]
etc/pam.d/rsh [new file with mode: 0644]
etc/pam.d/sshd [new file with mode: 0644]
etc/pam.d/su [new file with mode: 0644]
etc/pam.d/system [new file with mode: 0644]
etc/pam.d/telnetd [new file with mode: 0644]
etc/pam.d/xdm [new file with mode: 0644]
etc/pccard_ether [new file with mode: 0644]
etc/periodic/Makefile [new file with mode: 0644]
etc/periodic/Makefile.inc [new file with mode: 0644]
etc/periodic/daily/100.clean-disks [new file with mode: 0644]
etc/periodic/daily/110.clean-tmps [new file with mode: 0644]
etc/periodic/daily/120.clean-preserve [new file with mode: 0644]
etc/periodic/daily/130.clean-msgs [new file with mode: 0644]
etc/periodic/daily/140.clean-rwho [new file with mode: 0644]
etc/periodic/daily/150.clean-hoststat [new file with mode: 0644]
etc/periodic/daily/160.clean-hammer [new file with mode: 0644]
etc/periodic/daily/200.backup-passwd [new file with mode: 0644]
etc/periodic/daily/210.backup-aliases [new file with mode: 0644]
etc/periodic/daily/220.backup-distfile [new file with mode: 0644]
etc/periodic/daily/300.calendar [new file with mode: 0644]
etc/periodic/daily/310.accounting [new file with mode: 0644]
etc/periodic/daily/320.rdist [new file with mode: 0644]
etc/periodic/daily/330.news [new file with mode: 0644]
etc/periodic/daily/400.status-disks [new file with mode: 0644]
etc/periodic/daily/420.status-network [new file with mode: 0644]
etc/periodic/daily/430.status-rwho [new file with mode: 0644]
etc/periodic/daily/440.status-mailq [new file with mode: 0644]
etc/periodic/daily/450.status-security [new file with mode: 0644]
etc/periodic/daily/460.status-mail-rejects [new file with mode: 0644]
etc/periodic/daily/470.status-named [new file with mode: 0644]
etc/periodic/daily/500.queuerun [new file with mode: 0644]
etc/periodic/daily/999.local [new file with mode: 0644]
etc/periodic/daily/Makefile [new file with mode: 0644]
etc/periodic/monthly/200.accounting [new file with mode: 0644]
etc/periodic/monthly/300.statistics [new file with mode: 0644]
etc/periodic/monthly/999.local [new file with mode: 0644]
etc/periodic/monthly/Makefile [new file with mode: 0644]
etc/periodic/security/100.chksetuid [new file with mode: 0644]
etc/periodic/security/200.chkmounts [new file with mode: 0644]
etc/periodic/security/300.chkuid0 [new file with mode: 0644]
etc/periodic/security/400.passwdless [new file with mode: 0644]
etc/periodic/security/410.logincheck [new file with mode: 0644]
etc/periodic/security/500.ipfwdenied [new file with mode: 0644]
etc/periodic/security/520.pfdenied [new file with mode: 0644]
etc/periodic/security/550.ipfwlimit [new file with mode: 0644]
etc/periodic/security/600.ip6fwdenied [new file with mode: 0644]
etc/periodic/security/650.ip6fwlimit [new file with mode: 0644]
etc/periodic/security/670.pkgsrcaudit [new file with mode: 0644]
etc/periodic/security/700.kernelmsg [new file with mode: 0644]
etc/periodic/security/800.loginfail [new file with mode: 0644]
etc/periodic/security/900.tcpwrap [new file with mode: 0644]
etc/periodic/security/Makefile [new file with mode: 0644]
etc/periodic/security/security.functions [new file with mode: 0644]
etc/periodic/weekly/120.clean-kvmdb [new file with mode: 0644]
etc/periodic/weekly/310.locate [new file with mode: 0644]
etc/periodic/weekly/320.whatis [new file with mode: 0644]
etc/periodic/weekly/330.catman [new file with mode: 0644]
etc/periodic/weekly/340.noid [new file with mode: 0644]
etc/periodic/weekly/999.local [new file with mode: 0644]
etc/periodic/weekly/Makefile [new file with mode: 0644]
etc/pf.conf [new file with mode: 0644]
etc/pf.os [new file with mode: 0644]
etc/phones [new file with mode: 0644]
etc/pkg_radd.conf [new file with mode: 0644]
etc/ppp/ppp.conf [new file with mode: 0644]
etc/printcap [new file with mode: 0644]
etc/profile [new file with mode: 0644]
etc/protocols [new file with mode: 0644]
etc/rc [new file with mode: 0644]
etc/rc.d/DAEMON [new file with mode: 0644]
etc/rc.d/LOGIN [new file with mode: 0644]
etc/rc.d/Makefile [new file with mode: 0644]
etc/rc.d/NETWORKING [new file with mode: 0644]
etc/rc.d/SERVERS [new file with mode: 0644]
etc/rc.d/abi [new file with mode: 0644]
etc/rc.d/accounting [new file with mode: 0644]
etc/rc.d/addswap [new file with mode: 0644]
etc/rc.d/adjkerntz [new file with mode: 0644]
etc/rc.d/amd [new file with mode: 0644]
etc/rc.d/apm [new file with mode: 0644]
etc/rc.d/apmd [new file with mode: 0644]
etc/rc.d/atm1 [new file with mode: 0644]
etc/rc.d/atm2 [new file with mode: 0644]
etc/rc.d/atm3 [new file with mode: 0644]
etc/rc.d/battd [new file with mode: 0644]
etc/rc.d/bootconf [new file with mode: 0644]
etc/rc.d/bootparams [new file with mode: 0644]
etc/rc.d/btconfig [new file with mode: 0644]
etc/rc.d/bthcid [new file with mode: 0644]
etc/rc.d/ccd [new file with mode: 0644]
etc/rc.d/cleanvar [new file with mode: 0644]
etc/rc.d/cleartmp [new file with mode: 0644]
etc/rc.d/cron [new file with mode: 0644]
etc/rc.d/cryptdisks [new file with mode: 0644]
etc/rc.d/devd [new file with mode: 0644]
etc/rc.d/devfs [new file with mode: 0644]
etc/rc.d/dhclient [new file with mode: 0644]
etc/rc.d/diskless [new file with mode: 0644]
etc/rc.d/dmesg [new file with mode: 0644]
etc/rc.d/dntpd [new file with mode: 0644]
etc/rc.d/dumpon [new file with mode: 0644]
etc/rc.d/fixbootfile [new file with mode: 0644]
etc/rc.d/fsck [new file with mode: 0644]
etc/rc.d/ftpd [new file with mode: 0644]
etc/rc.d/hostapd [new file with mode: 0644]
etc/rc.d/hostname [new file with mode: 0644]
etc/rc.d/hotplugd [new file with mode: 0644]
etc/rc.d/inetd [new file with mode: 0644]
etc/rc.d/initdiskless [new file with mode: 0644]
etc/rc.d/initrandom [new file with mode: 0644]
etc/rc.d/ip6fw [new file with mode: 0644]
etc/rc.d/ipfw [new file with mode: 0644]
etc/rc.d/ipsec [new file with mode: 0644]
etc/rc.d/ipxrouted [new file with mode: 0644]
etc/rc.d/isdnd [new file with mode: 0644]
etc/rc.d/jail [new file with mode: 0644]
etc/rc.d/keyserv [new file with mode: 0644]
etc/rc.d/ldconfig [new file with mode: 0644]
etc/rc.d/local [new file with mode: 0644]
etc/rc.d/localdaemons [new file with mode: 0644]
etc/rc.d/lockd [new file with mode: 0644]
etc/rc.d/lpd [new file with mode: 0644]
etc/rc.d/lvm [new file with mode: 0644]
etc/rc.d/mixer [new file with mode: 0644]
etc/rc.d/motd [new file with mode: 0644]
etc/rc.d/mountcritlocal [new file with mode: 0644]
etc/rc.d/mountcritremote [new file with mode: 0644]
etc/rc.d/mountd [new file with mode: 0644]
etc/rc.d/moused [new file with mode: 0644]
etc/rc.d/mroute6d [new file with mode: 0644]
etc/rc.d/mrouted [new file with mode: 0644]
etc/rc.d/msgs [new file with mode: 0644]
etc/rc.d/named [new file with mode: 0644]
etc/rc.d/netif [new file with mode: 0644]
etc/rc.d/netoptions [new file with mode: 0644]
etc/rc.d/network_ipv6 [new file with mode: 0644]
etc/rc.d/newsyslog [new file with mode: 0644]
etc/rc.d/nfsclient [new file with mode: 0644]
etc/rc.d/nfsd [new file with mode: 0644]
etc/rc.d/nfsserver [new file with mode: 0644]
etc/rc.d/nisdomain [new file with mode: 0644]
etc/rc.d/nscd [new file with mode: 0644]
etc/rc.d/nsswitch [new file with mode: 0644]
etc/rc.d/othermta [new file with mode: 0644]
etc/rc.d/pf [new file with mode: 0644]
etc/rc.d/pflog [new file with mode: 0644]
etc/rc.d/powerd [new file with mode: 0644]
etc/rc.d/ppp [new file with mode: 0644]
etc/rc.d/ppp-user [new file with mode: 0644]
etc/rc.d/pppoed [new file with mode: 0644]
etc/rc.d/pwcheck [new file with mode: 0644]
etc/rc.d/quota [new file with mode: 0644]
etc/rc.d/random [new file with mode: 0644]
etc/rc.d/rarpd [new file with mode: 0644]
etc/rc.d/rcconf [new file with mode: 0644]
etc/rc.d/resident [new file with mode: 0644]
etc/rc.d/rndcontrol [new file with mode: 0644]
etc/rc.d/root [new file with mode: 0644]
etc/rc.d/route6d [new file with mode: 0644]
etc/rc.d/routed [new file with mode: 0644]
etc/rc.d/routing [new file with mode: 0644]
etc/rc.d/rpcbind [new file with mode: 0644]
etc/rc.d/rtadvd [new file with mode: 0644]
etc/rc.d/rtsold [new file with mode: 0644]
etc/rc.d/rwho [new file with mode: 0644]
etc/rc.d/savecore [new file with mode: 0644]
etc/rc.d/sdpd [new file with mode: 0644]
etc/rc.d/securelevel [new file with mode: 0644]
etc/rc.d/sendmail [new file with mode: 0644]
etc/rc.d/sensorsd [new file with mode: 0644]
etc/rc.d/serial [new file with mode: 0644]
etc/rc.d/sppp [new file with mode: 0644]
etc/rc.d/sshd [new file with mode: 0644]
etc/rc.d/statd [new file with mode: 0644]
etc/rc.d/swap1 [new file with mode: 0644]
etc/rc.d/syscons [new file with mode: 0644]
etc/rc.d/sysctl [new file with mode: 0644]
etc/rc.d/sysdb [new file with mode: 0644]
etc/rc.d/syslogd [new file with mode: 0644]
etc/rc.d/timed [new file with mode: 0644]
etc/rc.d/ttys [new file with mode: 0644]
etc/rc.d/udevd [new file with mode: 0644]
etc/rc.d/udevd_early [new file with mode: 0644]
etc/rc.d/usbd [new file with mode: 0644]
etc/rc.d/varsym [new file with mode: 0644]
etc/rc.d/vinum [new file with mode: 0644]
etc/rc.d/virecover [new file with mode: 0644]
etc/rc.d/vkernel [new file with mode: 0644]
etc/rc.d/watchdogd [new file with mode: 0644]
etc/rc.d/wpa_supplicant [new file with mode: 0644]
etc/rc.d/ypbind [new file with mode: 0644]
etc/rc.d/yppasswdd [new file with mode: 0644]
etc/rc.d/ypserv [new file with mode: 0644]
etc/rc.d/ypset [new file with mode: 0644]
etc/rc.d/ypupdated [new file with mode: 0644]
etc/rc.d/ypxfrd [new file with mode: 0644]
etc/rc.firewall [new file with mode: 0644]
etc/rc.firewall6 [new file with mode: 0644]
etc/rc.resume [new file with mode: 0644]
etc/rc.sendmail [new file with mode: 0644]
etc/rc.shutdown [new file with mode: 0644]
etc/rc.subr [new file with mode: 0644]
etc/rc.suspend [new file with mode: 0644]
etc/regdomain.xml [new file with mode: 0644]
etc/remote [new file with mode: 0644]
etc/resident.conf [new file with mode: 0644]
etc/root/dot.cshrc [new file with mode: 0644]
etc/root/dot.klogin [new file with mode: 0644]
etc/root/dot.login [new file with mode: 0644]
etc/root/dot.profile [new file with mode: 0644]
etc/rpc [new file with mode: 0644]
etc/sendmail/Makefile [new file with mode: 0644]
etc/sendmail/dragonfly.mc [new file with mode: 0644]
etc/sendmail/dragonfly.submit.mc [new file with mode: 0644]
etc/sensorsd.conf [new file with mode: 0644]
etc/services [new file with mode: 0644]
etc/shells [new file with mode: 0644]
etc/sysctl.conf [new file with mode: 0644]
etc/syslog.conf [new file with mode: 0644]
etc/termcap.small [new file with mode: 0644]
etc/usbd.conf [new file with mode: 0644]
etc/varsym.conf [new file with mode: 0644]
games/Makefile [new file with mode: 0644]
games/Makefile.inc [new file with mode: 0644]
games/adventure/Makefile [new file with mode: 0644]
games/adventure/adventure.6 [new file with mode: 0644]
games/adventure/crc.c [new file with mode: 0644]
games/adventure/done.c [new file with mode: 0644]
games/adventure/glorkz [new file with mode: 0644]
games/adventure/hdr.h [new file with mode: 0644]
games/adventure/init.c [new file with mode: 0644]
games/adventure/io.c [new file with mode: 0644]
games/adventure/main.c [new file with mode: 0644]
games/adventure/save.c [new file with mode: 0644]
games/adventure/setup.c [new file with mode: 0644]
games/adventure/subr.c [new file with mode: 0644]
games/adventure/vocab.c [new file with mode: 0644]
games/adventure/wizard.c [new file with mode: 0644]
games/arithmetic/Makefile [new file with mode: 0644]
games/arithmetic/arithmetic.6 [new file with mode: 0644]
games/arithmetic/arithmetic.c [new file with mode: 0644]
games/atc/BUGS [new file with mode: 0644]
games/atc/Makefile [new file with mode: 0644]
games/atc/atc.6 [new file with mode: 0644]
games/atc/def.h [new file with mode: 0644]
games/atc/extern.c [new file with mode: 0644]
games/atc/extern.h [new file with mode: 0644]
games/atc/games/Game_List [new file with mode: 0644]
games/atc/games/Killer [new file with mode: 0644]
games/atc/games/crossover [new file with mode: 0644]
games/atc/games/default [new file with mode: 0644]
games/atc/games/easy [new file with mode: 0644]
games/atc/games/game_2 [new file with mode: 0644]
games/atc/grammar.y [new file with mode: 0644]
games/atc/graphics.c [new file with mode: 0644]
games/atc/include.h [new file with mode: 0644]
games/atc/input.c [new file with mode: 0644]
games/atc/lex.l [new file with mode: 0644]
games/atc/list.c [new file with mode: 0644]
games/atc/log.c [new file with mode: 0644]
games/atc/main.c [new file with mode: 0644]
games/atc/pathnames.h [new file with mode: 0644]
games/atc/struct.h [new file with mode: 0644]
games/atc/tunable.c [new file with mode: 0644]
games/atc/tunable.h [new file with mode: 0644]
games/atc/update.c [new file with mode: 0644]
games/backgammon/Makefile [new file with mode: 0644]
games/backgammon/backgammon/Makefile [new file with mode: 0644]
games/backgammon/backgammon/backgammon.6 [new file with mode: 0644]
games/backgammon/backgammon/extra.c [new file with mode: 0644]
games/backgammon/backgammon/main.c [new file with mode: 0644]
games/backgammon/backgammon/move.c [new file with mode: 0644]
games/backgammon/backgammon/text.c [new file with mode: 0644]
games/backgammon/backgammon/version.c [new file with mode: 0644]
games/backgammon/common_source/allow.c [new file with mode: 0644]
games/backgammon/common_source/back.h [new file with mode: 0644]
games/backgammon/common_source/board.c [new file with mode: 0644]
games/backgammon/common_source/check.c [new file with mode: 0644]
games/backgammon/common_source/fancy.c [new file with mode: 0644]
games/backgammon/common_source/init.c [new file with mode: 0644]
games/backgammon/common_source/odds.c [new file with mode: 0644]
games/backgammon/common_source/one.c [new file with mode: 0644]
games/backgammon/common_source/save.c [new file with mode: 0644]
games/backgammon/common_source/subs.c [new file with mode: 0644]
games/backgammon/common_source/table.c [new file with mode: 0644]
games/backgammon/teachgammon/Makefile [new file with mode: 0644]
games/backgammon/teachgammon/data.c [new file with mode: 0644]
games/backgammon/teachgammon/teach.c [new file with mode: 0644]
games/backgammon/teachgammon/ttext1.c [new file with mode: 0644]
games/backgammon/teachgammon/ttext2.c [new file with mode: 0644]
games/backgammon/teachgammon/tutor.c [new file with mode: 0644]
games/backgammon/teachgammon/tutor.h [new file with mode: 0644]
games/battlestar/Makefile [new file with mode: 0644]
games/battlestar/battlestar.6 [new file with mode: 0644]
games/battlestar/battlestar.c [new file with mode: 0644]
games/battlestar/command1.c [new file with mode: 0644]
games/battlestar/command2.c [new file with mode: 0644]
games/battlestar/command3.c [new file with mode: 0644]
games/battlestar/command4.c [new file with mode: 0644]
games/battlestar/command5.c [new file with mode: 0644]
games/battlestar/command6.c [new file with mode: 0644]
games/battlestar/command7.c [new file with mode: 0644]
games/battlestar/cypher.c [new file with mode: 0644]
games/battlestar/dayfile.c [new file with mode: 0644]
games/battlestar/dayobjs.c [new file with mode: 0644]
games/battlestar/externs.h [new file with mode: 0644]
games/battlestar/fly.c [new file with mode: 0644]
games/battlestar/getcom.c [new file with mode: 0644]
games/battlestar/globals.c [new file with mode: 0644]
games/battlestar/init.c [new file with mode: 0644]
games/battlestar/misc.c [new file with mode: 0644]
games/battlestar/nightfile.c [new file with mode: 0644]
games/battlestar/nightobjs.c [new file with mode: 0644]
games/battlestar/parse.c [new file with mode: 0644]
games/battlestar/pathnames.h [new file with mode: 0644]
games/battlestar/room.c [new file with mode: 0644]
games/battlestar/save.c [new file with mode: 0644]
games/battlestar/words.c [new file with mode: 0644]
games/bcd/Makefile [new file with mode: 0644]
games/bcd/bcd.6 [new file with mode: 0644]
games/bcd/bcd.c [new file with mode: 0644]
games/bs/Makefile [new file with mode: 0644]
games/bs/bs.6 [new file with mode: 0644]
games/bs/bs.c [new file with mode: 0644]
games/caesar/Makefile [new file with mode: 0644]
games/caesar/caesar.6 [new file with mode: 0644]
games/caesar/caesar.c [new file with mode: 0644]
games/caesar/rot13.sh [new file with mode: 0644]
games/canfield/Makefile [new file with mode: 0644]
games/canfield/canfield/Makefile [new file with mode: 0644]
games/canfield/canfield/canfield.6 [new file with mode: 0644]
games/canfield/canfield/canfield.c [new file with mode: 0644]
games/canfield/canfield/pathnames.h [new file with mode: 0644]
games/canfield/cfscores/Makefile [new file with mode: 0644]
games/canfield/cfscores/cfscores.c [new file with mode: 0644]
games/cribbage/Makefile [new file with mode: 0644]
games/cribbage/cards.c [new file with mode: 0644]
games/cribbage/crib.c [new file with mode: 0644]
games/cribbage/cribbage.6 [new file with mode: 0644]
games/cribbage/cribbage.h [new file with mode: 0644]
games/cribbage/cribbage.n [new file with mode: 0644]
games/cribbage/cribcur.h [new file with mode: 0644]
games/cribbage/deck.h [new file with mode: 0644]
games/cribbage/extern.c [new file with mode: 0644]
games/cribbage/instr.c [new file with mode: 0644]
games/cribbage/io.c [new file with mode: 0644]
games/cribbage/pathnames.h [new file with mode: 0644]
games/cribbage/score.c [new file with mode: 0644]
games/cribbage/support.c [new file with mode: 0644]
games/dm/Makefile [new file with mode: 0644]
games/dm/dm.8 [new file with mode: 0644]
games/dm/dm.c [new file with mode: 0644]
games/dm/dm.conf.5 [new file with mode: 0644]
games/dm/pathnames.h [new file with mode: 0644]
games/factor/Makefile [new file with mode: 0644]
games/factor/factor.6 [new file with mode: 0644]
games/factor/factor.c [new file with mode: 0644]
games/fish/Makefile [new file with mode: 0644]
games/fish/fish.6 [new file with mode: 0644]
games/fish/fish.c [new file with mode: 0644]
games/fish/fish.instr [new file with mode: 0644]
games/fish/pathnames.h [new file with mode: 0644]
games/fortune/Makefile [new file with mode: 0644]
games/fortune/Makefile.inc [new file with mode: 0644]
games/fortune/Notes [new file with mode: 0644]
games/fortune/README [new file with mode: 0644]
games/fortune/datfiles/Makefile [new file with mode: 0644]
games/fortune/datfiles/dragonfly-funny [new file with mode: 0644]
games/fortune/datfiles/dragonfly-tips [new file with mode: 0644]
games/fortune/datfiles/fortunes [new file with mode: 0644]
games/fortune/datfiles/fortunes-o [new file with mode: 0644]
games/fortune/datfiles/fortunes.sp.ok [new file with mode: 0644]
games/fortune/datfiles/limerick [new file with mode: 0644]
games/fortune/datfiles/murphy [new file with mode: 0644]
games/fortune/datfiles/murphy-o [new file with mode: 0644]
games/fortune/datfiles/startrek [new file with mode: 0644]
games/fortune/datfiles/startrek.sp.ok [new file with mode: 0644]
games/fortune/datfiles/zippy [new file with mode: 0644]
games/fortune/datfiles/zippy.sp.ok [new file with mode: 0644]
games/fortune/fortune/Makefile [new file with mode: 0644]
games/fortune/fortune/fortune.6 [new file with mode: 0644]
games/fortune/fortune/fortune.c [new file with mode: 0644]
games/fortune/fortune/pathnames.h [new file with mode: 0644]
games/fortune/strfile/Makefile [new file with mode: 0644]
games/fortune/strfile/strfile.8 [new file with mode: 0644]
games/fortune/strfile/strfile.c [new file with mode: 0644]
games/fortune/strfile/strfile.h [new file with mode: 0644]
games/fortune/tools/Do_spell [new file with mode: 0644]
games/fortune/tools/Do_troff [new file with mode: 0644]
games/fortune/tools/Troff.mac [new file with mode: 0644]
games/fortune/tools/Troff.sed [new file with mode: 0644]
games/fortune/tools/do_sort [new file with mode: 0644]
games/fortune/unstr/Makefile [new file with mode: 0644]
games/fortune/unstr/unstr.c [new file with mode: 0644]
games/grdc/Makefile [new file with mode: 0644]
games/grdc/grdc.6 [new file with mode: 0644]
games/grdc/grdc.c [new file with mode: 0644]
games/hack/COPYRIGHT [new file with mode: 0644]
games/hack/Makefile [new file with mode: 0644]
games/hack/Makequest [new file with mode: 0644]
games/hack/OWNER [new file with mode: 0644]
games/hack/Original_READ_ME [new file with mode: 0644]
games/hack/READ_ME [new file with mode: 0644]
games/hack/alloc.c [new file with mode: 0644]
games/hack/config.h [new file with mode: 0644]
games/hack/data [new file with mode: 0644]
games/hack/date.h [new file with mode: 0644]
games/hack/def.edog.h [new file with mode: 0644]
games/hack/def.eshk.h [new file with mode: 0644]
games/hack/def.flag.h [new file with mode: 0644]
games/hack/def.func_tab.h [new file with mode: 0644]
games/hack/def.gen.h [new file with mode: 0644]
games/hack/def.gold.h [new file with mode: 0644]
games/hack/def.mkroom.h [new file with mode: 0644]
games/hack/def.monst.h [new file with mode: 0644]
games/hack/def.obj.h [new file with mode: 0644]
games/hack/def.objclass.h [new file with mode: 0644]
games/hack/def.objects.h [new file with mode: 0644]
games/hack/def.permonst.h [new file with mode: 0644]
games/hack/def.rm.h [new file with mode: 0644]
games/hack/def.trap.h [new file with mode: 0644]
games/hack/def.wseg.h [new file with mode: 0644]
games/hack/hack.6 [new file with mode: 0644]
games/hack/hack.Decl.c [new file with mode: 0644]
games/hack/hack.apply.c [new file with mode: 0644]
games/hack/hack.bones.c [new file with mode: 0644]
games/hack/hack.c [new file with mode: 0644]
games/hack/hack.cmd.c [new file with mode: 0644]
games/hack/hack.do.c [new file with mode: 0644]
games/hack/hack.do_name.c [new file with mode: 0644]
games/hack/hack.do_wear.c [new file with mode: 0644]
games/hack/hack.dog.c [new file with mode: 0644]
games/hack/hack.eat.c [new file with mode: 0644]
games/hack/hack.end.c [new file with mode: 0644]
games/hack/hack.engrave.c [new file with mode: 0644]
games/hack/hack.fight.c [new file with mode: 0644]
games/hack/hack.fix [new file with mode: 0644]
games/hack/hack.h [new file with mode: 0644]
games/hack/hack.invent.c [new file with mode: 0644]
games/hack/hack.ioctl.c [new file with mode: 0644]
games/hack/hack.lev.c [new file with mode: 0644]
games/hack/hack.main.c [new file with mode: 0644]
games/hack/hack.makemon.c [new file with mode: 0644]
games/hack/hack.mfndpos.h [new file with mode: 0644]
games/hack/hack.mhitu.c [new file with mode: 0644]
games/hack/hack.mklev.c [new file with mode: 0644]
games/hack/hack.mkmaze.c [new file with mode: 0644]
games/hack/hack.mkobj.c [new file with mode: 0644]
games/hack/hack.mkshop.c [new file with mode: 0644]
games/hack/hack.mon.c [new file with mode: 0644]
games/hack/hack.monst.c [new file with mode: 0644]
games/hack/hack.o_init.c [new file with mode: 0644]
games/hack/hack.objnam.c [new file with mode: 0644]
games/hack/hack.options.c [new file with mode: 0644]
games/hack/hack.pager.c [new file with mode: 0644]
games/hack/hack.potion.c [new file with mode: 0644]
games/hack/hack.pri.c [new file with mode: 0644]
games/hack/hack.read.c [new file with mode: 0644]
games/hack/hack.rip.c [new file with mode: 0644]
games/hack/hack.rumors.c [new file with mode: 0644]
games/hack/hack.save.c [new file with mode: 0644]
games/hack/hack.search.c [new file with mode: 0644]
games/hack/hack.sh [new file with mode: 0644]
games/hack/hack.shk.c [new file with mode: 0644]
games/hack/hack.shknam.c [new file with mode: 0644]
games/hack/hack.steal.c [new file with mode: 0644]
games/hack/hack.termcap.c [new file with mode: 0644]
games/hack/hack.timeout.c [new file with mode: 0644]
games/hack/hack.topl.c [new file with mode: 0644]
games/hack/hack.track.c [new file with mode: 0644]
games/hack/hack.trap.c [new file with mode: 0644]
games/hack/hack.tty.c [new file with mode: 0644]
games/hack/hack.u_init.c [new file with mode: 0644]
games/hack/hack.unix.c [new file with mode: 0644]
games/hack/hack.vault.c [new file with mode: 0644]
games/hack/hack.version.c [new file with mode: 0644]
games/hack/hack.wield.c [new file with mode: 0644]
games/hack/hack.wizard.c [new file with mode: 0644]
games/hack/hack.worm.c [new file with mode: 0644]
games/hack/hack.worn.c [new file with mode: 0644]
games/hack/hack.zap.c [new file with mode: 0644]
games/hack/help [new file with mode: 0644]
games/hack/hh [new file with mode: 0644]
games/hack/makedefs.c [new file with mode: 0644]
games/hack/pathnames.h [new file with mode: 0644]
games/hack/rnd.c [new file with mode: 0644]
games/hack/rumors [new file with mode: 0644]
games/hangman/Makefile [new file with mode: 0644]
games/hangman/endgame.c [new file with mode: 0644]
games/hangman/extern.c [new file with mode: 0644]
games/hangman/getguess.c [new file with mode: 0644]
games/hangman/getword.c [new file with mode: 0644]
games/hangman/hangman.6 [new file with mode: 0644]
games/hangman/hangman.h [new file with mode: 0644]
games/hangman/main.c [new file with mode: 0644]
games/hangman/pathnames.h [new file with mode: 0644]
games/hangman/playgame.c [new file with mode: 0644]
games/hangman/prdata.c [new file with mode: 0644]
games/hangman/prman.c [new file with mode: 0644]
games/hangman/prword.c [new file with mode: 0644]
games/hangman/setup.c [new file with mode: 0644]
games/hunt/Makefile [new file with mode: 0644]
games/hunt/README [new file with mode: 0644]
games/hunt/README.protocol [new file with mode: 0644]
games/hunt/hunt/Makefile [new file with mode: 0644]
games/hunt/hunt/client.h [new file with mode: 0644]
games/hunt/hunt/connect.c [new file with mode: 0644]
games/hunt/hunt/display.c [new file with mode: 0644]
games/hunt/hunt/display.h [new file with mode: 0644]
games/hunt/hunt/hunt.6 [new file with mode: 0644]
games/hunt/hunt/hunt.c [new file with mode: 0644]
games/hunt/hunt/list.c [new file with mode: 0644]
games/hunt/hunt/list.h [new file with mode: 0644]
games/hunt/hunt/otto.c [new file with mode: 0644]
games/hunt/hunt/playit.c [new file with mode: 0644]
games/hunt/huntd/Makefile [new file with mode: 0644]
games/hunt/huntd/answer.c [new file with mode: 0644]
games/hunt/huntd/conf.c [new file with mode: 0644]
games/hunt/huntd/conf.h [new file with mode: 0644]
games/hunt/huntd/draw.c [new file with mode: 0644]
games/hunt/huntd/driver.c [new file with mode: 0644]
games/hunt/huntd/execute.c [new file with mode: 0644]
games/hunt/huntd/expl.c [new file with mode: 0644]
games/hunt/huntd/extern.c [new file with mode: 0644]
games/hunt/huntd/hunt.h [new file with mode: 0644]
games/hunt/huntd/huntd.6 [new file with mode: 0644]
games/hunt/huntd/makemaze.c [new file with mode: 0644]
games/hunt/huntd/server.h [new file with mode: 0644]
games/hunt/huntd/shots.c [new file with mode: 0644]
games/hunt/huntd/terminal.c [new file with mode: 0644]
games/larn/COPYRIGHT [new file with mode: 0644]
games/larn/Fixed.Bugs [new file with mode: 0644]
games/larn/Makefile [new file with mode: 0644]
games/larn/OWNER [new file with mode: 0644]
games/larn/README [new file with mode: 0644]
games/larn/bill.c [new file with mode: 0644]
games/larn/config.c [new file with mode: 0644]
games/larn/create.c [new file with mode: 0644]
games/larn/data.c [new file with mode: 0644]
games/larn/datfiles/larn.help [new file with mode: 0644]
games/larn/datfiles/larnmaze [new file with mode: 0644]
games/larn/datfiles/larnopts [new file with mode: 0644]
games/larn/diag.c [new file with mode: 0644]
games/larn/display.c [new file with mode: 0644]
games/larn/fortune.c [new file with mode: 0644]
games/larn/global.c [new file with mode: 0644]
games/larn/header.h [new file with mode: 0644]
games/larn/help.c [new file with mode: 0644]
games/larn/io.c [new file with mode: 0644]
games/larn/larn.6 [new file with mode: 0644]
games/larn/main.c [new file with mode: 0644]
games/larn/monster.c [new file with mode: 0644]
games/larn/moreobj.c [new file with mode: 0644]
games/larn/movem.c [new file with mode: 0644]
games/larn/nap.c [new file with mode: 0644]
games/larn/object.c [new file with mode: 0644]
games/larn/pathnames.h [new file with mode: 0644]
games/larn/regen.c [new file with mode: 0644]
games/larn/savelev.c [new file with mode: 0644]
games/larn/scores.c [new file with mode: 0644]
games/larn/signal.c [new file with mode: 0644]
games/larn/store.c [new file with mode: 0644]
games/larn/tok.c [new file with mode: 0644]
games/mille/Makefile [new file with mode: 0644]
games/mille/comp.c [new file with mode: 0644]
games/mille/end.c [new file with mode: 0644]
games/mille/extern.c [new file with mode: 0644]
games/mille/init.c [new file with mode: 0644]
games/mille/mille.6 [new file with mode: 0644]
games/mille/mille.c [new file with mode: 0644]
games/mille/mille.h [new file with mode: 0644]
games/mille/misc.c [new file with mode: 0644]
games/mille/move.c [new file with mode: 0644]
games/mille/print.c [new file with mode: 0644]
games/mille/roll.c [new file with mode: 0644]
games/mille/save.c [new file with mode: 0644]
games/mille/types.c [new file with mode: 0644]
games/mille/varpush.c [new file with mode: 0644]
games/morse/Makefile [new file with mode: 0644]
games/morse/morse.6 [new file with mode: 0644]
games/morse/morse.c [new file with mode: 0644]
games/number/Makefile [new file with mode: 0644]
games/number/number.6 [new file with mode: 0644]
games/number/number.c [new file with mode: 0644]
games/phantasia/COPYRIGHT [new file with mode: 0644]
games/phantasia/Makefile [new file with mode: 0644]
games/phantasia/OWNER [new file with mode: 0644]
games/phantasia/README [new file with mode: 0644]
games/phantasia/fight.c [new file with mode: 0644]
games/phantasia/gamesupport.c [new file with mode: 0644]
games/phantasia/include.h [new file with mode: 0644]
games/phantasia/interplayer.c [new file with mode: 0644]
games/phantasia/io.c [new file with mode: 0644]
games/phantasia/macros.h [new file with mode: 0644]
games/phantasia/main.c [new file with mode: 0644]
games/phantasia/map.c [new file with mode: 0644]
games/phantasia/misc.c [new file with mode: 0644]
games/phantasia/monsters.asc [new file with mode: 0644]
games/phantasia/pathnames.h [new file with mode: 0644]
games/phantasia/phantasia.6 [new file with mode: 0644]
games/phantasia/phantdefs.h [new file with mode: 0644]
games/phantasia/phantglobs.c [new file with mode: 0644]
games/phantasia/phantglobs.h [new file with mode: 0644]
games/phantasia/phantstruct.h [new file with mode: 0644]
games/phantasia/setup.c [new file with mode: 0644]
games/piano/Makefile [new file with mode: 0644]
games/piano/README [new file with mode: 0644]
games/piano/piano.6 [new file with mode: 0644]
games/piano/piano.c [new file with mode: 0644]
games/pig/Makefile [new file with mode: 0644]
games/pig/pig.6 [new file with mode: 0644]
games/pig/pig.c [new file with mode: 0644]
games/pom/Makefile [new file with mode: 0644]
games/pom/pom.6 [new file with mode: 0644]
games/pom/pom.c [new file with mode: 0644]
games/ppt/Makefile [new file with mode: 0644]
games/ppt/ppt.c [new file with mode: 0644]
games/primes/Makefile [new file with mode: 0644]
games/primes/pattern.c [new file with mode: 0644]
games/primes/pr_tbl.c [new file with mode: 0644]
games/primes/primes.c [new file with mode: 0644]
games/primes/primes.h [new file with mode: 0644]
games/quiz/Makefile [new file with mode: 0644]
games/quiz/datfiles/africa [new file with mode: 0644]
games/quiz/datfiles/america [new file with mode: 0644]
games/quiz/datfiles/areas [new file with mode: 0644]
games/quiz/datfiles/arith [new file with mode: 0644]
games/quiz/datfiles/asia [new file with mode: 0644]
games/quiz/datfiles/babies [new file with mode: 0644]
games/quiz/datfiles/bard [new file with mode: 0644]
games/quiz/datfiles/chinese [new file with mode: 0644]
games/quiz/datfiles/collectives [new file with mode: 0644]
games/quiz/datfiles/ed [new file with mode: 0644]
games/quiz/datfiles/elements [new file with mode: 0644]
games/quiz/datfiles/europe [new file with mode: 0644]
games/quiz/datfiles/flowers [new file with mode: 0644]
games/quiz/datfiles/greek [new file with mode: 0644]
games/quiz/datfiles/inca [new file with mode: 0644]
games/quiz/datfiles/index [new file with mode: 0644]
games/quiz/datfiles/latin [new file with mode: 0644]
games/quiz/datfiles/locomotive [new file with mode: 0644]
games/quiz/datfiles/midearth [new file with mode: 0644]
games/quiz/datfiles/morse [new file with mode: 0644]
games/quiz/datfiles/mult [new file with mode: 0644]
games/quiz/datfiles/murders [new file with mode: 0644]
games/quiz/datfiles/poetry [new file with mode: 0644]
games/quiz/datfiles/posneg [new file with mode: 0644]
games/quiz/datfiles/pres [new file with mode: 0644]
games/quiz/datfiles/province [new file with mode: 0644]
games/quiz/datfiles/seq-easy [new file with mode: 0644]
games/quiz/datfiles/seq-hard [new file with mode: 0644]
games/quiz/datfiles/sexes [new file with mode: 0644]
games/quiz/datfiles/sov [new file with mode: 0644]
games/quiz/datfiles/spell [new file with mode: 0644]
games/quiz/datfiles/state [new file with mode: 0644]
games/quiz/datfiles/trek [new file with mode: 0644]
games/quiz/datfiles/ucc [new file with mode: 0644]
games/quiz/pathnames.h [new file with mode: 0644]
games/quiz/quiz.6 [new file with mode: 0644]
games/quiz/quiz.c [new file with mode: 0644]
games/quiz/quiz.h [new file with mode: 0644]
games/quiz/rxp.c [new file with mode: 0644]
games/rain/Makefile [new file with mode: 0644]
games/rain/rain.6 [new file with mode: 0644]
games/rain/rain.c [new file with mode: 0644]
games/random/Makefile [new file with mode: 0644]
games/random/random.6 [new file with mode: 0644]
games/random/random.c [new file with mode: 0644]
games/random/randomize_fd.c [new file with mode: 0644]
games/random/randomize_fd.h [new file with mode: 0644]
games/robots/Makefile [new file with mode: 0644]
games/robots/extern.c [new file with mode: 0644]
games/robots/flush_in.c [new file with mode: 0644]
games/robots/init_field.c [new file with mode: 0644]
games/robots/main.c [new file with mode: 0644]
games/robots/make_level.c [new file with mode: 0644]
games/robots/move.c [new file with mode: 0644]
games/robots/move_robs.c [new file with mode: 0644]
games/robots/pathnames.h [new file with mode: 0644]
games/robots/play_level.c [new file with mode: 0644]
games/robots/query.c [new file with mode: 0644]
games/robots/rnd_pos.c [new file with mode: 0644]
games/robots/robots.6 [new file with mode: 0644]
games/robots/robots.h [new file with mode: 0644]
games/robots/score.c [new file with mode: 0644]
games/rogue/CHANGES [new file with mode: 0644]
games/rogue/Makefile [new file with mode: 0644]
games/rogue/USD.doc/rogue.me [new file with mode: 0644]
games/rogue/hit.c [new file with mode: 0644]
games/rogue/init.c [new file with mode: 0644]
games/rogue/inventory.c [new file with mode: 0644]
games/rogue/level.c [new file with mode: 0644]
games/rogue/machdep.c [new file with mode: 0644]
games/rogue/main.c [new file with mode: 0644]
games/rogue/message.c [new file with mode: 0644]
games/rogue/monster.c [new file with mode: 0644]
games/rogue/move.c [new file with mode: 0644]
games/rogue/object.c [new file with mode: 0644]
games/rogue/pack.c [new file with mode: 0644]
games/rogue/pathnames.h [new file with mode: 0644]
games/rogue/play.c [new file with mode: 0644]
games/rogue/random.c [new file with mode: 0644]
games/rogue/ring.c [new file with mode: 0644]
games/rogue/rogue.6 [new file with mode: 0644]
games/rogue/rogue.h [new file with mode: 0644]
games/rogue/room.c [new file with mode: 0644]
games/rogue/save.c [new file with mode: 0644]
games/rogue/score.c [new file with mode: 0644]
games/rogue/spec_hit.c [new file with mode: 0644]
games/rogue/throw.c [new file with mode: 0644]
games/rogue/trap.c [new file with mode: 0644]
games/rogue/use.c [new file with mode: 0644]
games/rogue/zap.c [new file with mode: 0644]
games/sail/Makefile [new file with mode: 0644]
games/sail/assorted.c [new file with mode: 0644]
games/sail/dr_1.c [new file with mode: 0644]
games/sail/dr_2.c [new file with mode: 0644]
games/sail/dr_3.c [new file with mode: 0644]
games/sail/dr_4.c [new file with mode: 0644]
games/sail/dr_5.c [new file with mode: 0644]
games/sail/dr_main.c [new file with mode: 0644]
games/sail/driver.h [new file with mode: 0644]
games/sail/externs.h [new file with mode: 0644]
games/sail/game.c [new file with mode: 0644]
games/sail/globals.c [new file with mode: 0644]
games/sail/lo_main.c [new file with mode: 0644]
games/sail/machdep.h [new file with mode: 0644]
games/sail/main.c [new file with mode: 0644]
games/sail/misc.c [new file with mode: 0644]
games/sail/parties.c [new file with mode: 0644]
games/sail/pathnames.h [new file with mode: 0644]
games/sail/pl_1.c [new file with mode: 0644]
games/sail/pl_2.c [new file with mode: 0644]
games/sail/pl_3.c [new file with mode: 0644]
games/sail/pl_4.c [new file with mode: 0644]
games/sail/pl_5.c [new file with mode: 0644]
games/sail/pl_6.c [new file with mode: 0644]
games/sail/pl_7.c [new file with mode: 0644]
games/sail/pl_main.c [new file with mode: 0644]
games/sail/player.h [new file with mode: 0644]
games/sail/sail.6 [new file with mode: 0644]
games/sail/sync.c [new file with mode: 0644]
games/sail/version.c [new file with mode: 0644]
games/snake/Makefile [new file with mode: 0644]
games/snake/snake/Makefile [new file with mode: 0644]
games/snake/snake/pathnames.h [new file with mode: 0644]
games/snake/snake/snake.6 [new file with mode: 0644]
games/snake/snake/snake.c [new file with mode: 0644]
games/snake/snscore/Makefile [new file with mode: 0644]
games/snake/snscore/snscore.c [new file with mode: 0644]
games/trek/DOC/read_me.nr [new file with mode: 0644]
games/trek/DOC/things [new file with mode: 0644]
games/trek/DOC/trekmanual.nr [new file with mode: 0644]
games/trek/Makefile [new file with mode: 0644]
games/trek/USD.doc/spell.ok [new file with mode: 0644]
games/trek/USD.doc/trek.me [new file with mode: 0644]
games/trek/abandon.c [new file with mode: 0644]
games/trek/attack.c [new file with mode: 0644]
games/trek/autover.c [new file with mode: 0644]
games/trek/capture.c [new file with mode: 0644]
games/trek/cgetc.c [new file with mode: 0644]
games/trek/check_out.c [new file with mode: 0644]
games/trek/checkcond.c [new file with mode: 0644]
games/trek/compkl.c [new file with mode: 0644]
games/trek/computer.c [new file with mode: 0644]
games/trek/damage.c [new file with mode: 0644]
games/trek/damaged.c [new file with mode: 0644]
games/trek/dcrept.c [new file with mode: 0644]
games/trek/destruct.c [new file with mode: 0644]
games/trek/dock.c [new file with mode: 0644]
games/trek/dumpgame.c [new file with mode: 0644]
games/trek/dumpme.c [new file with mode: 0644]
games/trek/dumpssradio.c [new file with mode: 0644]
games/trek/events.c [new file with mode: 0644]
games/trek/externs.c [new file with mode: 0644]
games/trek/getcodi.c [new file with mode: 0644]
games/trek/getpar.c [new file with mode: 0644]
games/trek/getpar.h [new file with mode: 0644]
games/trek/help.c [new file with mode: 0644]
games/trek/impulse.c [new file with mode: 0644]
games/trek/initquad.c [new file with mode: 0644]
games/trek/kill.c [new file with mode: 0644]
games/trek/klmove.c [new file with mode: 0644]
games/trek/lose.c [new file with mode: 0644]
games/trek/lrscan.c [new file with mode: 0644]
games/trek/main.c [new file with mode: 0644]
games/trek/move.c [new file with mode: 0644]
games/trek/nova.c [new file with mode: 0644]
games/trek/out.c [new file with mode: 0644]
games/trek/phaser.c [new file with mode: 0644]
games/trek/play.c [new file with mode: 0644]
games/trek/ram.c [new file with mode: 0644]
games/trek/ranf.c [new file with mode: 0644]
games/trek/rest.c [new file with mode: 0644]
games/trek/schedule.c [new file with mode: 0644]
games/trek/score.c [new file with mode: 0644]
games/trek/setup.c [new file with mode: 0644]
games/trek/setwarp.c [new file with mode: 0644]
games/trek/shield.c [new file with mode: 0644]
games/trek/snova.c [new file with mode: 0644]
games/trek/srscan.c [new file with mode: 0644]
games/trek/systemname.c [new file with mode: 0644]
games/trek/torped.c [new file with mode: 0644]
games/trek/trek.6 [new file with mode: 0644]
games/trek/trek.h [new file with mode: 0644]
games/trek/utility.c [new file with mode: 0644]
games/trek/visual.c [new file with mode: 0644]
games/trek/warp.c [new file with mode: 0644]
games/trek/win.c [new file with mode: 0644]
games/wargames/Makefile [new file with mode: 0644]
games/wargames/wargames.6 [new file with mode: 0644]
games/wargames/wargames.sh [new file with mode: 0644]
games/worm/Makefile [new file with mode: 0644]
games/worm/worm.6 [new file with mode: 0644]
games/worm/worm.c [new file with mode: 0644]
games/worms/Makefile [new file with mode: 0644]
games/worms/worms.6 [new file with mode: 0644]
games/worms/worms.c [new file with mode: 0644]
games/wump/Makefile [new file with mode: 0644]
games/wump/pathnames.h [new file with mode: 0644]
games/wump/wump.6 [new file with mode: 0644]
games/wump/wump.c [new file with mode: 0644]
games/wump/wump.info [new file with mode: 0644]
gnu/COPYING [new file with mode: 0644]
gnu/COPYING.LIB [new file with mode: 0644]
gnu/Makefile [new file with mode: 0644]
gnu/lib/Makefile [new file with mode: 0644]
gnu/lib/csu/Makefile.csu [new file with mode: 0644]
gnu/lib/gcc41/Makefile [new file with mode: 0644]
gnu/lib/gcc41/Makefile.inc [new file with mode: 0644]
gnu/lib/gcc41/csu/Makefile [new file with mode: 0644]
gnu/lib/gcc41/libgcc/Makefile [new file with mode: 0644]
gnu/lib/gcc41/libgcov/Makefile [new file with mode: 0644]
gnu/lib/gcc41/libobjc/Makefile [new file with mode: 0644]
gnu/lib/gcc41/libstdc++/Makefile [new file with mode: 0644]
gnu/lib/gcc41/libstdc++/config.h [new file with mode: 0644]
gnu/lib/gcc41/libstdc++/ctype_base.h.patch [new file with mode: 0644]
gnu/lib/gcc41/libstdc++/ctype_noninline.h.patch [new file with mode: 0644]
gnu/lib/gcc41/libstdc++/os_defines.h [new file with mode: 0644]
gnu/lib/gcc41/libsupc++/Makefile [new file with mode: 0644]
gnu/lib/gcc44/Makefile [new file with mode: 0644]
gnu/lib/gcc44/Makefile.inc [new file with mode: 0644]
gnu/lib/gcc44/csu/Makefile [new file with mode: 0644]
gnu/lib/gcc44/libgcc/Makefile [new file with mode: 0644]
gnu/lib/gcc44/libgcov/Makefile [new file with mode: 0644]
gnu/lib/gcc44/libobjc/Makefile [new file with mode: 0644]
gnu/lib/gcc44/libstdc++/Makefile [new file with mode: 0644]
gnu/lib/gcc44/libstdc++/config.h [new file with mode: 0644]
gnu/lib/gcc44/libsupc++/Makefile [new file with mode: 0644]
gnu/lib/gcc44/libsupc++/Makefile.src [new file with mode: 0644]
gnu/lib/libcryptsetup/Makefile [new file with mode: 0644]
gnu/lib/libdevmapper/Makefile [new file with mode: 0644]
gnu/lib/libdialog/CHANGES [new file with mode: 0644]
gnu/lib/libdialog/COPYING [new file with mode: 0644]
gnu/lib/libdialog/Makefile [new file with mode: 0644]
gnu/lib/libdialog/README [new file with mode: 0644]
gnu/lib/libdialog/TESTS/Makefile [new file with mode: 0644]
gnu/lib/libdialog/TESTS/check1.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/check2.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/check3.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/dselect.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/fselect.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/ftree1.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/ftree1.test [new file with mode: 0644]
gnu/lib/libdialog/TESTS/ftree2.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/ftree2.test [new file with mode: 0644]
gnu/lib/libdialog/TESTS/gauge.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/input1.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/input2.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/menu1.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/menu2.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/menu3.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/msg.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/prgbox.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/radio1.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/radio2.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/radio3.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/text.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/tree.c [new file with mode: 0644]
gnu/lib/libdialog/TESTS/yesno.c [new file with mode: 0644]
gnu/lib/libdialog/TODO [new file with mode: 0644]
gnu/lib/libdialog/checklist.c [new file with mode: 0644]
gnu/lib/libdialog/colors.h [new file with mode: 0644]
gnu/lib/libdialog/dialog.3 [new file with mode: 0644]
gnu/lib/libdialog/dialog.h [new file with mode: 0644]
gnu/lib/libdialog/dialog.priv.h [new file with mode: 0644]
gnu/lib/libdialog/dir.c [new file with mode: 0644]
gnu/lib/libdialog/dir.h [new file with mode: 0644]
gnu/lib/libdialog/fselect.c [new file with mode: 0644]
gnu/lib/libdialog/gauge.c [new file with mode: 0644]
gnu/lib/libdialog/help.c [new file with mode: 0644]
gnu/lib/libdialog/inputbox.c [new file with mode: 0644]
gnu/lib/libdialog/kernel.c [new file with mode: 0644]
gnu/lib/libdialog/lineedit.c [new file with mode: 0644]
gnu/lib/libdialog/menubox.c [new file with mode: 0644]
gnu/lib/libdialog/msgbox.c [new file with mode: 0644]
gnu/lib/libdialog/notify.c [new file with mode: 0644]
gnu/lib/libdialog/prgbox.c [new file with mode: 0644]
gnu/lib/libdialog/radiolist.c [new file with mode: 0644]
gnu/lib/libdialog/raw_popen.c [new file with mode: 0644]
gnu/lib/libdialog/rc.c [new file with mode: 0644]
gnu/lib/libdialog/rc.h [new file with mode: 0644]
gnu/lib/libdialog/textbox.c [new file with mode: 0644]
gnu/lib/libdialog/tree.c [new file with mode: 0644]
gnu/lib/libdialog/ui_objects.c [new file with mode: 0644]
gnu/lib/libdialog/ui_objects.h [new file with mode: 0644]
gnu/lib/libdialog/yesno.c [new file with mode: 0644]
gnu/lib/libluks/Makefile [new file with mode: 0644]
gnu/lib/liblvm/Makefile [new file with mode: 0644]
gnu/sbin/Makefile [new file with mode: 0644]
gnu/sbin/Makefile.inc [new file with mode: 0644]
gnu/sbin/cryptsetup/Makefile [new file with mode: 0644]
gnu/sbin/dmsetup/Makefile [new file with mode: 0644]
gnu/sbin/lvm/Makefile [new file with mode: 0644]
gnu/usr.bin/Makefile [new file with mode: 0644]
gnu/usr.bin/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile.bu [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils220/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils220/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils220/as/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils220/as/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/i386-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/x86_64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/as/x86_64-dragonfly/itbl-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/x86_64-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/x86_64-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils220/as/x86_64-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils220/cxxfilt/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/cxxfilt/c++filt.1 [new file with mode: 0644]
gnu/usr.bin/binutils220/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/doc/asconfig.texi [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils220/ld/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.host.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.host.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbfd/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libbinutils/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libbinutils/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbinutils/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libbinutils/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils220/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/binutils220/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils220/strip/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/Makefile.bu [new file with mode: 0644]
gnu/usr.bin/binutils221/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils221/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils221/addr2line/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/ar/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/as/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/as/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/binutils221/as/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/binutils221/as/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/i386-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/as/i386-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/i386-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/i386-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/x86_64-dragonfly/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/as/x86_64-dragonfly/itbl-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/x86_64-dragonfly/obj-format.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/x86_64-dragonfly/targ-cpu.h [new file with mode: 0644]
gnu/usr.bin/binutils221/as/x86_64-dragonfly/targ-env.h [new file with mode: 0644]
gnu/usr.bin/binutils221/cxxfilt/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/cxxfilt/c++filt.1 [new file with mode: 0644]
gnu/usr.bin/binutils221/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/doc/asconfig.texi [new file with mode: 0644]
gnu/usr.bin/binutils221/elfedit/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/gold/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/gold/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/gold/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/gprof/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/gprof/gconfig.h [new file with mode: 0644]
gnu/usr.bin/binutils221/gprof/gprof.1 [new file with mode: 0644]
gnu/usr.bin/binutils221/ld/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/ld/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/ld/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/ld/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/libbfd/Makefile.host.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/libbfd/Makefile.host.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/libbfd/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/libbfd/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/libbinutils/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/libbinutils/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/libbinutils/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/libbinutils/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/libgold/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/libgold/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/libgold/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/libgold/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/libgold/yyscript.c [new file with mode: 0644]
gnu/usr.bin/binutils221/libgold/yyscript.h [new file with mode: 0644]
gnu/usr.bin/binutils221/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils221/libopcodes/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/binutils221/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/binutils221/nm/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/objcopy/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/objdump/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/ranlib/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/readelf/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/size/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/strings/Makefile [new file with mode: 0644]
gnu/usr.bin/binutils221/strip/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc41/Makefile.langs [new file with mode: 0644]
gnu/usr.bin/cc41/Makefile.tgt [new file with mode: 0644]
gnu/usr.bin/cc41/c++/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc1/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc1obj/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc1plus/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/config.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/config/dragonfly-spec.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/config/dragonfly.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/config/i386/dragonfly.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/config/i386/dragonfly64.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/dragonfly-native.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/gthr-default.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/multilib.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_prep/tconfig.h [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/Makefile.gen [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/Makefile.tools [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/gcov-iov/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genattr/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genattrtab/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/gencheck/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genchecksum/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/gencodes/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genconditions/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genconfig/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genconstants/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genemit/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genextract/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genflags/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/gengenrtl/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/gengtype/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genmddeps/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genmodes/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genopinit/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genoutput/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genpeep/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genpreds/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/genrecog/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cc_tools/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/cpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/gcov/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/libbackend/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/libcpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/libcpp/config.h [new file with mode: 0644]
gnu/usr.bin/cc41/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc41/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/cc44/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc44/Makefile.langs [new file with mode: 0644]
gnu/usr.bin/cc44/Makefile.tgt [new file with mode: 0644]
gnu/usr.bin/cc44/c++/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc1/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc1obj/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc1plus/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/auto-host.h [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/config.h [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/config/dragonfly-native.h [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/gthr-default.h [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/multilib.h [new file with mode: 0644]
gnu/usr.bin/cc44/cc_prep/tconfig.h [new file with mode: 0644]
gnu/usr.bin/cc44/cc_tools/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc_tools/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc44/cc_tools/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cc_tools/tools/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/cpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/gcov/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/gmp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/gmp/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/cc44/gmp/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/cc44/gmp/config.h [new file with mode: 0644]
gnu/usr.bin/cc44/gmp/gmp.h [new file with mode: 0644]
gnu/usr.bin/cc44/libbackend/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/libcpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/libcpp/config.h [new file with mode: 0644]
gnu/usr.bin/cc44/libdecnumber/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/cc44/mpfr/Makefile [new file with mode: 0644]
gnu/usr.bin/cc44/mpfr/mparam.h [new file with mode: 0644]
gnu/usr.bin/cvs/Makefile [new file with mode: 0644]
gnu/usr.bin/cvs/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cvs/contrib/Makefile [new file with mode: 0644]
gnu/usr.bin/cvs/contrib/easy-import.pl [new file with mode: 0644]
gnu/usr.bin/cvs/cvs/Makefile [new file with mode: 0644]
gnu/usr.bin/cvs/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/cvs/lib/Makefile [new file with mode: 0644]
gnu/usr.bin/cvs/lib/alloca.h [new file with mode: 0644]
gnu/usr.bin/cvs/lib/config.h.proto [new file with mode: 0644]
gnu/usr.bin/cvs/libdiff/Makefile [new file with mode: 0644]
gnu/usr.bin/dialog/COPYING [new file with mode: 0644]
gnu/usr.bin/dialog/Makefile [new file with mode: 0644]
gnu/usr.bin/dialog/README [new file with mode: 0644]
gnu/usr.bin/dialog/README.lib [new file with mode: 0644]
gnu/usr.bin/dialog/TESTS/Makefile [new file with mode: 0644]
gnu/usr.bin/dialog/TESTS/README [new file with mode: 0644]
gnu/usr.bin/dialog/TESTS/checklist [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/ftreebox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/infobox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/inputbox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/menubox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/msgbox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/prgbox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/radiolist [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/textbox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/treebox [new file with mode: 0755]
gnu/usr.bin/dialog/TESTS/yesno [new file with mode: 0755]
gnu/usr.bin/dialog/dialog.1 [new file with mode: 0644]
gnu/usr.bin/dialog/dialog.c [new file with mode: 0644]
gnu/usr.bin/diff/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/diff/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/diff/diff/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/diff/paths.h [new file with mode: 0644]
gnu/usr.bin/diff/diff/system.h [new file with mode: 0644]
gnu/usr.bin/diff/diff3/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/alloca.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/arg-nonnull.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/config.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/configmake.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/fcntl.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/fnmatch.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/getopt.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/gnuwidechar.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/string.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/strings.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/sys/stat.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/unistr.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/unitypes.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/uniwidth.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/unused-parameter.h [new file with mode: 0644]
gnu/usr.bin/diff/libdiffutils/warn-on-use.h [new file with mode: 0644]
gnu/usr.bin/diff/libver/Makefile [new file with mode: 0644]
gnu/usr.bin/diff/libver/version.c [new file with mode: 0644]
gnu/usr.bin/diff/libver/version.h [new file with mode: 0644]
gnu/usr.bin/diff/sdiff/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/gdb/gdb/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/gdb/ada-lex.c [new file with mode: 0644]
gnu/usr.bin/gdb/gdb/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/gdbtui/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/kgdb.1 [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/kgdb.c [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/kgdb.h [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/kld.c [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/kthr.c [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/trgt.c [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/trgt_i386.c [new file with mode: 0644]
gnu/usr.bin/gdb/kgdb/trgt_x86_64.c [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/Makefile.host.i386 [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/Makefile.host.x86_64 [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/bfdver.h [new file with mode: 0644]
gnu/usr.bin/gdb/libbfd/config.h [new file with mode: 0644]
gnu/usr.bin/gdb/libdecnumber/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/libdecnumber/config.h [new file with mode: 0644]
gnu/usr.bin/gdb/libdecnumber/gstdint.h [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/config.h [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/freebsd-uthread.c [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/gstdint.h [new file with mode: 0644]
gnu/usr.bin/gdb/libgdb/version.c [new file with mode: 0644]
gnu/usr.bin/gdb/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/gdb/libopcodes/Makefile [new file with mode: 0644]
gnu/usr.bin/gdb/libopcodes/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/gdb/libopcodes/Makefile.x86_64 [new file with mode: 0644]
gnu/usr.bin/gdb/libopcodes/config.h [new file with mode: 0644]
gnu/usr.bin/grep/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/grep/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/grep/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/egrep/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/fgrep/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/grep/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/grep/grep.1 [new file with mode: 0644]
gnu/usr.bin/grep/libgrep/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/Makefile [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/alloca.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/arg-nonnull.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/c++defs.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/config.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/configmake.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/getopt.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/unistr.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/unitypes.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/uniwidth.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/unused-parameter.h [new file with mode: 0644]
gnu/usr.bin/grep/libgreputils/warn-on-use.h [new file with mode: 0644]
gnu/usr.bin/groff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/contrib/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/contrib/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/contrib/mm/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/contrib/pdfmark/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/Makefile.dev [new file with mode: 0644]
gnu/usr.bin/groff/font/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/font/Makefile.tty [new file with mode: 0644]
gnu/usr.bin/groff/font/devX100-12/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devX100/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devX75-12/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devX75/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devascii/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devcp1047/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devdvi/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devhtml/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devkoi8-r/DESC.proto [new file with mode: 0644]
gnu/usr.bin/groff/font/devkoi8-r/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devkoi8-r/R.proto [new file with mode: 0644]
gnu/usr.bin/groff/font/devlatin1/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devlbp/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devlj4/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devps/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/font/devutf8/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/man/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/grodvi/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/grohtml/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/grolbp/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/grolj4/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/grops/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/devices/grotty/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/include/config.h [new file with mode: 0644]
gnu/usr.bin/groff/src/include/defs.h [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/libbib/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/libdriver/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/libgroff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/libgroff/patches/cmap.cpp.patch [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/libgroff/patches/cset.cpp.patch [new file with mode: 0644]
gnu/usr.bin/groff/src/libs/libgroff/patches/invalid.cpp.patch [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/eqn/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/eqn/patches/neqn.sh.no_obj.patch [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/grn/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/html/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/pic/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/refer/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/soelim/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/preproc/tbl/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/groff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/grog/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/nroff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/nroff/patches/nroff.sh.no_obj.patch [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/psroff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/psroff/psroff.1 [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/psroff/psroff.sh [new file with mode: 0644]
gnu/usr.bin/groff/src/roff/troff/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/addftinfo/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/afmtodit/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/hpftodit/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/indxbib/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/lkbib/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/lookbib/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/pfbtops/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/src/utils/tfmtodit/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/tmac/Makefile [new file with mode: 0644]
gnu/usr.bin/groff/tmac/fr.ISO8859-1 [new file with mode: 0644]
gnu/usr.bin/groff/tmac/hyphen.ru [new file with mode: 0644]
gnu/usr.bin/groff/tmac/koi8-r.tmac [new file with mode: 0644]
gnu/usr.bin/groff/tmac/mdoc.local [new file with mode: 0644]
gnu/usr.bin/groff/tmac/patches/doc.tmac.patch [new file with mode: 0644]
gnu/usr.bin/groff/tmac/patches/eqnrc.no_obj.patch [new file with mode: 0644]
gnu/usr.bin/groff/tmac/patches/troffrc.no_obj.patch [new file with mode: 0644]
gnu/usr.bin/groff/tmac/patches/tty-char.tmac.no_obj.patch [new file with mode: 0644]
gnu/usr.bin/groff/tmac/patches/tty.tmac.no_obj.patch [new file with mode: 0644]
gnu/usr.bin/groff/tmac/ru.KOI8-R [new file with mode: 0644]
gnu/usr.bin/man/COPYING [new file with mode: 0644]
gnu/usr.bin/man/Makefile [new file with mode: 0644]
gnu/usr.bin/man/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/man/README [new file with mode: 0644]
gnu/usr.bin/man/TODO [new file with mode: 0644]
gnu/usr.bin/man/apropos/Makefile [new file with mode: 0644]
gnu/usr.bin/man/apropos/apropos.1 [new file with mode: 0644]
gnu/usr.bin/man/apropos/apropos.sh [new file with mode: 0644]
gnu/usr.bin/man/lib/Makefile [new file with mode: 0644]
gnu/usr.bin/man/lib/config.h [new file with mode: 0644]
gnu/usr.bin/man/lib/gripes.c [new file with mode: 0644]
gnu/usr.bin/man/lib/gripes.h [new file with mode: 0644]
gnu/usr.bin/man/lib/util.c [new file with mode: 0644]
gnu/usr.bin/man/lib/util.h [new file with mode: 0644]
gnu/usr.bin/man/man/Makefile [new file with mode: 0644]
gnu/usr.bin/man/man/glob.c [new file with mode: 0644]
gnu/usr.bin/man/man/man.1 [new file with mode: 0644]
gnu/usr.bin/man/man/man.c [new file with mode: 0644]
gnu/usr.bin/man/man/ndir.h [new file with mode: 0644]
gnu/usr.bin/man/man/version.h [new file with mode: 0644]
gnu/usr.bin/man/manpath/Makefile [new file with mode: 0644]
gnu/usr.bin/man/manpath/manpath.1 [new file with mode: 0644]
gnu/usr.bin/man/manpath/manpath.c [new file with mode: 0644]
gnu/usr.bin/man/manpath/manpath.config [new file with mode: 0644]
gnu/usr.bin/man/manpath/manpath.h [new file with mode: 0644]
gnu/usr.bin/rcs/CREDITS [new file with mode: 0644]
gnu/usr.bin/rcs/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/rcs/NEWS [new file with mode: 0644]
gnu/usr.bin/rcs/REFS [new file with mode: 0644]
gnu/usr.bin/rcs/ci/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/ci/ci.1 [new file with mode: 0644]
gnu/usr.bin/rcs/ci/ci.c [new file with mode: 0644]
gnu/usr.bin/rcs/co/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/co/co.1 [new file with mode: 0644]
gnu/usr.bin/rcs/co/co.c [new file with mode: 0644]
gnu/usr.bin/rcs/doc/rcs.ms [new file with mode: 0644]
gnu/usr.bin/rcs/doc/rcs_func.ms [new file with mode: 0644]
gnu/usr.bin/rcs/ident/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/ident/ident.1 [new file with mode: 0644]
gnu/usr.bin/rcs/ident/ident.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/lib/conf.h [new file with mode: 0644]
gnu/usr.bin/rcs/lib/maketime.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/maketime.h [new file with mode: 0644]
gnu/usr.bin/rcs/lib/merger.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/partime.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/partime.h [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsbase.h [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsedit.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsfcmp.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsfnms.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsgen.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcskeep.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcskeys.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcslex.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsmap.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsrev.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcssyn.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcstime.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/rcsutil.c [new file with mode: 0644]
gnu/usr.bin/rcs/lib/version.c [new file with mode: 0644]
gnu/usr.bin/rcs/merge/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/merge/merge.1 [new file with mode: 0644]
gnu/usr.bin/rcs/merge/merge.c [new file with mode: 0644]
gnu/usr.bin/rcs/rcs/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/rcs/rcs.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rcs/rcs.c [new file with mode: 0644]
gnu/usr.bin/rcs/rcs/rcsfile.5 [new file with mode: 0644]
gnu/usr.bin/rcs/rcs/rcsintro.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rcsclean/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/rcsclean/rcsclean.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rcsclean/rcsclean.c [new file with mode: 0644]
gnu/usr.bin/rcs/rcsdiff/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/rcsdiff/rcsdiff.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rcsdiff/rcsdiff.c [new file with mode: 0644]
gnu/usr.bin/rcs/rcsfreeze/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rcsfreeze/rcsfreeze.sh [new file with mode: 0644]
gnu/usr.bin/rcs/rcsmerge/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/rcsmerge/rcsmerge.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rcsmerge/rcsmerge.c [new file with mode: 0644]
gnu/usr.bin/rcs/rcstest [new file with mode: 0644]
gnu/usr.bin/rcs/rlog/Makefile [new file with mode: 0644]
gnu/usr.bin/rcs/rlog/rlog.1 [new file with mode: 0644]
gnu/usr.bin/rcs/rlog/rlog.c [new file with mode: 0644]
gnu/usr.bin/texinfo/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/texinfo/Makefile.inc0 [new file with mode: 0644]
gnu/usr.bin/texinfo/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/info/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/info/doc.c [new file with mode: 0644]
gnu/usr.bin/texinfo/info/funs.h [new file with mode: 0644]
gnu/usr.bin/texinfo/infokey/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/infokey/key.c [new file with mode: 0644]
gnu/usr.bin/texinfo/install-info/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/alloca.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/argz.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/config.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/configmake.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/getopt.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/string.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/sys/stat.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/unitypes.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libgnu/uniwidth.h [new file with mode: 0644]
gnu/usr.bin/texinfo/libtxi/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/makeinfo/Makefile [new file with mode: 0644]
gnu/usr.bin/texinfo/texindex/Makefile [new file with mode: 0644]
include/Makefile [new file with mode: 0644]
include/a.out.h [new file with mode: 0644]
include/ar.h [new file with mode: 0644]
include/arpa/Makefile [new file with mode: 0644]
include/arpa/ftp.h [new file with mode: 0644]
include/arpa/inet.h [new file with mode: 0644]
include/arpa/nameser.h [new file with mode: 0644]
include/arpa/nameser_compat.h [new file with mode: 0644]
include/arpa/telnet.h [new file with mode: 0644]
include/arpa/tftp.h [new file with mode: 0644]
include/assert.h [new file with mode: 0644]
include/bitstring.h [new file with mode: 0644]
include/complex.h [new file with mode: 0644]
include/cpio.h [new file with mode: 0644]
include/ctype.h [new file with mode: 0644]
include/db.h [new file with mode: 0644]
include/dirent.h [new file with mode: 0644]
include/disktab.h [new file with mode: 0644]
include/dlfcn.h [new file with mode: 0644]
include/elf-hints.h [new file with mode: 0644]
include/elf.h [new file with mode: 0644]
include/err.h [new file with mode: 0644]
include/fmtmsg.h [new file with mode: 0644]
include/fnmatch.h [new file with mode: 0644]
include/fstab.h [new file with mode: 0644]
include/fts.h [new file with mode: 0644]
include/ftw.h [new file with mode: 0644]
include/getopt.h [new file with mode: 0644]
include/glob.h [new file with mode: 0644]
include/grp.h [new file with mode: 0644]
include/hesiod.h [new file with mode: 0644]
include/histedit.h [new file with mode: 0644]
include/iconv.h [new file with mode: 0644]
include/ieeefp.h [new file with mode: 0644]
include/ifaddrs.h [new file with mode: 0644]
include/inttypes.h [new file with mode: 0644]
include/iso646.h [new file with mode: 0644]
include/langinfo.h [new file with mode: 0644]
include/libgen.h [new file with mode: 0644]
include/limits.h [new file with mode: 0644]
include/link.h [new file with mode: 0644]
include/locale.h [new file with mode: 0644]
include/malloc.h [new file with mode: 0644]
include/math.h [new file with mode: 0644]
include/memory.h [new file with mode: 0644]
include/monetary.h [new file with mode: 0644]
include/mpool.h [new file with mode: 0644]
include/mqueue.h [new file with mode: 0644]
include/ndbm.h [new file with mode: 0644]
include/netconfig.h [new file with mode: 0644]
include/netdb.h [new file with mode: 0644]
include/nl_types.h [new file with mode: 0644]
include/nlist.h [new file with mode: 0644]
include/nss.h [new file with mode: 0644]
include/nsswitch.h [new file with mode: 0644]
include/objformat.h [new file with mode: 0644]
include/paths.h [new file with mode: 0644]
include/printf.h [new file with mode: 0644]
include/proc_service.h [new file with mode: 0644]
include/protocols/Makefile [new file with mode: 0644]
include/protocols/dumprestore.h [new file with mode: 0644]
include/protocols/routed.h [new file with mode: 0644]
include/protocols/rwhod.h [new file with mode: 0644]
include/protocols/talkd.h [new file with mode: 0644]
include/protocols/timed.h [new file with mode: 0644]
include/pthread.h [new file with mode: 0644]
include/pthread_np.h [new file with mode: 0644]
include/pwd.h [new file with mode: 0644]
include/ranlib.h [new file with mode: 0644]
include/re_comp.h [new file with mode: 0644]
include/readpassphrase.h [new file with mode: 0644]
include/regex.h [new file with mode: 0644]
include/regexp.h [new file with mode: 0644]
include/res_update.h [new file with mode: 0644]
include/resolv.h [new file with mode: 0644]
include/rmd160.h [new file with mode: 0644]
include/rpc/Makefile [new file with mode: 0644]
include/rpc/auth.h [new file with mode: 0644]
include/rpc/auth_des.h [new file with mode: 0644]
include/rpc/auth_kerb.h [new file with mode: 0644]
include/rpc/auth_unix.h [new file with mode: 0644]
include/rpc/clnt.h [new file with mode: 0644]
include/rpc/clnt_soc.h [new file with mode: 0644]
include/rpc/clnt_stat.h [new file with mode: 0644]
include/rpc/des.h [new file with mode: 0644]
include/rpc/des_crypt.h [new file with mode: 0644]
include/rpc/nettype.h [new file with mode: 0644]
include/rpc/pmap_clnt.h [new file with mode: 0644]
include/rpc/pmap_prot.h [new file with mode: 0644]
include/rpc/pmap_rmt.h [new file with mode: 0644]
include/rpc/raw.h [new file with mode: 0644]
include/rpc/rpc.h [new file with mode: 0644]
include/rpc/rpc_com.h [new file with mode: 0644]
include/rpc/rpc_msg.h [new file with mode: 0644]
include/rpc/rpcb_clnt.h [new file with mode: 0644]
include/rpc/rpcb_prot.x [new file with mode: 0644]
include/rpc/rpcent.h [new file with mode: 0644]
include/rpc/svc.h [new file with mode: 0644]
include/rpc/svc_auth.h [new file with mode: 0644]
include/rpc/svc_dg.h [new file with mode: 0644]
include/rpc/svc_soc.h [new file with mode: 0644]
include/rpc/types.h [new file with mode: 0644]
include/rpc/xdr.h [new file with mode: 0644]
include/rpcsvc/Makefile [new file with mode: 0644]
include/rpcsvc/bootparam_prot.x [new file with mode: 0644]
include/rpcsvc/crypt.x [new file with mode: 0644]
include/rpcsvc/key_prot.x [new file with mode: 0644]
include/rpcsvc/klm_prot.x [new file with mode: 0644]
include/rpcsvc/mount.x [new file with mode: 0644]
include/rpcsvc/nfs_prot.x [new file with mode: 0644]
include/rpcsvc/nis.x [new file with mode: 0644]
include/rpcsvc/nis_cache.x [new file with mode: 0644]
include/rpcsvc/nis_callback.x [new file with mode: 0644]
include/rpcsvc/nis_db.h [new file with mode: 0644]
include/rpcsvc/nis_object.x [new file with mode: 0644]
include/rpcsvc/nis_tags.h [new file with mode: 0644]
include/rpcsvc/nislib.h [new file with mode: 0644]
include/rpcsvc/nlm_prot.x [new file with mode: 0644]
include/rpcsvc/pmap_prot.x [new file with mode: 0644]
include/rpcsvc/rex.x [new file with mode: 0644]
include/rpcsvc/rnusers.x [new file with mode: 0644]
include/rpcsvc/rquota.x [new file with mode: 0644]
include/rpcsvc/rstat.x [new file with mode: 0644]
include/rpcsvc/rwall.x [new file with mode: 0644]
include/rpcsvc/sm_inter.x [new file with mode: 0644]
include/rpcsvc/spray.x [new file with mode: 0644]
include/rpcsvc/yp.x [new file with mode: 0644]
include/rpcsvc/yp_prot.h [new file with mode: 0644]
include/rpcsvc/ypclnt.h [new file with mode: 0644]
include/rpcsvc/yppasswd.x [new file with mode: 0644]
include/rpcsvc/ypupdate_prot.x [new file with mode: 0644]
include/rpcsvc/ypxfrd.x [new file with mode: 0644]
include/search.h [new file with mode: 0644]
include/setjmp.h [new file with mode: 0644]
include/sgtty.h [new file with mode: 0644]
include/signal.h [new file with mode: 0644]
include/spawn.h [new file with mode: 0644]
include/stab.h [new file with mode: 0644]
include/stdarg.h [new file with mode: 0644]
include/stdbool.h [new file with mode: 0644]
include/stddef.h [new file with mode: 0644]
include/stdint.h [new file with mode: 0644]
include/stdio.h [new file with mode: 0644]
include/stdlib.h [new file with mode: 0644]
include/string.h [new file with mode: 0644]
include/stringlist.h [new file with mode: 0644]
include/strings.h [new file with mode: 0644]
include/struct.h [new file with mode: 0644]
include/sysexits.h [new file with mode: 0644]
include/tar.h [new file with mode: 0644]
include/time.h [new file with mode: 0644]
include/timeconv.h [new file with mode: 0644]
include/timers.h [new file with mode: 0644]
include/ttyent.h [new file with mode: 0644]
include/tzfile.h [new file with mode: 0644]
include/ulimit.h [new file with mode: 0644]
include/unistd.h [new file with mode: 0644]
include/utime.h [new file with mode: 0644]
include/utmp.h [new file with mode: 0644]
include/utmpx.h [new file with mode: 0644]
include/uuid.h [new file with mode: 0644]
include/vis.h [new file with mode: 0644]
include/wchar.h [new file with mode: 0644]
include/wctype.h [new file with mode: 0644]
include/wordexp.h [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/Makefile.inc [new file with mode: 0644]
lib/compat/i386/Makefile [new file with mode: 0644]
lib/compat/i386/ld-elf.so.1.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libalias.so.4.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libarchive.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libatm.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libbz2.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libbz2.so.1.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libc.so.4.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libc.so.4.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libc_r.so.4.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libc_r.so.4.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcalendar.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcam.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcipher.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcom_err.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcrypt.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcrypto.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libcrypto.so.3.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libdevstat.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libdialog.so.4.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libedit.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libfetch.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libform.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libftpio.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libg2c.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libgnuregex.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libhistory.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libipsec.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libipx.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libisc.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libisc.so.1.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libkcore.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libkinfo.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libkvm.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libm.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libmagic.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libmd.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libmenu.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libmilter.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libncp.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libncurses.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libnetgraph.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libopie.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libpam.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libpanel.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libpcap.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libposix1e.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libradius.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libreadline.so.5.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/librpcsvc.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libsbuf.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libskey.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libskey.so.2.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libsmb.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libssh.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libssh.so.2.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libssl.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libssl.so.3.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libtacplus.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libthread_xu.so.1.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libthread_xu.so.1.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libusbhid.so.0.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libutil.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libutil.so.3.20050707.REL1_2 [new file with mode: 0644]
lib/compat/i386/libvgl.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libwrap.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libxpg4.so.3.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libz.so.2.20050501.REL1_2 [new file with mode: 0644]
lib/compat/i386/libz.so.2.20050707.REL1_2 [new file with mode: 0644]
lib/csu/Makefile [new file with mode: 0644]
lib/csu/README [new file with mode: 0644]
lib/csu/common/crtbrand.c [new file with mode: 0644]
lib/csu/common/dot_init.h [new file with mode: 0644]
lib/csu/common/dwarf2_eh.h [new file with mode: 0644]
lib/csu/i386/Makefile.csu [new file with mode: 0644]
lib/csu/i386/crt1_c.c [new file with mode: 0644]
lib/csu/i386/crt1_s.S [new file with mode: 0644]
lib/csu/i386/crti.S [new file with mode: 0644]
lib/csu/i386/crtn.S [new file with mode: 0644]
lib/csu/x86_64/Makefile.csu [new file with mode: 0644]
lib/csu/x86_64/crt1.c [new file with mode: 0644]
lib/csu/x86_64/crti.S [new file with mode: 0644]
lib/csu/x86_64/crtn.S [new file with mode: 0644]
lib/i18n_module/BIG5/Makefile [new file with mode: 0644]
lib/i18n_module/DECHanyu/Makefile [new file with mode: 0644]
lib/i18n_module/EUC/Makefile [new file with mode: 0644]
lib/i18n_module/EUCTW/Makefile [new file with mode: 0644]
lib/i18n_module/GBK2K/Makefile [new file with mode: 0644]
lib/i18n_module/HZ/Makefile [new file with mode: 0644]
lib/i18n_module/ISO2022/Makefile [new file with mode: 0644]
lib/i18n_module/JOHAB/Makefile [new file with mode: 0644]
lib/i18n_module/MSKanji/Makefile [new file with mode: 0644]
lib/i18n_module/Makefile [new file with mode: 0644]
lib/i18n_module/Makefile.inc [new file with mode: 0644]
lib/i18n_module/Makefile.shlib [new file with mode: 0644]
lib/i18n_module/UES/Makefile [new file with mode: 0644]
lib/i18n_module/UTF1632/Makefile [new file with mode: 0644]
lib/i18n_module/UTF7/Makefile [new file with mode: 0644]
lib/i18n_module/UTF8/Makefile [new file with mode: 0644]
lib/i18n_module/VIQR/Makefile [new file with mode: 0644]
lib/i18n_module/ZW/Makefile [new file with mode: 0644]
lib/i18n_module/iconv_none/Makefile [new file with mode: 0644]
lib/i18n_module/iconv_std/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_646/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_none/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_parallel/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_serial/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_std/Makefile [new file with mode: 0644]
lib/i18n_module/mapper_zone/Makefile [new file with mode: 0644]
lib/libalias/HISTORY [new file with mode: 0644]
lib/libalias/Makefile [new file with mode: 0644]
lib/libalias/alias.c [new file with mode: 0644]
lib/libalias/alias.h [new file with mode: 0644]
lib/libalias/alias_cuseeme.c [new file with mode: 0644]
lib/libalias/alias_db.c [new file with mode: 0644]
lib/libalias/alias_ftp.c [new file with mode: 0644]
lib/libalias/alias_irc.c [new file with mode: 0644]
lib/libalias/alias_local.h [new file with mode: 0644]
lib/libalias/alias_nbt.c [new file with mode: 0644]
lib/libalias/alias_pptp.c [new file with mode: 0644]
lib/libalias/alias_proxy.c [new file with mode: 0644]
lib/libalias/alias_smedia.c [new file with mode: 0644]
lib/libalias/alias_util.c [new file with mode: 0644]
lib/libalias/libalias.3 [new file with mode: 0644]
lib/libarchive/Makefile [new file with mode: 0644]
lib/libarchive/config.h [new file with mode: 0644]
lib/libatm/Makefile [new file with mode: 0644]
lib/libatm/atm_addr.c [new file with mode: 0644]
lib/libatm/cache_key.c [new file with mode: 0644]
lib/libatm/ioctl_subr.c [new file with mode: 0644]
lib/libatm/ip_addr.c [new file with mode: 0644]
lib/libatm/ip_checksum.c [new file with mode: 0644]
lib/libatm/libatm.h [new file with mode: 0644]
lib/libatm/timer.c [new file with mode: 0644]
lib/libbluetooth/Makefile [new file with mode: 0644]
lib/libbluetooth/bluetooth.3 [new file with mode: 0644]
lib/libbluetooth/bluetooth.c [new file with mode: 0644]
lib/libbluetooth/bluetooth.h [new file with mode: 0644]
lib/libbluetooth/devaddr.c [new file with mode: 0644]
lib/libbz2/Makefile [new file with mode: 0644]
lib/libc/Makefile [new file with mode: 0644]
lib/libc/Makefile.inc [new file with mode: 0644]
lib/libc/citrus/Makefile.inc [new file with mode: 0644]
lib/libc/citrus/citrus_bcs.c [new file with mode: 0644]
lib/libc/citrus/citrus_bcs.h [new file with mode: 0644]
lib/libc/citrus/citrus_csmapper.c [new file with mode: 0644]
lib/libc/citrus/citrus_csmapper.h [new file with mode: 0644]
lib/libc/citrus/citrus_ctype.c [new file with mode: 0644]
lib/libc/citrus/citrus_ctype.h [new file with mode: 0644]
lib/libc/citrus/citrus_ctype_fallback.c [new file with mode: 0644]
lib/libc/citrus/citrus_ctype_fallback.h [new file with mode: 0644]
lib/libc/citrus/citrus_ctype_local.h [new file with mode: 0644]
lib/libc/citrus/citrus_ctype_template.h [new file with mode: 0644]
lib/libc/citrus/citrus_db.c [new file with mode: 0644]
lib/libc/citrus/citrus_db.h [new file with mode: 0644]
lib/libc/citrus/citrus_db_factory.c [new file with mode: 0644]
lib/libc/citrus/citrus_db_factory.h [new file with mode: 0644]
lib/libc/citrus/citrus_db_file.h [new file with mode: 0644]
lib/libc/citrus/citrus_db_hash.c [new file with mode: 0644]
lib/libc/citrus/citrus_db_hash.h [new file with mode: 0644]
lib/libc/citrus/citrus_esdb.c [new file with mode: 0644]
lib/libc/citrus/citrus_esdb.h [new file with mode: 0644]
lib/libc/citrus/citrus_esdb_file.h [new file with mode: 0644]
lib/libc/citrus/citrus_hash.c [new file with mode: 0644]
lib/libc/citrus/citrus_hash.h [new file with mode: 0644]
lib/libc/citrus/citrus_iconv.c [new file with mode: 0644]
lib/libc/citrus/citrus_iconv.h [new file with mode: 0644]
lib/libc/citrus/citrus_iconv_local.h [new file with mode: 0644]
lib/libc/citrus/citrus_lookup.c [new file with mode: 0644]
lib/libc/citrus/citrus_lookup.h [new file with mode: 0644]
lib/libc/citrus/citrus_lookup_factory.c [new file with mode: 0644]
lib/libc/citrus/citrus_lookup_factory.h [new file with mode: 0644]
lib/libc/citrus/citrus_lookup_file.h [new file with mode: 0644]
lib/libc/citrus/citrus_mapper.c [new file with mode: 0644]
lib/libc/citrus/citrus_mapper.h [new file with mode: 0644]
lib/libc/citrus/citrus_mapper_local.h [new file with mode: 0644]
lib/libc/citrus/citrus_memstream.c [new file with mode: 0644]
lib/libc/citrus/citrus_memstream.h [new file with mode: 0644]
lib/libc/citrus/citrus_mmap.c [new file with mode: 0644]
lib/libc/citrus/citrus_mmap.h [new file with mode: 0644]
lib/libc/citrus/citrus_module.c [new file with mode: 0644]
lib/libc/citrus/citrus_module.h [new file with mode: 0644]
lib/libc/citrus/citrus_namespace.h [new file with mode: 0644]
lib/libc/citrus/citrus_none.c [new file with mode: 0644]
lib/libc/citrus/citrus_none.h [new file with mode: 0644]
lib/libc/citrus/citrus_pivot_factory.c [new file with mode: 0644]
lib/libc/citrus/citrus_pivot_factory.h [new file with mode: 0644]
lib/libc/citrus/citrus_pivot_file.h [new file with mode: 0644]
lib/libc/citrus/citrus_prop.c [new file with mode: 0644]
lib/libc/citrus/citrus_prop.h [new file with mode: 0644]
lib/libc/citrus/citrus_region.h [new file with mode: 0644]
lib/libc/citrus/citrus_stdenc.c [new file with mode: 0644]
lib/libc/citrus/citrus_stdenc.h [new file with mode: 0644]
lib/libc/citrus/citrus_stdenc_local.h [new file with mode: 0644]
lib/libc/citrus/citrus_stdenc_template.h [new file with mode: 0644]
lib/libc/citrus/citrus_types.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_big5.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_big5.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_dechanyu.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_dechanyu.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_euc.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_euc.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_euctw.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_euctw.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_gbk2k.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_gbk2k.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_hz.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_hz.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iconv_none.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iconv_none.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iconv_std.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iconv_std.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iconv_std_local.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iso2022.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_iso2022.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_johab.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_johab.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_646.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_646.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_none.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_none.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_serial.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_serial.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_std.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_std.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_std_file.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_std_local.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_zone.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mapper_zone.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mskanji.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_mskanji.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_ues.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_ues.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_utf1632.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_utf1632.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_utf7.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_utf7.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_utf8.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_utf8.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_viqr.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_viqr.h [new file with mode: 0644]
lib/libc/citrus/modules/citrus_zw.c [new file with mode: 0644]
lib/libc/citrus/modules/citrus_zw.h [new file with mode: 0644]
lib/libc/compat-43/Makefile.inc [new file with mode: 0644]
lib/libc/compat-43/creat.2 [new file with mode: 0644]
lib/libc/compat-43/creat.c [new file with mode: 0644]
lib/libc/compat-43/gethostid.3 [new file with mode: 0644]
lib/libc/compat-43/gethostid.c [new file with mode: 0644]
lib/libc/compat-43/getwd.c [new file with mode: 0644]
lib/libc/compat-43/killpg.2 [new file with mode: 0644]
lib/libc/compat-43/killpg.c [new file with mode: 0644]
lib/libc/compat-43/sethostid.c [new file with mode: 0644]
lib/libc/compat-43/setpgrp.c [new file with mode: 0644]
lib/libc/compat-43/setrgid.c [new file with mode: 0644]
lib/libc/compat-43/setruid.3 [new file with mode: 0644]
lib/libc/compat-43/setruid.c [new file with mode: 0644]
lib/libc/compat-43/sigblock.2 [new file with mode: 0644]
lib/libc/compat-43/sigcompat.c [new file with mode: 0644]
lib/libc/compat-43/sigpause.2 [new file with mode: 0644]
lib/libc/compat-43/sigsetmask.2 [new file with mode: 0644]
lib/libc/compat-43/sigvec.2 [new file with mode: 0644]
lib/libc/db/Makefile.inc [new file with mode: 0644]
lib/libc/db/README [new file with mode: 0644]
lib/libc/db/btree/Makefile.inc [new file with mode: 0644]
lib/libc/db/btree/bt_close.c [new file with mode: 0644]
lib/libc/db/btree/bt_conv.c [new file with mode: 0644]
lib/libc/db/btree/bt_debug.c [new file with mode: 0644]
lib/libc/db/btree/bt_delete.c [new file with mode: 0644]
lib/libc/db/btree/bt_get.c [new file with mode: 0644]
lib/libc/db/btree/bt_open.c [new file with mode: 0644]
lib/libc/db/btree/bt_overflow.c [new file with mode: 0644]
lib/libc/db/btree/bt_page.c [new file with mode: 0644]
lib/libc/db/btree/bt_put.c [new file with mode: 0644]
lib/libc/db/btree/bt_search.c [new file with mode: 0644]
lib/libc/db/btree/bt_seq.c [new file with mode: 0644]
lib/libc/db/btree/bt_split.c [new file with mode: 0644]
lib/libc/db/btree/bt_utils.c [new file with mode: 0644]
lib/libc/db/btree/btree.h [new file with mode: 0644]
lib/libc/db/btree/extern.h [new file with mode: 0644]
lib/libc/db/changelog [new file with mode: 0644]
lib/libc/db/db/Makefile.inc [new file with mode: 0644]
lib/libc/db/db/db.c [new file with mode: 0644]
lib/libc/db/docs/hash.usenix.ps [new file with mode: 0644]
lib/libc/db/docs/libtp.usenix.ps [new file with mode: 0644]
lib/libc/db/hash/Makefile.inc [new file with mode: 0644]
lib/libc/db/hash/README [new file with mode: 0644]
lib/libc/db/hash/extern.h [new file with mode: 0644]
lib/libc/db/hash/hash.c [new file with mode: 0644]
lib/libc/db/hash/hash.h [new file with mode: 0644]
lib/libc/db/hash/hash_bigkey.c [new file with mode: 0644]
lib/libc/db/hash/hash_buf.c [new file with mode: 0644]
lib/libc/db/hash/hash_func.c [new file with mode: 0644]
lib/libc/db/hash/hash_log2.c [new file with mode: 0644]
lib/libc/db/hash/hash_page.c [new file with mode: 0644]
lib/libc/db/hash/ndbm.c [new file with mode: 0644]
lib/libc/db/hash/page.h [new file with mode: 0644]
lib/libc/db/man/Makefile.inc [new file with mode: 0644]
lib/libc/db/man/btree.3 [new file with mode: 0644]
lib/libc/db/man/dbm.3 [new file with mode: 0644]
lib/libc/db/man/dbopen.3 [new file with mode: 0644]
lib/libc/db/man/hash.3 [new file with mode: 0644]
lib/libc/db/man/mpool.3 [new file with mode: 0644]
lib/libc/db/man/recno.3 [new file with mode: 0644]
lib/libc/db/mpool/Makefile.inc [new file with mode: 0644]
lib/libc/db/mpool/README [new file with mode: 0644]
lib/libc/db/mpool/mpool.c [new file with mode: 0644]
lib/libc/db/mpool/mpool.libtp [new file with mode: 0644]
lib/libc/db/recno/Makefile.inc [new file with mode: 0644]
lib/libc/db/recno/extern.h [new file with mode: 0644]
lib/libc/db/recno/rec_close.c [new file with mode: 0644]
lib/libc/db/recno/rec_delete.c [new file with mode: 0644]
lib/libc/db/recno/rec_get.c [new file with mode: 0644]
lib/libc/db/recno/rec_open.c [new file with mode: 0644]
lib/libc/db/recno/rec_put.c [new file with mode: 0644]
lib/libc/db/recno/rec_search.c [new file with mode: 0644]
lib/libc/db/recno/rec_seq.c [new file with mode: 0644]
lib/libc/db/recno/rec_utils.c [new file with mode: 0644]
lib/libc/db/recno/recno.h [new file with mode: 0644]
lib/libc/db/test/Makefile [new file with mode: 0644]
lib/libc/db/test/README [new file with mode: 0644]
lib/libc/db/test/btree.tests/main.c [new file with mode: 0644]
lib/libc/db/test/dbtest.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/driver2.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/makedb.sh [new file with mode: 0644]
lib/libc/db/test/hash.tests/tcreat3.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/tdel.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/testit [new file with mode: 0644]
lib/libc/db/test/hash.tests/thash4.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/tread2.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/tseq.c [new file with mode: 0644]
lib/libc/db/test/hash.tests/tverify.c [new file with mode: 0644]
lib/libc/db/test/run.test [new file with mode: 0644]
lib/libc/gdtoa/Makefile.inc [new file with mode: 0644]
lib/libc/gdtoa/_hdtoa.c [new file with mode: 0644]
lib/libc/gdtoa/_hldtoa.c [new file with mode: 0644]
lib/libc/gdtoa/_ldtoa.c [new file with mode: 0644]
lib/libc/gdtoa/glue.c [new file with mode: 0644]
lib/libc/gdtoa/machdep_ldisx.c [new file with mode: 0644]
lib/libc/gen/Makefile.inc [new file with mode: 0644]
lib/libc/gen/_pthread_stubs.c [new file with mode: 0644]
lib/libc/gen/_rand48.c [new file with mode: 0644]
lib/libc/gen/_spinlock_stub.c [new file with mode: 0644]
lib/libc/gen/_thread_init.c [new file with mode: 0644]
lib/libc/gen/alarm.3 [new file with mode: 0644]
lib/libc/gen/alarm.c [new file with mode: 0644]
lib/libc/gen/arc4random.3 [new file with mode: 0644]
lib/libc/gen/arc4random.c [new file with mode: 0644]
lib/libc/gen/assert.c [new file with mode: 0644]
lib/libc/gen/basename.3 [new file with mode: 0644]
lib/libc/gen/basename.c [new file with mode: 0644]
lib/libc/gen/clock.3 [new file with mode: 0644]
lib/libc/gen/clock.c [new file with mode: 0644]
lib/libc/gen/closedir.c [new file with mode: 0644]
lib/libc/gen/confstr.3 [new file with mode: 0644]
lib/libc/gen/confstr.c [new file with mode: 0644]
lib/libc/gen/ctermid.3 [new file with mode: 0644]
lib/libc/gen/ctermid.c [new file with mode: 0644]
lib/libc/gen/ctype.3 [new file with mode: 0644]
lib/libc/gen/ctype.c [new file with mode: 0644]
lib/libc/gen/daemon.3 [new file with mode: 0644]
lib/libc/gen/daemon.c [new file with mode: 0644]
lib/libc/gen/devname.3 [new file with mode: 0644]
lib/libc/gen/devname.c [new file with mode: 0644]
lib/libc/gen/directory.3 [new file with mode: 0644]
lib/libc/gen/dirname.3 [new file with mode: 0644]
lib/libc/gen/dirname.c [new file with mode: 0644]
lib/libc/gen/disklabel.c [new file with mode: 0644]
lib/libc/gen/disktab.c [new file with mode: 0644]
lib/libc/gen/dl_iterate_phdr.3 [new file with mode: 0644]
lib/libc/gen/dladdr.3 [new file with mode: 0644]
lib/libc/gen/dlclose.3 [new file with mode: 0644]
lib/libc/gen/dlerror.3 [new file with mode: 0644]
lib/libc/gen/dlfcn.3 [new file with mode: 0644]
lib/libc/gen/dlfcn.c [new file with mode: 0644]
lib/libc/gen/dlinfo.3 [new file with mode: 0644]
lib/libc/gen/dlopen.3 [new file with mode: 0644]
lib/libc/gen/dlsym.3 [new file with mode: 0644]
lib/libc/gen/dlvsym.3 [new file with mode: 0644]
lib/libc/gen/drand48.c [new file with mode: 0644]
lib/libc/gen/elf_utils.c [new file with mode: 0644]
lib/libc/gen/endutxent.3 [new file with mode: 0644]
lib/libc/gen/erand48.c [new file with mode: 0644]
lib/libc/gen/err.3 [new file with mode: 0644]
lib/libc/gen/err.c [new file with mode: 0644]
lib/libc/gen/errlst.c [new file with mode: 0644]
lib/libc/gen/exec.3 [new file with mode: 0644]
lib/libc/gen/exec.c [new file with mode: 0644]
lib/libc/gen/fdevname.c [new file with mode: 0644]
lib/libc/gen/fmtcheck.3 [new file with mode: 0644]
lib/libc/gen/fmtcheck.c [new file with mode: 0644]
lib/libc/gen/fmtmsg.3 [new file with mode: 0644]
lib/libc/gen/fmtmsg.c [new file with mode: 0644]
lib/libc/gen/fnmatch.3 [new file with mode: 0644]
lib/libc/gen/fnmatch.c [new file with mode: 0644]
lib/libc/gen/fpclassify.3 [new file with mode: 0644]
lib/libc/gen/fpclassifyd.c [new file with mode: 0644]
lib/libc/gen/fpclassifyf.c [new file with mode: 0644]
lib/libc/gen/frexp.3 [new file with mode: 0644]
lib/libc/gen/frexp.c [new file with mode: 0644]
lib/libc/gen/fstab.c [new file with mode: 0644]
lib/libc/gen/ftok.3 [new file with mode: 0644]
lib/libc/gen/ftok.c [new file with mode: 0644]
lib/libc/gen/fts.3 [new file with mode: 0644]
lib/libc/gen/fts.c [new file with mode: 0644]
lib/libc/gen/ftw.3 [new file with mode: 0644]
lib/libc/gen/ftw.c [new file with mode: 0644]
lib/libc/gen/getbootfile.3 [new file with mode: 0644]
lib/libc/gen/getbootfile.c [new file with mode: 0644]
lib/libc/gen/getbsize.3 [new file with mode: 0644]
lib/libc/gen/getbsize.c [new file with mode: 0644]
lib/libc/gen/getcap.3 [new file with mode: 0644]
lib/libc/gen/getcap.c [new file with mode: 0644]
lib/libc/gen/getcontext.3 [new file with mode: 0644]
lib/libc/gen/getcwd.3 [new file with mode: 0644]
lib/libc/gen/getcwd.c [new file with mode: 0644]
lib/libc/gen/getdevpath.3 [new file with mode: 0644]
lib/libc/gen/getdevpath.c [new file with mode: 0644]
lib/libc/gen/getdiskbyname.3 [new file with mode: 0644]
lib/libc/gen/getdisktabbyname.3 [new file with mode: 0644]
lib/libc/gen/getdomainname.3 [new file with mode: 0644]
lib/libc/gen/getdomainname.c [new file with mode: 0644]
lib/libc/gen/getfsent.3 [new file with mode: 0644]
lib/libc/gen/getgrent.3 [new file with mode: 0644]
lib/libc/gen/getgrent.c [new file with mode: 0644]
lib/libc/gen/getgrouplist.3 [new file with mode: 0644]
lib/libc/gen/getgrouplist.c [new file with mode: 0644]
lib/libc/gen/gethostname.3 [new file with mode: 0644]
lib/libc/gen/gethostname.c [new file with mode: 0644]
lib/libc/gen/getlastlogx.3 [new file with mode: 0644]
lib/libc/gen/getloadavg.3 [new file with mode: 0644]
lib/libc/gen/getloadavg.c [new file with mode: 0644]
lib/libc/gen/getlogin.c [new file with mode: 0644]
lib/libc/gen/getmntinfo.3 [new file with mode: 0644]
lib/libc/gen/getmntinfo.c [new file with mode: 0644]
lib/libc/gen/getmntvinfo.c [new file with mode: 0644]
lib/libc/gen/getnetgrent.3 [new file with mode: 0644]
lib/libc/gen/getnetgrent.c [new file with mode: 0644]
lib/libc/gen/getobjformat.3 [new file with mode: 0644]
lib/libc/gen/getobjformat.c [new file with mode: 0644]
lib/libc/gen/getosreldate.3 [new file with mode: 0644]
lib/libc/gen/getosreldate.c [new file with mode: 0644]
lib/libc/gen/getpagesize.3 [new file with mode: 0644]
lib/libc/gen/getpagesize.c [new file with mode: 0644]
lib/libc/gen/getpass.3 [new file with mode: 0644]
lib/libc/gen/getpeereid.3 [new file with mode: 0644]
lib/libc/gen/getpeereid.c [new file with mode: 0644]
lib/libc/gen/getprogname.3 [new file with mode: 0644]
lib/libc/gen/getprogname.c [new file with mode: 0644]
lib/libc/gen/getpwent.3 [new file with mode: 0644]
lib/libc/gen/getpwent.c [new file with mode: 0644]
lib/libc/gen/getttyent.3 [new file with mode: 0644]
lib/libc/gen/getttyent.c [new file with mode: 0644]
lib/libc/gen/getusershell.3 [new file with mode: 0644]
lib/libc/gen/getusershell.c [new file with mode: 0644]
lib/libc/gen/getvfsbyname.3 [new file with mode: 0644]
lib/libc/gen/getvfsbyname.c [new file with mode: 0644]
lib/libc/gen/getvfsent.3 [new file with mode: 0644]
lib/libc/gen/getvfsent.c [new file with mode: 0644]
lib/libc/gen/glob.3 [new file with mode: 0644]
lib/libc/gen/glob.c [new file with mode: 0644]
lib/libc/gen/infinity.c [new file with mode: 0644]
lib/libc/gen/infinityf.c [new file with mode: 0644]
lib/libc/gen/infinityl_dbl.c [new file with mode: 0644]
lib/libc/gen/initgroups.3 [new file with mode: 0644]
lib/libc/gen/initgroups.c [new file with mode: 0644]
lib/libc/gen/isalnum.3 [new file with mode: 0644]
lib/libc/gen/isalpha.3 [new file with mode: 0644]
lib/libc/gen/isascii.3 [new file with mode: 0644]
lib/libc/gen/isascii.c [new file with mode: 0644]
lib/libc/gen/isatty.c [new file with mode: 0644]
lib/libc/gen/isblank.3 [new file with mode: 0644]
lib/libc/gen/iscntrl.3 [new file with mode: 0644]
lib/libc/gen/isctype.c [new file with mode: 0644]
lib/libc/gen/isdigit.3 [new file with mode: 0644]
lib/libc/gen/isfinite.3 [new file with mode: 0644]
lib/libc/gen/isfinited.c [new file with mode: 0644]
lib/libc/gen/isfinitef.c [new file with mode: 0644]
lib/libc/gen/isgraph.3 [new file with mode: 0644]
lib/libc/gen/isinf.3 [new file with mode: 0644]
lib/libc/gen/isinfd.c [new file with mode: 0644]
lib/libc/gen/isinff.c [new file with mode: 0644]
lib/libc/gen/islower.3 [new file with mode: 0644]
lib/libc/gen/isnan.3 [new file with mode: 0644]
lib/libc/gen/isnand.c [new file with mode: 0644]
lib/libc/gen/isnanf.c [new file with mode: 0644]
lib/libc/gen/isnormal.3 [new file with mode: 0644]
lib/libc/gen/isprint.3 [new file with mode: 0644]
lib/libc/gen/ispunct.3 [new file with mode: 0644]
lib/libc/gen/isspace.3 [new file with mode: 0644]
lib/libc/gen/isupper.3 [new file with mode: 0644]
lib/libc/gen/isxdigit.3 [new file with mode: 0644]
lib/libc/gen/jrand48.c [new file with mode: 0644]
lib/libc/gen/lcong48.c [new file with mode: 0644]
lib/libc/gen/ldexp.3 [new file with mode: 0644]
lib/libc/gen/lockf.3 [new file with mode: 0644]
lib/libc/gen/lockf.c [new file with mode: 0644]
lib/libc/gen/lrand48.c [new file with mode: 0644]
lib/libc/gen/makecontext.3 [new file with mode: 0644]
lib/libc/gen/modf.3 [new file with mode: 0644]
lib/libc/gen/mrand48.c [new file with mode: 0644]
lib/libc/gen/msgctl.3 [new file with mode: 0644]
lib/libc/gen/msgctl.c [new file with mode: 0644]
lib/libc/gen/msgget.3 [new file with mode: 0644]
lib/libc/gen/msgget.c [new file with mode: 0644]
lib/libc/gen/msgrcv.3 [new file with mode: 0644]
lib/libc/gen/msgrcv.c [new file with mode: 0644]
lib/libc/gen/msgsnd.3 [new file with mode: 0644]
lib/libc/gen/msgsnd.c [new file with mode: 0644]
lib/libc/gen/nftw.c [new file with mode: 0644]
lib/libc/gen/nice.3 [new file with mode: 0644]
lib/libc/gen/nice.c [new file with mode: 0644]
lib/libc/gen/nlist.3 [new file with mode: 0644]
lib/libc/gen/nlist.c [new file with mode: 0644]
lib/libc/gen/nrand48.c [new file with mode: 0644]
lib/libc/gen/ntp_gettime.c [new file with mode: 0644]
lib/libc/gen/opendir.c [new file with mode: 0644]
lib/libc/gen/pause.3 [new file with mode: 0644]
lib/libc/gen/pause.c [new file with mode: 0644]
lib/libc/gen/pmadvise.c [new file with mode: 0644]
lib/libc/gen/popen.3 [new file with mode: 0644]
lib/libc/gen/popen.c [new file with mode: 0644]
lib/libc/gen/posix_spawn.3 [new file with mode: 0644]
lib/libc/gen/posix_spawn.c [new file with mode: 0644]
lib/libc/gen/posix_spawn_file_actions_addopen.3 [new file with mode: 0644]
lib/libc/gen/posix_spawn_file_actions_init.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getflags.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getpgroup.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getschedparam.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getschedpolicy.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getsigdefault.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_getsigmask.3 [new file with mode: 0644]
lib/libc/gen/posix_spawnattr_init.3 [new file with mode: 0644]
lib/libc/gen/posixshm.c [new file with mode: 0644]
lib/libc/gen/psignal.3 [new file with mode: 0644]
lib/libc/gen/psignal.c [new file with mode: 0644]
lib/libc/gen/pw_scan.c [new file with mode: 0644]
lib/libc/gen/pw_scan.h [new file with mode: 0644]
lib/libc/gen/pwcache.3 [new file with mode: 0644]
lib/libc/gen/pwcache.c [new file with mode: 0644]
lib/libc/gen/raise.3 [new file with mode: 0644]
lib/libc/gen/raise.c [new file with mode: 0644]
lib/libc/gen/rand48.3 [new file with mode: 0644]
lib/libc/gen/rand48.h [new file with mode: 0644]
lib/libc/gen/readdir.c [new file with mode: 0644]
lib/libc/gen/readpassphrase.3 [new file with mode: 0644]
lib/libc/gen/readpassphrase.c [new file with mode: 0644]
lib/libc/gen/rewinddir.c [new file with mode: 0644]
lib/libc/gen/rfork_thread.3 [new file with mode: 0644]
lib/libc/gen/scandir.3 [new file with mode: 0644]
lib/libc/gen/scandir.c [new file with mode: 0644]
lib/libc/gen/seed48.c [new file with mode: 0644]
lib/libc/gen/seekdir.c [new file with mode: 0644]
lib/libc/gen/semconfig.c [new file with mode: 0644]
lib/libc/gen/semctl.c [new file with mode: 0644]
lib/libc/gen/semget.c [new file with mode: 0644]
lib/libc/gen/semop.c [new file with mode: 0644]
lib/libc/gen/setdomainname.c [new file with mode: 0644]
lib/libc/gen/sethostname.c [new file with mode: 0644]
lib/libc/gen/setjmp.3 [new file with mode: 0644]
lib/libc/gen/setjmperr.c [new file with mode: 0644]
lib/libc/gen/setmode.3 [new file with mode: 0644]
lib/libc/gen/setmode.c [new file with mode: 0644]
lib/libc/gen/setproctitle.3 [new file with mode: 0644]
lib/libc/gen/setproctitle.c [new file with mode: 0644]
lib/libc/gen/setprogname.c [new file with mode: 0644]
lib/libc/gen/shm_open.3 [new file with mode: 0644]
lib/libc/gen/siginterrupt.3 [new file with mode: 0644]
lib/libc/gen/siginterrupt.c [new file with mode: 0644]
lib/libc/gen/siglist.c [new file with mode: 0644]
lib/libc/gen/signal.3 [new file with mode: 0644]
lib/libc/gen/signal.c [new file with mode: 0644]
lib/libc/gen/signbit.3 [new file with mode: 0644]
lib/libc/gen/signbitd.c [new file with mode: 0644]
lib/libc/gen/signbitf.c [new file with mode: 0644]
lib/libc/gen/sigsetops.3 [new file with mode: 0644]
lib/libc/gen/sigsetops.c [new file with mode: 0644]
lib/libc/gen/sigwait.c [new file with mode: 0644]
lib/libc/gen/sleep.3 [new file with mode: 0644]
lib/libc/gen/sleep.c [new file with mode: 0644]
lib/libc/gen/srand48.c [new file with mode: 0644]
lib/libc/gen/stringlist.3 [new file with mode: 0644]
lib/libc/gen/stringlist.c [new file with mode: 0644]
lib/libc/gen/strtofflags.3 [new file with mode: 0644]
lib/libc/gen/strtofflags.c [new file with mode: 0644]
lib/libc/gen/sysconf.3 [new file with mode: 0644]
lib/libc/gen/sysconf.c [new file with mode: 0644]
lib/libc/gen/sysctl.3 [new file with mode: 0644]
lib/libc/gen/sysctl.c [new file with mode: 0644]
lib/libc/gen/sysctlbyname.c [new file with mode: 0644]
lib/libc/gen/sysctlnametomib.c [new file with mode: 0644]
lib/libc/gen/syslog.3 [new file with mode: 0644]
lib/libc/gen/syslog.c [new file with mode: 0644]
lib/libc/gen/tcgetpgrp.3 [new file with mode: 0644]
lib/libc/gen/tcgetsid.3 [new file with mode: 0644]
lib/libc/gen/tcsendbreak.3 [new file with mode: 0644]
lib/libc/gen/tcsetattr.3 [new file with mode: 0644]
lib/libc/gen/tcsetpgrp.3 [new file with mode: 0644]
lib/libc/gen/telldir.c [new file with mode: 0644]
lib/libc/gen/termios.c [new file with mode: 0644]
lib/libc/gen/time.3 [new file with mode: 0644]
lib/libc/gen/time.c [new file with mode: 0644]
lib/libc/gen/times.3 [new file with mode: 0644]
lib/libc/gen/times.c [new file with mode: 0644]
lib/libc/gen/tls.c [new file with mode: 0644]
lib/libc/gen/toascii.3 [new file with mode: 0644]
lib/libc/gen/toascii.c [new file with mode: 0644]
lib/libc/gen/tolower.3 [new file with mode: 0644]
lib/libc/gen/tolower.c [new file with mode: 0644]
lib/libc/gen/toupper.3 [new file with mode: 0644]
lib/libc/gen/toupper.c [new file with mode: 0644]
lib/libc/gen/ttyname.3 [new file with mode: 0644]
lib/libc/gen/ttyname.c [new file with mode: 0644]
lib/libc/gen/ttyslot.c [new file with mode: 0644]
lib/libc/gen/tzset.3 [new file with mode: 0644]
lib/libc/gen/ualarm.3 [new file with mode: 0644]
lib/libc/gen/ualarm.c [new file with mode: 0644]
lib/libc/gen/ucontext.3 [new file with mode: 0644]
lib/libc/gen/ucontext.c [new file with mode: 0644]
lib/libc/gen/ulimit.3 [new file with mode: 0644]
lib/libc/gen/ulimit.c [new file with mode: 0644]
lib/libc/gen/uname.3 [new file with mode: 0644]
lib/libc/gen/uname.c [new file with mode: 0644]
lib/libc/gen/unvis.3 [new file with mode: 0644]
lib/libc/gen/unvis.c [new file with mode: 0644]
lib/libc/gen/usleep.3 [new file with mode: 0644]
lib/libc/gen/usleep.c [new file with mode: 0644]
lib/libc/gen/utime.3 [new file with mode: 0644]
lib/libc/gen/utime.c [new file with mode: 0644]
lib/libc/gen/utmp.c [new file with mode: 0644]
lib/libc/gen/utmpx.c [new file with mode: 0644]
lib/libc/gen/valloc.3 [new file with mode: 0644]
lib/libc/gen/valloc.c [new file with mode: 0644]
lib/libc/gen/vis.3 [new file with mode: 0644]
lib/libc/gen/vis.c [new file with mode: 0644]
lib/libc/gen/wait.c [new file with mode: 0644]
lib/libc/gen/wait3.c [new file with mode: 0644]
lib/libc/gen/waitpid.c [new file with mode: 0644]
lib/libc/gen/wordexp.3 [new file with mode: 0644]
lib/libc/gen/wordexp.c [new file with mode: 0644]
lib/libc/gmon/Makefile.inc [new file with mode: 0644]
lib/libc/gmon/gmon.c [new file with mode: 0644]
lib/libc/gmon/mcount.c [new file with mode: 0644]
lib/libc/gmon/moncontrol.3 [new file with mode: 0644]
lib/libc/i386/DEFS.h [new file with mode: 0644]
lib/libc/i386/Makefile.inc [new file with mode: 0644]
lib/libc/i386/SYS.h [new file with mode: 0644]
lib/libc/i386/_fpmath.h [new file with mode: 0644]
lib/libc/i386/arith.h [new file with mode: 0644]
lib/libc/i386/gd_qnan.h [new file with mode: 0644]
lib/libc/i386/gen/Makefile.inc [new file with mode: 0644]
lib/libc/i386/gen/_ctx_start.S [new file with mode: 0644]
lib/libc/i386/gen/_gcc_hack.c [new file with mode: 0644]
lib/libc/i386/gen/_setjmp.S [new file with mode: 0644]
lib/libc/i386/gen/alloca.S [new file with mode: 0644]
lib/libc/i386/gen/fabs.S [new file with mode: 0644]
lib/libc/i386/gen/flt_rounds.S [new file with mode: 0644]
lib/libc/i386/gen/fpclassifyl.c [new file with mode: 0644]
lib/libc/i386/gen/fpgetmask.S [new file with mode: 0644]
lib/libc/i386/gen/fpgetround.S [new file with mode: 0644]
lib/libc/i386/gen/fpgetsticky.S [new file with mode: 0644]
lib/libc/i386/gen/fpsetmask.S [new file with mode: 0644]
lib/libc/i386/gen/fpsetround.S [new file with mode: 0644]
lib/libc/i386/gen/fpsetsticky.S [new file with mode: 0644]
lib/libc/i386/gen/infinityl.c [new file with mode: 0644]
lib/libc/i386/gen/isfinitel.c [new file with mode: 0644]
lib/libc/i386/gen/isinfl.c [new file with mode: 0644]
lib/libc/i386/gen/isnanl.c [new file with mode: 0644]
lib/libc/i386/gen/ldexp.c [new file with mode: 0644]
lib/libc/i386/gen/makecontext.c [new file with mode: 0644]
lib/libc/i386/gen/mcontext.S [new file with mode: 0644]
lib/libc/i386/gen/modf.S [new file with mode: 0644]
lib/libc/i386/gen/nanf.c [new file with mode: 0644]
lib/libc/i386/gen/rfork_thread.S [new file with mode: 0644]
lib/libc/i386/gen/setjmp.S [new file with mode: 0644]
lib/libc/i386/gen/signbitl.c [new file with mode: 0644]
lib/libc/i386/gen/sigsetjmp.S [new file with mode: 0644]
lib/libc/i386/stdlib/Makefile.inc [new file with mode: 0644]
lib/libc/i386/stdlib/abs.S [new file with mode: 0644]
lib/libc/i386/stdlib/div.S [new file with mode: 0644]
lib/libc/i386/stdlib/labs.S [new file with mode: 0644]
lib/libc/i386/stdlib/ldiv.S [new file with mode: 0644]
lib/libc/i386/string/Makefile.inc [new file with mode: 0644]
lib/libc/i386/string/bcmp.S [new file with mode: 0644]
lib/libc/i386/string/bcopy.S [new file with mode: 0644]
lib/libc/i386/string/bzero.S [new file with mode: 0644]
lib/libc/i386/string/ffs.S [new file with mode: 0644]
lib/libc/i386/string/ffsl.S [new file with mode: 0644]
lib/libc/i386/string/fls.S [new file with mode: 0644]
lib/libc/i386/string/flsl.S [new file with mode: 0644]
lib/libc/i386/string/index.S [new file with mode: 0644]
lib/libc/i386/string/memchr.S [new file with mode: 0644]
lib/libc/i386/string/memcmp.S [new file with mode: 0644]
lib/libc/i386/string/memcpy.S [new file with mode: 0644]
lib/libc/i386/string/memmove.S [new file with mode: 0644]
lib/libc/i386/string/memset.S [new file with mode: 0644]
lib/libc/i386/string/rindex.S [new file with mode: 0644]
lib/libc/i386/string/strcat.S [new file with mode: 0644]
lib/libc/i386/string/strchr.S [new file with mode: 0644]
lib/libc/i386/string/strcmp.S [new file with mode: 0644]
lib/libc/i386/string/strcpy.S [new file with mode: 0644]
lib/libc/i386/string/strlen.S [new file with mode: 0644]
lib/libc/i386/string/strncmp.S [new file with mode: 0644]
lib/libc/i386/string/strrchr.S [new file with mode: 0644]
lib/libc/i386/string/swab.S [new file with mode: 0644]
lib/libc/i386/sys/Makefile.inc [new file with mode: 0644]
lib/libc/i386/sys/Ovfork.S [new file with mode: 0644]
lib/libc/i386/sys/asmcontext.c [new file with mode: 0644]
lib/libc/i386/sys/brk.S [new file with mode: 0644]
lib/libc/i386/sys/cerror.S [new file with mode: 0644]
lib/libc/i386/sys/exect.S [new file with mode: 0644]
lib/libc/i386/sys/fork.S [new file with mode: 0644]
lib/libc/i386/sys/getcontext.S [new file with mode: 0644]
lib/libc/i386/sys/i386_clr_watch.c [new file with mode: 0644]
lib/libc/i386/sys/i386_get_ioperm.2 [new file with mode: 0644]
lib/libc/i386/sys/i386_get_ioperm.c [new file with mode: 0644]
lib/libc/i386/sys/i386_get_ldt.2 [new file with mode: 0644]
lib/libc/i386/sys/i386_get_ldt.c [new file with mode: 0644]
lib/libc/i386/sys/i386_set_ioperm.c [new file with mode: 0644]
lib/libc/i386/sys/i386_set_ldt.c [new file with mode: 0644]
lib/libc/i386/sys/i386_set_watch.3 [new file with mode: 0644]
lib/libc/i386/sys/i386_set_watch.c [new file with mode: 0644]
lib/libc/i386/sys/i386_vm86.2 [new file with mode: 0644]
lib/libc/i386/sys/i386_vm86.c [new file with mode: 0644]
lib/libc/i386/sys/pipe.S [new file with mode: 0644]
lib/libc/i386/sys/ptrace.S [new file with mode: 0644]
lib/libc/i386/sys/reboot.S [new file with mode: 0644]
lib/libc/i386/sys/rfork.S [new file with mode: 0644]
lib/libc/i386/sys/sbrk.S [new file with mode: 0644]
lib/libc/i386/sys/setlogin.S [new file with mode: 0644]
lib/libc/i386/sys/sigreturn.S [new file with mode: 0644]
lib/libc/i386/sys/syscall.S [new file with mode: 0644]
lib/libc/iconv/Makefile.inc [new file with mode: 0644]
lib/libc/iconv/iconv.3 [new file with mode: 0644]
lib/libc/iconv/iconv.c [new file with mode: 0644]
lib/libc/include/fpmath.h [new file with mode: 0644]
lib/libc/include/isc/eventlib.h [new file with mode: 0644]
lib/libc/include/isc/list.h [new file with mode: 0644]
lib/libc/include/isc/platform.h [new file with mode: 0644]
lib/libc/include/libc_private.h [new file with mode: 0644]
lib/libc/include/namespace.h [new file with mode: 0644]
lib/libc/include/nscache.h [new file with mode: 0644]
lib/libc/include/nscachedcli.h [new file with mode: 0644]
lib/libc/include/nss_tls.h [new file with mode: 0644]
lib/libc/include/port_after.h [new file with mode: 0644]
lib/libc/include/port_before.h [new file with mode: 0644]
lib/libc/include/reentrant.h [new file with mode: 0644]
lib/libc/include/resolv_mt.h [new file with mode: 0644]
lib/libc/include/spinlock.h [new file with mode: 0644]
lib/libc/include/un-namespace.h [new file with mode: 0644]
lib/libc/inet/inet_addr.c [new file with mode: 0644]
lib/libc/inet/inet_cidr_ntop.c [new file with mode: 0644]
lib/libc/inet/inet_cidr_pton.c [new file with mode: 0644]
lib/libc/inet/inet_data.c [new file with mode: 0644]
lib/libc/inet/inet_lnaof.c [new file with mode: 0644]
lib/libc/inet/inet_makeaddr.c [new file with mode: 0644]
lib/libc/inet/inet_net_ntop.c [new file with mode: 0644]
lib/libc/inet/inet_net_pton.c [new file with mode: 0644]
lib/libc/inet/inet_neta.c [new file with mode: 0644]
lib/libc/inet/inet_netof.c [new file with mode: 0644]
lib/libc/inet/inet_network.c [new file with mode: 0644]
lib/libc/inet/inet_ntoa.c [new file with mode: 0644]
lib/libc/inet/inet_ntop.c [new file with mode: 0644]
lib/libc/inet/inet_pton.c [new file with mode: 0644]
lib/libc/inet/nsap_addr.c [new file with mode: 0644]
lib/libc/isc/ev_streams.c [new file with mode: 0644]
lib/libc/isc/ev_timers.c [new file with mode: 0644]
lib/libc/isc/eventlib_p.h [new file with mode: 0644]
lib/libc/locale/Makefile.inc [new file with mode: 0644]
lib/libc/locale/___runetype_mb.c [new file with mode: 0644]
lib/libc/locale/__mb_cur_max.c [new file with mode: 0644]
lib/libc/locale/__wctoint.h [new file with mode: 0644]
lib/libc/locale/_def_messages.c [new file with mode: 0644]
lib/libc/locale/_def_monetary.c [new file with mode: 0644]
lib/libc/locale/_def_numeric.c [new file with mode: 0644]
lib/libc/locale/_def_time.c [new file with mode: 0644]
lib/libc/locale/_wcstod.h [new file with mode: 0644]
lib/libc/locale/_wcstol.h [new file with mode: 0644]
lib/libc/locale/_wcstoul.h [new file with mode: 0644]
lib/libc/locale/_wctrans.c [new file with mode: 0644]
lib/libc/locale/_wctrans_local.h [new file with mode: 0644]
lib/libc/locale/aliasname.c [new file with mode: 0644]
lib/libc/locale/aliasname_local.h [new file with mode: 0644]
lib/libc/locale/btowc.3 [new file with mode: 0644]
lib/libc/locale/collate.c [new file with mode: 0644]
lib/libc/locale/collate.h [new file with mode: 0644]
lib/libc/locale/collcmp.c [new file with mode: 0644]
lib/libc/locale/iswalnum.3 [new file with mode: 0644]
lib/libc/locale/iswctype.3 [new file with mode: 0644]
lib/libc/locale/iswctype.c [new file with mode: 0644]
lib/libc/locale/localeconv.c [new file with mode: 0644]
lib/libc/locale/mblen.3 [new file with mode: 0644]
lib/libc/locale/mbrlen.3 [new file with mode: 0644]
lib/libc/locale/mbrtowc.3 [new file with mode: 0644]
lib/libc/locale/mbsinit.3 [new file with mode: 0644]
lib/libc/locale/mbsrtowcs.3 [new file with mode: 0644]
lib/libc/locale/mbstowcs.3 [new file with mode: 0644]
lib/libc/locale/mbtowc.3 [new file with mode: 0644]
lib/libc/locale/multibyte.h [new file with mode: 0644]
lib/libc/locale/multibyte_amd1.c [new file with mode: 0644]
lib/libc/locale/multibyte_c90.c [new file with mode: 0644]
lib/libc/locale/nl_langinfo.3 [new file with mode: 0644]
lib/libc/locale/nl_langinfo.c [new file with mode: 0644]
lib/libc/locale/rune.c [new file with mode: 0644]
lib/libc/locale/rune.h [new file with mode: 0644]
lib/libc/locale/rune_local.h [new file with mode: 0644]
lib/libc/locale/runeglue.c [new file with mode: 0644]
lib/libc/locale/runetable.c [new file with mode: 0644]
lib/libc/locale/runetype.h [new file with mode: 0644]
lib/libc/locale/setlocale.3 [new file with mode: 0644]
lib/libc/locale/setlocale.c [new file with mode: 0644]
lib/libc/locale/setrunelocale.c [new file with mode: 0644]
lib/libc/locale/towctrans.3 [new file with mode: 0644]
lib/libc/locale/towlower.3 [new file with mode: 0644]
lib/libc/locale/wcrtomb.3 [new file with mode: 0644]
lib/libc/locale/wcsftime.3 [new file with mode: 0644]
lib/libc/locale/wcsftime.c [new file with mode: 0644]
lib/libc/locale/wcsrtombs.3 [new file with mode: 0644]
lib/libc/locale/wcstod.3 [new file with mode: 0644]
lib/libc/locale/wcstod.c [new file with mode: 0644]
lib/libc/locale/wcstof.c [new file with mode: 0644]
lib/libc/locale/wcstoimax.c [new file with mode: 0644]
lib/libc/locale/wcstol.3 [new file with mode: 0644]
lib/libc/locale/wcstol.c [new file with mode: 0644]
lib/libc/locale/wcstold.c [new file with mode: 0644]
lib/libc/locale/wcstoll.c [new file with mode: 0644]
lib/libc/locale/wcstombs.3 [new file with mode: 0644]
lib/libc/locale/wcstoul.c [new file with mode: 0644]
lib/libc/locale/wcstoull.c [new file with mode: 0644]
lib/libc/locale/wcstoumax.c [new file with mode: 0644]
lib/libc/locale/wctob.3 [new file with mode: 0644]
lib/libc/locale/wctomb.3 [new file with mode: 0644]
lib/libc/locale/wctrans.3 [new file with mode: 0644]
lib/libc/locale/wctype.3 [new file with mode: 0644]
lib/libc/locale/wcwidth.3 [new file with mode: 0644]
lib/libc/nameser/ns_name.c [new file with mode: 0644]
lib/libc/nameser/ns_netint.c [new file with mode: 0644]
lib/libc/nameser/ns_parse.c [new file with mode: 0644]
lib/libc/nameser/ns_print.c [new file with mode: 0644]
lib/libc/nameser/ns_samedomain.c [new file with mode: 0644]
lib/libc/nameser/ns_ttl.c [new file with mode: 0644]
lib/libc/net/Makefile.inc [new file with mode: 0644]
lib/libc/net/base64.c [new file with mode: 0644]
lib/libc/net/byteorder.3 [new file with mode: 0644]
lib/libc/net/ether_addr.c [new file with mode: 0644]
lib/libc/net/ethers.3 [new file with mode: 0644]
lib/libc/net/eui64.3 [new file with mode: 0644]
lib/libc/net/eui64.c [new file with mode: 0644]
lib/libc/net/gai_strerror.3 [new file with mode: 0644]
lib/libc/net/gai_strerror.c [new file with mode: 0644]
lib/libc/net/getaddrinfo.3 [new file with mode: 0644]
lib/libc/net/getaddrinfo.c [new file with mode: 0644]
lib/libc/net/gethostbydns.c [new file with mode: 0644]
lib/libc/net/gethostbyht.c [new file with mode: 0644]
lib/libc/net/gethostbyname.3 [new file with mode: 0644]
lib/libc/net/gethostbynis.c [new file with mode: 0644]
lib/libc/net/gethostnamadr.c [new file with mode: 0644]
lib/libc/net/getifaddrs.3 [new file with mode: 0644]
lib/libc/net/getifaddrs.c [new file with mode: 0644]
lib/libc/net/getipnodebyname.3 [new file with mode: 0644]
lib/libc/net/getnameinfo.3 [new file with mode: 0644]
lib/libc/net/getnameinfo.c [new file with mode: 0644]
lib/libc/net/getnetbydns.c [new file with mode: 0644]
lib/libc/net/getnetbyht.c [new file with mode: 0644]
lib/libc/net/getnetbynis.c [new file with mode: 0644]
lib/libc/net/getnetent.3 [new file with mode: 0644]
lib/libc/net/getnetnamadr.c [new file with mode: 0644]
lib/libc/net/getproto.c [new file with mode: 0644]
lib/libc/net/getprotoent.3 [new file with mode: 0644]
lib/libc/net/getprotoent.c [new file with mode: 0644]
lib/libc/net/getprotoname.c [new file with mode: 0644]
lib/libc/net/getservent.3 [new file with mode: 0644]
lib/libc/net/getservent.c [new file with mode: 0644]
lib/libc/net/hesiod.3 [new file with mode: 0644]
lib/libc/net/hesiod.c [new file with mode: 0644]
lib/libc/net/if_indextoname.3 [new file with mode: 0644]
lib/libc/net/if_indextoname.c [new file with mode: 0644]
lib/libc/net/if_nameindex.c [new file with mode: 0644]
lib/libc/net/if_nametoindex.c [new file with mode: 0644]
lib/libc/net/inet.3 [new file with mode: 0644]
lib/libc/net/inet6_opt_init.3 [new file with mode: 0644]
lib/libc/net/inet6_option_space.3 [new file with mode: 0644]
lib/libc/net/inet6_rth_space.3 [new file with mode: 0644]
lib/libc/net/inet6_rthdr_space.3 [new file with mode: 0644]
lib/libc/net/inet_net.3 [new file with mode: 0644]
lib/libc/net/ip6opt.c [new file with mode: 0644]
lib/libc/net/linkaddr.3 [new file with mode: 0644]
lib/libc/net/linkaddr.c [new file with mode: 0644]
lib/libc/net/map_v4v6.c [new file with mode: 0644]
lib/libc/net/name6.c [new file with mode: 0644]
lib/libc/net/netdb_private.h [new file with mode: 0644]
lib/libc/net/nscache.c [new file with mode: 0644]
lib/libc/net/nscachedcli.c [new file with mode: 0644]
lib/libc/net/nsdispatch.3 [new file with mode: 0644]
lib/libc/net/nsdispatch.c [new file with mode: 0644]
lib/libc/net/nslexer.l [new file with mode: 0644]
lib/libc/net/nsparser.y [new file with mode: 0644]
lib/libc/net/nss_backends.h [new file with mode: 0644]
lib/libc/net/nss_compat.c [new file with mode: 0644]
lib/libc/net/ntoh.c [new file with mode: 0644]
lib/libc/net/rcmd.3 [new file with mode: 0644]
lib/libc/net/rcmd.c [new file with mode: 0644]
lib/libc/net/rcmdsh.3 [new file with mode: 0644]
lib/libc/net/rcmdsh.c [new file with mode: 0644]
lib/libc/net/recv.c [new file with mode: 0644]
lib/libc/net/res_config.h [new file with mode: 0644]
lib/libc/net/resolver.3 [new file with mode: 0644]
lib/libc/net/rthdr.c [new file with mode: 0644]
lib/libc/net/send.c [new file with mode: 0644]
lib/libc/net/sockatmark.3 [new file with mode: 0644]
lib/libc/net/sockatmark.c [new file with mode: 0644]
lib/libc/net/vars.c [new file with mode: 0644]
lib/libc/nls/Makefile.inc [new file with mode: 0644]
lib/libc/nls/catclose.3 [new file with mode: 0644]
lib/libc/nls/catclose.c [new file with mode: 0644]
lib/libc/nls/catgets.3 [new file with mode: 0644]
lib/libc/nls/catgets.c [new file with mode: 0644]
lib/libc/nls/catopen.3 [new file with mode: 0644]
lib/libc/nls/catopen.c [new file with mode: 0644]
lib/libc/quad/Makefile.inc [new file with mode: 0644]
lib/libc/quad/TESTS/Makefile [new file with mode: 0644]
lib/libc/quad/TESTS/divrem.c [new file with mode: 0644]
lib/libc/quad/TESTS/mul.c [new file with mode: 0644]
lib/libc/quad/adddi3.c [new file with mode: 0644]
lib/libc/quad/anddi3.c [new file with mode: 0644]
lib/libc/quad/ashldi3.c [new file with mode: 0644]
lib/libc/quad/ashrdi3.c [new file with mode: 0644]
lib/libc/quad/cmpdi2.c [new file with mode: 0644]
lib/libc/quad/divdi3.c [new file with mode: 0644]
lib/libc/quad/fixdfdi.c [new file with mode: 0644]
lib/libc/quad/fixsfdi.c [new file with mode: 0644]
lib/libc/quad/fixunsdfdi.c [new file with mode: 0644]
lib/libc/quad/fixunssfdi.c [new file with mode: 0644]
lib/libc/quad/floatdidf.c [new file with mode: 0644]
lib/libc/quad/floatdisf.c [new file with mode: 0644]
lib/libc/quad/floatunsdidf.c [new file with mode: 0644]
lib/libc/quad/iordi3.c [new file with mode: 0644]
lib/libc/quad/lshldi3.c [new file with mode: 0644]
lib/libc/quad/lshrdi3.c [new file with mode: 0644]
lib/libc/quad/moddi3.c [new file with mode: 0644]
lib/libc/quad/muldi3.c [new file with mode: 0644]
lib/libc/quad/negdi2.c [new file with mode: 0644]
lib/libc/quad/notdi2.c [new file with mode: 0644]
lib/libc/quad/qdivrem.c [new file with mode: 0644]
lib/libc/quad/quad.h [new file with mode: 0644]
lib/libc/quad/subdi3.c [new file with mode: 0644]
lib/libc/quad/ucmpdi2.c [new file with mode: 0644]
lib/libc/quad/udivdi3.c [new file with mode: 0644]
lib/libc/quad/umoddi3.c [new file with mode: 0644]
lib/libc/quad/xordi3.c [new file with mode: 0644]
lib/libc/regex/COPYRIGHT [new file with mode: 0644]
lib/libc/regex/Makefile.inc [new file with mode: 0644]
lib/libc/regex/WHATSNEW [new file with mode: 0644]
lib/libc/regex/cname.h [new file with mode: 0644]
lib/libc/regex/engine.c [new file with mode: 0644]
lib/libc/regex/re_format.7 [new file with mode: 0644]
lib/libc/regex/regcomp.c [new file with mode: 0644]
lib/libc/regex/regerror.c [new file with mode: 0644]
lib/libc/regex/regex.3 [new file with mode: 0644]
lib/libc/regex/regex2.h [new file with mode: 0644]
lib/libc/regex/regexec.c [new file with mode: 0644]
lib/libc/regex/regfree.c [new file with mode: 0644]
lib/libc/regex/utils.h [new file with mode: 0644]
lib/libc/resolv/Makefile.inc [new file with mode: 0644]
lib/libc/resolv/h_errno.c [new file with mode: 0644]
lib/libc/resolv/herror.c [new file with mode: 0644]
lib/libc/resolv/mtctxres.c [new file with mode: 0644]
lib/libc/resolv/res_comp.c [new file with mode: 0644]
lib/libc/resolv/res_data.c [new file with mode: 0644]
lib/libc/resolv/res_debug.c [new file with mode: 0644]
lib/libc/resolv/res_debug.h [new file with mode: 0644]
lib/libc/resolv/res_findzonecut.c [new file with mode: 0644]
lib/libc/resolv/res_init.c [new file with mode: 0644]
lib/libc/resolv/res_mkquery.c [new file with mode: 0644]
lib/libc/resolv/res_mkupdate.c [new file with mode: 0644]
lib/libc/resolv/res_mkupdate.h [new file with mode: 0644]
lib/libc/resolv/res_private.h [new file with mode: 0644]
lib/libc/resolv/res_query.c [new file with mode: 0644]
lib/libc/resolv/res_send.c [new file with mode: 0644]
lib/libc/resolv/res_sendsigned.c [new file with mode: 0644]
lib/libc/resolv/res_state.c [new file with mode: 0644]
lib/libc/resolv/res_update.c [new file with mode: 0644]
lib/libc/rpc/DISCLAIMER [new file with mode: 0644]
lib/libc/rpc/LICENSE [new file with mode: 0644]
lib/libc/rpc/Makefile.inc [new file with mode: 0644]
lib/libc/rpc/PSD.doc/nfs.rfc.ms [new file with mode: 0644]
lib/libc/rpc/PSD.doc/rpc.prog.ms [new file with mode: 0644]
lib/libc/rpc/PSD.doc/rpc.rfc.ms [new file with mode: 0644]
lib/libc/rpc/PSD.doc/rpcgen.ms [new file with mode: 0644]
lib/libc/rpc/PSD.doc/stubs [new file with mode: 0644]
lib/libc/rpc/PSD.doc/xdr.nts.ms [new file with mode: 0644]
lib/libc/rpc/PSD.doc/xdr.rfc.ms [new file with mode: 0644]
lib/libc/rpc/README [new file with mode: 0644]
lib/libc/rpc/auth_des.c [new file with mode: 0644]
lib/libc/rpc/auth_none.c [new file with mode: 0644]
lib/libc/rpc/auth_time.c [new file with mode: 0644]
lib/libc/rpc/auth_unix.c [new file with mode: 0644]
lib/libc/rpc/authdes_prot.c [new file with mode: 0644]
lib/libc/rpc/authunix_prot.c [new file with mode: 0644]
lib/libc/rpc/bindresvport.3 [new file with mode: 0644]
lib/libc/rpc/bindresvport.c [new file with mode: 0644]
lib/libc/rpc/clnt_bcast.c [new file with mode: 0644]
lib/libc/rpc/clnt_dg.c [new file with mode: 0644]
lib/libc/rpc/clnt_generic.c [new file with mode: 0644]
lib/libc/rpc/clnt_perror.c [new file with mode: 0644]
lib/libc/rpc/clnt_raw.c [new file with mode: 0644]
lib/libc/rpc/clnt_simple.c [new file with mode: 0644]
lib/libc/rpc/clnt_vc.c [new file with mode: 0644]
lib/libc/rpc/crypt_client.c [new file with mode: 0644]
lib/libc/rpc/des_crypt.3 [new file with mode: 0644]
lib/libc/rpc/des_crypt.c [new file with mode: 0644]
lib/libc/rpc/des_soft.c [new file with mode: 0644]
lib/libc/rpc/getnetconfig.3 [new file with mode: 0644]
lib/libc/rpc/getnetconfig.c [new file with mode: 0644]
lib/libc/rpc/getnetpath.3 [new file with mode: 0644]
lib/libc/rpc/getnetpath.c [new file with mode: 0644]
lib/libc/rpc/getpublickey.c [new file with mode: 0644]
lib/libc/rpc/getrpcent.3 [new file with mode: 0644]
lib/libc/rpc/getrpcent.c [new file with mode: 0644]
lib/libc/rpc/getrpcport.3 [new file with mode: 0644]
lib/libc/rpc/getrpcport.c [new file with mode: 0644]
lib/libc/rpc/key_call.c [new file with mode: 0644]
lib/libc/rpc/key_prot_xdr.c [new file with mode: 0644]
lib/libc/rpc/mt_misc.c [new file with mode: 0644]
lib/libc/rpc/mt_misc.h [new file with mode: 0644]
lib/libc/rpc/netconfig.5 [new file with mode: 0644]
lib/libc/rpc/netname.c [new file with mode: 0644]
lib/libc/rpc/netnamer.c [new file with mode: 0644]
lib/libc/rpc/pmap_clnt.c [new file with mode: 0644]
lib/libc/rpc/pmap_getmaps.c [new file with mode: 0644]
lib/libc/rpc/pmap_getport.c [new file with mode: 0644]
lib/libc/rpc/pmap_prot.c [new file with mode: 0644]
lib/libc/rpc/pmap_prot2.c [new file with mode: 0644]
lib/libc/rpc/pmap_rmt.c [new file with mode: 0644]
lib/libc/rpc/publickey.3 [new file with mode: 0644]
lib/libc/rpc/publickey.5 [new file with mode: 0644]
lib/libc/rpc/rpc.3 [new file with mode: 0644]
lib/libc/rpc/rpc.5 [new file with mode: 0644]
lib/libc/rpc/rpc_callmsg.c [new file with mode: 0644]
lib/libc/rpc/rpc_clnt_auth.3 [new file with mode: 0644]
lib/libc/rpc/rpc_clnt_calls.3 [new file with mode: 0644]
lib/libc/rpc/rpc_clnt_create.3 [new file with mode: 0644]
lib/libc/rpc/rpc_com.h [new file with mode: 0644]
lib/libc/rpc/rpc_commondata.c [new file with mode: 0644]
lib/libc/rpc/rpc_dtablesize.c [new file with mode: 0644]
lib/libc/rpc/rpc_generic.c [new file with mode: 0644]
lib/libc/rpc/rpc_prot.c [new file with mode: 0644]
lib/libc/rpc/rpc_secure.3 [new file with mode: 0644]
lib/libc/rpc/rpc_soc.3 [new file with mode: 0644]
lib/libc/rpc/rpc_soc.c [new file with mode: 0644]
lib/libc/rpc/rpc_svc_calls.3 [new file with mode: 0644]
lib/libc/rpc/rpc_svc_create.3 [new file with mode: 0644]
lib/libc/rpc/rpc_svc_err.3 [new file with mode: 0644]
lib/libc/rpc/rpc_svc_reg.3 [new file with mode: 0644]
lib/libc/rpc/rpc_xdr.3 [new file with mode: 0644]
lib/libc/rpc/rpcb_clnt.c [new file with mode: 0644]
lib/libc/rpc/rpcb_prot.c [new file with mode: 0644]
lib/libc/rpc/rpcb_st_xdr.c [new file with mode: 0644]
lib/libc/rpc/rpcbind.3 [new file with mode: 0644]
lib/libc/rpc/rpcdname.c [new file with mode: 0644]
lib/libc/rpc/rtime.3 [new file with mode: 0644]
lib/libc/rpc/rtime.c [new file with mode: 0644]
lib/libc/rpc/svc.c [new file with mode: 0644]
lib/libc/rpc/svc_auth.c [new file with mode: 0644]
lib/libc/rpc/svc_auth_des.c [new file with mode: 0644]
lib/libc/rpc/svc_auth_unix.c [new file with mode: 0644]
lib/libc/rpc/svc_dg.c [new file with mode: 0644]
lib/libc/rpc/svc_generic.c [new file with mode: 0644]
lib/libc/rpc/svc_raw.c [new file with mode: 0644]
lib/libc/rpc/svc_run.c [new file with mode: 0644]
lib/libc/rpc/svc_simple.c [new file with mode: 0644]
lib/libc/rpc/svc_vc.c [new file with mode: 0644]
lib/libc/stdio/Makefile.inc [new file with mode: 0644]
lib/libc/stdio/__fpending.c [new file with mode: 0644]
lib/libc/stdio/_flock_stub.c [new file with mode: 0644]
lib/libc/stdio/asprintf.c [new file with mode: 0644]
lib/libc/stdio/clrerr.c [new file with mode: 0644]
lib/libc/stdio/dprintf.c [new file with mode: 0644]
lib/libc/stdio/fclose.3 [new file with mode: 0644]
lib/libc/stdio/fclose.c [new file with mode: 0644]
lib/libc/stdio/fcloseall.c [new file with mode: 0644]
lib/libc/stdio/fcookie.c [new file with mode: 0644]
lib/libc/stdio/fdopen.c [new file with mode: 0644]
lib/libc/stdio/feof.c [new file with mode: 0644]
lib/libc/stdio/ferror.3 [new file with mode: 0644]
lib/libc/stdio/ferror.c [new file with mode: 0644]
lib/libc/stdio/fflush.3 [new file with mode: 0644]
lib/libc/stdio/fflush.c [new file with mode: 0644]
lib/libc/stdio/fgetc.c [new file with mode: 0644]
lib/libc/stdio/fgetln.3 [new file with mode: 0644]
lib/libc/stdio/fgetln.c [new file with mode: 0644]
lib/libc/stdio/fgetpos.c [new file with mode: 0644]
lib/libc/stdio/fgets.3 [new file with mode: 0644]
lib/libc/stdio/fgets.c [new file with mode: 0644]
lib/libc/stdio/fgetwc.c [new file with mode: 0644]
lib/libc/stdio/fgetwln.3 [new file with mode: 0644]
lib/libc/stdio/fgetwln.c [new file with mode: 0644]
lib/libc/stdio/fgetws.3 [new file with mode: 0644]
lib/libc/stdio/fgetws.c [new file with mode: 0644]
lib/libc/stdio/fileno.c [new file with mode: 0644]
lib/libc/stdio/findfp.c [new file with mode: 0644]
lib/libc/stdio/flags.c [new file with mode: 0644]
lib/libc/stdio/floatio.h [new file with mode: 0644]
lib/libc/stdio/flockfile.3 [new file with mode: 0644]
lib/libc/stdio/fmemopen.3 [new file with mode: 0644]
lib/libc/stdio/fmemopen.c [new file with mode: 0644]
lib/libc/stdio/fopen.3 [new file with mode: 0644]
lib/libc/stdio/fopen.c [new file with mode: 0644]
lib/libc/stdio/fprintf.c [new file with mode: 0644]
lib/libc/stdio/fpurge.c [new file with mode: 0644]
lib/libc/stdio/fputc.c [new file with mode: 0644]
lib/libc/stdio/fputs.3 [new file with mode: 0644]
lib/libc/stdio/fputs.c [new file with mode: 0644]
lib/libc/stdio/fputwc.c [new file with mode: 0644]
lib/libc/stdio/fputws.3 [new file with mode: 0644]
lib/libc/stdio/fputws.c [new file with mode: 0644]
lib/libc/stdio/fread.3 [new file with mode: 0644]
lib/libc/stdio/fread.c [new file with mode: 0644]
lib/libc/stdio/freopen.c [new file with mode: 0644]
lib/libc/stdio/fscanf.c [new file with mode: 0644]
lib/libc/stdio/fseek.3 [new file with mode: 0644]
lib/libc/stdio/fseek.c [new file with mode: 0644]
lib/libc/stdio/fsetpos.c [new file with mode: 0644]
lib/libc/stdio/ftell.c [new file with mode: 0644]
lib/libc/stdio/funopen.3 [new file with mode: 0644]
lib/libc/stdio/funopen.c [new file with mode: 0644]
lib/libc/stdio/fvwrite.c [new file with mode: 0644]
lib/libc/stdio/fwalk.c [new file with mode: 0644]
lib/libc/stdio/fwide.3 [new file with mode: 0644]
lib/libc/stdio/fwide.c [new file with mode: 0644]
lib/libc/stdio/fwprintf.c [new file with mode: 0644]
lib/libc/stdio/fwrite.c [new file with mode: 0644]
lib/libc/stdio/fwscanf.c [new file with mode: 0644]
lib/libc/stdio/getc.3 [new file with mode: 0644]
lib/libc/stdio/getc.c [new file with mode: 0644]
lib/libc/stdio/getchar.c [new file with mode: 0644]
lib/libc/stdio/getdelim.c [new file with mode: 0644]
lib/libc/stdio/getline.3 [new file with mode: 0644]
lib/libc/stdio/getline.c [new file with mode: 0644]
lib/libc/stdio/gets.c [new file with mode: 0644]
lib/libc/stdio/getw.c [new file with mode: 0644]
lib/libc/stdio/getwc.3 [new file with mode: 0644]
lib/libc/stdio/getwc.c [new file with mode: 0644]
lib/libc/stdio/getwchar.c [new file with mode: 0644]
lib/libc/stdio/local.h [new file with mode: 0644]
lib/libc/stdio/makebuf.c [new file with mode: 0644]
lib/libc/stdio/mktemp.3 [new file with mode: 0644]
lib/libc/stdio/mktemp.c [new file with mode: 0644]
lib/libc/stdio/open_memstream.3 [new file with mode: 0644]
lib/libc/stdio/open_memstream.c [new file with mode: 0644]
lib/libc/stdio/perror.c [new file with mode: 0644]
lib/libc/stdio/printf-pos.c [new file with mode: 0644]
lib/libc/stdio/printf.3 [new file with mode: 0644]
lib/libc/stdio/printf.c [new file with mode: 0644]
lib/libc/stdio/printfcommon.h [new file with mode: 0644]
lib/libc/stdio/printflocal.h [new file with mode: 0644]
lib/libc/stdio/priv_stdio.h [new file with mode: 0644]
lib/libc/stdio/putc.3 [new file with mode: 0644]
lib/libc/stdio/putc.c [new file with mode: 0644]
lib/libc/stdio/putchar.c [new file with mode: 0644]
lib/libc/stdio/puts.c [new file with mode: 0644]
lib/libc/stdio/putw.c [new file with mode: 0644]
lib/libc/stdio/putwc.3 [new file with mode: 0644]
lib/libc/stdio/putwc.c [new file with mode: 0644]
lib/libc/stdio/putwchar.c [new file with mode: 0644]
lib/libc/stdio/refill.c [new file with mode: 0644]
lib/libc/stdio/remove.3 [new file with mode: 0644]
lib/libc/stdio/remove.c [new file with mode: 0644]
lib/libc/stdio/rewind.c [new file with mode: 0644]
lib/libc/stdio/rget.c [new file with mode: 0644]
lib/libc/stdio/scanf.3 [new file with mode: 0644]
lib/libc/stdio/scanf.c [new file with mode: 0644]
lib/libc/stdio/setbuf.3 [new file with mode: 0644]
lib/libc/stdio/setbuf.c [new file with mode: 0644]
lib/libc/stdio/setbuffer.c [new file with mode: 0644]
lib/libc/stdio/setvbuf.c [new file with mode: 0644]
lib/libc/stdio/snprintf.c [new file with mode: 0644]
lib/libc/stdio/sprintf.c [new file with mode: 0644]
lib/libc/stdio/sreadahead.c [new file with mode: 0644]
lib/libc/stdio/sscanf.c [new file with mode: 0644]
lib/libc/stdio/stdio.3 [new file with mode: 0644]
lib/libc/stdio/stdio.c [new file with mode: 0644]
lib/libc/stdio/swprintf.c [new file with mode: 0644]
lib/libc/stdio/swscanf.c [new file with mode: 0644]
lib/libc/stdio/tempnam.c [new file with mode: 0644]
lib/libc/stdio/tmpfile.c [new file with mode: 0644]
lib/libc/stdio/tmpnam.3 [new file with mode: 0644]
lib/libc/stdio/tmpnam.c [new file with mode: 0644]
lib/libc/stdio/ungetc.3 [new file with mode: 0644]
lib/libc/stdio/ungetc.c [new file with mode: 0644]
lib/libc/stdio/ungetwc.3 [new file with mode: 0644]
lib/libc/stdio/ungetwc.c [new file with mode: 0644]
lib/libc/stdio/vasprintf.c [new file with mode: 0644]
lib/libc/stdio/vdprintf.c [new file with mode: 0644]
lib/libc/stdio/vfprintf.c [new file with mode: 0644]
lib/libc/stdio/vfscanf.c [new file with mode: 0644]
lib/libc/stdio/vfwprintf.c [new file with mode: 0644]
lib/libc/stdio/vfwscanf.c [new file with mode: 0644]
lib/libc/stdio/vprintf.c [new file with mode: 0644]
lib/libc/stdio/vscanf.c [new file with mode: 0644]
lib/libc/stdio/vsnprintf.c [new file with mode: 0644]
lib/libc/stdio/vsprintf.c [new file with mode: 0644]
lib/libc/stdio/vsscanf.c [new file with mode: 0644]
lib/libc/stdio/vswprintf.c [new file with mode: 0644]
lib/libc/stdio/vswscanf.c [new file with mode: 0644]
lib/libc/stdio/vwprintf.c [new file with mode: 0644]
lib/libc/stdio/vwscanf.c [new file with mode: 0644]
lib/libc/stdio/wbuf.c [new file with mode: 0644]
lib/libc/stdio/wcio.h [new file with mode: 0644]
lib/libc/stdio/wprintf.3 [new file with mode: 0644]
lib/libc/stdio/wprintf.c [new file with mode: 0644]
lib/libc/stdio/wscanf.3 [new file with mode: 0644]
lib/libc/stdio/wscanf.c [new file with mode: 0644]
lib/libc/stdio/wsetup.c [new file with mode: 0644]
lib/libc/stdio/xprintf.c [new file with mode: 0644]
lib/libc/stdio/xprintf_errno.c [new file with mode: 0644]
lib/libc/stdio/xprintf_float.c [new file with mode: 0644]
lib/libc/stdio/xprintf_hexdump.c [new file with mode: 0644]
lib/libc/stdio/xprintf_int.c [new file with mode: 0644]
lib/libc/stdio/xprintf_quote.c [new file with mode: 0644]
lib/libc/stdio/xprintf_str.c [new file with mode: 0644]
lib/libc/stdio/xprintf_time.c [new file with mode: 0644]
lib/libc/stdio/xprintf_vis.c [new file with mode: 0644]
lib/libc/stdlib/Makefile.inc [new file with mode: 0644]
lib/libc/stdlib/_strtol.h [new file with mode: 0644]
lib/libc/stdlib/_strtoul.h [new file with mode: 0644]
lib/libc/stdlib/a64l.3 [new file with mode: 0644]
lib/libc/stdlib/a64l.c [new file with mode: 0644]
lib/libc/stdlib/abort.3 [new file with mode: 0644]
lib/libc/stdlib/abort.c [new file with mode: 0644]
lib/libc/stdlib/abs.3 [new file with mode: 0644]
lib/libc/stdlib/abs.c [new file with mode: 0644]
lib/libc/stdlib/alloca.3 [new file with mode: 0644]
lib/libc/stdlib/atexit.3 [new file with mode: 0644]
lib/libc/stdlib/atexit.c [new file with mode: 0644]
lib/libc/stdlib/atexit.h [new file with mode: 0644]
lib/libc/stdlib/atof.3 [new file with mode: 0644]
lib/libc/stdlib/atof.c [new file with mode: 0644]
lib/libc/stdlib/atoi.3 [new file with mode: 0644]
lib/libc/stdlib/atoi.c [new file with mode: 0644]
lib/libc/stdlib/atol.3 [new file with mode: 0644]
lib/libc/stdlib/atol.c [new file with mode: 0644]
lib/libc/stdlib/atoll.c [new file with mode: 0644]
lib/libc/stdlib/bsearch.3 [new file with mode: 0644]
lib/libc/stdlib/bsearch.c [new file with mode: 0644]
lib/libc/stdlib/calloc.c [new file with mode: 0644]
lib/libc/stdlib/div.3 [new file with mode: 0644]
lib/libc/stdlib/div.c [new file with mode: 0644]
lib/libc/stdlib/dmalloc.c [new file with mode: 0644]
lib/libc/stdlib/exit.3 [new file with mode: 0644]
lib/libc/stdlib/exit.c [new file with mode: 0644]
lib/libc/stdlib/getenv.3 [new file with mode: 0644]
lib/libc/stdlib/getenv.c [new file with mode: 0644]
lib/libc/stdlib/getopt.3 [new file with mode: 0644]
lib/libc/stdlib/getopt.c [new file with mode: 0644]
lib/libc/stdlib/getopt_long.3 [new file with mode: 0644]
lib/libc/stdlib/getopt_long.c [new file with mode: 0644]
lib/libc/stdlib/getsubopt.3 [new file with mode: 0644]
lib/libc/stdlib/getsubopt.c [new file with mode: 0644]
lib/libc/stdlib/hcreate.3 [new file with mode: 0644]
lib/libc/stdlib/hcreate.c [new file with mode: 0644]
lib/libc/stdlib/heapsort.c [new file with mode: 0644]
lib/libc/stdlib/imaxabs.3 [new file with mode: 0644]
lib/libc/stdlib/imaxabs.c [new file with mode: 0644]
lib/libc/stdlib/imaxdiv.3 [new file with mode: 0644]
lib/libc/stdlib/imaxdiv.c [new file with mode: 0644]
lib/libc/stdlib/insque.3 [new file with mode: 0644]
lib/libc/stdlib/insque.c [new file with mode: 0644]
lib/libc/stdlib/l64a.c [new file with mode: 0644]
lib/libc/stdlib/labs.3 [new file with mode: 0644]
lib/libc/stdlib/labs.c [new file with mode: 0644]
lib/libc/stdlib/ldiv.3 [new file with mode: 0644]
lib/libc/stdlib/ldiv.c [new file with mode: 0644]
lib/libc/stdlib/llabs.3 [new file with mode: 0644]
lib/libc/stdlib/llabs.c [new file with mode: 0644]
lib/libc/stdlib/lldiv.3 [new file with mode: 0644]
lib/libc/stdlib/lldiv.c [new file with mode: 0644]
lib/libc/stdlib/lsearch.3 [new file with mode: 0644]
lib/libc/stdlib/lsearch.c [new file with mode: 0644]
lib/libc/stdlib/malloc.3 [new file with mode: 0644]
lib/libc/stdlib/memory.3 [new file with mode: 0644]
lib/libc/stdlib/merge.c [new file with mode: 0644]
lib/libc/stdlib/nmalloc.c [new file with mode: 0644]
lib/libc/stdlib/posix_memalign.3 [new file with mode: 0644]
lib/libc/stdlib/posix_openpt.3 [new file with mode: 0644]
lib/libc/stdlib/ptsname.3 [new file with mode: 0644]
lib/libc/stdlib/ptsname.c [new file with mode: 0644]
lib/libc/stdlib/qsort.3 [new file with mode: 0644]
lib/libc/stdlib/qsort.c [new file with mode: 0644]
lib/libc/stdlib/qsort_r.c [new file with mode: 0644]
lib/libc/stdlib/radixsort.3 [new file with mode: 0644]
lib/libc/stdlib/radixsort.c [new file with mode: 0644]
lib/libc/stdlib/rand.3 [new file with mode: 0644]
lib/libc/stdlib/rand.c [new file with mode: 0644]
lib/libc/stdlib/random.3 [new file with mode: 0644]
lib/libc/stdlib/random.c [new file with mode: 0644]
lib/libc/stdlib/reallocf.c [new file with mode: 0644]
lib/libc/stdlib/realpath.3 [new file with mode: 0644]
lib/libc/stdlib/realpath.c [new file with mode: 0644]
lib/libc/stdlib/remque.c [new file with mode: 0644]
lib/libc/stdlib/strfmon.3 [new file with mode: 0644]
lib/libc/stdlib/strfmon.c [new file with mode: 0644]
lib/libc/stdlib/strtod.3 [new file with mode: 0644]
lib/libc/stdlib/strtoimax.c [new file with mode: 0644]
lib/libc/stdlib/strtol.3 [new file with mode: 0644]
lib/libc/stdlib/strtol.c [new file with mode: 0644]
lib/libc/stdlib/strtoll.c [new file with mode: 0644]
lib/libc/stdlib/strtonum.3 [new file with mode: 0644]
lib/libc/stdlib/strtonum.c [new file with mode: 0644]
lib/libc/stdlib/strtoq.c [new file with mode: 0644]
lib/libc/stdlib/strtoul.3 [new file with mode: 0644]
lib/libc/stdlib/strtoul.c [new file with mode: 0644]
lib/libc/stdlib/strtoull.c [new file with mode: 0644]
lib/libc/stdlib/strtoumax.c [new file with mode: 0644]
lib/libc/stdlib/strtouq.c [new file with mode: 0644]
lib/libc/stdlib/system.3 [new file with mode: 0644]
lib/libc/stdlib/system.c [new file with mode: 0644]
lib/libc/stdlib/tdelete.c [new file with mode: 0644]
lib/libc/stdlib/tfind.c [new file with mode: 0644]
lib/libc/stdlib/tsearch.3 [new file with mode: 0644]
lib/libc/stdlib/tsearch.c [new file with mode: 0644]
lib/libc/stdlib/twalk.c [new file with mode: 0644]
lib/libc/stdtime/Makefile.inc [new file with mode: 0644]
lib/libc/stdtime/asctime.c [new file with mode: 0644]
lib/libc/stdtime/ctime.3 [new file with mode: 0644]
lib/libc/stdtime/difftime.c [new file with mode: 0644]
lib/libc/stdtime/localtime.c [new file with mode: 0644]
lib/libc/stdtime/private.h [new file with mode: 0644]
lib/libc/stdtime/strftime.3 [new file with mode: 0644]
lib/libc/stdtime/strftime.c [new file with mode: 0644]
lib/libc/stdtime/strptime.3 [new file with mode: 0644]
lib/libc/stdtime/strptime.c [new file with mode: 0644]
lib/libc/stdtime/time2posix.3 [new file with mode: 0644]
lib/libc/stdtime/time32.c [new file with mode: 0644]
lib/libc/stdtime/tzfile.5 [new file with mode: 0644]
lib/libc/stdtime/tzfile.h [new file with mode: 0644]
lib/libc/string/Makefile.inc [new file with mode: 0644]
lib/libc/string/bcmp.3 [new file with mode: 0644]
lib/libc/string/bcmp.c [new file with mode: 0644]
lib/libc/string/bcopy.3 [new file with mode: 0644]
lib/libc/string/bcopy.c [new file with mode: 0644]
lib/libc/string/bstring.3 [new file with mode: 0644]
lib/libc/string/bzero.3 [new file with mode: 0644]
lib/libc/string/bzero.c [new file with mode: 0644]
lib/libc/string/ffs.3 [new file with mode: 0644]
lib/libc/string/ffs.c [new file with mode: 0644]
lib/libc/string/ffsl.c [new file with mode: 0644]
lib/libc/string/ffsll.c [new file with mode: 0644]
lib/libc/string/fls.c [new file with mode: 0644]
lib/libc/string/flsl.c [new file with mode: 0644]
lib/libc/string/flsll.c [new file with mode: 0644]
lib/libc/string/index.3 [new file with mode: 0644]
lib/libc/string/index.c [new file with mode: 0644]
lib/libc/string/memccpy.3 [new file with mode: 0644]
lib/libc/string/memccpy.c [new file with mode: 0644]
lib/libc/string/memchr.3 [new file with mode: 0644]
lib/libc/string/memchr.c [new file with mode: 0644]
lib/libc/string/memcmp.3 [new file with mode: 0644]
lib/libc/string/memcmp.c [new file with mode: 0644]
lib/libc/string/memcpy.3 [new file with mode: 0644]
lib/libc/string/memcpy.c [new file with mode: 0644]
lib/libc/string/memmem.3 [new file with mode: 0644]
lib/libc/string/memmem.c [new file with mode: 0644]
lib/libc/string/memmove.3 [new file with mode: 0644]
lib/libc/string/memmove.c [new file with mode: 0644]
lib/libc/string/memrchr.c [new file with mode: 0644]
lib/libc/string/memset.3 [new file with mode: 0644]
lib/libc/string/memset.c [new file with mode: 0644]
lib/libc/string/rindex.c [new file with mode: 0644]
lib/libc/string/stpcpy.c [new file with mode: 0644]
lib/libc/string/strcasecmp.3 [new file with mode: 0644]
lib/libc/string/strcasecmp.c [new file with mode: 0644]
lib/libc/string/strcasestr.c [new file with mode: 0644]
lib/libc/string/strcat.3 [new file with mode: 0644]
lib/libc/string/strcat.c [new file with mode: 0644]
lib/libc/string/strchr.3 [new file with mode: 0644]
lib/libc/string/strchr.c [new file with mode: 0644]
lib/libc/string/strcmp.3 [new file with mode: 0644]
lib/libc/string/strcmp.c [new file with mode: 0644]
lib/libc/string/strcoll.3 [new file with mode: 0644]
lib/libc/string/strcoll.c [new file with mode: 0644]
lib/libc/string/strcpy.3 [new file with mode: 0644]
lib/libc/string/strcpy.c [new file with mode: 0644]
lib/libc/string/strcspn.3 [new file with mode: 0644]
lib/libc/string/strcspn.c [new file with mode: 0644]
lib/libc/string/strdup.3 [new file with mode: 0644]
lib/libc/string/strdup.c [new file with mode: 0644]
lib/libc/string/strerror.3 [new file with mode: 0644]
lib/libc/string/strerror.c [new file with mode: 0644]
lib/libc/string/string.3 [new file with mode: 0644]
lib/libc/string/strlcat.c [new file with mode: 0644]
lib/libc/string/strlcpy.3 [new file with mode: 0644]
lib/libc/string/strlcpy.c [new file with mode: 0644]
lib/libc/string/strlen.3 [new file with mode: 0644]
lib/libc/string/strlen.c [new file with mode: 0644]
lib/libc/string/strmode.3 [new file with mode: 0644]
lib/libc/string/strmode.c [new file with mode: 0644]
lib/libc/string/strncat.c [new file with mode: 0644]
lib/libc/string/strncmp.c [new file with mode: 0644]
lib/libc/string/strncpy.c [new file with mode: 0644]
lib/libc/string/strndup.c [new file with mode: 0644]
lib/libc/string/strnlen.c [new file with mode: 0644]
lib/libc/string/strnstr.c [new file with mode: 0644]
lib/libc/string/strpbrk.3 [new file with mode: 0644]
lib/libc/string/strpbrk.c [new file with mode: 0644]
lib/libc/string/strrchr.c [new file with mode: 0644]
lib/libc/string/strsep.3 [new file with mode: 0644]
lib/libc/string/strsep.c [new file with mode: 0644]
lib/libc/string/strsignal.c [new file with mode: 0644]
lib/libc/string/strspn.3 [new file with mode: 0644]
lib/libc/string/strspn.c [new file with mode: 0644]
lib/libc/string/strstr.3 [new file with mode: 0644]
lib/libc/string/strstr.c [new file with mode: 0644]
lib/libc/string/strtok.3 [new file with mode: 0644]
lib/libc/string/strtok.c [new file with mode: 0644]
lib/libc/string/strxfrm.3 [new file with mode: 0644]
lib/libc/string/strxfrm.c [new file with mode: 0644]
lib/libc/string/swab.3 [new file with mode: 0644]
lib/libc/string/swab.c [new file with mode: 0644]
lib/libc/string/wcscasecmp.c [new file with mode: 0644]
lib/libc/string/wcscat.c [new file with mode: 0644]
lib/libc/string/wcschr.c [new file with mode: 0644]
lib/libc/string/wcscmp.c [new file with mode: 0644]
lib/libc/string/wcscoll.3 [new file with mode: 0644]
lib/libc/string/wcscoll.c [new file with mode: 0644]
lib/libc/string/wcscpy.c [new file with mode: 0644]
lib/libc/string/wcscspn.c [new file with mode: 0644]
lib/libc/string/wcsdup.c [new file with mode: 0644]
lib/libc/string/wcslcat.c [new file with mode: 0644]
lib/libc/string/wcslcpy.c [new file with mode: 0644]
lib/libc/string/wcslen.c [new file with mode: 0644]
lib/libc/string/wcsncasecmp.c [new file with mode: 0644]
lib/libc/string/wcsncat.c [new file with mode: 0644]
lib/libc/string/wcsncmp.c [new file with mode: 0644]
lib/libc/string/wcsncpy.c [new file with mode: 0644]
lib/libc/string/wcsnlen.c [new file with mode: 0644]
lib/libc/string/wcspbrk.c [new file with mode: 0644]
lib/libc/string/wcsrchr.c [new file with mode: 0644]
lib/libc/string/wcsspn.c [new file with mode: 0644]
lib/libc/string/wcsstr.c [new file with mode: 0644]
lib/libc/string/wcstok.3 [new file with mode: 0644]
lib/libc/string/wcstok.c [new file with mode: 0644]
lib/libc/string/wcswidth.3 [new file with mode: 0644]
lib/libc/string/wcswidth.c [new file with mode: 0644]
lib/libc/string/wcsxfrm.3 [new file with mode: 0644]
lib/libc/string/wcsxfrm.c [new file with mode: 0644]
lib/libc/string/wmemchr.3 [new file with mode: 0644]
lib/libc/string/wmemchr.c [new file with mode: 0644]
lib/libc/string/wmemcmp.c [new file with mode: 0644]
lib/libc/string/wmemcpy.c [new file with mode: 0644]
lib/libc/string/wmemmove.c [new file with mode: 0644]
lib/libc/string/wmemset.c [new file with mode: 0644]
lib/libc/sys/Makefile.inc [new file with mode: 0644]
lib/libc/sys/_exit.2 [new file with mode: 0644]
lib/libc/sys/accept.2 [new file with mode: 0644]
lib/libc/sys/access.2 [new file with mode: 0644]
lib/libc/sys/acct.2 [new file with mode: 0644]
lib/libc/sys/adjtime.2 [new file with mode: 0644]
lib/libc/sys/aio_cancel.2 [new file with mode: 0644]
lib/libc/sys/aio_error.2 [new file with mode: 0644]
lib/libc/sys/aio_read.2 [new file with mode: 0644]
lib/libc/sys/aio_return.2 [new file with mode: 0644]
lib/libc/sys/aio_suspend.2 [new file with mode: 0644]
lib/libc/sys/aio_waitcomplete.2 [new file with mode: 0644]
lib/libc/sys/aio_write.2 [new file with mode: 0644]
lib/libc/sys/bind.2 [new file with mode: 0644]
lib/libc/sys/brk.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_abort.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_client.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_close.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_get.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_getgen.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_put.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_reply.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_service.2 [new file with mode: 0644]
lib/libc/sys/caps_sys_setgen.2 [new file with mode: 0644]
lib/libc/sys/chdir.2 [new file with mode: 0644]
lib/libc/sys/chflags.2 [new file with mode: 0644]
lib/libc/sys/chmod.2 [new file with mode: 0644]
lib/libc/sys/chown.2 [new file with mode: 0644]
lib/libc/sys/chroot.2 [new file with mode: 0644]
lib/libc/sys/clock_gettime.2 [new file with mode: 0644]
lib/libc/sys/close.2 [new file with mode: 0644]
lib/libc/sys/closefrom.2 [new file with mode: 0644]
lib/libc/sys/connect.2 [new file with mode: 0644]
lib/libc/sys/dup.2 [new file with mode: 0644]
lib/libc/sys/execve.2 [new file with mode: 0644]
lib/libc/sys/extattr.2 [new file with mode: 0644]
lib/libc/sys/extexit.2 [new file with mode: 0644]
lib/libc/sys/fcntl.2 [new file with mode: 0644]
lib/libc/sys/fhopen.2 [new file with mode: 0644]
lib/libc/sys/flock.2 [new file with mode: 0644]
lib/libc/sys/fork.2 [new file with mode: 0644]
lib/libc/sys/fsync.2 [new file with mode: 0644]
lib/libc/sys/ftruncate.c [new file with mode: 0644]
lib/libc/sys/getdirentries.2 [new file with mode: 0644]
lib/libc/sys/getdtablesize.2 [new file with mode: 0644]
lib/libc/sys/getfh.2 [new file with mode: 0644]
lib/libc/sys/getfsstat.2 [new file with mode: 0644]
lib/libc/sys/getgid.2 [new file with mode: 0644]
lib/libc/sys/getgroups.2 [new file with mode: 0644]
lib/libc/sys/getitimer.2 [new file with mode: 0644]
lib/libc/sys/getlogin.2 [new file with mode: 0644]
lib/libc/sys/getpeername.2 [new file with mode: 0644]
lib/libc/sys/getpgrp.2 [new file with mode: 0644]
lib/libc/sys/getpid.2 [new file with mode: 0644]
lib/libc/sys/getpriority.2 [new file with mode: 0644]
lib/libc/sys/getrlimit.2 [new file with mode: 0644]
lib/libc/sys/getrusage.2 [new file with mode: 0644]
lib/libc/sys/getsid.2 [new file with mode: 0644]
lib/libc/sys/getsockname.2 [new file with mode: 0644]
lib/libc/sys/getsockopt.2 [new file with mode: 0644]
lib/libc/sys/gettimeofday.2 [new file with mode: 0644]
lib/libc/sys/getuid.2 [new file with mode: 0644]
lib/libc/sys/intro.2 [new file with mode: 0644]
lib/libc/sys/ioctl.2 [new file with mode: 0644]
lib/libc/sys/ioprio_get.2 [new file with mode: 0644]
lib/libc/sys/issetugid.2 [new file with mode: 0644]
lib/libc/sys/jail.2 [new file with mode: 0644]
lib/libc/sys/jail_attach.2 [new file with mode: 0644]
lib/libc/sys/kill.2 [new file with mode: 0644]
lib/libc/sys/kldfind.2 [new file with mode: 0644]
lib/libc/sys/kldfirstmod.2 [new file with mode: 0644]
lib/libc/sys/kldload.2 [new file with mode: 0644]
lib/libc/sys/kldnext.2 [new file with mode: 0644]
lib/libc/sys/kldstat.2 [new file with mode: 0644]
lib/libc/sys/kldsym.2 [new file with mode: 0644]
lib/libc/sys/kldunload.2 [new file with mode: 0644]
lib/libc/sys/kqueue.2 [new file with mode: 0644]
lib/libc/sys/ktrace.2 [new file with mode: 0644]
lib/libc/sys/link.2 [new file with mode: 0644]
lib/libc/sys/listen.2 [new file with mode: 0644]
lib/libc/sys/lseek.2 [new file with mode: 0644]
lib/libc/sys/lseek.c [new file with mode: 0644]
lib/libc/sys/lwp_create.2 [new file with mode: 0644]
lib/libc/sys/lwp_gettid.2 [new file with mode: 0644]
lib/libc/sys/lwp_kill.2 [new file with mode: 0644]
lib/libc/sys/madvise.2 [new file with mode: 0644]
lib/libc/sys/mincore.2 [new file with mode: 0644]
lib/libc/sys/minherit.2 [new file with mode: 0644]
lib/libc/sys/mkdir.2 [new file with mode: 0644]
lib/libc/sys/mkfifo.2 [new file with mode: 0644]
lib/libc/sys/mknod.2 [new file with mode: 0644]
lib/libc/sys/mlock.2 [new file with mode: 0644]
lib/libc/sys/mlockall.2 [new file with mode: 0644]
lib/libc/sys/mmap.2 [new file with mode: 0644]
lib/libc/sys/mmap.c [new file with mode: 0644]
lib/libc/sys/modfind.2 [new file with mode: 0644]
lib/libc/sys/modnext.2 [new file with mode: 0644]
lib/libc/sys/modstat.2 [new file with mode: 0644]
lib/libc/sys/mount.2 [new file with mode: 0644]
lib/libc/sys/mountctl.2 [new file with mode: 0644]
lib/libc/sys/mprotect.2 [new file with mode: 0644]
lib/libc/sys/msync.2 [new file with mode: 0644]
lib/libc/sys/munmap.2 [new file with mode: 0644]
lib/libc/sys/nanosleep.2 [new file with mode: 0644]
lib/libc/sys/nfssvc.2 [new file with mode: 0644]
lib/libc/sys/ntp_adjtime.2 [new file with mode: 0644]
lib/libc/sys/ntp_gettime.2 [new file with mode: 0644]
lib/libc/sys/open.2 [new file with mode: 0644]
lib/libc/sys/pathconf.2 [new file with mode: 0644]
lib/libc/sys/pipe.2 [new file with mode: 0644]
lib/libc/sys/poll.2 [new file with mode: 0644]
lib/libc/sys/pread.c [new file with mode: 0644]
lib/libc/sys/preadv.c [new file with mode: 0644]
lib/libc/sys/profil.2 [new file with mode: 0644]
lib/libc/sys/pselect.2 [new file with mode: 0644]
lib/libc/sys/ptrace.2 [new file with mode: 0644]
lib/libc/sys/pwrite.c [new file with mode: 0644]
lib/libc/sys/pwritev.c [new file with mode: 0644]
lib/libc/sys/quotactl.2 [new file with mode: 0644]
lib/libc/sys/read.2 [new file with mode: 0644]
lib/libc/sys/readlink.2 [new file with mode: 0644]
lib/libc/sys/reboot.2 [new file with mode: 0644]
lib/libc/sys/recv.2 [new file with mode: 0644]
lib/libc/sys/rename.2 [new file with mode: 0644]
lib/libc/sys/revoke.2 [new file with mode: 0644]
lib/libc/sys/rfork.2 [new file with mode: 0644]
lib/libc/sys/rmdir.2 [new file with mode: 0644]
lib/libc/sys/rtprio.2 [new file with mode: 0644]
lib/libc/sys/sched_get_priority_max.2 [new file with mode: 0644]
lib/libc/sys/sched_setparam.2 [new file with mode: 0644]
lib/libc/sys/sched_setscheduler.2 [new file with mode: 0644]
lib/libc/sys/sched_yield.2 [new file with mode: 0644]
lib/libc/sys/select.2 [new file with mode: 0644]
lib/libc/sys/semctl.2 [new file with mode: 0644]
lib/libc/sys/semget.2 [new file with mode: 0644]
lib/libc/sys/semop.2 [new file with mode: 0644]
lib/libc/sys/send.2 [new file with mode: 0644]
lib/libc/sys/sendfile.2 [new file with mode: 0644]
lib/libc/sys/setgroups.2 [new file with mode: 0644]
lib/libc/sys/setpgid.2 [new file with mode: 0644]
lib/libc/sys/setregid.2 [new file with mode: 0644]
lib/libc/sys/setresuid.2 [new file with mode: 0644]
lib/libc/sys/setreuid.2 [new file with mode: 0644]
lib/libc/sys/setsid.2 [new file with mode: 0644]
lib/libc/sys/setuid.2 [new file with mode: 0644]
lib/libc/sys/shmat.2 [new file with mode: 0644]
lib/libc/sys/shmctl.2 [new file with mode: 0644]
lib/libc/sys/shmget.2 [new file with mode: 0644]
lib/libc/sys/shutdown.2 [new file with mode: 0644]
lib/libc/sys/sigaction.2 [new file with mode: 0644]
lib/libc/sys/sigaltstack.2 [new file with mode: 0644]
lib/libc/sys/sigpending.2 [new file with mode: 0644]
lib/libc/sys/sigprocmask.2 [new file with mode: 0644]
lib/libc/sys/sigreturn.2 [new file with mode: 0644]
lib/libc/sys/sigstack.2 [new file with mode: 0644]
lib/libc/sys/sigsuspend.2 [new file with mode: 0644]
lib/libc/sys/socket.2 [new file with mode: 0644]
lib/libc/sys/socketpair.2 [new file with mode: 0644]
lib/libc/sys/stack_protector.c [new file with mode: 0644]
lib/libc/sys/stat.2 [new file with mode: 0644]
lib/libc/sys/statfs.2 [new file with mode: 0644]
lib/libc/sys/statvfs.2 [new file with mode: 0644]
lib/libc/sys/swapon.2 [new file with mode: 0644]
lib/libc/sys/symlink.2 [new file with mode: 0644]
lib/libc/sys/sync.2 [new file with mode: 0644]
lib/libc/sys/sys_checkpoint.2 [new file with mode: 0644]
lib/libc/sys/sysarch.2 [new file with mode: 0644]
lib/libc/sys/syscall.2 [new file with mode: 0644]
lib/libc/sys/syslink.2 [new file with mode: 0644]
lib/libc/sys/tls.2 [new file with mode: 0644]
lib/libc/sys/truncate.2 [new file with mode: 0644]
lib/libc/sys/truncate.c [new file with mode: 0644]
lib/libc/sys/umask.2 [new file with mode: 0644]
lib/libc/sys/umtx.2 [new file with mode: 0644]
lib/libc/sys/undelete.2 [new file with mode: 0644]
lib/libc/sys/unlink.2 [new file with mode: 0644]
lib/libc/sys/unlinkat.2 [new file with mode: 0644]
lib/libc/sys/upc_register.2 [new file with mode: 0644]
lib/libc/sys/usched_set.2 [new file with mode: 0644]
lib/libc/sys/utimes.2 [new file with mode: 0644]
lib/libc/sys/utrace.2 [new file with mode: 0644]
lib/libc/sys/uuidgen.2 [new file with mode: 0644]
lib/libc/sys/varsym.2 [new file with mode: 0644]
lib/libc/sys/vfork.2 [new file with mode: 0644]
lib/libc/sys/wait.2 [new file with mode: 0644]
lib/libc/sys/write.2 [new file with mode: 0644]
lib/libc/uuid/Makefile.inc [new file with mode: 0644]
lib/libc/uuid/Symbol.map [new file with mode: 0644]
lib/libc/uuid/uuid.3 [new file with mode: 0644]
lib/libc/uuid/uuid_compare.c [new file with mode: 0644]
lib/libc/uuid/uuid_create.c [new file with mode: 0644]
lib/libc/uuid/uuid_create_nil.c [new file with mode: 0644]
lib/libc/uuid/uuid_equal.c [new file with mode: 0644]
lib/libc/uuid/uuid_from_string.c [new file with mode: 0644]
lib/libc/uuid/uuid_hash.c [new file with mode: 0644]
lib/libc/uuid/uuid_is_nil.c [new file with mode: 0644]
lib/libc/uuid/uuid_name_lookup.c [new file with mode: 0644]
lib/libc/uuid/uuid_stream.c [new file with mode: 0644]
lib/libc/uuid/uuid_to_string.c [new file with mode: 0644]
lib/libc/x86_64/Makefile.inc [new file with mode: 0644]
lib/libc/x86_64/SYS.h [new file with mode: 0644]
lib/libc/x86_64/_fpmath.h [new file with mode: 0644]
lib/libc/x86_64/arith.h [new file with mode: 0644]
lib/libc/x86_64/gd_qnan.h [new file with mode: 0644]
lib/libc/x86_64/gen/Makefile.inc [new file with mode: 0644]
lib/libc/x86_64/gen/_setjmp.S [new file with mode: 0644]
lib/libc/x86_64/gen/fabs.S [new file with mode: 0644]
lib/libc/x86_64/gen/flt_rounds.c [new file with mode: 0644]
lib/libc/x86_64/gen/fpclassifyl.c [new file with mode: 0644]
lib/libc/x86_64/gen/fpgetmask.S [new file with mode: 0644]
lib/libc/x86_64/gen/fpgetround.S [new file with mode: 0644]
lib/libc/x86_64/gen/fpgetsticky.S [new file with mode: 0644]
lib/libc/x86_64/gen/fpsetmask.S [new file with mode: 0644]
lib/libc/x86_64/gen/fpsetround.S [new file with mode: 0644]
lib/libc/x86_64/gen/fpsetsticky.S [new file with mode: 0644]
lib/libc/x86_64/gen/infinityl.c [new file with mode: 0644]
lib/libc/x86_64/gen/isfinitel.c [new file with mode: 0644]
lib/libc/x86_64/gen/isinfl.c [new file with mode: 0644]
lib/libc/x86_64/gen/isnanl.c [new file with mode: 0644]
lib/libc/x86_64/gen/ldexp.c [new file with mode: 0644]
lib/libc/x86_64/gen/mcontext.S [new file with mode: 0644]
lib/libc/x86_64/gen/modf.S [new file with mode: 0644]
lib/libc/x86_64/gen/nanf.c [new file with mode: 0644]
lib/libc/x86_64/gen/rfork_thread.S [new file with mode: 0644]
lib/libc/x86_64/gen/setjmp.S [new file with mode: 0644]
lib/libc/x86_64/gen/signbitl.c [new file with mode: 0644]
lib/libc/x86_64/gen/sigsetjmp.S [new file with mode: 0644]
lib/libc/x86_64/stdlib/Makefile.inc [new file with mode: 0644]
lib/libc/x86_64/stdlib/div.S [new file with mode: 0644]
lib/libc/x86_64/stdlib/ldiv.S [new file with mode: 0644]
lib/libc/x86_64/stdlib/lldiv.S [new file with mode: 0644]
lib/libc/x86_64/string/Makefile.inc [new file with mode: 0644]
lib/libc/x86_64/string/bcmp.S [new file with mode: 0644]
lib/libc/x86_64/string/bcopy.S [new file with mode: 0644]
lib/libc/x86_64/string/bzero.S [new file with mode: 0644]
lib/libc/x86_64/string/ffs.S [new file with mode: 0644]
lib/libc/x86_64/string/ffsl.S [new file with mode: 0644]
lib/libc/x86_64/string/fls.S [new file with mode: 0644]
lib/libc/x86_64/string/flsl.S [new file with mode: 0644]
lib/libc/x86_64/string/memcmp.S [new file with mode: 0644]
lib/libc/x86_64/string/memcpy.S [new file with mode: 0644]
lib/libc/x86_64/string/memmove.S [new file with mode: 0644]
lib/libc/x86_64/string/memset.S [new file with mode: 0644]
lib/libc/x86_64/string/strcat.S [new file with mode: 0644]
lib/libc/x86_64/string/strcmp.S [new file with mode: 0644]
lib/libc/x86_64/string/strcpy.S [new file with mode: 0644]
lib/libc/x86_64/sys/Makefile.inc [new file with mode: 0644]
lib/libc/x86_64/sys/amd64_get_fsbase.c [new file with mode: 0644]
lib/libc/x86_64/sys/amd64_get_gsbase.c [new file with mode: 0644]
lib/libc/x86_64/sys/amd64_set_fsbase.c [new file with mode: 0644]
lib/libc/x86_64/sys/amd64_set_gsbase.c [new file with mode: 0644]
lib/libc/x86_64/sys/asmcontext.c [new file with mode: 0644]
lib/libc/x86_64/sys/brk.S [new file with mode: 0644]
lib/libc/x86_64/sys/cerror.S [new file with mode: 0644]
lib/libc/x86_64/sys/exect.S [new file with mode: 0644]
lib/libc/x86_64/sys/pipe.S [new file with mode: 0644]
lib/libc/x86_64/sys/ptrace.S [new file with mode: 0644]
lib/libc/x86_64/sys/reboot.S [new file with mode: 0644]
lib/libc/x86_64/sys/sbrk.S [new file with mode: 0644]
lib/libc/x86_64/sys/setlogin.S [new file with mode: 0644]
lib/libc/x86_64/sys/sigreturn.S [new file with mode: 0644]
lib/libc/x86_64/sys/vfork.S [new file with mode: 0644]
lib/libc/xdr/Makefile.inc [new file with mode: 0644]
lib/libc/xdr/xdr.3 [new file with mode: 0644]
lib/libc/xdr/xdr.c [new file with mode: 0644]
lib/libc/xdr/xdr_array.c [new file with mode: 0644]
lib/libc/xdr/xdr_float.c [new file with mode: 0644]
lib/libc/xdr/xdr_mem.c [new file with mode: 0644]
lib/libc/xdr/xdr_rec.c [new file with mode: 0644]
lib/libc/xdr/xdr_reference.c [new file with mode: 0644]
lib/libc/xdr/xdr_sizeof.c [new file with mode: 0644]
lib/libc/xdr/xdr_stdio.c [new file with mode: 0644]
lib/libc/yp/Makefile.inc [new file with mode: 0644]
lib/libc/yp/xdryp.c [new file with mode: 0644]
lib/libc/yp/ypclnt.3 [new file with mode: 0644]
lib/libc/yp/yplib.c [new file with mode: 0644]
lib/libc_r/Makefile [new file with mode: 0644]
lib/libc_r/arch/i386/_atomic_lock.S [new file with mode: 0644]
lib/libc_r/arch/x86_64/_atomic_lock.S [new file with mode: 0644]
lib/libc_r/sys/Makefile.inc [new file with mode: 0644]
lib/libc_r/test/Makefile [new file with mode: 0644]
lib/libc_r/test/README [new file with mode: 0644]
lib/libc_r/test/hello_b.c [new file with mode: 0644]
lib/libc_r/test/hello_d.c [new file with mode: 0644]
lib/libc_r/test/hello_d.exp [new file with mode: 0644]
lib/libc_r/test/hello_s.c [new file with mode: 0644]
lib/libc_r/test/join_leak_d.c [new file with mode: 0644]
lib/libc_r/test/join_leak_d.exp [new file with mode: 0644]
lib/libc_r/test/mutex_d.c [new file with mode: 0644]
lib/libc_r/test/mutex_d.exp [new file with mode: 0644]
lib/libc_r/test/propagate_s.pl [new file with mode: 0644]
lib/libc_r/test/sem_d.c [new file with mode: 0644]
lib/libc_r/test/sem_d.exp [new file with mode: 0644]
lib/libc_r/test/sigsuspend_d.c [new file with mode: 0644]
lib/libc_r/test/sigsuspend_d.exp [new file with mode: 0644]
lib/libc_r/test/sigwait_d.c [new file with mode: 0644]
lib/libc_r/test/sigwait_d.exp [new file with mode: 0644]
lib/libc_r/test/verify [new file with mode: 0644]
lib/libc_r/uthread/Makefile.inc [new file with mode: 0644]
lib/libc_r/uthread/pthread_private.h [new file with mode: 0644]
lib/libc_r/uthread/uthread_accept.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_aio_suspend.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_atfork.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_destroy.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_get_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getdetachstate.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getinheritsched.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getschedparam.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getschedpolicy.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getscope.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getstack.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getstackaddr.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_getstacksize.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_init.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setcreatesuspend_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setdetachstate.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setinheritsched.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setschedparam.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setschedpolicy.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setscope.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setstack.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setstackaddr.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_attr_setstacksize.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_bind.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_cancel.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_clean.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_close.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_closefrom.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_concurrency.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_cond.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_condattr_destroy.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_condattr_init.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_connect.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_creat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_create.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_detach.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_dup.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_dup2.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_equal.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_execve.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_exit.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_faccessat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fchflags.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fchmod.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fchmodat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fchown.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fchownat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fcntl.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fd.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_file.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_find_thread.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_flock.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fork.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fpathconf.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fstat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fstatat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fstatfs.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_fsync.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_gc.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_getdirentries.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_getpeername.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_getprio.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_getschedparam.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_getsockname.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_getsockopt.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_info.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_init.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_ioctl.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_jmp.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_join.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_kern.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_kevent.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_kill.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_kqueue.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_listen.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_main_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_mattr_init.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_mattr_kind_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_msync.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_multi_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_mutex.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_mutex_prioceiling.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_mutex_protocol.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_mutexattr_destroy.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_nanosleep.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_once.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_open.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_pause.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_pipe.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_poll.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_priority_queue.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_read.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_readv.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_recvfrom.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_recvmsg.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_resume_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_rwlock.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_rwlockattr.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_select.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_self.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sem.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sendfile.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sendmsg.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sendto.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_setprio.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_setschedparam.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_setsockopt.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_shutdown.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sig.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sigaction.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sigmask.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sigpending.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sigprocmask.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sigsuspend.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sigwait.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_single_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_sleep.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_socket.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_socketpair.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_spec.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_spinlock.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_stubs.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_suspend_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_switch_np.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_system.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_tcdrain.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_unlinkat.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_vfork.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_wait.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_wait4.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_waitpid.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_write.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_writev.c [new file with mode: 0644]
lib/libc_r/uthread/uthread_yield.c [new file with mode: 0644]
lib/libc_rtld/Makefile [new file with mode: 0644]
lib/libcalendar/Makefile [new file with mode: 0644]
lib/libcalendar/calendar.3 [new file with mode: 0644]
lib/libcalendar/calendar.c [new file with mode: 0644]
lib/libcalendar/calendar.h [new file with mode: 0644]
lib/libcalendar/easter.c [new file with mode: 0644]
lib/libcam/Makefile [new file with mode: 0644]
lib/libcam/cam.3 [new file with mode: 0644]
lib/libcam/cam_cdbparse.3 [new file with mode: 0644]
lib/libcam/camlib.c [new file with mode: 0644]
lib/libcam/camlib.h [new file with mode: 0644]
lib/libcam/scsi_cmdparse.c [new file with mode: 0644]
lib/libcaps/Makefile [new file with mode: 0644]
lib/libcaps/asdefs.c [new file with mode: 0644]
lib/libcaps/caps_msgbuf.c [new file with mode: 0644]
lib/libcaps/caps_pwent.c [new file with mode: 0644]
lib/libcaps/caps_struct.c [new file with mode: 0644]
lib/libcaps/caps_struct.h [new file with mode: 0644]
lib/libcaps/defs.h [new file with mode: 0644]
lib/libcaps/globaldata.c [new file with mode: 0644]
lib/libcaps/globaldata.h [new file with mode: 0644]
lib/libcaps/i386/Makefile.inc [new file with mode: 0644]
lib/libcaps/i386/asmacros.h [new file with mode: 0644]
lib/libcaps/i386/md_globaldata.c [new file with mode: 0644]
lib/libcaps/i386/md_globaldata.h [new file with mode: 0644]
lib/libcaps/i386/mplock.S [new file with mode: 0644]
lib/libcaps/i386/sendsys.h [new file with mode: 0644]
lib/libcaps/i386/td_switch.c [new file with mode: 0644]
lib/libcaps/i386/td_switch_asm.S [new file with mode: 0644]
lib/libcaps/i386/upcall.S [new file with mode: 0644]
lib/libcaps/init.c [new file with mode: 0644]
lib/libcaps/slaballoc.c [new file with mode: 0644]
lib/libcaps/slaballoc.h [new file with mode: 0644]
lib/libcaps/sysport.c [new file with mode: 0644]
lib/libcaps/sysport.h [new file with mode: 0644]
lib/libcaps/thread.h [new file with mode: 0644]
lib/libcaps/uthread.c [new file with mode: 0644]
lib/libcom_err/Makefile [new file with mode: 0644]
lib/libcom_err/doc/Makefile [new file with mode: 0644]
lib/libcom_err/doc/com_err.texinfo [new file with mode: 0644]
lib/libcompat/4.1/ascftime.c [new file with mode: 0644]
lib/libcompat/4.1/cftime.3 [new file with mode: 0644]
lib/libcompat/4.1/cftime.c [new file with mode: 0644]
lib/libcompat/4.1/ftime.3 [new file with mode: 0644]
lib/libcompat/4.1/ftime.c [new file with mode: 0644]
lib/libcompat/4.1/getpw.3 [new file with mode: 0644]
lib/libcompat/4.1/getpw.c [new file with mode: 0644]
lib/libcompat/4.1/gtty.c [new file with mode: 0644]
lib/libcompat/4.1/stty.3 [new file with mode: 0644]
lib/libcompat/4.1/stty.c [new file with mode: 0644]
lib/libcompat/4.3/cfree.3 [new file with mode: 0644]
lib/libcompat/4.3/cfree.c [new file with mode: 0644]
lib/libcompat/4.3/insque.3 [new file with mode: 0644]
lib/libcompat/4.3/insque.c [new file with mode: 0644]
lib/libcompat/4.3/re_comp.3 [new file with mode: 0644]
lib/libcompat/4.3/regex.c [new file with mode: 0644]
lib/libcompat/4.3/remque.c [new file with mode: 0644]
lib/libcompat/4.3/rexec.3 [new file with mode: 0644]
lib/libcompat/4.3/rexec.c [new file with mode: 0644]
lib/libcompat/4.4/cuserid.3 [new file with mode: 0644]
lib/libcompat/4.4/cuserid.c [new file with mode: 0644]
lib/libcompat/Makefile [new file with mode: 0644]
lib/libcompat/regexp/COPYRIGHT [new file with mode: 0644]
lib/libcompat/regexp/README [new file with mode: 0644]
lib/libcompat/regexp/regerror.c [new file with mode: 0644]
lib/libcompat/regexp/regexp.3 [new file with mode: 0644]
lib/libcompat/regexp/regexp.c [new file with mode: 0644]
lib/libcompat/regexp/regmagic.h [new file with mode: 0644]
lib/libcompat/regexp/regsub.c [new file with mode: 0644]
lib/libcrypt/Makefile [new file with mode: 0644]
lib/libcrypt/crypt-md5.c [new file with mode: 0644]
lib/libcrypt/crypt-sha256.c [new file with mode: 0644]
lib/libcrypt/crypt-sha512.c [new file with mode: 0644]
lib/libcrypt/crypt.3 [new file with mode: 0644]
lib/libcrypt/crypt.c [new file with mode: 0644]
lib/libcrypt/crypt.h [new file with mode: 0644]
lib/libcrypt/misc.c [new file with mode: 0644]
lib/libdevattr/Makefile [new file with mode: 0644]
lib/libdevattr/devattr.3 [new file with mode: 0644]
lib/libdevattr/devattr.c [new file with mode: 0644]
lib/libdevattr/devattr.h [new file with mode: 0644]
lib/libdevattr/devattr_device.c [new file with mode: 0644]
lib/libdevattr/devattr_enumerate.c [new file with mode: 0644]
lib/libdevattr/devattr_monitor.c [new file with mode: 0644]
lib/libdevattr/devattr_test.c [new file with mode: 0644]
lib/libdevattr/mktest [new file with mode: 0644]
lib/libdevattr/udev.3 [new file with mode: 0644]
lib/libdevattr/udev_device.3 [new file with mode: 0644]
lib/libdevattr/udev_enumerate.3 [new file with mode: 0644]
lib/libdevattr/udev_monitor.3 [new file with mode: 0644]
lib/libdevinfo/Makefile [new file with mode: 0644]
lib/libdevinfo/devinfo.3 [new file with mode: 0644]
lib/libdevinfo/devinfo.c [new file with mode: 0644]
lib/libdevinfo/devinfo.h [new file with mode: 0644]
lib/libdevinfo/devinfo_var.h [new file with mode: 0644]
lib/libdevstat/Makefile [new file with mode: 0644]
lib/libdevstat/devstat.3 [new file with mode: 0644]
lib/libdevstat/devstat.c [new file with mode: 0644]
lib/libdevstat/devstat.h [new file with mode: 0644]
lib/libdm/Makefile [new file with mode: 0644]
lib/libdm/dm_task.c [new file with mode: 0644]
lib/libdm/libdm.h [new file with mode: 0644]
lib/libedit/Makefile [new file with mode: 0644]
lib/libedit/TEST/Makefile [new file with mode: 0644]
lib/libedit/TEST/test.c [new file with mode: 0644]
lib/libedit/chared.c [new file with mode: 0644]
lib/libedit/chared.h [new file with mode: 0644]
lib/libedit/common.c [new file with mode: 0644]
lib/libedit/config.h [new file with mode: 0644]
lib/libedit/editline.3 [new file with mode: 0644]
lib/libedit/editrc.5 [new file with mode: 0644]
lib/libedit/el.c [new file with mode: 0644]
lib/libedit/el.h [new file with mode: 0644]
lib/libedit/emacs.c [new file with mode: 0644]
lib/libedit/filecomplete.c [new file with mode: 0644]
lib/libedit/filecomplete.h [new file with mode: 0644]
lib/libedit/hist.c [new file with mode: 0644]
lib/libedit/hist.h [new file with mode: 0644]
lib/libedit/history.c [new file with mode: 0644]
lib/libedit/key.c [new file with mode: 0644]
lib/libedit/key.h [new file with mode: 0644]
lib/libedit/makelist [new file with mode: 0644]
lib/libedit/map.c [new file with mode: 0644]
lib/libedit/map.h [new file with mode: 0644]
lib/libedit/parse.c [new file with mode: 0644]
lib/libedit/parse.h [new file with mode: 0644]
lib/libedit/prompt.c [new file with mode: 0644]
lib/libedit/prompt.h [new file with mode: 0644]
lib/libedit/read.c [new file with mode: 0644]
lib/libedit/read.h [new file with mode: 0644]
lib/libedit/readline.c [new file with mode: 0644]
lib/libedit/readline/Makefile [new file with mode: 0644]
lib/libedit/readline/history.h [new file with mode: 0644]
lib/libedit/readline/readline.h [new file with mode: 0644]
lib/libedit/readline/tilde.h [new file with mode: 0644]
lib/libedit/refresh.c [new file with mode: 0644]
lib/libedit/refresh.h [new file with mode: 0644]
lib/libedit/search.c [new file with mode: 0644]
lib/libedit/search.h [new file with mode: 0644]
lib/libedit/sig.c [new file with mode: 0644]
lib/libedit/sig.h [new file with mode: 0644]
lib/libedit/sys.h [new file with mode: 0644]
lib/libedit/term.c [new file with mode: 0644]
lib/libedit/term.h [new file with mode: 0644]
lib/libedit/tokenizer.c [new file with mode: 0644]
lib/libedit/tty.c [new file with mode: 0644]
lib/libedit/tty.h [new file with mode: 0644]
lib/libedit/vi.c [new file with mode: 0644]
lib/libevtr/Makefile [new file with mode: 0644]
lib/libevtr/evtr.c [new file with mode: 0644]
lib/libevtr/evtr.h [new file with mode: 0644]
lib/libevtr/internal.h [new file with mode: 0644]
lib/libevtr/ktrfmt.l [new file with mode: 0644]
lib/libevtr/ktrfmt.tab.c [new file with mode: 0644]
lib/libevtr/ktrfmt.tab.h [new file with mode: 0644]
lib/libevtr/ktrfmt.y [new file with mode: 0644]
lib/libevtr/ktrfmt.yy.c [new file with mode: 0644]
lib/libevtr/tok.h [new file with mode: 0644]
lib/libexpat/Makefile [new file with mode: 0644]
lib/libexpat/expat_config.h [new file with mode: 0644]
lib/libexpat/libbsdxml.3 [new file with mode: 0644]
lib/libfetch/Makefile [new file with mode: 0644]
lib/libfetch/common.c [new file with mode: 0644]
lib/libfetch/common.h [new file with mode: 0644]
lib/libfetch/fetch.3 [new file with mode: 0644]
lib/libfetch/fetch.c [new file with mode: 0644]
lib/libfetch/fetch.h [new file with mode: 0644]
lib/libfetch/file.c [new file with mode: 0644]
lib/libfetch/ftp.c [new file with mode: 0644]
lib/libfetch/ftp.errors [new file with mode: 0644]
lib/libfetch/http.c [new file with mode: 0644]
lib/libfetch/http.errors [new file with mode: 0644]
lib/libfsid/Makefile [new file with mode: 0644]
lib/libfsid/cd9660.c [new file with mode: 0644]
lib/libfsid/ext2.c [new file with mode: 0644]
lib/libfsid/hammer.c [new file with mode: 0644]
lib/libfsid/libfsid.3 [new file with mode: 0644]
lib/libfsid/libfsid.c [new file with mode: 0644]
lib/libfsid/libfsid.h [new file with mode: 0644]
lib/libfsid/msdosfs.c [new file with mode: 0644]
lib/libfsid/ufs.c [new file with mode: 0644]
lib/libftpio/Makefile [new file with mode: 0644]
lib/libftpio/ftp.errors [new file with mode: 0644]
lib/libftpio/ftpio.3 [new file with mode: 0644]
lib/libftpio/ftpio.c [new file with mode: 0644]
lib/libftpio/ftpio.h [new file with mode: 0644]
lib/libhammer/Makefile [new file with mode: 0644]
lib/libhammer/info.c [new file with mode: 0644]
lib/libhammer/libhammer.h [new file with mode: 0644]
lib/libhammer/libhammer_get_volinfo.3 [new file with mode: 0644]
lib/libhammer/misc.c [new file with mode: 0644]
lib/libipsec/Makefile [new file with mode: 0644]
lib/libipsec/ipsec_dump_policy.c [new file with mode: 0644]
lib/libipsec/ipsec_get_policylen.c [new file with mode: 0644]
lib/libipsec/ipsec_set_policy.3 [new file with mode: 0644]
lib/libipsec/ipsec_strerror.3 [new file with mode: 0644]
lib/libipsec/ipsec_strerror.c [new file with mode: 0644]
lib/libipsec/ipsec_strerror.h [new file with mode: 0644]
lib/libipsec/libpfkey.h [new file with mode: 0644]
lib/libipsec/pfkey.c [new file with mode: 0644]
lib/libipsec/pfkey_dump.c [new file with mode: 0644]
lib/libipsec/policy_parse.y [new file with mode: 0644]
lib/libipsec/policy_token.l [new file with mode: 0644]
lib/libipsec/test-policy.c [new file with mode: 0644]
lib/libipx/Makefile [new file with mode: 0644]
lib/libipx/ipx.3 [new file with mode: 0644]
lib/libipx/ipx_addr.c [new file with mode: 0644]
lib/libipx/ipx_ntoa.c [new file with mode: 0644]
lib/libkcore/Makefile [new file with mode: 0644]
lib/libkcore/kcore.c [new file with mode: 0644]
lib/libkcore/kcore.h [new file with mode: 0644]
lib/libkcore/kcore_file.c [new file with mode: 0644]
lib/libkcore/kcore_private.h [new file with mode: 0644]
lib/libkcore/kcore_proc.c [new file with mode: 0644]
lib/libkcore/kcore_sched.c [new file with mode: 0644]
lib/libkcore/kcore_tty.c [new file with mode: 0644]
lib/libkcore/kcore_vfs.c [new file with mode: 0644]
lib/libkiconv/Makefile [new file with mode: 0644]
lib/libkiconv/kiconv.3 [new file with mode: 0644]
lib/libkiconv/quirks.c [new file with mode: 0644]
lib/libkiconv/quirks.h [new file with mode: 0644]
lib/libkiconv/xlat16_iconv.c [new file with mode: 0644]
lib/libkiconv/xlat16_sysctl.c [new file with mode: 0644]
lib/libkinfo/Makefile [new file with mode: 0644]
lib/libkinfo/kinfo.h [new file with mode: 0644]
lib/libkinfo/kinfo_file.c [new file with mode: 0644]
lib/libkinfo/kinfo_net.c [new file with mode: 0644]
lib/libkinfo/kinfo_pcpu.c [new file with mode: 0644]
lib/libkinfo/kinfo_pcpu.h [new file with mode: 0644]
lib/libkinfo/kinfo_sched.c [new file with mode: 0644]
lib/libkinfo/kinfo_tty.c [new file with mode: 0644]
lib/libkinfo/kinfo_vfs.c [new file with mode: 0644]
lib/libkvm/Makefile [new file with mode: 0644]
lib/libkvm/kvm.3 [new file with mode: 0644]
lib/libkvm/kvm.c [new file with mode: 0644]
lib/libkvm/kvm.h [new file with mode: 0644]
lib/libkvm/kvm_file.c [new file with mode: 0644]
lib/libkvm/kvm_geterr.3 [new file with mode: 0644]
lib/libkvm/kvm_getfiles.3 [new file with mode: 0644]
lib/libkvm/kvm_getloadavg.3 [new file with mode: 0644]
lib/libkvm/kvm_getloadavg.c [new file with mode: 0644]
lib/libkvm/kvm_getprocs.3 [new file with mode: 0644]
lib/libkvm/kvm_getswapinfo.3 [new file with mode: 0644]
lib/libkvm/kvm_getswapinfo.c [new file with mode: 0644]
lib/libkvm/kvm_i386.c [new file with mode: 0644]
lib/libkvm/kvm_minidump_i386.c [new file with mode: 0644]
lib/libkvm/kvm_minidump_x86_64.c [new file with mode: 0644]
lib/libkvm/kvm_nlist.3 [new file with mode: 0644]
lib/libkvm/kvm_open.3 [new file with mode: 0644]
lib/libkvm/kvm_private.h [new file with mode: 0644]
lib/libkvm/kvm_proc.c [new file with mode: 0644]
lib/libkvm/kvm_read.3 [new file with mode: 0644]
lib/libkvm/kvm_sparc.c [new file with mode: 0644]
lib/libkvm/kvm_util.c [new file with mode: 0644]
lib/libkvm/kvm_x86_64.c [new file with mode: 0644]
lib/libldns/Makefile [new file with mode: 0644]
lib/libldns/ldns/config.h [new file with mode: 0644]
lib/libldns/ldns/ldns.h [new file with mode: 0644]
lib/libldns/ldns/net.h [new file with mode: 0644]
lib/libldns/ldns/util.h [new file with mode: 0644]
lib/liblzma/Makefile [new file with mode: 0644]
lib/liblzma/config.h [new file with mode: 0644]
lib/libm/Makefile [new file with mode: 0644]
lib/libm/arch/i386/Makefile.inc [new file with mode: 0644]
lib/libm/arch/i386/abi.h [new file with mode: 0644]
lib/libm/arch/i386/e_acos.S [new file with mode: 0644]
lib/libm/arch/i386/e_asin.S [new file with mode: 0644]
lib/libm/arch/i386/e_atan2.S [new file with mode: 0644]
lib/libm/arch/i386/e_atan2f.S [new file with mode: 0644]
lib/libm/arch/i386/e_exp.S [new file with mode: 0644]
lib/libm/arch/i386/e_expf.S [new file with mode: 0644]
lib/libm/arch/i386/e_fmod.S [new file with mode: 0644]
lib/libm/arch/i386/e_log.S [new file with mode: 0644]
lib/libm/arch/i386/e_log10.S [new file with mode: 0644]
lib/libm/arch/i386/e_log10f.S [new file with mode: 0644]
lib/libm/arch/i386/e_log2.S [new file with mode: 0644]
lib/libm/arch/i386/e_log2f.S [new file with mode: 0644]
lib/libm/arch/i386/e_logf.S [new file with mode: 0644]
lib/libm/arch/i386/e_remainder.S [new file with mode: 0644]
lib/libm/arch/i386/e_remainderf.S [new file with mode: 0644]
lib/libm/arch/i386/e_scalb.S [new file with mode: 0644]
lib/libm/arch/i386/e_scalbf.S [new file with mode: 0644]
lib/libm/arch/i386/e_sqrt.S [new file with mode: 0644]
lib/libm/arch/i386/e_sqrtf.S [new file with mode: 0644]
lib/libm/arch/i386/fenv.c [new file with mode: 0644]
lib/libm/arch/i386/fenv.h [new file with mode: 0644]
lib/libm/arch/i386/lrint.S [new file with mode: 0644]
lib/libm/arch/i386/s_atan.S [new file with mode: 0644]
lib/libm/arch/i386/s_atanf.S [new file with mode: 0644]
lib/libm/arch/i386/s_ceil.S [new file with mode: 0644]
lib/libm/arch/i386/s_ceilf.S [new file with mode: 0644]
lib/libm/arch/i386/s_copysign.S [new file with mode: 0644]
lib/libm/arch/i386/s_copysignf.S [new file with mode: 0644]
lib/libm/arch/i386/s_cos.S [new file with mode: 0644]
lib/libm/arch/i386/s_cosf.S [new file with mode: 0644]
lib/libm/arch/i386/s_finite.S [new file with mode: 0644]
lib/libm/arch/i386/s_finitef.S [new file with mode: 0644]
lib/libm/arch/i386/s_floor.S [new file with mode: 0644]
lib/libm/arch/i386/s_floorf.S [new file with mode: 0644]
lib/libm/arch/i386/s_ilogb.S [new file with mode: 0644]
lib/libm/arch/i386/s_ilogbf.S [new file with mode: 0644]
lib/libm/arch/i386/s_log1p.S [new file with mode: 0644]
lib/libm/arch/i386/s_log1pf.S [new file with mode: 0644]
lib/libm/arch/i386/s_logb.S [new file with mode: 0644]
lib/libm/arch/i386/s_logbf.S [new file with mode: 0644]
lib/libm/arch/i386/s_rint.S [new file with mode: 0644]
lib/libm/arch/i386/s_rintf.S [new file with mode: 0644]
lib/libm/arch/i386/s_scalbn.S [new file with mode: 0644]
lib/libm/arch/i386/s_scalbnf.S [new file with mode: 0644]
lib/libm/arch/i386/s_significand.S [new file with mode: 0644]
lib/libm/arch/i386/s_significandf.S [new file with mode: 0644]
lib/libm/arch/i386/s_sin.S [new file with mode: 0644]
lib/libm/arch/i386/s_sinf.S [new file with mode: 0644]
lib/libm/arch/i386/s_tan.S [new file with mode: 0644]
lib/libm/arch/i386/s_tanf.S [new file with mode: 0644]
lib/libm/arch/x86_64/Makefile.inc [new file with mode: 0644]
lib/libm/arch/x86_64/fenv.c [new file with mode: 0644]
lib/libm/arch/x86_64/fenv.h [new file with mode: 0644]
lib/libm/complex/Makefile.inc [new file with mode: 0644]
lib/libm/complex/cabs.3 [new file with mode: 0644]
lib/libm/complex/cabs.c [new file with mode: 0644]
lib/libm/complex/cabsf.c [new file with mode: 0644]
lib/libm/complex/cacos.3 [new file with mode: 0644]
lib/libm/complex/cacos.c [new file with mode: 0644]
lib/libm/complex/cacosf.c [new file with mode: 0644]
lib/libm/complex/cacosh.3 [new file with mode: 0644]
lib/libm/complex/cacosh.c [new file with mode: 0644]
lib/libm/complex/cacoshf.c [new file with mode: 0644]
lib/libm/complex/carg.3 [new file with mode: 0644]
lib/libm/complex/carg.c [new file with mode: 0644]
lib/libm/complex/cargf.c [new file with mode: 0644]
lib/libm/complex/casin.3 [new file with mode: 0644]
lib/libm/complex/casin.c [new file with mode: 0644]
lib/libm/complex/casinf.c [new file with mode: 0644]
lib/libm/complex/casinh.3 [new file with mode: 0644]
lib/libm/complex/casinh.c [new file with mode: 0644]
lib/libm/complex/casinhf.c [new file with mode: 0644]
lib/libm/complex/catan.3 [new file with mode: 0644]
lib/libm/complex/catan.c [new file with mode: 0644]
lib/libm/complex/catanf.c [new file with mode: 0644]
lib/libm/complex/catanh.3 [new file with mode: 0644]
lib/libm/complex/catanh.c [new file with mode: 0644]
lib/libm/complex/catanhf.c [new file with mode: 0644]
lib/libm/complex/ccos.3 [new file with mode: 0644]
lib/libm/complex/ccos.c [new file with mode: 0644]
lib/libm/complex/ccosf.c [new file with mode: 0644]
lib/libm/complex/ccosh.3 [new file with mode: 0644]
lib/libm/complex/ccosh.c [new file with mode: 0644]
lib/libm/complex/ccoshf.c [new file with mode: 0644]
lib/libm/complex/cephes_subr.c [new file with mode: 0644]
lib/libm/complex/cephes_subr.h [new file with mode: 0644]
lib/libm/complex/cephes_subrf.c [new file with mode: 0644]
lib/libm/complex/cephes_subrf.h [new file with mode: 0644]
lib/libm/complex/cexp.3 [new file with mode: 0644]
lib/libm/complex/cexp.c [new file with mode: 0644]
lib/libm/complex/cexpf.c [new file with mode: 0644]
lib/libm/complex/cimag.3 [new file with mode: 0644]
lib/libm/complex/cimag.c [new file with mode: 0644]
lib/libm/complex/cimagf.c [new file with mode: 0644]
lib/libm/complex/cimagl.c [new file with mode: 0644]
lib/libm/complex/clog.3 [new file with mode: 0644]
lib/libm/complex/clog.c [new file with mode: 0644]
lib/libm/complex/clogf.c [new file with mode: 0644]
lib/libm/complex/conj.3 [new file with mode: 0644]
lib/libm/complex/conj.c [new file with mode: 0644]
lib/libm/complex/conjf.c [new file with mode: 0644]
lib/libm/complex/conjl.c [new file with mode: 0644]
lib/libm/complex/cpow.3 [new file with mode: 0644]
lib/libm/complex/cpow.c [new file with mode: 0644]
lib/libm/complex/cpowf.c [new file with mode: 0644]
lib/libm/complex/cproj.3 [new file with mode: 0644]
lib/libm/complex/cproj.c [new file with mode: 0644]
lib/libm/complex/cprojf.c [new file with mode: 0644]
lib/libm/complex/cprojl.c [new file with mode: 0644]
lib/libm/complex/creal.3 [new file with mode: 0644]
lib/libm/complex/creal.c [new file with mode: 0644]
lib/libm/complex/crealf.c [new file with mode: 0644]
lib/libm/complex/creall.c [new file with mode: 0644]
lib/libm/complex/csin.3 [new file with mode: 0644]
lib/libm/complex/csin.c [new file with mode: 0644]
lib/libm/complex/csinf.c [new file with mode: 0644]
lib/libm/complex/csinh.3 [new file with mode: 0644]
lib/libm/complex/csinh.c [new file with mode: 0644]
lib/libm/complex/csinhf.c [new file with mode: 0644]
lib/libm/complex/csqrt.3 [new file with mode: 0644]
lib/libm/complex/csqrt.c [new file with mode: 0644]
lib/libm/complex/csqrtf.c [new file with mode: 0644]
lib/libm/complex/ctan.3 [new file with mode: 0644]
lib/libm/complex/ctan.c [new file with mode: 0644]
lib/libm/complex/ctanf.c [new file with mode: 0644]
lib/libm/complex/ctanh.3 [new file with mode: 0644]
lib/libm/complex/ctanh.c [new file with mode: 0644]
lib/libm/complex/ctanhf.c [new file with mode: 0644]
lib/libm/gen/Makefile.inc [new file with mode: 0644]
lib/libm/gen/nan.3 [new file with mode: 0644]
lib/libm/gen/nan.c [new file with mode: 0644]
lib/libm/gen/nanf.c [new file with mode: 0644]
lib/libm/gen/nanl.c [new file with mode: 0644]
lib/libm/man/Makefile.inc [new file with mode: 0644]
lib/libm/man/acos.3 [new file with mode: 0644]
lib/libm/man/acosh.3 [new file with mode: 0644]
lib/libm/man/asin.3 [new file with mode: 0644]
lib/libm/man/asinh.3 [new file with mode: 0644]
lib/libm/man/atan.3 [new file with mode: 0644]
lib/libm/man/atan2.3 [new file with mode: 0644]
lib/libm/man/atanh.3 [new file with mode: 0644]
lib/libm/man/ceil.3 [new file with mode: 0644]
lib/libm/man/cos.3 [new file with mode: 0644]
lib/libm/man/cosh.3 [new file with mode: 0644]
lib/libm/man/erf.3 [new file with mode: 0644]
lib/libm/man/exp.3 [new file with mode: 0644]
lib/libm/man/fabs.3 [new file with mode: 0644]
lib/libm/man/fdim.3 [new file with mode: 0644]
lib/libm/man/feclearexcept.3 [new file with mode: 0644]
lib/libm/man/feenableexcept.3 [new file with mode: 0644]
lib/libm/man/fegetenv.3 [new file with mode: 0644]
lib/libm/man/fegetround.3 [new file with mode: 0644]
lib/libm/man/fenv.3 [new file with mode: 0644]
lib/libm/man/floor.3 [new file with mode: 0644]
lib/libm/man/fmax.3 [new file with mode: 0644]
lib/libm/man/fmod.3 [new file with mode: 0644]
lib/libm/man/hypot.3 [new file with mode: 0644]
lib/libm/man/ieee.3 [new file with mode: 0644]
lib/libm/man/ieee_test.3 [new file with mode: 0644]
lib/libm/man/j0.3 [new file with mode: 0644]
lib/libm/man/lgamma.3 [new file with mode: 0644]
lib/libm/man/math.3 [new file with mode: 0644]
lib/libm/man/rint.3 [new file with mode: 0644]
lib/libm/man/round.3 [new file with mode: 0644]
lib/libm/man/sin.3 [new file with mode: 0644]
lib/libm/man/sinh.3 [new file with mode: 0644]
lib/libm/man/sqrt.3 [new file with mode: 0644]
lib/libm/man/tan.3 [new file with mode: 0644]
lib/libm/man/tanh.3 [new file with mode: 0644]
lib/libm/man/trunc.3 [new file with mode: 0644]
lib/libm/src/Makefile.inc [new file with mode: 0644]
lib/libm/src/e_acos.c [new file with mode: 0644]
lib/libm/src/e_acosf.c [new file with mode: 0644]
lib/libm/src/e_acosh.c [new file with mode: 0644]
lib/libm/src/e_acoshf.c [new file with mode: 0644]
lib/libm/src/e_asin.c [new file with mode: 0644]
lib/libm/src/e_asinf.c [new file with mode: 0644]
lib/libm/src/e_atan2.c [new file with mode: 0644]
lib/libm/src/e_atan2f.c [new file with mode: 0644]
lib/libm/src/e_atanh.c [new file with mode: 0644]
lib/libm/src/e_atanhf.c [new file with mode: 0644]
lib/libm/src/e_cosh.c [new file with mode: 0644]
lib/libm/src/e_coshf.c [new file with mode: 0644]
lib/libm/src/e_exp.c [new file with mode: 0644]
lib/libm/src/e_expf.c [new file with mode: 0644]
lib/libm/src/e_fmod.c [new file with mode: 0644]
lib/libm/src/e_fmodf.c [new file with mode: 0644]
lib/libm/src/e_hypot.c [new file with mode: 0644]
lib/libm/src/e_hypotf.c [new file with mode: 0644]
lib/libm/src/e_j0.c [new file with mode: 0644]
lib/libm/src/e_j0f.c [new file with mode: 0644]
lib/libm/src/e_j1.c [new file with mode: 0644]
lib/libm/src/e_j1f.c [new file with mode: 0644]
lib/libm/src/e_jn.c [new file with mode: 0644]
lib/libm/src/e_jnf.c [new file with mode: 0644]
lib/libm/src/e_lgamma_r.c [new file with mode: 0644]
lib/libm/src/e_lgammaf_r.c [new file with mode: 0644]
lib/libm/src/e_log.c [new file with mode: 0644]
lib/libm/src/e_log10.c [new file with mode: 0644]
lib/libm/src/e_log10f.c [new file with mode: 0644]
lib/libm/src/e_log2.c [new file with mode: 0644]
lib/libm/src/e_log2f.c [new file with mode: 0644]
lib/libm/src/e_logf.c [new file with mode: 0644]
lib/libm/src/e_pow.c [new file with mode: 0644]
lib/libm/src/e_powf.c [new file with mode: 0644]
lib/libm/src/e_rem_pio2.c [new file with mode: 0644]
lib/libm/src/e_rem_pio2f.c [new file with mode: 0644]
lib/libm/src/e_remainder.c [new file with mode: 0644]
lib/libm/src/e_remainderf.c [new file with mode: 0644]
lib/libm/src/e_scalb.c [new file with mode: 0644]
lib/libm/src/e_scalbf.c [new file with mode: 0644]
lib/libm/src/e_sinh.c [new file with mode: 0644]
lib/libm/src/e_sinhf.c [new file with mode: 0644]
lib/libm/src/e_sqrt.c [new file with mode: 0644]
lib/libm/src/e_sqrtf.c [new file with mode: 0644]
lib/libm/src/k_cos.c [new file with mode: 0644]
lib/libm/src/k_cosf.c [new file with mode: 0644]
lib/libm/src/k_rem_pio2.c [new file with mode: 0644]
lib/libm/src/k_rem_pio2f.c [new file with mode: 0644]
lib/libm/src/k_sin.c [new file with mode: 0644]
lib/libm/src/k_sinf.c [new file with mode: 0644]
lib/libm/src/k_tan.c [new file with mode: 0644]
lib/libm/src/k_tanf.c [new file with mode: 0644]
lib/libm/src/llrint.c [new file with mode: 0644]
lib/libm/src/llrintf.c [new file with mode: 0644]
lib/libm/src/llround.c [new file with mode: 0644]
lib/libm/src/llroundf.c [new file with mode: 0644]
lib/libm/src/lrint.c [new file with mode: 0644]
lib/libm/src/lrintf.c [new file with mode: 0644]
lib/libm/src/lround.c [new file with mode: 0644]
lib/libm/src/lroundf.c [new file with mode: 0644]
lib/libm/src/math_private.h [new file with mode: 0644]
lib/libm/src/s_asinh.c [new file with mode: 0644]
lib/libm/src/s_asinhf.c [new file with mode: 0644]
lib/libm/src/s_atan.c [new file with mode: 0644]
lib/libm/src/s_atanf.c [new file with mode: 0644]
lib/libm/src/s_cbrt.c [new file with mode: 0644]
lib/libm/src/s_cbrtf.c [new file with mode: 0644]
lib/libm/src/s_ceil.c [new file with mode: 0644]
lib/libm/src/s_ceilf.c [new file with mode: 0644]
lib/libm/src/s_copysign.c [new file with mode: 0644]
lib/libm/src/s_copysignf.c [new file with mode: 0644]
lib/libm/src/s_copysignl.c [new file with mode: 0644]
lib/libm/src/s_cos.c [new file with mode: 0644]
lib/libm/src/s_cosf.c [new file with mode: 0644]
lib/libm/src/s_erf.c [new file with mode: 0644]
lib/libm/src/s_erff.c [new file with mode: 0644]
lib/libm/src/s_expm1.c [new file with mode: 0644]
lib/libm/src/s_expm1f.c [new file with mode: 0644]
lib/libm/src/s_fabsf.c [new file with mode: 0644]
lib/libm/src/s_fdim.c [new file with mode: 0644]
lib/libm/src/s_finite.c [new file with mode: 0644]
lib/libm/src/s_finitef.c [new file with mode: 0644]
lib/libm/src/s_floor.c [new file with mode: 0644]
lib/libm/src/s_floorf.c [new file with mode: 0644]
lib/libm/src/s_fmax.c [new file with mode: 0644]
lib/libm/src/s_fmaxf.c [new file with mode: 0644]
lib/libm/src/s_fmaxl.c [new file with mode: 0644]
lib/libm/src/s_fmin.c [new file with mode: 0644]
lib/libm/src/s_fminf.c [new file with mode: 0644]
lib/libm/src/s_fminl.c [new file with mode: 0644]
lib/libm/src/s_frexpf.c [new file with mode: 0644]
lib/libm/src/s_frexpl.c [new file with mode: 0644]
lib/libm/src/s_ilogb.c [new file with mode: 0644]
lib/libm/src/s_ilogbf.c [new file with mode: 0644]
lib/libm/src/s_ldexpf.c [new file with mode: 0644]
lib/libm/src/s_log1p.c [new file with mode: 0644]
lib/libm/src/s_log1pf.c [new file with mode: 0644]
lib/libm/src/s_logb.c [new file with mode: 0644]
lib/libm/src/s_logbf.c [new file with mode: 0644]
lib/libm/src/s_modff.c [new file with mode: 0644]
lib/libm/src/s_nearbyint.c [new file with mode: 0644]
lib/libm/src/s_nextafter.c [new file with mode: 0644]
lib/libm/src/s_nextafterf.c [new file with mode: 0644]
lib/libm/src/s_rint.c [new file with mode: 0644]
lib/libm/src/s_rintf.c [new file with mode: 0644]
lib/libm/src/s_round.c [new file with mode: 0644]
lib/libm/src/s_roundf.c [new file with mode: 0644]
lib/libm/src/s_scalbn.c [new file with mode: 0644]
lib/libm/src/s_scalbnf.c [new file with mode: 0644]
lib/libm/src/s_signgam.c [new file with mode: 0644]
lib/libm/src/s_significand.c [new file with mode: 0644]
lib/libm/src/s_significandf.c [new file with mode: 0644]
lib/libm/src/s_sin.c [new file with mode: 0644]
lib/libm/src/s_sinf.c [new file with mode: 0644]
lib/libm/src/s_tan.c [new file with mode: 0644]
lib/libm/src/s_tanf.c [new file with mode: 0644]
lib/libm/src/s_tanh.c [new file with mode: 0644]
lib/libm/src/s_tanhf.c [new file with mode: 0644]
lib/libm/src/s_trunc.c [new file with mode: 0644]
lib/libm/src/s_truncf.c [new file with mode: 0644]
lib/libm/src/w_drem.c [new file with mode: 0644]
lib/libm/src/w_dremf.c [new file with mode: 0644]
lib/libm/src/w_gamma.c [new file with mode: 0644]
lib/libm/src/w_gamma_r.c [new file with mode: 0644]
lib/libm/src/w_gammaf.c [new file with mode: 0644]
lib/libm/src/w_gammaf_r.c [new file with mode: 0644]
lib/libm/src/w_lgamma.c [new file with mode: 0644]
lib/libm/src/w_lgammaf.c [new file with mode: 0644]
lib/libmagic/Makefile [new file with mode: 0644]
lib/libmagic/config.h [new file with mode: 0644]
lib/libmd/Makefile [new file with mode: 0644]
lib/libmd/i386/rmd160.S [new file with mode: 0644]
lib/libmd/i386/sha.S [new file with mode: 0644]
lib/libmd/md2.copyright [new file with mode: 0644]
lib/libmd/md2.h [new file with mode: 0644]
lib/libmd/md2c.c [new file with mode: 0644]
lib/libmd/md4.copyright [new file with mode: 0644]
lib/libmd/md4.h [new file with mode: 0644]
lib/libmd/md4c.c [new file with mode: 0644]
lib/libmd/md5.copyright [new file with mode: 0644]
lib/libmd/md5.h [new file with mode: 0644]
lib/libmd/md5c.c [new file with mode: 0644]
lib/libmd/mdX.3 [new file with mode: 0644]
lib/libmd/mdXhl.c [new file with mode: 0644]
lib/libmd/mddriver.c [new file with mode: 0644]
lib/libmd/ripemd.3 [new file with mode: 0644]
lib/libmd/ripemd.h [new file with mode: 0644]
lib/libmd/rmd160c.c [new file with mode: 0644]
lib/libmd/rmd_locl.h [new file with mode: 0644]
lib/libmd/rmdconst.h [new file with mode: 0644]
lib/libmd/rmddriver.c [new file with mode: 0644]
lib/libmd/sha.3 [new file with mode: 0644]
lib/libmd/sha.h [new file with mode: 0644]
lib/libmd/sha0c.c [new file with mode: 0644]
lib/libmd/sha1c.c [new file with mode: 0644]
lib/libmd/sha256.3 [new file with mode: 0644]
lib/libmd/sha256.h [new file with mode: 0644]
lib/libmd/sha256c.c [new file with mode: 0644]
lib/libmd/sha384.3 [new file with mode: 0644]
lib/libmd/sha512.3 [new file with mode: 0644]
lib/libmd/sha512.h [new file with mode: 0644]
lib/libmd/sha512c.c [new file with mode: 0644]
lib/libmd/sha_locl.h [new file with mode: 0644]
lib/libmd/shadriver.c [new file with mode: 0644]
lib/libmilter/Makefile [new file with mode: 0644]
lib/libncp/CREDITS [new file with mode: 0644]
lib/libncp/Makefile [new file with mode: 0644]
lib/libncp/ipx.c [new file with mode: 0644]
lib/libncp/ipxsap.h [new file with mode: 0644]
lib/libncp/ncp_mod.h [new file with mode: 0644]
lib/libncp/ncpl_bind.c [new file with mode: 0644]
lib/libncp/ncpl_conn.c [new file with mode: 0644]
lib/libncp/ncpl_crypt.c [new file with mode: 0644]
lib/libncp/ncpl_file.c [new file with mode: 0644]
lib/libncp/ncpl_misc.c [new file with mode: 0644]
lib/libncp/ncpl_msg.c [new file with mode: 0644]
lib/libncp/ncpl_net.c [new file with mode: 0644]
lib/libncp/ncpl_nls.c [new file with mode: 0644]
lib/libncp/ncpl_queue.c [new file with mode: 0644]
lib/libncp/ncpl_rcfile.c [new file with mode: 0644]
lib/libncp/ncpl_rpc.c [new file with mode: 0644]
lib/libncp/ncpl_subr.c [new file with mode: 0644]
lib/libncp/sap.c [new file with mode: 0644]
lib/libncurses/Makefile [new file with mode: 0644]
lib/libncurses/Makefile.inc [new file with mode: 0644]
lib/libncurses/include/MKterm.h.awk [new file with mode: 0644]
lib/libncurses/include/curses.head [new file with mode: 0644]
lib/libncurses/include/ncurses_cfg.h [new file with mode: 0644]
lib/libncurses/include/ncurses_dll.h [new file with mode: 0644]
lib/libncurses/include/pathnames.h [new file with mode: 0644]
lib/libncurses/include/termcap.h [new file with mode: 0644]
lib/libncurses/include/unctrl.h [new file with mode: 0644]
lib/libncurses/libform/Makefile [new file with mode: 0644]
lib/libncurses/libmenu/Makefile [new file with mode: 0644]
lib/libncurses/libncurses/Makefile [new file with mode: 0644]
lib/libncurses/libncurses/termcap.c [new file with mode: 0644]
lib/libncurses/libpanel/Makefile [new file with mode: 0644]
lib/libncurses/man/Makefile [new file with mode: 0644]
lib/libncurses/man/clear.1 [new file with mode: 0644]
lib/libncurses/man/curs_add_wch.3 [new file with mode: 0644]
lib/libncurses/man/curs_add_wchstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_addch.3 [new file with mode: 0644]
lib/libncurses/man/curs_addchstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_addstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_addwstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_attr.3 [new file with mode: 0644]
lib/libncurses/man/curs_beep.3 [new file with mode: 0644]
lib/libncurses/man/curs_bkgd.3 [new file with mode: 0644]
lib/libncurses/man/curs_bkgrnd.3 [new file with mode: 0644]
lib/libncurses/man/curs_border.3 [new file with mode: 0644]
lib/libncurses/man/curs_border_set.3 [new file with mode: 0644]
lib/libncurses/man/curs_clear.3 [new file with mode: 0644]
lib/libncurses/man/curs_color.3 [new file with mode: 0644]
lib/libncurses/man/curs_delch.3 [new file with mode: 0644]
lib/libncurses/man/curs_deleteln.3 [new file with mode: 0644]
lib/libncurses/man/curs_extend.3 [new file with mode: 0644]
lib/libncurses/man/curs_get_wch.3 [new file with mode: 0644]
lib/libncurses/man/curs_get_wstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_getcchar.3 [new file with mode: 0644]
lib/libncurses/man/curs_getch.3 [new file with mode: 0644]
lib/libncurses/man/curs_getstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_getyx.3 [new file with mode: 0644]
lib/libncurses/man/curs_in_wch.3 [new file with mode: 0644]
lib/libncurses/man/curs_in_wchstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_inch.3 [new file with mode: 0644]
lib/libncurses/man/curs_inchstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_initscr.3 [new file with mode: 0644]
lib/libncurses/man/curs_inopts.3 [new file with mode: 0644]
lib/libncurses/man/curs_ins_wch.3 [new file with mode: 0644]
lib/libncurses/man/curs_ins_wstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_insch.3 [new file with mode: 0644]
lib/libncurses/man/curs_insstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_instr.3 [new file with mode: 0644]
lib/libncurses/man/curs_inwstr.3 [new file with mode: 0644]
lib/libncurses/man/curs_kernel.3 [new file with mode: 0644]
lib/libncurses/man/curs_legacy.3 [new file with mode: 0644]
lib/libncurses/man/curs_memleaks.3 [new file with mode: 0644]
lib/libncurses/man/curs_mouse.3 [new file with mode: 0644]
lib/libncurses/man/curs_move.3 [new file with mode: 0644]
lib/libncurses/man/curs_opaque.3 [new file with mode: 0644]
lib/libncurses/man/curs_outopts.3 [new file with mode: 0644]
lib/libncurses/man/curs_overlay.3 [new file with mode: 0644]
lib/libncurses/man/curs_pad.3 [new file with mode: 0644]
lib/libncurses/man/curs_print.3 [new file with mode: 0644]
lib/libncurses/man/curs_printw.3 [new file with mode: 0644]
lib/libncurses/man/curs_refresh.3 [new file with mode: 0644]
lib/libncurses/man/curs_scanw.3 [new file with mode: 0644]
lib/libncurses/man/curs_scr_dump.3 [new file with mode: 0644]
lib/libncurses/man/curs_scroll.3 [new file with mode: 0644]
lib/libncurses/man/curs_slk.3 [new file with mode: 0644]
lib/libncurses/man/curs_termattrs.3 [new file with mode: 0644]
lib/libncurses/man/curs_termcap.3 [new file with mode: 0644]
lib/libncurses/man/curs_terminfo.3 [new file with mode: 0644]
lib/libncurses/man/curs_threads.3 [new file with mode: 0644]
lib/libncurses/man/curs_touch.3 [new file with mode: 0644]
lib/libncurses/man/curs_trace.3 [new file with mode: 0644]
lib/libncurses/man/curs_util.3 [new file with mode: 0644]
lib/libncurses/man/curs_window.3 [new file with mode: 0644]
lib/libncurses/man/default_colors.3 [new file with mode: 0644]
lib/libncurses/man/define_key.3 [new file with mode: 0644]
lib/libncurses/man/form.3 [new file with mode: 0644]
lib/libncurses/man/form_cursor.3 [new file with mode: 0644]
lib/libncurses/man/form_data.3 [new file with mode: 0644]
lib/libncurses/man/form_driver.3 [new file with mode: 0644]
lib/libncurses/man/form_field.3 [new file with mode: 0644]
lib/libncurses/man/form_field_attributes.3 [new file with mode: 0644]
lib/libncurses/man/form_field_buffer.3 [new file with mode: 0644]
lib/libncurses/man/form_field_info.3 [new file with mode: 0644]
lib/libncurses/man/form_field_just.3 [new file with mode: 0644]
lib/libncurses/man/form_field_new.3 [new file with mode: 0644]
lib/libncurses/man/form_field_opts.3 [new file with mode: 0644]
lib/libncurses/man/form_field_userptr.3 [new file with mode: 0644]
lib/libncurses/man/form_field_validation.3 [new file with mode: 0644]
lib/libncurses/man/form_fieldtype.3 [new file with mode: 0644]
lib/libncurses/man/form_hook.3 [new file with mode: 0644]
lib/libncurses/man/form_new.3 [new file with mode: 0644]
lib/libncurses/man/form_new_page.3 [new file with mode: 0644]
lib/libncurses/man/form_opts.3 [new file with mode: 0644]
lib/libncurses/man/form_page.3 [new file with mode: 0644]
lib/libncurses/man/form_post.3 [new file with mode: 0644]
lib/libncurses/man/form_requestname.3 [new file with mode: 0644]
lib/libncurses/man/form_userptr.3 [new file with mode: 0644]
lib/libncurses/man/form_win.3 [new file with mode: 0644]
lib/libncurses/man/key_defined.3 [new file with mode: 0644]
lib/libncurses/man/keybound.3 [new file with mode: 0644]
lib/libncurses/man/keyok.3 [new file with mode: 0644]
lib/libncurses/man/legacy_coding.3 [new file with mode: 0644]
lib/libncurses/man/menu.3 [new file with mode: 0644]
lib/libncurses/man/menu_attributes.3 [new file with mode: 0644]
lib/libncurses/man/menu_cursor.3 [new file with mode: 0644]
lib/libncurses/man/menu_driver.3 [new file with mode: 0644]
lib/libncurses/man/menu_format.3 [new file with mode: 0644]
lib/libncurses/man/menu_hook.3 [new file with mode: 0644]
lib/libncurses/man/menu_items.3 [new file with mode: 0644]
lib/libncurses/man/menu_mark.3 [new file with mode: 0644]
lib/libncurses/man/menu_new.3 [new file with mode: 0644]
lib/libncurses/man/menu_opts.3 [new file with mode: 0644]
lib/libncurses/man/menu_pattern.3 [new file with mode: 0644]
lib/libncurses/man/menu_post.3 [new file with mode: 0644]
lib/libncurses/man/menu_requestname.3 [new file with mode: 0644]
lib/libncurses/man/menu_spacing.3 [new file with mode: 0644]
lib/libncurses/man/menu_userptr.3 [new file with mode: 0644]
lib/libncurses/man/menu_win.3 [new file with mode: 0644]
lib/libncurses/man/mitem_current.3 [new file with mode: 0644]
lib/libncurses/man/mitem_name.3 [new file with mode: 0644]
lib/libncurses/man/mitem_new.3 [new file with mode: 0644]
lib/libncurses/man/mitem_opts.3 [new file with mode: 0644]
lib/libncurses/man/mitem_userptr.3 [new file with mode: 0644]
lib/libncurses/man/mitem_value.3 [new file with mode: 0644]
lib/libncurses/man/mitem_visible.3 [new file with mode: 0644]
lib/libncurses/man/ncurses.3 [new file with mode: 0644]
lib/libncurses/man/panel.3 [new file with mode: 0644]
lib/libncurses/man/resizeterm.3 [new file with mode: 0644]
lib/libncurses/man/term.5 [new file with mode: 0644]
lib/libncurses/man/term.7 [new file with mode: 0644]
lib/libncurses/man/terminfo.5 [new file with mode: 0644]
lib/libncurses/man/tput.1 [new file with mode: 0644]
lib/libncurses/man/tset.1 [new file with mode: 0644]
lib/libncurses/man/wresize.3 [new file with mode: 0644]
lib/libnetgraph/Makefile [new file with mode: 0644]
lib/libnetgraph/debug.c [new file with mode: 0644]
lib/libnetgraph/internal.h [new file with mode: 0644]
lib/libnetgraph/msg.c [new file with mode: 0644]
lib/libnetgraph/netgraph.3 [new file with mode: 0644]
lib/libnetgraph/netgraph.h [new file with mode: 0644]
lib/libnetgraph/sock.c [new file with mode: 0644]
lib/libopie/Makefile [new file with mode: 0644]
lib/libopie/config.h [new file with mode: 0644]
lib/libopie/opieextra.c [new file with mode: 0644]
lib/libopie/readpass.c.patch [new file with mode: 0644]
lib/libpam/Makefile [new file with mode: 0644]
lib/libpam/pam_debug_log.c [new file with mode: 0644]
lib/libpam/pam_mod_misc.h [new file with mode: 0644]
lib/libpam/patches/openpam_configure.c.patch [new file with mode: 0644]
lib/libpam/patches/openpam_ttyconv.c.patch [new file with mode: 0644]
lib/libpcap/Makefile [new file with mode: 0644]
lib/libpcap/config.h [new file with mode: 0644]
lib/libposix1e/Makefile [new file with mode: 0644]
lib/libposix1e/acl.3 [new file with mode: 0644]
lib/libposix1e/acl_delete.3 [new file with mode: 0644]
lib/libposix1e/acl_delete.c [new file with mode: 0644]
lib/libposix1e/acl_dup.3 [new file with mode: 0644]
lib/libposix1e/acl_free.3 [new file with mode: 0644]
lib/libposix1e/acl_free.c [new file with mode: 0644]
lib/libposix1e/acl_from_text.3 [new file with mode: 0644]
lib/libposix1e/acl_from_text.c [new file with mode: 0644]
lib/libposix1e/acl_get.3 [new file with mode: 0644]
lib/libposix1e/acl_get.c [new file with mode: 0644]
lib/libposix1e/acl_init.3 [new file with mode: 0644]
lib/libposix1e/acl_init.c [new file with mode: 0644]
lib/libposix1e/acl_set.3 [new file with mode: 0644]
lib/libposix1e/acl_set.c [new file with mode: 0644]
lib/libposix1e/acl_support.c [new file with mode: 0644]
lib/libposix1e/acl_support.h [new file with mode: 0644]
lib/libposix1e/acl_to_text.3 [new file with mode: 0644]
lib/libposix1e/acl_to_text.c [new file with mode: 0644]
lib/libposix1e/acl_valid.3 [new file with mode: 0644]
lib/libposix1e/acl_valid.c [new file with mode: 0644]
lib/libposix1e/posix1e.3 [new file with mode: 0644]
lib/libprop/Makefile [new file with mode: 0644]
lib/libprop/prop_array.3 [new file with mode: 0644]
lib/libprop/prop_array_util.3 [new file with mode: 0644]
lib/libprop/prop_bool.3 [new file with mode: 0644]
lib/libprop/prop_data.3 [new file with mode: 0644]
lib/libprop/prop_dictionary.3 [new file with mode: 0644]
lib/libprop/prop_dictionary_util.3 [new file with mode: 0644]
lib/libprop/prop_ingest.3 [new file with mode: 0644]
lib/libprop/prop_number.3 [new file with mode: 0644]
lib/libprop/prop_object.3 [new file with mode: 0644]
lib/libprop/prop_send_ioctl.3 [new file with mode: 0644]
lib/libprop/prop_send_syscall.3 [new file with mode: 0644]
lib/libprop/prop_string.3 [new file with mode: 0644]
lib/libprop/proplib.3 [new file with mode: 0644]
lib/libpthread/Makefile [new file with mode: 0644]
lib/libpthread/dummy.c [new file with mode: 0644]
lib/libpthread/pthread.3 [new file with mode: 0644]
lib/libpthread/pthread_atfork.3 [new file with mode: 0644]
lib/libpthread/pthread_attr.3 [new file with mode: 0644]
lib/libpthread/pthread_attr_get_np.3 [new file with mode: 0644]
lib/libpthread/pthread_attr_setcreatesuspend_np.3 [new file with mode: 0644]
lib/libpthread/pthread_barrier_destroy.3 [new file with mode: 0644]
lib/libpthread/pthread_barrierattr.3 [new file with mode: 0644]
lib/libpthread/pthread_cancel.3 [new file with mode: 0644]
lib/libpthread/pthread_cleanup_pop.3 [new file with mode: 0644]
lib/libpthread/pthread_cleanup_push.3 [new file with mode: 0644]
lib/libpthread/pthread_cond_broadcast.3 [new file with mode: 0644]
lib/libpthread/pthread_cond_destroy.3 [new file with mode: 0644]
lib/libpthread/pthread_cond_init.3 [new file with mode: 0644]
lib/libpthread/pthread_cond_signal.3 [new file with mode: 0644]
lib/libpthread/pthread_cond_timedwait.3 [new file with mode: 0644]
lib/libpthread/pthread_cond_wait.3 [new file with mode: 0644]
lib/libpthread/pthread_condattr.3 [new file with mode: 0644]
lib/libpthread/pthread_create.3 [new file with mode: 0644]
lib/libpthread/pthread_detach.3 [new file with mode: 0644]
lib/libpthread/pthread_equal.3 [new file with mode: 0644]
lib/libpthread/pthread_exit.3 [new file with mode: 0644]
lib/libpthread/pthread_getconcurrency.3 [new file with mode: 0644]
lib/libpthread/pthread_getspecific.3 [new file with mode: 0644]
lib/libpthread/pthread_join.3 [new file with mode: 0644]
lib/libpthread/pthread_key_create.3 [new file with mode: 0644]
lib/libpthread/pthread_key_delete.3 [new file with mode: 0644]
lib/libpthread/pthread_kill.3 [new file with mode: 0644]
lib/libpthread/pthread_main_np.3 [new file with mode: 0644]
lib/libpthread/pthread_multi_np.3 [new file with mode: 0644]
lib/libpthread/pthread_mutex_destroy.3 [new file with mode: 0644]
lib/libpthread/pthread_mutex_init.3 [new file with mode: 0644]
lib/libpthread/pthread_mutex_lock.3 [new file with mode: 0644]
lib/libpthread/pthread_mutex_timedlock.3 [new file with mode: 0644]
lib/libpthread/pthread_mutex_trylock.3 [new file with mode: 0644]
lib/libpthread/pthread_mutex_unlock.3 [new file with mode: 0644]
lib/libpthread/pthread_mutexattr.3 [new file with mode: 0644]
lib/libpthread/pthread_mutexattr_getkind_np.3 [new file with mode: 0644]
lib/libpthread/pthread_once.3 [new file with mode: 0644]
lib/libpthread/pthread_resume_all_np.3 [new file with mode: 0644]
lib/libpthread/pthread_resume_np.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_destroy.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_init.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_rdlock.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_timedrdlock.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_timedwrlock.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_unlock.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlock_wrlock.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlockattr_destroy.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlockattr_getpshared.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlockattr_init.3 [new file with mode: 0644]
lib/libpthread/pthread_rwlockattr_setpshared.3 [new file with mode: 0644]
lib/libpthread/pthread_schedparam.3 [new file with mode: 0644]
lib/libpthread/pthread_self.3 [new file with mode: 0644]
lib/libpthread/pthread_set_name_np.3 [new file with mode: 0644]
lib/libpthread/pthread_setspecific.3 [new file with mode: 0644]
lib/libpthread/pthread_sigmask.3 [new file with mode: 0644]
lib/libpthread/pthread_spin_init.3 [new file with mode: 0644]
lib/libpthread/pthread_spin_lock.3 [new file with mode: 0644]
lib/libpthread/pthread_suspend_all_np.3 [new file with mode: 0644]
lib/libpthread/pthread_suspend_np.3 [new file with mode: 0644]
lib/libpthread/pthread_switch_add_np.3 [new file with mode: 0644]
lib/libpthread/pthread_testcancel.3 [new file with mode: 0644]
lib/libpthread/pthread_yield.3 [new file with mode: 0644]
lib/libpthread/sem_destroy.3 [new file with mode: 0644]
lib/libpthread/sem_getvalue.3 [new file with mode: 0644]
lib/libpthread/sem_init.3 [new file with mode: 0644]
lib/libpthread/sem_open.3 [new file with mode: 0644]
lib/libpthread/sem_post.3 [new file with mode: 0644]
lib/libpthread/sem_wait.3 [new file with mode: 0644]
lib/libpthread/sigwait.3 [new file with mode: 0644]
lib/libradius/Makefile [new file with mode: 0644]
lib/libradius/libradius.3 [new file with mode: 0644]
lib/libradius/radius.conf.5 [new file with mode: 0644]
lib/libradius/radlib.c [new file with mode: 0644]
lib/libradius/radlib.h [new file with mode: 0644]
lib/libradius/radlib_private.h [new file with mode: 0644]
lib/libradius/radlib_vs.h [new file with mode: 0644]
lib/librpcsvc/Makefile [new file with mode: 0644]
lib/librpcsvc/rnusers.c [new file with mode: 0644]
lib/librpcsvc/rstat.c [new file with mode: 0644]
lib/librpcsvc/rwall.c [new file with mode: 0644]
lib/librpcsvc/secretkey.c [new file with mode: 0644]
lib/librpcsvc/xcrypt.c [new file with mode: 0644]
lib/librpcsvc/yp_passwd.c [new file with mode: 0644]
lib/librpcsvc/yp_update.c [new file with mode: 0644]
lib/librt/Makefile [new file with mode: 0644]
lib/librt/aio.c [new file with mode: 0644]
lib/librt/mq.c [new file with mode: 0644]
lib/librt/mq_close.2 [new file with mode: 0644]
lib/librt/mq_getattr.2 [new file with mode: 0644]
lib/librt/mq_notify.2 [new file with mode: 0644]
lib/librt/mq_open.2 [new file with mode: 0644]
lib/librt/mq_receive.2 [new file with mode: 0644]
lib/librt/mq_send.2 [new file with mode: 0644]
lib/librt/mq_setattr.2 [new file with mode: 0644]
lib/librt/mq_unlink.2 [new file with mode: 0644]
lib/libsbuf/Makefile [new file with mode: 0644]
lib/libsctp/Makefile [new file with mode: 0644]
lib/libsctp/sctp_sys_calls.c [new file with mode: 0644]
lib/libsdp/Makefile [new file with mode: 0644]
lib/libsdp/sdp-int.h [new file with mode: 0644]
lib/libsdp/sdp.3 [new file with mode: 0644]
lib/libsdp/sdp.h [new file with mode: 0644]
lib/libsdp/search.c [new file with mode: 0644]
lib/libsdp/service.c [new file with mode: 0644]
lib/libsdp/session.c [new file with mode: 0644]
lib/libsdp/util.c [new file with mode: 0644]
lib/libsm/Makefile [new file with mode: 0644]
lib/libsmb/Makefile [new file with mode: 0644]
lib/libsmdb/Makefile [new file with mode: 0644]
lib/libsmutil/Makefile [new file with mode: 0644]
lib/libstand/Makefile [new file with mode: 0644]
lib/libstand/__main.c [new file with mode: 0644]
lib/libstand/arp.c [new file with mode: 0644]
lib/libstand/assert.c [new file with mode: 0644]
lib/libstand/bcd.c [new file with mode: 0644]
lib/libstand/bootp.c [new file with mode: 0644]
lib/libstand/bootp.h [new file with mode: 0644]
lib/libstand/bootparam.c [new file with mode: 0644]
lib/libstand/bootparam.h [new file with mode: 0644]
lib/libstand/bswap.c [new file with mode: 0644]
lib/libstand/bzipfs.c [new file with mode: 0644]
lib/libstand/bzlib.c.diff [new file with mode: 0644]
lib/libstand/cd9660.c [new file with mode: 0644]
lib/libstand/close.c [new file with mode: 0644]
lib/libstand/closeall.c [new file with mode: 0644]
lib/libstand/dev.c [new file with mode: 0644]
lib/libstand/dosfs.c [new file with mode: 0644]
lib/libstand/dosfs.h [new file with mode: 0644]
lib/libstand/environment.c [new file with mode: 0644]
lib/libstand/ether.c [new file with mode: 0644]
lib/libstand/ext2fs.c [new file with mode: 0644]
lib/libstand/fstat.c [new file with mode: 0644]
lib/libstand/getopt.c [new file with mode: 0644]
lib/libstand/gets.c [new file with mode: 0644]
lib/libstand/globals.c [new file with mode: 0644]
lib/libstand/gzipfs.c [new file with mode: 0644]
lib/libstand/hammerread.c [new file with mode: 0644]
lib/libstand/i386/_setjmp.S [new file with mode: 0644]
lib/libstand/if_ether.h [new file with mode: 0644]
lib/libstand/in_cksum.c [new file with mode: 0644]
lib/libstand/inet_ntoa.c [new file with mode: 0644]
lib/libstand/ioctl.c [new file with mode: 0644]
lib/libstand/iodesc.h [new file with mode: 0644]
lib/libstand/libstand.3 [new file with mode: 0644]
lib/libstand/lseek.c [new file with mode: 0644]
lib/libstand/net.c [new file with mode: 0644]
lib/libstand/net.h [new file with mode: 0644]
lib/libstand/netif.c [new file with mode: 0644]
lib/libstand/netif.h [new file with mode: 0644]
lib/libstand/nfs.c [new file with mode: 0644]
lib/libstand/nfsv2.h [new file with mode: 0644]
lib/libstand/nullfs.c [new file with mode: 0644]
lib/libstand/open.c [new file with mode: 0644]
lib/libstand/pager.c [new file with mode: 0644]
lib/libstand/printf.c [new file with mode: 0644]
lib/libstand/qdivrem.c [new file with mode: 0644]
lib/libstand/quad.h [new file with mode: 0644]
lib/libstand/random.c [new file with mode: 0644]
lib/libstand/rarp.c [new file with mode: 0644]
lib/libstand/read.c [new file with mode: 0644]
lib/libstand/readdir.c [new file with mode: 0644]
lib/libstand/rpc.c [new file with mode: 0644]
lib/libstand/rpc.h [new file with mode: 0644]
lib/libstand/rpcv2.h [new file with mode: 0644]
lib/libstand/saioctl.h [new file with mode: 0644]
lib/libstand/sbrk.c [new file with mode: 0644]
lib/libstand/splitfs.c [new file with mode: 0644]
lib/libstand/stand.h [new file with mode: 0644]
lib/libstand/stat.c [new file with mode: 0644]
lib/libstand/strcasecmp.c [new file with mode: 0644]
lib/libstand/strdup.c [new file with mode: 0644]
lib/libstand/strerror.c [new file with mode: 0644]
lib/libstand/strtol.c [new file with mode: 0644]
lib/libstand/tftp.c [new file with mode: 0644]
lib/libstand/tftp.h [new file with mode: 0644]
lib/libstand/twiddle.c [new file with mode: 0644]
lib/libstand/udp.c [new file with mode: 0644]
lib/libstand/ufs.c [new file with mode: 0644]
lib/libstand/write.c [new file with mode: 0644]
lib/libstand/zalloc.c [new file with mode: 0644]
lib/libstand/zalloc_defs.h [new file with mode: 0644]
lib/libstand/zalloc_malloc.c [new file with mode: 0644]
lib/libstand/zalloc_mem.h [new file with mode: 0644]
lib/libstand/zalloc_protos.h [new file with mode: 0644]
lib/libstand/zipfs.c [new file with mode: 0644]
lib/libsys/README [new file with mode: 0644]
lib/libsys/abi/basetypes.h [new file with mode: 0644]
lib/libsys/abi/syscalls_1_2_0.conf [new file with mode: 0644]
lib/libsys/abi/types_1_2_0.h [new file with mode: 0644]
lib/libsys/genhooks/Makefile [new file with mode: 0644]
lib/libsys/genhooks/defs.h [new file with mode: 0644]
lib/libsys/genhooks/genhooks.c [new file with mode: 0644]
lib/libsys/genhooks/lex.c [new file with mode: 0644]
lib/libsys/genhooks/output_i386.c [new file with mode: 0644]
lib/libsys/genhooks/parse.c [new file with mode: 0644]
lib/libtacplus/Makefile [new file with mode: 0644]
lib/libtacplus/libtacplus.3 [new file with mode: 0644]
lib/libtacplus/taclib.c [new file with mode: 0644]
lib/libtacplus/taclib.h [new file with mode: 0644]
lib/libtacplus/taclib_private.h [new file with mode: 0644]
lib/libtacplus/tacplus.conf.5 [new file with mode: 0644]
lib/libtcplay/Makefile [new file with mode: 0644]
lib/libtcplay/crc32.c [new file with mode: 0644]
lib/libtcplay/crc32.h [new file with mode: 0644]
lib/libtcplay/crypto-dev.c [new file with mode: 0644]
lib/libtcplay/crypto.c [new file with mode: 0644]
lib/libtcplay/generic_xts.c [new file with mode: 0644]
lib/libtcplay/generic_xts.h [new file with mode: 0644]
lib/libtcplay/hdr.c [new file with mode: 0644]
lib/libtcplay/humanize.c [new file with mode: 0644]
lib/libtcplay/humanize.h [new file with mode: 0644]
lib/libtcplay/io.c [new file with mode: 0644]
lib/libtcplay/pbkdf2-openssl.c [new file with mode: 0644]
lib/libtcplay/safe_mem.c [new file with mode: 0644]
lib/libtcplay/tcplay.3 [new file with mode: 0644]
lib/libtcplay/tcplay.c [new file with mode: 0644]
lib/libtcplay/tcplay.h [new file with mode: 0644]
lib/libtcplay/tcplay.map [new file with mode: 0644]
lib/libtcplay/tcplay_api.c [new file with mode: 0644]
lib/libtcplay/tcplay_api.h [new file with mode: 0644]
lib/libtcplay/tcplay_api_test.c [new file with mode: 0644]
lib/libtelnet/Makefile [new file with mode: 0644]
lib/libtelnet/auth-proto.h [new file with mode: 0644]
lib/libtelnet/auth.c [new file with mode: 0644]
lib/libtelnet/auth.h [new file with mode: 0644]
lib/libtelnet/enc-proto.h [new file with mode: 0644]
lib/libtelnet/enc_des.c [new file with mode: 0644]
lib/libtelnet/encrypt.c [new file with mode: 0644]
lib/libtelnet/encrypt.h [new file with mode: 0644]
lib/libtelnet/genget.c [new file with mode: 0644]
lib/libtelnet/getent.c [new file with mode: 0644]
lib/libtelnet/kerberos5.c [new file with mode: 0644]
lib/libtelnet/key-proto.h [new file with mode: 0644]
lib/libtelnet/krb4encpwd.c [new file with mode: 0644]
lib/libtelnet/misc-proto.h [new file with mode: 0644]
lib/libtelnet/misc.c [new file with mode: 0644]
lib/libtelnet/misc.h [new file with mode: 0644]
lib/libtelnet/pk.c [new file with mode: 0644]
lib/libtelnet/pk.h [new file with mode: 0644]
lib/libtelnet/read_password.c [new file with mode: 0644]
lib/libtelnet/rsaencpwd.c [new file with mode: 0644]
lib/libtelnet/sra.c [new file with mode: 0644]
lib/libthread_db/Makefile [new file with mode: 0644]
lib/libthread_db/libthread_xu.c [new file with mode: 0644]
lib/libthread_db/thread_db.c [new file with mode: 0644]
lib/libthread_db/thread_db.h [new file with mode: 0644]
lib/libthread_db/thread_db_int.h [new file with mode: 0644]
lib/libthread_xu/Makefile [new file with mode: 0644]
lib/libthread_xu/arch/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/i386/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/i386/i386/_umtx_sleep_wakeup_err.S [new file with mode: 0644]
lib/libthread_xu/arch/i386/i386/pthread_md.c [new file with mode: 0644]
lib/libthread_xu/arch/i386/include/pthread_md.h [new file with mode: 0644]
lib/libthread_xu/arch/x86_64/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/arch/x86_64/include/pthread_md.h [new file with mode: 0644]
lib/libthread_xu/arch/x86_64/x86_64/_umtx_sleep_wakeup_err.S [new file with mode: 0644]
lib/libthread_xu/arch/x86_64/x86_64/pthread_md.c [new file with mode: 0644]
lib/libthread_xu/pthread.map [new file with mode: 0644]
lib/libthread_xu/thread/Makefile.inc [new file with mode: 0644]
lib/libthread_xu/thread/thr_attr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_barrier.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_barrierattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_cancel.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_clean.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_concurrency.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_cond.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_condattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_create.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_detach.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_equal.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_event.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_exit.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_fork.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_getprio.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_getschedparam.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_info.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_init.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_join.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_kern.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_kill.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_list.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_main_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_multi_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutex.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutex_prioceiling.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutex_protocol.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_mutexattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_once.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_printf.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_private.h [new file with mode: 0644]
lib/libthread_xu/thread/thr_pspinlock.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_resume_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_rtld.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_rwlock.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_rwlockattr.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_self.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_sem.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_setprio.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_setschedparam.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_sig.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_single_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_spec.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_spinlock.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_stack.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_suspend_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_switch_np.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_symbols.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_syscalls.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_umtx.c [new file with mode: 0644]
lib/libthread_xu/thread/thr_umtx.h [new file with mode: 0644]
lib/libthread_xu/thread/thr_yield.c [new file with mode: 0644]
lib/libusbhid/Makefile [new file with mode: 0644]
lib/libusbhid/data.c [new file with mode: 0644]
lib/libusbhid/descr.c [new file with mode: 0644]
lib/libusbhid/parse.c [new file with mode: 0644]
lib/libusbhid/usage.c [new file with mode: 0644]
lib/libusbhid/usbhid.3 [new file with mode: 0644]
lib/libusbhid/usbhid.h [new file with mode: 0644]
lib/libusbhid/usbvar.h [new file with mode: 0644]
lib/libutil/Makefile [new file with mode: 0644]
lib/libutil/_secure_path.3 [new file with mode: 0644]
lib/libutil/_secure_path.c [new file with mode: 0644]
lib/libutil/auth.3 [new file with mode: 0644]
lib/libutil/auth.c [new file with mode: 0644]
lib/libutil/auth.conf.5 [new file with mode: 0644]
lib/libutil/dehumanize_number.c [new file with mode: 0644]
lib/libutil/efun.3 [new file with mode: 0644]
lib/libutil/efun.c [new file with mode: 0644]
lib/libutil/flopen.3 [new file with mode: 0644]
lib/libutil/flopen.c [new file with mode: 0644]
lib/libutil/fparseln.3 [new file with mode: 0644]
lib/libutil/fparseln.c [new file with mode: 0644]
lib/libutil/humanize_number.3 [new file with mode: 0644]
lib/libutil/humanize_number.c [new file with mode: 0644]
lib/libutil/humanize_unsigned.3 [new file with mode: 0644]
lib/libutil/humanize_unsigned.c [new file with mode: 0644]
lib/libutil/libutil.h [new file with mode: 0644]
lib/libutil/login.3 [new file with mode: 0644]
lib/libutil/login.c [new file with mode: 0644]
lib/libutil/login.conf.5 [new file with mode: 0644]
lib/libutil/login_auth.3 [new file with mode: 0644]
lib/libutil/login_auth.c [new file with mode: 0644]
lib/libutil/login_cap.3 [new file with mode: 0644]
lib/libutil/login_cap.c [new file with mode: 0644]
lib/libutil/login_cap.h [new file with mode: 0644]
lib/libutil/login_class.3 [new file with mode: 0644]
lib/libutil/login_class.c [new file with mode: 0644]
lib/libutil/login_crypt.c [new file with mode: 0644]
lib/libutil/login_ok.3 [new file with mode: 0644]
lib/libutil/login_ok.c [new file with mode: 0644]
lib/libutil/login_times.3 [new file with mode: 0644]
lib/libutil/login_times.c [new file with mode: 0644]
lib/libutil/login_tty.3 [new file with mode: 0644]
lib/libutil/login_tty.c [new file with mode: 0644]
lib/libutil/loginx.3 [new file with mode: 0644]
lib/libutil/loginx.c [new file with mode: 0644]
lib/libutil/logout.3 [new file with mode: 0644]
lib/libutil/logout.c [new file with mode: 0644]
lib/libutil/logoutx.c [new file with mode: 0644]
lib/libutil/logwtmp.3 [new file with mode: 0644]
lib/libutil/logwtmp.c [new file with mode: 0644]
lib/libutil/logwtmpx.c [new file with mode: 0644]
lib/libutil/pidfile.3 [new file with mode: 0644]
lib/libutil/pidfile.c [new file with mode: 0644]
lib/libutil/property.3 [new file with mode: 0644]
lib/libutil/property.c [new file with mode: 0644]
lib/libutil/pty.3 [new file with mode: 0644]
lib/libutil/pty.c [new file with mode: 0644]
lib/libutil/pw_util.c [new file with mode: 0644]
lib/libutil/realhostname.3 [new file with mode: 0644]
lib/libutil/realhostname.c [new file with mode: 0644]
lib/libutil/realhostname_sa.3 [new file with mode: 0644]
lib/libutil/stub.c [new file with mode: 0644]
lib/libutil/trimdomain.3 [new file with mode: 0644]
lib/libutil/trimdomain.c [new file with mode: 0644]
lib/libutil/uucplock.3 [new file with mode: 0644]
lib/libutil/uucplock.c [new file with mode: 0644]
lib/libvgl/Makefile [new file with mode: 0644]
lib/libvgl/bitmap.c [new file with mode: 0644]
lib/libvgl/keyboard.c [new file with mode: 0644]
lib/libvgl/main.c [new file with mode: 0644]
lib/libvgl/mouse.c [new file with mode: 0644]
lib/libvgl/simple.c [new file with mode: 0644]
lib/libvgl/text.c [new file with mode: 0644]
lib/libvgl/vgl.3 [new file with mode: 0644]
lib/libvgl/vgl.h [new file with mode: 0644]
lib/libwrap/Makefile [new file with mode: 0644]
lib/libwrap/libvars.c [new file with mode: 0644]
lib/libxpg4/Makefile [new file with mode: 0644]
lib/libxpg4/fakelib.c [new file with mode: 0644]
lib/liby/Makefile [new file with mode: 0644]
lib/liby/main.c [new file with mode: 0644]
lib/liby/yyerror.c [new file with mode: 0644]
lib/libypclnt/Makefile [new file with mode: 0644]
lib/libypclnt/ypclnt.h [new file with mode: 0644]
lib/libypclnt/ypclnt_connect.c [new file with mode: 0644]
lib/libypclnt/ypclnt_error.c [new file with mode: 0644]
lib/libypclnt/ypclnt_free.c [new file with mode: 0644]
lib/libypclnt/ypclnt_get.c [new file with mode: 0644]
lib/libypclnt/ypclnt_new.c [new file with mode: 0644]
lib/libypclnt/ypclnt_passwd.c [new file with mode: 0644]
lib/libz/Makefile [new file with mode: 0644]
lib/libz/Makefile.stand [new file with mode: 0644]
lib/libz/zopen.c [new file with mode: 0644]
lib/pam_module/Makefile [new file with mode: 0644]
lib/pam_module/Makefile.inc [new file with mode: 0644]
lib/pam_module/Makefile.shlib [new file with mode: 0644]
lib/pam_module/pam_chroot/Makefile [new file with mode: 0644]
lib/pam_module/pam_chroot/pam_chroot.8 [new file with mode: 0644]
lib/pam_module/pam_chroot/pam_chroot.c [new file with mode: 0644]
lib/pam_module/pam_deny/Makefile [new file with mode: 0644]
lib/pam_module/pam_deny/pam_deny.8 [new file with mode: 0644]
lib/pam_module/pam_deny/pam_deny.c [new file with mode: 0644]
lib/pam_module/pam_echo/Makefile [new file with mode: 0644]
lib/pam_module/pam_echo/pam_echo.8 [new file with mode: 0644]
lib/pam_module/pam_echo/pam_echo.c [new file with mode: 0644]
lib/pam_module/pam_exec/Makefile [new file with mode: 0644]
lib/pam_module/pam_exec/pam_exec.8 [new file with mode: 0644]
lib/pam_module/pam_exec/pam_exec.c [new file with mode: 0644]
lib/pam_module/pam_ftpusers/Makefile [new file with mode: 0644]
lib/pam_module/pam_ftpusers/pam_ftpusers.8 [new file with mode: 0644]
lib/pam_module/pam_ftpusers/pam_ftpusers.c [new file with mode: 0644]
lib/pam_module/pam_group/Makefile [new file with mode: 0644]
lib/pam_module/pam_group/pam_group.8 [new file with mode: 0644]
lib/pam_module/pam_group/pam_group.c [new file with mode: 0644]
lib/pam_module/pam_guest/Makefile [new file with mode: 0644]
lib/pam_module/pam_guest/pam_guest.8 [new file with mode: 0644]
lib/pam_module/pam_guest/pam_guest.c [new file with mode: 0644]
lib/pam_module/pam_krb5/Makefile [new file with mode: 0644]
lib/pam_module/pam_krb5/pam_krb5.8 [new file with mode: 0644]
lib/pam_module/pam_krb5/pam_krb5.c [new file with mode: 0644]
lib/pam_module/pam_ksu/Makefile [new file with mode: 0644]
lib/pam_module/pam_ksu/pam_ksu.8 [new file with mode: 0644]
lib/pam_module/pam_ksu/pam_ksu.c [new file with mode: 0644]
lib/pam_module/pam_lastlog/Makefile [new file with mode: 0644]
lib/pam_module/pam_lastlog/pam_lastlog.8 [new file with mode: 0644]
lib/pam_module/pam_lastlog/pam_lastlog.c [new file with mode: 0644]
lib/pam_module/pam_login_access/Makefile [new file with mode: 0644]
lib/pam_module/pam_login_access/login.access.5 [new file with mode: 0644]
lib/pam_module/pam_login_access/login_access.c [new file with mode: 0644]
lib/pam_module/pam_login_access/pam_login_access.8 [new file with mode: 0644]
lib/pam_module/pam_login_access/pam_login_access.c [new file with mode: 0644]
lib/pam_module/pam_login_access/pam_login_access.h [new file with mode: 0644]
lib/pam_module/pam_nologin/Makefile [new file with mode: 0644]
lib/pam_module/pam_nologin/pam_nologin.8 [new file with mode: 0644]
lib/pam_module/pam_nologin/pam_nologin.c [new file with mode: 0644]
lib/pam_module/pam_opie/Makefile [new file with mode: 0644]
lib/pam_module/pam_opie/pam_opie.8 [new file with mode: 0644]
lib/pam_module/pam_opie/pam_opie.c [new file with mode: 0644]
lib/pam_module/pam_opieaccess/Makefile [new file with mode: 0644]
lib/pam_module/pam_opieaccess/pam_opieaccess.8 [new file with mode: 0644]
lib/pam_module/pam_opieaccess/pam_opieaccess.c [new file with mode: 0644]
lib/pam_module/pam_passwdqc/Makefile [new file with mode: 0644]
lib/pam_module/pam_permit/Makefile [new file with mode: 0644]
lib/pam_module/pam_permit/pam_permit.8 [new file with mode: 0644]
lib/pam_module/pam_permit/pam_permit.c [new file with mode: 0644]
lib/pam_module/pam_radius/Makefile [new file with mode: 0644]
lib/pam_module/pam_radius/pam_radius.8 [new file with mode: 0644]
lib/pam_module/pam_radius/pam_radius.c [new file with mode: 0644]
lib/pam_module/pam_rhosts/Makefile [new file with mode: 0644]
lib/pam_module/pam_rhosts/pam_rhosts.8 [new file with mode: 0644]
lib/pam_module/pam_rhosts/pam_rhosts.c [new file with mode: 0644]
lib/pam_module/pam_rootok/Makefile [new file with mode: 0644]
lib/pam_module/pam_rootok/pam_rootok.8 [new file with mode: 0644]
lib/pam_module/pam_rootok/pam_rootok.c [new file with mode: 0644]
lib/pam_module/pam_securetty/Makefile [new file with mode: 0644]
lib/pam_module/pam_securetty/pam_securetty.8 [new file with mode: 0644]
lib/pam_module/pam_securetty/pam_securetty.c [new file with mode: 0644]
lib/pam_module/pam_self/Makefile [new file with mode: 0644]
lib/pam_module/pam_self/pam_self.8 [new file with mode: 0644]
lib/pam_module/pam_self/pam_self.c [new file with mode: 0644]
lib/pam_module/pam_ssh/Makefile [new file with mode: 0644]
lib/pam_module/pam_ssh/pam_ssh.8 [new file with mode: 0644]
lib/pam_module/pam_ssh/pam_ssh.c [new file with mode: 0644]
lib/pam_module/pam_tacplus/Makefile [new file with mode: 0644]
lib/pam_module/pam_tacplus/pam_tacplus.8 [new file with mode: 0644]
lib/pam_module/pam_tacplus/pam_tacplus.c [new file with mode: 0644]
lib/pam_module/pam_unix/Makefile [new file with mode: 0644]
lib/pam_module/pam_unix/pam_unix.8 [new file with mode: 0644]
lib/pam_module/pam_unix/pam_unix.c [new file with mode: 0644]
libexec/Makefile [new file with mode: 0644]
libexec/Makefile.inc [new file with mode: 0644]
libexec/atrun/LEGAL [new file with mode: 0644]
libexec/atrun/Makefile [new file with mode: 0644]
libexec/atrun/atrun.8 [new file with mode: 0644]
libexec/atrun/atrun.c [new file with mode: 0644]
libexec/atrun/gloadavg.c [new file with mode: 0644]
libexec/atrun/gloadavg.h [new file with mode: 0644]
libexec/bootpd/Announce [new file with mode: 0644]
libexec/bootpd/Changes [new file with mode: 0644]
libexec/bootpd/ConvOldTab.sh [new file with mode: 0755]
libexec/bootpd/Installation [new file with mode: 0644]
libexec/bootpd/Makefile [new file with mode: 0644]
libexec/bootpd/Makefile.UNIX [new file with mode: 0644]
libexec/bootpd/Makefile.inc [new file with mode: 0644]
libexec/bootpd/Problems [new file with mode: 0644]
libexec/bootpd/README [new file with mode: 0644]
libexec/bootpd/ToDo [new file with mode: 0644]
libexec/bootpd/bootp.h [new file with mode: 0644]
libexec/bootpd/bootpd.8 [new file with mode: 0644]
libexec/bootpd/bootpd.c [new file with mode: 0644]
libexec/bootpd/bootpd.h [new file with mode: 0644]
libexec/bootpd/bootpgw/Makefile [new file with mode: 0644]
libexec/bootpd/bootpgw/bootpgw.c [new file with mode: 0644]
libexec/bootpd/bootptab.5 [new file with mode: 0644]
libexec/bootpd/bootptab.cmu [new file with mode: 0644]
libexec/bootpd/bootptab.mcs [new file with mode: 0644]
libexec/bootpd/bptypes.h [new file with mode: 0644]
libexec/bootpd/dovend.c [new file with mode: 0644]
libexec/bootpd/dovend.h [new file with mode: 0644]
libexec/bootpd/dumptab.c [new file with mode: 0644]
libexec/bootpd/getether.c [new file with mode: 0644]
libexec/bootpd/getether.h [new file with mode: 0644]
libexec/bootpd/getif.c [new file with mode: 0644]
libexec/bootpd/getif.h [new file with mode: 0644]
libexec/bootpd/hash.c [new file with mode: 0644]
libexec/bootpd/hash.h [new file with mode: 0644]
libexec/bootpd/hwaddr.c [new file with mode: 0644]
libexec/bootpd/hwaddr.h [new file with mode: 0644]
libexec/bootpd/lookup.c [new file with mode: 0644]
libexec/bootpd/lookup.h [new file with mode: 0644]
libexec/bootpd/patchlevel.h [new file with mode: 0644]
libexec/bootpd/readfile.c [new file with mode: 0644]
libexec/bootpd/readfile.h [new file with mode: 0644]
libexec/bootpd/report.c [new file with mode: 0644]
libexec/bootpd/report.h [new file with mode: 0644]
libexec/bootpd/rtmsg.c [new file with mode: 0644]
libexec/bootpd/syslog.conf [new file with mode: 0644]
libexec/bootpd/tools/Makefile [new file with mode: 0644]
libexec/bootpd/tools/Makefile.inc [new file with mode: 0644]
libexec/bootpd/tools/bootpef/Makefile [new file with mode: 0644]
libexec/bootpd/tools/bootpef/bootpef.8 [new file with mode: 0644]
libexec/bootpd/tools/bootpef/bootpef.c [new file with mode: 0644]
libexec/bootpd/tools/bootptest/Makefile [new file with mode: 0644]
libexec/bootpd/tools/bootptest/bootptest.8 [new file with mode: 0644]
libexec/bootpd/tools/bootptest/bootptest.c [new file with mode: 0644]
libexec/bootpd/tools/bootptest/bootptest.h [new file with mode: 0644]
libexec/bootpd/tools/bootptest/print-bootp.c [new file with mode: 0644]
libexec/bootpd/trygetea.c [new file with mode: 0644]
libexec/bootpd/trygetif.c [new file with mode: 0644]
libexec/bootpd/trylook.c [new file with mode: 0644]
libexec/bootpd/tzone.c [new file with mode: 0644]
libexec/bootpd/tzone.h [new file with mode: 0644]
libexec/comsat/Makefile [new file with mode: 0644]
libexec/comsat/comsat.8 [new file with mode: 0644]
libexec/comsat/comsat.c [new file with mode: 0644]
libexec/customcc/Makefile [new file with mode: 0644]
libexec/customcc/cc.sh [new file with mode: 0644]
libexec/dma/Makefile [new file with mode: 0644]
libexec/dma/Makefile.etc [new file with mode: 0644]
libexec/dma/Makefile.plain [new file with mode: 0644]
libexec/dma/TODO [new file with mode: 0644]
libexec/dma/aliases_parse.y [new file with mode: 0644]
libexec/dma/aliases_scan.l [new file with mode: 0644]
libexec/dma/auth.conf [new file with mode: 0644]
libexec/dma/base64.c [new file with mode: 0644]
libexec/dma/conf.c [new file with mode: 0644]
libexec/dma/crypto.c [new file with mode: 0644]
libexec/dma/dfcompat.c [new file with mode: 0644]
libexec/dma/dfcompat.h [new file with mode: 0644]
libexec/dma/dma.8 [new file with mode: 0644]
libexec/dma/dma.c [new file with mode: 0644]
libexec/dma/dma.conf [new file with mode: 0644]
libexec/dma/dma.h [new file with mode: 0644]
libexec/dma/dns.c [new file with mode: 0644]
libexec/dma/local.c [new file with mode: 0644]
libexec/dma/mail.c [new file with mode: 0644]
libexec/dma/net.c [new file with mode: 0644]
libexec/dma/spool.c [new file with mode: 0644]
libexec/dma/util.c [new file with mode: 0644]
libexec/dma/virtusertable [new file with mode: 0644]
libexec/fingerd/Makefile [new file with mode: 0644]
libexec/fingerd/fingerd.8 [new file with mode: 0644]
libexec/fingerd/fingerd.c [new file with mode: 0644]
libexec/fingerd/pathnames.h [new file with mode: 0644]
libexec/ftpd/Makefile [new file with mode: 0644]
libexec/ftpd/extern.h [new file with mode: 0644]
libexec/ftpd/ftpchroot.5 [new file with mode: 0644]
libexec/ftpd/ftpcmd.y [new file with mode: 0644]
libexec/ftpd/ftpd.8 [new file with mode: 0644]
libexec/ftpd/ftpd.c [new file with mode: 0644]
libexec/ftpd/logwtmp.c [new file with mode: 0644]
libexec/ftpd/pathnames.h [new file with mode: 0644]
libexec/ftpd/popen.c [new file with mode: 0644]
libexec/getty/Makefile [new file with mode: 0644]
libexec/getty/chat.c [new file with mode: 0644]
libexec/getty/extern.h [new file with mode: 0644]
libexec/getty/getty.8 [new file with mode: 0644]
libexec/getty/gettytab.5 [new file with mode: 0644]
libexec/getty/gettytab.h [new file with mode: 0644]
libexec/getty/init.c [new file with mode: 0644]
libexec/getty/main.c [new file with mode: 0644]
libexec/getty/pathnames.h [new file with mode: 0644]
libexec/getty/subr.c [new file with mode: 0644]
libexec/getty/ttys.5 [new file with mode: 0644]
libexec/mail.local/Makefile [new file with mode: 0644]
libexec/makekey/Makefile [new file with mode: 0644]
libexec/makekey/makekey.8 [new file with mode: 0644]
libexec/makekey/makekey.c [new file with mode: 0644]
libexec/makewhatis.local/Makefile [new file with mode: 0644]
libexec/makewhatis.local/makewhatis.local.8 [new file with mode: 0644]
libexec/makewhatis.local/makewhatis.local.sh [new file with mode: 0644]
libexec/mknetid/Makefile [new file with mode: 0644]
libexec/mknetid/hash.c [new file with mode: 0644]
libexec/mknetid/hash.h [new file with mode: 0644]
libexec/mknetid/mknetid.8 [new file with mode: 0644]
libexec/mknetid/mknetid.c [new file with mode: 0644]
libexec/mknetid/netid.5 [new file with mode: 0644]
libexec/mknetid/parse_group.c [new file with mode: 0644]
libexec/pppoed/Makefile [new file with mode: 0644]
libexec/pppoed/pppoed.8 [new file with mode: 0644]
libexec/pppoed/pppoed.c [new file with mode: 0644]
libexec/rbootd/Makefile [new file with mode: 0644]
libexec/rbootd/bpf.c [new file with mode: 0644]
libexec/rbootd/conf.c [new file with mode: 0644]
libexec/rbootd/defs.h [new file with mode: 0644]
libexec/rbootd/parseconf.c [new file with mode: 0644]
libexec/rbootd/pathnames.h [new file with mode: 0644]
libexec/rbootd/rbootd.8 [new file with mode: 0644]
libexec/rbootd/rbootd.c [new file with mode: 0644]
libexec/rbootd/rmp.h [new file with mode: 0644]
libexec/rbootd/rmp_var.h [new file with mode: 0644]
libexec/rbootd/rmpproto.c [new file with mode: 0644]
libexec/rbootd/utils.c [new file with mode: 0644]
libexec/revnetgroup/Makefile [new file with mode: 0644]
libexec/revnetgroup/hash.c [new file with mode: 0644]
libexec/revnetgroup/hash.h [new file with mode: 0644]
libexec/revnetgroup/parse_netgroup.c [new file with mode: 0644]
libexec/revnetgroup/revnetgroup.8 [new file with mode: 0644]
libexec/revnetgroup/revnetgroup.c [new file with mode: 0644]
libexec/rlogind/Makefile [new file with mode: 0644]
libexec/rlogind/pathnames.h [new file with mode: 0644]
libexec/rlogind/rlogind.8 [new file with mode: 0644]
libexec/rlogind/rlogind.c [new file with mode: 0644]
libexec/rpc.rquotad/Makefile [new file with mode: 0644]
libexec/rpc.rquotad/rpc.rquotad.8 [new file with mode: 0644]
libexec/rpc.rquotad/rquotad.c [new file with mode: 0644]
libexec/rpc.rstatd/Makefile [new file with mode: 0644]
libexec/rpc.rstatd/rpc.rstatd.8 [new file with mode: 0644]
libexec/rpc.rstatd/rstat_proc.c [new file with mode: 0644]
libexec/rpc.rstatd/rstatd.c [new file with mode: 0644]
libexec/rpc.rusersd/Makefile [new file with mode: 0644]
libexec/rpc.rusersd/rpc.rusersd.8 [new file with mode: 0644]
libexec/rpc.rusersd/rusers_proc.c [new file with mode: 0644]
libexec/rpc.rusersd/rusersd.c [new file with mode: 0644]
libexec/rpc.rwalld/Makefile [new file with mode: 0644]
libexec/rpc.rwalld/rpc.rwalld.8 [new file with mode: 0644]
libexec/rpc.rwalld/rwalld.c [new file with mode: 0644]
libexec/rpc.sprayd/Makefile [new file with mode: 0644]
libexec/rpc.sprayd/rpc.sprayd.8 [new file with mode: 0644]
libexec/rpc.sprayd/sprayd.c [new file with mode: 0644]
libexec/rshd/Makefile [new file with mode: 0644]
libexec/rshd/rshd.8 [new file with mode: 0644]
libexec/rshd/rshd.c [new file with mode: 0644]
libexec/rtld-elf/Makefile [new file with mode: 0644]
libexec/rtld-elf/debug.c [new file with mode: 0644]
libexec/rtld-elf/debug.h [new file with mode: 0644]
libexec/rtld-elf/i386/Makefile.inc [new file with mode: 0644]
libexec/rtld-elf/i386/elf_rtld.x [new file with mode: 0644]
libexec/rtld-elf/i386/reloc.c [new file with mode: 0644]
libexec/rtld-elf/i386/rtld_machdep.h [new file with mode: 0644]
libexec/rtld-elf/i386/rtld_start.S [new file with mode: 0644]
libexec/rtld-elf/libmap.c [new file with mode: 0644]
libexec/rtld-elf/libmap.h [new file with mode: 0644]
libexec/rtld-elf/malloc.c [new file with mode: 0644]
libexec/rtld-elf/map_object.c [new file with mode: 0644]
libexec/rtld-elf/rtld.1 [new file with mode: 0644]
libexec/rtld-elf/rtld.c [new file with mode: 0644]
libexec/rtld-elf/rtld.h [new file with mode: 0644]
libexec/rtld-elf/rtld_lock.c [new file with mode: 0644]
libexec/rtld-elf/rtld_lock.h [new file with mode: 0644]
libexec/rtld-elf/x86_64/Makefile.inc [new file with mode: 0644]
libexec/rtld-elf/x86_64/reloc.c [new file with mode: 0644]
libexec/rtld-elf/x86_64/rtld_machdep.h [new file with mode: 0644]
libexec/rtld-elf/x86_64/rtld_start.S [new file with mode: 0644]
libexec/rtld-elf/xmalloc.c [new file with mode: 0644]
libexec/smrsh/Makefile [new file with mode: 0644]
libexec/smrsh/patches/smrsh.8.patch [new file with mode: 0644]
libexec/talkd/Makefile [new file with mode: 0644]
libexec/talkd/announce.c [new file with mode: 0644]
libexec/talkd/extern.h [new file with mode: 0644]
libexec/talkd/print.c [new file with mode: 0644]
libexec/talkd/process.c [new file with mode: 0644]
libexec/talkd/table.c [new file with mode: 0644]
libexec/talkd/talkd.8 [new file with mode: 0644]
libexec/talkd/talkd.c [new file with mode: 0644]
libexec/tcpd/Makefile [new file with mode: 0644]
libexec/telnetd/Makefile [new file with mode: 0644]
libexec/telnetd/authenc.c [new file with mode: 0644]
libexec/telnetd/defs.h [new file with mode: 0644]
libexec/telnetd/ext.h [new file with mode: 0644]
libexec/telnetd/global.c [new file with mode: 0644]
libexec/telnetd/pathnames.h [new file with mode: 0644]
libexec/telnetd/slc.c [new file with mode: 0644]
libexec/telnetd/state.c [new file with mode: 0644]
libexec/telnetd/sys_term.c [new file with mode: 0644]
libexec/telnetd/telnetd.8 [new file with mode: 0644]
libexec/telnetd/telnetd.c [new file with mode: 0644]
libexec/telnetd/telnetd.h [new file with mode: 0644]
libexec/telnetd/termstat.c [new file with mode: 0644]
libexec/telnetd/utility.c [new file with mode: 0644]
libexec/tftpd/Makefile [new file with mode: 0644]
libexec/tftpd/tftpd.8 [new file with mode: 0644]
libexec/tftpd/tftpd.c [new file with mode: 0644]
libexec/utmp_update/Makefile [new file with mode: 0644]
libexec/utmp_update/utmp_update.8 [new file with mode: 0644]
libexec/utmp_update/utmp_update.c [new file with mode: 0644]
libexec/ypxfr/Makefile [new file with mode: 0644]
libexec/ypxfr/yp_dbwrite.c [new file with mode: 0644]
libexec/ypxfr/ypxfr.8 [new file with mode: 0644]
libexec/ypxfr/ypxfr_extern.h [new file with mode: 0644]
libexec/ypxfr/ypxfr_getmap.c [new file with mode: 0644]
libexec/ypxfr/ypxfr_main.c [new file with mode: 0644]
libexec/ypxfr/ypxfr_misc.c [new file with mode: 0644]
libexec/ypxfr/ypxfrd_getmap.c [new file with mode: 0644]
nrelease/Makefile [new file with mode: 0644]
nrelease/gui/etc.hdd/issue [new file with mode: 0644]
nrelease/gui/etc.hdd/rc.conf [new file with mode: 0644]
nrelease/gui/etc/X11/xorg.conf [new file with mode: 0644]
nrelease/gui/etc/defaults/pfi.conf [new file with mode: 0644]
nrelease/gui/etc/fstab [new file with mode: 0644]
nrelease/gui/etc/issue [new file with mode: 0644]
nrelease/gui/etc/login.conf [new file with mode: 0644]
nrelease/gui/etc/master.passwd [new file with mode: 0644]
nrelease/gui/etc/passwd [new file with mode: 0644]
nrelease/gui/etc/pwd.db [new file with mode: 0644]
nrelease/gui/etc/rc.conf [new file with mode: 0644]
nrelease/gui/etc/spwd.db [new file with mode: 0644]
nrelease/gui/etc/ttys [new file with mode: 0644]
nrelease/gui/root/.Xresources [new file with mode: 0644]
nrelease/gui/root/.fluxbox/backgrounds/dragonfly.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/icons/firefox.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/icons/pidgin.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/icons/reboot.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/icons/terminal.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/icons/xchat.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/icons/xpdf.png [new file with mode: 0644]
nrelease/gui/root/.fluxbox/init [new file with mode: 0644]
nrelease/gui/root/.fluxbox/keys [new file with mode: 0644]
nrelease/gui/root/.fluxbox/menu [new file with mode: 0644]
nrelease/gui/root/.fluxbox/overlay [new file with mode: 0644]
nrelease/gui/root/.fluxbox/slitlist [new file with mode: 0644]
nrelease/gui/root/.fvwm/.fvwm2rc [new file with mode: 0755]
nrelease/gui/root/.fvwm/fvwmbuttons1 [new file with mode: 0755]
nrelease/gui/root/.ideskrc [new file with mode: 0644]
nrelease/gui/root/.idesktop/install.lnk [new file with mode: 0644]
nrelease/gui/root/.idesktop/install.png [new file with mode: 0644]
nrelease/gui/root/.idesktop/readme.lnk [new file with mode: 0644]
nrelease/gui/root/.idesktop/readme.png [new file with mode: 0644]
nrelease/gui/root/.idesktop/terminal.lnk [new file with mode: 0644]
nrelease/gui/root/.idesktop/terminal.png [new file with mode: 0644]
nrelease/gui/root/.irssi/config [new file with mode: 0644]
nrelease/gui/root/.vim/ftplugin/asmMIPS.vim [new file with mode: 0644]
nrelease/gui/root/.vim/ftplugin/c.vim [new file with mode: 0644]
nrelease/gui/root/.vim/plugin/gotobuf.vim [new file with mode: 0644]
nrelease/gui/root/.vim/plugin/minibufexpl.vim [new file with mode: 0644]
nrelease/gui/root/.vimrc [new file with mode: 0644]
nrelease/gui/root/.xinitrc [new file with mode: 0755]
nrelease/gui/root/.zshrc [new file with mode: 0644]
nrelease/gui/root/installDragonFly.sh [new file with mode: 0755]
nrelease/root/README [new file with mode: 0644]
nrelease/root/README.USB [new file with mode: 0644]
nrelease/root/autorun.bat [new file with mode: 0644]
nrelease/root/autorun.inf [new file with mode: 0644]
nrelease/root/autorun.pif [new file with mode: 0644]
nrelease/root/autorun/dflylogo.png [new file with mode: 0644]
nrelease/root/autorun/links.png [new file with mode: 0644]
nrelease/root/autorun/started.png [new file with mode: 0644]
nrelease/root/autorun/stylesheet.css [new file with mode: 0644]
nrelease/root/autorun/welcome.png [new file with mode: 0644]
nrelease/root/boot/loader.conf [new file with mode: 0644]
nrelease/root/cpignore [new file with mode: 0644]
nrelease/root/dflybsd.ico [new file with mode: 0644]
nrelease/root/etc.hdd/X11/xorg.conf [new file with mode: 0644]
nrelease/root/etc.hdd/rc.conf [new file with mode: 0644]
nrelease/root/etc/defaults/pfi.conf [new file with mode: 0644]
nrelease/root/etc/dhcpd.conf [new file with mode: 0644]
nrelease/root/etc/disklabel.ad0s1 [new file with mode: 0644]
nrelease/root/etc/fstab [new file with mode: 0644]
nrelease/root/etc/fstab.example [new file with mode: 0644]
nrelease/root/etc/issue [new file with mode: 0644]
nrelease/root/etc/master.passwd [new file with mode: 0644]
nrelease/root/etc/rc.conf [new file with mode: 0644]
nrelease/root/etc/rc.d/pfi [new file with mode: 0755]
nrelease/root/etc/ttys [new file with mode: 0644]
nrelease/root/index.html [new file with mode: 0644]
sbin/Makefile [new file with mode: 0644]
sbin/Makefile.inc [new file with mode: 0644]
sbin/adjkerntz/Makefile [new file with mode: 0644]
sbin/adjkerntz/adjkerntz.8 [new file with mode: 0644]
sbin/adjkerntz/adjkerntz.c [new file with mode: 0644]
sbin/adjkerntz/pathnames.h [new file with mode: 0644]
sbin/atacontrol/Makefile [new file with mode: 0644]
sbin/atacontrol/atacontrol.8 [new file with mode: 0644]
sbin/atacontrol/atacontrol.c [new file with mode: 0644]
sbin/atm/Makefile [new file with mode: 0644]
sbin/atm/Makefile.inc [new file with mode: 0644]
sbin/atm/atm/Makefile [new file with mode: 0644]
sbin/atm/atm/atm.8 [new file with mode: 0644]
sbin/atm/atm/atm.c [new file with mode: 0644]
sbin/atm/atm/atm.h [new file with mode: 0644]
sbin/atm/atm/atm_eni.c [new file with mode: 0644]
sbin/atm/atm/atm_fore200.c [new file with mode: 0644]
sbin/atm/atm/atm_inet.c [new file with mode: 0644]
sbin/atm/atm/atm_print.c [new file with mode: 0644]
sbin/atm/atm/atm_set.c [new file with mode: 0644]
sbin/atm/atm/atm_show.c [new file with mode: 0644]
sbin/atm/atm/atm_subr.c [new file with mode: 0644]
sbin/atm/fore_dnld/COPYRIGHT [new file with mode: 0644]
sbin/atm/fore_dnld/Makefile [new file with mode: 0644]
sbin/atm/fore_dnld/fore_dnld.8 [new file with mode: 0644]
sbin/atm/fore_dnld/fore_dnld.c [new file with mode: 0644]
sbin/atm/fore_dnld/pca200e.c [new file with mode: 0644]
sbin/atm/ilmid/Makefile [new file with mode: 0644]
sbin/atm/ilmid/ilmid.8 [new file with mode: 0644]
sbin/atm/ilmid/ilmid.c [new file with mode: 0644]
sbin/badsect/Makefile [new file with mode: 0644]
sbin/badsect/badsect.8 [new file with mode: 0644]
sbin/badsect/badsect.c [new file with mode: 0644]
sbin/camcontrol/Makefile [new file with mode: 0644]
sbin/camcontrol/camcontrol.8 [new file with mode: 0644]
sbin/camcontrol/camcontrol.c [new file with mode: 0644]
sbin/camcontrol/camcontrol.h [new file with mode: 0644]
sbin/camcontrol/modeedit.c [new file with mode: 0644]
sbin/camcontrol/util.c [new file with mode: 0644]
sbin/ccdconfig/Makefile [new file with mode: 0644]
sbin/ccdconfig/ccdconfig.8 [new file with mode: 0644]
sbin/ccdconfig/ccdconfig.c [new file with mode: 0644]
sbin/ccdconfig/pathnames.h [new file with mode: 0644]
sbin/clri/Makefile [new file with mode: 0644]
sbin/clri/clri.8 [new file with mode: 0644]
sbin/clri/clri.c [new file with mode: 0644]
sbin/comcontrol/Makefile [new file with mode: 0644]
sbin/comcontrol/comcontrol.8 [new file with mode: 0644]
sbin/comcontrol/comcontrol.c [new file with mode: 0644]
sbin/cryptdisks/Makefile [new file with mode: 0644]
sbin/cryptdisks/cryptdisks.8 [new file with mode: 0644]
sbin/cryptdisks/cryptdisks.c [new file with mode: 0644]
sbin/cryptdisks/safe_mem.c [new file with mode: 0644]
sbin/cryptdisks/safe_mem.h [new file with mode: 0644]
sbin/devattr/Makefile [new file with mode: 0644]
sbin/devattr/devattr.8 [new file with mode: 0644]
sbin/devattr/devattr.c [new file with mode: 0644]
sbin/devd/Makefile [new file with mode: 0644]
sbin/devd/devd.8 [new file with mode: 0644]
sbin/devd/devd.cc [new file with mode: 0644]
sbin/devd/devd.conf.5 [new file with mode: 0644]
sbin/devd/devd.h [new file with mode: 0644]
sbin/devd/devd.hh [new file with mode: 0644]
sbin/devd/parse.y [new file with mode: 0644]
sbin/devd/token.l [new file with mode: 0644]
sbin/devfsctl/Makefile [new file with mode: 0644]
sbin/devfsctl/devfsctl.8 [new file with mode: 0644]
sbin/devfsctl/devfsctl.c [new file with mode: 0644]
sbin/devfsctl/devfsctl.h [new file with mode: 0644]
sbin/dhclient/Makefile [new file with mode: 0644]
sbin/dhclient/bpf.c [new file with mode: 0644]
sbin/dhclient/clparse.c [new file with mode: 0644]
sbin/dhclient/conflex.c [new file with mode: 0644]
sbin/dhclient/convert.c [new file with mode: 0644]
sbin/dhclient/dhclient-script [new file with mode: 0644]
sbin/dhclient/dhclient-script.8 [new file with mode: 0644]
sbin/dhclient/dhclient.8 [new file with mode: 0644]
sbin/dhclient/dhclient.c [new file with mode: 0644]
sbin/dhclient/dhclient.conf.5 [new file with mode: 0644]
sbin/dhclient/dhclient.leases.5 [new file with mode: 0644]
sbin/dhclient/dhcp-options.5 [new file with mode: 0644]
sbin/dhclient/dhcp.h [new file with mode: 0644]
sbin/dhclient/dhcpd.h [new file with mode: 0644]
sbin/dhclient/dhctoken.h [new file with mode: 0644]
sbin/dhclient/dispatch.c [new file with mode: 0644]
sbin/dhclient/errwarn.c [new file with mode: 0644]
sbin/dhclient/inet.c [new file with mode: 0644]
sbin/dhclient/options.c [new file with mode: 0644]
sbin/dhclient/packet.c [new file with mode: 0644]
sbin/dhclient/parse.c [new file with mode: 0644]
sbin/dhclient/privsep.c [new file with mode: 0644]
sbin/dhclient/privsep.h [new file with mode: 0644]
sbin/dhclient/tables.c [new file with mode: 0644]
sbin/diskinfo/Makefile [new file with mode: 0644]
sbin/diskinfo/diskinfo.8 [new file with mode: 0644]
sbin/diskinfo/diskinfo.c [new file with mode: 0644]
sbin/disklabel32/Makefile [new file with mode: 0644]
sbin/disklabel32/disklabel.c [new file with mode: 0644]
sbin/disklabel32/disklabel32.5 [new file with mode: 0644]
sbin/disklabel32/disklabel32.8 [new file with mode: 0644]
sbin/disklabel32/pathnames.h [new file with mode: 0644]
sbin/disklabel64/Makefile [new file with mode: 0644]
sbin/disklabel64/crc32.c [new file with mode: 0644]
sbin/disklabel64/disklabel64.5 [new file with mode: 0644]
sbin/disklabel64/disklabel64.8 [new file with mode: 0644]
sbin/disklabel64/disklabel64.c [new file with mode: 0644]
sbin/disklabel64/pathnames.h [new file with mode: 0644]
sbin/dmesg/Makefile [new file with mode: 0644]
sbin/dmesg/dmesg.8 [new file with mode: 0644]
sbin/dmesg/dmesg.c [new file with mode: 0644]
sbin/dump/Makefile [new file with mode: 0644]
sbin/dump/cache.c [new file with mode: 0644]
sbin/dump/dump.8 [new file with mode: 0644]
sbin/dump/dump.h [new file with mode: 0644]
sbin/dump/dumprmt.c [new file with mode: 0644]
sbin/dump/itime.c [new file with mode: 0644]
sbin/dump/main.c [new file with mode: 0644]
sbin/dump/optr.c [new file with mode: 0644]
sbin/dump/pathnames.h [new file with mode: 0644]
sbin/dump/tape.c [new file with mode: 0644]
sbin/dump/traverse.c [new file with mode: 0644]
sbin/dump/unctime.c [new file with mode: 0644]
sbin/dumpfs/Makefile [new file with mode: 0644]
sbin/dumpfs/dumpfs.8 [new file with mode: 0644]
sbin/dumpfs/dumpfs.c [new file with mode: 0644]
sbin/dumpon/Makefile [new file with mode: 0644]
sbin/dumpon/dumpon.8 [new file with mode: 0644]
sbin/dumpon/dumpon.c [new file with mode: 0644]
sbin/fdisk/Makefile [new file with mode: 0644]
sbin/fdisk/fdisk.8 [new file with mode: 0644]
sbin/fdisk/fdisk.c [new file with mode: 0644]
sbin/ffsinfo/Makefile [new file with mode: 0644]
sbin/ffsinfo/ffsinfo.8 [new file with mode: 0644]
sbin/ffsinfo/ffsinfo.c [new file with mode: 0644]
sbin/fsck/Makefile [new file with mode: 0644]
sbin/fsck/SMM.doc/0.t [new file with mode: 0644]
sbin/fsck/SMM.doc/1.t [new file with mode: 0644]
sbin/fsck/SMM.doc/2.t [new file with mode: 0644]
sbin/fsck/SMM.doc/3.t [new file with mode: 0644]
sbin/fsck/SMM.doc/4.t [new file with mode: 0644]
sbin/fsck/dir.c [new file with mode: 0644]
sbin/fsck/fsck.8 [new file with mode: 0644]
sbin/fsck/fsck.h [new file with mode: 0644]
sbin/fsck/fsutil.c [new file with mode: 0644]
sbin/fsck/fsutil.h [new file with mode: 0644]
sbin/fsck/inode.c [new file with mode: 0644]
sbin/fsck/main.c [new file with mode: 0644]
sbin/fsck/memzone.c [new file with mode: 0644]
sbin/fsck/memzone.h [new file with mode: 0644]
sbin/fsck/pass1.c [new file with mode: 0644]
sbin/fsck/pass1b.c [new file with mode: 0644]
sbin/fsck/pass2.c [new file with mode: 0644]
sbin/fsck/pass3.c [new file with mode: 0644]
sbin/fsck/pass4.c [new file with mode: 0644]
sbin/fsck/pass5.c [new file with mode: 0644]
sbin/fsck/preen.c [new file with mode: 0644]
sbin/fsck/setup.c [new file with mode: 0644]
sbin/fsck/utilities.c [new file with mode: 0644]
sbin/fsck_msdosfs/Makefile [new file with mode: 0644]
sbin/fsck_msdosfs/boot.c [new file with mode: 0644]
sbin/fsck_msdosfs/check.c [new file with mode: 0644]
sbin/fsck_msdosfs/dir.c [new file with mode: 0644]
sbin/fsck_msdosfs/dosfs.h [new file with mode: 0644]
sbin/fsck_msdosfs/ext.h [new file with mode: 0644]
sbin/fsck_msdosfs/fat.c [new file with mode: 0644]
sbin/fsck_msdosfs/fsck_msdosfs.8 [new file with mode: 0644]
sbin/fsck_msdosfs/main.c [new file with mode: 0644]
sbin/fsdb/Makefile [new file with mode: 0644]
sbin/fsdb/fsdb.8 [new file with mode: 0644]
sbin/fsdb/fsdb.c [new file with mode: 0644]
sbin/fsdb/fsdb.h [new file with mode: 0644]
sbin/fsdb/fsdbutil.c [new file with mode: 0644]
sbin/fsid/Makefile [new file with mode: 0644]
sbin/fsid/fsid.c [new file with mode: 0644]
sbin/fsid/fsid.h [new file with mode: 0644]
sbin/fsirand/Makefile [new file with mode: 0644]
sbin/fsirand/fsirand.8 [new file with mode: 0644]
sbin/fsirand/fsirand.c [new file with mode: 0644]
sbin/getdevpath/Makefile [new file with mode: 0644]
sbin/getdevpath/getdevpath.8 [new file with mode: 0644]
sbin/getdevpath/getdevpath.c [new file with mode: 0644]
sbin/gpt/Makefile [new file with mode: 0644]
sbin/gpt/add.c [new file with mode: 0644]
sbin/gpt/boot.c [new file with mode: 0644]
sbin/gpt/create.c [new file with mode: 0644]
sbin/gpt/destroy.c [new file with mode: 0644]
sbin/gpt/gpt.8 [new file with mode: 0644]
sbin/gpt/gpt.c [new file with mode: 0644]
sbin/gpt/gpt.h [new file with mode: 0644]
sbin/gpt/label.c [new file with mode: 0644]
sbin/gpt/map.c [new file with mode: 0644]
sbin/gpt/map.h [new file with mode: 0644]
sbin/gpt/migrate.c [new file with mode: 0644]
sbin/gpt/recover.c [new file with mode: 0644]
sbin/gpt/remove.c [new file with mode: 0644]
sbin/gpt/show.c [new file with mode: 0644]
sbin/growfs/Makefile [new file with mode: 0644]
sbin/growfs/debug.c [new file with mode: 0644]
sbin/growfs/debug.h [new file with mode: 0644]
sbin/growfs/growfs.8 [new file with mode: 0644]
sbin/growfs/growfs.c [new file with mode: 0644]
sbin/hammer/Makefile [new file with mode: 0644]
sbin/hammer/blockmap.c [new file with mode: 0644]
sbin/hammer/cache.c [new file with mode: 0644]
sbin/hammer/cmd_blockmap.c [new file with mode: 0644]
sbin/hammer/cmd_cleanup.c [new file with mode: 0644]
sbin/hammer/cmd_config.c [new file with mode: 0644]
sbin/hammer/cmd_dedup.c [new file with mode: 0644]
sbin/hammer/cmd_history.c [new file with mode: 0644]
sbin/hammer/cmd_info.c [new file with mode: 0644]
sbin/hammer/cmd_mirror.c [new file with mode: 0644]
sbin/hammer/cmd_pseudofs.c [new file with mode: 0644]
sbin/hammer/cmd_rebalance.c [new file with mode: 0644]
sbin/hammer/cmd_reblock.c [new file with mode: 0644]
sbin/hammer/cmd_recover.c [new file with mode: 0644]
sbin/hammer/cmd_show.c [new file with mode: 0644]
sbin/hammer/cmd_snapshot.c [new file with mode: 0644]
sbin/hammer/cmd_softprune.c [new file with mode: 0644]
sbin/hammer/cmd_stats.c [new file with mode: 0644]
sbin/hammer/cmd_status.c [new file with mode: 0644]
sbin/hammer/cmd_synctid.c [new file with mode: 0644]
sbin/hammer/cmd_version.c [new file with mode: 0644]
sbin/hammer/cmd_volume.c [new file with mode: 0644]
sbin/hammer/cycle.c [new file with mode: 0644]
sbin/hammer/hammer.8 [new file with mode: 0644]
sbin/hammer/hammer.c [new file with mode: 0644]
sbin/hammer/hammer.h [new file with mode: 0644]
sbin/hammer/hammer_util.h [new file with mode: 0644]
sbin/hammer/misc.c [new file with mode: 0644]
sbin/hammer/ondisk.c [new file with mode: 0644]
sbin/hammer/test_dupkey.c [new file with mode: 0644]
sbin/ifconfig/Makefile [new file with mode: 0644]
sbin/ifconfig/af_inet.c [new file with mode: 0644]
sbin/ifconfig/af_inet6.c [new file with mode: 0644]
sbin/ifconfig/af_ipx.c [new file with mode: 0644]
sbin/ifconfig/af_link.c [new file with mode: 0644]
sbin/ifconfig/ifbridge.c [new file with mode: 0644]
sbin/ifconfig/ifcarp.c [new file with mode: 0644]
sbin/ifconfig/ifclone.c [new file with mode: 0644]
sbin/ifconfig/ifconfig.8 [new file with mode: 0644]
sbin/ifconfig/ifconfig.c [new file with mode: 0644]
sbin/ifconfig/ifconfig.h [new file with mode: 0644]
sbin/ifconfig/ifieee80211.c [new file with mode: 0644]
sbin/ifconfig/ifmedia.c [new file with mode: 0644]
sbin/ifconfig/ifvlan.c [new file with mode: 0644]
sbin/ifconfig/regdomain.c [new file with mode: 0644]
sbin/ifconfig/regdomain.h [new file with mode: 0644]
sbin/init/Makefile [new file with mode: 0644]
sbin/init/NOTES [new file with mode: 0644]
sbin/init/init.8 [new file with mode: 0644]
sbin/init/init.c [new file with mode: 0644]
sbin/init/pathnames.h [new file with mode: 0644]
sbin/ip6fw/Makefile [new file with mode: 0644]
sbin/ip6fw/ip6fw.8 [new file with mode: 0644]
sbin/ip6fw/ip6fw.c [new file with mode: 0644]
sbin/ip6fw/sample.sh [new file with mode: 0644]
sbin/ipfw/Makefile [new file with mode: 0644]
sbin/ipfw/ipfw.8 [new file with mode: 0644]
sbin/ipfw/ipfw2.c [new file with mode: 0644]
sbin/iscontrol/Makefile [new file with mode: 0644]
sbin/iscontrol/auth_subr.c [new file with mode: 0644]
sbin/iscontrol/config.c [new file with mode: 0644]
sbin/iscontrol/fsm.c [new file with mode: 0644]
sbin/iscontrol/iscontrol.8 [new file with mode: 0644]
sbin/iscontrol/iscontrol.c [new file with mode: 0644]
sbin/iscontrol/iscontrol.h [new file with mode: 0644]
sbin/iscontrol/iscsi.conf.5 [new file with mode: 0644]
sbin/iscontrol/login.c [new file with mode: 0644]
sbin/iscontrol/misc.c [new file with mode: 0644]
sbin/iscontrol/misc.h [new file with mode: 0644]
sbin/iscontrol/pdu.c [new file with mode: 0644]
sbin/iscontrol/pdu.h [new file with mode: 0644]
sbin/jscan/Makefile [new file with mode: 0644]
sbin/jscan/dump_debug.c [new file with mode: 0644]
sbin/jscan/dump_mirror.c [new file with mode: 0644]
sbin/jscan/dump_output.c [new file with mode: 0644]
sbin/jscan/dump_record.c [new file with mode: 0644]
sbin/jscan/jattr.h [new file with mode: 0644]
sbin/jscan/jfile.c [new file with mode: 0644]
sbin/jscan/jscan.8 [new file with mode: 0644]
sbin/jscan/jscan.c [new file with mode: 0644]
sbin/jscan/jscan.h [new file with mode: 0644]
sbin/jscan/jsession.c [new file with mode: 0644]
sbin/jscan/jstream.c [new file with mode: 0644]
sbin/jscan/subs.c [new file with mode: 0644]
sbin/kget/Makefile [new file with mode: 0644]
sbin/kget/kget.8 [new file with mode: 0644]
sbin/kget/kget.c [new file with mode: 0644]
sbin/kldconfig/Makefile [new file with mode: 0644]
sbin/kldconfig/kldconfig.8 [new file with mode: 0644]
sbin/kldconfig/kldconfig.c [new file with mode: 0644]
sbin/kldload/Makefile [new file with mode: 0644]
sbin/kldload/kldload.8 [new file with mode: 0644]
sbin/kldload/kldload.c [new file with mode: 0644]
sbin/kldstat/Makefile [new file with mode: 0644]
sbin/kldstat/kldstat.8 [new file with mode: 0644]
sbin/kldstat/kldstat.c [new file with mode: 0644]
sbin/kldunload/Makefile [new file with mode: 0644]
sbin/kldunload/kldunload.8 [new file with mode: 0644]
sbin/kldunload/kldunload.c [new file with mode: 0644]
sbin/ldconfig/Makefile [new file with mode: 0644]
sbin/ldconfig/elfhints.c [new file with mode: 0644]
sbin/ldconfig/ldconfig.8 [new file with mode: 0644]
sbin/ldconfig/ldconfig.c [new file with mode: 0644]
sbin/ldconfig/ldconfig.h [new file with mode: 0644]
sbin/md5/Makefile [new file with mode: 0644]
sbin/md5/md5.1 [new file with mode: 0644]
sbin/md5/md5.c [new file with mode: 0644]
sbin/mkinitrd/Makefile [new file with mode: 0644]
sbin/mkinitrd/mini_init/Makefile [new file with mode: 0644]
sbin/mkinitrd/mini_init/oinit.c [new file with mode: 0644]
sbin/mkinitrd/mini_init/pathnames.h [new file with mode: 0644]
sbin/mkinitrd/mkinitrd.8 [new file with mode: 0644]
sbin/mkinitrd/mkinitrd.sh [new file with mode: 0644]
sbin/mknod/Makefile [new file with mode: 0644]
sbin/mknod/mknod.8 [new file with mode: 0644]
sbin/mknod/mknod.c [new file with mode: 0644]
sbin/mount/Makefile [new file with mode: 0644]
sbin/mount/extern.h [new file with mode: 0644]
sbin/mount/getmntopts.3 [new file with mode: 0644]
sbin/mount/getmntopts.c [new file with mode: 0644]
sbin/mount/mntopts.h [new file with mode: 0644]
sbin/mount/mount.8 [new file with mode: 0644]
sbin/mount/mount.c [new file with mode: 0644]
sbin/mount/mount_ufs.c [new file with mode: 0644]
sbin/mount/pathnames.h [new file with mode: 0644]
sbin/mount/vfslist.c [new file with mode: 0644]
sbin/mount_cd9660/Makefile [new file with mode: 0644]
sbin/mount_cd9660/mount_cd9660.8 [new file with mode: 0644]
sbin/mount_cd9660/mount_cd9660.c [new file with mode: 0644]
sbin/mount_devfs/Makefile [new file with mode: 0644]
sbin/mount_devfs/mount_devfs.8 [new file with mode: 0644]
sbin/mount_devfs/mount_devfs.c [new file with mode: 0644]
sbin/mount_ext2fs/Makefile [new file with mode: 0644]
sbin/mount_ext2fs/mount_ext2fs.8 [new file with mode: 0644]
sbin/mount_ext2fs/mount_ext2fs.c [new file with mode: 0644]
sbin/mount_hammer/Makefile [new file with mode: 0644]
sbin/mount_hammer/mount_hammer.8 [new file with mode: 0644]
sbin/mount_hammer/mount_hammer.c [new file with mode: 0644]
sbin/mount_hpfs/Makefile [new file with mode: 0644]
sbin/mount_hpfs/mount_hpfs.8 [new file with mode: 0644]
sbin/mount_hpfs/mount_hpfs.c [new file with mode: 0644]
sbin/mount_msdos/Makefile [new file with mode: 0644]
sbin/mount_msdos/mount_msdos.8 [new file with mode: 0644]
sbin/mount_msdos/mount_msdos.c [new file with mode: 0644]
sbin/mount_nfs/Makefile [new file with mode: 0644]
sbin/mount_nfs/mount_nfs.8 [new file with mode: 0644]
sbin/mount_nfs/mount_nfs.c [new file with mode: 0644]
sbin/mount_ntfs/Makefile [new file with mode: 0644]
sbin/mount_ntfs/mount_ntfs.8 [new file with mode: 0644]
sbin/mount_ntfs/mount_ntfs.c [new file with mode: 0644]
sbin/mount_null/Makefile [new file with mode: 0644]
sbin/mount_null/mount_null.8 [new file with mode: 0644]
sbin/mount_null/mount_null.c [new file with mode: 0644]
sbin/mount_nwfs/Makefile [new file with mode: 0644]
sbin/mount_nwfs/mount_nwfs.8 [new file with mode: 0644]
sbin/mount_nwfs/mount_nwfs.c [new file with mode: 0644]
sbin/mount_portal/Makefile [new file with mode: 0644]
sbin/mount_portal/activate.c [new file with mode: 0644]
sbin/mount_portal/conf.c [new file with mode: 0644]
sbin/mount_portal/mount_portal.8 [new file with mode: 0644]
sbin/mount_portal/mount_portal.c [new file with mode: 0644]
sbin/mount_portal/pathnames.h [new file with mode: 0644]
sbin/mount_portal/portal.conf [new file with mode: 0644]
sbin/mount_portal/portald.h [new file with mode: 0644]
sbin/mount_portal/pt_conf.c [new file with mode: 0644]
sbin/mount_portal/pt_exec.c [new file with mode: 0644]
sbin/mount_portal/pt_file.c [new file with mode: 0644]
sbin/mount_portal/pt_tcp.c [new file with mode: 0644]
sbin/mount_portal/pt_tcplisten.c [new file with mode: 0644]
sbin/mount_smbfs/Makefile [new file with mode: 0644]
sbin/mount_std/Makefile [new file with mode: 0644]
sbin/mount_std/mount_std.8 [new file with mode: 0644]
sbin/mount_std/mount_std.c [new file with mode: 0644]
sbin/mount_tmpfs/Makefile [new file with mode: 0644]
sbin/mount_tmpfs/mount_tmpfs.8 [new file with mode: 0644]
sbin/mount_tmpfs/mount_tmpfs.c [new file with mode: 0644]
sbin/mount_tmpfs/mount_tmpfs.h [new file with mode: 0644]
sbin/mount_udf/Makefile [new file with mode: 0644]
sbin/mount_udf/mount_udf.8 [new file with mode: 0644]
sbin/mount_udf/mount_udf.c [new file with mode: 0644]
sbin/mount_union/Makefile [new file with mode: 0644]
sbin/mount_union/mount_union.8 [new file with mode: 0644]
sbin/mount_union/mount_union.c [new file with mode: 0644]
sbin/mountctl/Makefile [new file with mode: 0644]
sbin/mountctl/mountctl.8 [new file with mode: 0644]
sbin/mountctl/mountctl.c [new file with mode: 0644]
sbin/mountd/Makefile [new file with mode: 0644]
sbin/mountd/exports.5 [new file with mode: 0644]
sbin/mountd/mountd.8 [new file with mode: 0644]
sbin/mountd/mountd.c [new file with mode: 0644]
sbin/mountd/netgroup.5 [new file with mode: 0644]
sbin/mountd/pathnames.h [new file with mode: 0644]
sbin/natacontrol/Makefile [new file with mode: 0644]
sbin/natacontrol/natacontrol.8 [new file with mode: 0644]
sbin/natacontrol/natacontrol.c [new file with mode: 0644]
sbin/natd/HISTORY [new file with mode: 0644]
sbin/natd/Makefile [new file with mode: 0644]
sbin/natd/README [new file with mode: 0644]
sbin/natd/icmp.c [new file with mode: 0644]
sbin/natd/natd.8 [new file with mode: 0644]
sbin/natd/natd.c [new file with mode: 0644]
sbin/natd/natd.h [new file with mode: 0644]
sbin/natd/samples/natd.cf.sample [new file with mode: 0644]
sbin/natd/samples/natd.test [new file with mode: 0644]
sbin/newbtconf/Makefile [new file with mode: 0644]
sbin/newbtconf/newbtconf.8 [new file with mode: 0644]
sbin/newbtconf/newbtconf.sh [new file with mode: 0644]
sbin/newfs/Makefile [new file with mode: 0644]
sbin/newfs/defs.h [new file with mode: 0644]
sbin/newfs/fscopy.c [new file with mode: 0644]
sbin/newfs/mkfs.c [new file with mode: 0644]
sbin/newfs/newfs.8 [new file with mode: 0644]
sbin/newfs/newfs.c [new file with mode: 0644]
sbin/newfs_hammer/Makefile [new file with mode: 0644]
sbin/newfs_hammer/newfs_hammer.8 [new file with mode: 0644]
sbin/newfs_hammer/newfs_hammer.c [new file with mode: 0644]
sbin/newfs_hammer/newfs_hammer.h [new file with mode: 0644]
sbin/newfs_msdos/Makefile [new file with mode: 0644]
sbin/newfs_msdos/newfs_msdos.8 [new file with mode: 0644]
sbin/newfs_msdos/newfs_msdos.c [new file with mode: 0644]
sbin/nextboot/Makefile [new file with mode: 0644]
sbin/nextboot/nextboot.8 [new file with mode: 0644]
sbin/nextboot/nextboot.c [new file with mode: 0644]
sbin/nfsd/Makefile [new file with mode: 0644]
sbin/nfsd/nfsd.8 [new file with mode: 0644]
sbin/nfsd/nfsd.c [new file with mode: 0644]
sbin/nfsiod/Makefile [new file with mode: 0644]
sbin/nfsiod/nfsiod.8 [new file with mode: 0644]
sbin/nfsiod/nfsiod.c [new file with mode: 0644]
sbin/nologin/Makefile [new file with mode: 0644]
sbin/nologin/nologin.5 [new file with mode: 0644]
sbin/nologin/nologin.8 [new file with mode: 0644]
sbin/nologin/nologin.c [new file with mode: 0644]
sbin/nos-tun/Makefile [new file with mode: 0644]
sbin/nos-tun/nos-tun.8 [new file with mode: 0644]
sbin/nos-tun/nos-tun.c [new file with mode: 0644]
sbin/ping/Makefile [new file with mode: 0644]
sbin/ping/ping.8 [new file with mode: 0644]
sbin/ping/ping.c [new file with mode: 0644]
sbin/ping6/Makefile [new file with mode: 0644]
sbin/ping6/ping6.8 [new file with mode: 0644]
sbin/ping6/ping6.c [new file with mode: 0644]
sbin/quotacheck/Makefile [new file with mode: 0644]
sbin/quotacheck/quotacheck.8 [new file with mode: 0644]
sbin/quotacheck/quotacheck.c [new file with mode: 0644]
sbin/rconfig/Makefile [new file with mode: 0644]
sbin/rconfig/client.c [new file with mode: 0644]
sbin/rconfig/defs.h [new file with mode: 0644]
sbin/rconfig/rconfig.8 [new file with mode: 0644]
sbin/rconfig/rconfig.c [new file with mode: 0644]
sbin/rconfig/server.c [new file with mode: 0644]
sbin/rconfig/subs.c [new file with mode: 0644]
sbin/rcorder/Makefile [new file with mode: 0644]
sbin/rcorder/hash.c [new file with mode: 0644]
sbin/rcorder/hash.h [new file with mode: 0644]
sbin/rcorder/rcorder.8 [new file with mode: 0644]
sbin/rcorder/rcorder.c [new file with mode: 0644]
sbin/rcorder/sprite.h [new file with mode: 0644]
sbin/rcrun/Makefile [new file with mode: 0644]
sbin/rcrun/rcrun.8 [new file with mode: 0644]
sbin/rcrun/rcrun.sh [new file with mode: 0644]
sbin/reboot/Makefile [new file with mode: 0644]
sbin/reboot/boot_pc32.8 [new file with mode: 0644]
sbin/reboot/reboot.8 [new file with mode: 0644]
sbin/reboot/reboot.c [new file with mode: 0644]
sbin/restore/Makefile [new file with mode: 0644]
sbin/restore/dirs.c [new file with mode: 0644]
sbin/restore/extern.h [new file with mode: 0644]
sbin/restore/interactive.c [new file with mode: 0644]
sbin/restore/main.c [new file with mode: 0644]
sbin/restore/restore.8 [new file with mode: 0644]
sbin/restore/restore.c [new file with mode: 0644]
sbin/restore/restore.h [new file with mode: 0644]
sbin/restore/symtab.c [new file with mode: 0644]
sbin/restore/tape.c [new file with mode: 0644]
sbin/restore/utilities.c [new file with mode: 0644]
sbin/route/Makefile [new file with mode: 0644]
sbin/route/extern.h [new file with mode: 0644]
sbin/route/keywords [new file with mode: 0644]
sbin/route/route.8 [new file with mode: 0644]
sbin/route/route.c [new file with mode: 0644]
sbin/route/show.c [new file with mode: 0644]
sbin/routed/Makefile [new file with mode: 0644]
sbin/routed/Makefile.inc [new file with mode: 0644]
sbin/routed/defs.h [new file with mode: 0644]
sbin/routed/if.c [new file with mode: 0644]
sbin/routed/input.c [new file with mode: 0644]
sbin/routed/main.c [new file with mode: 0644]
sbin/routed/output.c [new file with mode: 0644]
sbin/routed/parms.c [new file with mode: 0644]
sbin/routed/pathnames.h [new file with mode: 0644]
sbin/routed/radix.c [new file with mode: 0644]
sbin/routed/radix.h [new file with mode: 0644]
sbin/routed/rdisc.c [new file with mode: 0644]
sbin/routed/routed.8 [new file with mode: 0644]
sbin/routed/rtquery/Makefile [new file with mode: 0644]
sbin/routed/rtquery/rtquery.8 [new file with mode: 0644]
sbin/routed/rtquery/rtquery.c [new file with mode: 0644]
sbin/routed/table.c [new file with mode: 0644]
sbin/routed/trace.c [new file with mode: 0644]
sbin/rtsol/Makefile [new file with mode: 0644]
sbin/savecore/Makefile [new file with mode: 0644]
sbin/savecore/savecore.8 [new file with mode: 0644]
sbin/savecore/savecore.c [new file with mode: 0644]
sbin/shutdown/Makefile [new file with mode: 0644]
sbin/shutdown/pathnames.h [new file with mode: 0644]
sbin/shutdown/shutdown.8 [new file with mode: 0644]
sbin/shutdown/shutdown.c [new file with mode: 0644]
sbin/slattach/Makefile [new file with mode: 0644]
sbin/slattach/slattach.8 [new file with mode: 0644]
sbin/slattach/slattach.c [new file with mode: 0644]
sbin/spppcontrol/Makefile [new file with mode: 0644]
sbin/spppcontrol/spppcontrol.8 [new file with mode: 0644]
sbin/spppcontrol/spppcontrol.c [new file with mode: 0644]
sbin/startslip/Makefile [new file with mode: 0644]
sbin/startslip/startslip.1 [new file with mode: 0644]
sbin/startslip/startslip.c [new file with mode: 0644]
sbin/swapon/Makefile [new file with mode: 0644]
sbin/swapon/swapon.8 [new file with mode: 0644]
sbin/swapon/swapon.c [new file with mode: 0644]
sbin/sysctl/Makefile [new file with mode: 0644]
sbin/sysctl/sysctl.8 [new file with mode: 0644]
sbin/sysctl/sysctl.c [new file with mode: 0644]
sbin/syslink/Makefile [new file with mode: 0644]
sbin/syslink/syslink.8 [new file with mode: 0644]
sbin/syslink/syslink.c [new file with mode: 0644]
sbin/syslink/syslink.h [new file with mode: 0644]
sbin/tcplay/Makefile [new file with mode: 0644]
sbin/tcplay/main.c [new file with mode: 0644]
sbin/tcplay/tcplay.8 [new file with mode: 0644]
sbin/tunefs/Makefile [new file with mode: 0644]
sbin/tunefs/tunefs.8 [new file with mode: 0644]
sbin/tunefs/tunefs.c [new file with mode: 0644]
sbin/udevd/Makefile [new file with mode: 0644]
sbin/udevd/mktest [new file with mode: 0644]
sbin/udevd/test_udevd.c [new file with mode: 0644]
sbin/udevd/udevd.8 [new file with mode: 0644]
sbin/udevd/udevd.c [new file with mode: 0644]
sbin/udevd/udevd.h [new file with mode: 0644]
sbin/udevd/udevd_client.c [new file with mode: 0644]
sbin/udevd/udevd_monitor.c [new file with mode: 0644]
sbin/udevd/udevd_pdev.c [new file with mode: 0644]
sbin/udevd/udevd_socket.c [new file with mode: 0644]
sbin/umount/Makefile [new file with mode: 0644]
sbin/umount/umount.8 [new file with mode: 0644]
sbin/umount/umount.c [new file with mode: 0644]
sbin/vinum/Makefile [new file with mode: 0644]
sbin/vinum/commands.c [new file with mode: 0644]
sbin/vinum/list.c [new file with mode: 0644]
sbin/vinum/v.c [new file with mode: 0644]
sbin/vinum/vext.h [new file with mode: 0644]
sbin/vinum/vinum.8 [new file with mode: 0644]
sbin/vinum/vinumparser.c [new file with mode: 0644]
sbin/vinum/vinumutil.c [new file with mode: 0644]
secure/Makefile [new file with mode: 0644]
secure/Makefile.inc [new file with mode: 0644]
secure/Makefile.ssh.common [new file with mode: 0644]
secure/lib/Makefile [new file with mode: 0644]
secure/lib/Makefile.inc [new file with mode: 0644]
secure/lib/libcipher/Makefile [new file with mode: 0644]
secure/lib/libcipher/README [new file with mode: 0644]
secure/lib/libcipher/README.FreeBSD [new file with mode: 0644]
secure/lib/libcipher/cipher.3 [new file with mode: 0644]
secure/lib/libcipher/crypt.c [new file with mode: 0644]
secure/lib/libcipher/test/Makefile [new file with mode: 0644]
secure/lib/libcipher/test/README [new file with mode: 0644]
secure/lib/libcipher/test/cert.c [new file with mode: 0644]
secure/lib/libcipher/test/cert.input [new file with mode: 0644]
secure/lib/libcipher/test/speedcrypt.c [new file with mode: 0644]
secure/lib/libcipher/test/speeddes.c [new file with mode: 0644]
secure/lib/libcrypt/blowfish.c [new file with mode: 0644]
secure/lib/libcrypt/blowfish.h [new file with mode: 0644]
secure/lib/libcrypt/crypt-blowfish.c [new file with mode: 0644]
secure/lib/libcrypt/crypt-des.c [new file with mode: 0644]
secure/lib/libcrypto/Makefile [new file with mode: 0644]
secure/lib/libcrypto/Makefile.inc [new file with mode: 0644]
secure/lib/libcrypto/Makefile.man [new file with mode: 0644]
secure/lib/libcrypto/asm/Makefile [new file with mode: 0644]
secure/lib/libcrypto/asm/aes-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/aes-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/bf-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/bn-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/cmll-x86.s [new file with mode: 0644]
secure/lib/libcrypto/asm/cmll-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/co-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/crypt586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/des-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/md5-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/md5-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/rc4-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/rc4-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/rmd-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/sha1-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/sha1-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/sha256-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/sha256-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/sha512-586.s [new file with mode: 0644]
secure/lib/libcrypto/asm/sha512-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/wp-mmx.s [new file with mode: 0644]
secure/lib/libcrypto/asm/wp-x86_64.s [new file with mode: 0644]
secure/lib/libcrypto/asm/x86-mont.s [new file with mode: 0644]
secure/lib/libcrypto/asm/x86_64-mont.s [new file with mode: 0644]
secure/lib/libcrypto/asm/x86_64cpuid.s [new file with mode: 0644]
secure/lib/libcrypto/asm/x86cpuid.s [new file with mode: 0644]
secure/lib/libcrypto/engines/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/Makefile.inc [new file with mode: 0644]
secure/lib/libcrypto/engines/lib4758cca/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libaep/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libatalla/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libcapi/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libchil/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libcswift/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libgmp/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libgost/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libnuron/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libpadlock/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libsureware/Makefile [new file with mode: 0644]
secure/lib/libcrypto/engines/libubsec/Makefile [new file with mode: 0644]
secure/lib/libcrypto/man/ASN1_OBJECT_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ASN1_STRING_length.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ASN1_STRING_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ASN1_generate_nconf.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_ctrl.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_f_base64.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_f_buffer.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_f_cipher.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_f_md.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_f_null.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_f_ssl.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_find_type.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_new_CMS.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_push.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_read.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_accept.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_bio.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_connect.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_fd.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_file.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_mem.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_null.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_s_socket.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_set_callback.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BIO_should_retry.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_BLINDING_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_CTX_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_CTX_start.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_add.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_add_word.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_bn2bin.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_cmp.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_copy.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_generate_prime.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_mod_inverse.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_num_bytes.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_rand.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_set_bit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_swap.3 [new file with mode: 0644]
secure/lib/libcrypto/man/BN_zero.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_add0_cert.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_add1_recipient_cert.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_compress.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_decrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_encrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_final.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_get0_RecipientInfos.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_get0_SignerInfos.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_get0_type.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_sign.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_sign_add1_signer.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_sign_receipt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_uncompress.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_verify.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CMS_verify_receipt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CONF_modules_free.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CONF_modules_load_file.3 [new file with mode: 0644]
secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DH_generate_key.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DH_generate_parameters.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DH_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DH_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DH_set_method.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DH_size.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_SIG_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_do_sign.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_dup_DH.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_generate_key.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_generate_parameters.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_set_method.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_sign.3 [new file with mode: 0644]
secure/lib/libcrypto/man/DSA_size.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_GET_LIB.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_clear_error.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_error_string.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_get_error.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_load_crypto_strings.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_load_strings.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_print_errors.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_put_error.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_remove_state.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ERR_set_mark.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_BytesToKey.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_DigestInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_DigestSignInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_DigestVerifyInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_EncryptInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_OpenInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_CTX_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_cmp.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_decrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_derive.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_encrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_keygen.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_print_private.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_sign.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_verify.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_PKEY_verifyrecover.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_SealInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_SignInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/EVP_VerifyInit.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OBJ_nid2obj.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OPENSSL_Applink.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OPENSSL_config.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OPENSSL_ia32cap.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 [new file with mode: 0644]
secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS12_create.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS12_parse.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS7_decrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS7_encrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS7_sign.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS7_sign_add_signer.3 [new file with mode: 0644]
secure/lib/libcrypto/man/PKCS7_verify.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RAND_add.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RAND_bytes.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RAND_cleanup.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RAND_egd.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RAND_load_file.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RAND_set_rand_method.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_blinding_on.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_check_key.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_generate_key.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_print.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_private_encrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_public_encrypt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_set_method.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_sign.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 [new file with mode: 0644]
secure/lib/libcrypto/man/RSA_size.3 [new file with mode: 0644]
secure/lib/libcrypto/man/SMIME_read_CMS.3 [new file with mode: 0644]
secure/lib/libcrypto/man/SMIME_read_PKCS7.3 [new file with mode: 0644]
secure/lib/libcrypto/man/SMIME_write_CMS.3 [new file with mode: 0644]
secure/lib/libcrypto/man/SMIME_write_PKCS7.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_NAME_print_ex.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_STORE_CTX_get_error.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_STORE_CTX_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_new.3 [new file with mode: 0644]
secure/lib/libcrypto/man/X509_verify_cert.3 [new file with mode: 0644]
secure/lib/libcrypto/man/bio.3 [new file with mode: 0644]
secure/lib/libcrypto/man/blowfish.3 [new file with mode: 0644]
secure/lib/libcrypto/man/bn.3 [new file with mode: 0644]
secure/lib/libcrypto/man/bn_internal.3 [new file with mode: 0644]
secure/lib/libcrypto/man/buffer.3 [new file with mode: 0644]
secure/lib/libcrypto/man/crypto.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_DHparams.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_DSAPublicKey.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_RSAPublicKey.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_X509.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_X509_ALGOR.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_X509_CRL.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_X509_NAME.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_X509_REQ.3 [new file with mode: 0644]
secure/lib/libcrypto/man/d2i_X509_SIG.3 [new file with mode: 0644]
secure/lib/libcrypto/man/des.3 [new file with mode: 0644]
secure/lib/libcrypto/man/des_modes.7 [new file with mode: 0644]
secure/lib/libcrypto/man/dh.3 [new file with mode: 0644]
secure/lib/libcrypto/man/dsa.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ecdsa.3 [new file with mode: 0644]
secure/lib/libcrypto/man/engine.3 [new file with mode: 0644]
secure/lib/libcrypto/man/err.3 [new file with mode: 0644]
secure/lib/libcrypto/man/evp.3 [new file with mode: 0644]
secure/lib/libcrypto/man/hmac.3 [new file with mode: 0644]
secure/lib/libcrypto/man/i2d_CMS_bio_stream.3 [new file with mode: 0644]
secure/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 [new file with mode: 0644]
secure/lib/libcrypto/man/lh_stats.3 [new file with mode: 0644]
secure/lib/libcrypto/man/lhash.3 [new file with mode: 0644]
secure/lib/libcrypto/man/md5.3 [new file with mode: 0644]
secure/lib/libcrypto/man/mdc2.3 [new file with mode: 0644]
secure/lib/libcrypto/man/pem.3 [new file with mode: 0644]
secure/lib/libcrypto/man/rand.3 [new file with mode: 0644]
secure/lib/libcrypto/man/rc4.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ripemd.3 [new file with mode: 0644]
secure/lib/libcrypto/man/rsa.3 [new file with mode: 0644]
secure/lib/libcrypto/man/sha.3 [new file with mode: 0644]
secure/lib/libcrypto/man/threads.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ui.3 [new file with mode: 0644]
secure/lib/libcrypto/man/ui_compat.3 [new file with mode: 0644]
secure/lib/libcrypto/man/x509.3 [new file with mode: 0644]
secure/lib/libcrypto/opensslconf-i386.h [new file with mode: 0644]
secure/lib/libcrypto/opensslconf-x86_64.h [new file with mode: 0644]
secure/lib/libssh/DSA-1024.be32 [new file with mode: 0644]
secure/lib/libssh/DSA-1024.le32 [new file with mode: 0644]
secure/lib/libssh/DSA-1024.le64 [new file with mode: 0644]
secure/lib/libssh/DSA-2048.all [new file with mode: 0644]
secure/lib/libssh/Makefile [new file with mode: 0644]
secure/lib/libssh/Makefile.etc [new file with mode: 0644]
secure/lib/libssh/RSA-1024.be32 [new file with mode: 0644]
secure/lib/libssh/RSA-1024.le32 [new file with mode: 0644]
secure/lib/libssh/RSA-1024.le64 [new file with mode: 0644]
secure/lib/libssh/RSA-2048.be32 [new file with mode: 0644]
secure/lib/libssh/RSA-2048.le32 [new file with mode: 0644]
secure/lib/libssh/RSA-2048.le64 [new file with mode: 0644]
secure/lib/libssh/RSA-4096.be32 [new file with mode: 0644]
secure/lib/libssh/RSA-4096.le32 [new file with mode: 0644]
secure/lib/libssh/RSA-4096.le64 [new file with mode: 0644]
secure/lib/libssh/config.h [new file with mode: 0644]
secure/lib/libssh/generate-blacklist.sh [new file with mode: 0644]
secure/lib/libssh/version.c [new file with mode: 0644]
secure/lib/libssh/version.h [new file with mode: 0644]
secure/lib/libssl/Makefile [new file with mode: 0644]
secure/lib/libssl/Makefile.man [new file with mode: 0644]
secure/lib/libssl/man/SSL_CIPHER_get_name.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_COMP_add_compression_method.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_add_session.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_ctrl.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_flush_sessions.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_free.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_get_verify_mode.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_load_verify_locations.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_new.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_sess_number.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_sessions.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_cert_store.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_cipher_list.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_info_callback.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_mode.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_msg_callback.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_options.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_psk_client_callback.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_session_id_context.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_ssl_version.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_timeout.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_set_verify.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_use_certificate.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_CTX_use_psk_identity_hint.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_SESSION_free.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_SESSION_get_time.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_accept.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_alert_type_string.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_clear.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_connect.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_do_handshake.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_free.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_SSL_CTX.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_ciphers.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_client_CA_list.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_current_cipher.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_default_timeout.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_error.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_ex_new_index.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_fd.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_peer_cert_chain.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_peer_certificate.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_psk_identity.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_rbio.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_session.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_verify_result.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_get_version.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_library_init.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_load_client_CA_file.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_new.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_pending.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_read.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_rstate_string.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_session_reused.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_set_bio.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_set_connect_state.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_set_fd.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_set_session.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_set_shutdown.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_set_verify_result.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_shutdown.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_state_string.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_want.3 [new file with mode: 0644]
secure/lib/libssl/man/SSL_write.3 [new file with mode: 0644]
secure/lib/libssl/man/d2i_SSL_SESSION.3 [new file with mode: 0644]
secure/lib/libssl/man/ssl.3 [new file with mode: 0644]
secure/libexec/Makefile [new file with mode: 0644]
secure/libexec/Makefile.inc [new file with mode: 0644]
secure/libexec/sftp-server/Makefile [new file with mode: 0644]
secure/libexec/ssh-keysign/Makefile [new file with mode: 0644]
secure/libexec/ssh-pkcs11-helper/Makefile [new file with mode: 0644]
secure/usr.bin/Makefile [new file with mode: 0644]
secure/usr.bin/Makefile.inc [new file with mode: 0644]
secure/usr.bin/bdes/Makefile [new file with mode: 0644]
secure/usr.bin/bdes/bdes.1 [new file with mode: 0644]
secure/usr.bin/bdes/bdes.c [new file with mode: 0644]
secure/usr.bin/bdes/bdes.ps [new file with mode: 0644]
secure/usr.bin/openssl/Makefile [new file with mode: 0644]
secure/usr.bin/openssl/Makefile.etc [new file with mode: 0644]
secure/usr.bin/openssl/Makefile.man [new file with mode: 0644]
secure/usr.bin/openssl/man/CA.pl.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/asn1parse.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/ca.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/ciphers.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/cms.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/config.5 [new file with mode: 0644]
secure/usr.bin/openssl/man/crl.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/crl2pkcs7.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/dgst.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/dhparam.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/dsa.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/dsaparam.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/ec.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/ecparam.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/enc.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/errstr.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/gendsa.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/genpkey.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/genrsa.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/nseq.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/ocsp.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/openssl.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/passwd.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/pkcs12.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/pkcs7.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/pkcs8.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/pkey.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/pkeyparam.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/pkeyutl.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/rand.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/req.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/rsa.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/rsautl.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/s_client.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/s_server.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/s_time.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/sess_id.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/smime.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/speed.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/spkac.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/ts.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/tsget.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/verify.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/version.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/x509.1 [new file with mode: 0644]
secure/usr.bin/openssl/man/x509v3_config.5 [new file with mode: 0644]
secure/usr.bin/scp/Makefile [new file with mode: 0644]
secure/usr.bin/sftp/Makefile [new file with mode: 0644]
secure/usr.bin/ssh-add/Makefile [new file with mode: 0644]
secure/usr.bin/ssh-agent/Makefile [new file with mode: 0644]
secure/usr.bin/ssh-keygen/Makefile [new file with mode: 0644]
secure/usr.bin/ssh-keyscan/Makefile [new file with mode: 0644]
secure/usr.bin/ssh-vulnkey/Makefile [new file with mode: 0644]
secure/usr.bin/ssh/Makefile [new file with mode: 0644]
secure/usr.bin/ssh/Makefile.etc [new file with mode: 0644]
secure/usr.sbin/Makefile [new file with mode: 0644]
secure/usr.sbin/Makefile.inc [new file with mode: 0644]
secure/usr.sbin/sshd/Makefile [new file with mode: 0644]
secure/usr.sbin/sshd/Makefile.etc [new file with mode: 0644]
secure/usr.sbin/sshd/auth-passwd-freebsd.c [new file with mode: 0644]
share/Makefile [new file with mode: 0644]
share/Makefile.inc [new file with mode: 0644]
share/colldef/Makefile [new file with mode: 0644]
share/colldef/README [new file with mode: 0644]
share/colldef/be_BY.CP1131.src [new file with mode: 0644]
share/colldef/be_BY.CP1251.src [new file with mode: 0644]
share/colldef/be_BY.ISO8859-5.src [new file with mode: 0644]
share/colldef/bg_BG.CP1251.src [new file with mode: 0644]
share/colldef/cs_CZ.ISO8859-2.src [new file with mode: 0644]
share/colldef/de_DE.ISO8859-1.src [new file with mode: 0644]
share/colldef/de_DE.ISO8859-15.src [new file with mode: 0644]
share/colldef/el_GR.ISO8859-7.src [new file with mode: 0644]
share/colldef/en_DK.example [new file with mode: 0644]
share/colldef/es_ES.ISO8859-1.src [new file with mode: 0644]
share/colldef/es_ES.ISO8859-15.src [new file with mode: 0644]
share/colldef/et_EE.ISO8859-15.src [new file with mode: 0644]
share/colldef/hi_IN.ISCII-DEV.src [new file with mode: 0644]
share/colldef/is_IS.ISO8859-1.src [new file with mode: 0644]
share/colldef/is_IS.ISO8859-15.src [new file with mode: 0644]
share/colldef/la_LN.ISO8859-1.src [new file with mode: 0644]
share/colldef/la_LN.ISO8859-15.src [new file with mode: 0644]
share/colldef/la_LN.ISO8859-2.src [new file with mode: 0644]
share/colldef/la_LN.ISO8859-4.src [new file with mode: 0644]
share/colldef/la_LN.US-ASCII.src [new file with mode: 0644]
share/colldef/la_LN.UTF-8.src [new file with mode: 0644]
share/colldef/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/colldef/lt_LT.ISO8859-4.src [new file with mode: 0644]
share/colldef/map.CP1131 [new file with mode: 0644]
share/colldef/map.CP1251 [new file with mode: 0644]
share/colldef/map.CP866 [new file with mode: 0644]
share/colldef/map.ISCII-DEV [new file with mode: 0644]
share/colldef/map.ISO8859-1 [new file with mode: 0644]
share/colldef/map.ISO8859-13 [new file with mode: 0644]
share/colldef/map.ISO8859-15 [new file with mode: 0644]
share/colldef/map.ISO8859-2 [new file with mode: 0644]
share/colldef/map.ISO8859-4 [new file with mode: 0644]
share/colldef/map.ISO8859-5 [new file with mode: 0644]
share/colldef/map.ISO8859-7 [new file with mode: 0644]
share/colldef/map.KOI8-R [new file with mode: 0644]
share/colldef/map.KOI8-U [new file with mode: 0644]
share/colldef/pl_PL.ISO8859-2.src [new file with mode: 0644]
share/colldef/ru_RU.CP866.src [new file with mode: 0644]
share/colldef/ru_RU.ISO8859-5.src [new file with mode: 0644]
share/colldef/ru_RU.KOI8-R.src [new file with mode: 0644]
share/colldef/sv_SE.ISO8859-1.src [new file with mode: 0644]
share/colldef/sv_SE.ISO8859-15.src [new file with mode: 0644]
share/colldef/uk_UA.ISO8859-5.src [new file with mode: 0644]
share/colldef/uk_UA.KOI8-U.src [new file with mode: 0644]
share/dict/Makefile [new file with mode: 0644]
share/dict/README [new file with mode: 0644]
share/dict/freebsd [new file with mode: 0644]
share/dict/propernames [new file with mode: 0644]
share/dict/web2 [new file with mode: 0644]
share/dict/web2a [new file with mode: 0644]
share/doc/IPv6/IMPLEMENTATION [new file with mode: 0644]
share/doc/IPv6/Makefile [new file with mode: 0644]
share/doc/Makefile [new file with mode: 0644]
share/doc/legal/Makefile [new file with mode: 0644]
share/doc/legal/intel_iwi/Makefile [new file with mode: 0644]
share/doc/legal/intel_iwn/Makefile [new file with mode: 0644]
share/doc/legal/intel_wpi/Makefile [new file with mode: 0644]
share/doc/legal/ralink_ral/Makefile [new file with mode: 0644]
share/doc/papers/Makefile [new file with mode: 0644]
share/doc/papers/beyond4.3/Makefile [new file with mode: 0644]
share/doc/papers/beyond4.3/beyond43.ms [new file with mode: 0644]
share/doc/papers/contents/Makefile [new file with mode: 0644]
share/doc/papers/contents/contents.ms [new file with mode: 0644]
share/doc/papers/diskperf/Makefile [new file with mode: 0644]
share/doc/papers/diskperf/abs.ms [new file with mode: 0644]
share/doc/papers/diskperf/appendix.ms [new file with mode: 0644]
share/doc/papers/diskperf/conclusions.ms [new file with mode: 0644]
share/doc/papers/diskperf/equip.ms [new file with mode: 0644]
share/doc/papers/diskperf/methodology.ms [new file with mode: 0644]
share/doc/papers/diskperf/motivation.ms [new file with mode: 0644]
share/doc/papers/diskperf/results.ms [new file with mode: 0644]
share/doc/papers/diskperf/tests.ms [new file with mode: 0644]
share/doc/papers/fsinterface/Makefile [new file with mode: 0644]
share/doc/papers/fsinterface/abstract.ms [new file with mode: 0644]
share/doc/papers/fsinterface/fsinterface.ms [new file with mode: 0644]
share/doc/papers/fsinterface/slides.t [new file with mode: 0644]
share/doc/papers/jail/Makefile [new file with mode: 0644]
share/doc/papers/jail/future.ms [new file with mode: 0644]
share/doc/papers/jail/implementation.ms [new file with mode: 0644]
share/doc/papers/jail/jail01.eps [new file with mode: 0644]
share/doc/papers/jail/jail01.fig [new file with mode: 0644]
share/doc/papers/jail/mgt.ms [new file with mode: 0644]
share/doc/papers/jail/paper.ms [new file with mode: 0644]
share/doc/papers/kernmalloc/Makefile [new file with mode: 0644]
share/doc/papers/kernmalloc/alloc.fig [new file with mode: 0644]
share/doc/papers/kernmalloc/appendix.t [new file with mode: 0644]
share/doc/papers/kernmalloc/kernmalloc.t [new file with mode: 0644]
share/doc/papers/kernmalloc/spell.ok [new file with mode: 0644]
share/doc/papers/kernmalloc/usage.tbl [new file with mode: 0644]
share/doc/papers/kerntune/0.t [new file with mode: 0644]
share/doc/papers/kerntune/1.t [new file with mode: 0644]
share/doc/papers/kerntune/2.t [new file with mode: 0644]
share/doc/papers/kerntune/3.t [new file with mode: 0644]
share/doc/papers/kerntune/4.t [new file with mode: 0644]
share/doc/papers/kerntune/Makefile [new file with mode: 0644]
share/doc/papers/kerntune/fig2.pic [new file with mode: 0644]
share/doc/papers/malloc/Makefile [new file with mode: 0644]
share/doc/papers/malloc/abs.ms [new file with mode: 0644]
share/doc/papers/malloc/alternatives.ms [new file with mode: 0644]
share/doc/papers/malloc/conclusion.ms [new file with mode: 0644]
share/doc/papers/malloc/implementation.ms [new file with mode: 0644]
share/doc/papers/malloc/intro.ms [new file with mode: 0644]
share/doc/papers/malloc/kernel.ms [new file with mode: 0644]
share/doc/papers/malloc/malloc.ms [new file with mode: 0644]
share/doc/papers/malloc/performance.ms [new file with mode: 0644]
share/doc/papers/malloc/problems.ms [new file with mode: 0644]
share/doc/papers/memfs/0.t [new file with mode: 0644]
share/doc/papers/memfs/1.t [new file with mode: 0644]
share/doc/papers/memfs/A.t [new file with mode: 0644]
share/doc/papers/memfs/Makefile [new file with mode: 0644]
share/doc/papers/memfs/ref.bib [new file with mode: 0644]
share/doc/papers/memfs/spell.ok [new file with mode: 0644]
share/doc/papers/memfs/tmac.srefs [new file with mode: 0644]
share/doc/papers/newvm/0.t [new file with mode: 0644]
share/doc/papers/newvm/1.t [new file with mode: 0644]
share/doc/papers/newvm/Makefile [new file with mode: 0644]
share/doc/papers/newvm/a.t [new file with mode: 0644]
share/doc/papers/newvm/spell.ok [new file with mode: 0644]
share/doc/papers/nqnfs/Makefile [new file with mode: 0644]
share/doc/papers/nqnfs/nqnfs.me [new file with mode: 0644]
share/doc/papers/px/Makefile [new file with mode: 0644]
share/doc/papers/px/fig1.1.n [new file with mode: 0644]
share/doc/papers/px/fig1.2.n [new file with mode: 0644]
share/doc/papers/px/fig1.3.n [new file with mode: 0644]
share/doc/papers/px/fig2.3.raw [new file with mode: 0644]
share/doc/papers/px/fig2.4.n [new file with mode: 0644]
share/doc/papers/px/fig3.2.n [new file with mode: 0644]
share/doc/papers/px/fig3.3.n [new file with mode: 0644]
share/doc/papers/px/pxin0.n [new file with mode: 0644]
share/doc/papers/px/pxin1.n [new file with mode: 0644]
share/doc/papers/px/pxin2.n [new file with mode: 0644]
share/doc/papers/px/pxin3.n [new file with mode: 0644]
share/doc/papers/px/pxin4.n [new file with mode: 0644]
share/doc/papers/px/table2.1.n [new file with mode: 0644]
share/doc/papers/px/table2.2.n [new file with mode: 0644]
share/doc/papers/px/table2.3.n [new file with mode: 0644]
share/doc/papers/px/table3.1.n [new file with mode: 0644]
share/doc/papers/px/tmac.p [new file with mode: 0644]
share/doc/papers/relengr/0.t [new file with mode: 0644]
share/doc/papers/relengr/1.t [new file with mode: 0644]
share/doc/papers/relengr/2.t [new file with mode: 0644]
share/doc/papers/relengr/3.t [new file with mode: 0644]
share/doc/papers/relengr/Makefile [new file with mode: 0644]
share/doc/papers/relengr/ref.bib [new file with mode: 0644]
share/doc/papers/relengr/spell.ok [new file with mode: 0644]
share/doc/papers/sysperf/0.t [new file with mode: 0644]
share/doc/papers/sysperf/1.t [new file with mode: 0644]
share/doc/papers/sysperf/2.t [new file with mode: 0644]
share/doc/papers/sysperf/3.t [new file with mode: 0644]
share/doc/papers/sysperf/4.t [new file with mode: 0644]
share/doc/papers/sysperf/5.t [new file with mode: 0644]
share/doc/papers/sysperf/6.t [new file with mode: 0644]
share/doc/papers/sysperf/7.t [new file with mode: 0644]
share/doc/papers/sysperf/Makefile [new file with mode: 0644]
share/doc/papers/sysperf/a1.t [new file with mode: 0644]
share/doc/papers/sysperf/a2.t [new file with mode: 0644]
share/doc/psd/05.sysman/0.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.0.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.1.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.2.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.3.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.4.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.5.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.6.t [new file with mode: 0644]
share/doc/psd/05.sysman/1.7.t [new file with mode: 0644]
share/doc/psd/05.sysman/2.0.t [new file with mode: 0644]
share/doc/psd/05.sysman/2.1.t [new file with mode: 0644]
share/doc/psd/05.sysman/2.2.t [new file with mode: 0644]
share/doc/psd/05.sysman/2.3.t [new file with mode: 0644]
share/doc/psd/05.sysman/2.4.t [new file with mode: 0644]
share/doc/psd/05.sysman/2.5.t [new file with mode: 0644]
share/doc/psd/05.sysman/Makefile [new file with mode: 0644]
share/doc/psd/05.sysman/a.t [new file with mode: 0644]
share/doc/psd/05.sysman/spell.ok [new file with mode: 0644]
share/doc/psd/12.make/Makefile [new file with mode: 0644]
share/doc/psd/13.rcs/Makefile [new file with mode: 0644]
share/doc/psd/13.rcs/Makefile.inc [new file with mode: 0644]
share/doc/psd/13.rcs/rcs/Makefile [new file with mode: 0644]
share/doc/psd/13.rcs/rcs_func/Makefile [new file with mode: 0644]
share/doc/psd/18.gprof/Makefile [new file with mode: 0644]
share/doc/psd/20.ipctut/Makefile [new file with mode: 0644]
share/doc/psd/20.ipctut/dgramread.c [new file with mode: 0644]
share/doc/psd/20.ipctut/dgramsend.c [new file with mode: 0644]
share/doc/psd/20.ipctut/fig2.pic [new file with mode: 0644]
share/doc/psd/20.ipctut/fig2.xfig [new file with mode: 0644]
share/doc/psd/20.ipctut/fig3.pic [new file with mode: 0644]
share/doc/psd/20.ipctut/fig3.xfig [new file with mode: 0644]
share/doc/psd/20.ipctut/fig8.pic [new file with mode: 0644]
share/doc/psd/20.ipctut/fig8.xfig [new file with mode: 0644]
share/doc/psd/20.ipctut/pipe.c [new file with mode: 0644]
share/doc/psd/20.ipctut/socketpair.c [new file with mode: 0644]
share/doc/psd/20.ipctut/strchkread.c [new file with mode: 0644]
share/doc/psd/20.ipctut/streamread.c [new file with mode: 0644]
share/doc/psd/20.ipctut/streamwrite.c [new file with mode: 0644]
share/doc/psd/20.ipctut/tutor.me [new file with mode: 0644]
share/doc/psd/20.ipctut/udgramread.c [new file with mode: 0644]
share/doc/psd/20.ipctut/udgramsend.c [new file with mode: 0644]
share/doc/psd/20.ipctut/ustreamread.c [new file with mode: 0644]
share/doc/psd/20.ipctut/ustreamwrite.c [new file with mode: 0644]
share/doc/psd/21.ipc/0.t [new file with mode: 0644]
share/doc/psd/21.ipc/1.t [new file with mode: 0644]
share/doc/psd/21.ipc/2.t [new file with mode: 0644]
share/doc/psd/21.ipc/3.t [new file with mode: 0644]
share/doc/psd/21.ipc/4.t [new file with mode: 0644]
share/doc/psd/21.ipc/5.t [new file with mode: 0644]
share/doc/psd/21.ipc/Makefile [new file with mode: 0644]
share/doc/psd/21.ipc/spell.ok [new file with mode: 0644]
share/doc/psd/22.rpcgen/Makefile [new file with mode: 0644]
share/doc/psd/23.rpc/Makefile [new file with mode: 0644]
share/doc/psd/24.xdr/Makefile [new file with mode: 0644]
share/doc/psd/25.xdrrfc/Makefile [new file with mode: 0644]
share/doc/psd/26.rpcrfc/Makefile [new file with mode: 0644]
share/doc/psd/27.nfsrpc/Makefile [new file with mode: 0644]
share/doc/psd/28.cvs/Makefile [new file with mode: 0644]
share/doc/psd/Makefile [new file with mode: 0644]
share/doc/psd/contents/Makefile [new file with mode: 0644]
share/doc/psd/contents/contents.ms [new file with mode: 0644]
share/doc/psd/title/Makefile [new file with mode: 0644]
share/doc/psd/title/Title [new file with mode: 0644]
share/doc/smm/01.setup/0.t [new file with mode: 0644]
share/doc/smm/01.setup/1.t [new file with mode: 0644]
share/doc/smm/01.setup/2.t [new file with mode: 0644]
share/doc/smm/01.setup/3.t [new file with mode: 0644]
share/doc/smm/01.setup/4.t [new file with mode: 0644]
share/doc/smm/01.setup/5.t [new file with mode: 0644]
share/doc/smm/01.setup/6.t [new file with mode: 0644]
share/doc/smm/01.setup/Makefile [new file with mode: 0644]
share/doc/smm/01.setup/spell.ok [new file with mode: 0644]
share/doc/smm/01.setup/stubs [new file with mode: 0644]
share/doc/smm/02.config/Makefile [new file with mode: 0644]
share/doc/smm/03.fsck/Makefile [new file with mode: 0644]
share/doc/smm/04.quotas/Makefile [new file with mode: 0644]
share/doc/smm/04.quotas/quotas.ms [new file with mode: 0644]
share/doc/smm/05.fastfs/0.t [new file with mode: 0644]
share/doc/smm/05.fastfs/1.t [new file with mode: 0644]
share/doc/smm/05.fastfs/2.t [new file with mode: 0644]
share/doc/smm/05.fastfs/3.t [new file with mode: 0644]
share/doc/smm/05.fastfs/4.t [new file with mode: 0644]
share/doc/smm/05.fastfs/5.t [new file with mode: 0644]
share/doc/smm/05.fastfs/6.t [new file with mode: 0644]
share/doc/smm/05.fastfs/Makefile [new file with mode: 0644]
share/doc/smm/06.nfs/0.t [new file with mode: 0644]
share/doc/smm/06.nfs/1.t [new file with mode: 0644]
share/doc/smm/06.nfs/2.t [new file with mode: 0644]
share/doc/smm/06.nfs/Makefile [new file with mode: 0644]
share/doc/smm/06.nfs/ref.t [new file with mode: 0644]
share/doc/smm/08.sendmailop/Makefile [new file with mode: 0644]
share/doc/smm/11.timedop/Makefile [new file with mode: 0644]
share/doc/smm/12.timed/Makefile [new file with mode: 0644]
share/doc/smm/18.net/0.t [new file with mode: 0644]
share/doc/smm/18.net/1.t [new file with mode: 0644]
share/doc/smm/18.net/2.t [new file with mode: 0644]
share/doc/smm/18.net/3.t [new file with mode: 0644]
share/doc/smm/18.net/4.t [new file with mode: 0644]
share/doc/smm/18.net/5.t [new file with mode: 0644]
share/doc/smm/18.net/6.t [new file with mode: 0644]
share/doc/smm/18.net/7.t [new file with mode: 0644]
share/doc/smm/18.net/8.t [new file with mode: 0644]
share/doc/smm/18.net/9.t [new file with mode: 0644]
share/doc/smm/18.net/Makefile [new file with mode: 0644]
share/doc/smm/18.net/a.t [new file with mode: 0644]
share/doc/smm/18.net/b.t [new file with mode: 0644]
share/doc/smm/18.net/c.t [new file with mode: 0644]
share/doc/smm/18.net/d.t [new file with mode: 0644]
share/doc/smm/18.net/e.t [new file with mode: 0644]
share/doc/smm/18.net/f.t [new file with mode: 0644]
share/doc/smm/18.net/spell.ok [new file with mode: 0644]
share/doc/smm/Makefile [new file with mode: 0644]
share/doc/smm/contents/Makefile [new file with mode: 0644]
share/doc/smm/contents/contents.ms [new file with mode: 0644]
share/doc/smm/title/Makefile [new file with mode: 0644]
share/doc/smm/title/Title [new file with mode: 0644]
share/doc/usd/04.csh/Makefile [new file with mode: 0644]
share/doc/usd/05.dc/Makefile [new file with mode: 0644]
share/doc/usd/06.bc/Makefile [new file with mode: 0644]
share/doc/usd/07.mail/Makefile [new file with mode: 0644]
share/doc/usd/10.exref/Makefile [new file with mode: 0644]
share/doc/usd/10.exref/Makefile.inc [new file with mode: 0644]
share/doc/usd/10.exref/exref/Makefile [new file with mode: 0644]
share/doc/usd/10.exref/summary/Makefile [new file with mode: 0644]
share/doc/usd/11.vitut/Makefile [new file with mode: 0644]
share/doc/usd/12.vi/Makefile [new file with mode: 0644]
share/doc/usd/12.vi/Makefile.inc [new file with mode: 0644]
share/doc/usd/12.vi/summary/Makefile [new file with mode: 0644]
share/doc/usd/12.vi/vi/Makefile [new file with mode: 0644]
share/doc/usd/12.vi/viapwh/Makefile [new file with mode: 0644]
share/doc/usd/13.viref/Makefile [new file with mode: 0644]
share/doc/usd/18.msdiffs/Makefile [new file with mode: 0644]
share/doc/usd/18.msdiffs/ms.diffs [new file with mode: 0644]
share/doc/usd/19.memacros/Makefile [new file with mode: 0644]
share/doc/usd/20.meref/Makefile [new file with mode: 0644]
share/doc/usd/30.rogue/Makefile [new file with mode: 0644]
share/doc/usd/31.trek/Makefile [new file with mode: 0644]
share/doc/usd/Makefile [new file with mode: 0644]
share/doc/usd/contents/Makefile [new file with mode: 0644]
share/doc/usd/contents/contents.ms [new file with mode: 0644]
share/doc/usd/title/Makefile [new file with mode: 0644]
share/doc/usd/title/Title [new file with mode: 0644]
share/examples/IPv6/USAGE [new file with mode: 0644]
share/examples/Makefile [new file with mode: 0644]
share/examples/atm/NOTES [new file with mode: 0644]
share/examples/atm/README [new file with mode: 0644]
share/examples/atm/Startup [new file with mode: 0644]
share/examples/atm/atm-config.sh [new file with mode: 0644]
share/examples/atm/atm-sockets.txt [new file with mode: 0644]
share/examples/atm/cpcs-design.txt [new file with mode: 0644]
share/examples/atm/fore-microcode.txt [new file with mode: 0644]
share/examples/atm/sscf-design.txt [new file with mode: 0644]
share/examples/atm/sscop-design.txt [new file with mode: 0644]
share/examples/cvsup/FreeBSD-supfile [new file with mode: 0644]
share/examples/cvsup/NetBSD-supfile [new file with mode: 0644]
share/examples/cvsup/OpenBSD-supfile [new file with mode: 0644]
share/examples/cvsup/README [new file with mode: 0644]
share/examples/diskless/ME [new file with mode: 0644]
share/examples/diskless/README.BOOTP [new file with mode: 0644]
share/examples/diskless/README.TEMPLATING [new file with mode: 0644]
share/examples/diskless/clone_root [new file with mode: 0644]
share/examples/drivers/README [new file with mode: 0644]
share/examples/drivers/make_device_driver.sh [new file with mode: 0644]
share/examples/drivers/make_pseudo_driver.sh [new file with mode: 0644]
share/examples/etc/README.examples [new file with mode: 0644]
share/examples/etc/bsd-style-copyright [new file with mode: 0644]
share/examples/find_interface/Makefile [new file with mode: 0644]
share/examples/find_interface/README [new file with mode: 0644]
share/examples/find_interface/find_interface.c [new file with mode: 0644]
share/examples/ipfw/change_rules.sh [new file with mode: 0644]
share/examples/isdn/FAQ [new file with mode: 0644]
share/examples/isdn/KERNEL [new file with mode: 0644]
share/examples/isdn/Overview [new file with mode: 0644]
share/examples/isdn/README [new file with mode: 0644]
share/examples/isdn/ROADMAP [new file with mode: 0644]
share/examples/isdn/ReleaseNotes [new file with mode: 0644]
share/examples/isdn/Resources [new file with mode: 0644]
share/examples/isdn/SupportedCards [new file with mode: 0644]
share/examples/isdn/ThankYou [new file with mode: 0644]
share/examples/isdn/contrib/README [new file with mode: 0644]
share/examples/isdn/contrib/anleitung.ppp [new file with mode: 0644]
share/examples/isdn/contrib/answer.c [new file with mode: 0644]
share/examples/isdn/contrib/answer.sh [new file with mode: 0644]
share/examples/isdn/contrib/convert.sh [new file with mode: 0644]
share/examples/isdn/contrib/hplay.c [new file with mode: 0644]
share/examples/isdn/contrib/i4b-ppp-newbie.txt [new file with mode: 0644]
share/examples/isdn/contrib/isdnctl [new file with mode: 0644]
share/examples/isdn/contrib/isdnd_acct [new file with mode: 0644]
share/examples/isdn/contrib/isdnd_acct.pl [new file with mode: 0644]
share/examples/isdn/contrib/isdntelmux.c [new file with mode: 0644]
share/examples/isdn/contrib/mrtg-isp0.sh [new file with mode: 0644]
share/examples/isdn/i4brunppp/Makefile [new file with mode: 0644]
share/examples/isdn/i4brunppp/README [new file with mode: 0644]
share/examples/isdn/i4brunppp/i4brunppp-isdnd.rc [new file with mode: 0644]
share/examples/isdn/i4brunppp/i4brunppp.8 [new file with mode: 0644]
share/examples/isdn/i4brunppp/i4brunppp.c [new file with mode: 0644]
share/examples/isdn/v21/Makefile [new file with mode: 0644]
share/examples/isdn/v21/README [new file with mode: 0644]
share/examples/isdn/v21/v21modem.c [new file with mode: 0644]
share/examples/kld/Makefile [new file with mode: 0644]
share/examples/kld/cdev/Makefile [new file with mode: 0644]
share/examples/kld/cdev/README [new file with mode: 0644]
share/examples/kld/cdev/module/Makefile [new file with mode: 0644]
share/examples/kld/cdev/module/cdev.c [new file with mode: 0644]
share/examples/kld/cdev/module/cdev.h [new file with mode: 0644]
share/examples/kld/cdev/module/cdevmod.c [new file with mode: 0644]
share/examples/kld/cdev/test/Makefile [new file with mode: 0644]
share/examples/kld/cdev/test/testcdev.c [new file with mode: 0644]
share/examples/kld/dyn_sysctl/Makefile [new file with mode: 0644]
share/examples/kld/dyn_sysctl/README [new file with mode: 0644]
share/examples/kld/dyn_sysctl/dyn_sysctl.c [new file with mode: 0644]
share/examples/kld/firmware/Makefile [new file with mode: 0644]
share/examples/kld/firmware/README [new file with mode: 0644]
share/examples/kld/firmware/fwconsumer/Makefile [new file with mode: 0644]
share/examples/kld/firmware/fwconsumer/fw_consumer.c [new file with mode: 0644]
share/examples/kld/firmware/fwimage/Makefile [new file with mode: 0644]
share/examples/kld/firmware/fwimage/firmware.img [new file with mode: 0644]
share/examples/kld/syscall/Makefile [new file with mode: 0644]
share/examples/kld/syscall/module/Makefile [new file with mode: 0644]
share/examples/kld/syscall/module/syscall.c [new file with mode: 0644]
share/examples/kld/syscall/test/Makefile [new file with mode: 0644]
share/examples/kld/syscall/test/call.c [new file with mode: 0644]
share/examples/libvgl/Makefile [new file with mode: 0644]
share/examples/libvgl/demo.c [new file with mode: 0644]
share/examples/mdoc/example.1 [new file with mode: 0644]
share/examples/mdoc/example.3 [new file with mode: 0644]
share/examples/mdoc/example.4 [new file with mode: 0644]
share/examples/meteor/README [new file with mode: 0644]
share/examples/meteor/rgb16.c [new file with mode: 0644]
share/examples/meteor/rgb24.c [new file with mode: 0644]
share/examples/meteor/test-n.c [new file with mode: 0644]
share/examples/meteor/yuvpk.c [new file with mode: 0644]
share/examples/meteor/yuvpl.c [new file with mode: 0644]
share/examples/netgraph/ether.bridge [new file with mode: 0644]
share/examples/netgraph/frame_relay [new file with mode: 0644]
share/examples/netgraph/ngctl [new file with mode: 0644]
share/examples/netgraph/raw [new file with mode: 0644]
share/examples/netgraph/udp.tunnel [new file with mode: 0644]
share/examples/nwclient/dot.nwfsrc [new file with mode: 0644]
share/examples/nwclient/nwfs.sh.sample [new file with mode: 0644]
share/examples/perfmon/Makefile [new file with mode: 0644]
share/examples/perfmon/README [new file with mode: 0644]
share/examples/perfmon/perfmon.c [new file with mode: 0644]
share/examples/pf/Makefile [new file with mode: 0644]
share/examples/pf/ackpri [new file with mode: 0644]
share/examples/pf/faq-example1 [new file with mode: 0644]
share/examples/pf/faq-example2 [new file with mode: 0644]
share/examples/pf/faq-example3 [new file with mode: 0644]
share/examples/pf/queue1 [new file with mode: 0644]
share/examples/pf/queue2 [new file with mode: 0644]
share/examples/pf/queue3 [new file with mode: 0644]
share/examples/pf/queue4 [new file with mode: 0644]
share/examples/pf/spamd [new file with mode: 0644]
share/examples/portal/README [new file with mode: 0644]
share/examples/portal/portal.conf [new file with mode: 0644]
share/examples/ppi/Makefile [new file with mode: 0644]
share/examples/ppi/ppilcd.c [new file with mode: 0644]
share/examples/ppp/chap-auth [new file with mode: 0644]
share/examples/ppp/isdnd.rc [new file with mode: 0644]
share/examples/ppp/login-auth [new file with mode: 0644]
share/examples/ppp/ppp.conf.isdn [new file with mode: 0644]
share/examples/ppp/ppp.conf.sample [new file with mode: 0644]
share/examples/ppp/ppp.conf.span-isp [new file with mode: 0644]
share/examples/ppp/ppp.conf.span-isp.working [new file with mode: 0644]
share/examples/ppp/ppp.linkdown.sample [new file with mode: 0644]
share/examples/ppp/ppp.linkdown.span-isp [new file with mode: 0644]
share/examples/ppp/ppp.linkdown.span-isp.working [new file with mode: 0644]
share/examples/ppp/ppp.linkup.sample [new file with mode: 0644]
share/examples/ppp/ppp.linkup.span-isp [new file with mode: 0644]
share/examples/ppp/ppp.linkup.span-isp.working [new file with mode: 0644]
share/examples/ppp/ppp.secret.sample [new file with mode: 0644]
share/examples/ppp/ppp.secret.span-isp [new file with mode: 0644]
share/examples/ppp/ppp.secret.span-isp.working [new file with mode: 0644]
share/examples/pppd/auth-down.sample [new file with mode: 0644]
share/examples/pppd/auth-up.sample [new file with mode: 0644]
share/examples/pppd/chap-secrets.sample [new file with mode: 0644]
share/examples/pppd/chat.sh.sample [new file with mode: 0644]
share/examples/pppd/ip-down.sample [new file with mode: 0644]
share/examples/pppd/ip-up.sample [new file with mode: 0644]
share/examples/pppd/options.sample [new file with mode: 0644]
share/examples/pppd/pap-secrets.sample [new file with mode: 0644]
share/examples/pppd/ppp.deny.sample [new file with mode: 0644]
share/examples/pppd/ppp.shells.sample [new file with mode: 0644]
share/examples/printing/README [new file with mode: 0644]
share/examples/printing/diablo-if-net [new file with mode: 0644]
share/examples/printing/hpdf [new file with mode: 0644]
share/examples/printing/hpif [new file with mode: 0644]
share/examples/printing/hpof [new file with mode: 0644]
share/examples/printing/hprf [new file with mode: 0644]
share/examples/printing/hpvf [new file with mode: 0644]
share/examples/printing/if-gs-ljet4 [new file with mode: 0644]
share/examples/printing/if-simple [new file with mode: 0644]
share/examples/printing/if-simpleX [new file with mode: 0644]
share/examples/printing/ifhp [new file with mode: 0644]
share/examples/printing/make-ps-header [new file with mode: 0644]
share/examples/printing/netprint [new file with mode: 0644]
share/examples/printing/psdf [new file with mode: 0644]
share/examples/printing/psdfX [new file with mode: 0644]
share/examples/printing/psif [new file with mode: 0644]
share/examples/printing/pstf [new file with mode: 0644]
share/examples/printing/pstfX [new file with mode: 0644]
share/examples/rconfig/auto.sh [new file with mode: 0644]
share/examples/rconfig/encrypted_root.sh [new file with mode: 0644]
share/examples/rconfig/hammer.sh [new file with mode: 0644]
share/examples/scsi_target/Makefile [new file with mode: 0644]
share/examples/scsi_target/scsi_cmds.c [new file with mode: 0644]
share/examples/scsi_target/scsi_target.8 [new file with mode: 0644]
share/examples/scsi_target/scsi_target.c [new file with mode: 0644]
share/examples/scsi_target/scsi_target.h [new file with mode: 0644]
share/examples/ses/Makefile [new file with mode: 0644]
share/examples/ses/Makefile.inc [new file with mode: 0644]
share/examples/ses/getencstat/Makefile [new file with mode: 0644]
share/examples/ses/getencstat/getencstat.0 [new file with mode: 0644]
share/examples/ses/sesd/Makefile [new file with mode: 0644]
share/examples/ses/sesd/sesd.0 [new file with mode: 0644]
share/examples/ses/setencstat/Makefile [new file with mode: 0644]
share/examples/ses/setencstat/setencstat.0 [new file with mode: 0644]
share/examples/ses/setobjstat/Makefile [new file with mode: 0644]
share/examples/ses/setobjstat/setobjstat.0 [new file with mode: 0644]
share/examples/ses/srcs/chpmon.c [new file with mode: 0644]
share/examples/ses/srcs/eltsub.c [new file with mode: 0644]
share/examples/ses/srcs/getencstat.c [new file with mode: 0644]
share/examples/ses/srcs/getnobj.c [new file with mode: 0644]
share/examples/ses/srcs/getobjmap.c [new file with mode: 0644]
share/examples/ses/srcs/getobjstat.c [new file with mode: 0644]
share/examples/ses/srcs/inienc.c [new file with mode: 0644]
share/examples/ses/srcs/sesd.c [new file with mode: 0644]
share/examples/ses/srcs/setencstat.c [new file with mode: 0644]
share/examples/ses/srcs/setobjstat.c [new file with mode: 0644]
share/examples/slattach/unit-command.sh [new file with mode: 0755]
share/examples/sliplogin/slip.hosts [new file with mode: 0644]
share/examples/sliplogin/slip.login [new file with mode: 0644]
share/examples/sliplogin/slip.logout [new file with mode: 0644]
share/examples/sliplogin/slip.slparms [new file with mode: 0644]
share/examples/smbfs/Makefile [new file with mode: 0644]
share/examples/smbfs/print/Makefile [new file with mode: 0644]
share/examples/splash/README [new file with mode: 0644]
share/examples/splash/dfly.bmp.gz [new file with mode: 0644]
share/examples/startslip/sldown.sh [new file with mode: 0755]
share/examples/startslip/slip.sh [new file with mode: 0755]
share/examples/startslip/slup.sh [new file with mode: 0755]
share/examples/sunrpc/Makefile [new file with mode: 0644]
share/examples/sunrpc/dir/Makefile [new file with mode: 0644]
share/examples/sunrpc/dir/dir.x [new file with mode: 0644]
share/examples/sunrpc/dir/dir_proc.c [new file with mode: 0644]
share/examples/sunrpc/dir/rls.c [new file with mode: 0644]
share/examples/sunrpc/msg/Makefile [new file with mode: 0644]
share/examples/sunrpc/msg/msg.x [new file with mode: 0644]
share/examples/sunrpc/msg/msg_proc.c [new file with mode: 0644]
share/examples/sunrpc/msg/printmsg.c [new file with mode: 0644]
share/examples/sunrpc/msg/rprintmsg.c [new file with mode: 0644]
share/examples/sunrpc/sort/Makefile [new file with mode: 0644]
share/examples/sunrpc/sort/rsort.c [new file with mode: 0644]
share/examples/sunrpc/sort/sort.x [new file with mode: 0644]
share/examples/sunrpc/sort/sort_proc.c [new file with mode: 0644]
share/i18n/Makefile [new file with mode: 0644]
share/i18n/csmapper/APPLE/CELTIC%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/CENTEURO%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/CROATIAN%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/CYRILLIC%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/DINGBATS%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/GAELIC%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/GREEK%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/ICELAND%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/INUIT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/MAC.part [new file with mode: 0644]
share/i18n/csmapper/APPLE/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/APPLE/ROMAN%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/ROMANIAN%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/THAI%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/TURKISH%UCS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%CELTIC.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%CENTEURO.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%CROATIAN.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%CYRILLIC.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%DINGBATS.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%GAELIC.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%GREEK.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%ICELAND.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%INUIT.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%ROMAN.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%ROMANIAN.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%THAI.src [new file with mode: 0644]
share/i18n/csmapper/APPLE/UCS%TURKISH.src [new file with mode: 0644]
share/i18n/csmapper/AST/ARMSCII-7%UCS.src [new file with mode: 0644]
share/i18n/csmapper/AST/ARMSCII-8%UCS.src [new file with mode: 0644]
share/i18n/csmapper/AST/ARMSCII-8A%UCS.src [new file with mode: 0644]
share/i18n/csmapper/AST/ARMSCII.part [new file with mode: 0644]
share/i18n/csmapper/AST/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/AST/UCS%ARMSCII-7.src [new file with mode: 0644]
share/i18n/csmapper/AST/UCS%ARMSCII-8.src [new file with mode: 0644]
share/i18n/csmapper/AST/UCS%ARMSCII-8A.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Big5@1984%UCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Big5EXT@2003%UCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Big5EXT@E%UCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Big5EXT@IBM%UCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Big5EXT@Plus%UCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Big5UDA%UCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/ETen%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/ETen%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/HKSCS%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/HKSCS%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS%Big5@1984.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS%Big5EXT@2003.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS%Big5EXT@E.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS%Big5EXT@IBM.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS%Big5EXT@Plus.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS%Big5UDA.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS@BMP%ETen.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS@BMP%HKSCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS@SIP%ETen.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/UCS@SIP%HKSCS.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/charset.pivot.BIG5.src [new file with mode: 0644]
share/i18n/csmapper/BIG5/mapper.dir.BIG5.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-1%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-2%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-3%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-3%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-4%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-4%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-5%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-5%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-6%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-6%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-7%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/CNS11643-7%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/CNS/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS%CNS11643-1.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS%CNS11643-2.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@BMP%CNS11643-3.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@BMP%CNS11643-4.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@BMP%CNS11643-5.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@BMP%CNS11643-6.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@BMP%CNS11643-7.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@SIP%CNS11643-3.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@SIP%CNS11643-4.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@SIP%CNS11643-5.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@SIP%CNS11643-6.src [new file with mode: 0644]
share/i18n/csmapper/CNS/UCS@SIP%CNS11643-7.src [new file with mode: 0644]
share/i18n/csmapper/CNS/charset.pivot.CNS.src [new file with mode: 0644]
share/i18n/csmapper/CNS/mapper.dir.CNS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP.part [new file with mode: 0644]
share/i18n/csmapper/CP/CP037%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP038%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP10000%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP10006%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP10007%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP10029%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1006%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP10079%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP10081%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1026%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1046%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1124%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1125%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1129%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1131%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1133%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1161%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1162%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1163%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1250%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1251%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1252%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1253%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1254%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1255%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1256%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1257%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP1258%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP273%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP274%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP275%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP277%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP278%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP280%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP281%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP284%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP285%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP290%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP297%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP420%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP423%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP424%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP437%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP500%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP737%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP775%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP850%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP851%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP852%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP853%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP855%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP856%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP857%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP858%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP860%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP861%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP862%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP863%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP864%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP865%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP866%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP868%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP869%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP870%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP871%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP874%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP875%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP880%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP891%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP903%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP904%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP905%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP918%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP922%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP932UDA%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP932VDC@IBM%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP932VDC@NEC_IBM%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP936EXT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP942EXT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP949EXT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/CP950%UCS.src [new file with mode: 0644]
share/i18n/csmapper/CP/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP037.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP038.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP10000.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP10006.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP10007.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP10029.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1006.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP10079.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP10081.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1026.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1046.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1124.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1125.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1129.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1131.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1133.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1161.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1162.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1163.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1250.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1251.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1252.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1253.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1254.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1255.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1256.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1257.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP1258.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP273.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP274.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP275.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP277.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP278.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP280.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP281.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP284.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP285.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP290.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP297.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP420.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP423.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP424.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP437.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP500.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP737.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP775.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP850.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP851.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP852.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP853.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP855.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP856.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP857.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP858.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP860.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP861.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP862.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP863.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP864.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP865.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP866.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP868.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP869.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP870.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP871.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP874.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP875.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP880.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP891.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP903.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP904.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP905.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP918.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP922.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP932UDA.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP932VDC@IBM.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP932VDC@NEC_IBM.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP936EXT.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP942EXT.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP949EXT.src [new file with mode: 0644]
share/i18n/csmapper/CP/UCS%CP950.src [new file with mode: 0644]
share/i18n/csmapper/CP/charset.pivot.CP.src [new file with mode: 0644]
share/i18n/csmapper/CP/mapper.dir.CP.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-AT-DE%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-AT-DE-A%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-CA-FR%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-DK-NO%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-DK-NO-A%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-ES%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-ES-A%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-ES-S%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-FI-SE%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-FI-SE-A%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-FR%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-IT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-PT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC-UK%UCS.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/EBCDIC.part [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-AT-DE-A.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-AT-DE.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-CA-FR.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-DK-NO-A.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-DK-NO.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-ES-A.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-ES-S.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-ES.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-FI-SE-A.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-FI-SE.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-FR.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-IT.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-PT.src [new file with mode: 0644]
share/i18n/csmapper/EBCDIC/UCS%EBCDIC-UK.src [new file with mode: 0644]
share/i18n/csmapper/GB/GB12345%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/GB18030%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/GB/GB2312%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/GB2312EXT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/GB2312UDA1%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/GB2312UDA2%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/GBKEXT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/GBKUDA%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/ISO-IR-165EXT%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GB/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GB12345.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GB2312.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GB2312EXT.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GB2312UDA1.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GB2312UDA2.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GBKEXT.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%GBKUDA.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS%ISO-IR-165EXT.src [new file with mode: 0644]
share/i18n/csmapper/GB/UCS@BMP%GB18030.src [new file with mode: 0644]
share/i18n/csmapper/GB/charset.pivot.GB.src [new file with mode: 0644]
share/i18n/csmapper/GB/mapper.dir.GB.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/GEORGIAN-ACADEMY%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/GEORGIAN-ACADEMY@OldCapital%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/GEORGIAN-PS%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/GEORGIAN-PS@OldCapital%UCS.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/GEORGIAN.part [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/UCS%GEORGIAN-ACADEMY.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/UCS%GEORGIAN-ACADEMY@OldCapital.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/UCS%GEORGIAN-PS.src [new file with mode: 0644]
share/i18n/csmapper/GEORGIAN/UCS%GEORGIAN-PS@OldCapital.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-10%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-11%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-13%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-14%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-15%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-16%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-2%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-3%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-4%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-5%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-6%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-7%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-8%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859-9%UCS.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/ISO-8859.part [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-10.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-11.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-13.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-14.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-15.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-16.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-2.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-3.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-4.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-5.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-6.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-7.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-8.src [new file with mode: 0644]
share/i18n/csmapper/ISO-8859/UCS%ISO-8859-9.src [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-BASIC@1983%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-CA%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-CA2%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-CN%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-CU%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-DE%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-DK%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-ES%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-ES2%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-FI%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-FR%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-FR1%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-GB%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-HU%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-IRV@1983%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-IT%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-JP%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-JP-OCR-B%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-KR%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-NO%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-NO2%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-PT%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-PT2%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-SE%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-SE2%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-US%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646-YU%UCS.646 [new file with mode: 0644]
share/i18n/csmapper/ISO646/ISO646.part [new file with mode: 0644]
share/i18n/csmapper/ISO646/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0201-KANA%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0208@1978%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0208@1990%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0208@MS%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0208UDC%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0208VDC@NEC%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0212%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0212@MS%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0212UDC%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0212VDC@IBM%UCS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0213-1%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0213-1%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0213-2%UCS@BMP.src [new file with mode: 0644]
share/i18n/csmapper/JIS/JISX0213-2%UCS@SIP.src [new file with mode: 0644]
share/i18n/csmapper/JIS/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0201-KANA.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0208@1978.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0208@1990.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0208@MS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0208UDC.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0208VDC@NEC.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0212.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0212@MS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0212UDC.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS%JISX0212VDC@IBM.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS@BMP%JISX0213-1.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS@BMP%JISX0213-2.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS@SIP%JISX0213-1.src [new file with mode: 0644]
share/i18n/csmapper/JIS/UCS@SIP%JISX0213-2.src [new file with mode: 0644]
share/i18n/csmapper/JIS/charset.pivot.JIS.src [new file with mode: 0644]
share/i18n/csmapper/JIS/mapper.dir.JIS.src [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/KZ1048%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/PTCP154%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/UCS%KZ1048.src [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/UCS%PTCP154.src [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/charset.pivot.KAZAKH.src [new file with mode: 0644]
share/i18n/csmapper/KAZAKH/mapper.dir.KAZAKH.src [new file with mode: 0644]
share/i18n/csmapper/KOI/GOST19768-74%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/ISO-5427%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI7%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-C%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-CyrillicOld%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-E%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-R%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-RU%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-T%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8-U%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KOI/KOI8.part [new file with mode: 0644]
share/i18n/csmapper/KOI/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%GOST19768-74.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%ISO-5427.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI7.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-C.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-CyrillicOld.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-E.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-R.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-RU.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-T.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8-U.src [new file with mode: 0644]
share/i18n/csmapper/KOI/UCS%KOI8.src [new file with mode: 0644]
share/i18n/csmapper/KOI/charset.pivot.KOI.src [new file with mode: 0644]
share/i18n/csmapper/KOI/mapper.dir.KOI.src [new file with mode: 0644]
share/i18n/csmapper/KS/JOHAB%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KS/KSC5601HANGUL%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KS/KSC5601HANJA%UCS.src [new file with mode: 0644]
share/i18n/csmapper/KS/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/KS/UCS%JOHAB.src [new file with mode: 0644]
share/i18n/csmapper/KS/UCS%KSC5601HANGUL.src [new file with mode: 0644]
share/i18n/csmapper/KS/UCS%KSC5601HANJA.src [new file with mode: 0644]
share/i18n/csmapper/KS/charset.pivot.KS.src [new file with mode: 0644]
share/i18n/csmapper/KS/mapper.dir.KS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/ATARIST%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/DECMCS%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/HP-ROMAN8%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/MULELAO-1%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/MISC/NEXTSTEP%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/RISCOS-LATIN1%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/TDS565%UCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%ATARIST.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%DECMCS.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%HP-ROMAN8.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%MULELAO-1.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%NEXTSTEP.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%RISCOS-LATIN1.src [new file with mode: 0644]
share/i18n/csmapper/MISC/UCS%TDS565.src [new file with mode: 0644]
share/i18n/csmapper/MISC/charset.pivot.MISC.src [new file with mode: 0644]
share/i18n/csmapper/MISC/mapper.dir.MISC.src [new file with mode: 0644]
share/i18n/csmapper/Makefile [new file with mode: 0644]
share/i18n/csmapper/TCVN/Makefile.inc [new file with mode: 0644]
share/i18n/csmapper/TCVN/TCVN5712-1%UCS.src [new file with mode: 0644]
share/i18n/csmapper/TCVN/UCS%TCVN5712-1.src [new file with mode: 0644]
share/i18n/csmapper/TCVN/UCS%VISCII.src [new file with mode: 0644]
share/i18n/csmapper/TCVN/VISCII%UCS.src [new file with mode: 0644]
share/i18n/csmapper/TCVN/charset.pivot.TCVN.src [new file with mode: 0644]
share/i18n/csmapper/TCVN/mapper.dir.TCVN.src [new file with mode: 0644]
share/i18n/csmapper/charset.pivot.src [new file with mode: 0644]
share/i18n/csmapper/mapper.dir.src [new file with mode: 0644]
share/i18n/esdb/APPLE/MAC.alias [new file with mode: 0644]
share/i18n/esdb/APPLE/MAC.part [new file with mode: 0644]
share/i18n/esdb/APPLE/MAC.src [new file with mode: 0644]
share/i18n/esdb/APPLE/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/AST/ARMSCII-7.src [new file with mode: 0644]
share/i18n/esdb/AST/ARMSCII.alias [new file with mode: 0644]
share/i18n/esdb/AST/ARMSCII.part [new file with mode: 0644]
share/i18n/esdb/AST/ARMSCII.src [new file with mode: 0644]
share/i18n/esdb/AST/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/BIG5/Big5.alias [new file with mode: 0644]
share/i18n/esdb/BIG5/Big5.part [new file with mode: 0644]
share/i18n/esdb/BIG5/Big5.src [new file with mode: 0644]
share/i18n/esdb/BIG5/Big5.variable [new file with mode: 0644]
share/i18n/esdb/BIG5/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/CP/CP.alias [new file with mode: 0644]
share/i18n/esdb/CP/CP.part [new file with mode: 0644]
share/i18n/esdb/CP/CP.src [new file with mode: 0644]
share/i18n/esdb/CP/CP50220.src [new file with mode: 0644]
share/i18n/esdb/CP/CP50221.src [new file with mode: 0644]
share/i18n/esdb/CP/CP50222.src [new file with mode: 0644]
share/i18n/esdb/CP/CP51932.src [new file with mode: 0644]
share/i18n/esdb/CP/CP932.src [new file with mode: 0644]
share/i18n/esdb/CP/CP936.src [new file with mode: 0644]
share/i18n/esdb/CP/CP942.src [new file with mode: 0644]
share/i18n/esdb/CP/CP942C.src [new file with mode: 0644]
share/i18n/esdb/CP/CP943.src [new file with mode: 0644]
share/i18n/esdb/CP/CP943C.src [new file with mode: 0644]
share/i18n/esdb/CP/CP949.src [new file with mode: 0644]
share/i18n/esdb/CP/CP950.src [new file with mode: 0644]
share/i18n/esdb/CP/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/DEC/DEC.alias [new file with mode: 0644]
share/i18n/esdb/DEC/DEC.part [new file with mode: 0644]
share/i18n/esdb/DEC/DEC.src [new file with mode: 0644]
share/i18n/esdb/DEC/DECHanyu.src [new file with mode: 0644]
share/i18n/esdb/DEC/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/EBCDIC/EBCDIC.alias [new file with mode: 0644]
share/i18n/esdb/EBCDIC/EBCDIC.part [new file with mode: 0644]
share/i18n/esdb/EBCDIC/EBCDIC.src [new file with mode: 0644]
share/i18n/esdb/EBCDIC/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/EUC/EUC-CN.src [new file with mode: 0644]
share/i18n/esdb/EUC/EUC-JIS-2004.src [new file with mode: 0644]
share/i18n/esdb/EUC/EUC-JP-MS.src [new file with mode: 0644]
share/i18n/esdb/EUC/EUC-JP.src [new file with mode: 0644]
share/i18n/esdb/EUC/EUC-KR.src [new file with mode: 0644]
share/i18n/esdb/EUC/EUC-TW.src [new file with mode: 0644]
share/i18n/esdb/EUC/EUC.alias [new file with mode: 0644]
share/i18n/esdb/EUC/EUC.part [new file with mode: 0644]
share/i18n/esdb/EUC/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/GB/GB.alias [new file with mode: 0644]
share/i18n/esdb/GB/GB.part [new file with mode: 0644]
share/i18n/esdb/GB/GB12345.src [new file with mode: 0644]
share/i18n/esdb/GB/GB18030.src [new file with mode: 0644]
share/i18n/esdb/GB/GBK.src [new file with mode: 0644]
share/i18n/esdb/GB/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/GEORGIAN/GEORGIAN.alias [new file with mode: 0644]
share/i18n/esdb/GEORGIAN/GEORGIAN.part [new file with mode: 0644]
share/i18n/esdb/GEORGIAN/GEORGIAN.src [new file with mode: 0644]
share/i18n/esdb/GEORGIAN/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-CN-EXT.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-CN.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-JP-1.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-JP-2.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-JP-2004.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-JP.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022-KR.src [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022.alias [new file with mode: 0644]
share/i18n/esdb/ISO-2022/ISO-2022.part [new file with mode: 0644]
share/i18n/esdb/ISO-2022/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/ISO-8859/ISO-8859.alias [new file with mode: 0644]
share/i18n/esdb/ISO-8859/ISO-8859.part [new file with mode: 0644]
share/i18n/esdb/ISO-8859/ISO-8859.src [new file with mode: 0644]
share/i18n/esdb/ISO-8859/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/ISO646/ISO646.alias [new file with mode: 0644]
share/i18n/esdb/ISO646/ISO646.part [new file with mode: 0644]
share/i18n/esdb/ISO646/ISO646.src [new file with mode: 0644]
share/i18n/esdb/ISO646/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/KAZAKH/KZ1048.src [new file with mode: 0644]
share/i18n/esdb/KAZAKH/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/KAZAKH/PTCP154.src [new file with mode: 0644]
share/i18n/esdb/KAZAKH/esdb.alias.KAZAKH.src [new file with mode: 0644]
share/i18n/esdb/KAZAKH/esdb.dir.KAZAKH.src [new file with mode: 0644]
share/i18n/esdb/KOI/KOI.alias [new file with mode: 0644]
share/i18n/esdb/KOI/KOI.part [new file with mode: 0644]
share/i18n/esdb/KOI/KOI.src [new file with mode: 0644]
share/i18n/esdb/KOI/KOI7-switched.src [new file with mode: 0644]
share/i18n/esdb/KOI/KOI7.src [new file with mode: 0644]
share/i18n/esdb/KOI/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/MISC/ATARIST.src [new file with mode: 0644]
share/i18n/esdb/MISC/C99.src [new file with mode: 0644]
share/i18n/esdb/MISC/CTEXT.src [new file with mode: 0644]
share/i18n/esdb/MISC/HP-ROMAN8.src [new file with mode: 0644]
share/i18n/esdb/MISC/HZ.src [new file with mode: 0644]
share/i18n/esdb/MISC/HZ8.src [new file with mode: 0644]
share/i18n/esdb/MISC/JAVA.src [new file with mode: 0644]
share/i18n/esdb/MISC/JOHAB.src [new file with mode: 0644]
share/i18n/esdb/MISC/MULELAO-1.src [new file with mode: 0644]
share/i18n/esdb/MISC/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/MISC/NEXTSTEP.src [new file with mode: 0644]
share/i18n/esdb/MISC/RISCOS-LATIN1.src [new file with mode: 0644]
share/i18n/esdb/MISC/Shift_JIS-2004.src [new file with mode: 0644]
share/i18n/esdb/MISC/Shift_JIS.src [new file with mode: 0644]
share/i18n/esdb/MISC/TDS565.src [new file with mode: 0644]
share/i18n/esdb/MISC/ZW.src [new file with mode: 0644]
share/i18n/esdb/MISC/esdb.alias.MISC.src [new file with mode: 0644]
share/i18n/esdb/MISC/esdb.dir.MISC.src [new file with mode: 0644]
share/i18n/esdb/Makefile [new file with mode: 0644]
share/i18n/esdb/Makefile.part [new file with mode: 0644]
share/i18n/esdb/TCVN/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/TCVN/TCVN5712-1.src [new file with mode: 0644]
share/i18n/esdb/TCVN/VIQR.src [new file with mode: 0644]
share/i18n/esdb/TCVN/VISCII.src [new file with mode: 0644]
share/i18n/esdb/TCVN/esdb.alias.TCVN.src [new file with mode: 0644]
share/i18n/esdb/TCVN/esdb.dir.TCVN.src [new file with mode: 0644]
share/i18n/esdb/UTF/Makefile.inc [new file with mode: 0644]
share/i18n/esdb/UTF/UTF.alias [new file with mode: 0644]
share/i18n/esdb/UTF/UTF.part [new file with mode: 0644]
share/i18n/esdb/UTF/UTF.src [new file with mode: 0644]
share/i18n/iconv/Makefile [new file with mode: 0644]
share/i18n/iconv/iconv.dir [new file with mode: 0644]
share/info/Makefile [new file with mode: 0644]
share/info/dir-tmpl [new file with mode: 0644]
share/initrd/Makefile [new file with mode: 0644]
share/initrd/rc [new file with mode: 0644]
share/initrd/rc.lvm2 [new file with mode: 0755]
share/initrd/rcmount_crypt [new file with mode: 0755]
share/initrd/rcmount_tcplay [new file with mode: 0755]
share/installer/Makefile [new file with mode: 0644]
share/installer/cmdnames.conf [new file with mode: 0644]
share/installer/fred.txt [new file with mode: 0644]
share/installer/sources.conf [new file with mode: 0644]
share/isdn/0.al.uu [new file with mode: 0644]
share/isdn/1.al.uu [new file with mode: 0644]
share/isdn/2.al.uu [new file with mode: 0644]
share/isdn/3.al.uu [new file with mode: 0644]
share/isdn/4.al.uu [new file with mode: 0644]
share/isdn/5.al.uu [new file with mode: 0644]
share/isdn/6.al.uu [new file with mode: 0644]
share/isdn/7.al.uu [new file with mode: 0644]
share/isdn/8.al.uu [new file with mode: 0644]
share/isdn/9.al.uu [new file with mode: 0644]
share/isdn/Makefile [new file with mode: 0644]
share/isdn/beep.al.uu [new file with mode: 0644]
share/isdn/msg.al.uu [new file with mode: 0644]
share/locale/Makefile [new file with mode: 0644]
share/locale/ctype/Makefile [new file with mode: 0644]
share/locale/ctype/be_BY.CP1131.src [new file with mode: 0644]
share/locale/ctype/bg_BG.CP1251.src [new file with mode: 0644]
share/locale/ctype/charset/ASCII [new file with mode: 0644]
share/locale/ctype/charset/GB2312 [new file with mode: 0644]
share/locale/ctype/charset/JISX0201-left [new file with mode: 0644]
share/locale/ctype/charset/JISX0201-right [new file with mode: 0644]
share/locale/ctype/charset/JISX0208-1978 [new file with mode: 0644]
share/locale/ctype/charset/JISX0208-1983 [new file with mode: 0644]
share/locale/ctype/charset/KSC5601 [new file with mode: 0644]
share/locale/ctype/charset/Latin-1 [new file with mode: 0644]
share/locale/ctype/charset/Latin-2 [new file with mode: 0644]
share/locale/ctype/charset/Latin-3 [new file with mode: 0644]
share/locale/ctype/charset/Latin-4 [new file with mode: 0644]
share/locale/ctype/charset/Latin-5 [new file with mode: 0644]
share/locale/ctype/charset/Latin-6 [new file with mode: 0644]
share/locale/ctype/charset/Latin-6+ [new file with mode: 0644]
share/locale/ctype/charset/Latin-Cyrillic [new file with mode: 0644]
share/locale/ctype/charset/Latin-Greek [new file with mode: 0644]
share/locale/ctype/charset/Latin-Hebrew [new file with mode: 0644]
share/locale/ctype/el_GR.ISO8859-7.src [new file with mode: 0644]
share/locale/ctype/en_US.ASCII.src [new file with mode: 0644]
share/locale/ctype/en_US.DIS_8859-15.src [new file with mode: 0644]
share/locale/ctype/en_US.ISO_8859-1.src [new file with mode: 0644]
share/locale/ctype/en_US.ISO_8859-2.src [new file with mode: 0644]
share/locale/ctype/en_US.ISO_8859-4.src [new file with mode: 0644]
share/locale/ctype/en_US.UTF-8.src [new file with mode: 0644]
share/locale/ctype/hy_AM.ARMSCII-8.src [new file with mode: 0644]
share/locale/ctype/ja_JP.CTEXT.src [new file with mode: 0644]
share/locale/ctype/ja_JP.ISO-2022-JP-2.src [new file with mode: 0644]
share/locale/ctype/ja_JP.ISO-2022-JP.src [new file with mode: 0644]
share/locale/ctype/ja_JP.SJIS.src [new file with mode: 0644]
share/locale/ctype/ja_JP.eucJP.src [new file with mode: 0644]
share/locale/ctype/ko_KR.eucKR.src [new file with mode: 0644]
share/locale/ctype/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/locale/ctype/ru_RU.CP866.src [new file with mode: 0644]
share/locale/ctype/ru_RU.ISO_8859-5.src [new file with mode: 0644]
share/locale/ctype/ru_RU.KOI8-R.src [new file with mode: 0644]
share/locale/ctype/uk_UA.KOI8-U.src [new file with mode: 0644]
share/locale/ctype/zh_CN.GB18030.src [new file with mode: 0644]
share/locale/ctype/zh_CN.eucCN.src [new file with mode: 0644]
share/locale/ctype/zh_TW.BIG5.src [new file with mode: 0644]
share/locale/ctype/zh_TW.eucTW.src [new file with mode: 0644]
share/locale/locale.alias [new file with mode: 0644]
share/man/Makefile [new file with mode: 0644]
share/man/man1/Makefile [new file with mode: 0644]
share/man/man1/builtin.1 [new file with mode: 0644]
share/man/man1/intro.1 [new file with mode: 0644]
share/man/man3/Makefile [new file with mode: 0644]
share/man/man3/assert.3 [new file with mode: 0644]
share/man/man3/bitstring.3 [new file with mode: 0644]
share/man/man3/end.3 [new file with mode: 0644]
share/man/man3/fpgetround.3 [new file with mode: 0644]
share/man/man3/intro.3 [new file with mode: 0644]
share/man/man3/queue.3 [new file with mode: 0644]
share/man/man3/stdarg.3 [new file with mode: 0644]
share/man/man3/sysexits.3 [new file with mode: 0644]
share/man/man3/tree.3 [new file with mode: 0644]
share/man/man4/Makefile [new file with mode: 0644]
share/man/man4/aac.4 [new file with mode: 0644]
share/man/man4/acpi.4 [new file with mode: 0644]
share/man/man4/acpi_asus.4 [new file with mode: 0644]
share/man/man4/acpi_fujitsu.4 [new file with mode: 0644]
share/man/man4/acpi_hp.4 [new file with mode: 0644]
share/man/man4/acpi_panasonic.4 [new file with mode: 0644]
share/man/man4/acpi_sony.4 [new file with mode: 0644]
share/man/man4/acpi_thermal.4 [new file with mode: 0644]
share/man/man4/acpi_thinkpad.4 [new file with mode: 0644]
share/man/man4/acpi_toshiba.4 [new file with mode: 0644]
share/man/man4/acpi_video.4 [new file with mode: 0644]
share/man/man4/acx.4 [new file with mode: 0644]
share/man/man4/adv.4 [new file with mode: 0644]
share/man/man4/adw.4 [new file with mode: 0644]
share/man/man4/ae.4 [new file with mode: 0644]
share/man/man4/aesni.4 [new file with mode: 0644]
share/man/man4/age.4 [new file with mode: 0644]
share/man/man4/agp.4 [new file with mode: 0644]
share/man/man4/ahc.4 [new file with mode: 0644]
share/man/man4/ahci.4 [new file with mode: 0644]
share/man/man4/ahd.4 [new file with mode: 0644]
share/man/man4/aibs.4 [new file with mode: 0644]
share/man/man4/alc.4 [new file with mode: 0644]
share/man/man4/ale.4 [new file with mode: 0644]
share/man/man4/alpm.4 [new file with mode: 0644]
share/man/man4/altq.4 [new file with mode: 0644]
share/man/man4/amd.4 [new file with mode: 0644]
share/man/man4/amdpm.4 [new file with mode: 0644]
share/man/man4/amdsmb.4 [new file with mode: 0644]
share/man/man4/amr.4 [new file with mode: 0644]
share/man/man4/an.4 [new file with mode: 0644]
share/man/man4/aps.4 [new file with mode: 0644]
share/man/man4/arcmsr.4 [new file with mode: 0644]
share/man/man4/arp.4 [new file with mode: 0644]
share/man/man4/ata.4 [new file with mode: 0644]
share/man/man4/atapicam.4 [new file with mode: 0644]
share/man/man4/ath.4 [new file with mode: 0644]
share/man/man4/ath_hal.4 [new file with mode: 0644]
share/man/man4/atkbd.4 [new file with mode: 0644]
share/man/man4/atkbdc.4 [new file with mode: 0644]
share/man/man4/aue.4 [new file with mode: 0644]
share/man/man4/axe.4 [new file with mode: 0644]
share/man/man4/bce.4 [new file with mode: 0644]
share/man/man4/bfe.4 [new file with mode: 0644]
share/man/man4/bfq.4 [new file with mode: 0644]
share/man/man4/bge.4 [new file with mode: 0644]
share/man/man4/bktr.4 [new file with mode: 0644]
share/man/man4/blackhole.4 [new file with mode: 0644]
share/man/man4/bluetooth.4 [new file with mode: 0644]
share/man/man4/bpf.4 [new file with mode: 0644]
share/man/man4/bridge.4 [new file with mode: 0644]
share/man/man4/bt.4 [new file with mode: 0644]
share/man/man4/bwi.4 [new file with mode: 0644]
share/man/man4/cardbus.4 [new file with mode: 0644]
share/man/man4/carp.4 [new file with mode: 0644]
share/man/man4/ccd.4 [new file with mode: 0644]
share/man/man4/cd.4 [new file with mode: 0644]
share/man/man4/ch.4 [new file with mode: 0644]
share/man/man4/ciss.4 [new file with mode: 0644]
share/man/man4/cmx.4 [new file with mode: 0644]
share/man/man4/coretemp.4 [new file with mode: 0644]
share/man/man4/crypto.4 [new file with mode: 0644]
share/man/man4/csa.4 [new file with mode: 0644]
share/man/man4/cue.4 [new file with mode: 0644]
share/man/man4/cxm.4 [new file with mode: 0644]
share/man/man4/da.4 [new file with mode: 0644]
share/man/man4/dc.4 [new file with mode: 0644]
share/man/man4/dcons.4 [new file with mode: 0644]
share/man/man4/dcons_crom.4 [new file with mode: 0644]
share/man/man4/ddb.4 [new file with mode: 0644]
share/man/man4/de.4 [new file with mode: 0644]
share/man/man4/devctl.4 [new file with mode: 0644]
share/man/man4/disc.4 [new file with mode: 0644]
share/man/man4/divert.4 [new file with mode: 0644]
share/man/man4/dm.4 [new file with mode: 0644]
share/man/man4/dpt.4 [new file with mode: 0644]
share/man/man4/drm.4 [new file with mode: 0644]
share/man/man4/dsched.4 [new file with mode: 0644]
share/man/man4/dummynet.4 [new file with mode: 0644]
share/man/man4/ecc.4 [new file with mode: 0644]
share/man/man4/ed.4 [new file with mode: 0644]
share/man/man4/ef.4 [new file with mode: 0644]
share/man/man4/ehci.4 [new file with mode: 0644]
share/man/man4/em.4 [new file with mode: 0644]
share/man/man4/est.4 [new file with mode: 0644]
share/man/man4/et.4 [new file with mode: 0644]
share/man/man4/exca.4 [new file with mode: 0644]
share/man/man4/faith.4 [new file with mode: 0644]
share/man/man4/fast_ipsec.4 [new file with mode: 0644]
share/man/man4/fd.4 [new file with mode: 0644]
share/man/man4/fdc.4 [new file with mode: 0644]
share/man/man4/firewire.4 [new file with mode: 0644]
share/man/man4/fwe.4 [new file with mode: 0644]
share/man/man4/fwohci.4 [new file with mode: 0644]
share/man/man4/fxp.4 [new file with mode: 0644]
share/man/man4/gdb.4 [new file with mode: 0644]
share/man/man4/gif.4 [new file with mode: 0644]
share/man/man4/gre.4 [new file with mode: 0644]
share/man/man4/gusc.4 [new file with mode: 0644]
share/man/man4/hifn.4 [new file with mode: 0644]
share/man/man4/hptiop.4 [new file with mode: 0644]
share/man/man4/hptmv.4 [new file with mode: 0644]
share/man/man4/ichsmb.4 [new file with mode: 0644]
share/man/man4/icmp.4 [new file with mode: 0644]
share/man/man4/icmp6.4 [new file with mode: 0644]
share/man/man4/ida.4 [new file with mode: 0644]
share/man/man4/ieee80211.4 [new file with mode: 0644]
share/man/man4/ifmedia.4 [new file with mode: 0644]
share/man/man4/ifmib.4 [new file with mode: 0644]
share/man/man4/igb.4 [new file with mode: 0644]
share/man/man4/iic.4 [new file with mode: 0644]
share/man/man4/iicbb.4 [new file with mode: 0644]
share/man/man4/iicbus.4 [new file with mode: 0644]
share/man/man4/iicsmb.4 [new file with mode: 0644]
share/man/man4/iir.4 [new file with mode: 0644]
share/man/man4/inet.4 [new file with mode: 0644]
share/man/man4/inet6.4 [new file with mode: 0644]
share/man/man4/intpm.4 [new file with mode: 0644]
share/man/man4/intro.4 [new file with mode: 0644]
share/man/man4/ip.4 [new file with mode: 0644]
share/man/man4/ip6.4 [new file with mode: 0644]
share/man/man4/ipfirewall.4 [new file with mode: 0644]
share/man/man4/ips.4 [new file with mode: 0644]
share/man/man4/ipsec.4 [new file with mode: 0644]
share/man/man4/isa.4 [new file with mode: 0644]
share/man/man4/iscsi_initiator.4 [new file with mode: 0644]
share/man/man4/isp.4 [new file with mode: 0644]
share/man/man4/ispfw.4 [new file with mode: 0644]
share/man/man4/it.4 [new file with mode: 0644]
share/man/man4/iwi.4 [new file with mode: 0644]
share/man/man4/iwifw.4 [new file with mode: 0644]
share/man/man4/iwl.4 [new file with mode: 0644]
share/man/man4/iwn.4 [new file with mode: 0644]
share/man/man4/iwnfw.4 [new file with mode: 0644]
share/man/man4/jme.4 [new file with mode: 0644]
share/man/man4/joy.4 [new file with mode: 0644]
share/man/man4/kate.4 [new file with mode: 0644]
share/man/man4/kbdmux.4 [new file with mode: 0644]
share/man/man4/keyboard.4 [new file with mode: 0644]
share/man/man4/kld.4 [new file with mode: 0644]
share/man/man4/km.4 [new file with mode: 0644]
share/man/man4/ktr.4 [new file with mode: 0644]
share/man/man4/kue.4 [new file with mode: 0644]
share/man/man4/lge.4 [new file with mode: 0644]
share/man/man4/lgue.4 [new file with mode: 0644]
share/man/man4/lm.4 [new file with mode: 0644]
share/man/man4/lo.4 [new file with mode: 0644]
share/man/man4/lp.4 [new file with mode: 0644]
share/man/man4/lpbb.4 [new file with mode: 0644]
share/man/man4/lpt.4 [new file with mode: 0644]
share/man/man4/man4.i386/Makefile [new file with mode: 0644]
share/man/man4/man4.i386/aic.4 [new file with mode: 0644]
share/man/man4/man4.i386/apm.4 [new file with mode: 0644]
share/man/man4/man4.i386/ar.4 [new file with mode: 0644]
share/man/man4/man4.i386/asr.4 [new file with mode: 0644]
share/man/man4/man4.i386/cs.4 [new file with mode: 0644]
share/man/man4/man4.i386/cy.4 [new file with mode: 0644]
share/man/man4/man4.i386/digi.4 [new file with mode: 0644]
share/man/man4/man4.i386/en.4 [new file with mode: 0644]
share/man/man4/man4.i386/ep.4 [new file with mode: 0644]
share/man/man4/man4.i386/ex.4 [new file with mode: 0644]
share/man/man4/man4.i386/fe.4 [new file with mode: 0644]
share/man/man4/man4.i386/glxsb.4 [new file with mode: 0644]
share/man/man4/man4.i386/io.4 [new file with mode: 0644]
share/man/man4/man4.i386/linux.4 [new file with mode: 0644]
share/man/man4/man4.i386/lnc.4 [new file with mode: 0644]
share/man/man4/man4.i386/longrun.4 [new file with mode: 0644]
share/man/man4/man4.i386/npx.4 [new file with mode: 0644]
share/man/man4/man4.i386/pcf.4 [new file with mode: 0644]
share/man/man4/man4.i386/perfmon.4 [new file with mode: 0644]
share/man/man4/man4.i386/pnp.4 [new file with mode: 0644]
share/man/man4/man4.i386/pnpbios.4 [new file with mode: 0644]
share/man/man4/man4.i386/sb.4 [new file with mode: 0644]
share/man/man4/man4.i386/sbni.4 [new file with mode: 0644]
share/man/man4/man4.i386/spkr.4 [new file with mode: 0644]
share/man/man4/man4.i386/sr.4 [new file with mode: 0644]
share/man/man4/man4.i386/stl.4 [new file with mode: 0644]
share/man/man4/man4.i386/tx.4 [new file with mode: 0644]
share/man/man4/man4.i386/viapm.4 [new file with mode: 0644]
share/man/man4/man4.i386/vx.4 [new file with mode: 0644]
share/man/man4/md.4 [new file with mode: 0644]
share/man/man4/mem.4 [new file with mode: 0644]
share/man/man4/mfi.4 [new file with mode: 0644]
share/man/man4/miibus.4 [new file with mode: 0644]
share/man/man4/mlx.4 [new file with mode: 0644]
share/man/man4/mly.4 [new file with mode: 0644]
share/man/man4/mmc.4 [new file with mode: 0644]
share/man/man4/mmcsd.4 [new file with mode: 0644]
share/man/man4/mn.4 [new file with mode: 0644]
share/man/man4/moscom.4 [new file with mode: 0644]
share/man/man4/mouse.4 [new file with mode: 0644]
share/man/man4/mps.4 [new file with mode: 0644]
share/man/man4/mpt.4 [new file with mode: 0644]
share/man/man4/msk.4 [new file with mode: 0644]
share/man/man4/mtio.4 [new file with mode: 0644]
share/man/man4/multicast.4 [new file with mode: 0644]
share/man/man4/mxge.4 [new file with mode: 0644]
share/man/man4/my.4 [new file with mode: 0644]
share/man/man4/nata.4 [new file with mode: 0644]
share/man/man4/nataraid.4 [new file with mode: 0644]
share/man/man4/natm.4 [new file with mode: 0644]
share/man/man4/ncr.4 [new file with mode: 0644]
share/man/man4/ncv.4 [new file with mode: 0644]
share/man/man4/ndis.4 [new file with mode: 0644]
share/man/man4/netgraph.4 [new file with mode: 0644]
share/man/man4/netintro.4 [new file with mode: 0644]
share/man/man4/nfe.4 [new file with mode: 0644]
share/man/man4/ng_UI.4 [new file with mode: 0644]
share/man/man4/ng_async.4 [new file with mode: 0644]
share/man/man4/ng_bpf.4 [new file with mode: 0644]
share/man/man4/ng_bridge.4 [new file with mode: 0644]
share/man/man4/ng_cisco.4 [new file with mode: 0644]
share/man/man4/ng_echo.4 [new file with mode: 0644]
share/man/man4/ng_eiface.4 [new file with mode: 0644]
share/man/man4/ng_etf.4 [new file with mode: 0644]
share/man/man4/ng_ether.4 [new file with mode: 0644]
share/man/man4/ng_frame_relay.4 [new file with mode: 0644]
share/man/man4/ng_hole.4 [new file with mode: 0644]
share/man/man4/ng_iface.4 [new file with mode: 0644]
share/man/man4/ng_ksocket.4 [new file with mode: 0644]
share/man/man4/ng_l2tp.4 [new file with mode: 0644]
share/man/man4/ng_lmi.4 [new file with mode: 0644]
share/man/man4/ng_mppc.4 [new file with mode: 0644]
share/man/man4/ng_one2many.4 [new file with mode: 0644]
share/man/man4/ng_ppp.4 [new file with mode: 0644]
share/man/man4/ng_pppoe.4 [new file with mode: 0644]
share/man/man4/ng_pptpgre.4 [new file with mode: 0644]
share/man/man4/ng_rfc1490.4 [new file with mode: 0644]
share/man/man4/ng_socket.4 [new file with mode: 0644]
share/man/man4/ng_tee.4 [new file with mode: 0644]
share/man/man4/ng_tty.4 [new file with mode: 0644]
share/man/man4/ng_vjc.4 [new file with mode: 0644]
share/man/man4/nge.4 [new file with mode: 0644]
share/man/man4/nmdm.4 [new file with mode: 0644]
share/man/man4/nsclpcsio.4 [new file with mode: 0644]
share/man/man4/nsp.4 [new file with mode: 0644]
share/man/man4/null.4 [new file with mode: 0644]
share/man/man4/ohci.4 [new file with mode: 0644]
share/man/man4/orm.4 [new file with mode: 0644]
share/man/man4/padlock.4 [new file with mode: 0644]
share/man/man4/pass.4 [new file with mode: 0644]
share/man/man4/pccard.4 [new file with mode: 0644]
share/man/man4/pccbb.4 [new file with mode: 0644]
share/man/man4/pci.4 [new file with mode: 0644]
share/man/man4/pcm.4 [new file with mode: 0644]
share/man/man4/pcn.4 [new file with mode: 0644]
share/man/man4/pf.4 [new file with mode: 0644]
share/man/man4/pflog.4 [new file with mode: 0644]
share/man/man4/pfsync.4 [new file with mode: 0644]
share/man/man4/pim.4 [new file with mode: 0644]
share/man/man4/polling.4 [new file with mode: 0644]
share/man/man4/powernow.4 [new file with mode: 0644]
share/man/man4/ppbus.4 [new file with mode: 0644]
share/man/man4/ppc.4 [new file with mode: 0644]
share/man/man4/ppi.4 [new file with mode: 0644]
share/man/man4/ppp.4 [new file with mode: 0644]
share/man/man4/psm.4 [new file with mode: 0644]
share/man/man4/pst.4 [new file with mode: 0644]
share/man/man4/pt.4 [new file with mode: 0644]
share/man/man4/pty.4 [new file with mode: 0644]
share/man/man4/puc.4 [new file with mode: 0644]
share/man/man4/ral.4 [new file with mode: 0644]
share/man/man4/random.4 [new file with mode: 0644]
share/man/man4/re.4 [new file with mode: 0644]
share/man/man4/rl.4 [new file with mode: 0644]
share/man/man4/rndtest.4 [new file with mode: 0644]
share/man/man4/route.4 [new file with mode: 0644]
share/man/man4/rp.4 [new file with mode: 0644]
share/man/man4/rtw.4 [new file with mode: 0644]
share/man/man4/rue.4 [new file with mode: 0644]
share/man/man4/rum.4 [new file with mode: 0644]
share/man/man4/sa.4 [new file with mode: 0644]
share/man/man4/safe.4 [new file with mode: 0644]
share/man/man4/sbc.4 [new file with mode: 0644]
share/man/man4/sbp.4 [new file with mode: 0644]
share/man/man4/sbsh.4 [new file with mode: 0644]
share/man/man4/screen.4 [new file with mode: 0644]
share/man/man4/scsi.4 [new file with mode: 0644]
share/man/man4/sd.4 [new file with mode: 0644]
share/man/man4/sdhci.4 [new file with mode: 0644]
share/man/man4/ses.4 [new file with mode: 0644]
share/man/man4/sf.4 [new file with mode: 0644]
share/man/man4/si.4 [new file with mode: 0644]
share/man/man4/sili.4 [new file with mode: 0644]
share/man/man4/sio.4 [new file with mode: 0644]
share/man/man4/sis.4 [new file with mode: 0644]
share/man/man4/sk.4 [new file with mode: 0644]
share/man/man4/sl.4 [new file with mode: 0644]
share/man/man4/sln.4 [new file with mode: 0644]
share/man/man4/smb.4 [new file with mode: 0644]
share/man/man4/smbus.4 [new file with mode: 0644]
share/man/man4/smp.4 [new file with mode: 0644]
share/man/man4/sn.4 [new file with mode: 0644]
share/man/man4/snd_ad1816.4 [new file with mode: 0644]
share/man/man4/snd_als4000.4 [new file with mode: 0644]
share/man/man4/snd_atiixp.4 [new file with mode: 0644]
share/man/man4/snd_cmi.4 [new file with mode: 0644]
share/man/man4/snd_cs4281.4 [new file with mode: 0644]
share/man/man4/snd_csa.4 [new file with mode: 0644]
share/man/man4/snd_ds1.4 [new file with mode: 0644]
share/man/man4/snd_emu10k1.4 [new file with mode: 0644]
share/man/man4/snd_envy24.4 [new file with mode: 0644]
share/man/man4/snd_envy24ht.4 [new file with mode: 0644]
share/man/man4/snd_es137x.4 [new file with mode: 0644]
share/man/man4/snd_ess.4 [new file with mode: 0644]
share/man/man4/snd_fm801.4 [new file with mode: 0644]
share/man/man4/snd_gusc.4 [new file with mode: 0644]
share/man/man4/snd_hda.4 [new file with mode: 0644]
share/man/man4/snd_ich.4 [new file with mode: 0644]
share/man/man4/snd_maestro.4 [new file with mode: 0644]
share/man/man4/snd_maestro3.4 [new file with mode: 0644]
share/man/man4/snd_mss.4 [new file with mode: 0644]
share/man/man4/snd_neomagic.4 [new file with mode: 0644]
share/man/man4/snd_sbc.4 [new file with mode: 0644]
share/man/man4/snd_solo.4 [new file with mode: 0644]
share/man/man4/snd_spicds.4 [new file with mode: 0644]
share/man/man4/snd_t4dwave.4 [new file with mode: 0644]
share/man/man4/snd_uaudio.4 [new file with mode: 0644]
share/man/man4/snd_via8233.4 [new file with mode: 0644]
share/man/man4/snd_via82c686.4 [new file with mode: 0644]
share/man/man4/snd_vibes.4 [new file with mode: 0644]
share/man/man4/snp.4 [new file with mode: 0644]
share/man/man4/spic.4 [new file with mode: 0644]
share/man/man4/splash.4 [new file with mode: 0644]
share/man/man4/sppp.4 [new file with mode: 0644]
share/man/man4/st.4 [new file with mode: 0644]
share/man/man4/ste.4 [new file with mode: 0644]
share/man/man4/stf.4 [new file with mode: 0644]
share/man/man4/stg.4 [new file with mode: 0644]
share/man/man4/stge.4 [new file with mode: 0644]
share/man/man4/sym.4 [new file with mode: 0644]
share/man/man4/syncer.4 [new file with mode: 0644]
share/man/man4/syscons.4 [new file with mode: 0644]
share/man/man4/sysmouse.4 [new file with mode: 0644]
share/man/man4/tap.4 [new file with mode: 0644]
share/man/man4/targ.4 [new file with mode: 0644]
share/man/man4/tcp.4 [new file with mode: 0644]
share/man/man4/termios.4 [new file with mode: 0644]
share/man/man4/ti.4 [new file with mode: 0644]
share/man/man4/tl.4 [new file with mode: 0644]
share/man/man4/trm.4 [new file with mode: 0644]
share/man/man4/tty.4 [new file with mode: 0644]
share/man/man4/tun.4 [new file with mode: 0644]
share/man/man4/twa.4 [new file with mode: 0644]
share/man/man4/twe.4 [new file with mode: 0644]
share/man/man4/tws.4 [new file with mode: 0644]
share/man/man4/txp.4 [new file with mode: 0644]
share/man/man4/uark.4 [new file with mode: 0644]
share/man/man4/ubsa.4 [new file with mode: 0644]
share/man/man4/ubsec.4 [new file with mode: 0644]
share/man/man4/ubt.4 [new file with mode: 0644]
share/man/man4/uchcom.4 [new file with mode: 0644]
share/man/man4/ucom.4 [new file with mode: 0644]
share/man/man4/udp.4 [new file with mode: 0644]
share/man/man4/ufm.4 [new file with mode: 0644]
share/man/man4/uftdi.4 [new file with mode: 0644]
share/man/man4/ugen.4 [new file with mode: 0644]
share/man/man4/ugensa.4 [new file with mode: 0644]
share/man/man4/uguru.4 [new file with mode: 0644]
share/man/man4/uhci.4 [new file with mode: 0644]
share/man/man4/uhid.4 [new file with mode: 0644]
share/man/man4/uhidev.4 [new file with mode: 0644]
share/man/man4/ukbd.4 [new file with mode: 0644]
share/man/man4/ulpt.4 [new file with mode: 0644]
share/man/man4/umass.4 [new file with mode: 0644]
share/man/man4/umct.4 [new file with mode: 0644]
share/man/man4/umodem.4 [new file with mode: 0644]
share/man/man4/ums.4 [new file with mode: 0644]
share/man/man4/unix.4 [new file with mode: 0644]
share/man/man4/uplcom.4 [new file with mode: 0644]
share/man/man4/ural.4 [new file with mode: 0644]
share/man/man4/urio.4 [new file with mode: 0644]
share/man/man4/usb.4 [new file with mode: 0644]
share/man/man4/uscanner.4 [new file with mode: 0644]
share/man/man4/uslcom.4 [new file with mode: 0644]
share/man/man4/uticom.4 [new file with mode: 0644]
share/man/man4/uvisor.4 [new file with mode: 0644]
share/man/man4/uvscom.4 [new file with mode: 0644]
share/man/man4/vga.4 [new file with mode: 0644]
share/man/man4/vge.4 [new file with mode: 0644]
share/man/man4/vinum.4 [new file with mode: 0644]
share/man/man4/vlan.4 [new file with mode: 0644]
share/man/man4/vn.4 [new file with mode: 0644]
share/man/man4/vpo.4 [new file with mode: 0644]
share/man/man4/vr.4 [new file with mode: 0644]
share/man/man4/watchdog.4 [new file with mode: 0644]
share/man/man4/wb.4 [new file with mode: 0644]
share/man/man4/wbsio.4 [new file with mode: 0644]
share/man/man4/wi.4 [new file with mode: 0644]
share/man/man4/wlan.4 [new file with mode: 0644]
share/man/man4/wlan_acl.4 [new file with mode: 0644]
share/man/man4/wlan_amrr.4 [new file with mode: 0644]
share/man/man4/wlan_ccmp.4 [new file with mode: 0644]
share/man/man4/wlan_tkip.4 [new file with mode: 0644]
share/man/man4/wlan_wep.4 [new file with mode: 0644]
share/man/man4/wlan_xauth.4 [new file with mode: 0644]
share/man/man4/wpi.4 [new file with mode: 0644]
share/man/man4/xe.4 [new file with mode: 0644]
share/man/man4/xl.4 [new file with mode: 0644]
share/man/man4/xpt.4 [new file with mode: 0644]
share/man/man4/zero.4 [new file with mode: 0644]
share/man/man5/Makefile [new file with mode: 0644]
share/man/man5/a.out.5 [new file with mode: 0644]
share/man/man5/acct.5 [new file with mode: 0644]
share/man/man5/compilers.conf.5 [new file with mode: 0644]
share/man/man5/core.5 [new file with mode: 0644]
share/man/man5/crypttab.5 [new file with mode: 0644]
share/man/man5/devfs.5 [new file with mode: 0644]
share/man/man5/devtab.5 [new file with mode: 0644]
share/man/man5/dir.5 [new file with mode: 0644]
share/man/man5/disktab.5 [new file with mode: 0644]
share/man/man5/elf.5 [new file with mode: 0644]
share/man/man5/ethers.5 [new file with mode: 0644]
share/man/man5/euc.5 [new file with mode: 0644]
share/man/man5/eui64.5 [new file with mode: 0644]
share/man/man5/fbtab.5 [new file with mode: 0644]
share/man/man5/fdesc.5 [new file with mode: 0644]
share/man/man5/ffs.5 [new file with mode: 0644]
share/man/man5/forward.5 [new file with mode: 0644]
share/man/man5/fs.5 [new file with mode: 0644]
share/man/man5/fstab.5 [new file with mode: 0644]
share/man/man5/gb18030.5 [new file with mode: 0644]
share/man/man5/gbk.5 [new file with mode: 0644]
share/man/man5/group.5 [new file with mode: 0644]
share/man/man5/hammer.5 [new file with mode: 0644]
share/man/man5/hesiod.conf.5 [new file with mode: 0644]
share/man/man5/hosts.5 [new file with mode: 0644]
share/man/man5/hosts.equiv.5 [new file with mode: 0644]
share/man/man5/hosts.lpd.5 [new file with mode: 0644]
share/man/man5/intro.5 [new file with mode: 0644]
share/man/man5/kernconf.5 [new file with mode: 0644]
share/man/man5/kernel.conf.5 [new file with mode: 0644]
share/man/man5/libmap.conf.5 [new file with mode: 0644]
share/man/man5/link.5 [new file with mode: 0644]
share/man/man5/linprocfs.5 [new file with mode: 0644]
share/man/man5/loader.conf.5 [new file with mode: 0644]
share/man/man5/mailer.conf.5 [new file with mode: 0644]
share/man/man5/make.conf.5 [new file with mode: 0644]
share/man/man5/manpath.config.5 [new file with mode: 0644]
share/man/man5/motd.5 [new file with mode: 0644]
share/man/man5/msdos.5 [new file with mode: 0644]
share/man/man5/networks.5 [new file with mode: 0644]
share/man/man5/nsswitch.conf.5 [new file with mode: 0644]
share/man/man5/null.5 [new file with mode: 0644]
share/man/man5/passwd.5 [new file with mode: 0644]
share/man/man5/periodic.conf.5 [new file with mode: 0644]
share/man/man5/phones.5 [new file with mode: 0644]
share/man/man5/procfs.5 [new file with mode: 0644]
share/man/man5/protocols.5 [new file with mode: 0644]
share/man/man5/rc.conf.5 [new file with mode: 0644]
share/man/man5/regdomain.5 [new file with mode: 0644]
share/man/man5/remote.5 [new file with mode: 0644]
share/man/man5/resident.conf.5 [new file with mode: 0644]
share/man/man5/resolver.5 [new file with mode: 0644]
share/man/man5/services.5 [new file with mode: 0644]
share/man/man5/shells.5 [new file with mode: 0644]
share/man/man5/stab.5 [new file with mode: 0644]
share/man/man5/sysctl.conf.5 [new file with mode: 0644]
share/man/man5/tmpfs.5 [new file with mode: 0644]
share/man/man5/utf2.5 [new file with mode: 0644]
share/man/man5/utf8.5 [new file with mode: 0644]
share/man/man5/utmp.5 [new file with mode: 0644]
share/man/man5/utmpx.5 [new file with mode: 0644]
share/man/man5/uuids.5 [new file with mode: 0644]
share/man/man5/varsym.conf.5 [new file with mode: 0644]
share/man/man6/Makefile [new file with mode: 0644]
share/man/man6/intro.6 [new file with mode: 0644]
share/man/man7/Makefile [new file with mode: 0644]
share/man/man7/ascii.7 [new file with mode: 0644]
share/man/man7/build.7 [new file with mode: 0644]
share/man/man7/clocks.7 [new file with mode: 0644]
share/man/man7/committer.7 [new file with mode: 0644]
share/man/man7/development.7 [new file with mode: 0644]
share/man/man7/environ.7 [new file with mode: 0644]
share/man/man7/firewall.7 [new file with mode: 0644]
share/man/man7/hier.7 [new file with mode: 0644]
share/man/man7/hostname.7 [new file with mode: 0644]
share/man/man7/intro.7 [new file with mode: 0644]
share/man/man7/mailaddr.7 [new file with mode: 0644]
share/man/man7/nls.7 [new file with mode: 0644]
share/man/man7/operator.7 [new file with mode: 0644]
share/man/man7/pkgsrc.7 [new file with mode: 0644]
share/man/man7/release.7 [new file with mode: 0644]
share/man/man7/script.7 [new file with mode: 0644]
share/man/man7/security.7 [new file with mode: 0644]
share/man/man7/standards.7 [new file with mode: 0644]
share/man/man7/stdint.7 [new file with mode: 0644]
share/man/man7/tuning.7 [new file with mode: 0644]
share/man/man7/vkernel.7 [new file with mode: 0644]
share/man/man8/Makefile [new file with mode: 0644]
share/man/man8/adding_user.8 [new file with mode: 0644]
share/man/man8/crash.8 [new file with mode: 0644]
share/man/man8/dhcp.8 [new file with mode: 0644]
share/man/man8/diskless.8 [new file with mode: 0644]
share/man/man8/intro.8 [new file with mode: 0644]
share/man/man8/man8.i386/Makefile [new file with mode: 0644]
share/man/man8/rc.8 [new file with mode: 0644]
share/man/man8/rc.sendmail.8 [new file with mode: 0644]
share/man/man8/rc.subr.8 [new file with mode: 0644]
share/man/man8/sticky.8 [new file with mode: 0644]
share/man/man8/swapcache.8 [new file with mode: 0644]
share/man/man8/yp.8 [new file with mode: 0644]
share/man/man9/BUS_ADD_CHILD.9 [new file with mode: 0644]
share/man/man9/BUS_PRINT_CHILD.9 [new file with mode: 0644]
share/man/man9/BUS_READ_IVAR.9 [new file with mode: 0644]
share/man/man9/BUS_SETUP_INTR.9 [new file with mode: 0644]
share/man/man9/DECLARE_MODULE.9 [new file with mode: 0644]
share/man/man9/DELAY.9 [new file with mode: 0644]
share/man/man9/DEVICE_ATTACH.9 [new file with mode: 0644]
share/man/man9/DEVICE_DETACH.9 [new file with mode: 0644]
share/man/man9/DEVICE_IDENTIFY.9 [new file with mode: 0644]
share/man/man9/DEVICE_PROBE.9 [new file with mode: 0644]
share/man/man9/DEVICE_SHUTDOWN.9 [new file with mode: 0644]
share/man/man9/DEV_MODULE.9 [new file with mode: 0644]
share/man/man9/DRIVER_MODULE.9 [new file with mode: 0644]
share/man/man9/EVENTHANDLER.9 [new file with mode: 0644]
share/man/man9/KASSERT.9 [new file with mode: 0644]
share/man/man9/MD5.9 [new file with mode: 0644]
share/man/man9/MODULE_DEPEND.9 [new file with mode: 0644]
share/man/man9/MODULE_VERSION.9 [new file with mode: 0644]
share/man/man9/Makefile [new file with mode: 0644]
share/man/man9/SYSCALL_MODULE.9 [new file with mode: 0644]
share/man/man9/SYSINIT.9 [new file with mode: 0644]
share/man/man9/VFS.9 [new file with mode: 0644]
share/man/man9/VFS_CHECKEXP.9 [new file with mode: 0644]
share/man/man9/VFS_FHTOVP.9 [new file with mode: 0644]
share/man/man9/VFS_INIT.9 [new file with mode: 0644]
share/man/man9/VFS_MOUNT.9 [new file with mode: 0644]
share/man/man9/VFS_QUOTACTL.9 [new file with mode: 0644]
share/man/man9/VFS_ROOT.9 [new file with mode: 0644]
share/man/man9/VFS_START.9 [new file with mode: 0644]
share/man/man9/VFS_STATFS.9 [new file with mode: 0644]
share/man/man9/VFS_SYNC.9 [new file with mode: 0644]
share/man/man9/VFS_UNMOUNT.9 [new file with mode: 0644]
share/man/man9/VFS_VGET.9 [new file with mode: 0644]
share/man/man9/VFS_VPTOFH.9 [new file with mode: 0644]
share/man/man9/VOP_ACCESS.9 [new file with mode: 0644]
share/man/man9/VOP_ACLCHECK.9 [new file with mode: 0644]
share/man/man9/VOP_ADVLOCK.9 [new file with mode: 0644]
share/man/man9/VOP_ATTRIB.9 [new file with mode: 0644]
share/man/man9/VOP_CREATE.9 [new file with mode: 0644]
share/man/man9/VOP_FSYNC.9 [new file with mode: 0644]
share/man/man9/VOP_GETACL.9 [new file with mode: 0644]
share/man/man9/VOP_GETEXTATTR.9 [new file with mode: 0644]
share/man/man9/VOP_GETPAGES.9 [new file with mode: 0644]
share/man/man9/VOP_INACTIVE.9 [new file with mode: 0644]
share/man/man9/VOP_IOCTL.9 [new file with mode: 0644]
share/man/man9/VOP_LEASE.9 [new file with mode: 0644]
share/man/man9/VOP_LINK.9 [new file with mode: 0644]
share/man/man9/VOP_LOCK.9 [new file with mode: 0644]
share/man/man9/VOP_LOOKUP.9 [new file with mode: 0644]
share/man/man9/VOP_MMAP.9 [new file with mode: 0644]
share/man/man9/VOP_OPENCLOSE.9 [new file with mode: 0644]
share/man/man9/VOP_PATHCONF.9 [new file with mode: 0644]
share/man/man9/VOP_PRINT.9 [new file with mode: 0644]
share/man/man9/VOP_RDWR.9 [new file with mode: 0644]
share/man/man9/VOP_READDIR.9 [new file with mode: 0644]
share/man/man9/VOP_READLINK.9 [new file with mode: 0644]
share/man/man9/VOP_REALLOCBLKS.9 [new file with mode: 0644]
share/man/man9/VOP_REMOVE.9 [new file with mode: 0644]
share/man/man9/VOP_RENAME.9 [new file with mode: 0644]
share/man/man9/VOP_SETACL.9 [new file with mode: 0644]
share/man/man9/VOP_SETEXTATTR.9 [new file with mode: 0644]
share/man/man9/VOP_STRATEGY.9 [new file with mode: 0644]
share/man/man9/accept_filter.9 [new file with mode: 0644]
share/man/man9/accf_data.9 [new file with mode: 0644]
share/man/man9/accf_http.9 [new file with mode: 0644]
share/man/man9/acl.9 [new file with mode: 0644]
share/man/man9/altq.9 [new file with mode: 0644]
share/man/man9/at_exit.9 [new file with mode: 0644]
share/man/man9/at_fork.9 [new file with mode: 0644]
share/man/man9/bios.9 [new file with mode: 0644]
share/man/man9/boot.9 [new file with mode: 0644]
share/man/man9/buf.9 [new file with mode: 0644]
share/man/man9/bufcache.9 [new file with mode: 0644]
share/man/man9/bus_alloc_resource.9 [new file with mode: 0644]
share/man/man9/bus_dma.9 [new file with mode: 0644]
share/man/man9/bus_generic_attach.9 [new file with mode: 0644]
share/man/man9/bus_generic_detach.9 [new file with mode: 0644]
share/man/man9/bus_generic_print_child.9 [new file with mode: 0644]
share/man/man9/bus_generic_read_ivar.9 [new file with mode: 0644]
share/man/man9/bus_generic_shutdown.9 [new file with mode: 0644]
share/man/man9/bus_get_resource.9 [new file with mode: 0644]
share/man/man9/bus_release_resource.9 [new file with mode: 0644]
share/man/man9/bus_set_resource.9 [new file with mode: 0644]
share/man/man9/bus_space.9 [new file with mode: 0644]
share/man/man9/byteorder.9 [new file with mode: 0644]
share/man/man9/callout.9 [new file with mode: 0644]
share/man/man9/cd.9 [new file with mode: 0644]
share/man/man9/condvar.9 [new file with mode: 0644]
share/man/man9/contigmalloc.9 [new file with mode: 0644]
share/man/man9/copy.9 [new file with mode: 0644]
share/man/man9/crit_enter.9 [new file with mode: 0644]
share/man/man9/crypto.9 [new file with mode: 0644]
share/man/man9/devclass.9 [new file with mode: 0644]
share/man/man9/devclass_add_driver.9 [new file with mode: 0644]
share/man/man9/devclass_find.9 [new file with mode: 0644]
share/man/man9/devclass_get_count.9 [new file with mode: 0644]
share/man/man9/devclass_get_device.9 [new file with mode: 0644]
share/man/man9/devclass_get_devices.9 [new file with mode: 0644]
share/man/man9/devclass_get_maxunit.9 [new file with mode: 0644]
share/man/man9/devclass_get_name.9 [new file with mode: 0644]
share/man/man9/devclass_get_softc.9 [new file with mode: 0644]
share/man/man9/device.9 [new file with mode: 0644]
share/man/man9/device_add_child.9 [new file with mode: 0644]
share/man/man9/device_delete_child.9 [new file with mode: 0644]
share/man/man9/device_enable.9 [new file with mode: 0644]
share/man/man9/device_find_child.9 [new file with mode: 0644]
share/man/man9/device_get_children.9 [new file with mode: 0644]
share/man/man9/device_get_devclass.9 [new file with mode: 0644]
share/man/man9/device_get_driver.9 [new file with mode: 0644]
share/man/man9/device_get_ivars.9 [new file with mode: 0644]
share/man/man9/device_get_parent.9 [new file with mode: 0644]
share/man/man9/device_get_softc.9 [new file with mode: 0644]
share/man/man9/device_get_state.9 [new file with mode: 0644]
share/man/man9/device_get_unit.9 [new file with mode: 0644]
share/man/man9/device_printf.9 [new file with mode: 0644]
share/man/man9/device_probe_and_attach.9 [new file with mode: 0644]
share/man/man9/device_quiet.9 [new file with mode: 0644]
share/man/man9/device_set_desc.9 [new file with mode: 0644]
share/man/man9/device_set_driver.9 [new file with mode: 0644]
share/man/man9/device_set_flags.9 [new file with mode: 0644]
share/man/man9/devstat.9 [new file with mode: 0644]
share/man/man9/devtoname.9 [new file with mode: 0644]
share/man/man9/driver.9 [new file with mode: 0644]
share/man/man9/dsched.9 [new file with mode: 0644]
share/man/man9/extattr.9 [new file with mode: 0644]
share/man/man9/fetch.9 [new file with mode: 0644]
share/man/man9/firmware.9 [new file with mode: 0644]
share/man/man9/hash.9 [new file with mode: 0644]
share/man/man9/hexdump.9 [new file with mode: 0644]
share/man/man9/ieee80211.9 [new file with mode: 0644]
share/man/man9/ieee80211_amrr.9 [new file with mode: 0644]
share/man/man9/ieee80211_beacon.9 [new file with mode: 0644]
share/man/man9/ieee80211_bmiss.9 [new file with mode: 0644]
share/man/man9/ieee80211_crypto.9 [new file with mode: 0644]
share/man/man9/ieee80211_ddb.9 [new file with mode: 0644]
share/man/man9/ieee80211_input.9 [new file with mode: 0644]
share/man/man9/ieee80211_node.9 [new file with mode: 0644]
share/man/man9/ieee80211_output.9 [new file with mode: 0644]
share/man/man9/ieee80211_proto.9 [new file with mode: 0644]
share/man/man9/ieee80211_radiotap.9 [new file with mode: 0644]
share/man/man9/ieee80211_regdomain.9 [new file with mode: 0644]
share/man/man9/ieee80211_scan.9 [new file with mode: 0644]
share/man/man9/ieee80211_vap.9 [new file with mode: 0644]
share/man/man9/ifnet.9 [new file with mode: 0644]
share/man/man9/inittodr.9 [new file with mode: 0644]
share/man/man9/intro.9 [new file with mode: 0644]
share/man/man9/ioctl.9 [new file with mode: 0644]
share/man/man9/kenv.9 [new file with mode: 0644]
share/man/man9/kernacc.9 [new file with mode: 0644]
share/man/man9/kmalloc.9 [new file with mode: 0644]
share/man/man9/kobj.9 [new file with mode: 0644]
share/man/man9/kprintf.9 [new file with mode: 0644]
share/man/man9/ksignal.9 [new file with mode: 0644]
share/man/man9/ktr.9 [new file with mode: 0644]
share/man/man9/lock.9 [new file with mode: 0644]
share/man/man9/lwbuf.9 [new file with mode: 0644]
share/man/man9/make_autoclone_dev.9 [new file with mode: 0644]
share/man/man9/make_dev.9 [new file with mode: 0644]
share/man/man9/mbuf.9 [new file with mode: 0644]
share/man/man9/memory.9 [new file with mode: 0644]
share/man/man9/microseq.9 [new file with mode: 0644]
share/man/man9/microtime.9 [new file with mode: 0644]
share/man/man9/microuptime.9 [new file with mode: 0644]
share/man/man9/module.9 [new file with mode: 0644]
share/man/man9/mpipe.9 [new file with mode: 0644]
share/man/man9/mutex.9 [new file with mode: 0644]
share/man/man9/nlookup.9 [new file with mode: 0644]
share/man/man9/objcache.9 [new file with mode: 0644]
share/man/man9/panic.9 [new file with mode: 0644]
share/man/man9/pci.9 [new file with mode: 0644]
share/man/man9/pfil.9 [new file with mode: 0644]
share/man/man9/pfind.9 [new file with mode: 0644]
share/man/man9/pgfind.9 [new file with mode: 0644]
share/man/man9/physio.9 [new file with mode: 0644]
share/man/man9/posix4.9 [new file with mode: 0644]
share/man/man9/priv.9 [new file with mode: 0644]
share/man/man9/prop_copyin_ioctl.9 [new file with mode: 0644]
share/man/man9/resettodr.9 [new file with mode: 0644]
share/man/man9/rman.9 [new file with mode: 0644]
share/man/man9/rtalloc.9 [new file with mode: 0644]
share/man/man9/rtentry.9 [new file with mode: 0644]
share/man/man9/sbuf.9 [new file with mode: 0644]
share/man/man9/sensor_attach.9 [new file with mode: 0644]
share/man/man9/serializer.9 [new file with mode: 0644]
share/man/man9/sleep.9 [new file with mode: 0644]
share/man/man9/spinlock.9 [new file with mode: 0644]
share/man/man9/store.9 [new file with mode: 0644]
share/man/man9/style.9 [new file with mode: 0644]
share/man/man9/syscall.9 [new file with mode: 0644]
share/man/man9/sysctl.9 [new file with mode: 0644]
share/man/man9/sysctl_add_oid.9 [new file with mode: 0644]
share/man/man9/sysctl_ctx_init.9 [new file with mode: 0644]
share/man/man9/systimer.9 [new file with mode: 0644]
share/man/man9/taskqueue.9 [new file with mode: 0644]
share/man/man9/tbridge.9 [new file with mode: 0644]
share/man/man9/time.9 [new file with mode: 0644]
share/man/man9/token.9 [new file with mode: 0644]
share/man/man9/tvtohz.9 [new file with mode: 0644]
share/man/man9/uio.9 [new file with mode: 0644]
share/man/man9/usbdi.9 [new file with mode: 0644]
share/man/man9/vcount.9 [new file with mode: 0644]
share/man/man9/vflush.9 [new file with mode: 0644]
share/man/man9/vfs_unmountall.9 [new file with mode: 0644]
share/man/man9/vget.9 [new file with mode: 0644]
share/man/man9/vhold.9 [new file with mode: 0644]
share/man/man9/vm_map_findspace.9 [new file with mode: 0644]
share/man/man9/vm_page_alloc.9 [new file with mode: 0644]
share/man/man9/vn_fullpath.9 [new file with mode: 0644]
share/man/man9/vnode.9 [new file with mode: 0644]
share/man/man9/vput.9 [new file with mode: 0644]
share/man/man9/vref.9 [new file with mode: 0644]
share/man/man9/vrele.9 [new file with mode: 0644]
share/man/man9/vslock.9 [new file with mode: 0644]
share/man/man9/zone.9 [new file with mode: 0644]
share/me/Makefile [new file with mode: 0644]
share/me/acm.me [new file with mode: 0644]
share/me/chars.me [new file with mode: 0644]
share/me/deltext.me [new file with mode: 0644]
share/me/eqn.me [new file with mode: 0644]
share/me/float.me [new file with mode: 0644]
share/me/footnote.me [new file with mode: 0644]
share/me/index.me [new file with mode: 0644]
share/me/letterhead.me [new file with mode: 0644]
share/me/local.me [new file with mode: 0644]
share/me/null.me [new file with mode: 0644]
share/me/orig_me.7 [new file with mode: 0644]
share/me/refer.me [new file with mode: 0644]
share/me/revisions [new file with mode: 0644]
share/me/sh.me [new file with mode: 0644]
share/me/strip.sed [new file with mode: 0644]
share/me/summary.external [new file with mode: 0644]
share/me/tbl.me [new file with mode: 0644]
share/me/test/test.accent [new file with mode: 0644]
share/me/test/test.umlaut [new file with mode: 0644]
share/me/thesis.me [new file with mode: 0644]
share/me/tmac.orig_me [new file with mode: 0644]
share/misc/Makefile [new file with mode: 0644]
share/misc/ascii [new file with mode: 0644]
share/misc/birthtoken [new file with mode: 0644]
share/misc/bsd-family-tree [new file with mode: 0644]
share/misc/dragonfly.el [new file with mode: 0644]
share/misc/eqnchar [new file with mode: 0644]
share/misc/flowers [new file with mode: 0644]
share/misc/gdbinit [new file with mode: 0644]
share/misc/indent.pro [new file with mode: 0644]
share/misc/init.ee [new file with mode: 0644]
share/misc/iso639 [new file with mode: 0644]
share/misc/latin1 [new file with mode: 0644]
share/misc/man.template [new file with mode: 0644]
share/misc/mdoc.template [new file with mode: 0644]
share/misc/operator [new file with mode: 0644]
share/misc/pci_vendors [new file with mode: 0644]
share/misc/scsi_modes [new file with mode: 0644]
share/misc/usb_hid_usages [new file with mode: 0644]
share/mk/Makefile [new file with mode: 0644]
share/mk/bsd.README [new file with mode: 0644]
share/mk/bsd.cpu.custom.mk [new file with mode: 0644]
share/mk/bsd.cpu.gcc41.mk [new file with mode: 0644]
share/mk/bsd.cpu.gcc44.mk [new file with mode: 0644]
share/mk/bsd.cpu.mk [new file with mode: 0644]
share/mk/bsd.dep.mk [new file with mode: 0644]
share/mk/bsd.doc.mk [new file with mode: 0644]
share/mk/bsd.files.mk [new file with mode: 0644]
share/mk/bsd.hostlib.mk [new file with mode: 0644]
share/mk/bsd.hostprog.mk [new file with mode: 0644]
share/mk/bsd.incs.mk [new file with mode: 0644]
share/mk/bsd.info.mk [new file with mode: 0644]
share/mk/bsd.init.mk [new file with mode: 0644]
share/mk/bsd.kmod.mk [new file with mode: 0644]
share/mk/bsd.lib.mk [new file with mode: 0644]
share/mk/bsd.libnames.mk [new file with mode: 0644]
share/mk/bsd.links.mk [new file with mode: 0644]
share/mk/bsd.man.mk [new file with mode: 0644]
share/mk/bsd.nls.mk [new file with mode: 0644]
share/mk/bsd.obj.mk [new file with mode: 0644]
share/mk/bsd.own.mk [new file with mode: 0644]
share/mk/bsd.patch.mk [new file with mode: 0644]
share/mk/bsd.prog.mk [new file with mode: 0644]
share/mk/bsd.subdir.mk [new file with mode: 0644]
share/mk/bsd.sys.mk [new file with mode: 0644]
share/mk/sys.mk [new file with mode: 0644]
share/monetdef/Makefile [new file with mode: 0644]
share/monetdef/af_ZA.ISO8859-1.src [new file with mode: 0644]
share/monetdef/be_BY.CP1131.src [new file with mode: 0644]
share/monetdef/be_BY.CP1251.src [new file with mode: 0644]
share/monetdef/be_BY.ISO8859-5.src [new file with mode: 0644]
share/monetdef/be_BY.UTF-8.src [new file with mode: 0644]
share/monetdef/bg_BG.CP1251.src [new file with mode: 0644]
share/monetdef/bg_BG.UTF-8.src [new file with mode: 0644]
share/monetdef/cs_CZ.ISO8859-2.src [new file with mode: 0644]
share/monetdef/cs_CZ.UTF-8.src [new file with mode: 0644]
share/monetdef/da_DK.ISO8859-1.src [new file with mode: 0644]
share/monetdef/de_AT.ISO8859-1.src [new file with mode: 0644]
share/monetdef/de_CH.ISO8859-1.src [new file with mode: 0644]
share/monetdef/de_DE.ISO8859-1.src [new file with mode: 0644]
share/monetdef/el_GR.ISO8859-7.src [new file with mode: 0644]
share/monetdef/en_AU.ISO8859-1.src [new file with mode: 0644]
share/monetdef/en_CA.ISO8859-1.src [new file with mode: 0644]
share/monetdef/en_GB.ISO8859-1.src [new file with mode: 0644]
share/monetdef/en_GB.UTF-8.src [new file with mode: 0644]
share/monetdef/en_IE.UTF-8.src [new file with mode: 0644]
share/monetdef/en_NZ.ISO8859-1.src [new file with mode: 0644]
share/monetdef/en_US.ISO8859-1.src [new file with mode: 0644]
share/monetdef/es_ES.ISO8859-1.src [new file with mode: 0644]
share/monetdef/et_EE.ISO8859-15.src [new file with mode: 0644]
share/monetdef/fi_FI.ISO8859-1.src [new file with mode: 0644]
share/monetdef/fo_FO.ISO8859-1.src [new file with mode: 0644]
share/monetdef/fr_BE.ISO8859-1.src [new file with mode: 0644]
share/monetdef/fr_CA.ISO8859-1.src [new file with mode: 0644]
share/monetdef/fr_FR.ISO8859-1.src [new file with mode: 0644]
share/monetdef/hi_IN.ISCII-DEV.src [new file with mode: 0644]
share/monetdef/hr_HR.ISO8859-2.src [new file with mode: 0644]
share/monetdef/hu_HU.ISO8859-2.src [new file with mode: 0644]
share/monetdef/hy_AM.UTF-8.src [new file with mode: 0644]
share/monetdef/is_IS.ISO8859-1.src [new file with mode: 0644]
share/monetdef/it_IT.ISO8859-1.src [new file with mode: 0644]
share/monetdef/ja_JP.eucJP.src [new file with mode: 0644]
share/monetdef/kk_KZ.UTF-8.src [new file with mode: 0644]
share/monetdef/ko_KR.eucKR.src [new file with mode: 0644]
share/monetdef/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/monetdef/nl_BE.ISO8859-1.src [new file with mode: 0644]
share/monetdef/nl_NL.ISO8859-1.src [new file with mode: 0644]
share/monetdef/no_NO.ISO8859-1.src [new file with mode: 0644]
share/monetdef/pl_PL.ISO8859-2.src [new file with mode: 0644]
share/monetdef/pl_PL.UTF-8.src [new file with mode: 0644]
share/monetdef/pt_BR.ISO8859-1.src [new file with mode: 0644]
share/monetdef/pt_PT.ISO8859-1.src [new file with mode: 0644]
share/monetdef/ro_RO.ISO8859-2.src [new file with mode: 0644]
share/monetdef/ru_RU.CP866.src [new file with mode: 0644]
share/monetdef/ru_RU.ISO8859-5.src [new file with mode: 0644]
share/monetdef/ru_RU.KOI8-R.src [new file with mode: 0644]
share/monetdef/ru_RU.UTF-8.src [new file with mode: 0644]
share/monetdef/sk_SK.ISO8859-2.src [new file with mode: 0644]
share/monetdef/sl_SI.ISO8859-2.src [new file with mode: 0644]
share/monetdef/sr_YU.ISO8859-2.src [new file with mode: 0644]
share/monetdef/sr_YU.ISO8859-5.src [new file with mode: 0644]
share/monetdef/sr_YU.UTF-8.src [new file with mode: 0644]
share/monetdef/sv_SE.ISO8859-1.src [new file with mode: 0644]
share/monetdef/tr_TR.ISO8859-9.src [new file with mode: 0644]
share/monetdef/uk_UA.ISO8859-5.src [new file with mode: 0644]
share/monetdef/uk_UA.KOI8-U.src [new file with mode: 0644]
share/monetdef/uk_UA.UTF-8.src [new file with mode: 0644]
share/monetdef/zh_CN.UTF-8.src [new file with mode: 0644]
share/monetdef/zh_CN.eucCN.src [new file with mode: 0644]
share/monetdef/zh_HK.UTF-8.src [new file with mode: 0644]
share/monetdef/zh_TW.Big5.src [new file with mode: 0644]
share/msgdef/Makefile [new file with mode: 0644]
share/msgdef/af_ZA.ISO8859-1.src [new file with mode: 0644]
share/msgdef/be_BY.CP1131.src [new file with mode: 0644]
share/msgdef/be_BY.CP1251.src [new file with mode: 0644]
share/msgdef/be_BY.ISO8859-5.src [new file with mode: 0644]
share/msgdef/be_BY.UTF-8.src [new file with mode: 0644]
share/msgdef/bg_BG.CP1251.src [new file with mode: 0644]
share/msgdef/bg_BG.UTF-8.src [new file with mode: 0644]
share/msgdef/cs_CZ.ISO8859-2.src [new file with mode: 0644]
share/msgdef/da_DK.ISO8859-1.src [new file with mode: 0644]
share/msgdef/de_DE.ISO8859-1.src [new file with mode: 0644]
share/msgdef/el_GR.ISO8859-7.src [new file with mode: 0644]
share/msgdef/el_GR.UTF-8.src [new file with mode: 0644]
share/msgdef/en_CA.ISO8859-1.src [new file with mode: 0644]
share/msgdef/en_GB.ISO8859-1.src [new file with mode: 0644]
share/msgdef/en_US.ISO8859-1.src [new file with mode: 0644]
share/msgdef/es_ES.ISO8859-1.src [new file with mode: 0644]
share/msgdef/et_EE.ISO8859-15.src [new file with mode: 0644]
share/msgdef/fi_FI.ISO8859-1.src [new file with mode: 0644]
share/msgdef/fr_BE.ISO8859-1.src [new file with mode: 0644]
share/msgdef/fr_CH.ISO8859-1.src [new file with mode: 0644]
share/msgdef/fr_FR.ISO8859-1.src [new file with mode: 0644]
share/msgdef/hi_IN.ISCII-DEV.src [new file with mode: 0644]
share/msgdef/hr_HR.ISO8859-2.src [new file with mode: 0644]
share/msgdef/hu_HU.ISO8859-2.src [new file with mode: 0644]
share/msgdef/hy_AM.UTF-8.src [new file with mode: 0644]
share/msgdef/is_IS.ISO8859-1.src [new file with mode: 0644]
share/msgdef/it_IT.ISO8859-1.src [new file with mode: 0644]
share/msgdef/ja_JP.SJIS.src [new file with mode: 0644]
share/msgdef/ja_JP.UTF-8.src [new file with mode: 0644]
share/msgdef/ja_JP.eucJP.src [new file with mode: 0644]
share/msgdef/kk_KZ.UTF-8.src [new file with mode: 0644]
share/msgdef/ko_KR.eucKR.src [new file with mode: 0644]
share/msgdef/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/msgdef/nl_NL.ISO8859-1.src [new file with mode: 0644]
share/msgdef/no_NO.ISO8859-1.src [new file with mode: 0644]
share/msgdef/pl_PL.ISO8859-2.src [new file with mode: 0644]
share/msgdef/pt_PT.ISO8859-1.src [new file with mode: 0644]
share/msgdef/ro_RO.ISO8859-2.src [new file with mode: 0644]
share/msgdef/ru_RU.CP866.src [new file with mode: 0644]
share/msgdef/ru_RU.ISO8859-5.src [new file with mode: 0644]
share/msgdef/ru_RU.KOI8-R.src [new file with mode: 0644]
share/msgdef/ru_RU.UTF-8.src [new file with mode: 0644]
share/msgdef/sl_SI.ISO8859-2.src [new file with mode: 0644]
share/msgdef/sr_YU.UTF-8.src [new file with mode: 0644]
share/msgdef/sv_SE.ISO8859-1.src [new file with mode: 0644]
share/msgdef/tr_TR.ISO8859-9.src [new file with mode: 0644]
share/msgdef/uk_UA.ISO8859-5.src [new file with mode: 0644]
share/msgdef/uk_UA.KOI8-U.src [new file with mode: 0644]
share/msgdef/uk_UA.UTF-8.src [new file with mode: 0644]
share/msgdef/zh_CN.UTF-8.src [new file with mode: 0644]
share/msgdef/zh_CN.eucCN.src [new file with mode: 0644]
share/msgdef/zh_TW.Big5.src [new file with mode: 0644]
share/msgdef/zh_TW.UTF-8.src [new file with mode: 0644]
share/nls/Makefile [new file with mode: 0644]
share/nls/nls.alias [new file with mode: 0644]
share/numericdef/Makefile [new file with mode: 0644]
share/numericdef/af_ZA.ISO8859-1.src [new file with mode: 0644]
share/numericdef/be_BY.CP1251.src [new file with mode: 0644]
share/numericdef/bg_BG.CP1251.src [new file with mode: 0644]
share/numericdef/cs_CZ.ISO8859-2.src [new file with mode: 0644]
share/numericdef/da_DK.ISO8859-1.src [new file with mode: 0644]
share/numericdef/de_DE.ISO8859-1.src [new file with mode: 0644]
share/numericdef/el_GR.ISO8859-7.src [new file with mode: 0644]
share/numericdef/en_US.ISO8859-1.src [new file with mode: 0644]
share/numericdef/es_ES.ISO8859-1.src [new file with mode: 0644]
share/numericdef/et_EE.ISO8859-15.src [new file with mode: 0644]
share/numericdef/fi_FI.ISO8859-1.src [new file with mode: 0644]
share/numericdef/fo_FO.ISO8859-1.src [new file with mode: 0644]
share/numericdef/fr_BE.ISO8859-1.src [new file with mode: 0644]
share/numericdef/fr_FR.ISO8859-1.src [new file with mode: 0644]
share/numericdef/hi_IN.ISCII-DEV.src [new file with mode: 0644]
share/numericdef/hr_HR.ISO8859-2.src [new file with mode: 0644]
share/numericdef/hu_HU.ISO8859-2.src [new file with mode: 0644]
share/numericdef/is_IS.ISO8859-1.src [new file with mode: 0644]
share/numericdef/it_IT.ISO8859-1.src [new file with mode: 0644]
share/numericdef/ja_JP.eucJP.src [new file with mode: 0644]
share/numericdef/ko_KR.eucKR.src [new file with mode: 0644]
share/numericdef/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/numericdef/nl_NL.ISO8859-1.src [new file with mode: 0644]
share/numericdef/no_NO.ISO8859-1.src [new file with mode: 0644]
share/numericdef/pl_PL.ISO8859-2.src [new file with mode: 0644]
share/numericdef/pt_BR.ISO8859-1.src [new file with mode: 0644]
share/numericdef/pt_PT.ISO8859-1.src [new file with mode: 0644]
share/numericdef/ro_RO.ISO8859-2.src [new file with mode: 0644]
share/numericdef/ru_RU.CP866.src [new file with mode: 0644]
share/numericdef/ru_RU.ISO8859-5.src [new file with mode: 0644]
share/numericdef/ru_RU.KOI8-R.src [new file with mode: 0644]
share/numericdef/sk_SK.ISO8859-2.src [new file with mode: 0644]
share/numericdef/sl_SI.ISO8859-2.src [new file with mode: 0644]
share/numericdef/sv_SE.ISO8859-1.src [new file with mode: 0644]
share/numericdef/tr_TR.ISO8859-9.src [new file with mode: 0644]
share/numericdef/uk_UA.ISO8859-5.src [new file with mode: 0644]
share/numericdef/uk_UA.KOI8-U.src [new file with mode: 0644]
share/numericdef/zh_CN.eucCN.src [new file with mode: 0644]
share/numericdef/zh_TW.Big5.src [new file with mode: 0644]
share/sendmail/Makefile [new file with mode: 0644]
share/skel/Makefile [new file with mode: 0644]
share/skel/dot.cshrc [new file with mode: 0644]
share/skel/dot.login [new file with mode: 0644]
share/skel/dot.login_conf [new file with mode: 0644]
share/skel/dot.mail_aliases [new file with mode: 0644]
share/skel/dot.mailrc [new file with mode: 0644]
share/skel/dot.profile [new file with mode: 0644]
share/skel/dot.rhosts [new file with mode: 0644]
share/skel/dot.shrc [new file with mode: 0644]
share/syscons/Makefile [new file with mode: 0644]
share/syscons/fonts/INDEX.fonts [new file with mode: 0644]
share/syscons/fonts/Makefile [new file with mode: 0644]
share/syscons/fonts/cp1251-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/cp1251-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp1251-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp437-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/cp437-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp437-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp437-thin-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp437-thin-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp850-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/cp850-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp850-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp850-thin-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp850-thin-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp865-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/cp865-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp865-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp865-thin-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp865-thin-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp866-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/cp866-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp866-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/cp866b-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp866c-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp866u-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/cp866u-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/cp866u-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso-thin-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso02-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso02-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso02-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-vga9-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-vga9-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-vga9-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-vga9-wide-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso04-wide-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso05-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso05-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso05-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso07-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso07-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso07-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso08-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso08-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso08-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso09-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso15-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/iso15-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/iso15-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/iso15-thin-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-r-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-r-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-r-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-rb-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-rc-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-u-8x14.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-u-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/koi8-u-8x8.fnt [new file with mode: 0644]
share/syscons/fonts/swiss-1131-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/swiss-1251-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/swiss-8x16.fnt [new file with mode: 0644]
share/syscons/fonts/swiss-8x8.fnt [new file with mode: 0644]
share/syscons/keymaps/INDEX.keymaps [new file with mode: 0644]
share/syscons/keymaps/Makefile [new file with mode: 0644]
share/syscons/keymaps/be.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/be.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/bg.bds.ctrlcaps.kbd [new file with mode: 0644]
share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd [new file with mode: 0644]
share/syscons/keymaps/br275.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/br275.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/br275.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/by.cp1131.kbd [new file with mode: 0644]
share/syscons/keymaps/by.cp1251.kbd [new file with mode: 0644]
share/syscons/keymaps/by.iso5.kbd [new file with mode: 0644]
share/syscons/keymaps/ce.iso2.kbd [new file with mode: 0644]
share/syscons/keymaps/colemak.iso15.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/cs.latin2.qwertz.kbd [new file with mode: 0644]
share/syscons/keymaps/cz.iso2.kbd [new file with mode: 0644]
share/syscons/keymaps/danish.cp865.kbd [new file with mode: 0644]
share/syscons/keymaps/danish.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/el.iso07.kbd [new file with mode: 0644]
share/syscons/keymaps/estonian.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/estonian.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/estonian.iso15.kbd [new file with mode: 0644]
share/syscons/keymaps/finnish.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/finnish.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/fr.dvorak.kbd [new file with mode: 0644]
share/syscons/keymaps/fr.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/fr.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/fr_CA.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/german.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/german.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/gr.elot.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/gr.us101.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/hr.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/hu.iso2.101keys.kbd [new file with mode: 0644]
share/syscons/keymaps/hu.iso2.102keys.kbd [new file with mode: 0644]
share/syscons/keymaps/icelandic.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/icelandic.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/it.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/iw.iso8.kbd [new file with mode: 0644]
share/syscons/keymaps/jp.106.kbd [new file with mode: 0644]
share/syscons/keymaps/jp.106x.kbd [new file with mode: 0644]
share/syscons/keymaps/lat-amer.kbd [new file with mode: 0644]
share/syscons/keymaps/lt.iso4.kbd [new file with mode: 0644]
share/syscons/keymaps/norwegian.dvorak.kbd [new file with mode: 0644]
share/syscons/keymaps/norwegian.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/pl_PL.ISO8859-2.kbd [new file with mode: 0644]
share/syscons/keymaps/pt.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/pt.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/ru.cp866.kbd [new file with mode: 0644]
share/syscons/keymaps/ru.iso5.kbd [new file with mode: 0644]
share/syscons/keymaps/ru.koi8-r.kbd [new file with mode: 0644]
share/syscons/keymaps/ru.koi8-r.shift.kbd [new file with mode: 0644]
share/syscons/keymaps/ru.koi8-r.win.kbd [new file with mode: 0644]
share/syscons/keymaps/si.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/sk.iso2.kbd [new file with mode: 0644]
share/syscons/keymaps/spanish.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/spanish.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/spanish.iso15.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/swedish.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/swedish.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/swissfrench.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/swissfrench.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/swissfrench.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/swissgerman.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/swissgerman.iso.acc.kbd [new file with mode: 0644]
share/syscons/keymaps/swissgerman.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/tr.iso9.q.kbd [new file with mode: 0644]
share/syscons/keymaps/ua.iso5.kbd [new file with mode: 0644]
share/syscons/keymaps/ua.koi8-u.kbd [new file with mode: 0644]
share/syscons/keymaps/ua.koi8-u.shift.alt.kbd [new file with mode: 0644]
share/syscons/keymaps/uk.cp850-ctrl.kbd [new file with mode: 0644]
share/syscons/keymaps/uk.cp850.kbd [new file with mode: 0644]
share/syscons/keymaps/uk.iso-ctrl.kbd [new file with mode: 0644]
share/syscons/keymaps/uk.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/us.dvorak.kbd [new file with mode: 0644]
share/syscons/keymaps/us.dvorakl.kbd [new file with mode: 0644]
share/syscons/keymaps/us.dvorakr.kbd [new file with mode: 0644]
share/syscons/keymaps/us.dvorakx.kbd [new file with mode: 0644]
share/syscons/keymaps/us.emacs.kbd [new file with mode: 0644]
share/syscons/keymaps/us.iso.kbd [new file with mode: 0644]
share/syscons/keymaps/us.pc-ctrl.kbd [new file with mode: 0644]
share/syscons/keymaps/us.unix.kbd [new file with mode: 0644]
share/syscons/scrnmaps/Makefile [new file with mode: 0644]
share/syscons/scrnmaps/iso-8859-1_to_cp437 [new file with mode: 0644]
share/syscons/scrnmaps/iso-8859-4_for_vga9 [new file with mode: 0644]
share/syscons/scrnmaps/iso-8859-7_to_cp437 [new file with mode: 0644]
share/syscons/scrnmaps/koi8-r2cp866 [new file with mode: 0644]
share/syscons/scrnmaps/koi8-u2cp866u [new file with mode: 0644]
share/syscons/scrnmaps/mkscrfil.c [new file with mode: 0644]
share/syscons/scrnmaps/us-ascii_to_cp437 [new file with mode: 0644]
share/tabset/3101.uu [new file with mode: 0644]
share/tabset/9837.uu [new file with mode: 0644]
share/tabset/Makefile [new file with mode: 0644]
share/tabset/aa.uu [new file with mode: 0644]
share/tabset/aed512.uu [new file with mode: 0644]
share/tabset/beehive.uu [new file with mode: 0644]
share/tabset/diablo.uu [new file with mode: 0644]
share/tabset/dtc382.uu [new file with mode: 0644]
share/tabset/hp700-wy.uu [new file with mode: 0644]
share/tabset/ibm3101.uu [new file with mode: 0644]
share/tabset/std.uu [new file with mode: 0644]
share/tabset/stdcrt.uu [new file with mode: 0644]
share/tabset/tandem653.uu [new file with mode: 0644]
share/tabset/teleray.uu [new file with mode: 0644]
share/tabset/vt100-w.uu [new file with mode: 0644]
share/tabset/vt100.uu [new file with mode: 0644]
share/tabset/wyse-adds.uu [new file with mode: 0644]
share/tabset/xerox1720.uu [new file with mode: 0644]
share/tabset/xerox1730-lm.uu [new file with mode: 0644]
share/tabset/xerox1730.uu [new file with mode: 0644]
share/tabset/zenith29.uu [new file with mode: 0644]
share/termcap/Makefile [new file with mode: 0644]
share/termcap/README [new file with mode: 0644]
share/termcap/map3270 [new file with mode: 0644]
share/termcap/termcap.5 [new file with mode: 0644]
share/termcap/termcap.src [new file with mode: 0644]
share/timedef/Makefile [new file with mode: 0644]
share/timedef/be_BY.CP1131.src [new file with mode: 0644]
share/timedef/be_BY.CP1251.src [new file with mode: 0644]
share/timedef/be_BY.ISO8859-5.src [new file with mode: 0644]
share/timedef/be_BY.UTF-8.src [new file with mode: 0644]
share/timedef/bg_BG.CP1251.src [new file with mode: 0644]
share/timedef/bg_BG.UTF-8.src [new file with mode: 0644]
share/timedef/ca_ES.UTF-8.src [new file with mode: 0644]
share/timedef/cs_CZ.ISO8859-2.src [new file with mode: 0644]
share/timedef/cs_CZ.UTF-8.src [new file with mode: 0644]
share/timedef/da_DK.ISO8859-1.src [new file with mode: 0644]
share/timedef/da_DK.UTF-8.src [new file with mode: 0644]
share/timedef/de_AT.ISO8859-1.src [new file with mode: 0644]
share/timedef/de_AT.UTF-8.src [new file with mode: 0644]
share/timedef/de_DE.ISO8859-1.src [new file with mode: 0644]
share/timedef/de_DE.UTF-8.src [new file with mode: 0644]
share/timedef/el_GR.ISO8859-7.src [new file with mode: 0644]
share/timedef/el_GR.UTF-8.src [new file with mode: 0644]
share/timedef/en_GB.ISO8859-1.src [new file with mode: 0644]
share/timedef/en_US.ISO8859-1.src [new file with mode: 0644]
share/timedef/es_ES.ISO8859-1.src [new file with mode: 0644]
share/timedef/es_ES.UTF-8.src [new file with mode: 0644]
share/timedef/et_EE.ISO8859-15.src [new file with mode: 0644]
share/timedef/et_EE.UTF-8.src [new file with mode: 0644]
share/timedef/fi_FI.ISO8859-1.src [new file with mode: 0644]
share/timedef/fi_FI.UTF-8.src [new file with mode: 0644]
share/timedef/fo_FO.ISO8859-1.src [new file with mode: 0644]
share/timedef/fr_FR.ISO8859-1.src [new file with mode: 0644]
share/timedef/fr_FR.UTF-8.src [new file with mode: 0644]
share/timedef/hi_IN.ISCII-DEV.src [new file with mode: 0644]
share/timedef/hr_HR.ISO8859-2.src [new file with mode: 0644]
share/timedef/hr_HR.UTF-8.src [new file with mode: 0644]
share/timedef/hu_HU.ISO8859-2.src [new file with mode: 0644]
share/timedef/hu_HU.UTF-8.src [new file with mode: 0644]
share/timedef/hy_AM.UTF-8.src [new file with mode: 0644]
share/timedef/is_IS.ISO8859-1.src [new file with mode: 0644]
share/timedef/is_IS.UTF-8.src [new file with mode: 0644]
share/timedef/it_IT.ISO8859-1.src [new file with mode: 0644]
share/timedef/it_IT.UTF-8.src [new file with mode: 0644]
share/timedef/ja_JP.SJIS.src [new file with mode: 0644]
share/timedef/ja_JP.UTF-8.src [new file with mode: 0644]
share/timedef/ja_JP.eucJP.src [new file with mode: 0644]
share/timedef/kk_KZ.UTF-8.src [new file with mode: 0644]
share/timedef/ko_KR.UTF-8.src [new file with mode: 0644]
share/timedef/ko_KR.eucKR.src [new file with mode: 0644]
share/timedef/la_LN.ISO8859-1.src [new file with mode: 0644]
share/timedef/lt_LT.ISO8859-13.src [new file with mode: 0644]
share/timedef/lt_LT.ISO8859-4.src [new file with mode: 0644]
share/timedef/lt_LT.UTF-8.src [new file with mode: 0644]
share/timedef/nl_NL.ISO8859-1.src [new file with mode: 0644]
share/timedef/no_NO.ISO8859-1.src [new file with mode: 0644]
share/timedef/no_NO.UTF-8.src [new file with mode: 0644]
share/timedef/pl_PL.ISO8859-2.src [new file with mode: 0644]
share/timedef/pl_PL.UTF-8.src [new file with mode: 0644]
share/timedef/pt_BR.ISO8859-1.src [new file with mode: 0644]
share/timedef/pt_BR.UTF-8.src [new file with mode: 0644]
share/timedef/pt_PT.ISO8859-1.src [new file with mode: 0644]
share/timedef/pt_PT.UTF-8.src [new file with mode: 0644]
share/timedef/ro_RO.ISO8859-2.src [new file with mode: 0644]
share/timedef/ro_RO.UTF-8.src [new file with mode: 0644]
share/timedef/ru_RU.CP866.src [new file with mode: 0644]
share/timedef/ru_RU.ISO8859-5.src [new file with mode: 0644]
share/timedef/ru_RU.KOI8-R.src [new file with mode: 0644]
share/timedef/ru_RU.UTF-8.src [new file with mode: 0644]
share/timedef/sk_SK.ISO8859-2.src [new file with mode: 0644]
share/timedef/sk_SK.UTF-8.src [new file with mode: 0644]
share/timedef/sl_SI.ISO8859-2.src [new file with mode: 0644]
share/timedef/sl_SI.UTF-8.src [new file with mode: 0644]
share/timedef/sr_YU.UTF-8.src [new file with mode: 0644]
share/timedef/sv_SE.ISO8859-1.src [new file with mode: 0644]
share/timedef/sv_SE.UTF-8.src [new file with mode: 0644]
share/timedef/tr_TR.ISO8859-9.src [new file with mode: 0644]
share/timedef/tr_TR.UTF-8.src [new file with mode: 0644]
share/timedef/uk_UA.ISO8859-5.src [new file with mode: 0644]
share/timedef/uk_UA.KOI8-U.src [new file with mode: 0644]
share/timedef/uk_UA.UTF-8.src [new file with mode: 0644]
share/timedef/zh_CN.UTF-8.src [new file with mode: 0644]
share/timedef/zh_CN.eucCN.src [new file with mode: 0644]
share/timedef/zh_TW.Big5.src [new file with mode: 0644]
share/timedef/zh_TW.UTF-8.src [new file with mode: 0644]
share/zoneinfo/Makefile [new file with mode: 0644]
share/zoneinfo/README [new file with mode: 0644]
share/zoneinfo/Theory [new file with mode: 0644]
share/zoneinfo/africa [new file with mode: 0644]
share/zoneinfo/antarctica [new file with mode: 0644]
share/zoneinfo/asia [new file with mode: 0644]
share/zoneinfo/australasia [new file with mode: 0644]
share/zoneinfo/backward [new file with mode: 0644]
share/zoneinfo/etcetera [new file with mode: 0644]
share/zoneinfo/europe [new file with mode: 0644]
share/zoneinfo/iso3166.tab [new file with mode: 0644]
share/zoneinfo/leapseconds [new file with mode: 0644]
share/zoneinfo/northamerica [new file with mode: 0644]
share/zoneinfo/southamerica [new file with mode: 0644]
share/zoneinfo/systemv [new file with mode: 0644]
share/zoneinfo/yearistype.sh [new file with mode: 0644]
share/zoneinfo/zone.tab [new file with mode: 0644]
sys/Makefile [new file with mode: 0644]
sys/Makefile.modules [new file with mode: 0644]
sys/boot/Makefile [new file with mode: 0644]
sys/boot/README [new file with mode: 0644]
sys/boot/common/Makefile.inc [new file with mode: 0644]
sys/boot/common/bcache.c [new file with mode: 0644]
sys/boot/common/boot.c [new file with mode: 0644]
sys/boot/common/boot2.h [new file with mode: 0644]
sys/boot/common/bootstrap.h [new file with mode: 0644]
sys/boot/common/commands.c [new file with mode: 0644]
sys/boot/common/console.c [new file with mode: 0644]
sys/boot/common/dev_net.c [new file with mode: 0644]
sys/boot/common/dev_net.h [new file with mode: 0644]
sys/boot/common/devopen.c [new file with mode: 0644]
sys/boot/common/dinode.h [new file with mode: 0644]
sys/boot/common/do_default.c [new file with mode: 0644]
sys/boot/common/do_dloader.c [new file with mode: 0644]
sys/boot/common/fs.h [new file with mode: 0644]
sys/boot/common/help.common [new file with mode: 0644]
sys/boot/common/interp_backslash.c [new file with mode: 0644]
sys/boot/common/interp_parse.c [new file with mode: 0644]
sys/boot/common/isapnp.c [new file with mode: 0644]
sys/boot/common/isapnp.h [new file with mode: 0644]
sys/boot/common/load.c [new file with mode: 0644]
sys/boot/common/load_elf.c [new file with mode: 0644]
sys/boot/common/load_elf32.c [new file with mode: 0644]
sys/boot/common/load_elf32_obj.c [new file with mode: 0644]
sys/boot/common/load_elf64.c [new file with mode: 0644]
sys/boot/common/load_elf64_obj.c [new file with mode: 0644]
sys/boot/common/load_elf_obj.c [new file with mode: 0644]
sys/boot/common/loader.8 [new file with mode: 0644]
sys/boot/common/ls.c [new file with mode: 0644]
sys/boot/common/merge_help.awk [new file with mode: 0644]
sys/boot/common/misc.c [new file with mode: 0644]
sys/boot/common/module.c [new file with mode: 0644]
sys/boot/common/newvers.sh [new file with mode: 0644]
sys/boot/common/panic.c [new file with mode: 0644]
sys/boot/common/pnp.c [new file with mode: 0644]
sys/boot/common/pnpdata [new file with mode: 0644]
sys/boot/common/rel_open.c [new file with mode: 0644]
sys/boot/common/reloc_elf.c [new file with mode: 0644]
sys/boot/common/reloc_elf32.c [new file with mode: 0644]
sys/boot/common/reloc_elf64.c [new file with mode: 0644]
sys/boot/common/ufsread.c [new file with mode: 0644]
sys/boot/dloader/Makefile [new file with mode: 0644]
sys/boot/dloader/cmds.c [new file with mode: 0644]
sys/boot/dloader/config.c [new file with mode: 0644]
sys/boot/dloader/dloader.h [new file with mode: 0644]
sys/boot/dloader/dloader.menu [new file with mode: 0644]
sys/boot/dloader/loader-bootp.conf [new file with mode: 0644]
sys/boot/dloader/loader.conf [new file with mode: 0644]
sys/boot/dloader/subs.c [new file with mode: 0644]
sys/boot/efi/Makefile [new file with mode: 0644]
sys/boot/efi/Makefile.inc [new file with mode: 0644]
sys/boot/efi/include/README [new file with mode: 0644]
sys/boot/efi/include/efi.h [new file with mode: 0644]
sys/boot/efi/include/efi_nii.h [new file with mode: 0644]
sys/boot/efi/include/efiapi.h [new file with mode: 0644]
sys/boot/efi/include/eficon.h [new file with mode: 0644]
sys/boot/efi/include/efidebug.h [new file with mode: 0644]
sys/boot/efi/include/efidef.h [new file with mode: 0644]
sys/boot/efi/include/efidevp.h [new file with mode: 0644]
sys/boot/efi/include/efierr.h [new file with mode: 0644]
sys/boot/efi/include/efifpswa.h [new file with mode: 0644]
sys/boot/efi/include/efifs.h [new file with mode: 0644]
sys/boot/efi/include/efilib.h [new file with mode: 0644]
sys/boot/efi/include/efinet.h [new file with mode: 0644]
sys/boot/efi/include/efipart.h [new file with mode: 0644]
sys/boot/efi/include/efiprot.h [new file with mode: 0644]
sys/boot/efi/include/efipxebc.h [new file with mode: 0644]
sys/boot/efi/include/efiser.h [new file with mode: 0644]
sys/boot/efi/include/efistdarg.h [new file with mode: 0644]
sys/boot/efi/include/i386/efibind.h [new file with mode: 0644]
sys/boot/efi/include/i386/pe.h [new file with mode: 0644]
sys/boot/efi/include/ia64/efibind.h [new file with mode: 0644]
sys/boot/efi/include/ia64/pe.h [new file with mode: 0644]
sys/boot/efi/libefi/Makefile [new file with mode: 0644]
sys/boot/efi/libefi/arch/ia64/ldscript.ia64 [new file with mode: 0644]
sys/boot/efi/libefi/arch/ia64/start.S [new file with mode: 0644]
sys/boot/efi/libefi/bootinfo.c [new file with mode: 0644]
sys/boot/efi/libefi/copy.c [new file with mode: 0644]
sys/boot/efi/libefi/delay.c [new file with mode: 0644]
sys/boot/efi/libefi/devicename.c [new file with mode: 0644]
sys/boot/efi/libefi/efi_console.c [new file with mode: 0644]
sys/boot/efi/libefi/efiboot.h [new file with mode: 0644]
sys/boot/efi/libefi/efifpswa.c [new file with mode: 0644]
sys/boot/efi/libefi/efifs.c [new file with mode: 0644]
sys/boot/efi/libefi/efinet.c [new file with mode: 0644]
sys/boot/efi/libefi/elf_freebsd.c [new file with mode: 0644]
sys/boot/efi/libefi/libefi.c [new file with mode: 0644]
sys/boot/efi/libefi/module.c [new file with mode: 0644]
sys/boot/efi/libefi/time.c [new file with mode: 0644]
sys/boot/efi/loader/Makefile [new file with mode: 0644]
sys/boot/efi/loader/conf.c [new file with mode: 0644]
sys/boot/efi/loader/main.c [new file with mode: 0644]
sys/boot/efi/loader/version [new file with mode: 0644]
sys/boot/pc32/Makefile [new file with mode: 0644]
sys/boot/pc32/Makefile.inc [new file with mode: 0644]
sys/boot/pc32/boot0/Makefile [new file with mode: 0644]
sys/boot/pc32/boot0/boot0.S [new file with mode: 0644]
sys/boot/pc32/boot0sio/Makefile [new file with mode: 0644]
sys/boot/pc32/boot2/Makefile [new file with mode: 0644]
sys/boot/pc32/boot2/boot1.S [new file with mode: 0644]
sys/boot/pc32/boot2/boot2.c [new file with mode: 0644]
sys/boot/pc32/boot2/lib.h [new file with mode: 0644]
sys/boot/pc32/boot2/sio.S [new file with mode: 0644]
sys/boot/pc32/bootasm.h [new file with mode: 0644]
sys/boot/pc32/bootasmdef.c [new file with mode: 0644]
sys/boot/pc32/btx/Makefile [new file with mode: 0644]
sys/boot/pc32/btx/Makefile.inc [new file with mode: 0644]
sys/boot/pc32/btx/btx/Makefile [new file with mode: 0644]
sys/boot/pc32/btx/btx/btx.S [new file with mode: 0644]
sys/boot/pc32/btx/btxldr/Makefile [new file with mode: 0644]
sys/boot/pc32/btx/btxldr/btxldr.S [new file with mode: 0644]
sys/boot/pc32/btx/lib/Makefile [new file with mode: 0644]
sys/boot/pc32/btx/lib/btxcsu.S [new file with mode: 0644]
sys/boot/pc32/btx/lib/btxsys.S [new file with mode: 0644]
sys/boot/pc32/btx/lib/btxv86.S [new file with mode: 0644]
sys/boot/pc32/btx/lib/btxv86.h [new file with mode: 0644]
sys/boot/pc32/cdboot/Makefile [new file with mode: 0644]
sys/boot/pc32/cdboot/cdboot.S [new file with mode: 0644]
sys/boot/pc32/kgzldr/Makefile [new file with mode: 0644]
sys/boot/pc32/kgzldr/boot.c [new file with mode: 0644]
sys/boot/pc32/kgzldr/crt.s [new file with mode: 0644]
sys/boot/pc32/kgzldr/kgzldr.h [new file with mode: 0644]
sys/boot/pc32/kgzldr/lib.c [new file with mode: 0644]
sys/boot/pc32/kgzldr/sio.s [new file with mode: 0644]
sys/boot/pc32/kgzldr/start.s [new file with mode: 0644]
sys/boot/pc32/libi386/Makefile [new file with mode: 0644]
sys/boot/pc32/libi386/biosacpi.c [new file with mode: 0644]
sys/boot/pc32/libi386/bioscd.c [new file with mode: 0644]
sys/boot/pc32/libi386/biosdisk.c [new file with mode: 0644]
sys/boot/pc32/libi386/biosmem.c [new file with mode: 0644]
sys/boot/pc32/libi386/biospci.c [new file with mode: 0644]
sys/boot/pc32/libi386/biospnp.c [new file with mode: 0644]
sys/boot/pc32/libi386/biossmap.c [new file with mode: 0644]
sys/boot/pc32/libi386/bootinfo.c [new file with mode: 0644]
sys/boot/pc32/libi386/bootinfo32.c [new file with mode: 0644]
sys/boot/pc32/libi386/bootinfo64.c [new file with mode: 0644]
sys/boot/pc32/libi386/comconsole.c [new file with mode: 0644]
sys/boot/pc32/libi386/devicename.c [new file with mode: 0644]
sys/boot/pc32/libi386/elf32_freebsd.c [new file with mode: 0644]
sys/boot/pc32/libi386/elf64_freebsd.c [new file with mode: 0644]
sys/boot/pc32/libi386/gatea20.c [new file with mode: 0644]
sys/boot/pc32/libi386/i386_copy.c [new file with mode: 0644]
sys/boot/pc32/libi386/i386_module.c [new file with mode: 0644]
sys/boot/pc32/libi386/libi386.h [new file with mode: 0644]
sys/boot/pc32/libi386/nullconsole.c [new file with mode: 0644]
sys/boot/pc32/libi386/pread.c [new file with mode: 0644]
sys/boot/pc32/libi386/pxe.c [new file with mode: 0644]
sys/boot/pc32/libi386/pxe.h [new file with mode: 0644]
sys/boot/pc32/libi386/pxetramp.s [new file with mode: 0644]
sys/boot/pc32/libi386/time.c [new file with mode: 0644]
sys/boot/pc32/libi386/vidconsole.c [new file with mode: 0644]
sys/boot/pc32/libi386/x86_64_tramp.S [new file with mode: 0644]
sys/boot/pc32/loader/Makefile [new file with mode: 0644]
sys/boot/pc32/loader/conf.c [new file with mode: 0644]
sys/boot/pc32/loader/dloader.rc [new file with mode: 0644]
sys/boot/pc32/loader/help.i386 [new file with mode: 0644]
sys/boot/pc32/loader/loader.rc [new file with mode: 0644]
sys/boot/pc32/loader/main.c [new file with mode: 0644]
sys/boot/pc32/loader/version [new file with mode: 0644]
sys/boot/pc32/loader_tftp/Makefile [new file with mode: 0644]
sys/boot/pc32/loader_tftp/version [new file with mode: 0644]
sys/boot/pc32/mbr/Makefile [new file with mode: 0644]
sys/boot/pc32/mbr/mbr.S [new file with mode: 0644]
sys/boot/pc32/pxeldr/Makefile [new file with mode: 0644]
sys/boot/pc32/pxeldr/pxeboot.8 [new file with mode: 0644]
sys/boot/pc32/pxeldr/pxeldr.S [new file with mode: 0644]
sys/boot/pc32/pxeldr_tftp/Makefile [new file with mode: 0644]
sys/boot/pc32/pxeldr_tftp/pxeboot_tftp.8 [new file with mode: 0644]
sys/boot/pc64/Makefile.inc [new file with mode: 0644]
sys/bus/Makefile [new file with mode: 0644]
sys/bus/cam/Makefile [new file with mode: 0644]
sys/bus/cam/cam.c [new file with mode: 0644]
sys/bus/cam/cam.h [new file with mode: 0644]
sys/bus/cam/cam/Makefile [new file with mode: 0644]
sys/bus/cam/cam_ccb.h [new file with mode: 0644]
sys/bus/cam/cam_debug.h [new file with mode: 0644]
sys/bus/cam/cam_extend.c [new file with mode: 0644]
sys/bus/cam/cam_extend.h [new file with mode: 0644]
sys/bus/cam/cam_periph.c [new file with mode: 0644]
sys/bus/cam/cam_periph.h [new file with mode: 0644]
sys/bus/cam/cam_queue.c [new file with mode: 0644]
sys/bus/cam/cam_queue.h [new file with mode: 0644]
sys/bus/cam/cam_sim.c [new file with mode: 0644]
sys/bus/cam/cam_sim.h [new file with mode: 0644]
sys/bus/cam/cam_xpt.c [new file with mode: 0644]
sys/bus/cam/cam_xpt.h [new file with mode: 0644]
sys/bus/cam/cam_xpt_periph.h [new file with mode: 0644]
sys/bus/cam/cam_xpt_sim.h [new file with mode: 0644]
sys/bus/cam/scsi/Makefile [new file with mode: 0644]
sys/bus/cam/scsi/scsi_all.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_all.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_cd.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_cd.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_ch.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_ch.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_da.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_da.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_dvcfg.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_iu.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_low.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_low.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_low_pisa.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_low_pisa.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_message.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_pass.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_pass.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_pt.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_pt.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_sa.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_sa.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_ses.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_ses.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_sg.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_sg.h [new file with mode: 0644]
sys/bus/cam/scsi/scsi_targ_bh.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_target.c [new file with mode: 0644]
sys/bus/cam/scsi/scsi_targetio.h [new file with mode: 0644]
sys/bus/firewire/00README [new file with mode: 0644]
sys/bus/firewire/Makefile [new file with mode: 0644]
sys/bus/firewire/firewire.c [new file with mode: 0644]
sys/bus/firewire/firewire.h [new file with mode: 0644]
sys/bus/firewire/firewire_phy.h [new file with mode: 0644]
sys/bus/firewire/firewirereg.h [new file with mode: 0644]
sys/bus/firewire/fwcrom.c [new file with mode: 0644]
sys/bus/firewire/fwdev.c [new file with mode: 0644]
sys/bus/firewire/fwdma.c [new file with mode: 0644]
sys/bus/firewire/fwdma.h [new file with mode: 0644]
sys/bus/firewire/fwmem.c [new file with mode: 0644]
sys/bus/firewire/fwmem.h [new file with mode: 0644]
sys/bus/firewire/fwohci.c [new file with mode: 0644]
sys/bus/firewire/fwohci_pci.c [new file with mode: 0644]
sys/bus/firewire/fwohcireg.h [new file with mode: 0644]
sys/bus/firewire/fwohcivar.h [new file with mode: 0644]
sys/bus/firewire/iec13213.h [new file with mode: 0644]
sys/bus/firewire/iec68113.h [new file with mode: 0644]
sys/bus/iicbus/Makefile [new file with mode: 0644]
sys/bus/iicbus/iic.c [new file with mode: 0644]
sys/bus/iicbus/iic.h [new file with mode: 0644]
sys/bus/iicbus/iic/Makefile [new file with mode: 0644]
sys/bus/iicbus/iicbb.c [new file with mode: 0644]
sys/bus/iicbus/iicbb/Makefile [new file with mode: 0644]
sys/bus/iicbus/iicbb_if.m [new file with mode: 0644]
sys/bus/iicbus/iicbus.c [new file with mode: 0644]
sys/bus/iicbus/iicbus.h [new file with mode: 0644]
sys/bus/iicbus/iicbus/Makefile [new file with mode: 0644]
sys/bus/iicbus/iicbus_if.m [new file with mode: 0644]
sys/bus/iicbus/iiconf.c [new file with mode: 0644]
sys/bus/iicbus/iiconf.h [new file with mode: 0644]
sys/bus/iicbus/iicsmb.c [new file with mode: 0644]
sys/bus/iicbus/iicsmb/Makefile [new file with mode: 0644]
sys/bus/iicbus/pcf/Makefile [new file with mode: 0644]
sys/bus/iicbus/pcf/pcf.c [new file with mode: 0644]
sys/bus/isa/i386/isa.c [new file with mode: 0644]
sys/bus/isa/i386/isa.h [new file with mode: 0644]
sys/bus/isa/i386/isa_compat.c [new file with mode: 0644]
sys/bus/isa/i386/isa_compat.h [new file with mode: 0644]
sys/bus/isa/i386/isa_device.h [new file with mode: 0644]
sys/bus/isa/i386/isa_dma.c [new file with mode: 0644]
sys/bus/isa/isa.h [new file with mode: 0644]
sys/bus/isa/isa_common.c [new file with mode: 0644]
sys/bus/isa/isa_common.h [new file with mode: 0644]
sys/bus/isa/isa_compat.h [new file with mode: 0644]
sys/bus/isa/isa_device.h [new file with mode: 0644]
sys/bus/isa/isa_if.m [new file with mode: 0644]
sys/bus/isa/isahint.c [new file with mode: 0644]
sys/bus/isa/isareg.h [new file with mode: 0644]
sys/bus/isa/isavar.h [new file with mode: 0644]
sys/bus/isa/pnp.c [new file with mode: 0644]
sys/bus/isa/pnpeat.c [new file with mode: 0644]
sys/bus/isa/pnpparse.c [new file with mode: 0644]
sys/bus/isa/pnpreg.h [new file with mode: 0644]
sys/bus/isa/pnpvar.h [new file with mode: 0644]
sys/bus/isa/rtc.h [new file with mode: 0644]
sys/bus/isa/syscons_isa.c [new file with mode: 0644]
sys/bus/isa/vga_isa.c [new file with mode: 0644]
sys/bus/isa/x86_64/isa.c [new file with mode: 0644]
sys/bus/isa/x86_64/isa.h [new file with mode: 0644]
sys/bus/isa/x86_64/isa_device.h [new file with mode: 0644]
sys/bus/isa/x86_64/isa_dma.c [new file with mode: 0644]
sys/bus/mmc/Makefile [new file with mode: 0644]
sys/bus/mmc/bridge.h [new file with mode: 0644]
sys/bus/mmc/mmc.c [new file with mode: 0644]
sys/bus/mmc/mmcbr_if.m [new file with mode: 0644]
sys/bus/mmc/mmcbrvar.h [new file with mode: 0644]
sys/bus/mmc/mmcbus_if.m [new file with mode: 0644]
sys/bus/mmc/mmcreg.h [new file with mode: 0644]
sys/bus/mmc/mmcvar.h [new file with mode: 0644]
sys/bus/pccard/Makefile [new file with mode: 0644]
sys/bus/pccard/Makefile.pccarddevs [new file with mode: 0644]
sys/bus/pccard/card_if.m [new file with mode: 0644]
sys/bus/pccard/devlist2h.awk [new file with mode: 0644]
sys/bus/pccard/pccard.c [new file with mode: 0644]
sys/bus/pccard/pccard_cis.c [new file with mode: 0644]
sys/bus/pccard/pccard_cis.h [new file with mode: 0644]
sys/bus/pccard/pccard_cis_quirks.c [new file with mode: 0644]
sys/bus/pccard/pccarddevs [new file with mode: 0644]
sys/bus/pccard/pccarddevs.h [new file with mode: 0644]
sys/bus/pccard/pccardreg.h [new file with mode: 0644]
sys/bus/pccard/pccardvar.h [new file with mode: 0644]
sys/bus/pccard/power_if.m [new file with mode: 0644]
sys/bus/pci/Makefile.pcidevs [new file with mode: 0644]
sys/bus/pci/dc21040reg.h [new file with mode: 0644]
sys/bus/pci/devlist2h.awk [new file with mode: 0644]
sys/bus/pci/fixup_pci.c [new file with mode: 0644]
sys/bus/pci/hostb_pci.c [new file with mode: 0644]
sys/bus/pci/i386/legacy.c [new file with mode: 0644]
sys/bus/pci/i386/legacyvar.h [new file with mode: 0644]
sys/bus/pci/i386/mptable_pci.c [new file with mode: 0644]
sys/bus/pci/i386/pci_bus.c [new file with mode: 0644]
sys/bus/pci/i386/pci_cfgreg.c [new file with mode: 0644]
sys/bus/pci/i386/pci_cfgreg.h [new file with mode: 0644]
sys/bus/pci/i386/pci_pir.c [new file with mode: 0644]
sys/bus/pci/i386/pcibus.h [new file with mode: 0644]
sys/bus/pci/ignore_pci.c [new file with mode: 0644]
sys/bus/pci/isa_pci.c [new file with mode: 0644]
sys/bus/pci/pci.c [new file with mode: 0644]
sys/bus/pci/pci_cfgreg.h [new file with mode: 0644]
sys/bus/pci/pci_compat.c [new file with mode: 0644]
sys/bus/pci/pci_if.m [new file with mode: 0644]
sys/bus/pci/pci_pci.c [new file with mode: 0644]
sys/bus/pci/pci_private.h [new file with mode: 0644]
sys/bus/pci/pci_user.c [new file with mode: 0644]
sys/bus/pci/pcib_if.m [new file with mode: 0644]
sys/bus/pci/pcib_private.h [new file with mode: 0644]
sys/bus/pci/pcibus.h [new file with mode: 0644]
sys/bus/pci/pcidevs [new file with mode: 0644]
sys/bus/pci/pcidevs.h [new file with mode: 0644]
sys/bus/pci/pcidevs_data.h [new file with mode: 0644]
sys/bus/pci/pcireg.h [new file with mode: 0644]
sys/bus/pci/pcivar.h [new file with mode: 0644]
sys/bus/pci/vga_pci.c [new file with mode: 0644]
sys/bus/pci/x86_64/legacy.c [new file with mode: 0644]
sys/bus/pci/x86_64/legacyvar.h [new file with mode: 0644]
sys/bus/pci/x86_64/mptable_pci.c [new file with mode: 0644]
sys/bus/pci/x86_64/pci_bus.c [new file with mode: 0644]
sys/bus/pci/x86_64/pci_cfgreg.c [new file with mode: 0644]
sys/bus/pci/x86_64/pci_cfgreg.h [new file with mode: 0644]
sys/bus/pci/x86_64/pci_pir.c [new file with mode: 0644]
sys/bus/pci/x86_64/pcibus.h [new file with mode: 0644]
sys/bus/ppbus/Makefile [new file with mode: 0644]
sys/bus/ppbus/ppb_1284.c [new file with mode: 0644]
sys/bus/ppbus/ppb_1284.h [new file with mode: 0644]
sys/bus/ppbus/ppb_base.c [new file with mode: 0644]
sys/bus/ppbus/ppb_msq.c [new file with mode: 0644]
sys/bus/ppbus/ppb_msq.h [new file with mode: 0644]
sys/bus/ppbus/ppbconf.c [new file with mode: 0644]
sys/bus/ppbus/ppbconf.h [new file with mode: 0644]
sys/bus/ppbus/ppbio.h [new file with mode: 0644]
sys/bus/ppbus/ppbus_if.m [new file with mode: 0644]
sys/bus/smbus/Makefile [new file with mode: 0644]
sys/bus/smbus/smb.c [new file with mode: 0644]
sys/bus/smbus/smb.h [new file with mode: 0644]
sys/bus/smbus/smb/Makefile [new file with mode: 0644]
sys/bus/smbus/smbconf.c [new file with mode: 0644]
sys/bus/smbus/smbconf.h [new file with mode: 0644]
sys/bus/smbus/smbus.c [new file with mode: 0644]
sys/bus/smbus/smbus.h [new file with mode: 0644]
sys/bus/smbus/smbus/Makefile [new file with mode: 0644]
sys/bus/smbus/smbus_if.m [new file with mode: 0644]
sys/bus/usb/FILES [new file with mode: 0644]
sys/bus/usb/Makefile [new file with mode: 0644]
sys/bus/usb/dsbr100io.h [new file with mode: 0644]
sys/bus/usb/ehci.c [new file with mode: 0644]
sys/bus/usb/ehci/Makefile [new file with mode: 0644]
sys/bus/usb/ehci_pci.c [new file with mode: 0644]
sys/bus/usb/ehcireg.h [new file with mode: 0644]
sys/bus/usb/ehcivar.h [new file with mode: 0644]
sys/bus/usb/hid.c [new file with mode: 0644]
sys/bus/usb/hid.h [new file with mode: 0644]
sys/bus/usb/kue_fw.h [new file with mode: 0644]
sys/bus/usb/ohci.c [new file with mode: 0644]
sys/bus/usb/ohci_pci.c [new file with mode: 0644]
sys/bus/usb/ohcireg.h [new file with mode: 0644]
sys/bus/usb/ohcivar.h [new file with mode: 0644]
sys/bus/usb/rio500_usb.h [new file with mode: 0644]
sys/bus/usb/ugraphire_rdesc.h [new file with mode: 0644]
sys/bus/usb/uhci.c [new file with mode: 0644]
sys/bus/usb/uhci_pci.c [new file with mode: 0644]
sys/bus/usb/uhcireg.h [new file with mode: 0644]
sys/bus/usb/uhcivar.h [new file with mode: 0644]
sys/bus/usb/uhub.c [new file with mode: 0644]
sys/bus/usb/usb.c [new file with mode: 0644]
sys/bus/usb/usb.h [new file with mode: 0644]
sys/bus/usb/usb/Makefile [new file with mode: 0644]
sys/bus/usb/usb_ethersubr.c [new file with mode: 0644]
sys/bus/usb/usb_ethersubr.h [new file with mode: 0644]
sys/bus/usb/usb_if.m [new file with mode: 0644]
sys/bus/usb/usb_mem.c [new file with mode: 0644]
sys/bus/usb/usb_mem.h [new file with mode: 0644]
sys/bus/usb/usb_port.h [new file with mode: 0644]
sys/bus/usb/usb_quirks.c [new file with mode: 0644]
sys/bus/usb/usb_quirks.h [new file with mode: 0644]
sys/bus/usb/usb_subr.c [new file with mode: 0644]
sys/bus/usb/usbcdc.h [new file with mode: 0644]
sys/bus/usb/usbdi.c [new file with mode: 0644]
sys/bus/usb/usbdi.h [new file with mode: 0644]
sys/bus/usb/usbdi_util.c [new file with mode: 0644]
sys/bus/usb/usbdi_util.h [new file with mode: 0644]
sys/bus/usb/usbdivar.h [new file with mode: 0644]
sys/bus/usb/usbhid.h [new file with mode: 0644]
sys/compile/.keep_me [new file with mode: 0644]
sys/conf/acpi.mk [new file with mode: 0644]
sys/conf/bsd.kern.mk [new file with mode: 0644]
sys/conf/defines [new file with mode: 0644]
sys/conf/files [new file with mode: 0644]
sys/conf/kern.fwd.mk [new file with mode: 0644]
sys/conf/kern.paths.mk [new file with mode: 0644]
sys/conf/kern.post.mk [new file with mode: 0644]
sys/conf/kern.pre.mk [new file with mode: 0644]
sys/conf/kmod.mk [new file with mode: 0644]
sys/conf/newvers.sh [new file with mode: 0644]
sys/conf/nfsswapkernel.c [new file with mode: 0644]
sys/conf/options [new file with mode: 0644]
sys/conf/subvers-DEVELOPMENT_2_5 [new file with mode: 0644]
sys/conf/systags.sh [new file with mode: 0644]
sys/config/GENERIC [new file with mode: 0644]
sys/config/LINT [new file with mode: 0644]
sys/config/LINT64 [new file with mode: 0644]
sys/config/SOEKRIS [new file with mode: 0644]
sys/config/VKERNEL [new file with mode: 0644]
sys/config/VKERNEL64 [new file with mode: 0644]
sys/config/X86_64_GENERIC [new file with mode: 0644]
sys/contrib/dev/acpica-unix/README [new file with mode: 0644]
sys/contrib/dev/acpica-unix/changes.txt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/16bit.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/a16find.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/a16utils.asm [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/a16utils.obj [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/adfile.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/adisasm.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/adwalk.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/dmextern.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/dmrestag.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/dmtable.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/dmtbdump.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/dmtbinfo.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/common/getopt.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/Makefile [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslanalyze.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslbtypes.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslcodegen.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslcompile.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslcompiler.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslcompiler.l [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslcompiler.y [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asldefine.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslerror.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslfiles.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslfold.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslglobal.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asllength.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asllisting.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslload.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asllookup.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslmain.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslmap.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslmessages.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslopcodes.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asloperands.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslopt.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslpredef.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslresource.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype1.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype1i.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype2.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype2d.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype2e.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype2q.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslrestype2w.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslstartup.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslstubs.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asltransform.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asltree.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asltypes.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/asluuid.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/aslwalks.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtcompile.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtcompiler.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtexpress.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtfield.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtio.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtsubtable.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dttable.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dttemplate.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dttemplate.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/dtutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/compiler/readme.txt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbcmds.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbdisply.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbexec.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbfileio.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbhistry.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbinput.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbmethod.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbnames.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbstats.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/debugger/dbxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmbuffer.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmnames.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmobject.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmopcode.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmresrc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmresrcl.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmresrcs.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/disassembler/dmwalk.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsargs.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dscontrol.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsfield.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsinit.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsmethod.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsmthdat.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsobject.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsopcode.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dsutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dswexec.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dswload.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dswload2.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dswscope.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/dispatcher/dswstate.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evevent.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evgpe.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evgpeblk.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evgpeinit.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evgpeutil.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evmisc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evregion.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evrgnini.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evsci.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evxfevnt.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evxfgpe.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/events/evxfregn.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exconfig.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exconvrt.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/excreate.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exdebug.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exdump.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exfield.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exfldio.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exmisc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exmutex.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exnames.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exoparg1.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exoparg2.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exoparg3.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exoparg6.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exprep.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exregion.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exresnte.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exresolv.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exresop.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exstore.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exstoren.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exstorob.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exsystem.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/executer/exutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/files.lnt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/lint.bat [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/lset.bat [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/options.lnt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/readme.txt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/std16.lnt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/std32.lnt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/generate/lint/std64.lnt [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwacpi.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwgpe.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwpci.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwregs.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwsleep.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwtimer.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwvalid.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/hardware/hwxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acapps.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/accommon.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acconfig.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acdebug.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acdisasm.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acdispat.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acevents.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acexcep.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acglobal.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/achware.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acinterp.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/aclocal.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acmacros.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acnames.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acnamesp.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acobject.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acopcode.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acoutput.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acparser.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acpi.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acpiosxf.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acpixf.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acpredef.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acresrc.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acrestyp.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acstruct.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/actables.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/actbl.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/actbl1.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/actbl2.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/actypes.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/acutils.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/amlcode.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/amlresrc.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/accygwin.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acefi.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acenv.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acfreebsd.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acgcc.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acintel.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/aclinux.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acmsvc.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acnetbsd.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acos2.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acwin.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/include/platform/acwin64.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsaccess.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsalloc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsdump.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsdumpdv.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nseval.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsinit.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsload.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsnames.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsobject.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsparse.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nspredef.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsrepair.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsrepair2.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nssearch.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nswalk.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsxfeval.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsxfname.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/namespace/nsxfobj.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/os_specific/service_layers/osunixdir.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/os_specific/service_layers/osunixxf.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/os_specific/service_layers/oswindir.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/os_specific/service_layers/oswintbl.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/os_specific/service_layers/oswinxf.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/osunixxf.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psargs.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psloop.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psopcode.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psparse.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psscope.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/pstree.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/pswalk.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/parser/psxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsaddr.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rscalc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rscreate.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsdump.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsinfo.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsio.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsirq.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rslist.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsmemory.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsmisc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/resources/rsxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tables/tbfadt.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tables/tbfind.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tables/tbinstal.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tables/tbutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tables/tbxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tables/tbxfroot.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/Makefile [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/aecommon.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/aeexec.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/aehandlers.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/aemain.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/aetables.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/aetables.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpiexec/osunixdir.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/Makefile [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/acpisrc.h [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/ascase.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/asconvrt.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/asfile.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/asmain.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/asremove.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/astable.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/asutils.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpisrc/osunixdir.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpixtract/Makefile [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/acpixtract/acpixtract.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/tools/examples/examples.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utalloc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utcache.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utclib.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utcopy.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utdebug.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utdecode.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utdelete.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/uteval.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utglobal.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utids.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utinit.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utlock.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utmath.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utmisc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utmutex.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utobject.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utosi.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utresrc.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utstate.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/uttrack.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utxface.c [new file with mode: 0644]
sys/contrib/dev/acpica-unix/utilities/utxferror.c [new file with mode: 0644]
sys/contrib/dev/iwi/LICENSE [new file with mode: 0644]
sys/contrib/dev/iwi/Makefile [new file with mode: 0644]
sys/contrib/dev/iwi/ipw2200-bss.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwi/ipw2200-ibss.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwi/ipw2200-sniffer.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwn/LICENSE [new file with mode: 0644]
sys/contrib/dev/iwn/iwlwifi-1000-128.50.3.1.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwn/iwlwifi-4965-228.61.2.24.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwn/iwlwifi-5000-8.24.2.12.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwn/iwlwifi-5150-8.24.2.2.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwn/iwlwifi-6000-9.221.4.1.fw.uu [new file with mode: 0644]
sys/contrib/dev/iwn/iwlwifi-6050-9.201.4.1.fw.uu [new file with mode: 0644]
sys/contrib/dev/ral/LICENSE [new file with mode: 0644]
sys/contrib/dev/ral/rt2561.fw.uu [new file with mode: 0644]
sys/contrib/dev/ral/rt2561s.fw.uu [new file with mode: 0644]
sys/contrib/dev/ral/rt2661.fw.uu [new file with mode: 0644]
sys/contrib/dev/ral/rt2661_ucode.h [new file with mode: 0644]
sys/contrib/dev/ral/rt2860.fw.uu [new file with mode: 0644]
sys/contrib/dev/wpi/LICENSE [new file with mode: 0644]
sys/contrib/dev/wpi/iwlwifi-3945-2.14.4.fw.uu [new file with mode: 0644]
sys/cpu/i386/include/asm.h [new file with mode: 0644]
sys/cpu/i386/include/asmacros.h [new file with mode: 0644]
sys/cpu/i386/include/atomic.h [new file with mode: 0644]
sys/cpu/i386/include/bus_at386.h [new file with mode: 0644]
sys/cpu/i386/include/bus_dma.h [new file with mode: 0644]
sys/cpu/i386/include/coredump.h [new file with mode: 0644]
sys/cpu/i386/include/cpu.h [new file with mode: 0644]
sys/cpu/i386/include/cpufunc.h [new file with mode: 0644]
sys/cpu/i386/include/cputypes.h [new file with mode: 0644]
sys/cpu/i386/include/db_machdep.h [new file with mode: 0644]
sys/cpu/i386/include/elf.h [new file with mode: 0644]
sys/cpu/i386/include/endian.h [new file with mode: 0644]
sys/cpu/i386/include/exec.h [new file with mode: 0644]
sys/cpu/i386/include/float.h [new file with mode: 0644]
sys/cpu/i386/include/floatingpoint.h [new file with mode: 0644]
sys/cpu/i386/include/frame.h [new file with mode: 0644]
sys/cpu/i386/include/ieee.h [new file with mode: 0644]
sys/cpu/i386/include/ieeefp.h [new file with mode: 0644]
sys/cpu/i386/include/int_const.h [new file with mode: 0644]
sys/cpu/i386/include/int_limits.h [new file with mode: 0644]
sys/cpu/i386/include/inttypes.h [new file with mode: 0644]
sys/cpu/i386/include/limits.h [new file with mode: 0644]
sys/cpu/i386/include/lwbuf.h [new file with mode: 0644]
sys/cpu/i386/include/math.h [new file with mode: 0644]
sys/cpu/i386/include/npx.h [new file with mode: 0644]
sys/cpu/i386/include/param.h [new file with mode: 0644]
sys/cpu/i386/include/perfmon.h [new file with mode: 0644]
sys/cpu/i386/include/pmap.h [new file with mode: 0644]
sys/cpu/i386/include/profile.h [new file with mode: 0644]
sys/cpu/i386/include/psl.h [new file with mode: 0644]
sys/cpu/i386/include/reg.h [new file with mode: 0644]
sys/cpu/i386/include/reloc.h [new file with mode: 0644]
sys/cpu/i386/include/segments.h [new file with mode: 0644]
sys/cpu/i386/include/setjmp.h [new file with mode: 0644]
sys/cpu/i386/include/sigframe.h [new file with mode: 0644]
sys/cpu/i386/include/signal.h [new file with mode: 0644]
sys/cpu/i386/include/specialreg.h [new file with mode: 0644]
sys/cpu/i386/include/stdarg.h [new file with mode: 0644]
sys/cpu/i386/include/stdint.h [new file with mode: 0644]
sys/cpu/i386/include/sysarch.h [new file with mode: 0644]
sys/cpu/i386/include/tls.h [new file with mode: 0644]
sys/cpu/i386/include/trap.h [new file with mode: 0644]
sys/cpu/i386/include/tss.h [new file with mode: 0644]
sys/cpu/i386/include/types.h [new file with mode: 0644]
sys/cpu/i386/include/ucontext.h [new file with mode: 0644]
sys/cpu/i386/include/varargs.h [new file with mode: 0644]
sys/cpu/i386/include/vframe.h [new file with mode: 0644]
sys/cpu/i386/include/vm86.h [new file with mode: 0644]
sys/cpu/i386/misc/atomic.c [new file with mode: 0644]
sys/cpu/i386/misc/bzeront.s [new file with mode: 0644]
sys/cpu/i386/misc/db_disasm.c [new file with mode: 0644]
sys/cpu/i386/misc/elf_machdep.c [new file with mode: 0644]
sys/cpu/i386/misc/i386-gdbstub.c [new file with mode: 0644]
sys/cpu/i386/misc/in_cksum2.s [new file with mode: 0644]
sys/cpu/i386/misc/ktr.c [new file with mode: 0644]
sys/cpu/i386/misc/lwbuf.c [new file with mode: 0644]
sys/cpu/i386/misc/monitor.s [new file with mode: 0644]
sys/cpu/x86_64/include/asm.h [new file with mode: 0644]
sys/cpu/x86_64/include/asmacros.h [new file with mode: 0644]
sys/cpu/x86_64/include/atomic.h [new file with mode: 0644]
sys/cpu/x86_64/include/bus_dma.h [new file with mode: 0644]
sys/cpu/x86_64/include/coredump.h [new file with mode: 0644]
sys/cpu/x86_64/include/cpu.h [new file with mode: 0644]
sys/cpu/x86_64/include/cpufunc.h [new file with mode: 0644]
sys/cpu/x86_64/include/cputypes.h [new file with mode: 0644]
sys/cpu/x86_64/include/db_machdep.h [new file with mode: 0644]
sys/cpu/x86_64/include/elf.h [new file with mode: 0644]
sys/cpu/x86_64/include/endian.h [new file with mode: 0644]
sys/cpu/x86_64/include/exec.h [new file with mode: 0644]
sys/cpu/x86_64/include/float.h [new file with mode: 0644]
sys/cpu/x86_64/include/floatingpoint.h [new file with mode: 0644]
sys/cpu/x86_64/include/frame.h [new file with mode: 0644]
sys/cpu/x86_64/include/ieee.h [new file with mode: 0644]
sys/cpu/x86_64/include/ieeefp.h [new file with mode: 0644]
sys/cpu/x86_64/include/int_const.h [new file with mode: 0644]
sys/cpu/x86_64/include/int_limits.h [new file with mode: 0644]
sys/cpu/x86_64/include/inttypes.h [new file with mode: 0644]
sys/cpu/x86_64/include/limits.h [new file with mode: 0644]
sys/cpu/x86_64/include/lwbuf.h [new file with mode: 0644]
sys/cpu/x86_64/include/math.h [new file with mode: 0644]
sys/cpu/x86_64/include/npx.h [new file with mode: 0644]
sys/cpu/x86_64/include/param.h [new file with mode: 0644]
sys/cpu/x86_64/include/pmap.h [new file with mode: 0644]
sys/cpu/x86_64/include/profile.h [new file with mode: 0644]
sys/cpu/x86_64/include/psl.h [new file with mode: 0644]
sys/cpu/x86_64/include/reg.h [new file with mode: 0644]
sys/cpu/x86_64/include/reloc.h [new file with mode: 0644]
sys/cpu/x86_64/include/segments.h [new file with mode: 0644]
sys/cpu/x86_64/include/setjmp.h [new file with mode: 0644]
sys/cpu/x86_64/include/sigframe.h [new file with mode: 0644]
sys/cpu/x86_64/include/signal.h [new file with mode: 0644]
sys/cpu/x86_64/include/specialreg.h [new file with mode: 0644]
sys/cpu/x86_64/include/stdarg.h [new file with mode: 0644]
sys/cpu/x86_64/include/stdint.h [new file with mode: 0644]
sys/cpu/x86_64/include/sysarch.h [new file with mode: 0644]
sys/cpu/x86_64/include/tls.h [new file with mode: 0644]
sys/cpu/x86_64/include/trap.h [new file with mode: 0644]
sys/cpu/x86_64/include/tss.h [new file with mode: 0644]
sys/cpu/x86_64/include/types.h [new file with mode: 0644]
sys/cpu/x86_64/include/ucontext.h [new file with mode: 0644]
sys/cpu/x86_64/include/varargs.h [new file with mode: 0644]
sys/cpu/x86_64/include/vframe.h [new file with mode: 0644]
sys/cpu/x86_64/misc/atomic.c [new file with mode: 0644]
sys/cpu/x86_64/misc/bzeront.s [new file with mode: 0644]
sys/cpu/x86_64/misc/db_disasm.c [new file with mode: 0644]
sys/cpu/x86_64/misc/elf_machdep.c [new file with mode: 0644]
sys/cpu/x86_64/misc/in_cksum2.s [new file with mode: 0644]
sys/cpu/x86_64/misc/ktr.c [new file with mode: 0644]
sys/cpu/x86_64/misc/lwbuf.c [new file with mode: 0644]
sys/cpu/x86_64/misc/monitor.s [new file with mode: 0644]
sys/cpu/x86_64/misc/x86_64-gdbstub.c [new file with mode: 0644]
sys/crypto/Makefile [new file with mode: 0644]
sys/crypto/blowfish/arch/i386/bf_enc.S [new file with mode: 0644]
sys/crypto/blowfish/arch/i386/bf_enc_586.S [new file with mode: 0644]
sys/crypto/blowfish/arch/i386/bf_enc_686.S [new file with mode: 0644]
sys/crypto/blowfish/bf_ecb.c [new file with mode: 0644]
sys/crypto/blowfish/bf_enc.c [new file with mode: 0644]
sys/crypto/blowfish/bf_locl.h [new file with mode: 0644]
sys/crypto/blowfish/bf_pi.h [new file with mode: 0644]
sys/crypto/blowfish/bf_skey.c [new file with mode: 0644]
sys/crypto/blowfish/blowfish.h [new file with mode: 0644]
sys/crypto/camellia/camellia-api.c [new file with mode: 0644]
sys/crypto/camellia/camellia.c [new file with mode: 0644]
sys/crypto/camellia/camellia.h [new file with mode: 0644]
sys/crypto/des/arch/i386/des_enc.S [new file with mode: 0644]
sys/crypto/des/des.h [new file with mode: 0644]
sys/crypto/des/des_ecb.c [new file with mode: 0644]
sys/crypto/des/des_enc.c [new file with mode: 0644]
sys/crypto/des/des_locl.h [new file with mode: 0644]
sys/crypto/des/des_setkey.c [new file with mode: 0644]
sys/crypto/des/podd.h [new file with mode: 0644]
sys/crypto/des/sk.h [new file with mode: 0644]
sys/crypto/des/spr.h [new file with mode: 0644]
sys/crypto/rc4/Makefile [new file with mode: 0644]
sys/crypto/rc4/rc4.c [new file with mode: 0644]
sys/crypto/rc4/rc4.h [new file with mode: 0644]
sys/crypto/rijndael/Makefile [new file with mode: 0644]
sys/crypto/rijndael/rijndael-alg-fst.c [new file with mode: 0644]
sys/crypto/rijndael/rijndael-api-fst.c [new file with mode: 0644]
sys/crypto/rijndael/rijndael-api-fst.h [new file with mode: 0644]
sys/crypto/rijndael/rijndael-api.c [new file with mode: 0644]
sys/crypto/rijndael/rijndael.h [new file with mode: 0644]
sys/crypto/rijndael/rijndael_local.h [new file with mode: 0644]
sys/crypto/rijndael/test00.c [new file with mode: 0644]
sys/crypto/serpent/serpent.c [new file with mode: 0644]
sys/crypto/serpent/serpent.h [new file with mode: 0644]
sys/crypto/sha1.c [new file with mode: 0644]
sys/crypto/sha1.h [new file with mode: 0644]
sys/crypto/sha2/sha2.c [new file with mode: 0644]
sys/crypto/sha2/sha2.h [new file with mode: 0644]
sys/crypto/twofish/twofish.c [new file with mode: 0644]
sys/crypto/twofish/twofish.h [new file with mode: 0644]
sys/ddb/db_access.c [new file with mode: 0644]
sys/ddb/db_access.h [new file with mode: 0644]
sys/ddb/db_aout.c [new file with mode: 0644]
sys/ddb/db_break.c [new file with mode: 0644]
sys/ddb/db_break.h [new file with mode: 0644]
sys/ddb/db_command.c [new file with mode: 0644]
sys/ddb/db_command.h [new file with mode: 0644]
sys/ddb/db_examine.c [new file with mode: 0644]
sys/ddb/db_expr.c [new file with mode: 0644]
sys/ddb/db_input.c [new file with mode: 0644]
sys/ddb/db_kld.c [new file with mode: 0644]
sys/ddb/db_lex.c [new file with mode: 0644]
sys/ddb/db_lex.h [new file with mode: 0644]
sys/ddb/db_output.c [new file with mode: 0644]
sys/ddb/db_output.h [new file with mode: 0644]
sys/ddb/db_print.c [new file with mode: 0644]
sys/ddb/db_ps.c [new file with mode: 0644]
sys/ddb/db_run.c [new file with mode: 0644]
sys/ddb/db_sym.c [new file with mode: 0644]
sys/ddb/db_sym.h [new file with mode: 0644]
sys/ddb/db_sysctl.c [new file with mode: 0644]
sys/ddb/db_trap.c [new file with mode: 0644]
sys/ddb/db_variables.c [new file with mode: 0644]
sys/ddb/db_variables.h [new file with mode: 0644]
sys/ddb/db_watch.c [new file with mode: 0644]
sys/ddb/db_watch.h [new file with mode: 0644]
sys/ddb/db_write_cmd.c [new file with mode: 0644]
sys/ddb/ddb.h [new file with mode: 0644]
sys/dev/Makefile [new file with mode: 0644]
sys/dev/acpica5/Makefile [new file with mode: 0644]
sys/dev/acpica5/Makefile.inc [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdCache.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdDebug.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdHardware.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdInterrupt.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdMemory.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdSchedule.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdStream.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdSynch.c [new file with mode: 0644]
sys/dev/acpica5/Osd/OsdTable.c [new file with mode: 0644]
sys/dev/acpica5/acdragonfly.h [new file with mode: 0644]
sys/dev/acpica5/acpi.c [new file with mode: 0644]
sys/dev/acpica5/acpi_acad.c [new file with mode: 0644]
sys/dev/acpica5/acpi_asus/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_asus/acpi_asus.c [new file with mode: 0644]
sys/dev/acpica5/acpi_battery.c [new file with mode: 0644]
sys/dev/acpica5/acpi_button.c [new file with mode: 0644]
sys/dev/acpica5/acpi_cmbat.c [new file with mode: 0644]
sys/dev/acpica5/acpi_cpu.c [new file with mode: 0644]
sys/dev/acpica5/acpi_cpu.h [new file with mode: 0644]
sys/dev/acpica5/acpi_cpu_cstate.c [new file with mode: 0644]
sys/dev/acpica5/acpi_cpu_pstate.c [new file with mode: 0644]
sys/dev/acpica5/acpi_cpu_pstate.h [new file with mode: 0644]
sys/dev/acpica5/acpi_ec.c [new file with mode: 0644]
sys/dev/acpica5/acpi_fujitsu/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_fujitsu/acpi_fujitsu.c [new file with mode: 0644]
sys/dev/acpica5/acpi_hp/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_hp/acpi_hp.c [new file with mode: 0644]
sys/dev/acpica5/acpi_hpet.c [new file with mode: 0644]
sys/dev/acpica5/acpi_hpet.h [new file with mode: 0644]
sys/dev/acpica5/acpi_if.m [new file with mode: 0644]
sys/dev/acpica5/acpi_isab.c [new file with mode: 0644]
sys/dev/acpica5/acpi_lid.c [new file with mode: 0644]
sys/dev/acpica5/acpi_package.c [new file with mode: 0644]
sys/dev/acpica5/acpi_panasonic/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_panasonic/acpi_panasonic.c [new file with mode: 0644]
sys/dev/acpica5/acpi_pci.c [new file with mode: 0644]
sys/dev/acpica5/acpi_pci_link.c [new file with mode: 0644]
sys/dev/acpica5/acpi_pcib.c [new file with mode: 0644]
sys/dev/acpica5/acpi_pcib_acpi.c [new file with mode: 0644]
sys/dev/acpica5/acpi_pcib_pci.c [new file with mode: 0644]
sys/dev/acpica5/acpi_pcibvar.h [new file with mode: 0644]
sys/dev/acpica5/acpi_powerres.c [new file with mode: 0644]
sys/dev/acpica5/acpi_resource.c [new file with mode: 0644]
sys/dev/acpica5/acpi_sci_var.h [new file with mode: 0644]
sys/dev/acpica5/acpi_sony/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_sony/acpi_sony.c [new file with mode: 0644]
sys/dev/acpica5/acpi_thermal.c [new file with mode: 0644]
sys/dev/acpica5/acpi_thinkpad/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_thinkpad/acpi_thinkpad.c [new file with mode: 0644]
sys/dev/acpica5/acpi_timer.c [new file with mode: 0644]
sys/dev/acpica5/acpi_toshiba/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_toshiba/acpi_toshiba.c [new file with mode: 0644]
sys/dev/acpica5/acpi_video/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_video/acpi_video.c [new file with mode: 0644]
sys/dev/acpica5/acpi_wmi_if.m [new file with mode: 0644]
sys/dev/acpica5/acpiio.h [new file with mode: 0644]
sys/dev/acpica5/acpivar.h [new file with mode: 0644]
sys/dev/acpica5/aibs/Makefile [new file with mode: 0644]
sys/dev/acpica5/aibs/atk0110.c [new file with mode: 0644]
sys/dev/agp/Makefile [new file with mode: 0644]
sys/dev/agp/agp.c [new file with mode: 0644]
sys/dev/agp/agp_ali.c [new file with mode: 0644]
sys/dev/agp/agp_amd.c [new file with mode: 0644]
sys/dev/agp/agp_ati.c [new file with mode: 0644]
sys/dev/agp/agp_i810.c [new file with mode: 0644]
sys/dev/agp/agp_if.m [new file with mode: 0644]
sys/dev/agp/agp_intel.c [new file with mode: 0644]
sys/dev/agp/agp_nvidia.c [new file with mode: 0644]
sys/dev/agp/agp_sis.c [new file with mode: 0644]
sys/dev/agp/agp_via.c [new file with mode: 0644]
sys/dev/agp/agp_x86_64.c [new file with mode: 0644]
sys/dev/agp/agppriv.h [new file with mode: 0644]
sys/dev/agp/agpreg.h [new file with mode: 0644]
sys/dev/agp/agpvar.h [new file with mode: 0644]
sys/dev/atm/en/midway.c [new file with mode: 0644]
sys/dev/atm/en/midwayreg.h [new file with mode: 0644]
sys/dev/atm/en/midwayvar.h [new file with mode: 0644]
sys/dev/atm/hea/eni.c [new file with mode: 0644]
sys/dev/atm/hea/eni.h [new file with mode: 0644]
sys/dev/atm/hea/eni_buffer.c [new file with mode: 0644]
sys/dev/atm/hea/eni_globals.c [new file with mode: 0644]
sys/dev/atm/hea/eni_if.c [new file with mode: 0644]
sys/dev/atm/hea/eni_init.c [new file with mode: 0644]
sys/dev/atm/hea/eni_intr.c [new file with mode: 0644]
sys/dev/atm/hea/eni_receive.c [new file with mode: 0644]
sys/dev/atm/hea/eni_stats.h [new file with mode: 0644]
sys/dev/atm/hea/eni_suni.h [new file with mode: 0644]
sys/dev/atm/hea/eni_transmit.c [new file with mode: 0644]
sys/dev/atm/hea/eni_var.h [new file with mode: 0644]
sys/dev/atm/hea/eni_vcm.c [new file with mode: 0644]
sys/dev/atm/hfa/fore.h [new file with mode: 0644]
sys/dev/atm/hfa/fore_aali.h [new file with mode: 0644]
sys/dev/atm/hfa/fore_buffer.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_command.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_globals.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_if.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_include.h [new file with mode: 0644]
sys/dev/atm/hfa/fore_init.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_intr.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_load.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_output.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_receive.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_slave.h [new file with mode: 0644]
sys/dev/atm/hfa/fore_stats.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_stats.h [new file with mode: 0644]
sys/dev/atm/hfa/fore_timer.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_transmit.c [new file with mode: 0644]
sys/dev/atm/hfa/fore_var.h [new file with mode: 0644]
sys/dev/atm/hfa/fore_vcm.c [new file with mode: 0644]
sys/dev/bridge/Makefile [new file with mode: 0644]
sys/dev/bridge/ecc/Makefile [new file with mode: 0644]
sys/dev/bridge/ecc/ecc.c [new file with mode: 0644]
sys/dev/crypto/Makefile [new file with mode: 0644]
sys/dev/crypto/aesni/Makefile [new file with mode: 0644]
sys/dev/crypto/aesni/aesencdec_i386.S [new file with mode: 0644]
sys/dev/crypto/aesni/aesencdec_x86_64.S [new file with mode: 0644]
sys/dev/crypto/aesni/aeskeys_i386.S [new file with mode: 0644]
sys/dev/crypto/aesni/aeskeys_x86_64.S [new file with mode: 0644]
sys/dev/crypto/aesni/aesni.c [new file with mode: 0644]
sys/dev/crypto/aesni/aesni.h [new file with mode: 0644]
sys/dev/crypto/aesni/aesni_wrap.c [new file with mode: 0644]
sys/dev/crypto/cryptodev/Makefile [new file with mode: 0644]
sys/dev/crypto/glxsb/Makefile [new file with mode: 0644]
sys/dev/crypto/glxsb/glxsb.c [new file with mode: 0644]
sys/dev/crypto/glxsb/glxsb.h [new file with mode: 0644]
sys/dev/crypto/glxsb/glxsb_hash.c [new file with mode: 0644]
sys/dev/crypto/hifn/Makefile [new file with mode: 0644]
sys/dev/crypto/hifn/hifn7751.c [new file with mode: 0644]
sys/dev/crypto/hifn/hifn7751reg.h [new file with mode: 0644]
sys/dev/crypto/hifn/hifn7751var.h [new file with mode: 0644]
sys/dev/crypto/padlock/Makefile [new file with mode: 0644]
sys/dev/crypto/padlock/padlock.c [new file with mode: 0644]
sys/dev/crypto/padlock/padlock.h [new file with mode: 0644]
sys/dev/crypto/padlock/padlock_cipher.c [new file with mode: 0644]
sys/dev/crypto/padlock/padlock_hash.c [new file with mode: 0644]
sys/dev/crypto/padlock/padlock_rng.c [new file with mode: 0644]
sys/dev/crypto/padlock/rng_harvest_i386.S [new file with mode: 0644]
sys/dev/crypto/padlock/rng_harvest_x86_64.S [new file with mode: 0644]
sys/dev/crypto/rndtest/rndtest.c [new file with mode: 0644]
sys/dev/crypto/rndtest/rndtest.h [new file with mode: 0644]
sys/dev/crypto/safe/Makefile [new file with mode: 0644]
sys/dev/crypto/safe/safe.c [new file with mode: 0644]
sys/dev/crypto/safe/safereg.h [new file with mode: 0644]
sys/dev/crypto/safe/safevar.h [new file with mode: 0644]
sys/dev/crypto/ubsec/Makefile [new file with mode: 0644]
sys/dev/crypto/ubsec/ubsec.c [new file with mode: 0644]
sys/dev/crypto/ubsec/ubsecreg.h [new file with mode: 0644]
sys/dev/crypto/ubsec/ubsecvar.h [new file with mode: 0644]
sys/dev/disk/Makefile [new file with mode: 0644]
sys/dev/disk/advansys/adv_isa.c [new file with mode: 0644]
sys/dev/disk/advansys/adv_pci.c [new file with mode: 0644]
sys/dev/disk/advansys/advansys.c [new file with mode: 0644]
sys/dev/disk/advansys/advansys.h [new file with mode: 0644]
sys/dev/disk/advansys/advlib.c [new file with mode: 0644]
sys/dev/disk/advansys/advlib.h [new file with mode: 0644]
sys/dev/disk/advansys/advmcode.c [new file with mode: 0644]
sys/dev/disk/advansys/advmcode.h [new file with mode: 0644]
sys/dev/disk/advansys/adw_pci.c [new file with mode: 0644]
sys/dev/disk/advansys/adwcam.c [new file with mode: 0644]
sys/dev/disk/advansys/adwlib.c [new file with mode: 0644]
sys/dev/disk/advansys/adwlib.h [new file with mode: 0644]
sys/dev/disk/advansys/adwmcode.c [new file with mode: 0644]
sys/dev/disk/advansys/adwmcode.h [new file with mode: 0644]
sys/dev/disk/advansys/adwvar.h [new file with mode: 0644]
sys/dev/disk/ahci/Makefile [new file with mode: 0644]
sys/dev/disk/ahci/TODO [new file with mode: 0644]
sys/dev/disk/ahci/ahci.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci.h [new file with mode: 0644]
sys/dev/disk/ahci/ahci_attach.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci_cam.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci_dragonfly.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci_dragonfly.h [new file with mode: 0644]
sys/dev/disk/ahci/ahci_pm.c [new file with mode: 0644]
sys/dev/disk/ahci/atascsi.h [new file with mode: 0644]
sys/dev/disk/ahci/pmreg.h [new file with mode: 0644]
sys/dev/disk/aic/Makefile [new file with mode: 0644]
sys/dev/disk/aic/aic.c [new file with mode: 0644]
sys/dev/disk/aic/aic6360reg.h [new file with mode: 0644]
sys/dev/disk/aic/aic_isa.c [new file with mode: 0644]
sys/dev/disk/aic/aic_pccard.c [new file with mode: 0644]
sys/dev/disk/aic/aicvar.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/Makefile [new file with mode: 0644]
sys/dev/disk/aic7xxx/Makefile.inc [new file with mode: 0644]
sys/dev/disk/aic7xxx/ahc/Makefile [new file with mode: 0644]
sys/dev/disk/aic7xxx/ahc/Makefile.inc [new file with mode: 0644]
sys/dev/disk/aic7xxx/ahc/ahc_pci/Makefile [new file with mode: 0644]
sys/dev/disk/aic7xxx/ahc_pci.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/ahd/Makefile [new file with mode: 0644]
sys/dev/disk/aic7xxx/ahd_pci.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx.reg [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx.seq [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx_inline.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx_osm.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx_osm.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic79xx_pci.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx.reg [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx.seq [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx_93cx6.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx_93cx6.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx_inline.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx_osm.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx_osm.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic7xxx_pci.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic_osm_lib.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aic_osm_lib.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/Makefile [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/Makefile.module [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_gram.y [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_insformat.h [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_macro_gram.y [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_macro_scan.l [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_scan.l [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_symbol.c [new file with mode: 0644]
sys/dev/disk/aic7xxx/aicasm/aicasm_symbol.h [new file with mode: 0644]
sys/dev/disk/amd/amd.c [new file with mode: 0644]
sys/dev/disk/amd/amd.h [new file with mode: 0644]
sys/dev/disk/ata/ata-all.c [new file with mode: 0644]
sys/dev/disk/ata/ata-all.h [new file with mode: 0644]
sys/dev/disk/ata/ata-card.c [new file with mode: 0644]
sys/dev/disk/ata/ata-disk.c [new file with mode: 0644]
sys/dev/disk/ata/ata-disk.h [new file with mode: 0644]
sys/dev/disk/ata/ata-dma.c [new file with mode: 0644]
sys/dev/disk/ata/ata-isa.c [new file with mode: 0644]
sys/dev/disk/ata/ata-pci.c [new file with mode: 0644]
sys/dev/disk/ata/ata-raid.c [new file with mode: 0644]
sys/dev/disk/ata/ata-raid.h [new file with mode: 0644]
sys/dev/disk/ata/atapi-all.c [new file with mode: 0644]
sys/dev/disk/ata/atapi-all.h [new file with mode: 0644]
sys/dev/disk/ata/atapi-cam.c [new file with mode: 0644]
sys/dev/disk/ata/atapi-cd.c [new file with mode: 0644]
sys/dev/disk/ata/atapi-cd.h [new file with mode: 0644]
sys/dev/disk/ata/atapi-fd.c [new file with mode: 0644]
sys/dev/disk/ata/atapi-fd.h [new file with mode: 0644]
sys/dev/disk/ata/atapi-tape.c [new file with mode: 0644]
sys/dev/disk/ata/atapi-tape.h [new file with mode: 0644]
sys/dev/disk/buslogic/bt.c [new file with mode: 0644]
sys/dev/disk/buslogic/bt_isa.c [new file with mode: 0644]
sys/dev/disk/buslogic/bt_pci.c [new file with mode: 0644]
sys/dev/disk/buslogic/btreg.h [new file with mode: 0644]
sys/dev/disk/ccd/Makefile [new file with mode: 0644]
sys/dev/disk/ccd/ccd.c [new file with mode: 0644]
sys/dev/disk/dm/Makefile [new file with mode: 0644]
sys/dev/disk/dm/device-mapper.c [new file with mode: 0644]
sys/dev/disk/dm/dm.h [new file with mode: 0644]
sys/dev/disk/dm/dm_dev.c [new file with mode: 0644]
sys/dev/disk/dm/dm_ioctl.c [new file with mode: 0644]
sys/dev/disk/dm/dm_pdev.c [new file with mode: 0644]
sys/dev/disk/dm/dm_table.c [new file with mode: 0644]
sys/dev/disk/dm/dm_target.c [new file with mode: 0644]
sys/dev/disk/dm/dm_target_error.c [new file with mode: 0644]
sys/dev/disk/dm/dm_target_zero.c [new file with mode: 0644]
sys/dev/disk/dm/doc/TODO [new file with mode: 0644]
sys/dev/disk/dm/doc/design.txt [new file with mode: 0644]
sys/dev/disk/dm/doc/proposal-dm.txt [new file with mode: 0644]
sys/dev/disk/dm/netbsd-dm.h [new file with mode: 0644]
sys/dev/disk/dm/targets/Makefile [new file with mode: 0644]
sys/dev/disk/dm/targets/crypt/Makefile [new file with mode: 0644]
sys/dev/disk/dm/targets/crypt/dm_target_crypt.c [new file with mode: 0644]
sys/dev/disk/dm/targets/dmirror/Makefile [new file with mode: 0644]
sys/dev/disk/dm/targets/dmirror/dm_target_dmirror.c [new file with mode: 0644]
sys/dev/disk/dm/targets/dmirror/dmirror_notes.txt [new file with mode: 0644]
sys/dev/disk/dm/targets/linear/Makefile [new file with mode: 0644]
sys/dev/disk/dm/targets/linear/dm_target_linear.c [new file with mode: 0644]
sys/dev/disk/dm/targets/mirror/dm_target_mirror.c [new file with mode: 0644]
sys/dev/disk/dm/targets/snapshot/dm_target_snapshot.c [new file with mode: 0644]
sys/dev/disk/dm/targets/striped/Makefile [new file with mode: 0644]
sys/dev/disk/dm/targets/striped/dm_target_striped.c [new file with mode: 0644]
sys/dev/disk/fd/fd.c [new file with mode: 0644]
sys/dev/disk/fd/fd_pccard.c [new file with mode: 0644]
sys/dev/disk/fd/fdc.h [new file with mode: 0644]
sys/dev/disk/fd/fdreg.h [new file with mode: 0644]
sys/dev/disk/fd/nec765.h [new file with mode: 0644]
sys/dev/disk/ic_layer/wd33c93reg.h [new file with mode: 0644]
sys/dev/disk/iscsi/Makefile [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/Makefile [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/isc_cam.c [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/isc_sm.c [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/isc_soc.c [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/isc_subr.c [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/iscsi.c [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/iscsi.h [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/iscsi_subr.c [new file with mode: 0644]
sys/dev/disk/iscsi/initiator/iscsivar.h [new file with mode: 0644]
sys/dev/disk/isp/isp.c [new file with mode: 0644]
sys/dev/disk/isp/isp_freebsd.c [new file with mode: 0644]
sys/dev/disk/isp/isp_freebsd.h [new file with mode: 0644]
sys/dev/disk/isp/isp_inline.h [new file with mode: 0644]
sys/dev/disk/isp/isp_ioctl.h [new file with mode: 0644]
sys/dev/disk/isp/isp_pci.c [new file with mode: 0644]
sys/dev/disk/isp/isp_target.c [new file with mode: 0644]
sys/dev/disk/isp/isp_target.h [new file with mode: 0644]
sys/dev/disk/isp/isp_tpublic.h [new file with mode: 0644]
sys/dev/disk/isp/ispmbox.h [new file with mode: 0644]
sys/dev/disk/isp/ispreg.h [new file with mode: 0644]
sys/dev/disk/isp/ispvar.h [new file with mode: 0644]
sys/dev/disk/ispfw/MAINTAINER [new file with mode: 0644]
sys/dev/disk/ispfw/Makefile [new file with mode: 0644]
sys/dev/disk/ispfw/asm_1040.h [new file with mode: 0644]
sys/dev/disk/ispfw/asm_1080.h [new file with mode: 0644]
sys/dev/disk/ispfw/asm_12160.h [new file with mode: 0644]
sys/dev/disk/ispfw/asm_2100.h [new file with mode: 0644]
sys/dev/disk/ispfw/asm_2200.h [new file with mode: 0644]
sys/dev/disk/ispfw/asm_2300.h [new file with mode: 0644]
sys/dev/disk/ispfw/ispfw.c [new file with mode: 0644]
sys/dev/disk/md/Makefile [new file with mode: 0644]
sys/dev/disk/md/md.c [new file with mode: 0644]
sys/dev/disk/mmcsd/Makefile [new file with mode: 0644]
sys/dev/disk/mmcsd/mmcsd.c [new file with mode: 0644]
sys/dev/disk/mps/Makefile [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_cnfg.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_hbd.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_history.txt [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_init.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_ioc.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_ra.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_raid.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_sas.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_targ.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_tool.h [new file with mode: 0644]
sys/dev/disk/mps/mpi/mpi2_type.h [new file with mode: 0644]
sys/dev/disk/mps/mps.c [new file with mode: 0644]
sys/dev/disk/mps/mps_ioctl.h [new file with mode: 0644]
sys/dev/disk/mps/mps_pci.c [new file with mode: 0644]
sys/dev/disk/mps/mps_sas.c [new file with mode: 0644]
sys/dev/disk/mps/mps_table.c [new file with mode: 0644]
sys/dev/disk/mps/mps_table.h [new file with mode: 0644]
sys/dev/disk/mps/mps_user.c [new file with mode: 0644]
sys/dev/disk/mps/mpsvar.h [new file with mode: 0644]
sys/dev/disk/mpt/Makefile [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_cnfg.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_fc.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_inb.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_init.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_ioc.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_lan.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_raid.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_sas.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_targ.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_tool.h [new file with mode: 0644]
sys/dev/disk/mpt/mpilib/mpi_type.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_cam.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt_cam.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_debug.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt_pci.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt_raid.c [new file with mode: 0644]
sys/dev/disk/mpt/mpt_raid.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_reg.h [new file with mode: 0644]
sys/dev/disk/mpt/mpt_user.c [new file with mode: 0644]
sys/dev/disk/nata/Makefile [new file with mode: 0644]
sys/dev/disk/nata/ata-all.c [new file with mode: 0644]
sys/dev/disk/nata/ata-all.h [new file with mode: 0644]
sys/dev/disk/nata/ata-card.c [new file with mode: 0644]
sys/dev/disk/nata/ata-chipset.c [new file with mode: 0644]
sys/dev/disk/nata/ata-disk.c [new file with mode: 0644]
sys/dev/disk/nata/ata-disk.h [new file with mode: 0644]
sys/dev/disk/nata/ata-dma.c [new file with mode: 0644]
sys/dev/disk/nata/ata-isa.c [new file with mode: 0644]
sys/dev/disk/nata/ata-lowlevel.c [new file with mode: 0644]
sys/dev/disk/nata/ata-pci.c [new file with mode: 0644]
sys/dev/disk/nata/ata-pci.h [new file with mode: 0644]
sys/dev/disk/nata/ata-queue.c [new file with mode: 0644]
sys/dev/disk/nata/ata-raid.c [new file with mode: 0644]
sys/dev/disk/nata/ata-raid.h [new file with mode: 0644]
sys/dev/disk/nata/ata-usb.c [new file with mode: 0644]
sys/dev/disk/nata/ata_if.m [new file with mode: 0644]
sys/dev/disk/nata/atapi-cam.c [new file with mode: 0644]
sys/dev/disk/nata/atapi-cd.c [new file with mode: 0644]
sys/dev/disk/nata/atapi-cd.h [new file with mode: 0644]
sys/dev/disk/nata/atapi-fd.c [new file with mode: 0644]
sys/dev/disk/nata/atapi-fd.h [new file with mode: 0644]
sys/dev/disk/nata/atapi-tape.c [new file with mode: 0644]
sys/dev/disk/nata/atapi-tape.h [new file with mode: 0644]
sys/dev/disk/nata/nata/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natacard/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natadisk/Makefile [new file with mode: 0644]
sys/dev/disk/nata/nataisa/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natapci/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natapicam/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natapicd/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natapifd/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natapist/Makefile [new file with mode: 0644]
sys/dev/disk/nata/nataraid/Makefile [new file with mode: 0644]
sys/dev/disk/nata/natausb/Makefile [new file with mode: 0644]
sys/dev/disk/ncr/ncr.c [new file with mode: 0644]
sys/dev/disk/ncr/ncrreg.h [new file with mode: 0644]
sys/dev/disk/ncv/Makefile [new file with mode: 0644]
sys/dev/disk/ncv/dvcfg.h [new file with mode: 0644]
sys/dev/disk/ncv/ncr53c500.c [new file with mode: 0644]
sys/dev/disk/ncv/ncr53c500_pccard.c [new file with mode: 0644]
sys/dev/disk/ncv/ncr53c500hw.h [new file with mode: 0644]
sys/dev/disk/ncv/ncr53c500hwtab.h [new file with mode: 0644]
sys/dev/disk/ncv/ncr53c500reg.h [new file with mode: 0644]
sys/dev/disk/ncv/ncr53c500var.h [new file with mode: 0644]
sys/dev/disk/nsp/Makefile [new file with mode: 0644]
sys/dev/disk/nsp/nsp.c [new file with mode: 0644]
sys/dev/disk/nsp/nsp_pccard.c [new file with mode: 0644]
sys/dev/disk/nsp/nspreg.h [new file with mode: 0644]
sys/dev/disk/nsp/nspvar.h [new file with mode: 0644]
sys/dev/disk/sbp/Makefile [new file with mode: 0644]
sys/dev/disk/sbp/sbp.c [new file with mode: 0644]
sys/dev/disk/sbp/sbp.h [new file with mode: 0644]
sys/dev/disk/sdhci/Makefile [new file with mode: 0644]
sys/dev/disk/sdhci/sdhci.c [new file with mode: 0644]
sys/dev/disk/sdhci/sdhci.h [new file with mode: 0644]
sys/dev/disk/sili/Makefile [new file with mode: 0644]
sys/dev/disk/sili/atascsi.h [new file with mode: 0644]
sys/dev/disk/sili/pmreg.h [new file with mode: 0644]
sys/dev/disk/sili/sili.c [new file with mode: 0644]
sys/dev/disk/sili/sili.h [new file with mode: 0644]
sys/dev/disk/sili/sili_attach.c [new file with mode: 0644]
sys/dev/disk/sili/sili_cam.c [new file with mode: 0644]
sys/dev/disk/sili/sili_dragonfly.c [new file with mode: 0644]
sys/dev/disk/sili/sili_dragonfly.h [new file with mode: 0644]
sys/dev/disk/sili/sili_pm.c [new file with mode: 0644]
sys/dev/disk/stg/Makefile [new file with mode: 0644]
sys/dev/disk/stg/tmc18c30.c [new file with mode: 0644]
sys/dev/disk/stg/tmc18c30_isa.c [new file with mode: 0644]
sys/dev/disk/stg/tmc18c30_pccard.c [new file with mode: 0644]
sys/dev/disk/stg/tmc18c30reg.h [new file with mode: 0644]
sys/dev/disk/stg/tmc18c30var.h [new file with mode: 0644]
sys/dev/disk/sym/README.sym [new file with mode: 0644]
sys/dev/disk/sym/sym_conf.h [new file with mode: 0644]
sys/dev/disk/sym/sym_defs.h [new file with mode: 0644]
sys/dev/disk/sym/sym_fw.h [new file with mode: 0644]
sys/dev/disk/sym/sym_fw1.h [new file with mode: 0644]
sys/dev/disk/sym/sym_fw2.h [new file with mode: 0644]
sys/dev/disk/sym/sym_hipd.c [new file with mode: 0644]
sys/dev/disk/trm/Makefile [new file with mode: 0644]
sys/dev/disk/trm/trm.c [new file with mode: 0644]
sys/dev/disk/trm/trm.h [new file with mode: 0644]
sys/dev/disk/vn/Makefile [new file with mode: 0644]
sys/dev/disk/vn/vn.c [new file with mode: 0644]
sys/dev/disk/vpo/Makefile [new file with mode: 0644]
sys/dev/disk/vpo/immio.c [new file with mode: 0644]
sys/dev/disk/vpo/vpo.c [new file with mode: 0644]
sys/dev/disk/vpo/vpoio.c [new file with mode: 0644]
sys/dev/disk/vpo/vpoio.h [new file with mode: 0644]
sys/dev/drm/Makefile [new file with mode: 0644]
sys/dev/drm/ati_pcigart.c [new file with mode: 0644]
sys/dev/drm/drm.h [new file with mode: 0644]
sys/dev/drm/drm/Makefile [new file with mode: 0644]
sys/dev/drm/drmP.h [new file with mode: 0644]
sys/dev/drm/drm_agpsupport.c [new file with mode: 0644]
sys/dev/drm/drm_atomic.h [new file with mode: 0644]
sys/dev/drm/drm_auth.c [new file with mode: 0644]
sys/dev/drm/drm_bufs.c [new file with mode: 0644]
sys/dev/drm/drm_context.c [new file with mode: 0644]
sys/dev/drm/drm_dma.c [new file with mode: 0644]
sys/dev/drm/drm_drawable.c [new file with mode: 0644]
sys/dev/drm/drm_drv.c [new file with mode: 0644]
sys/dev/drm/drm_fops.c [new file with mode: 0644]
sys/dev/drm/drm_hashtab.c [new file with mode: 0644]
sys/dev/drm/drm_hashtab.h [new file with mode: 0644]
sys/dev/drm/drm_internal.h [new file with mode: 0644]
sys/dev/drm/drm_ioctl.c [new file with mode: 0644]
sys/dev/drm/drm_irq.c [new file with mode: 0644]
sys/dev/drm/drm_linux_list.h [new file with mode: 0644]
sys/dev/drm/drm_lock.c [new file with mode: 0644]
sys/dev/drm/drm_memory.c [new file with mode: 0644]
sys/dev/drm/drm_mm.c [new file with mode: 0644]
sys/dev/drm/drm_mm.h [new file with mode: 0644]
sys/dev/drm/drm_pci.c [new file with mode: 0644]
sys/dev/drm/drm_pciids.h [new file with mode: 0644]
sys/dev/drm/drm_priv_hash.h [new file with mode: 0644]
sys/dev/drm/drm_sarea.h [new file with mode: 0644]
sys/dev/drm/drm_scatter.c [new file with mode: 0644]
sys/dev/drm/drm_sman.c [new file with mode: 0644]
sys/dev/drm/drm_sman.h [new file with mode: 0644]
sys/dev/drm/drm_subr_hash.c [new file with mode: 0644]
sys/dev/drm/drm_sysctl.c [new file with mode: 0644]
sys/dev/drm/drm_vm.c [new file with mode: 0644]
sys/dev/drm/i915/Makefile [new file with mode: 0644]
sys/dev/drm/i915_dma.c [new file with mode: 0644]
sys/dev/drm/i915_drm.h [new file with mode: 0644]
sys/dev/drm/i915_drv.c [new file with mode: 0644]
sys/dev/drm/i915_drv.h [new file with mode: 0644]
sys/dev/drm/i915_irq.c [new file with mode: 0644]
sys/dev/drm/i915_mem.c [new file with mode: 0644]
sys/dev/drm/i915_reg.h [new file with mode: 0644]
sys/dev/drm/i915_suspend.c [new file with mode: 0644]
sys/dev/drm/mach64/Makefile [new file with mode: 0644]
sys/dev/drm/mach64_dma.c [new file with mode: 0644]
sys/dev/drm/mach64_drm.h [new file with mode: 0644]
sys/dev/drm/mach64_drv.c [new file with mode: 0644]
sys/dev/drm/mach64_drv.h [new file with mode: 0644]
sys/dev/drm/mach64_irq.c [new file with mode: 0644]
sys/dev/drm/mach64_state.c [new file with mode: 0644]
sys/dev/drm/mga/Makefile [new file with mode: 0644]
sys/dev/drm/mga_dma.c [new file with mode: 0644]
sys/dev/drm/mga_drm.h [new file with mode: 0644]
sys/dev/drm/mga_drv.c [new file with mode: 0644]
sys/dev/drm/mga_drv.h [new file with mode: 0644]
sys/dev/drm/mga_irq.c [new file with mode: 0644]
sys/dev/drm/mga_state.c [new file with mode: 0644]
sys/dev/drm/mga_ucode.h [new file with mode: 0644]
sys/dev/drm/mga_warp.c [new file with mode: 0644]
sys/dev/drm/r128/Makefile [new file with mode: 0644]
sys/dev/drm/r128_cce.c [new file with mode: 0644]
sys/dev/drm/r128_drm.h [new file with mode: 0644]
sys/dev/drm/r128_drv.c [new file with mode: 0644]
sys/dev/drm/r128_drv.h [new file with mode: 0644]
sys/dev/drm/r128_irq.c [new file with mode: 0644]
sys/dev/drm/r128_state.c [new file with mode: 0644]
sys/dev/drm/r300_cmdbuf.c [new file with mode: 0644]
sys/dev/drm/r300_reg.h [new file with mode: 0644]
sys/dev/drm/r600_blit.c [new file with mode: 0644]
sys/dev/drm/r600_cp.c [new file with mode: 0644]
sys/dev/drm/r600_microcode.h [new file with mode: 0644]
sys/dev/drm/radeon/Makefile [new file with mode: 0644]
sys/dev/drm/radeon_cp.c [new file with mode: 0644]
sys/dev/drm/radeon_cs.c [new file with mode: 0644]
sys/dev/drm/radeon_drm.h [new file with mode: 0644]
sys/dev/drm/radeon_drv.c [new file with mode: 0644]
sys/dev/drm/radeon_drv.h [new file with mode: 0644]
sys/dev/drm/radeon_irq.c [new file with mode: 0644]
sys/dev/drm/radeon_mem.c [new file with mode: 0644]
sys/dev/drm/radeon_microcode.h [new file with mode: 0644]
sys/dev/drm/radeon_state.c [new file with mode: 0644]
sys/dev/drm/savage/Makefile [new file with mode: 0644]
sys/dev/drm/savage_bci.c [new file with mode: 0644]
sys/dev/drm/savage_drm.h [new file with mode: 0644]
sys/dev/drm/savage_drv.c [new file with mode: 0644]
sys/dev/drm/savage_drv.h [new file with mode: 0644]
sys/dev/drm/savage_state.c [new file with mode: 0644]
sys/dev/drm/sis/Makefile [new file with mode: 0644]
sys/dev/drm/sis_drm.h [new file with mode: 0644]
sys/dev/drm/sis_drv.c [new file with mode: 0644]
sys/dev/drm/sis_drv.h [new file with mode: 0644]
sys/dev/drm/sis_ds.c [new file with mode: 0644]
sys/dev/drm/sis_ds.h [new file with mode: 0644]
sys/dev/drm/sis_mm.c [new file with mode: 0644]
sys/dev/drm/tdfx/Makefile [new file with mode: 0644]
sys/dev/drm/tdfx_drv.c [new file with mode: 0644]
sys/dev/drm/tdfx_drv.h [new file with mode: 0644]
sys/dev/misc/Makefile [new file with mode: 0644]
sys/dev/misc/atkbd/atkbd_isa.c [new file with mode: 0644]
sys/dev/misc/atkbdc_layer/atkbdc_isa.c [new file with mode: 0644]
sys/dev/misc/cmx/Makefile [new file with mode: 0644]
sys/dev/misc/cmx/cmx.c [new file with mode: 0644]
sys/dev/misc/cmx/cmx_pccard.c [new file with mode: 0644]
sys/dev/misc/cmx/cmxreg.h [new file with mode: 0644]
sys/dev/misc/cmx/cmxvar.h [new file with mode: 0644]
sys/dev/misc/dcons/Makefile [new file with mode: 0644]
sys/dev/misc/dcons/dcons.c [new file with mode: 0644]
sys/dev/misc/dcons/dcons.h [new file with mode: 0644]
sys/dev/misc/dcons/dcons/Makefile [new file with mode: 0644]
sys/dev/misc/dcons/dcons_crom.c [new file with mode: 0644]
sys/dev/misc/dcons/dcons_crom/Makefile [new file with mode: 0644]
sys/dev/misc/dcons/dcons_os.c [new file with mode: 0644]
sys/dev/misc/dcons/dcons_os.h [new file with mode: 0644]
sys/dev/misc/gpio/gpio.c [new file with mode: 0644]
sys/dev/misc/gpio/gpio.h [new file with mode: 0644]
sys/dev/misc/gpio/gpio_led.c [new file with mode: 0644]
sys/dev/misc/joy/Makefile [new file with mode: 0644]
sys/dev/misc/joy/joy.c [new file with mode: 0644]
sys/dev/misc/kbd/atkbd.c [new file with mode: 0644]
sys/dev/misc/kbd/atkbdc.c [new file with mode: 0644]
sys/dev/misc/kbd/atkbdcreg.h [new file with mode: 0644]
sys/dev/misc/kbd/atkbdreg.h [new file with mode: 0644]
sys/dev/misc/kbd/kbd.c [new file with mode: 0644]
sys/dev/misc/kbd/kbdreg.h [new file with mode: 0644]
sys/dev/misc/kbd/kbdsw.c [new file with mode: 0644]
sys/dev/misc/kbd/kbdtables.h [new file with mode: 0644]
sys/dev/misc/kbdmux/Makefile [new file with mode: 0644]
sys/dev/misc/kbdmux/kbdmux.c [new file with mode: 0644]
sys/dev/misc/lpbb/Makefile [new file with mode: 0644]
sys/dev/misc/lpbb/lpbb.c [new file with mode: 0644]
sys/dev/misc/lpt/lpt.c [new file with mode: 0644]
sys/dev/misc/lpt/lpt.h [new file with mode: 0644]
sys/dev/misc/lpt/lptio.h [new file with mode: 0644]
sys/dev/misc/musycc/musycc.c [new file with mode: 0644]
sys/dev/misc/nmdm/Makefile [new file with mode: 0644]
sys/dev/misc/nmdm/nmdm.c [new file with mode: 0644]
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c [new file with mode: 0644]
sys/dev/misc/orm/orm.c [new file with mode: 0644]
sys/dev/misc/pcfclock/Makefile [new file with mode: 0644]
sys/dev/misc/pcfclock/pcfclock.c [new file with mode: 0644]
sys/dev/misc/ppc/ppc.c [new file with mode: 0644]
sys/dev/misc/ppc/ppcreg.h [new file with mode: 0644]
sys/dev/misc/ppi/ppi.c [new file with mode: 0644]
sys/dev/misc/ppi/ppi.h [new file with mode: 0644]
sys/dev/misc/pps/pps.c [new file with mode: 0644]
sys/dev/misc/psm/psm.c [new file with mode: 0644]
sys/dev/misc/puc/puc.c [new file with mode: 0644]
sys/dev/misc/puc/pucdata.c [new file with mode: 0644]
sys/dev/misc/puc/pucvar.h [new file with mode: 0644]
sys/dev/misc/snp/Makefile [new file with mode: 0644]
sys/dev/misc/snp/snp.c [new file with mode: 0644]
sys/dev/misc/spic/spic.c [new file with mode: 0644]
sys/dev/misc/spic/spicreg.h [new file with mode: 0644]
sys/dev/misc/syscons/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/Makefile.inc [new file with mode: 0644]
sys/dev/misc/syscons/apm/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/apm/apm_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/blank/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/blank/blank_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/dragon/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/dragon/dragon_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/fade/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/fade/fade_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/fire/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/fire/fire_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/fred/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/fred/fred_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/green/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/green/green_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/logo/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/logo/logo.c [new file with mode: 0644]
sys/dev/misc/syscons/logo/logo_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/rain/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/rain/rain_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/schistory.c [new file with mode: 0644]
sys/dev/misc/syscons/scmouse.c [new file with mode: 0644]
sys/dev/misc/syscons/scterm-dumb.c [new file with mode: 0644]
sys/dev/misc/syscons/scterm-sc.c [new file with mode: 0644]
sys/dev/misc/syscons/scterm.c [new file with mode: 0644]
sys/dev/misc/syscons/sctermvar.h [new file with mode: 0644]
sys/dev/misc/syscons/scvgarndr.c [new file with mode: 0644]
sys/dev/misc/syscons/scvidctl.c [new file with mode: 0644]
sys/dev/misc/syscons/scvtb.c [new file with mode: 0644]
sys/dev/misc/syscons/snake/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/snake/snake_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/star/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/star/star_saver.c [new file with mode: 0644]
sys/dev/misc/syscons/syscons.c [new file with mode: 0644]
sys/dev/misc/syscons/syscons.h [new file with mode: 0644]
sys/dev/misc/syscons/sysmouse.c [new file with mode: 0644]
sys/dev/misc/syscons/warp/Makefile [new file with mode: 0644]
sys/dev/misc/syscons/warp/warp_saver.c [new file with mode: 0644]
sys/dev/misc/tbridge/Makefile [new file with mode: 0644]
sys/dev/misc/tbridge/safe_mem.c [new file with mode: 0644]
sys/dev/misc/tbridge/safe_mem.h [new file with mode: 0644]
sys/dev/misc/tbridge/tbridge.c [new file with mode: 0644]
sys/dev/netif/Makefile [new file with mode: 0644]
sys/dev/netif/acx/Makefile [new file with mode: 0644]
sys/dev/netif/acx/_acxcmd.h [new file with mode: 0644]
sys/dev/netif/acx/acx100.c [new file with mode: 0644]
sys/dev/netif/acx/acx111.c [new file with mode: 0644]
sys/dev/netif/acx/acxcmd.c [new file with mode: 0644]
sys/dev/netif/acx/acxcmd.h [new file with mode: 0644]
sys/dev/netif/acx/if_acx.c [new file with mode: 0644]
sys/dev/netif/acx/if_acxreg.h [new file with mode: 0644]
sys/dev/netif/acx/if_acxvar.h [new file with mode: 0644]
sys/dev/netif/ae/Makefile [new file with mode: 0644]
sys/dev/netif/ae/if_ae.c [new file with mode: 0644]
sys/dev/netif/ae/if_aereg.h [new file with mode: 0644]
sys/dev/netif/ae/if_aevar.h [new file with mode: 0644]
sys/dev/netif/age/Makefile [new file with mode: 0644]
sys/dev/netif/age/if_age.c [new file with mode: 0644]
sys/dev/netif/age/if_agereg.h [new file with mode: 0644]
sys/dev/netif/age/if_agevar.h [new file with mode: 0644]
sys/dev/netif/alc/Makefile [new file with mode: 0644]
sys/dev/netif/alc/if_alc.c [new file with mode: 0644]
sys/dev/netif/alc/if_alcreg.h [new file with mode: 0644]
sys/dev/netif/alc/if_alcvar.h [new file with mode: 0644]
sys/dev/netif/ale/Makefile [new file with mode: 0644]
sys/dev/netif/ale/if_ale.c [new file with mode: 0644]
sys/dev/netif/ale/if_alereg.h [new file with mode: 0644]
sys/dev/netif/ale/if_alevar.h [new file with mode: 0644]
sys/dev/netif/an/Makefile [new file with mode: 0644]
sys/dev/netif/an/if_aironet_ieee.h [new file with mode: 0644]
sys/dev/netif/an/if_an.c [new file with mode: 0644]
sys/dev/netif/an/if_an_isa.c [new file with mode: 0644]
sys/dev/netif/an/if_an_pccard.c [new file with mode: 0644]
sys/dev/netif/an/if_an_pci.c [new file with mode: 0644]
sys/dev/netif/an/if_anreg.h [new file with mode: 0644]
sys/dev/netif/ar/Makefile [new file with mode: 0644]
sys/dev/netif/ar/if_ar.c [new file with mode: 0644]
sys/dev/netif/ar/if_ar.h [new file with mode: 0644]
sys/dev/netif/ar/if_ar_isa.c [new file with mode: 0644]
sys/dev/netif/ar/if_ar_pci.c [new file with mode: 0644]
sys/dev/netif/ar/if_arregs.h [new file with mode: 0644]
sys/dev/netif/ath/Makefile [new file with mode: 0644]
sys/dev/netif/ath/Makefile.inc [new file with mode: 0644]
sys/dev/netif/ath/ath/Makefile [new file with mode: 0644]
sys/dev/netif/ath/ath/if_ath.c [new file with mode: 0644]
sys/dev/netif/ath/ath/if_ath_pci.c [new file with mode: 0644]
sys/dev/netif/ath/ath/if_athioctl.h [new file with mode: 0644]
sys/dev/netif/ath/ath/if_athrate.h [new file with mode: 0644]
sys/dev/netif/ath/ath/if_athvar.h [new file with mode: 0644]
sys/dev/netif/ath/hal/Makefile [new file with mode: 0644]
sys/dev/netif/ath/hal/ah_osdep.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ah_osdep.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_debug.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_decode.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_devid.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v4k.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v4k.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_internal.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_regdomain.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_soc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5k_0007.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/boss.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2316.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2317.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2413.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2425.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5111.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5112.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_ani.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_eeprom.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_rfgain.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5311reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5413.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_eeprom.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5315_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar2133.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_ani.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_adcdc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_adcgain.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_iq.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_eeprom.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9280.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9280.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9280_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9280v1.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9280v2.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9285.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9285.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9285.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9285_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9285_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9285v2.ini [new file with mode: 0644]
sys/dev/netif/ath/rate_amrr/Makefile [new file with mode: 0644]
sys/dev/netif/ath/rate_amrr/amrr.c [new file with mode: 0644]
sys/dev/netif/ath/rate_amrr/amrr.h [new file with mode: 0644]
sys/dev/netif/ath/rate_onoe/Makefile [new file with mode: 0644]
sys/dev/netif/ath/rate_onoe/onoe.c [new file with mode: 0644]
sys/dev/netif/ath/rate_onoe/onoe.h [new file with mode: 0644]
sys/dev/netif/ath/rate_sample/Makefile [new file with mode: 0644]
sys/dev/netif/ath/rate_sample/sample.c [new file with mode: 0644]
sys/dev/netif/ath/rate_sample/sample.h [new file with mode: 0644]
sys/dev/netif/aue/Makefile [new file with mode: 0644]
sys/dev/netif/aue/if_aue.c [new file with mode: 0644]
sys/dev/netif/aue/if_auereg.h [new file with mode: 0644]
sys/dev/netif/axe/Makefile [new file with mode: 0644]
sys/dev/netif/axe/if_axe.c [new file with mode: 0644]
sys/dev/netif/axe/if_axereg.h [new file with mode: 0644]
sys/dev/netif/bce/Makefile [new file with mode: 0644]
sys/dev/netif/bce/if_bce.c [new file with mode: 0644]
sys/dev/netif/bce/if_bcefw.h [new file with mode: 0644]
sys/dev/netif/bce/if_bcereg.h [new file with mode: 0644]
sys/dev/netif/bfe/Makefile [new file with mode: 0644]
sys/dev/netif/bfe/if_bfe.c [new file with mode: 0644]
sys/dev/netif/bfe/if_bfereg.h [new file with mode: 0644]
sys/dev/netif/bge/Makefile [new file with mode: 0644]
sys/dev/netif/bge/if_bge.c [new file with mode: 0644]
sys/dev/netif/bge/if_bgereg.h [new file with mode: 0644]
sys/dev/netif/bwi/Makefile [new file with mode: 0644]
sys/dev/netif/bwi/bwimac.c [new file with mode: 0644]
sys/dev/netif/bwi/bwimac.h [new file with mode: 0644]
sys/dev/netif/bwi/bwiphy.c [new file with mode: 0644]
sys/dev/netif/bwi/bwiphy.h [new file with mode: 0644]
sys/dev/netif/bwi/bwirf.c [new file with mode: 0644]
sys/dev/netif/bwi/bwirf.h [new file with mode: 0644]
sys/dev/netif/bwi/if_bwi.c [new file with mode: 0644]
sys/dev/netif/bwi/if_bwireg.h [new file with mode: 0644]
sys/dev/netif/bwi/if_bwivar.h [new file with mode: 0644]
sys/dev/netif/cs/if_cs.c [new file with mode: 0644]
sys/dev/netif/cs/if_cs_isa.c [new file with mode: 0644]
sys/dev/netif/cs/if_cs_pccard.c [new file with mode: 0644]
sys/dev/netif/cs/if_csreg.h [new file with mode: 0644]
sys/dev/netif/cs/if_csvar.h [new file with mode: 0644]
sys/dev/netif/cue/Makefile [new file with mode: 0644]
sys/dev/netif/cue/if_cue.c [new file with mode: 0644]
sys/dev/netif/cue/if_cuereg.h [new file with mode: 0644]
sys/dev/netif/dc/Makefile [new file with mode: 0644]
sys/dev/netif/dc/if_dc.c [new file with mode: 0644]
sys/dev/netif/dc/if_dcreg.h [new file with mode: 0644]
sys/dev/netif/de/if_de.c [new file with mode: 0644]
sys/dev/netif/de/if_devar.h [new file with mode: 0644]
sys/dev/netif/e1000/LICENSE [new file with mode: 0644]
sys/dev/netif/e1000/Makefile [new file with mode: 0644]
sys/dev/netif/e1000/README [new file with mode: 0644]
sys/dev/netif/e1000/e1000_80003es2lan.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_80003es2lan.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82540.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82541.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82541.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82542.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82543.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82543.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82571.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82571.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82575.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_82575.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_api.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_api.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_defines.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_hw.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_ich8lan.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_ich8lan.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_mac.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_mac.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_manage.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_manage.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_nvm.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_nvm.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_osdep.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_osdep.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_phy.c [new file with mode: 0644]
sys/dev/netif/e1000/e1000_phy.h [new file with mode: 0644]
sys/dev/netif/e1000/e1000_regs.h [new file with mode: 0644]
sys/dev/netif/e1000/em/Makefile [new file with mode: 0644]
sys/dev/netif/e1000/if_em.c [new file with mode: 0644]
sys/dev/netif/e1000/if_em.h [new file with mode: 0644]
sys/dev/netif/e1000/if_igb.c [new file with mode: 0644]
sys/dev/netif/e1000/if_igb.h [new file with mode: 0644]
sys/dev/netif/e1000/ifcap_defines.h [new file with mode: 0644]
sys/dev/netif/e1000/igb/Makefile [new file with mode: 0644]
sys/dev/netif/ed/Makefile [new file with mode: 0644]
sys/dev/netif/ed/if_ed.c [new file with mode: 0644]
sys/dev/netif/ed/if_ed_isa.c [new file with mode: 0644]
sys/dev/netif/ed/if_ed_pccard.c [new file with mode: 0644]
sys/dev/netif/ed/if_ed_pci.c [new file with mode: 0644]
sys/dev/netif/ed/if_edreg.h [new file with mode: 0644]
sys/dev/netif/ed/if_edvar.h [new file with mode: 0644]
sys/dev/netif/elink_layer/elink.c [new file with mode: 0644]
sys/dev/netif/elink_layer/elink.h [new file with mode: 0644]
sys/dev/netif/em/LICENSE [new file with mode: 0644]
sys/dev/netif/em/Makefile [new file with mode: 0644]
sys/dev/netif/em/if_em.c [new file with mode: 0644]
sys/dev/netif/em/if_em.h [new file with mode: 0644]
sys/dev/netif/emx/Makefile [new file with mode: 0644]
sys/dev/netif/emx/if_emx.c [new file with mode: 0644]
sys/dev/netif/emx/if_emx.h [new file with mode: 0644]
sys/dev/netif/en_pci/if_en_pci.c [new file with mode: 0644]
sys/dev/netif/ep/Makefile [new file with mode: 0644]
sys/dev/netif/ep/if_ep.c [new file with mode: 0644]
sys/dev/netif/ep/if_ep_isa.c [new file with mode: 0644]
sys/dev/netif/ep/if_ep_pccard.c [new file with mode: 0644]
sys/dev/netif/ep/if_epreg.h [new file with mode: 0644]
sys/dev/netif/ep/if_epvar.h [new file with mode: 0644]
sys/dev/netif/et/Makefile [new file with mode: 0644]
sys/dev/netif/et/if_et.c [new file with mode: 0644]
sys/dev/netif/et/if_etreg.h [new file with mode: 0644]
sys/dev/netif/et/if_etvar.h [new file with mode: 0644]
sys/dev/netif/ex/if_ex.c [new file with mode: 0644]
sys/dev/netif/ex/if_ex_isa.c [new file with mode: 0644]
sys/dev/netif/ex/if_ex_pccard.c [new file with mode: 0644]
sys/dev/netif/ex/if_exreg.h [new file with mode: 0644]
sys/dev/netif/ex/if_exvar.h [new file with mode: 0644]
sys/dev/netif/fe/if_fe.c [new file with mode: 0644]
sys/dev/netif/fe/if_fe_isa.c [new file with mode: 0644]
sys/dev/netif/fe/if_fe_pccard.c [new file with mode: 0644]
sys/dev/netif/fe/if_fereg.h [new file with mode: 0644]
sys/dev/netif/fe/if_fevar.h [new file with mode: 0644]
sys/dev/netif/fwe/Makefile [new file with mode: 0644]
sys/dev/netif/fwe/if_fwe.c [new file with mode: 0644]
sys/dev/netif/fwe/if_fwevar.h [new file with mode: 0644]
sys/dev/netif/fxp/Makefile [new file with mode: 0644]
sys/dev/netif/fxp/if_fxp.c [new file with mode: 0644]
sys/dev/netif/fxp/if_fxpreg.h [new file with mode: 0644]
sys/dev/netif/fxp/if_fxpvar.h [new file with mode: 0644]
sys/dev/netif/fxp/rcvbundl.h [new file with mode: 0644]
sys/dev/netif/ic/Makefile [new file with mode: 0644]
sys/dev/netif/ic/if_ic.c [new file with mode: 0644]
sys/dev/netif/ic_layer/hd64570.h [new file with mode: 0644]
sys/dev/netif/ig_hal/LICENSE [new file with mode: 0644]
sys/dev/netif/ig_hal/Makefile [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_80003es2lan.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_80003es2lan.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82540.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82541.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82541.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82542.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82543.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82543.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82571.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_82571.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_api.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_api.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_defines.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_hw.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_ich8lan.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_ich8lan.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_mac.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_mac.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_manage.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_manage.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_nvm.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_nvm.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_osdep.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_osdep.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_phy.c [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_phy.h [new file with mode: 0644]
sys/dev/netif/ig_hal/e1000_regs.h [new file with mode: 0644]
sys/dev/netif/iwi/Makefile [new file with mode: 0644]
sys/dev/netif/iwi/fw/Makefile [new file with mode: 0644]
sys/dev/netif/iwi/fw/iwi_bss/Makefile [new file with mode: 0644]
sys/dev/netif/iwi/fw/iwi_ibss/Makefile [new file with mode: 0644]
sys/dev/netif/iwi/fw/iwi_monitor/Makefile [new file with mode: 0644]
sys/dev/netif/iwi/if_iwi.c [new file with mode: 0644]
sys/dev/netif/iwi/if_iwireg.h [new file with mode: 0644]
sys/dev/netif/iwi/if_iwivar.h [new file with mode: 0644]
sys/dev/netif/iwl/Makefile [new file with mode: 0644]
sys/dev/netif/iwl/if_iwl.c [new file with mode: 0644]
sys/dev/netif/iwl/if_iwlreg.h [new file with mode: 0644]
sys/dev/netif/iwl/if_iwlvar.h [new file with mode: 0644]
sys/dev/netif/iwl/iwl2100.c [new file with mode: 0644]
sys/dev/netif/iwl/iwl2100reg.h [new file with mode: 0644]
sys/dev/netif/iwl/iwl2100var.h [new file with mode: 0644]
sys/dev/netif/iwn/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/Makefile.inc [new file with mode: 0644]
sys/dev/netif/iwn/fw/iwn1000/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/iwn4965/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/iwn5000/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/iwn5150/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/iwn6000/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/fw/iwn6050/Makefile [new file with mode: 0644]
sys/dev/netif/iwn/if_iwn.c [new file with mode: 0644]
sys/dev/netif/iwn/if_iwnreg.h [new file with mode: 0644]
sys/dev/netif/iwn/if_iwnvar.h [new file with mode: 0644]
sys/dev/netif/jme/Makefile [new file with mode: 0644]
sys/dev/netif/jme/if_jme.c [new file with mode: 0644]
sys/dev/netif/jme/if_jmereg.h [new file with mode: 0644]
sys/dev/netif/jme/if_jmevar.h [new file with mode: 0644]
sys/dev/netif/kue/Makefile [new file with mode: 0644]
sys/dev/netif/kue/if_kue.c [new file with mode: 0644]
sys/dev/netif/kue/if_kuereg.h [new file with mode: 0644]
sys/dev/netif/lge/Makefile [new file with mode: 0644]
sys/dev/netif/lge/if_lge.c [new file with mode: 0644]
sys/dev/netif/lge/if_lgereg.h [new file with mode: 0644]
sys/dev/netif/lgue/Makefile [new file with mode: 0644]
sys/dev/netif/lgue/if_lgue.c [new file with mode: 0644]
sys/dev/netif/lgue/if_lgue.h [new file with mode: 0644]
sys/dev/netif/lnc/Makefile [new file with mode: 0644]
sys/dev/netif/lnc/am7990.c [new file with mode: 0644]
sys/dev/netif/lnc/am79900.c [new file with mode: 0644]
sys/dev/netif/lnc/am79900reg.h [new file with mode: 0644]
sys/dev/netif/lnc/am79900var.h [new file with mode: 0644]
sys/dev/netif/lnc/am7990reg.h [new file with mode: 0644]
sys/dev/netif/lnc/am7990var.h [new file with mode: 0644]
sys/dev/netif/lnc/if_lnc_isa.c [new file with mode: 0644]
sys/dev/netif/lnc/if_lnc_pci.c [new file with mode: 0644]
sys/dev/netif/lnc/lance.c [new file with mode: 0644]
sys/dev/netif/lnc/lancereg.h [new file with mode: 0644]
sys/dev/netif/lnc/lancevar.h [new file with mode: 0644]
sys/dev/netif/mii_layer/Makefile [new file with mode: 0644]
sys/dev/netif/mii_layer/Makefile.miidevs [new file with mode: 0644]
sys/dev/netif/mii_layer/acphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/acphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/amphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/amphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/atphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/atphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/brgphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/brgphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/ciphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ciphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/dcphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/devlist2h.awk [new file with mode: 0644]
sys/dev/netif/mii_layer/e1000phy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/e1000phyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/exphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/inphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/inphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/ip1000phy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ip1000phyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/jmphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/jmphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/lxtphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/lxtphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/mii.c [new file with mode: 0644]
sys/dev/netif/mii_layer/mii.h [new file with mode: 0644]
sys/dev/netif/mii_layer/mii_physubr.c [new file with mode: 0644]
sys/dev/netif/mii_layer/miibus_if.m [new file with mode: 0644]
sys/dev/netif/mii_layer/miidevs [new file with mode: 0644]
sys/dev/netif/mii_layer/miidevs.h [new file with mode: 0644]
sys/dev/netif/mii_layer/miivar.h [new file with mode: 0644]
sys/dev/netif/mii_layer/mlphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/nsgphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/nsgphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/nsphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/nsphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/pnaphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/pnphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/qsphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/qsphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/rgephy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/rgephyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/rlphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ruephy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ruephyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/tlphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/tlphyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/truephy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/truephyreg.h [new file with mode: 0644]
sys/dev/netif/mii_layer/ukphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/ukphy_subr.c [new file with mode: 0644]
sys/dev/netif/mii_layer/xmphy.c [new file with mode: 0644]
sys/dev/netif/mii_layer/xmphyreg.h [new file with mode: 0644]
sys/dev/netif/mn/if_mn.c [new file with mode: 0644]
sys/dev/netif/msk/Makefile [new file with mode: 0644]
sys/dev/netif/msk/if_msk.c [new file with mode: 0644]
sys/dev/netif/msk/if_mskreg.h [new file with mode: 0644]
sys/dev/netif/mxge/Makefile [new file with mode: 0644]
sys/dev/netif/mxge/eth_z8e.h [new file with mode: 0644]
sys/dev/netif/mxge/ethp_z8e.h [new file with mode: 0644]
sys/dev/netif/mxge/if_mxge.c [new file with mode: 0644]
sys/dev/netif/mxge/if_mxge_var.h [new file with mode: 0644]
sys/dev/netif/mxge/mcp_gen_header.h [new file with mode: 0644]
sys/dev/netif/mxge/mxge/Makefile [new file with mode: 0644]
sys/dev/netif/mxge/mxge_eth_z8e.c [new file with mode: 0644]
sys/dev/netif/mxge/mxge_eth_z8e/Makefile [new file with mode: 0644]
sys/dev/netif/mxge/mxge_ethp_z8e.c [new file with mode: 0644]
sys/dev/netif/mxge/mxge_ethp_z8e/Makefile [new file with mode: 0644]
sys/dev/netif/mxge/mxge_lro.c [new file with mode: 0644]
sys/dev/netif/mxge/mxge_mcp.h [new file with mode: 0644]
sys/dev/netif/mxge/mxge_rss_eth_z8e.c [new file with mode: 0644]
sys/dev/netif/mxge/mxge_rss_eth_z8e/Makefile [new file with mode: 0644]
sys/dev/netif/mxge/mxge_rss_ethp_z8e.c [new file with mode: 0644]
sys/dev/netif/mxge/mxge_rss_ethp_z8e/Makefile [new file with mode: 0644]
sys/dev/netif/mxge/rss_eth_z8e.h [new file with mode: 0644]
sys/dev/netif/mxge/rss_ethp_z8e.h [new file with mode: 0644]
sys/dev/netif/my/Makefile [new file with mode: 0644]
sys/dev/netif/my/if_my.c [new file with mode: 0644]
sys/dev/netif/my/if_myreg.h [new file with mode: 0644]
sys/dev/netif/ndis/Makefile [new file with mode: 0644]
sys/dev/netif/ndis/if_ndis.c [new file with mode: 0644]
sys/dev/netif/ndis/if_ndis_pccard.c [new file with mode: 0644]
sys/dev/netif/ndis/if_ndis_pci.c [new file with mode: 0644]
sys/dev/netif/ndis/if_ndis_usb.c [new file with mode: 0644]
sys/dev/netif/ndis/if_ndisvar.h [new file with mode: 0644]
sys/dev/netif/nfe/Makefile [new file with mode: 0644]
sys/dev/netif/nfe/if_nfe.c [new file with mode: 0644]
sys/dev/netif/nfe/if_nfereg.h [new file with mode: 0644]
sys/dev/netif/nfe/if_nfevar.h [new file with mode: 0644]
sys/dev/netif/nge/Makefile [new file with mode: 0644]
sys/dev/netif/nge/if_nge.c [new file with mode: 0644]
sys/dev/netif/nge/if_ngereg.h [new file with mode: 0644]
sys/dev/netif/pcn/Makefile [new file with mode: 0644]
sys/dev/netif/pcn/if_pcn.c [new file with mode: 0644]
sys/dev/netif/pcn/if_pcnreg.h [new file with mode: 0644]
sys/dev/netif/plip/if_plip.c [new file with mode: 0644]
sys/dev/netif/ral/Makefile [new file with mode: 0644]
sys/dev/netif/ral/fw/Makefile [new file with mode: 0644]
sys/dev/netif/ral/fw/Makefile.inc [new file with mode: 0644]
sys/dev/netif/ral/fw/rt2561/Makefile [new file with mode: 0644]
sys/dev/netif/ral/fw/rt2561s/Makefile [new file with mode: 0644]
sys/dev/netif/ral/fw/rt2661/Makefile [new file with mode: 0644]
sys/dev/netif/ral/if_ral_pci.c [new file with mode: 0644]
sys/dev/netif/ral/rt2560.c [new file with mode: 0644]
sys/dev/netif/ral/rt2560reg.h [new file with mode: 0644]
sys/dev/netif/ral/rt2560var.h [new file with mode: 0644]
sys/dev/netif/ral/rt2661.c [new file with mode: 0644]
sys/dev/netif/ral/rt2661_ucode.h [new file with mode: 0644]
sys/dev/netif/ral/rt2661reg.h [new file with mode: 0644]
sys/dev/netif/ral/rt2661var.h [new file with mode: 0644]
sys/dev/netif/re/Makefile [new file with mode: 0644]
sys/dev/netif/re/if_re.c [new file with mode: 0644]
sys/dev/netif/re/if_rereg.h [new file with mode: 0644]
sys/dev/netif/re/if_revar.h [new file with mode: 0644]
sys/dev/netif/rl/Makefile [new file with mode: 0644]
sys/dev/netif/rl/if_rl.c [new file with mode: 0644]
sys/dev/netif/rl/if_rlreg.h [new file with mode: 0644]
sys/dev/netif/rtw/Makefile [new file with mode: 0644]
sys/dev/netif/rtw/if_rtw_pci.c [new file with mode: 0644]
sys/dev/netif/rtw/max2820reg.h [new file with mode: 0644]
sys/dev/netif/rtw/rtw.c [new file with mode: 0644]
sys/dev/netif/rtw/rtwphy.c [new file with mode: 0644]
sys/dev/netif/rtw/rtwphy.h [new file with mode: 0644]
sys/dev/netif/rtw/rtwphyio.c [new file with mode: 0644]
sys/dev/netif/rtw/rtwphyio.h [new file with mode: 0644]
sys/dev/netif/rtw/rtwreg.h [new file with mode: 0644]
sys/dev/netif/rtw/rtwvar.h [new file with mode: 0644]
sys/dev/netif/rtw/sa2400reg.h [new file with mode: 0644]
sys/dev/netif/rtw/si4136reg.h [new file with mode: 0644]
sys/dev/netif/rtw/smc93cx6.c [new file with mode: 0644]
sys/dev/netif/rtw/smc93cx6var.h [new file with mode: 0644]
sys/dev/netif/rue/Makefile [new file with mode: 0644]
sys/dev/netif/rue/if_rue.c [new file with mode: 0644]
sys/dev/netif/rue/if_ruereg.h [new file with mode: 0644]
sys/dev/netif/rum/Makefile [new file with mode: 0644]
sys/dev/netif/rum/if_rum.c [new file with mode: 0644]
sys/dev/netif/rum/if_rumreg.h [new file with mode: 0644]
sys/dev/netif/rum/if_rumvar.h [new file with mode: 0644]
sys/dev/netif/rum/rum_ucode.h [new file with mode: 0644]
sys/dev/netif/sbni/Makefile [new file with mode: 0644]
sys/dev/netif/sbni/if_sbni.c [new file with mode: 0644]
sys/dev/netif/sbni/if_sbni_pci.c [new file with mode: 0644]
sys/dev/netif/sbni/if_sbnireg.h [new file with mode: 0644]
sys/dev/netif/sbni/if_sbnivar.h [new file with mode: 0644]
sys/dev/netif/sbsh/Makefile [new file with mode: 0644]
sys/dev/netif/sbsh/if_sbsh.c [new file with mode: 0644]
sys/dev/netif/sbsh/if_sbshreg.h [new file with mode: 0644]
sys/dev/netif/sf/Makefile [new file with mode: 0644]
sys/dev/netif/sf/if_sf.c [new file with mode: 0644]
sys/dev/netif/sf/if_sfreg.h [new file with mode: 0644]
sys/dev/netif/sis/Makefile [new file with mode: 0644]
sys/dev/netif/sis/if_sis.c [new file with mode: 0644]
sys/dev/netif/sis/if_sisreg.h [new file with mode: 0644]
sys/dev/netif/sk/Makefile [new file with mode: 0644]
sys/dev/netif/sk/if_sk.c [new file with mode: 0644]
sys/dev/netif/sk/if_skreg.h [new file with mode: 0644]
sys/dev/netif/sk/if_skvar.h [new file with mode: 0644]
sys/dev/netif/sk/xmaciireg.h [new file with mode: 0644]
sys/dev/netif/sk/yukonreg.h [new file with mode: 0644]
sys/dev/netif/sln/Makefile [new file with mode: 0644]
sys/dev/netif/sln/if_sln.c [new file with mode: 0644]
sys/dev/netif/sln/if_slnreg.h [new file with mode: 0644]
sys/dev/netif/sln/if_slnvar.h [new file with mode: 0644]
sys/dev/netif/sn/if_sn.c [new file with mode: 0644]
sys/dev/netif/sn/if_sn_isa.c [new file with mode: 0644]
sys/dev/netif/sn/if_sn_pccard.c [new file with mode: 0644]
sys/dev/netif/sn/if_snreg.h [new file with mode: 0644]
sys/dev/netif/sn/if_snvar.h [new file with mode: 0644]
sys/dev/netif/sr/Makefile [new file with mode: 0644]
sys/dev/netif/sr/if_sr.c [new file with mode: 0644]
sys/dev/netif/sr/if_sr.h [new file with mode: 0644]
sys/dev/netif/sr/if_sr_pci.c [new file with mode: 0644]
sys/dev/netif/sr/if_srregs.h [new file with mode: 0644]
sys/dev/netif/ste/Makefile [new file with mode: 0644]
sys/dev/netif/ste/if_ste.c [new file with mode: 0644]
sys/dev/netif/ste/if_stereg.h [new file with mode: 0644]
sys/dev/netif/stge/Makefile [new file with mode: 0644]
sys/dev/netif/stge/if_stge.c [new file with mode: 0644]
sys/dev/netif/stge/if_stgereg.h [new file with mode: 0644]
sys/dev/netif/stge/if_stgevar.h [new file with mode: 0644]
sys/dev/netif/ti/Makefile [new file with mode: 0644]
sys/dev/netif/ti/if_ti.c [new file with mode: 0644]
sys/dev/netif/ti/if_tireg.h [new file with mode: 0644]
sys/dev/netif/ti/ti_fw.h [new file with mode: 0644]
sys/dev/netif/ti/ti_fw2.h [new file with mode: 0644]
sys/dev/netif/tl/Makefile [new file with mode: 0644]
sys/dev/netif/tl/if_tl.c [new file with mode: 0644]
sys/dev/netif/tl/if_tlreg.h [new file with mode: 0644]
sys/dev/netif/tx/Makefile [new file with mode: 0644]
sys/dev/netif/tx/if_tx.c [new file with mode: 0644]
sys/dev/netif/tx/if_txreg.h [new file with mode: 0644]
sys/dev/netif/tx/if_txvar.h [new file with mode: 0644]
sys/dev/netif/txp/3c990img.h [new file with mode: 0644]
sys/dev/netif/txp/Makefile [new file with mode: 0644]
sys/dev/netif/txp/if_txp.c [new file with mode: 0644]
sys/dev/netif/txp/if_txpreg.h [new file with mode: 0644]
sys/dev/netif/ural/Makefile [new file with mode: 0644]
sys/dev/netif/ural/if_ural.c [new file with mode: 0644]
sys/dev/netif/ural/if_uralreg.h [new file with mode: 0644]
sys/dev/netif/ural/if_uralvar.h [new file with mode: 0644]
sys/dev/netif/vge/Makefile [new file with mode: 0644]
sys/dev/netif/vge/if_vge.c [new file with mode: 0644]
sys/dev/netif/vge/if_vgereg.h [new file with mode: 0644]
sys/dev/netif/vge/if_vgevar.h [new file with mode: 0644]
sys/dev/netif/vr/Makefile [new file with mode: 0644]
sys/dev/netif/vr/if_vr.c [new file with mode: 0644]
sys/dev/netif/vr/if_vrreg.h [new file with mode: 0644]
sys/dev/netif/vx/Makefile [new file with mode: 0644]
sys/dev/netif/vx/if_vx.c [new file with mode: 0644]
sys/dev/netif/vx/if_vx_pci.c [new file with mode: 0644]
sys/dev/netif/vx/if_vxreg.h [new file with mode: 0644]
sys/dev/netif/wb/Makefile [new file with mode: 0644]
sys/dev/netif/wb/if_wb.c [new file with mode: 0644]
sys/dev/netif/wb/if_wbreg.h [new file with mode: 0644]
sys/dev/netif/wi/Makefile [new file with mode: 0644]
sys/dev/netif/wi/if_wavelan_ieee.h [new file with mode: 0644]
sys/dev/netif/wi/if_wi.c [new file with mode: 0644]
sys/dev/netif/wi/if_wi_pccard.c [new file with mode: 0644]
sys/dev/netif/wi/if_wi_pci.c [new file with mode: 0644]
sys/dev/netif/wi/if_wireg.h [new file with mode: 0644]
sys/dev/netif/wi/if_wivar.h [new file with mode: 0644]
sys/dev/netif/wpi/Makefile [new file with mode: 0644]
sys/dev/netif/wpi/fw/Makefile [new file with mode: 0644]
sys/dev/netif/wpi/if_wpi.c [new file with mode: 0644]
sys/dev/netif/wpi/if_wpireg.h [new file with mode: 0644]
sys/dev/netif/wpi/if_wpivar.h [new file with mode: 0644]
sys/dev/netif/xe/Makefile [new file with mode: 0644]
sys/dev/netif/xe/if_xe.c [new file with mode: 0644]
sys/dev/netif/xe/if_xe_pccard.c [new file with mode: 0644]
sys/dev/netif/xe/if_xereg.h [new file with mode: 0644]
sys/dev/netif/xe/if_xevar.h [new file with mode: 0644]
sys/dev/netif/xl/Makefile [new file with mode: 0644]
sys/dev/netif/xl/if_xl.c [new file with mode: 0644]
sys/dev/netif/xl/if_xlreg.h [new file with mode: 0644]
sys/dev/pccard/Makefile [new file with mode: 0644]
sys/dev/pccard/cardbus/Makefile [new file with mode: 0644]
sys/dev/pccard/cardbus/cardbus.c [new file with mode: 0644]
sys/dev/pccard/cardbus/cardbus_cis.c [new file with mode: 0644]
sys/dev/pccard/cardbus/cardbus_cis.h [new file with mode: 0644]
sys/dev/pccard/cardbus/cardbusreg.h [new file with mode: 0644]
sys/dev/pccard/cardbus/cardbusvar.h [new file with mode: 0644]
sys/dev/pccard/exca/Makefile [new file with mode: 0644]
sys/dev/pccard/exca/exca.c [new file with mode: 0644]
sys/dev/pccard/exca/excareg.h [new file with mode: 0644]
sys/dev/pccard/exca/excavar.h [new file with mode: 0644]
sys/dev/pccard/pccbb/Makefile [new file with mode: 0644]
sys/dev/pccard/pccbb/pccbb.c [new file with mode: 0644]
sys/dev/pccard/pccbb/pccbb_isa.c [new file with mode: 0644]
sys/dev/pccard/pccbb/pccbb_pci.c [new file with mode: 0644]
sys/dev/pccard/pccbb/pccbbdevid.h [new file with mode: 0644]
sys/dev/pccard/pccbb/pccbbreg.h [new file with mode: 0644]
sys/dev/pccard/pccbb/pccbbvar.h [new file with mode: 0644]
sys/dev/powermng/Makefile [new file with mode: 0644]
sys/dev/powermng/alpm/Makefile [new file with mode: 0644]
sys/dev/powermng/alpm/alpm.c [new file with mode: 0644]
sys/dev/powermng/amdpm/Makefile [new file with mode: 0644]
sys/dev/powermng/amdpm/amdpm.c [new file with mode: 0644]
sys/dev/powermng/amdsmb/Makefile [new file with mode: 0644]
sys/dev/powermng/amdsmb/amdsmb.c [new file with mode: 0644]
sys/dev/powermng/aps/Makefile [new file with mode: 0644]
sys/dev/powermng/aps/aps.c [new file with mode: 0644]
sys/dev/powermng/coretemp/Makefile [new file with mode: 0644]
sys/dev/powermng/coretemp/coretemp.c [new file with mode: 0644]
sys/dev/powermng/est/Makefile [new file with mode: 0644]
sys/dev/powermng/est/est.c [new file with mode: 0644]
sys/dev/powermng/ichsmb/Makefile [new file with mode: 0644]
sys/dev/powermng/ichsmb/ichsmb.c [new file with mode: 0644]
sys/dev/powermng/ichsmb/ichsmb_pci.c [new file with mode: 0644]
sys/dev/powermng/ichsmb/ichsmb_reg.h [new file with mode: 0644]
sys/dev/powermng/ichsmb/ichsmb_var.h [new file with mode: 0644]
sys/dev/powermng/intpm/Makefile [new file with mode: 0644]
sys/dev/powermng/intpm/intpm.c [new file with mode: 0644]
sys/dev/powermng/intpm/intpmreg.h [new file with mode: 0644]
sys/dev/powermng/it/it.c [new file with mode: 0644]
sys/dev/powermng/it/itvar.h [new file with mode: 0644]
sys/dev/powermng/kate/Makefile [new file with mode: 0644]
sys/dev/powermng/kate/kate.c [new file with mode: 0644]
sys/dev/powermng/km/Makefile [new file with mode: 0644]
sys/dev/powermng/km/km.c [new file with mode: 0644]
sys/dev/powermng/lm/Makefile [new file with mode: 0644]
sys/dev/powermng/lm/lm78.c [new file with mode: 0644]
sys/dev/powermng/lm/lm78_isa.c [new file with mode: 0644]
sys/dev/powermng/lm/lm78var.h [new file with mode: 0644]
sys/dev/powermng/longrun/longrun.c [new file with mode: 0644]
sys/dev/powermng/powernow/Makefile [new file with mode: 0644]
sys/dev/powermng/powernow/powernow.c [new file with mode: 0644]
sys/dev/powermng/uguru/Makefile [new file with mode: 0644]
sys/dev/powermng/uguru/uguru.c [new file with mode: 0644]
sys/dev/powermng/viapm/Makefile [new file with mode: 0644]
sys/dev/powermng/viapm/viapm.c [new file with mode: 0644]
sys/dev/powermng/wbsio/Makefile [new file with mode: 0644]
sys/dev/powermng/wbsio/wbsio.c [new file with mode: 0644]
sys/dev/raid/Makefile [new file with mode: 0644]
sys/dev/raid/aac/Makefile [new file with mode: 0644]
sys/dev/raid/aac/aac.c [new file with mode: 0644]
sys/dev/raid/aac/aac_cam.c [new file with mode: 0644]
sys/dev/raid/aac/aac_debug.c [new file with mode: 0644]
sys/dev/raid/aac/aac_disk.c [new file with mode: 0644]
sys/dev/raid/aac/aac_ioctl.h [new file with mode: 0644]
sys/dev/raid/aac/aac_linux.c [new file with mode: 0644]
sys/dev/raid/aac/aac_linux/Makefile [new file with mode: 0644]
sys/dev/raid/aac/aac_pci.c [new file with mode: 0644]
sys/dev/raid/aac/aac_tables.h [new file with mode: 0644]
sys/dev/raid/aac/aacreg.h [new file with mode: 0644]
sys/dev/raid/aac/aacvar.h [new file with mode: 0644]
sys/dev/raid/amr/Makefile [new file with mode: 0644]
sys/dev/raid/amr/amr.c [new file with mode: 0644]
sys/dev/raid/amr/amr_cam.c [new file with mode: 0644]
sys/dev/raid/amr/amr_cam/Makefile [new file with mode: 0644]
sys/dev/raid/amr/amr_disk.c [new file with mode: 0644]
sys/dev/raid/amr/amr_linux.c [new file with mode: 0644]
sys/dev/raid/amr/amr_linux/Makefile [new file with mode: 0644]
sys/dev/raid/amr/amr_pci.c [new file with mode: 0644]
sys/dev/raid/amr/amr_tables.h [new file with mode: 0644]
sys/dev/raid/amr/amrio.h [new file with mode: 0644]
sys/dev/raid/amr/amrreg.h [new file with mode: 0644]
sys/dev/raid/amr/amrvar.h [new file with mode: 0644]
sys/dev/raid/arcmsr/Makefile [new file with mode: 0644]
sys/dev/raid/arcmsr/arcmsr.c [new file with mode: 0644]
sys/dev/raid/arcmsr/arcmsr.h [new file with mode: 0644]
sys/dev/raid/asr/MAINTAINER [new file with mode: 0644]
sys/dev/raid/asr/Makefile [new file with mode: 0644]
sys/dev/raid/asr/asr.c [new file with mode: 0644]
sys/dev/raid/asr/dptalign.h [new file with mode: 0644]
sys/dev/raid/asr/dptsig.h [new file with mode: 0644]
sys/dev/raid/asr/i2oadptr.h [new file with mode: 0644]
sys/dev/raid/asr/i2obscsi.h [new file with mode: 0644]
sys/dev/raid/asr/i2odep.h [new file with mode: 0644]
sys/dev/raid/asr/i2odpt.h [new file with mode: 0644]
sys/dev/raid/asr/i2oexec.h [new file with mode: 0644]
sys/dev/raid/asr/i2omsg.h [new file with mode: 0644]
sys/dev/raid/asr/i2otypes.h [new file with mode: 0644]
sys/dev/raid/asr/i2outil.h [new file with mode: 0644]
sys/dev/raid/asr/osd_defs.h [new file with mode: 0644]
sys/dev/raid/asr/osd_unix.h [new file with mode: 0644]
sys/dev/raid/asr/osd_util.h [new file with mode: 0644]
sys/dev/raid/asr/sys_info.h [new file with mode: 0644]
sys/dev/raid/ciss/Makefile [new file with mode: 0644]
sys/dev/raid/ciss/ciss.c [new file with mode: 0644]
sys/dev/raid/ciss/cissio.h [new file with mode: 0644]
sys/dev/raid/ciss/cissreg.h [new file with mode: 0644]
sys/dev/raid/ciss/cissvar.h [new file with mode: 0644]
sys/dev/raid/dpt/dpt.h [new file with mode: 0644]
sys/dev/raid/dpt/dpt_control.c [new file with mode: 0644]
sys/dev/raid/dpt/dpt_pci.c [new file with mode: 0644]
sys/dev/raid/dpt/dpt_scsi.c [new file with mode: 0644]
sys/dev/raid/hptiop/Makefile [new file with mode: 0644]
sys/dev/raid/hptiop/hptiop.c [new file with mode: 0644]
sys/dev/raid/hptiop/hptiop.h [new file with mode: 0644]
sys/dev/raid/hptmv/Makefile [new file with mode: 0644]
sys/dev/raid/hptmv/access601.h [new file with mode: 0644]
sys/dev/raid/hptmv/array.h [new file with mode: 0644]
sys/dev/raid/hptmv/atapi.h [new file with mode: 0644]
sys/dev/raid/hptmv/command.h [new file with mode: 0644]
sys/dev/raid/hptmv/entry.c [new file with mode: 0644]
sys/dev/raid/hptmv/global.h [new file with mode: 0644]
sys/dev/raid/hptmv/gui_lib.c [new file with mode: 0644]
sys/dev/raid/hptmv/hptintf.h [new file with mode: 0644]
sys/dev/raid/hptmv/hptproc.c [new file with mode: 0644]
sys/dev/raid/hptmv/i386-elf.raid.o.uu [new file with mode: 0644]
sys/dev/raid/hptmv/ioctl.c [new file with mode: 0644]
sys/dev/raid/hptmv/mv.c [new file with mode: 0644]
sys/dev/raid/hptmv/mvOs.h [new file with mode: 0644]
sys/dev/raid/hptmv/mvSata.h [new file with mode: 0644]
sys/dev/raid/hptmv/mvStorageDev.h [new file with mode: 0644]
sys/dev/raid/hptmv/osbsd.h [new file with mode: 0644]
sys/dev/raid/hptmv/raid5n.h [new file with mode: 0644]
sys/dev/raid/hptmv/readme.txt [new file with mode: 0644]
sys/dev/raid/hptmv/vdevice.h [new file with mode: 0644]
sys/dev/raid/hptmv/x86_64-elf.raid.o.uu [new file with mode: 0644]
sys/dev/raid/ida/ida.c [new file with mode: 0644]
sys/dev/raid/ida/ida_disk.c [new file with mode: 0644]
sys/dev/raid/ida/ida_pci.c [new file with mode: 0644]
sys/dev/raid/ida/idareg.h [new file with mode: 0644]
sys/dev/raid/ida/idavar.h [new file with mode: 0644]
sys/dev/raid/iir/Makefile [new file with mode: 0644]
sys/dev/raid/iir/iir.c [new file with mode: 0644]
sys/dev/raid/iir/iir.h [new file with mode: 0644]
sys/dev/raid/iir/iir_ctrl.c [new file with mode: 0644]
sys/dev/raid/iir/iir_pci.c [new file with mode: 0644]
sys/dev/raid/ips/Makefile [new file with mode: 0644]
sys/dev/raid/ips/ips.c [new file with mode: 0644]
sys/dev/raid/ips/ips.h [new file with mode: 0644]
sys/dev/raid/ips/ips_commands.c [new file with mode: 0644]
sys/dev/raid/ips/ips_disk.c [new file with mode: 0644]
sys/dev/raid/ips/ips_disk.h [new file with mode: 0644]
sys/dev/raid/ips/ips_ioctl.c [new file with mode: 0644]
sys/dev/raid/ips/ips_ioctl.h [new file with mode: 0644]
sys/dev/raid/ips/ips_pci.c [new file with mode: 0644]
sys/dev/raid/mfi/Makefile [new file with mode: 0644]
sys/dev/raid/mfi/mfi.c [new file with mode: 0644]
sys/dev/raid/mfi/mfi_cam.c [new file with mode: 0644]
sys/dev/raid/mfi/mfi_debug.c [new file with mode: 0644]
sys/dev/raid/mfi/mfi_disk.c [new file with mode: 0644]
sys/dev/raid/mfi/mfi_ioctl.h [new file with mode: 0644]
sys/dev/raid/mfi/mfi_linux.c [new file with mode: 0644]
sys/dev/raid/mfi/mfi_linux/Makefile [new file with mode: 0644]
sys/dev/raid/mfi/mfi_pci.c [new file with mode: 0644]
sys/dev/raid/mfi/mfi_syspd.c [new file with mode: 0644]
sys/dev/raid/mfi/mfip/Makefile [new file with mode: 0644]
sys/dev/raid/mfi/mfireg.h [new file with mode: 0644]
sys/dev/raid/mfi/mfivar.h [new file with mode: 0644]
sys/dev/raid/mlx/Makefile [new file with mode: 0644]
sys/dev/raid/mlx/mlx.c [new file with mode: 0644]
sys/dev/raid/mlx/mlx_compat.h [new file with mode: 0644]
sys/dev/raid/mlx/mlx_disk.c [new file with mode: 0644]
sys/dev/raid/mlx/mlx_pci.c [new file with mode: 0644]
sys/dev/raid/mlx/mlxio.h [new file with mode: 0644]
sys/dev/raid/mlx/mlxreg.h [new file with mode: 0644]
sys/dev/raid/mlx/mlxvar.h [new file with mode: 0644]
sys/dev/raid/mly/Makefile [new file with mode: 0644]
sys/dev/raid/mly/mly.c [new file with mode: 0644]
sys/dev/raid/mly/mly_tables.h [new file with mode: 0644]
sys/dev/raid/mly/mlyio.h [new file with mode: 0644]
sys/dev/raid/mly/mlyreg.h [new file with mode: 0644]
sys/dev/raid/mly/mlyvar.h [new file with mode: 0644]
sys/dev/raid/pst/Makefile [new file with mode: 0644]
sys/dev/raid/pst/pst-iop.c [new file with mode: 0644]
sys/dev/raid/pst/pst-iop.h [new file with mode: 0644]
sys/dev/raid/pst/pst-pci.c [new file with mode: 0644]
sys/dev/raid/pst/pst-raid.c [new file with mode: 0644]
sys/dev/raid/twa/Makefile [new file with mode: 0644]
sys/dev/raid/twa/tw_cl.h [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_externs.h [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_fwif.h [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_init.c [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_intr.c [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_io.c [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_ioctl.h [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_misc.c [new file with mode: 0644]
sys/dev/raid/twa/tw_cl_share.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_cam.c [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_externs.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_freebsd.c [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_includes.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_inline.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_ioctl.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_share.h [new file with mode: 0644]
sys/dev/raid/twa/tw_osl_types.h [new file with mode: 0644]
sys/dev/raid/twe/Makefile [new file with mode: 0644]
sys/dev/raid/twe/twe.c [new file with mode: 0644]
sys/dev/raid/twe/twe_compat.h [new file with mode: 0644]
sys/dev/raid/twe/twe_freebsd.c [new file with mode: 0644]
sys/dev/raid/twe/twe_tables.h [new file with mode: 0644]
sys/dev/raid/twe/tweio.h [new file with mode: 0644]
sys/dev/raid/twe/twereg.h [new file with mode: 0644]
sys/dev/raid/twe/twevar.h [new file with mode: 0644]
sys/dev/raid/tws/Makefile [new file with mode: 0644]
sys/dev/raid/tws/tws.c [new file with mode: 0644]
sys/dev/raid/tws/tws.h [new file with mode: 0644]
sys/dev/raid/tws/tws_cam.c [new file with mode: 0644]
sys/dev/raid/tws/tws_hdm.c [new file with mode: 0644]
sys/dev/raid/tws/tws_hdm.h [new file with mode: 0644]
sys/dev/raid/tws/tws_services.c [new file with mode: 0644]
sys/dev/raid/tws/tws_services.h [new file with mode: 0644]
sys/dev/raid/tws/tws_user.c [new file with mode: 0644]
sys/dev/raid/tws/tws_user.h [new file with mode: 0644]
sys/dev/raid/vinum/.gdbinit.crash [new file with mode: 0644]
sys/dev/raid/vinum/.gdbinit.kernel [new file with mode: 0644]
sys/dev/raid/vinum/.gdbinit.serial [new file with mode: 0644]
sys/dev/raid/vinum/.gdbinit.vinum [new file with mode: 0644]
sys/dev/raid/vinum/.gdbinit.vinum.paths [new file with mode: 0644]
sys/dev/raid/vinum/COPYRIGHT [new file with mode: 0644]
sys/dev/raid/vinum/Makefile [new file with mode: 0644]
sys/dev/raid/vinum/makestatetext [new file with mode: 0644]
sys/dev/raid/vinum/request.h [new file with mode: 0644]
sys/dev/raid/vinum/statetexts.h [new file with mode: 0644]
sys/dev/raid/vinum/vinum.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumconfig.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumdaemon.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumext.h [new file with mode: 0644]
sys/dev/raid/vinum/vinumhdr.h [new file with mode: 0644]
sys/dev/raid/vinum/vinuminterrupt.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumio.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumio.h [new file with mode: 0644]
sys/dev/raid/vinum/vinumioctl.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumkw.h [new file with mode: 0644]
sys/dev/raid/vinum/vinumlock.c [new file with mode: 0644]
sys/dev/raid/vinum/vinummemory.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumparser.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumraid5.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumrequest.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumrevive.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumstate.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumstate.h [new file with mode: 0644]
sys/dev/raid/vinum/vinumutil.c [new file with mode: 0644]
sys/dev/raid/vinum/vinumvar.h [new file with mode: 0644]
sys/dev/serial/Makefile [new file with mode: 0644]
sys/dev/serial/cy/cy.c [new file with mode: 0644]
sys/dev/serial/cy/cy_pci.c [new file with mode: 0644]
sys/dev/serial/cy/cy_pcireg.h [new file with mode: 0644]
sys/dev/serial/cy/cyreg.h [new file with mode: 0644]
sys/dev/serial/digi/CX.bios.h [new file with mode: 0644]
sys/dev/serial/digi/CX.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/CX_PCI.bios.h [new file with mode: 0644]
sys/dev/serial/digi/CX_PCI.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/EPCX.bios.h [new file with mode: 0644]
sys/dev/serial/digi/EPCX.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/EPCX_PCI.bios.h [new file with mode: 0644]
sys/dev/serial/digi/EPCX_PCI.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/Makefile [new file with mode: 0644]
sys/dev/serial/digi/Xe.bios.h [new file with mode: 0644]
sys/dev/serial/digi/Xe.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/Xem.bios.h [new file with mode: 0644]
sys/dev/serial/digi/Xem.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/Xr.bios.h [new file with mode: 0644]
sys/dev/serial/digi/Xr.fepos.h [new file with mode: 0644]
sys/dev/serial/digi/digi.c [new file with mode: 0644]
sys/dev/serial/digi/digi.h [new file with mode: 0644]
sys/dev/serial/digi/digi_bios.c [new file with mode: 0644]
sys/dev/serial/digi/digi_bios.h [new file with mode: 0644]
sys/dev/serial/digi/digi_isa.c [new file with mode: 0644]
sys/dev/serial/digi/digi_pci.c [new file with mode: 0644]
sys/dev/serial/digi/digi_pci.h [new file with mode: 0644]
sys/dev/serial/digi/digiio.h [new file with mode: 0644]
sys/dev/serial/digi/digireg.h [new file with mode: 0644]
sys/dev/serial/ic_layer/esp.h [new file with mode: 0644]
sys/dev/serial/ic_layer/i8251.h [new file with mode: 0644]
sys/dev/serial/ic_layer/ns16550.h [new file with mode: 0644]
sys/dev/serial/ic_layer/rsa.h [new file with mode: 0644]
sys/dev/serial/rp/Makefile [new file with mode: 0644]
sys/dev/serial/rp/rp.c [new file with mode: 0644]
sys/dev/serial/rp/rp_isa.c [new file with mode: 0644]
sys/dev/serial/rp/rp_pci.c [new file with mode: 0644]
sys/dev/serial/rp/rpreg.h [new file with mode: 0644]
sys/dev/serial/rp/rpvar.h [new file with mode: 0644]
sys/dev/serial/si/si.c [new file with mode: 0644]
sys/dev/serial/si/si.h [new file with mode: 0644]
sys/dev/serial/si/si2_z280.c [new file with mode: 0644]
sys/dev/serial/si/si3_t225.c [new file with mode: 0644]
sys/dev/serial/si/si_isa.c [new file with mode: 0644]
sys/dev/serial/si/si_pci.c [new file with mode: 0644]
sys/dev/serial/si/sireg.h [new file with mode: 0644]
sys/dev/serial/si/sivar.h [new file with mode: 0644]
sys/dev/serial/sio/sio.c [new file with mode: 0644]
sys/dev/serial/sio/sio_pccard.c [new file with mode: 0644]
sys/dev/serial/sio/sio_private.h [new file with mode: 0644]
sys/dev/serial/sio/sioreg.h [new file with mode: 0644]
sys/dev/serial/stl/stallion.c [new file with mode: 0644]
sys/dev/serial/stli/istallion.c [new file with mode: 0644]
sys/dev/sound/Makefile [new file with mode: 0644]
sys/dev/sound/Makefile.inc [new file with mode: 0644]
sys/dev/sound/chip.h [new file with mode: 0644]
sys/dev/sound/driver.c [new file with mode: 0644]
sys/dev/sound/driver/Makefile [new file with mode: 0644]
sys/dev/sound/driver/Makefile.inc [new file with mode: 0644]
sys/dev/sound/driver/ad1816/Makefile [new file with mode: 0644]
sys/dev/sound/driver/als4000/Makefile [new file with mode: 0644]
sys/dev/sound/driver/atiixp/Makefile [new file with mode: 0644]
sys/dev/sound/driver/au88x0/Makefile [new file with mode: 0644]
sys/dev/sound/driver/audiocs/Makefile [new file with mode: 0644]
sys/dev/sound/driver/cmi/Makefile [new file with mode: 0644]
sys/dev/sound/driver/cs4281/Makefile [new file with mode: 0644]
sys/dev/sound/driver/csa/Makefile [new file with mode: 0644]
sys/dev/sound/driver/driver/Makefile [new file with mode: 0644]
sys/dev/sound/driver/ds1/Makefile [new file with mode: 0644]
sys/dev/sound/driver/emu10k1/Makefile [new file with mode: 0644]
sys/dev/sound/driver/envy24/Makefile [new file with mode: 0644]
sys/dev/sound/driver/envy24ht/Makefile [new file with mode: 0644]
sys/dev/sound/driver/es137x/Makefile [new file with mode: 0644]
sys/dev/sound/driver/ess/Makefile [new file with mode: 0644]
sys/dev/sound/driver/fm801/Makefile [new file with mode: 0644]
sys/dev/sound/driver/hda/Makefile [new file with mode: 0644]
sys/dev/sound/driver/ich/Makefile [new file with mode: 0644]
sys/dev/sound/driver/maestro/Makefile [new file with mode: 0644]
sys/dev/sound/driver/maestro3/Makefile [new file with mode: 0644]
sys/dev/sound/driver/mss/Makefile [new file with mode: 0644]
sys/dev/sound/driver/neomagic/Makefile [new file with mode: 0644]
sys/dev/sound/driver/sb16/Makefile [new file with mode: 0644]
sys/dev/sound/driver/sb8/Makefile [new file with mode: 0644]
sys/dev/sound/driver/sbc/Makefile [new file with mode: 0644]
sys/dev/sound/driver/solo/Makefile [new file with mode: 0644]
sys/dev/sound/driver/spicds/Makefile [new file with mode: 0644]
sys/dev/sound/driver/t4dwave/Makefile [new file with mode: 0644]
sys/dev/sound/driver/uaudio/Makefile [new file with mode: 0644]
sys/dev/sound/driver/via8233/Makefile [new file with mode: 0644]
sys/dev/sound/driver/via82c686/Makefile [new file with mode: 0644]
sys/dev/sound/driver/vibes/Makefile [new file with mode: 0644]
sys/dev/sound/isa/ad1816.c [new file with mode: 0644]
sys/dev/sound/isa/ad1816.h [new file with mode: 0644]
sys/dev/sound/isa/ess.c [new file with mode: 0644]
sys/dev/sound/isa/gusc.c [new file with mode: 0644]
sys/dev/sound/isa/mss.c [new file with mode: 0644]
sys/dev/sound/isa/mss.h [new file with mode: 0644]
sys/dev/sound/isa/sb.h [new file with mode: 0644]
sys/dev/sound/isa/sb16.c [new file with mode: 0644]
sys/dev/sound/isa/sb8.c [new file with mode: 0644]
sys/dev/sound/isa/sbc.c [new file with mode: 0644]
sys/dev/sound/isa/sndbuf_dma.c [new file with mode: 0644]
sys/dev/sound/pci/als4000.c [new file with mode: 0644]
sys/dev/sound/pci/als4000.h [new file with mode: 0644]
sys/dev/sound/pci/atiixp.c [new file with mode: 0644]
sys/dev/sound/pci/atiixp.h [new file with mode: 0644]
sys/dev/sound/pci/au88x0.c [new file with mode: 0644]
sys/dev/sound/pci/au88x0.h [new file with mode: 0644]
sys/dev/sound/pci/aureal.c [new file with mode: 0644]
sys/dev/sound/pci/aureal.h [new file with mode: 0644]
sys/dev/sound/pci/cmi.c [new file with mode: 0644]
sys/dev/sound/pci/cmireg.h [new file with mode: 0644]
sys/dev/sound/pci/cs4281.c [new file with mode: 0644]
sys/dev/sound/pci/cs4281.h [new file with mode: 0644]
sys/dev/sound/pci/csa.c [new file with mode: 0644]
sys/dev/sound/pci/csapcm.c [new file with mode: 0644]
sys/dev/sound/pci/csareg.h [new file with mode: 0644]
sys/dev/sound/pci/csavar.h [new file with mode: 0644]
sys/dev/sound/pci/ds1-fw.h [new file with mode: 0644]
sys/dev/sound/pci/ds1.c [new file with mode: 0644]
sys/dev/sound/pci/ds1.h [new file with mode: 0644]
sys/dev/sound/pci/emu10k1.c [new file with mode: 0644]
sys/dev/sound/pci/envy24.c [new file with mode: 0644]
sys/dev/sound/pci/envy24.h [new file with mode: 0644]
sys/dev/sound/pci/envy24ht.c [new file with mode: 0644]
sys/dev/sound/pci/envy24ht.h [new file with mode: 0644]
sys/dev/sound/pci/es137x.c [new file with mode: 0644]
sys/dev/sound/pci/es137x.h [new file with mode: 0644]
sys/dev/sound/pci/fm801.c [new file with mode: 0644]
sys/dev/sound/pci/hda/hda_reg.h [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac.c [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac.h [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac_private.h [new file with mode: 0644]
sys/dev/sound/pci/hda/hdac_reg.h [new file with mode: 0644]
sys/dev/sound/pci/ich.c [new file with mode: 0644]
sys/dev/sound/pci/ich.h [new file with mode: 0644]
sys/dev/sound/pci/maestro.c [new file with mode: 0644]
sys/dev/sound/pci/maestro3.c [new file with mode: 0644]
sys/dev/sound/pci/maestro_reg.h [new file with mode: 0644]
sys/dev/sound/pci/neomagic-coeff.h [new file with mode: 0644]
sys/dev/sound/pci/neomagic.c [new file with mode: 0644]
sys/dev/sound/pci/neomagic.h [new file with mode: 0644]
sys/dev/sound/pci/solo.c [new file with mode: 0644]
sys/dev/sound/pci/spicds.c [new file with mode: 0644]
sys/dev/sound/pci/spicds.h [new file with mode: 0644]
sys/dev/sound/pci/t4dwave.c [new file with mode: 0644]
sys/dev/sound/pci/t4dwave.h [new file with mode: 0644]
sys/dev/sound/pci/via8233.c [new file with mode: 0644]
sys/dev/sound/pci/via8233.h [new file with mode: 0644]
sys/dev/sound/pci/via82c686.c [new file with mode: 0644]
sys/dev/sound/pci/via82c686.h [new file with mode: 0644]
sys/dev/sound/pci/vibes.c [new file with mode: 0644]
sys/dev/sound/pci/vibes.h [new file with mode: 0644]
sys/dev/sound/pcm/Makefile [new file with mode: 0644]
sys/dev/sound/pcm/ac97.c [new file with mode: 0644]
sys/dev/sound/pcm/ac97.h [new file with mode: 0644]
sys/dev/sound/pcm/ac97_if.m [new file with mode: 0644]
sys/dev/sound/pcm/ac97_patch.c [new file with mode: 0644]
sys/dev/sound/pcm/ac97_patch.h [new file with mode: 0644]
sys/dev/sound/pcm/buffer.c [new file with mode: 0644]
sys/dev/sound/pcm/buffer.h [new file with mode: 0644]
sys/dev/sound/pcm/channel.c [new file with mode: 0644]
sys/dev/sound/pcm/channel.h [new file with mode: 0644]
sys/dev/sound/pcm/channel_if.m [new file with mode: 0644]
sys/dev/sound/pcm/dsp.c [new file with mode: 0644]
sys/dev/sound/pcm/dsp.h [new file with mode: 0644]
sys/dev/sound/pcm/fake.c [new file with mode: 0644]
sys/dev/sound/pcm/feeder.c [new file with mode: 0644]
sys/dev/sound/pcm/feeder.h [new file with mode: 0644]
sys/dev/sound/pcm/feeder_fmt.c [new file with mode: 0644]
sys/dev/sound/pcm/feeder_if.m [new file with mode: 0644]
sys/dev/sound/pcm/feeder_rate.c [new file with mode: 0644]
sys/dev/sound/pcm/feeder_volume.c [new file with mode: 0644]
sys/dev/sound/pcm/mixer.c [new file with mode: 0644]
sys/dev/sound/pcm/mixer.h [new file with mode: 0644]
sys/dev/sound/pcm/mixer_if.m [new file with mode: 0644]
sys/dev/sound/pcm/sndstat.c [new file with mode: 0644]
sys/dev/sound/pcm/sound.c [new file with mode: 0644]
sys/dev/sound/pcm/sound.h [new file with mode: 0644]
sys/dev/sound/pcm/vchan.c [new file with mode: 0644]
sys/dev/sound/pcm/vchan.h [new file with mode: 0644]
sys/dev/sound/usb/uaudio.c [new file with mode: 0644]
sys/dev/sound/usb/uaudio.h [new file with mode: 0644]
sys/dev/sound/usb/uaudio_pcm.c [new file with mode: 0644]
sys/dev/sound/usb/uaudioreg.h [new file with mode: 0644]
sys/dev/usbmisc/Makefile [new file with mode: 0644]
sys/dev/usbmisc/moscom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/moscom/moscom.c [new file with mode: 0644]
sys/dev/usbmisc/uark/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uark/uark.c [new file with mode: 0644]
sys/dev/usbmisc/ubsa/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ubsa/ubsa.c [new file with mode: 0644]
sys/dev/usbmisc/ubt/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ubt/ubt.c [new file with mode: 0644]
sys/dev/usbmisc/uchcom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uchcom/uchcom.c [new file with mode: 0644]
sys/dev/usbmisc/ucom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ucom/ucom.c [new file with mode: 0644]
sys/dev/usbmisc/ucom/ucomvar.h [new file with mode: 0644]
sys/dev/usbmisc/ufm/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ufm/ufm.c [new file with mode: 0644]
sys/dev/usbmisc/uftdi/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uftdi/uftdi.c [new file with mode: 0644]
sys/dev/usbmisc/uftdi/uftdireg.h [new file with mode: 0644]
sys/dev/usbmisc/ugen/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ugen/ugen.c [new file with mode: 0644]
sys/dev/usbmisc/ugen/ugenbuf.c [new file with mode: 0644]
sys/dev/usbmisc/ugen/ugenbuf.h [new file with mode: 0644]
sys/dev/usbmisc/ugensa/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ugensa/ugensa.c [new file with mode: 0644]
sys/dev/usbmisc/uhid/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uhid/uhid.c [new file with mode: 0644]
sys/dev/usbmisc/ukbd/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ukbd/ukbd.c [new file with mode: 0644]
sys/dev/usbmisc/ulpt/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ulpt/ulpt.c [new file with mode: 0644]
sys/dev/usbmisc/umass/Makefile [new file with mode: 0644]
sys/dev/usbmisc/umass/umass.c [new file with mode: 0644]
sys/dev/usbmisc/umct/Makefile [new file with mode: 0644]
sys/dev/usbmisc/umct/umct.c [new file with mode: 0644]
sys/dev/usbmisc/umodem/Makefile [new file with mode: 0644]
sys/dev/usbmisc/umodem/umodem.c [new file with mode: 0644]
sys/dev/usbmisc/ums/Makefile [new file with mode: 0644]
sys/dev/usbmisc/ums/ums.c [new file with mode: 0644]
sys/dev/usbmisc/uplcom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uplcom/uplcom.c [new file with mode: 0644]
sys/dev/usbmisc/urio/urio.c [new file with mode: 0644]
sys/dev/usbmisc/uscanner/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uscanner/uscanner.c [new file with mode: 0644]
sys/dev/usbmisc/uslcom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uslcom/uslcom.c [new file with mode: 0644]
sys/dev/usbmisc/uticom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uticom/uticom.c [new file with mode: 0644]
sys/dev/usbmisc/uticom/uticom_fw3410.h [new file with mode: 0644]
sys/dev/usbmisc/uvisor/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uvisor/uvisor.c [new file with mode: 0644]
sys/dev/usbmisc/uvscom/Makefile [new file with mode: 0644]
sys/dev/usbmisc/uvscom/uvscom.c [new file with mode: 0644]
sys/dev/video/Makefile [new file with mode: 0644]
sys/dev/video/bktr/CHANGELOG.TXT [new file with mode: 0644]
sys/dev/video/bktr/Makefile [new file with mode: 0644]
sys/dev/video/bktr/bktr/Makefile [new file with mode: 0644]
sys/dev/video/bktr/bktr_audio.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_audio.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_card.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_card.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_core.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_core.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_i2c.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_i2c.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_mem.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_mem.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_mem/Makefile [new file with mode: 0644]
sys/dev/video/bktr/bktr_os.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_os.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_reg.h [new file with mode: 0644]
sys/dev/video/bktr/bktr_tuner.c [new file with mode: 0644]
sys/dev/video/bktr/bktr_tuner.h [new file with mode: 0644]
sys/dev/video/bktr/ioctl_bt848.h [new file with mode: 0644]
sys/dev/video/bktr/msp34xx.c [new file with mode: 0644]
sys/dev/video/cxm/Makefile [new file with mode: 0644]
sys/dev/video/cxm/cxm.c [new file with mode: 0644]
sys/dev/video/cxm/cxm.h [new file with mode: 0644]
sys/dev/video/cxm/cxm/Makefile [new file with mode: 0644]
sys/dev/video/cxm/cxm_dec_fw.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_eeprom.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_enc_fw.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_i2c.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_iic/Makefile [new file with mode: 0644]
sys/dev/video/cxm/cxm_ir.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_msp34xxx.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_saa7115.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_tuner.c [new file with mode: 0644]
sys/dev/video/fb/Makefile [new file with mode: 0644]
sys/dev/video/fb/Makefile.inc [new file with mode: 0644]
sys/dev/video/fb/bmp/Makefile [new file with mode: 0644]
sys/dev/video/fb/bmp/splash_bmp.c [new file with mode: 0644]
sys/dev/video/fb/fb.c [new file with mode: 0644]
sys/dev/video/fb/fbreg.h [new file with mode: 0644]
sys/dev/video/fb/pcx/Makefile [new file with mode: 0644]
sys/dev/video/fb/pcx/splash_pcx.c [new file with mode: 0644]
sys/dev/video/fb/splash.c [new file with mode: 0644]
sys/dev/video/fb/splashreg.h [new file with mode: 0644]
sys/dev/video/fb/vga.c [new file with mode: 0644]
sys/dev/video/fb/vgareg.h [new file with mode: 0644]
sys/dev/video/i386/Makefile [new file with mode: 0644]
sys/dev/video/i386/vesa/Makefile [new file with mode: 0644]
sys/dev/video/i386/vesa/vesa.c [new file with mode: 0644]
sys/dev/video/meteor/ioctl_meteor.h [new file with mode: 0644]
sys/dev/video/x86_64/Makefile [new file with mode: 0644]
sys/dev/virtual/Makefile [new file with mode: 0644]
sys/dev/virtual/cdrom/Makefile [new file with mode: 0644]
sys/dev/virtual/cdrom/vcd.c [new file with mode: 0644]
sys/dev/virtual/disk/Makefile [new file with mode: 0644]
sys/dev/virtual/disk/vdisk.c [new file with mode: 0644]
sys/dev/virtual/net/Makefile [new file with mode: 0644]
sys/dev/virtual/net/if_vke.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_exit.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_file.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_hostinfo.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_resource.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_signal.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_socket.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_socket.h [new file with mode: 0644]
sys/emulation/43bsd/43bsd_stats.c [new file with mode: 0644]
sys/emulation/43bsd/43bsd_vm.c [new file with mode: 0644]
sys/emulation/43bsd/stat.h [new file with mode: 0644]
sys/emulation/Makefile [new file with mode: 0644]
sys/emulation/dragonfly12/dfbsd12_getdirentries.c [new file with mode: 0644]
sys/emulation/dragonfly12/dfbsd12_stat.c [new file with mode: 0644]
sys/emulation/dragonfly12/stat.h [new file with mode: 0644]
sys/emulation/linux/Makefile [new file with mode: 0644]
sys/emulation/linux/i386/Makefile [new file with mode: 0644]
sys/emulation/linux/i386/Makefile.misc [new file with mode: 0644]
sys/emulation/linux/i386/imgact_linux.c [new file with mode: 0644]
sys/emulation/linux/i386/linprocfs/Makefile [new file with mode: 0644]
sys/emulation/linux/i386/linprocfs/linprocfs.h [new file with mode: 0644]
sys/emulation/linux/i386/linprocfs/linprocfs_misc.c [new file with mode: 0644]
sys/emulation/linux/i386/linprocfs/linprocfs_subr.c [new file with mode: 0644]
sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c [new file with mode: 0644]
sys/emulation/linux/i386/linprocfs/linprocfs_vnops.c [new file with mode: 0644]
sys/emulation/linux/i386/linux.h [new file with mode: 0644]
sys/emulation/linux/i386/linux_dummy.c [new file with mode: 0644]
sys/emulation/linux/i386/linux_genassym.c [new file with mode: 0644]
sys/emulation/linux/i386/linux_locore.s [new file with mode: 0644]
sys/emulation/linux/i386/linux_machdep.c [new file with mode: 0644]
sys/emulation/linux/i386/linux_proto.h [new file with mode: 0644]
sys/emulation/linux/i386/linux_ptrace.c [new file with mode: 0644]
sys/emulation/linux/i386/linux_support.s [new file with mode: 0644]
sys/emulation/linux/i386/linux_syscall.h [new file with mode: 0644]
sys/emulation/linux/i386/linux_sysent.c [new file with mode: 0644]
sys/emulation/linux/i386/linux_sysvec.c [new file with mode: 0644]
sys/emulation/linux/i386/linux_union.h [new file with mode: 0644]
sys/emulation/linux/i386/syscalls.conf [new file with mode: 0644]
sys/emulation/linux/i386/syscalls.master [new file with mode: 0644]
sys/emulation/linux/linux_emuldata.c [new file with mode: 0644]
sys/emulation/linux/linux_emuldata.h [new file with mode: 0644]
sys/emulation/linux/linux_epoll.c [new file with mode: 0644]
sys/emulation/linux/linux_epoll.h [new file with mode: 0644]
sys/emulation/linux/linux_file.c [new file with mode: 0644]
sys/emulation/linux/linux_futex.c [new file with mode: 0644]
sys/emulation/linux/linux_futex.h [new file with mode: 0644]
sys/emulation/linux/linux_getcwd.c [new file with mode: 0644]
sys/emulation/linux/linux_ioctl.c [new file with mode: 0644]
sys/emulation/linux/linux_ioctl.h [new file with mode: 0644]
sys/emulation/linux/linux_ipc.c [new file with mode: 0644]
sys/emulation/linux/linux_ipc.h [new file with mode: 0644]
sys/emulation/linux/linux_mib.c [new file with mode: 0644]
sys/emulation/linux/linux_mib.h [new file with mode: 0644]
sys/emulation/linux/linux_misc.c [new file with mode: 0644]
sys/emulation/linux/linux_signal.c [new file with mode: 0644]
sys/emulation/linux/linux_signal.h [new file with mode: 0644]
sys/emulation/linux/linux_socket.c [new file with mode: 0644]
sys/emulation/linux/linux_socket.h [new file with mode: 0644]
sys/emulation/linux/linux_stats.c [new file with mode: 0644]
sys/emulation/linux/linux_sysctl.c [new file with mode: 0644]
sys/emulation/linux/linux_sysproto.h [new file with mode: 0644]
sys/emulation/linux/linux_time.c [new file with mode: 0644]
sys/emulation/linux/linux_uid16.c [new file with mode: 0644]
sys/emulation/linux/linux_util.c [new file with mode: 0644]
sys/emulation/linux/linux_util.h [new file with mode: 0644]
sys/emulation/ndis/Makefile [new file with mode: 0644]
sys/emulation/ndis/cfg_var.h [new file with mode: 0644]
sys/emulation/ndis/hal_var.h [new file with mode: 0644]
sys/emulation/ndis/kern_ndis.c [new file with mode: 0644]
sys/emulation/ndis/kern_windrv.c [new file with mode: 0644]
sys/emulation/ndis/ndis_var.h [new file with mode: 0644]
sys/emulation/ndis/ntoskrnl_var.h [new file with mode: 0644]
sys/emulation/ndis/pe_var.h [new file with mode: 0644]
sys/emulation/ndis/resource_var.h [new file with mode: 0644]
sys/emulation/ndis/subr_hal.c [new file with mode: 0644]
sys/emulation/ndis/subr_ndis.c [new file with mode: 0644]
sys/emulation/ndis/subr_ntoskrnl.c [new file with mode: 0644]
sys/emulation/ndis/subr_pe.c [new file with mode: 0644]
sys/emulation/ndis/subr_usbd.c [new file with mode: 0644]
sys/emulation/ndis/usbd_var.h [new file with mode: 0644]
sys/emulation/ndis/winx32_wrap.S [new file with mode: 0644]
sys/emulation/ndis/winx64_wrap.S [new file with mode: 0644]
sys/gnu/Makefile [new file with mode: 0644]
sys/gnu/dev/sound/pci/csaimg.h [new file with mode: 0644]
sys/gnu/dev/sound/pci/emu10k1-ac97.h [new file with mode: 0644]
sys/gnu/dev/sound/pci/emu10k1-alsa.h [new file with mode: 0644]
sys/gnu/dev/sound/pci/emu10k1.h [new file with mode: 0644]
sys/gnu/dev/sound/pci/maestro3_dsp.h [new file with mode: 0644]
sys/gnu/dev/sound/pci/maestro3_reg.h [new file with mode: 0644]
sys/gnu/vfs/Makefile [new file with mode: 0644]
sys/gnu/vfs/ext2fs/COPYRIGHT.INFO [new file with mode: 0644]
sys/gnu/vfs/ext2fs/Makefile [new file with mode: 0644]
sys/gnu/vfs/ext2fs/dinode.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/dir.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_alloc.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_balloc.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_bitops.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_bmap.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_extern.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_fs.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_fs_sb.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_ihash.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_inode.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_inode_cnv.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_linux_balloc.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_linux_ialloc.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_lookup.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_quota.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_readwrite.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_subr.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_vfsops.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2_vnops.c [new file with mode: 0644]
sys/gnu/vfs/ext2fs/ext2mount.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/fs.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/i386-bitops.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/inode.h [new file with mode: 0644]
sys/gnu/vfs/ext2fs/quota.h [new file with mode: 0644]
sys/kern/Make.tags.inc [new file with mode: 0644]
sys/kern/Makefile [new file with mode: 0644]
sys/kern/Makefile.misc [new file with mode: 0644]
sys/kern/bus_if.m [new file with mode: 0644]
sys/kern/device_if.m [new file with mode: 0644]
sys/kern/dsched/Makefile [new file with mode: 0644]
sys/kern/dsched/as/Makefile [new file with mode: 0644]
sys/kern/dsched/as/as.c [new file with mode: 0644]
sys/kern/dsched/bfq/Makefile [new file with mode: 0644]
sys/kern/dsched/bfq/bfq.c [new file with mode: 0644]
sys/kern/dsched/bfq/bfq.h [new file with mode: 0644]
sys/kern/dsched/bfq/bfq_helper_thread.c [new file with mode: 0644]
sys/kern/dsched/bfq/bfq_helper_thread.h [new file with mode: 0644]
sys/kern/dsched/bfq/bfq_ktr.h [new file with mode: 0644]
sys/kern/dsched/bfq/doc/bfq.viki [new file with mode: 0644]
sys/kern/dsched/bfq/wf2q.c [new file with mode: 0644]
sys/kern/dsched/bfq/wf2q.h [new file with mode: 0644]
sys/kern/dsched/fq/Makefile [new file with mode: 0644]
sys/kern/dsched/fq/flow.txt [new file with mode: 0644]
sys/kern/dsched/fq/fq.h [new file with mode: 0644]
sys/kern/dsched/fq/fq_core.c [new file with mode: 0644]
sys/kern/dsched/fq/fq_diskops.c [new file with mode: 0644]
sys/kern/firmware/Makefile [new file with mode: 0644]
sys/kern/genassym.sh [new file with mode: 0644]
sys/kern/imgact_aout.c [new file with mode: 0644]
sys/kern/imgact_elf.c [new file with mode: 0644]
sys/kern/imgact_gzip.c [new file with mode: 0644]
sys/kern/imgact_resident.c [new file with mode: 0644]
sys/kern/imgact_shell.c [new file with mode: 0644]
sys/kern/inflate.c [new file with mode: 0644]
sys/kern/init_main.c [new file with mode: 0644]
sys/kern/init_sysent.c [new file with mode: 0644]
sys/kern/kern_acct.c [new file with mode: 0644]
sys/kern/kern_acl.c [new file with mode: 0644]
sys/kern/kern_ccms.c [new file with mode: 0644]
sys/kern/kern_checkpoint.c [new file with mode: 0644]
sys/kern/kern_clock.c [new file with mode: 0644]
sys/kern/kern_condvar.c [new file with mode: 0644]
sys/kern/kern_conf.c [new file with mode: 0644]
sys/kern/kern_cputimer.c [new file with mode: 0644]
sys/kern/kern_debug.c [new file with mode: 0644]
sys/kern/kern_descrip.c [new file with mode: 0644]
sys/kern/kern_device.c [new file with mode: 0644]
sys/kern/kern_dsched.c [new file with mode: 0644]
sys/kern/kern_environment.c [new file with mode: 0644]
sys/kern/kern_event.c [new file with mode: 0644]
sys/kern/kern_exec.c [new file with mode: 0644]
sys/kern/kern_exit.c [new file with mode: 0644]
sys/kern/kern_fork.c [new file with mode: 0644]
sys/kern/kern_fp.c [new file with mode: 0644]
sys/kern/kern_intr.c [new file with mode: 0644]
sys/kern/kern_iosched.c [new file with mode: 0644]
sys/kern/kern_jail.c [new file with mode: 0644]
sys/kern/kern_kinfo.c [new file with mode: 0644]
sys/kern/kern_kthread.c [new file with mode: 0644]
sys/kern/kern_ktr.c [new file with mode: 0644]
sys/kern/kern_ktrace.c [new file with mode: 0644]
sys/kern/kern_linker.c [new file with mode: 0644]
sys/kern/kern_lock.c [new file with mode: 0644]
sys/kern/kern_lockf.c [new file with mode: 0644]
sys/kern/kern_memio.c [new file with mode: 0644]
sys/kern/kern_mib.c [new file with mode: 0644]
sys/kern/kern_module.c [new file with mode: 0644]
sys/kern/kern_mpipe.c [new file with mode: 0644]
sys/kern/kern_mutex.c [new file with mode: 0644]
sys/kern/kern_nrandom.c [new file with mode: 0644]
sys/kern/kern_ntptime.c [new file with mode: 0644]
sys/kern/kern_objcache.c [new file with mode: 0644]
sys/kern/kern_p1003_1b.c [new file with mode: 0644]
sys/kern/kern_physio.c [new file with mode: 0644]
sys/kern/kern_plimit.c [new file with mode: 0644]
sys/kern/kern_poll.c [new file with mode: 0644]
sys/kern/kern_posix4_mib.c [new file with mode: 0644]
sys/kern/kern_proc.c [new file with mode: 0644]
sys/kern/kern_prot.c [new file with mode: 0644]
sys/kern/kern_refcount.c [new file with mode: 0644]
sys/kern/kern_resource.c [new file with mode: 0644]
sys/kern/kern_sched.c [new file with mode: 0644]
sys/kern/kern_sensors.c [new file with mode: 0644]
sys/kern/kern_sfbuf.c [new file with mode: 0644]
sys/kern/kern_shutdown.c [new file with mode: 0644]
sys/kern/kern_sig.c [new file with mode: 0644]
sys/kern/kern_slaballoc.c [new file with mode: 0644]
sys/kern/kern_spinlock.c [new file with mode: 0644]
sys/kern/kern_subr.c [new file with mode: 0644]
sys/kern/kern_synch.c [new file with mode: 0644]
sys/kern/kern_syscalls.c [new file with mode: 0644]
sys/kern/kern_sysctl.c [new file with mode: 0644]
sys/kern/kern_syslink.c [new file with mode: 0644]
sys/kern/kern_sysref.c [new file with mode: 0644]
sys/kern/kern_systimer.c [new file with mode: 0644]
sys/kern/kern_threads.c [new file with mode: 0644]
sys/kern/kern_time.c [new file with mode: 0644]
sys/kern/kern_timeout.c [new file with mode: 0644]
sys/kern/kern_udev.c [new file with mode: 0644]
sys/kern/kern_umtx.c [new file with mode: 0644]
sys/kern/kern_upcall.c [new file with mode: 0644]
sys/kern/kern_usched.c [new file with mode: 0644]
sys/kern/kern_uuid.c [new file with mode: 0644]
sys/kern/kern_varsym.c [new file with mode: 0644]
sys/kern/kern_wdog.c [new file with mode: 0644]
sys/kern/kern_xio.c [new file with mode: 0644]
sys/kern/kern_xxx.c [new file with mode: 0644]
sys/kern/libmchain/Makefile [new file with mode: 0644]
sys/kern/libmchain/subr_mchain.c [new file with mode: 0644]
sys/kern/link_elf.c [new file with mode: 0644]
sys/kern/link_elf_obj.c [new file with mode: 0644]
sys/kern/lwkt_caps.c [new file with mode: 0644]
sys/kern/lwkt_ipiq.c [new file with mode: 0644]
sys/kern/lwkt_msgport.c [new file with mode: 0644]
sys/kern/lwkt_serialize.c [new file with mode: 0644]
sys/kern/lwkt_thread.c [new file with mode: 0644]
sys/kern/lwkt_token.c [new file with mode: 0644]
sys/kern/makesyscalls.sh [new file with mode: 0644]
sys/kern/md4c.c [new file with mode: 0644]
sys/kern/md5c.c [new file with mode: 0644]
sys/kern/subr_alist.c [new file with mode: 0644]
sys/kern/subr_autoconf.c [new file with mode: 0644]
sys/kern/subr_blist.c [new file with mode: 0644]
sys/kern/subr_bus.c [new file with mode: 0644]
sys/kern/subr_busdma.c [new file with mode: 0644]
sys/kern/subr_devstat.c [new file with mode: 0644]
sys/kern/subr_disk.c [new file with mode: 0644]
sys/kern/subr_diskgpt.c [new file with mode: 0644]
sys/kern/subr_disklabel32.c [new file with mode: 0644]
sys/kern/subr_disklabel64.c [new file with mode: 0644]
sys/kern/subr_diskmbr.c [new file with mode: 0644]
sys/kern/subr_diskslice.c [new file with mode: 0644]
sys/kern/subr_eventhandler.c [new file with mode: 0644]
sys/kern/subr_firmware.c [new file with mode: 0644]
sys/kern/subr_kcore.c [new file with mode: 0644]
sys/kern/subr_kobj.c [new file with mode: 0644]
sys/kern/subr_log.c [new file with mode: 0644]
sys/kern/subr_module.c [new file with mode: 0644]
sys/kern/subr_param.c [new file with mode: 0644]
sys/kern/subr_power.c [new file with mode: 0644]
sys/kern/subr_prf.c [new file with mode: 0644]
sys/kern/subr_prof.c [new file with mode: 0644]
sys/kern/subr_rman.c [new file with mode: 0644]
sys/kern/subr_sbuf.c [new file with mode: 0644]
sys/kern/subr_scanf.c [new file with mode: 0644]
sys/kern/subr_shims.c [new file with mode: 0644]
sys/kern/subr_taskqueue.c [new file with mode: 0644]
sys/kern/sys_generic.c [new file with mode: 0644]
sys/kern/sys_mqueue.c [new file with mode: 0644]
sys/kern/sys_pipe.c [new file with mode: 0644]
sys/kern/sys_process.c [new file with mode: 0644]
sys/kern/sys_socket.c [new file with mode: 0644]
sys/kern/syscalls.c [new file with mode: 0644]
sys/kern/syscalls.master [new file with mode: 0644]
sys/kern/sysv_ipc.c [new file with mode: 0644]
sys/kern/sysv_msg.c [new file with mode: 0644]
sys/kern/sysv_sem.c [new file with mode: 0644]
sys/kern/sysv_shm.c [new file with mode: 0644]
sys/kern/tty.c [new file with mode: 0644]
sys/kern/tty_compat.c [new file with mode: 0644]
sys/kern/tty_conf.c [new file with mode: 0644]
sys/kern/tty_cons.c [new file with mode: 0644]
sys/kern/tty_pty.c [new file with mode: 0644]
sys/kern/tty_subr.c [new file with mode: 0644]
sys/kern/tty_tty.c [new file with mode: 0644]
sys/kern/uipc_accf.c [new file with mode: 0644]
sys/kern/uipc_domain.c [new file with mode: 0644]
sys/kern/uipc_mbuf.c [new file with mode: 0644]
sys/kern/uipc_mbuf2.c [new file with mode: 0644]
sys/kern/uipc_msg.c [new file with mode: 0644]
sys/kern/uipc_proto.c [new file with mode: 0644]
sys/kern/uipc_sockbuf.c [new file with mode: 0644]
sys/kern/uipc_socket.c [new file with mode: 0644]
sys/kern/uipc_socket2.c [new file with mode: 0644]
sys/kern/uipc_syscalls.c [new file with mode: 0644]
sys/kern/uipc_usrreq.c [new file with mode: 0644]
sys/kern/usched_bsd4.c [new file with mode: 0644]
sys/kern/usched_dummy.c [new file with mode: 0644]
sys/kern/vfs_aio.c [new file with mode: 0644]
sys/kern/vfs_bio.c [new file with mode: 0644]
sys/kern/vfs_cache.c [new file with mode: 0644]
sys/kern/vfs_cluster.c [new file with mode: 0644]
sys/kern/vfs_conf.c [new file with mode: 0644]
sys/kern/vfs_default.c [new file with mode: 0644]
sys/kern/vfs_helper.c [new file with mode: 0644]
sys/kern/vfs_init.c [new file with mode: 0644]
sys/kern/vfs_jops.c [new file with mode: 0644]
sys/kern/vfs_journal.c [new file with mode: 0644]
sys/kern/vfs_lock.c [new file with mode: 0644]
sys/kern/vfs_lookup.c [new file with mode: 0644]
sys/kern/vfs_mount.c [new file with mode: 0644]
sys/kern/vfs_nlookup.c [new file with mode: 0644]
sys/kern/vfs_subr.c [new file with mode: 0644]
sys/kern/vfs_sync.c [new file with mode: 0644]
sys/kern/vfs_synth.c [new file with mode: 0644]
sys/kern/vfs_syscalls.c [new file with mode: 0644]
sys/kern/vfs_vfsops.c [new file with mode: 0644]
sys/kern/vfs_vm.c [new file with mode: 0644]
sys/kern/vfs_vnops.c [new file with mode: 0644]
sys/kern/vfs_vopops.c [new file with mode: 0644]
sys/libiconv/Makefile [new file with mode: 0644]
sys/libiconv/iconv.c [new file with mode: 0644]
sys/libiconv/iconv_converter_if.m [new file with mode: 0644]
sys/libiconv/iconv_xlat.c [new file with mode: 0644]
sys/libiconv/iconv_xlat16.c [new file with mode: 0644]
sys/libkern/adddi3.c [new file with mode: 0644]
sys/libkern/anddi3.c [new file with mode: 0644]
sys/libkern/arc4random.c [new file with mode: 0644]
sys/libkern/ashldi3.c [new file with mode: 0644]
sys/libkern/ashrdi3.c [new file with mode: 0644]
sys/libkern/bcd.c [new file with mode: 0644]
sys/libkern/bcmp.c [new file with mode: 0644]
sys/libkern/bsearch.c [new file with mode: 0644]
sys/libkern/cmpdi2.c [new file with mode: 0644]
sys/libkern/crc32.c [new file with mode: 0644]
sys/libkern/divdi3.c [new file with mode: 0644]
sys/libkern/ffs.c [new file with mode: 0644]
sys/libkern/flsl.c [new file with mode: 0644]
sys/libkern/fnmatch.c [new file with mode: 0644]
sys/libkern/index.c [new file with mode: 0644]
sys/libkern/inet_ntoa.c [new file with mode: 0644]
sys/libkern/iordi3.c [new file with mode: 0644]
sys/libkern/locc.c [new file with mode: 0644]
sys/libkern/lshldi3.c [new file with mode: 0644]
sys/libkern/lshrdi3.c [new file with mode: 0644]
sys/libkern/mcount.c [new file with mode: 0644]
sys/libkern/memmove.c [new file with mode: 0644]
sys/libkern/memset.c [new file with mode: 0644]
sys/libkern/moddi3.c [new file with mode: 0644]
sys/libkern/muldi3.c [new file with mode: 0644]
sys/libkern/negdi2.c [new file with mode: 0644]
sys/libkern/notdi2.c [new file with mode: 0644]
sys/libkern/qdivrem.c [new file with mode: 0644]
sys/libkern/qsort.c [new file with mode: 0644]
sys/libkern/quad.h [new file with mode: 0644]
sys/libkern/random.c [new file with mode: 0644]
sys/libkern/rindex.c [new file with mode: 0644]
sys/libkern/scanc.c [new file with mode: 0644]
sys/libkern/skpc.c [new file with mode: 0644]
sys/libkern/stack_protector.c [new file with mode: 0644]
sys/libkern/strcasecmp.c [new file with mode: 0644]
sys/libkern/strcat.c [new file with mode: 0644]
sys/libkern/strcmp.c [new file with mode: 0644]
sys/libkern/strcpy.c [new file with mode: 0644]
sys/libkern/strlcat.c [new file with mode: 0644]
sys/libkern/strlcpy.c [new file with mode: 0644]
sys/libkern/strlen.c [new file with mode: 0644]
sys/libkern/strncmp.c [new file with mode: 0644]
sys/libkern/strncpy.c [new file with mode: 0644]
sys/libkern/strsep.c [new file with mode: 0644]
sys/libkern/strtol.c [new file with mode: 0644]
sys/libkern/strtoq.c [new file with mode: 0644]
sys/libkern/strtoul.c [new file with mode: 0644]
sys/libkern/strtouq.c [new file with mode: 0644]
sys/libkern/subdi3.c [new file with mode: 0644]
sys/libkern/ucmpdi2.c [new file with mode: 0644]
sys/libkern/udivdi3.c [new file with mode: 0644]
sys/libkern/umoddi3.c [new file with mode: 0644]
sys/libkern/xordi3.c [new file with mode: 0644]
sys/libprop/Makefile [new file with mode: 0644]
sys/libprop/Makefile.inc [new file with mode: 0644]
sys/libprop/plistref.h [new file with mode: 0644]
sys/libprop/prop_array.c [new file with mode: 0644]
sys/libprop/prop_array.h [new file with mode: 0644]
sys/libprop/prop_array_util.c [new file with mode: 0644]
sys/libprop/prop_bool.c [new file with mode: 0644]
sys/libprop/prop_bool.h [new file with mode: 0644]
sys/libprop/prop_data.c [new file with mode: 0644]
sys/libprop/prop_data.h [new file with mode: 0644]
sys/libprop/prop_dictionary.c [new file with mode: 0644]
sys/libprop/prop_dictionary.h [new file with mode: 0644]
sys/libprop/prop_dictionary_util.c [new file with mode: 0644]
sys/libprop/prop_ingest.c [new file with mode: 0644]
sys/libprop/prop_ingest.h [new file with mode: 0644]
sys/libprop/prop_kern.c [new file with mode: 0644]
sys/libprop/prop_number.c [new file with mode: 0644]
sys/libprop/prop_number.h [new file with mode: 0644]
sys/libprop/prop_object.c [new file with mode: 0644]
sys/libprop/prop_object.h [new file with mode: 0644]
sys/libprop/prop_object_impl.h [new file with mode: 0644]
sys/libprop/prop_rb.c [new file with mode: 0644]
sys/libprop/prop_rb_impl.h [new file with mode: 0644]
sys/libprop/prop_stack.c [new file with mode: 0644]
sys/libprop/prop_stack.h [new file with mode: 0644]
sys/libprop/prop_string.c [new file with mode: 0644]
sys/libprop/prop_string.h [new file with mode: 0644]
sys/libprop/proplib.h [new file with mode: 0644]
sys/net/Makefile [new file with mode: 0644]
sys/net/accf_data/Makefile [new file with mode: 0644]
sys/net/accf_data/accf_data.c [new file with mode: 0644]
sys/net/accf_http/Makefile [new file with mode: 0644]
sys/net/accf_http/accf_http.c [new file with mode: 0644]
sys/net/altq/altq.h [new file with mode: 0644]
sys/net/altq/altq_cbq.c [new file with mode: 0644]
sys/net/altq/altq_cbq.h [new file with mode: 0644]
sys/net/altq/altq_classq.h [new file with mode: 0644]
sys/net/altq/altq_fairq.c [new file with mode: 0644]
sys/net/altq/altq_fairq.h [new file with mode: 0644]
sys/net/altq/altq_hfsc.c [new file with mode: 0644]
sys/net/altq/altq_hfsc.h [new file with mode: 0644]
sys/net/altq/altq_priq.c [new file with mode: 0644]
sys/net/altq/altq_priq.h [new file with mode: 0644]
sys/net/altq/altq_red.c [new file with mode: 0644]
sys/net/altq/altq_red.h [new file with mode: 0644]
sys/net/altq/altq_rio.c [new file with mode: 0644]
sys/net/altq/altq_rio.h [new file with mode: 0644]
sys/net/altq/altq_rmclass.c [new file with mode: 0644]
sys/net/altq/altq_rmclass.h [new file with mode: 0644]
sys/net/altq/altq_rmclass_debug.h [new file with mode: 0644]
sys/net/altq/altq_subr.c [new file with mode: 0644]
sys/net/altq/altq_var.h [new file with mode: 0644]
sys/net/altq/if_altq.h [new file with mode: 0644]
sys/net/bpf.c [new file with mode: 0644]
sys/net/bpf.h [new file with mode: 0644]
sys/net/bpf_filter.c [new file with mode: 0644]
sys/net/bpfdesc.h [new file with mode: 0644]
sys/net/bridge/Makefile [new file with mode: 0644]
sys/net/bridge/bridgestp.c [new file with mode: 0644]
sys/net/bridge/if_bridge.c [new file with mode: 0644]
sys/net/bridge/if_bridgevar.h [new file with mode: 0644]
sys/net/bsd_comp.c [new file with mode: 0644]
sys/net/disc/Makefile [new file with mode: 0644]
sys/net/disc/if_disc.c [new file with mode: 0644]
sys/net/dlt.h [new file with mode: 0644]
sys/net/dummynet/Makefile [new file with mode: 0644]
sys/net/dummynet/ip_dummynet.c [new file with mode: 0644]
sys/net/dummynet/ip_dummynet.h [new file with mode: 0644]
sys/net/dummynet/ip_dummynet_glue.c [new file with mode: 0644]
sys/net/ef/Makefile [new file with mode: 0644]
sys/net/ef/if_ef.c [new file with mode: 0644]
sys/net/ethernet.h [new file with mode: 0644]
sys/net/faith/Makefile [new file with mode: 0644]
sys/net/faith/if_faith.c [new file with mode: 0644]
sys/net/faith/if_faith.h [new file with mode: 0644]
sys/net/gif/Makefile [new file with mode: 0644]
sys/net/gif/if_gif.c [new file with mode: 0644]
sys/net/gif/if_gif.h [new file with mode: 0644]
sys/net/gre/Makefile [new file with mode: 0644]
sys/net/gre/if_gre.c [new file with mode: 0644]
sys/net/gre/if_gre.h [new file with mode: 0644]
sys/net/i4b/capi/README [new file with mode: 0644]
sys/net/i4b/capi/capi.h [new file with mode: 0644]
sys/net/i4b/capi/capi_l4if.c [new file with mode: 0644]
sys/net/i4b/capi/capi_llif.c [new file with mode: 0644]
sys/net/i4b/capi/capi_msgs.c [new file with mode: 0644]
sys/net/i4b/capi/capi_msgs.h [new file with mode: 0644]
sys/net/i4b/capi/iavc/iavc.h [new file with mode: 0644]
sys/net/i4b/capi/iavc/iavc_card.c [new file with mode: 0644]
sys/net/i4b/capi/iavc/iavc_isa.c [new file with mode: 0644]
sys/net/i4b/capi/iavc/iavc_lli.c [new file with mode: 0644]
sys/net/i4b/capi/iavc/iavc_pci.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_ctl.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_ing.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_ipr.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_isppp.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_rbch.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_tel.c [new file with mode: 0644]
sys/net/i4b/driver/i4b_trace.c [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_cause.h [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_debug.h [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_ioctl.h [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_isppp.h [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_rbch_ioctl.h [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_tel_ioctl.h [new file with mode: 0644]
sys/net/i4b/include/i386/i4b_trace.h [new file with mode: 0644]
sys/net/i4b/include/i4b_global.h [new file with mode: 0644]
sys/net/i4b/include/i4b_isdnq931.h [new file with mode: 0644]
sys/net/i4b/include/i4b_l1l2.h [new file with mode: 0644]
sys/net/i4b/include/i4b_l2l3.h [new file with mode: 0644]
sys/net/i4b/include/i4b_l3l4.h [new file with mode: 0644]
sys/net/i4b/include/i4b_mbuf.h [new file with mode: 0644]
sys/net/i4b/layer1/i4b_hdlc.h [new file with mode: 0644]
sys/net/i4b/layer1/i4b_l1.h [new file with mode: 0644]
sys/net/i4b/layer1/i4b_l1dmux.c [new file with mode: 0644]
sys/net/i4b/layer1/i4b_l1lib.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi/i4b_ifpi_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/ifpi/i4b_ifpi_isac.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi/i4b_ifpi_l1.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi/i4b_ifpi_pci.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi2/i4b_ifpi2_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h [new file with mode: 0644]
sys/net/i4b/layer1/ifpi2/i4b_ifpi2_l1.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpi2/i4b_ifpi2_pci.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpnp/i4b_ifpnp_avm.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpnp/i4b_ifpnp_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/ifpnp/i4b_ifpnp_isac.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpnp/i4b_ifpnp_l1.c [new file with mode: 0644]
sys/net/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c [new file with mode: 0644]
sys/net/i4b/layer1/ihfc/i4b_ihfc.h [new file with mode: 0644]
sys/net/i4b/layer1/ihfc/i4b_ihfc_drv.c [new file with mode: 0644]
sys/net/i4b/layer1/ihfc/i4b_ihfc_drv.h [new file with mode: 0644]
sys/net/i4b/layer1/ihfc/i4b_ihfc_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/ihfc/i4b_ihfc_l1if.c [new file with mode: 0644]
sys/net/i4b/layer1/ihfc/i4b_ihfc_pnp.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_asuscom_ipac.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_avm_a1.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_bchan.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_ctx_s0P.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_diva.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_drn_ngo.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_dynalink.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_elsa_pcc16.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_elsa_qs1i.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_elsa_qs1p.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_hscx.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_hscx.h [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_ipac.h [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isac.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isac.h [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isic.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isic.h [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isic_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isic_isa.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_isic_pnp.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_itk_ix1.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_l1.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_l1fsm.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_siemens_isurf.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_sws.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_tel_s016.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_tel_s0163.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_tel_s08.c [new file with mode: 0644]
sys/net/i4b/layer1/isic/i4b_usr_sti.c [new file with mode: 0644]
sys/net/i4b/layer1/itjc/i4b_hdlc.h [new file with mode: 0644]
sys/net/i4b/layer1/itjc/i4b_itjc_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/itjc/i4b_itjc_isac.c [new file with mode: 0644]
sys/net/i4b/layer1/itjc/i4b_itjc_l1.c [new file with mode: 0644]
sys/net/i4b/layer1/itjc/i4b_itjc_l1fsm.c [new file with mode: 0644]
sys/net/i4b/layer1/itjc/i4b_itjc_pci.c [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic.h [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic_bchan.c [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic_dchan.c [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic_ext.h [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic_fsm.c [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic_l1if.c [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_iwic_pci.c [new file with mode: 0644]
sys/net/i4b/layer1/iwic/i4b_w6692.h [new file with mode: 0644]
sys/net/i4b/layer2/i4b_iframe.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_l2.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_l2.h [new file with mode: 0644]
sys/net/i4b/layer2/i4b_l2fsm.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_l2fsm.h [new file with mode: 0644]
sys/net/i4b/layer2/i4b_l2timer.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_lme.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_mbuf.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_sframe.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_tei.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_uframe.c [new file with mode: 0644]
sys/net/i4b/layer2/i4b_util.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_l2if.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_l3.h [new file with mode: 0644]
sys/net/i4b/layer3/i4b_l3fsm.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_l3fsm.h [new file with mode: 0644]
sys/net/i4b/layer3/i4b_l3timer.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_l4if.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_q931.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_q931.h [new file with mode: 0644]
sys/net/i4b/layer3/i4b_q932fac.c [new file with mode: 0644]
sys/net/i4b/layer3/i4b_q932fac.h [new file with mode: 0644]
sys/net/i4b/layer4/i4b_i4bdrv.c [new file with mode: 0644]
sys/net/i4b/layer4/i4b_l4.c [new file with mode: 0644]
sys/net/i4b/layer4/i4b_l4.h [new file with mode: 0644]
sys/net/i4b/layer4/i4b_l4mgmt.c [new file with mode: 0644]
sys/net/i4b/layer4/i4b_l4timer.c [new file with mode: 0644]
sys/net/if.c [new file with mode: 0644]
sys/net/if.h [new file with mode: 0644]
sys/net/if_arp.h [new file with mode: 0644]
sys/net/if_atm.h [new file with mode: 0644]
sys/net/if_atmsubr.c [new file with mode: 0644]
sys/net/if_clone.c [new file with mode: 0644]
sys/net/if_clone.h [new file with mode: 0644]
sys/net/if_dl.h [new file with mode: 0644]
sys/net/if_ethersubr.c [new file with mode: 0644]
sys/net/if_llc.h [new file with mode: 0644]
sys/net/if_loop.c [new file with mode: 0644]
sys/net/if_media.c [new file with mode: 0644]
sys/net/if_media.h [new file with mode: 0644]
sys/net/if_mib.c [new file with mode: 0644]
sys/net/if_mib.h [new file with mode: 0644]
sys/net/if_poll.c [new file with mode: 0644]
sys/net/if_poll.h [new file with mode: 0644]
sys/net/if_types.h [new file with mode: 0644]
sys/net/if_var.h [new file with mode: 0644]
sys/net/ifq_var.h [new file with mode: 0644]
sys/net/ip6fw/Makefile [new file with mode: 0644]
sys/net/ip6fw/ip6_fw.c [new file with mode: 0644]
sys/net/ip6fw/ip6_fw.h [new file with mode: 0644]
sys/net/ip_mroute/Makefile [new file with mode: 0644]
sys/net/ip_mroute/ip_mroute.c [new file with mode: 0644]
sys/net/ip_mroute/ip_mroute.h [new file with mode: 0644]
sys/net/ipfw/Makefile [new file with mode: 0644]
sys/net/ipfw/ip_fw.h [new file with mode: 0644]
sys/net/ipfw/ip_fw2.c [new file with mode: 0644]
sys/net/ipfw/ip_fw2.h [new file with mode: 0644]
sys/net/ipfw/ip_fw2_glue.c [new file with mode: 0644]
sys/net/net_osdep.c [new file with mode: 0644]
sys/net/net_osdep.h [new file with mode: 0644]
sys/net/netisr.c [new file with mode: 0644]
sys/net/netisr.h [new file with mode: 0644]
sys/net/netmsg.h [new file with mode: 0644]
sys/net/netmsg2.h [new file with mode: 0644]
sys/net/pf/Makefile [new file with mode: 0644]
sys/net/pf/if_pflog.c [new file with mode: 0644]
sys/net/pf/if_pflog.h [new file with mode: 0644]
sys/net/pf/if_pfsync.c [new file with mode: 0644]
sys/net/pf/if_pfsync.h [new file with mode: 0644]
sys/net/pf/pf.c [new file with mode: 0644]
sys/net/pf/pf_if.c [new file with mode: 0644]
sys/net/pf/pf_ioctl.c [new file with mode: 0644]
sys/net/pf/pf_norm.c [new file with mode: 0644]
sys/net/pf/pf_osfp.c [new file with mode: 0644]
sys/net/pf/pf_ruleset.c [new file with mode: 0644]
sys/net/pf/pf_subr.c [new file with mode: 0644]
sys/net/pf/pf_table.c [new file with mode: 0644]
sys/net/pf/pfvar.h [new file with mode: 0644]
sys/net/pfil.c [new file with mode: 0644]
sys/net/pfil.h [new file with mode: 0644]
sys/net/pfkeyv2.h [new file with mode: 0644]
sys/net/ppp/if_ppp.c [new file with mode: 0644]
sys/net/ppp/if_ppp.h [new file with mode: 0644]
sys/net/ppp/if_pppvar.h [new file with mode: 0644]
sys/net/ppp_layer/Makefile [new file with mode: 0644]
sys/net/ppp_layer/ppp_comp.h [new file with mode: 0644]
sys/net/ppp_layer/ppp_deflate.c [new file with mode: 0644]
sys/net/ppp_layer/ppp_defs.h [new file with mode: 0644]
sys/net/ppp_layer/ppp_tty.c [new file with mode: 0644]
sys/net/ppp_layer/slcompress.c [new file with mode: 0644]
sys/net/radix.c [new file with mode: 0644]
sys/net/radix.h [new file with mode: 0644]
sys/net/raw_cb.c [new file with mode: 0644]
sys/net/raw_cb.h [new file with mode: 0644]
sys/net/raw_usrreq.c [new file with mode: 0644]
sys/net/route.c [new file with mode: 0644]
sys/net/route.h [new file with mode: 0644]
sys/net/rtsock.c [new file with mode: 0644]
sys/net/sl/Makefile [new file with mode: 0644]
sys/net/sl/if_sl.c [new file with mode: 0644]
sys/net/sl/if_slvar.h [new file with mode: 0644]
sys/net/slcompress.h [new file with mode: 0644]
sys/net/slip.h [new file with mode: 0644]
sys/net/sppp/Makefile [new file with mode: 0644]
sys/net/sppp/if_sppp.h [new file with mode: 0644]
sys/net/sppp/if_spppsubr.c [new file with mode: 0644]
sys/net/stf/Makefile [new file with mode: 0644]
sys/net/stf/if_stf.c [new file with mode: 0644]
sys/net/stf/if_stf.h [new file with mode: 0644]
sys/net/tap/Makefile [new file with mode: 0644]
sys/net/tap/if_tap.c [new file with mode: 0644]
sys/net/tap/if_tap.h [new file with mode: 0644]
sys/net/tap/if_tapvar.h [new file with mode: 0644]
sys/net/toeplitz.c [new file with mode: 0644]
sys/net/toeplitz.h [new file with mode: 0644]
sys/net/toeplitz2.h [new file with mode: 0644]
sys/net/tun/Makefile [new file with mode: 0644]
sys/net/tun/if_tun.c [new file with mode: 0644]
sys/net/tun/if_tun.h [new file with mode: 0644]
sys/net/tun/if_tunvar.h [new file with mode: 0644]
sys/net/vlan/Makefile [new file with mode: 0644]
sys/net/vlan/if_vlan.c [new file with mode: 0644]
sys/net/vlan/if_vlan_ether.c [new file with mode: 0644]
sys/net/vlan/if_vlan_ether.h [new file with mode: 0644]
sys/net/vlan/if_vlan_var.h [new file with mode: 0644]
sys/net/zlib.c [new file with mode: 0644]
sys/net/zlib.h [new file with mode: 0644]
sys/netbt/Makefile [new file with mode: 0644]
sys/netbt/bluetooth.h [new file with mode: 0644]
sys/netbt/bt_input.c [new file with mode: 0644]
sys/netbt/bt_proto.c [new file with mode: 0644]
sys/netbt/hci.h [new file with mode: 0644]
sys/netbt/hci_event.c [new file with mode: 0644]
sys/netbt/hci_ioctl.c [new file with mode: 0644]
sys/netbt/hci_link.c [new file with mode: 0644]
sys/netbt/hci_misc.c [new file with mode: 0644]
sys/netbt/hci_socket.c [new file with mode: 0644]
sys/netbt/hci_unit.c [new file with mode: 0644]
sys/netbt/l2cap.h [new file with mode: 0644]
sys/netbt/l2cap_lower.c [new file with mode: 0644]
sys/netbt/l2cap_misc.c [new file with mode: 0644]
sys/netbt/l2cap_signal.c [new file with mode: 0644]
sys/netbt/l2cap_socket.c [new file with mode: 0644]
sys/netbt/l2cap_upper.c [new file with mode: 0644]
sys/netbt/rfcomm.h [new file with mode: 0644]
sys/netbt/rfcomm_dlc.c [new file with mode: 0644]
sys/netbt/rfcomm_session.c [new file with mode: 0644]
sys/netbt/rfcomm_socket.c [new file with mode: 0644]
sys/netbt/rfcomm_upper.c [new file with mode: 0644]
sys/netbt/sco.h [new file with mode: 0644]
sys/netbt/sco_socket.c [new file with mode: 0644]
sys/netbt/sco_upper.c [new file with mode: 0644]
sys/netgraph/Makefile [new file with mode: 0644]
sys/netgraph/Makefile.inc [new file with mode: 0644]
sys/netgraph/NOTES [new file with mode: 0644]
sys/netgraph/UI/Makefile [new file with mode: 0644]
sys/netgraph/UI/ng_UI.c [new file with mode: 0644]
sys/netgraph/UI/ng_UI.h [new file with mode: 0644]
sys/netgraph/async/Makefile [new file with mode: 0644]
sys/netgraph/async/ng_async.c [new file with mode: 0644]
sys/netgraph/async/ng_async.h [new file with mode: 0644]
sys/netgraph/bpf/Makefile [new file with mode: 0644]
sys/netgraph/bpf/ng_bpf.c [new file with mode: 0644]
sys/netgraph/bpf/ng_bpf.h [new file with mode: 0644]
sys/netgraph/bridge/Makefile [new file with mode: 0644]
sys/netgraph/bridge/ng_bridge.c [new file with mode: 0644]
sys/netgraph/bridge/ng_bridge.h [new file with mode: 0644]
sys/netgraph/cisco/Makefile [new file with mode: 0644]
sys/netgraph/cisco/ng_cisco.c [new file with mode: 0644]
sys/netgraph/cisco/ng_cisco.h [new file with mode: 0644]
sys/netgraph/echo/Makefile [new file with mode: 0644]
sys/netgraph/echo/ng_echo.c [new file with mode: 0644]
sys/netgraph/echo/ng_echo.h [new file with mode: 0644]
sys/netgraph/eiface/Makefile [new file with mode: 0644]
sys/netgraph/eiface/ng_eiface.c [new file with mode: 0644]
sys/netgraph/eiface/ng_eiface.h [new file with mode: 0644]
sys/netgraph/etf/Makefile [new file with mode: 0644]
sys/netgraph/etf/ng_etf.c [new file with mode: 0644]
sys/netgraph/etf/ng_etf.h [new file with mode: 0644]
sys/netgraph/ether/Makefile [new file with mode: 0644]
sys/netgraph/ether/ng_ether.c [new file with mode: 0644]
sys/netgraph/ether/ng_ether.h [new file with mode: 0644]
sys/netgraph/fec/Makefile [new file with mode: 0644]
sys/netgraph/fec/ng_fec.c [new file with mode: 0644]
sys/netgraph/fec/ng_fec.h [new file with mode: 0644]
sys/netgraph/frame_relay/Makefile [new file with mode: 0644]
sys/netgraph/frame_relay/ng_frame_relay.c [new file with mode: 0644]
sys/netgraph/frame_relay/ng_frame_relay.h [new file with mode: 0644]
sys/netgraph/hole/Makefile [new file with mode: 0644]
sys/netgraph/hole/ng_hole.c [new file with mode: 0644]
sys/netgraph/hole/ng_hole.h [new file with mode: 0644]
sys/netgraph/iface/Makefile [new file with mode: 0644]
sys/netgraph/iface/ng_iface.c [new file with mode: 0644]
sys/netgraph/iface/ng_iface.h [new file with mode: 0644]
sys/netgraph/ksocket/Makefile [new file with mode: 0644]
sys/netgraph/ksocket/ng_ksocket.c [new file with mode: 0644]
sys/netgraph/ksocket/ng_ksocket.h [new file with mode: 0644]
sys/netgraph/l2tp/Makefile [new file with mode: 0644]
sys/netgraph/l2tp/ng_l2tp.c [new file with mode: 0644]
sys/netgraph/l2tp/ng_l2tp.h [new file with mode: 0644]
sys/netgraph/lmi/Makefile [new file with mode: 0644]
sys/netgraph/lmi/ng_lmi.c [new file with mode: 0644]
sys/netgraph/lmi/ng_lmi.h [new file with mode: 0644]
sys/netgraph/mppc/Makefile [new file with mode: 0644]
sys/netgraph/mppc/ng_mppc.c [new file with mode: 0644]
sys/netgraph/mppc/ng_mppc.h [new file with mode: 0644]
sys/netgraph/netgraph.h [new file with mode: 0644]
sys/netgraph/netgraph/Makefile [new file with mode: 0644]
sys/netgraph/netgraph/ng_base.c [new file with mode: 0644]
sys/netgraph/netgraph/ng_parse.c [new file with mode: 0644]
sys/netgraph/ng_device.c [new file with mode: 0644]
sys/netgraph/ng_device.h [new file with mode: 0644]
sys/netgraph/ng_message.h [new file with mode: 0644]
sys/netgraph/ng_parse.h [new file with mode: 0644]
sys/netgraph/ng_sample.c [new file with mode: 0644]
sys/netgraph/ng_sample.h [new file with mode: 0644]
sys/netgraph/one2many/Makefile [new file with mode: 0644]
sys/netgraph/one2many/ng_one2many.c [new file with mode: 0644]
sys/netgraph/one2many/ng_one2many.h [new file with mode: 0644]
sys/netgraph/ppp/Makefile [new file with mode: 0644]
sys/netgraph/ppp/ng_ppp.c [new file with mode: 0644]
sys/netgraph/ppp/ng_ppp.h [new file with mode: 0644]
sys/netgraph/pppoe/Makefile [new file with mode: 0644]
sys/netgraph/pppoe/ng_pppoe.c [new file with mode: 0644]
sys/netgraph/pppoe/ng_pppoe.h [new file with mode: 0644]
sys/netgraph/pptpgre/Makefile [new file with mode: 0644]
sys/netgraph/pptpgre/ng_pptpgre.c [new file with mode: 0644]
sys/netgraph/pptpgre/ng_pptpgre.h [new file with mode: 0644]
sys/netgraph/rfc1490/Makefile [new file with mode: 0644]
sys/netgraph/rfc1490/ng_rfc1490.c [new file with mode: 0644]
sys/netgraph/rfc1490/ng_rfc1490.h [new file with mode: 0644]
sys/netgraph/socket/Makefile [new file with mode: 0644]
sys/netgraph/socket/ng_socket.c [new file with mode: 0644]
sys/netgraph/socket/ng_socket.h [new file with mode: 0644]
sys/netgraph/socket/ng_socketvar.h [new file with mode: 0644]
sys/netgraph/sync_ar/Makefile [new file with mode: 0644]
sys/netgraph/sync_sr/Makefile [new file with mode: 0644]
sys/netgraph/tee/Makefile [new file with mode: 0644]
sys/netgraph/tee/ng_tee.c [new file with mode: 0644]
sys/netgraph/tee/ng_tee.h [new file with mode: 0644]
sys/netgraph/tty/Makefile [new file with mode: 0644]
sys/netgraph/tty/ng_tty.c [new file with mode: 0644]
sys/netgraph/tty/ng_tty.h [new file with mode: 0644]
sys/netgraph/vjc/Makefile [new file with mode: 0644]
sys/netgraph/vjc/ng_vjc.c [new file with mode: 0644]
sys/netgraph/vjc/ng_vjc.h [new file with mode: 0644]
sys/netgraph7/NOTES [new file with mode: 0644]
sys/netgraph7/atm/ccatm/ng_ccatm.c [new file with mode: 0644]
sys/netgraph7/atm/ccatm/ng_ccatm_cust.h [new file with mode: 0644]
sys/netgraph7/atm/ng_atm.c [new file with mode: 0644]
sys/netgraph7/atm/ng_atm.h [new file with mode: 0644]
sys/netgraph7/atm/ng_ccatm.h [new file with mode: 0644]
sys/netgraph7/atm/ng_sscfu.h [new file with mode: 0644]
sys/netgraph7/atm/ng_sscop.h [new file with mode: 0644]
sys/netgraph7/atm/ng_uni.h [new file with mode: 0644]
sys/netgraph7/atm/ngatmbase.c [new file with mode: 0644]
sys/netgraph7/atm/ngatmbase.h [new file with mode: 0644]
sys/netgraph7/atm/sscfu/ng_sscfu.c [new file with mode: 0644]
sys/netgraph7/atm/sscfu/ng_sscfu_cust.h [new file with mode: 0644]
sys/netgraph7/atm/sscop/ng_sscop.c [new file with mode: 0644]
sys/netgraph7/atm/sscop/ng_sscop_cust.h [new file with mode: 0644]
sys/netgraph7/atm/uni/ng_uni.c [new file with mode: 0644]
sys/netgraph7/atm/uni/ng_uni_cust.h [new file with mode: 0644]
sys/netgraph7/bluetooth/common/ng_bluetooth.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4_prse.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/h4/ng_h4_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubt/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt.c [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubt/ng_ubt_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_cmds.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_cmds.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_evnt.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_evnt.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_main.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_misc.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_misc.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_prse.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.c [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_ulpi.h [new file with mode: 0644]
sys/netgraph7/bluetooth/hci/ng_hci_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_bluetooth.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_bt3c.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket_hci_raw.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket_l2cap.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_btsocket_rfcomm.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_h4.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_hci.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_l2cap.h [new file with mode: 0644]
sys/netgraph7/bluetooth/include/ng_ubt.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_cmds.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_evnt.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_llpi.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_main.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_misc.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_prse.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.c [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_ulpi.h [new file with mode: 0644]
sys/netgraph7/bluetooth/l2cap/ng_l2cap_var.h [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/TODO [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_hci_raw.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_l2cap_raw.c [new file with mode: 0644]
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c [new file with mode: 0644]
sys/netgraph7/dragonfly.h [new file with mode: 0644]
sys/netgraph7/netflow/netflow.c [new file with mode: 0644]
sys/netgraph7/netflow/netflow.h [new file with mode: 0644]
sys/netgraph7/netflow/ng_netflow.c [new file with mode: 0644]
sys/netgraph7/netflow/ng_netflow.h [new file with mode: 0644]
sys/netgraph7/netgraph.h [new file with mode: 0644]
sys/netgraph7/ng_UI.c [new file with mode: 0644]
sys/netgraph7/ng_UI.h [new file with mode: 0644]
sys/netgraph7/ng_async.c [new file with mode: 0644]
sys/netgraph7/ng_async.h [new file with mode: 0644]
sys/netgraph7/ng_atmllc.c [new file with mode: 0644]
sys/netgraph7/ng_atmllc.h [new file with mode: 0644]
sys/netgraph7/ng_base.c [new file with mode: 0644]
sys/netgraph7/ng_bpf.c [new file with mode: 0644]
sys/netgraph7/ng_bpf.h [new file with mode: 0644]
sys/netgraph7/ng_bridge.c [new file with mode: 0644]
sys/netgraph7/ng_bridge.h [new file with mode: 0644]
sys/netgraph7/ng_car.c [new file with mode: 0644]
sys/netgraph7/ng_car.h [new file with mode: 0644]
sys/netgraph7/ng_cisco.c [new file with mode: 0644]
sys/netgraph7/ng_cisco.h [new file with mode: 0644]
sys/netgraph7/ng_deflate.c [new file with mode: 0644]
sys/netgraph7/ng_deflate.h [new file with mode: 0644]
sys/netgraph7/ng_device.c [new file with mode: 0644]
sys/netgraph7/ng_device.h [new file with mode: 0644]
sys/netgraph7/ng_echo.c [new file with mode: 0644]
sys/netgraph7/ng_echo.h [new file with mode: 0644]
sys/netgraph7/ng_eiface.c [new file with mode: 0644]
sys/netgraph7/ng_eiface.h [new file with mode: 0644]
sys/netgraph7/ng_etf.c [new file with mode: 0644]
sys/netgraph7/ng_etf.h [new file with mode: 0644]
sys/netgraph7/ng_ether.c [new file with mode: 0644]
sys/netgraph7/ng_ether.h [new file with mode: 0644]
sys/netgraph7/ng_fec.c [new file with mode: 0644]
sys/netgraph7/ng_fec.h [new file with mode: 0644]
sys/netgraph7/ng_frame_relay.c [new file with mode: 0644]
sys/netgraph7/ng_frame_relay.h [new file with mode: 0644]
sys/netgraph7/ng_gif.c [new file with mode: 0644]
sys/netgraph7/ng_gif.h [new file with mode: 0644]
sys/netgraph7/ng_gif_demux.c [new file with mode: 0644]
sys/netgraph7/ng_gif_demux.h [new file with mode: 0644]
sys/netgraph7/ng_hole.c [new file with mode: 0644]
sys/netgraph7/ng_hole.h [new file with mode: 0644]
sys/netgraph7/ng_hub.c [new file with mode: 0644]
sys/netgraph7/ng_hub.h [new file with mode: 0644]
sys/netgraph7/ng_iface.c [new file with mode: 0644]
sys/netgraph7/ng_iface.h [new file with mode: 0644]
sys/netgraph7/ng_ip_input.c [new file with mode: 0644]
sys/netgraph7/ng_ip_input.h [new file with mode: 0644]
sys/netgraph7/ng_ipfw.c [new file with mode: 0644]
sys/netgraph7/ng_ipfw.h [new file with mode: 0644]
sys/netgraph7/ng_ksocket.c [new file with mode: 0644]
sys/netgraph7/ng_ksocket.h [new file with mode: 0644]
sys/netgraph7/ng_l2tp.c [new file with mode: 0644]
sys/netgraph7/ng_l2tp.h [new file with mode: 0644]
sys/netgraph7/ng_lmi.c [new file with mode: 0644]
sys/netgraph7/ng_lmi.h [new file with mode: 0644]
sys/netgraph7/ng_message.h [new file with mode: 0644]
sys/netgraph7/ng_mppc.c [new file with mode: 0644]
sys/netgraph7/ng_mppc.h [new file with mode: 0644]
sys/netgraph7/ng_nat.c [new file with mode: 0644]
sys/netgraph7/ng_nat.h [new file with mode: 0644]
sys/netgraph7/ng_one2many.c [new file with mode: 0644]
sys/netgraph7/ng_one2many.h [new file with mode: 0644]
sys/netgraph7/ng_parse.c [new file with mode: 0644]
sys/netgraph7/ng_parse.h [new file with mode: 0644]
sys/netgraph7/ng_ppp.c [new file with mode: 0644]
sys/netgraph7/ng_ppp.h [new file with mode: 0644]
sys/netgraph7/ng_pppoe.c [new file with mode: 0644]
sys/netgraph7/ng_pppoe.h [new file with mode: 0644]
sys/netgraph7/ng_pptpgre.c [new file with mode: 0644]
sys/netgraph7/ng_pptpgre.h [new file with mode: 0644]
sys/netgraph7/ng_pred1.c [new file with mode: 0644]
sys/netgraph7/ng_pred1.h [new file with mode: 0644]
sys/netgraph7/ng_rfc1490.c [new file with mode: 0644]
sys/netgraph7/ng_rfc1490.h [new file with mode: 0644]
sys/netgraph7/ng_sample.c [new file with mode: 0644]
sys/netgraph7/ng_sample.h [new file with mode: 0644]
sys/netgraph7/ng_socket.c [new file with mode: 0644]
sys/netgraph7/ng_socket.h [new file with mode: 0644]
sys/netgraph7/ng_socketvar.h [new file with mode: 0644]
sys/netgraph7/ng_source.c [new file with mode: 0644]
sys/netgraph7/ng_source.h [new file with mode: 0644]
sys/netgraph7/ng_split.c [new file with mode: 0644]
sys/netgraph7/ng_split.h [new file with mode: 0644]
sys/netgraph7/ng_sppp.c [new file with mode: 0644]
sys/netgraph7/ng_sppp.h [new file with mode: 0644]
sys/netgraph7/ng_tag.c [new file with mode: 0644]
sys/netgraph7/ng_tag.h [new file with mode: 0644]
sys/netgraph7/ng_tcpmss.c [new file with mode: 0644]
sys/netgraph7/ng_tcpmss.h [new file with mode: 0644]
sys/netgraph7/ng_tee.c [new file with mode: 0644]
sys/netgraph7/ng_tee.h [new file with mode: 0644]
sys/netgraph7/ng_tty.c [new file with mode: 0644]
sys/netgraph7/ng_tty.h [new file with mode: 0644]
sys/netgraph7/ng_vjc.c [new file with mode: 0644]
sys/netgraph7/ng_vjc.h [new file with mode: 0644]
sys/netgraph7/ng_vlan.c [new file with mode: 0644]
sys/netgraph7/ng_vlan.h [new file with mode: 0644]
sys/netinet/icmp6.h [new file with mode: 0644]
sys/netinet/icmp_var.h [new file with mode: 0644]
sys/netinet/if_atm.c [new file with mode: 0644]
sys/netinet/if_atm.h [new file with mode: 0644]
sys/netinet/if_ether.c [new file with mode: 0644]
sys/netinet/if_ether.h [new file with mode: 0644]
sys/netinet/igmp.c [new file with mode: 0644]
sys/netinet/igmp.h [new file with mode: 0644]
sys/netinet/igmp_var.h [new file with mode: 0644]
sys/netinet/in.c [new file with mode: 0644]
sys/netinet/in.h [new file with mode: 0644]
sys/netinet/in_cksum.c [new file with mode: 0644]
sys/netinet/in_gif.c [new file with mode: 0644]
sys/netinet/in_gif.h [new file with mode: 0644]
sys/netinet/in_pcb.c [new file with mode: 0644]
sys/netinet/in_pcb.h [new file with mode: 0644]
sys/netinet/in_proto.c [new file with mode: 0644]
sys/netinet/in_rmx.c [new file with mode: 0644]
sys/netinet/in_systm.h [new file with mode: 0644]
sys/netinet/in_var.h [new file with mode: 0644]
sys/netinet/ip.h [new file with mode: 0644]
sys/netinet/ip6.h [new file with mode: 0644]
sys/netinet/ip_carp.c [new file with mode: 0644]
sys/netinet/ip_carp.h [new file with mode: 0644]
sys/netinet/ip_demux.c [new file with mode: 0644]
sys/netinet/ip_divert.c [new file with mode: 0644]
sys/netinet/ip_divert.h [new file with mode: 0644]
sys/netinet/ip_ecn.c [new file with mode: 0644]
sys/netinet/ip_ecn.h [new file with mode: 0644]
sys/netinet/ip_encap.c [new file with mode: 0644]
sys/netinet/ip_encap.h [new file with mode: 0644]
sys/netinet/ip_flow.c [new file with mode: 0644]
sys/netinet/ip_flow.h [new file with mode: 0644]
sys/netinet/ip_gre.c [new file with mode: 0644]
sys/netinet/ip_gre.h [new file with mode: 0644]
sys/netinet/ip_icmp.c [new file with mode: 0644]
sys/netinet/ip_icmp.h [new file with mode: 0644]
sys/netinet/ip_id.c [new file with mode: 0644]
sys/netinet/ip_input.c [new file with mode: 0644]
sys/netinet/ip_output.c [new file with mode: 0644]
sys/netinet/ip_var.h [new file with mode: 0644]
sys/netinet/pim.h [new file with mode: 0644]
sys/netinet/pim_var.h [new file with mode: 0644]
sys/netinet/raw_ip.c [new file with mode: 0644]
sys/netinet/sctp.h [new file with mode: 0644]
sys/netinet/sctp_asconf.c [new file with mode: 0644]
sys/netinet/sctp_asconf.h [new file with mode: 0644]
sys/netinet/sctp_callout.h [new file with mode: 0644]
sys/netinet/sctp_constants.h [new file with mode: 0644]
sys/netinet/sctp_crc32.c [new file with mode: 0644]
sys/netinet/sctp_crc32.h [new file with mode: 0644]
sys/netinet/sctp_hashdriver.c [new file with mode: 0644]
sys/netinet/sctp_hashdriver.h [new file with mode: 0644]
sys/netinet/sctp_header.h [new file with mode: 0644]
sys/netinet/sctp_indata.c [new file with mode: 0644]
sys/netinet/sctp_indata.h [new file with mode: 0644]
sys/netinet/sctp_input.c [new file with mode: 0644]
sys/netinet/sctp_input.h [new file with mode: 0644]
sys/netinet/sctp_output.c [new file with mode: 0644]
sys/netinet/sctp_output.h [new file with mode: 0644]
sys/netinet/sctp_pcb.c [new file with mode: 0644]
sys/netinet/sctp_pcb.h [new file with mode: 0644]
sys/netinet/sctp_peeloff.c [new file with mode: 0644]
sys/netinet/sctp_peeloff.h [new file with mode: 0644]
sys/netinet/sctp_sha1.c [new file with mode: 0644]
sys/netinet/sctp_sha1.h [new file with mode: 0644]
sys/netinet/sctp_structs.h [new file with mode: 0644]
sys/netinet/sctp_timer.c [new file with mode: 0644]
sys/netinet/sctp_timer.h [new file with mode: 0644]
sys/netinet/sctp_uio.h [new file with mode: 0644]
sys/netinet/sctp_usrreq.c [new file with mode: 0644]
sys/netinet/sctp_var.h [new file with mode: 0644]
sys/netinet/sctputil.c [new file with mode: 0644]
sys/netinet/sctputil.h [new file with mode: 0644]
sys/netinet/tcp.h [new file with mode: 0644]
sys/netinet/tcp_debug.c [new file with mode: 0644]
sys/netinet/tcp_debug.h [new file with mode: 0644]
sys/netinet/tcp_fsm.h [new file with mode: 0644]
sys/netinet/tcp_input.c [new file with mode: 0644]
sys/netinet/tcp_output.c [new file with mode: 0644]
sys/netinet/tcp_sack.c [new file with mode: 0644]
sys/netinet/tcp_seq.h [new file with mode: 0644]
sys/netinet/tcp_subr.c [new file with mode: 0644]
sys/netinet/tcp_syncache.c [new file with mode: 0644]
sys/netinet/tcp_timer.c [new file with mode: 0644]
sys/netinet/tcp_timer.h [new file with mode: 0644]
sys/netinet/tcp_timer2.h [new file with mode: 0644]
sys/netinet/tcp_usrreq.c [new file with mode: 0644]
sys/netinet/tcp_var.h [new file with mode: 0644]
sys/netinet/tcpip.h [new file with mode: 0644]
sys/netinet/udp.h [new file with mode: 0644]
sys/netinet/udp_usrreq.c [new file with mode: 0644]
sys/netinet/udp_var.h [new file with mode: 0644]
sys/netinet6/ah.h [new file with mode: 0644]
sys/netinet6/ah6.h [new file with mode: 0644]
sys/netinet6/ah_core.c [new file with mode: 0644]
sys/netinet6/ah_input.c [new file with mode: 0644]
sys/netinet6/ah_output.c [new file with mode: 0644]
sys/netinet6/dest6.c [new file with mode: 0644]
sys/netinet6/esp.h [new file with mode: 0644]
sys/netinet6/esp6.h [new file with mode: 0644]
sys/netinet6/esp_aesctr.c [new file with mode: 0644]
sys/netinet6/esp_aesctr.h [new file with mode: 0644]
sys/netinet6/esp_camellia.c [new file with mode: 0644]
sys/netinet6/esp_camellia.h [new file with mode: 0644]
sys/netinet6/esp_core.c [new file with mode: 0644]
sys/netinet6/esp_input.c [new file with mode: 0644]
sys/netinet6/esp_output.c [new file with mode: 0644]
sys/netinet6/esp_rijndael.c [new file with mode: 0644]
sys/netinet6/esp_rijndael.h [new file with mode: 0644]
sys/netinet6/frag6.c [new file with mode: 0644]
sys/netinet6/icmp6.c [new file with mode: 0644]
sys/netinet6/icmp6.h [new file with mode: 0644]
sys/netinet6/in6.c [new file with mode: 0644]
sys/netinet6/in6.h [new file with mode: 0644]
sys/netinet6/in6_cksum.c [new file with mode: 0644]
sys/netinet6/in6_gif.c [new file with mode: 0644]
sys/netinet6/in6_gif.h [new file with mode: 0644]
sys/netinet6/in6_ifattach.c [new file with mode: 0644]
sys/netinet6/in6_ifattach.h [new file with mode: 0644]
sys/netinet6/in6_pcb.c [new file with mode: 0644]
sys/netinet6/in6_pcb.h [new file with mode: 0644]
sys/netinet6/in6_prefix.c [new file with mode: 0644]
sys/netinet6/in6_prefix.h [new file with mode: 0644]
sys/netinet6/in6_proto.c [new file with mode: 0644]
sys/netinet6/in6_rmx.c [new file with mode: 0644]
sys/netinet6/in6_src.c [new file with mode: 0644]
sys/netinet6/in6_var.h [new file with mode: 0644]
sys/netinet6/ip6.h [new file with mode: 0644]
sys/netinet6/ip6_demux.c [new file with mode: 0644]
sys/netinet6/ip6_ecn.h [new file with mode: 0644]
sys/netinet6/ip6_forward.c [new file with mode: 0644]
sys/netinet6/ip6_input.c [new file with mode: 0644]
sys/netinet6/ip6_mroute.c [new file with mode: 0644]
sys/netinet6/ip6_mroute.h [new file with mode: 0644]
sys/netinet6/ip6_output.c [new file with mode: 0644]
sys/netinet6/ip6_var.h [new file with mode: 0644]
sys/netinet6/ip6protosw.h [new file with mode: 0644]
sys/netinet6/ipcomp.h [new file with mode: 0644]
sys/netinet6/ipcomp6.h [new file with mode: 0644]
sys/netinet6/ipcomp_core.c [new file with mode: 0644]
sys/netinet6/ipcomp_input.c [new file with mode: 0644]
sys/netinet6/ipcomp_output.c [new file with mode: 0644]
sys/netinet6/ipsec.c [new file with mode: 0644]
sys/netinet6/ipsec.h [new file with mode: 0644]
sys/netinet6/ipsec6.h [new file with mode: 0644]
sys/netinet6/mld6.c [new file with mode: 0644]
sys/netinet6/mld6_var.h [new file with mode: 0644]
sys/netinet6/nd6.c [new file with mode: 0644]
sys/netinet6/nd6.h [new file with mode: 0644]
sys/netinet6/nd6_nbr.c [new file with mode: 0644]
sys/netinet6/nd6_rtr.c [new file with mode: 0644]
sys/netinet6/pim6.h [new file with mode: 0644]
sys/netinet6/pim6_var.h [new file with mode: 0644]
sys/netinet6/raw_ip6.c [new file with mode: 0644]
sys/netinet6/raw_ip6.h [new file with mode: 0644]
sys/netinet6/route6.c [new file with mode: 0644]
sys/netinet6/scope6.c [new file with mode: 0644]
sys/netinet6/scope6_var.h [new file with mode: 0644]
sys/netinet6/sctp6_usrreq.c [new file with mode: 0644]
sys/netinet6/sctp6_var.h [new file with mode: 0644]
sys/netinet6/tcp6_var.h [new file with mode: 0644]
sys/netinet6/udp6_output.c [new file with mode: 0644]
sys/netinet6/udp6_usrreq.c [new file with mode: 0644]
sys/netinet6/udp6_var.h [new file with mode: 0644]
sys/netproto/802_11/Makefile [new file with mode: 0644]
sys/netproto/802_11/README.DRAGONFLY [new file with mode: 0644]
sys/netproto/802_11/_ieee80211.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_action.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_adhoc.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_ageq.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_amrr.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_crypto.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_dfs.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_dragonfly.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_hostap.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_ht.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_input.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_ioctl.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_mesh.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_monitor.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_node.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_phy.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_power.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_proto.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_radiotap.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_ratectl.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_regdomain.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_rssadapt.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_scan.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_sta.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_superg.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_tdma.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_var.h [new file with mode: 0644]
sys/netproto/802_11/ieee80211_wds.h [new file with mode: 0644]
sys/netproto/802_11/wlan/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_action.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_adhoc.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_ageq.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_amrr.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_crypto.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_crypto_none.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_ddb.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_dfs.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_dragonfly.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_hostap.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_ht.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_hwmp.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_input.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_ioctl.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_mesh.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_monitor.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_node.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_output.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_phy.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_power.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_proto.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_radiotap.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_ratectl.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_ratectl_none.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_regdomain.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_rssadapt.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_scan.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_scan_sta.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_sta.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_superg.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_tdma.c [new file with mode: 0644]
sys/netproto/802_11/wlan/ieee80211_wds.c [new file with mode: 0644]
sys/netproto/802_11/wlan_acl/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan_acl/ieee80211_acl.c [new file with mode: 0644]
sys/netproto/802_11/wlan_amrr/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan_ccmp/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan_ccmp/ieee80211_crypto_ccmp.c [new file with mode: 0644]
sys/netproto/802_11/wlan_tkip/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan_tkip/ieee80211_crypto_tkip.c [new file with mode: 0644]
sys/netproto/802_11/wlan_wep/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan_wep/ieee80211_crypto_wep.c [new file with mode: 0644]
sys/netproto/802_11/wlan_xauth/Makefile [new file with mode: 0644]
sys/netproto/802_11/wlan_xauth/ieee80211_xauth.c [new file with mode: 0644]
sys/netproto/Makefile [new file with mode: 0644]
sys/netproto/atm/atm.h [new file with mode: 0644]
sys/netproto/atm/atm_aal5.c [new file with mode: 0644]
sys/netproto/atm/atm_cm.c [new file with mode: 0644]
sys/netproto/atm/atm_cm.h [new file with mode: 0644]
sys/netproto/atm/atm_device.c [new file with mode: 0644]
sys/netproto/atm/atm_if.c [new file with mode: 0644]
sys/netproto/atm/atm_if.h [new file with mode: 0644]
sys/netproto/atm/atm_ioctl.h [new file with mode: 0644]
sys/netproto/atm/atm_pcb.h [new file with mode: 0644]
sys/netproto/atm/atm_proto.c [new file with mode: 0644]
sys/netproto/atm/atm_sap.h [new file with mode: 0644]
sys/netproto/atm/atm_sigmgr.h [new file with mode: 0644]
sys/netproto/atm/atm_signal.c [new file with mode: 0644]
sys/netproto/atm/atm_socket.c [new file with mode: 0644]
sys/netproto/atm/atm_stack.h [new file with mode: 0644]
sys/netproto/atm/atm_subr.c [new file with mode: 0644]
sys/netproto/atm/atm_sys.h [new file with mode: 0644]
sys/netproto/atm/atm_usrreq.c [new file with mode: 0644]
sys/netproto/atm/atm_var.h [new file with mode: 0644]
sys/netproto/atm/atm_vc.h [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm.h [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_event.c [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_if.c [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_input.c [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_load.c [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_output.c [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_serv.h [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_usrreq.c [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_var.h [new file with mode: 0644]
sys/netproto/atm/ipatm/ipatm_vcm.c [new file with mode: 0644]
sys/netproto/atm/kern_include.h [new file with mode: 0644]
sys/netproto/atm/port.h [new file with mode: 0644]
sys/netproto/atm/queue.h [new file with mode: 0644]
sys/netproto/atm/sigpvc/sigpvc_if.c [new file with mode: 0644]
sys/netproto/atm/sigpvc/sigpvc_subr.c [new file with mode: 0644]
sys/netproto/atm/sigpvc/sigpvc_var.h [new file with mode: 0644]
sys/netproto/atm/spans/spans_arp.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_cls.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_cls.h [new file with mode: 0644]
sys/netproto/atm/spans/spans_if.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_kxdr.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_kxdr.h [new file with mode: 0644]
sys/netproto/atm/spans/spans_msg.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_print.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_proto.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_subr.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_util.c [new file with mode: 0644]
sys/netproto/atm/spans/spans_var.h [new file with mode: 0644]
sys/netproto/atm/spans/spans_xdr.x [new file with mode: 0644]
sys/netproto/atm/uni/q2110_sigaa.c [new file with mode: 0644]
sys/netproto/atm/uni/q2110_sigcpcs.c [new file with mode: 0644]
sys/netproto/atm/uni/q2110_subr.c [new file with mode: 0644]
sys/netproto/atm/uni/qsaal1_sigaa.c [new file with mode: 0644]
sys/netproto/atm/uni/qsaal1_sigcpcs.c [new file with mode: 0644]
sys/netproto/atm/uni/qsaal1_subr.c [new file with mode: 0644]
sys/netproto/atm/uni/sscf_uni.c [new file with mode: 0644]
sys/netproto/atm/uni/sscf_uni.h [new file with mode: 0644]
sys/netproto/atm/uni/sscf_uni_lower.c [new file with mode: 0644]
sys/netproto/atm/uni/sscf_uni_upper.c [new file with mode: 0644]
sys/netproto/atm/uni/sscf_uni_var.h [new file with mode: 0644]
sys/netproto/atm/uni/sscop.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop.h [new file with mode: 0644]
sys/netproto/atm/uni/sscop_lower.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_misc.h [new file with mode: 0644]
sys/netproto/atm/uni/sscop_pdu.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_pdu.h [new file with mode: 0644]
sys/netproto/atm/uni/sscop_sigaa.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_sigcpcs.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_subr.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_timer.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_upper.c [new file with mode: 0644]
sys/netproto/atm/uni/sscop_var.h [new file with mode: 0644]
sys/netproto/atm/uni/uni.h [new file with mode: 0644]
sys/netproto/atm/uni/uni_load.c [new file with mode: 0644]
sys/netproto/atm/uni/uniarp.c [new file with mode: 0644]
sys/netproto/atm/uni/uniarp_cache.c [new file with mode: 0644]
sys/netproto/atm/uni/uniarp_input.c [new file with mode: 0644]
sys/netproto/atm/uni/uniarp_output.c [new file with mode: 0644]
sys/netproto/atm/uni/uniarp_timer.c [new file with mode: 0644]
sys/netproto/atm/uni/uniarp_vcm.c [new file with mode: 0644]
sys/netproto/atm/uni/uniip.c [new file with mode: 0644]
sys/netproto/atm/uni/uniip_var.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig_decode.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_decode.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig_encode.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_if.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_mbuf.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_mbuf.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig_msg.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_msg.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig_print.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_print.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig_proto.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_sigmgr_state.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_subr.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_util.c [new file with mode: 0644]
sys/netproto/atm/uni/unisig_var.h [new file with mode: 0644]
sys/netproto/atm/uni/unisig_vc_state.c [new file with mode: 0644]
sys/netproto/ipsec/ah.h [new file with mode: 0644]
sys/netproto/ipsec/ah_var.h [new file with mode: 0644]
sys/netproto/ipsec/esp.h [new file with mode: 0644]
sys/netproto/ipsec/esp_var.h [new file with mode: 0644]
sys/netproto/ipsec/ipcomp.h [new file with mode: 0644]
sys/netproto/ipsec/ipcomp_var.h [new file with mode: 0644]
sys/netproto/ipsec/ipip_var.h [new file with mode: 0644]
sys/netproto/ipsec/ipsec.c [new file with mode: 0644]
sys/netproto/ipsec/ipsec.h [new file with mode: 0644]
sys/netproto/ipsec/ipsec6.h [new file with mode: 0644]
sys/netproto/ipsec/ipsec_input.c [new file with mode: 0644]
sys/netproto/ipsec/ipsec_mbuf.c [new file with mode: 0644]
sys/netproto/ipsec/ipsec_output.c [new file with mode: 0644]
sys/netproto/ipsec/key.c [new file with mode: 0644]
sys/netproto/ipsec/key.h [new file with mode: 0644]
sys/netproto/ipsec/key_debug.c [new file with mode: 0644]
sys/netproto/ipsec/key_debug.h [new file with mode: 0644]
sys/netproto/ipsec/key_var.h [new file with mode: 0644]
sys/netproto/ipsec/keydb.h [new file with mode: 0644]
sys/netproto/ipsec/keysock.c [new file with mode: 0644]
sys/netproto/ipsec/keysock.h [new file with mode: 0644]
sys/netproto/ipsec/xform.h [new file with mode: 0644]
sys/netproto/ipsec/xform_ah.c [new file with mode: 0644]
sys/netproto/ipsec/xform_esp.c [new file with mode: 0644]
sys/netproto/ipsec/xform_ipcomp.c [new file with mode: 0644]
sys/netproto/ipsec/xform_ipip.c [new file with mode: 0644]
sys/netproto/ipx/README [new file with mode: 0644]
sys/netproto/ipx/ipx.c [new file with mode: 0644]
sys/netproto/ipx/ipx.h [new file with mode: 0644]
sys/netproto/ipx/ipx_cksum.c [new file with mode: 0644]
sys/netproto/ipx/ipx_if.h [new file with mode: 0644]
sys/netproto/ipx/ipx_input.c [new file with mode: 0644]
sys/netproto/ipx/ipx_ip.c [new file with mode: 0644]
sys/netproto/ipx/ipx_ip.h [new file with mode: 0644]
sys/netproto/ipx/ipx_outputfl.c [new file with mode: 0644]
sys/netproto/ipx/ipx_pcb.c [new file with mode: 0644]
sys/netproto/ipx/ipx_pcb.h [new file with mode: 0644]
sys/netproto/ipx/ipx_proto.c [new file with mode: 0644]
sys/netproto/ipx/ipx_tun.c [new file with mode: 0644]
sys/netproto/ipx/ipx_usrreq.c [new file with mode: 0644]
sys/netproto/ipx/ipx_var.h [new file with mode: 0644]
sys/netproto/ipx/spx.h [new file with mode: 0644]
sys/netproto/ipx/spx_debug.c [new file with mode: 0644]
sys/netproto/ipx/spx_debug.h [new file with mode: 0644]
sys/netproto/ipx/spx_timer.h [new file with mode: 0644]
sys/netproto/ipx/spx_usrreq.c [new file with mode: 0644]
sys/netproto/ipx/spx_var.h [new file with mode: 0644]
sys/netproto/key/key.c [new file with mode: 0644]
sys/netproto/key/key.h [new file with mode: 0644]
sys/netproto/key/key_debug.c [new file with mode: 0644]
sys/netproto/key/key_debug.h [new file with mode: 0644]
sys/netproto/key/key_var.h [new file with mode: 0644]
sys/netproto/key/keydb.c [new file with mode: 0644]
sys/netproto/key/keydb.h [new file with mode: 0644]
sys/netproto/key/keysock.c [new file with mode: 0644]
sys/netproto/key/keysock.h [new file with mode: 0644]
sys/netproto/mpls/mpls.h [new file with mode: 0644]
sys/netproto/mpls/mpls_demux.c [new file with mode: 0644]
sys/netproto/mpls/mpls_input.c [new file with mode: 0644]
sys/netproto/mpls/mpls_output.c [new file with mode: 0644]
sys/netproto/mpls/mpls_proto.c [new file with mode: 0644]
sys/netproto/mpls/mpls_var.h [new file with mode: 0644]
sys/netproto/natm/natm.c [new file with mode: 0644]
sys/netproto/natm/natm.h [new file with mode: 0644]
sys/netproto/natm/natm_pcb.c [new file with mode: 0644]
sys/netproto/natm/natm_proto.c [new file with mode: 0644]
sys/netproto/ncp/Makefile [new file with mode: 0644]
sys/netproto/ncp/ncp.h [new file with mode: 0644]
sys/netproto/ncp/ncp_cfg.h [new file with mode: 0644]
sys/netproto/ncp/ncp_conn.c [new file with mode: 0644]
sys/netproto/ncp/ncp_conn.h [new file with mode: 0644]
sys/netproto/ncp/ncp_crypt.c [new file with mode: 0644]
sys/netproto/ncp/ncp_file.h [new file with mode: 0644]
sys/netproto/ncp/ncp_lib.h [new file with mode: 0644]
sys/netproto/ncp/ncp_login.c [new file with mode: 0644]
sys/netproto/ncp/ncp_mod.c [new file with mode: 0644]
sys/netproto/ncp/ncp_ncp.c [new file with mode: 0644]
sys/netproto/ncp/ncp_ncp.h [new file with mode: 0644]
sys/netproto/ncp/ncp_nls.c [new file with mode: 0644]
sys/netproto/ncp/ncp_nls.h [new file with mode: 0644]
sys/netproto/ncp/ncp_rcfile.h [new file with mode: 0644]
sys/netproto/ncp/ncp_rq.c [new file with mode: 0644]
sys/netproto/ncp/ncp_rq.h [new file with mode: 0644]
sys/netproto/ncp/ncp_sock.c [new file with mode: 0644]
sys/netproto/ncp/ncp_sock.h [new file with mode: 0644]
sys/netproto/ncp/ncp_subr.c [new file with mode: 0644]
sys/netproto/ncp/ncp_subr.h [new file with mode: 0644]
sys/netproto/ncp/ncp_user.h [new file with mode: 0644]
sys/netproto/ncp/nwerror.h [new file with mode: 0644]
sys/netproto/smb/netbios.h [new file with mode: 0644]
sys/netproto/smb/smb.h [new file with mode: 0644]
sys/netproto/smb/smb_conn.c [new file with mode: 0644]
sys/netproto/smb/smb_conn.h [new file with mode: 0644]
sys/netproto/smb/smb_crypt.c [new file with mode: 0644]
sys/netproto/smb/smb_dev.c [new file with mode: 0644]
sys/netproto/smb/smb_dev.h [new file with mode: 0644]
sys/netproto/smb/smb_iod.c [new file with mode: 0644]
sys/netproto/smb/smb_rq.c [new file with mode: 0644]
sys/netproto/smb/smb_rq.h [new file with mode: 0644]
sys/netproto/smb/smb_smb.c [new file with mode: 0644]
sys/netproto/smb/smb_subr.c [new file with mode: 0644]
sys/netproto/smb/smb_subr.h [new file with mode: 0644]
sys/netproto/smb/smb_tran.h [new file with mode: 0644]
sys/netproto/smb/smb_trantcp.c [new file with mode: 0644]
sys/netproto/smb/smb_trantcp.h [new file with mode: 0644]
sys/netproto/smb/smb_usr.c [new file with mode: 0644]
sys/opencrypto/cast.c [new file with mode: 0644]
sys/opencrypto/cast.h [new file with mode: 0644]
sys/opencrypto/castsb.h [new file with mode: 0644]
sys/opencrypto/criov.c [new file with mode: 0644]
sys/opencrypto/crypto.c [new file with mode: 0644]
sys/opencrypto/cryptodev.c [new file with mode: 0644]
sys/opencrypto/cryptodev.h [new file with mode: 0644]
sys/opencrypto/cryptodev_if.m [new file with mode: 0644]
sys/opencrypto/cryptosoft.c [new file with mode: 0644]
sys/opencrypto/cryptosoft.h [new file with mode: 0644]
sys/opencrypto/deflate.c [new file with mode: 0644]
sys/opencrypto/deflate.h [new file with mode: 0644]
sys/opencrypto/gmac.c [new file with mode: 0644]
sys/opencrypto/gmac.h [new file with mode: 0644]
sys/opencrypto/rmd160.c [new file with mode: 0644]
sys/opencrypto/rmd160.h [new file with mode: 0644]
sys/opencrypto/skipjack.c [new file with mode: 0644]
sys/opencrypto/skipjack.h [new file with mode: 0644]
sys/opencrypto/xform.c [new file with mode: 0644]
sys/opencrypto/xform.h [new file with mode: 0644]
sys/platform/pc32/Makefile [new file with mode: 0644]
sys/platform/pc32/Makefile.inc [new file with mode: 0644]
sys/platform/pc32/acpica5/Makefile [new file with mode: 0644]
sys/platform/pc32/acpica5/OsdEnvironment.c [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_fadt.c [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_machdep.c [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_madt.c [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_pstate_machdep.c [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_sdt.c [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_sdt.h [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_sdt_var.h [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_wakecode.S [new file with mode: 0644]
sys/platform/pc32/acpica5/acpi_wakeup.c [new file with mode: 0644]
sys/platform/pc32/acpica5/genwakecode.sh [new file with mode: 0644]
sys/platform/pc32/apic/apic_vector.s [new file with mode: 0644]
sys/platform/pc32/apic/apicreg.h [new file with mode: 0644]
sys/platform/pc32/apic/apicvar.h [new file with mode: 0644]
sys/platform/pc32/apic/ioapic.c [new file with mode: 0644]
sys/platform/pc32/apic/ioapic.h [new file with mode: 0644]
sys/platform/pc32/apic/ioapic_abi.c [new file with mode: 0644]
sys/platform/pc32/apic/ioapic_abi.h [new file with mode: 0644]
sys/platform/pc32/apic/ioapic_ipl.h [new file with mode: 0644]
sys/platform/pc32/apic/ioapic_ipl.s [new file with mode: 0644]
sys/platform/pc32/apic/lapic.c [new file with mode: 0644]
sys/platform/pc32/apic/lapic.h [new file with mode: 0644]
sys/platform/pc32/apm/apm.c [new file with mode: 0644]
sys/platform/pc32/apm/apm.h [new file with mode: 0644]
sys/platform/pc32/conf/Makefile [new file with mode: 0644]
sys/platform/pc32/conf/files [new file with mode: 0644]
sys/platform/pc32/conf/kern.mk [new file with mode: 0644]
sys/platform/pc32/conf/ldscript.i386 [new file with mode: 0644]
sys/platform/pc32/conf/options [new file with mode: 0644]
sys/platform/pc32/i386/autoconf.c [new file with mode: 0644]
sys/platform/pc32/i386/bcopy.s [new file with mode: 0644]
sys/platform/pc32/i386/bios.c [new file with mode: 0644]
sys/platform/pc32/i386/bioscall.s [new file with mode: 0644]
sys/platform/pc32/i386/busdma_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/bzero.s [new file with mode: 0644]
sys/platform/pc32/i386/cpufreq_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/cs5536.c [new file with mode: 0644]
sys/platform/pc32/i386/db_interface.c [new file with mode: 0644]
sys/platform/pc32/i386/db_trace.c [new file with mode: 0644]
sys/platform/pc32/i386/dump_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/elan-mmcr.c [new file with mode: 0644]
sys/platform/pc32/i386/exception.s [new file with mode: 0644]
sys/platform/pc32/i386/genassym.c [new file with mode: 0644]
sys/platform/pc32/i386/geode.c [new file with mode: 0644]
sys/platform/pc32/i386/globals.s [new file with mode: 0644]
sys/platform/pc32/i386/i686_mem.c [new file with mode: 0644]
sys/platform/pc32/i386/identcpu.c [new file with mode: 0644]
sys/platform/pc32/i386/initcpu.c [new file with mode: 0644]
sys/platform/pc32/i386/ipl.s [new file with mode: 0644]
sys/platform/pc32/i386/ipl_funcs.c [new file with mode: 0644]
sys/platform/pc32/i386/k6_mem.c [new file with mode: 0644]
sys/platform/pc32/i386/locore.s [new file with mode: 0644]
sys/platform/pc32/i386/machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/math_emu.h [new file with mode: 0644]
sys/platform/pc32/i386/math_emulate.c [new file with mode: 0644]
sys/platform/pc32/i386/minidump_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/mp_clock.c [new file with mode: 0644]
sys/platform/pc32/i386/mp_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/mpboot.s [new file with mode: 0644]
sys/platform/pc32/i386/mptable.c [new file with mode: 0644]
sys/platform/pc32/i386/nexus.c [new file with mode: 0644]
sys/platform/pc32/i386/p4tcc.c [new file with mode: 0644]
sys/platform/pc32/i386/perfmon.c [new file with mode: 0644]
sys/platform/pc32/i386/pmap.c [new file with mode: 0644]
sys/platform/pc32/i386/pmap_inval.c [new file with mode: 0644]
sys/platform/pc32/i386/pnpbios.c [new file with mode: 0644]
sys/platform/pc32/i386/procfs_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/spinlock.s [new file with mode: 0644]
sys/platform/pc32/i386/support.s [new file with mode: 0644]
sys/platform/pc32/i386/swtch.s [new file with mode: 0644]
sys/platform/pc32/i386/symbols.raw [new file with mode: 0644]
sys/platform/pc32/i386/sys_machdep.c [new file with mode: 0644]
sys/platform/pc32/i386/tls.c [new file with mode: 0644]
sys/platform/pc32/i386/trap.c [new file with mode: 0644]
sys/platform/pc32/i386/userconfig.c [new file with mode: 0644]
sys/platform/pc32/i386/vm86.c [new file with mode: 0644]
sys/platform/pc32/i386/vm86bios.s [new file with mode: 0644]
sys/platform/pc32/i386/vm_machdep.c [new file with mode: 0644]
sys/platform/pc32/icu/elcr.c [new file with mode: 0644]
sys/platform/pc32/icu/elcr_var.h [new file with mode: 0644]
sys/platform/pc32/icu/icu.c [new file with mode: 0644]
sys/platform/pc32/icu/icu.h [new file with mode: 0644]
sys/platform/pc32/icu/icu_abi.c [new file with mode: 0644]
sys/platform/pc32/icu/icu_abi.h [new file with mode: 0644]
sys/platform/pc32/icu/icu_ipl.h [new file with mode: 0644]
sys/platform/pc32/icu/icu_ipl.s [new file with mode: 0644]
sys/platform/pc32/icu/icu_var.h [new file with mode: 0644]
sys/platform/pc32/icu/icu_vector.s [new file with mode: 0644]
sys/platform/pc32/include/acpica_machdep.h [new file with mode: 0644]
sys/platform/pc32/include/apm_bios.h [new file with mode: 0644]
sys/platform/pc32/include/apm_segments.h [new file with mode: 0644]
sys/platform/pc32/include/bootinfo.h [new file with mode: 0644]
sys/platform/pc32/include/cdk.h [new file with mode: 0644]
sys/platform/pc32/include/clock.h [new file with mode: 0644]
sys/platform/pc32/include/comstats.h [new file with mode: 0644]
sys/platform/pc32/include/console.h [new file with mode: 0644]
sys/platform/pc32/include/cpu.h [new file with mode: 0644]
sys/platform/pc32/include/cpufreq.h [new file with mode: 0644]
sys/platform/pc32/include/globaldata.h [new file with mode: 0644]
sys/platform/pc32/include/if_wl_wavelan.h [new file with mode: 0644]
sys/platform/pc32/include/intr_machdep.h [new file with mode: 0644]
sys/platform/pc32/include/ioctl_ctx.h [new file with mode: 0644]
sys/platform/pc32/include/ioctl_fd.h [new file with mode: 0644]
sys/platform/pc32/include/ipl.h [new file with mode: 0644]
sys/platform/pc32/include/lock.h [new file with mode: 0644]
sys/platform/pc32/include/md_var.h [new file with mode: 0644]
sys/platform/pc32/include/metadata.h [new file with mode: 0644]
sys/platform/pc32/include/minidump.h [new file with mode: 0644]
sys/platform/pc32/include/mptable.h [new file with mode: 0644]
sys/platform/pc32/include/mtpr.h [new file with mode: 0644]
sys/platform/pc32/include/nexusvar.h [new file with mode: 0644]
sys/platform/pc32/include/param.h [new file with mode: 0644]
sys/platform/pc32/include/pc/bios.h [new file with mode: 0644]
sys/platform/pc32/include/pc/display.h [new file with mode: 0644]
sys/platform/pc32/include/pc/msdos.h [new file with mode: 0644]
sys/platform/pc32/include/pc/vesa.h [new file with mode: 0644]
sys/platform/pc32/include/pcaudioio.h [new file with mode: 0644]
sys/platform/pc32/include/pcb.h [new file with mode: 0644]
sys/platform/pc32/include/pcb_ext.h [new file with mode: 0644]
sys/platform/pc32/include/pmap.h [new file with mode: 0644]
sys/platform/pc32/include/pmap_inval.h [new file with mode: 0644]
sys/platform/pc32/include/proc.h [new file with mode: 0644]
sys/platform/pc32/include/ptrace.h [new file with mode: 0644]
sys/platform/pc32/include/smp.h [new file with mode: 0644]
sys/platform/pc32/include/speaker.h [new file with mode: 0644]
sys/platform/pc32/include/thread.h [new file with mode: 0644]
sys/platform/pc32/include/types.h [new file with mode: 0644]
sys/platform/pc32/include/uc_device.h [new file with mode: 0644]
sys/platform/pc32/include/ultrasound.h [new file with mode: 0644]
sys/platform/pc32/include/uvparam.h [new file with mode: 0644]
sys/platform/pc32/include/vmparam.h [new file with mode: 0644]
sys/platform/pc32/include/wtio.h [new file with mode: 0644]
sys/platform/pc32/isa/README.stl [new file with mode: 0644]
sys/platform/pc32/isa/clock.c [new file with mode: 0644]
sys/platform/pc32/isa/ic/am7990.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/cd1400.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/cd180.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/hd64570.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/i8237.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/i82586.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/lemac.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/mb86960.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/sc26198.h [new file with mode: 0644]
sys/platform/pc32/isa/ic/scd1400.h [new file with mode: 0644]
sys/platform/pc32/isa/isa_intr.c [new file with mode: 0644]
sys/platform/pc32/isa/isa_intr.h [new file with mode: 0644]
sys/platform/pc32/isa/lptreg.h [new file with mode: 0644]
sys/platform/pc32/isa/npx.c [new file with mode: 0644]
sys/platform/pc32/isa/pmtimer.c [new file with mode: 0644]
sys/platform/pc32/isa/prof_machdep.c [new file with mode: 0644]
sys/platform/pc32/isa/timerreg.h [new file with mode: 0644]
sys/platform/pc64/Makefile.inc [new file with mode: 0644]
sys/platform/pc64/acpica5/Makefile [new file with mode: 0644]
sys/platform/pc64/acpica5/OsdEnvironment.c [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_fadt.c [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_machdep.c [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_madt.c [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_pstate_machdep.c [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_sdt.c [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_sdt.h [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_sdt_var.h [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_wakecode.S [new file with mode: 0644]
sys/platform/pc64/acpica5/acpi_wakeup.c [new file with mode: 0644]
sys/platform/pc64/acpica5/genwakecode.sh [new file with mode: 0644]
sys/platform/pc64/apic/apic_vector.s [new file with mode: 0644]
sys/platform/pc64/apic/apicreg.h [new file with mode: 0644]
sys/platform/pc64/apic/apicvar.h [new file with mode: 0644]
sys/platform/pc64/apic/ioapic.c [new file with mode: 0644]
sys/platform/pc64/apic/ioapic.h [new file with mode: 0644]
sys/platform/pc64/apic/ioapic_abi.c [new file with mode: 0644]
sys/platform/pc64/apic/ioapic_abi.h [new file with mode: 0644]
sys/platform/pc64/apic/ioapic_ipl.h [new file with mode: 0644]
sys/platform/pc64/apic/ioapic_ipl.s [new file with mode: 0644]
sys/platform/pc64/apic/lapic.c [new file with mode: 0644]
sys/platform/pc64/apic/lapic.h [new file with mode: 0644]
sys/platform/pc64/apm/apm.c [new file with mode: 0644]
sys/platform/pc64/apm/apm.h [new file with mode: 0644]
sys/platform/pc64/conf/Makefile [new file with mode: 0644]
sys/platform/pc64/conf/files [new file with mode: 0644]
sys/platform/pc64/conf/kern.mk [new file with mode: 0644]
sys/platform/pc64/conf/ldscript.x86_64 [new file with mode: 0644]
sys/platform/pc64/conf/options [new file with mode: 0644]
sys/platform/pc64/icu/elcr.c [new file with mode: 0644]
sys/platform/pc64/icu/elcr_var.h [new file with mode: 0644]
sys/platform/pc64/icu/icu.c [new file with mode: 0644]
sys/platform/pc64/icu/icu.h [new file with mode: 0644]
sys/platform/pc64/icu/icu_abi.c [new file with mode: 0644]
sys/platform/pc64/icu/icu_abi.h [new file with mode: 0644]
sys/platform/pc64/icu/icu_ipl.h [new file with mode: 0644]
sys/platform/pc64/icu/icu_ipl.s [new file with mode: 0644]
sys/platform/pc64/icu/icu_var.h [new file with mode: 0644]
sys/platform/pc64/icu/icu_vector.s [new file with mode: 0644]
sys/platform/pc64/include/acpica_machdep.h [new file with mode: 0644]
sys/platform/pc64/include/apm_bios.h [new file with mode: 0644]
sys/platform/pc64/include/apm_segments.h [new file with mode: 0644]
sys/platform/pc64/include/bootinfo.h [new file with mode: 0644]
sys/platform/pc64/include/cdk.h [new file with mode: 0644]
sys/platform/pc64/include/clock.h [new file with mode: 0644]
sys/platform/pc64/include/comstats.h [new file with mode: 0644]
sys/platform/pc64/include/console.h [new file with mode: 0644]
sys/platform/pc64/include/cpu.h [new file with mode: 0644]
sys/platform/pc64/include/cpufreq.h [new file with mode: 0644]
sys/platform/pc64/include/globaldata.h [new file with mode: 0644]
sys/platform/pc64/include/intr_machdep.h [new file with mode: 0644]
sys/platform/pc64/include/ioctl_fd.h [new file with mode: 0644]
sys/platform/pc64/include/ipl.h [new file with mode: 0644]
sys/platform/pc64/include/lock.h [new file with mode: 0644]
sys/platform/pc64/include/md_var.h [new file with mode: 0644]
sys/platform/pc64/include/metadata.h [new file with mode: 0644]
sys/platform/pc64/include/minidump.h [new file with mode: 0644]
sys/platform/pc64/include/mptable.h [new file with mode: 0644]
sys/platform/pc64/include/nexusvar.h [new file with mode: 0644]
sys/platform/pc64/include/param.h [new file with mode: 0644]
sys/platform/pc64/include/pc/bios.h [new file with mode: 0644]
sys/platform/pc64/include/pc/display.h [new file with mode: 0644]
sys/platform/pc64/include/pcb.h [new file with mode: 0644]
sys/platform/pc64/include/pcb_ext.h [new file with mode: 0644]
sys/platform/pc64/include/pmap.h [new file with mode: 0644]
sys/platform/pc64/include/pmap_inval.h [new file with mode: 0644]
sys/platform/pc64/include/proc.h [new file with mode: 0644]
sys/platform/pc64/include/ptrace.h [new file with mode: 0644]
sys/platform/pc64/include/smp.h [new file with mode: 0644]
sys/platform/pc64/include/thread.h [new file with mode: 0644]
sys/platform/pc64/include/types.h [new file with mode: 0644]
sys/platform/pc64/include/uvparam.h [new file with mode: 0644]
sys/platform/pc64/include/vmparam.h [new file with mode: 0644]
sys/platform/pc64/isa/ascreg.h [new file with mode: 0644]
sys/platform/pc64/isa/clock.c [new file with mode: 0644]
sys/platform/pc64/isa/ic/am7990.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/cd1400.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/cd180.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/hd64570.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/i8237.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/i82586.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/lemac.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/mb86960.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/sc26198.h [new file with mode: 0644]
sys/platform/pc64/isa/ic/scd1400.h [new file with mode: 0644]
sys/platform/pc64/isa/isa_intr.c [new file with mode: 0644]
sys/platform/pc64/isa/isa_intr.h [new file with mode: 0644]
sys/platform/pc64/isa/lptreg.h [new file with mode: 0644]
sys/platform/pc64/isa/pmtimer.c [new file with mode: 0644]
sys/platform/pc64/isa/prof_machdep.c [new file with mode: 0644]
sys/platform/pc64/isa/timerreg.h [new file with mode: 0644]
sys/platform/pc64/x86_64/amd64_mem.c [new file with mode: 0644]
sys/platform/pc64/x86_64/autoconf.c [new file with mode: 0644]
sys/platform/pc64/x86_64/busdma_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/console.c [new file with mode: 0644]
sys/platform/pc64/x86_64/cpufreq_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/db_interface.c [new file with mode: 0644]
sys/platform/pc64/x86_64/db_trace.c [new file with mode: 0644]
sys/platform/pc64/x86_64/dump_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/exception.S [new file with mode: 0644]
sys/platform/pc64/x86_64/genassym.c [new file with mode: 0644]
sys/platform/pc64/x86_64/global.s [new file with mode: 0644]
sys/platform/pc64/x86_64/identcpu.c [new file with mode: 0644]
sys/platform/pc64/x86_64/initcpu.c [new file with mode: 0644]
sys/platform/pc64/x86_64/ipl.s [new file with mode: 0644]
sys/platform/pc64/x86_64/ipl_funcs.c [new file with mode: 0644]
sys/platform/pc64/x86_64/locore.s [new file with mode: 0644]
sys/platform/pc64/x86_64/machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/minidump_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/mp_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/mpboot.S [new file with mode: 0644]
sys/platform/pc64/x86_64/mptable.c [new file with mode: 0644]
sys/platform/pc64/x86_64/nexus.c [new file with mode: 0644]
sys/platform/pc64/x86_64/npx.c [new file with mode: 0644]
sys/platform/pc64/x86_64/pmap.c [new file with mode: 0644]
sys/platform/pc64/x86_64/pmap_inval.c [new file with mode: 0644]
sys/platform/pc64/x86_64/procfs_machdep.c [new file with mode: 0644]
sys/platform/pc64/x86_64/sigtramp.s [new file with mode: 0644]
sys/platform/pc64/x86_64/spinlock.s [new file with mode: 0644]
sys/platform/pc64/x86_64/support.s [new file with mode: 0644]
sys/platform/pc64/x86_64/swtch.s [new file with mode: 0644]
sys/platform/pc64/x86_64/sysarch.c [new file with mode: 0644]
sys/platform/pc64/x86_64/tls.c [new file with mode: 0644]
sys/platform/pc64/x86_64/trap.c [new file with mode: 0644]
sys/platform/pc64/x86_64/userldt.c [new file with mode: 0644]
sys/platform/pc64/x86_64/vm_machdep.c [new file with mode: 0644]
sys/platform/vkernel/Makefile.inc [new file with mode: 0644]
sys/platform/vkernel/conf/Makefile [new file with mode: 0644]
sys/platform/vkernel/conf/files [new file with mode: 0644]
sys/platform/vkernel/conf/kern.mk [new file with mode: 0644]
sys/platform/vkernel/conf/ldscript.i386 [new file with mode: 0644]
sys/platform/vkernel/conf/options [new file with mode: 0644]
sys/platform/vkernel/i386/autoconf.c [new file with mode: 0644]
sys/platform/vkernel/i386/cpu_regs.c [new file with mode: 0644]
sys/platform/vkernel/i386/db_interface.c [new file with mode: 0644]
sys/platform/vkernel/i386/db_trace.c [new file with mode: 0644]
sys/platform/vkernel/i386/exception.c [new file with mode: 0644]
sys/platform/vkernel/i386/fork_tramp.s [new file with mode: 0644]
sys/platform/vkernel/i386/genassym.c [new file with mode: 0644]
sys/platform/vkernel/i386/global.s [new file with mode: 0644]
sys/platform/vkernel/i386/locore.s [new file with mode: 0644]
sys/platform/vkernel/i386/mp.c [new file with mode: 0644]
sys/platform/vkernel/i386/npx.c [new file with mode: 0644]
sys/platform/vkernel/i386/procfs_machdep.c [new file with mode: 0644]
sys/platform/vkernel/i386/swtch.s [new file with mode: 0644]
sys/platform/vkernel/i386/tls.c [new file with mode: 0644]
sys/platform/vkernel/i386/trap.c [new file with mode: 0644]
sys/platform/vkernel/i386/userldt.c [new file with mode: 0644]
sys/platform/vkernel/i386/vm_machdep.c [new file with mode: 0644]
sys/platform/vkernel/include/clock.h [new file with mode: 0644]
sys/platform/vkernel/include/cothread.h [new file with mode: 0644]
sys/platform/vkernel/include/cpu.h [new file with mode: 0644]
sys/platform/vkernel/include/cpufunc.h [new file with mode: 0644]
sys/platform/vkernel/include/globaldata.h [new file with mode: 0644]
sys/platform/vkernel/include/lock.h [new file with mode: 0644]
sys/platform/vkernel/include/md_var.h [new file with mode: 0644]
sys/platform/vkernel/include/param.h [new file with mode: 0644]
sys/platform/vkernel/include/pcb.h [new file with mode: 0644]
sys/platform/vkernel/include/pcb_ext.h [new file with mode: 0644]
sys/platform/vkernel/include/pmap.h [new file with mode: 0644]
sys/platform/vkernel/include/pmap_inval.h [new file with mode: 0644]
sys/platform/vkernel/include/proc.h [new file with mode: 0644]
sys/platform/vkernel/include/ptrace.h [new file with mode: 0644]
sys/platform/vkernel/include/smp.h [new file with mode: 0644]
sys/platform/vkernel/include/thread.h [new file with mode: 0644]
sys/platform/vkernel/include/types.h [new file with mode: 0644]
sys/platform/vkernel/include/uvparam.h [new file with mode: 0644]
sys/platform/vkernel/include/vmparam.h [new file with mode: 0644]
sys/platform/vkernel/platform/busdma_machdep.c [new file with mode: 0644]
sys/platform/vkernel/platform/console.c [new file with mode: 0644]
sys/platform/vkernel/platform/copyio.c [new file with mode: 0644]
sys/platform/vkernel/platform/cothread.c [new file with mode: 0644]
sys/platform/vkernel/platform/globaldata.c [new file with mode: 0644]
sys/platform/vkernel/platform/init.c [new file with mode: 0644]
sys/platform/vkernel/platform/ipl_funcs.c [new file with mode: 0644]
sys/platform/vkernel/platform/kqueue.c [new file with mode: 0644]
sys/platform/vkernel/platform/machintr.c [new file with mode: 0644]
sys/platform/vkernel/platform/pmap.c [new file with mode: 0644]
sys/platform/vkernel/platform/pmap_inval.c [new file with mode: 0644]
sys/platform/vkernel/platform/shutdown.c [new file with mode: 0644]
sys/platform/vkernel/platform/sysarch.c [new file with mode: 0644]
sys/platform/vkernel/platform/systimer.c [new file with mode: 0644]
sys/platform/vkernel64/Makefile.inc [new file with mode: 0644]
sys/platform/vkernel64/conf/Makefile [new file with mode: 0644]
sys/platform/vkernel64/conf/files [new file with mode: 0644]
sys/platform/vkernel64/conf/kern.mk [new file with mode: 0644]
sys/platform/vkernel64/conf/ldscript.x86_64 [new file with mode: 0644]
sys/platform/vkernel64/conf/options [new file with mode: 0644]
sys/platform/vkernel64/include/clock.h [new file with mode: 0644]
sys/platform/vkernel64/include/cothread.h [new file with mode: 0644]
sys/platform/vkernel64/include/cpu.h [new file with mode: 0644]
sys/platform/vkernel64/include/cpufunc.h [new file with mode: 0644]
sys/platform/vkernel64/include/globaldata.h [new file with mode: 0644]
sys/platform/vkernel64/include/lock.h [new file with mode: 0644]
sys/platform/vkernel64/include/md_var.h [new file with mode: 0644]
sys/platform/vkernel64/include/param.h [new file with mode: 0644]
sys/platform/vkernel64/include/pcb.h [new file with mode: 0644]
sys/platform/vkernel64/include/pcb_ext.h [new file with mode: 0644]
sys/platform/vkernel64/include/pmap.h [new file with mode: 0644]
sys/platform/vkernel64/include/pmap_inval.h [new file with mode: 0644]
sys/platform/vkernel64/include/proc.h [new file with mode: 0644]
sys/platform/vkernel64/include/ptrace.h [new file with mode: 0644]
sys/platform/vkernel64/include/smp.h [new file with mode: 0644]
sys/platform/vkernel64/include/thread.h [new file with mode: 0644]
sys/platform/vkernel64/include/types.h [new file with mode: 0644]
sys/platform/vkernel64/include/vmparam.h [new file with mode: 0644]
sys/platform/vkernel64/platform/busdma_machdep.c [new file with mode: 0644]
sys/platform/vkernel64/platform/console.c [new file with mode: 0644]
sys/platform/vkernel64/platform/copyio.c [new file with mode: 0644]
sys/platform/vkernel64/platform/cothread.c [new file with mode: 0644]
sys/platform/vkernel64/platform/globaldata.c [new file with mode: 0644]
sys/platform/vkernel64/platform/init.c [new file with mode: 0644]
sys/platform/vkernel64/platform/ipl_funcs.c [new file with mode: 0644]
sys/platform/vkernel64/platform/kqueue.c [new file with mode: 0644]
sys/platform/vkernel64/platform/machintr.c [new file with mode: 0644]
sys/platform/vkernel64/platform/pmap.c [new file with mode: 0644]
sys/platform/vkernel64/platform/pmap_inval.c [new file with mode: 0644]
sys/platform/vkernel64/platform/shutdown.c [new file with mode: 0644]
sys/platform/vkernel64/platform/sysarch.c [new file with mode: 0644]
sys/platform/vkernel64/platform/systimer.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/autoconf.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/cpu_regs.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/db_interface.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/db_trace.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/exception.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/fork_tramp.s [new file with mode: 0644]
sys/platform/vkernel64/x86_64/genassym.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/global.s [new file with mode: 0644]
sys/platform/vkernel64/x86_64/locore.s [new file with mode: 0644]
sys/platform/vkernel64/x86_64/mp.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/npx.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/procfs_machdep.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/swtch.s [new file with mode: 0644]
sys/platform/vkernel64/x86_64/tls.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/trap.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/userldt.c [new file with mode: 0644]
sys/platform/vkernel64/x86_64/vm_machdep.c [new file with mode: 0644]
sys/sys/_iovec.h [new file with mode: 0644]
sys/sys/_null.h [new file with mode: 0644]
sys/sys/_posix.h [new file with mode: 0644]
sys/sys/_pthreadtypes.h [new file with mode: 0644]
sys/sys/_timespec.h [new file with mode: 0644]
sys/sys/_timeval.h [new file with mode: 0644]
sys/sys/acct.h [new file with mode: 0644]
sys/sys/acl.h [new file with mode: 0644]
sys/sys/agpio.h [new file with mode: 0644]
sys/sys/aio.h [new file with mode: 0644]
sys/sys/alist.h [new file with mode: 0644]
sys/sys/assym.h [new file with mode: 0644]
sys/sys/ata.h [new file with mode: 0644]
sys/sys/bio.h [new file with mode: 0644]
sys/sys/biotrack.h [new file with mode: 0644]
sys/sys/bitops.h [new file with mode: 0644]
sys/sys/blist.h [new file with mode: 0644]
sys/sys/bootmaj.h [new file with mode: 0644]
sys/sys/buf.h [new file with mode: 0644]
sys/sys/buf2.h [new file with mode: 0644]
sys/sys/bus.h [new file with mode: 0644]
sys/sys/bus_dma.h [new file with mode: 0644]
sys/sys/bus_private.h [new file with mode: 0644]
sys/sys/bus_resource.h [new file with mode: 0644]
sys/sys/callout.h [new file with mode: 0644]
sys/sys/camlib.h [new file with mode: 0644]
sys/sys/caps.h [new file with mode: 0644]
sys/sys/ccbque.h [new file with mode: 0644]
sys/sys/ccdvar.h [new file with mode: 0644]
sys/sys/ccms.h [new file with mode: 0644]
sys/sys/cdefs.h [new file with mode: 0644]
sys/sys/cdio.h [new file with mode: 0644]
sys/sys/cdrio.h [new file with mode: 0644]
sys/sys/checkpoint.h [new file with mode: 0644]
sys/sys/chio.h [new file with mode: 0644]
sys/sys/ckpt.h [new file with mode: 0644]
sys/sys/clist.h [new file with mode: 0644]
sys/sys/condvar.h [new file with mode: 0644]
sys/sys/conf.h [new file with mode: 0644]
sys/sys/cons.h [new file with mode: 0644]
sys/sys/consio.h [new file with mode: 0644]
sys/sys/copyright.h [new file with mode: 0644]
sys/sys/ctype.h [new file with mode: 0644]
sys/sys/dataacq.h [new file with mode: 0644]
sys/sys/devfs.h [new file with mode: 0644]
sys/sys/devfs_rules.h [new file with mode: 0644]
sys/sys/device.h [new file with mode: 0644]
sys/sys/device_port.h [new file with mode: 0644]
sys/sys/devicestat.h [new file with mode: 0644]
sys/sys/dir.h [new file with mode: 0644]
sys/sys/dirent.h [new file with mode: 0644]
sys/sys/disk.h [new file with mode: 0644]
sys/sys/disklabel.h [new file with mode: 0644]
sys/sys/disklabel32.h [new file with mode: 0644]
sys/sys/disklabel64.h [new file with mode: 0644]
sys/sys/diskmbr.h [new file with mode: 0644]
sys/sys/diskslice.h [new file with mode: 0644]
sys/sys/dkstat.h [new file with mode: 0644]
sys/sys/dmap.h [new file with mode: 0644]
sys/sys/domain.h [new file with mode: 0644]
sys/sys/dsched.h [new file with mode: 0644]
sys/sys/dtype.h [new file with mode: 0644]
sys/sys/dvdio.h [new file with mode: 0644]
sys/sys/elf32.h [new file with mode: 0644]
sys/sys/elf64.h [new file with mode: 0644]
sys/sys/elf_common.h [new file with mode: 0644]
sys/sys/elf_generic.h [new file with mode: 0644]
sys/sys/endian.h [new file with mode: 0644]
sys/sys/errno.h [new file with mode: 0644]
sys/sys/eui64.h [new file with mode: 0644]
sys/sys/event.h [new file with mode: 0644]
sys/sys/eventhandler.h [new file with mode: 0644]
sys/sys/eventvar.h [new file with mode: 0644]
sys/sys/exec.h [new file with mode: 0644]
sys/sys/extattr.h [new file with mode: 0644]
sys/sys/fbio.h [new file with mode: 0644]
sys/sys/fcntl.h [new file with mode: 0644]
sys/sys/fd_set.h [new file with mode: 0644]
sys/sys/file.h [new file with mode: 0644]
sys/sys/file2.h [new file with mode: 0644]
sys/sys/filedesc.h [new file with mode: 0644]
sys/sys/filio.h [new file with mode: 0644]
sys/sys/firmware.h [new file with mode: 0644]
sys/sys/fnv_hash.h [new file with mode: 0644]
sys/sys/globaldata.h [new file with mode: 0644]
sys/sys/gmon.h [new file with mode: 0644]
sys/sys/gpt.h [new file with mode: 0644]
sys/sys/iconv.h [new file with mode: 0644]
sys/sys/ieee754.h [new file with mode: 0644]
sys/sys/imgact.h [new file with mode: 0644]
sys/sys/imgact_aout.h [new file with mode: 0644]
sys/sys/imgact_elf.h [new file with mode: 0644]
sys/sys/in_cksum.h [new file with mode: 0644]
sys/sys/inflate.h [new file with mode: 0644]
sys/sys/interrupt.h [new file with mode: 0644]
sys/sys/ioccom.h [new file with mode: 0644]
sys/sys/ioctl.h [new file with mode: 0644]
sys/sys/ioctl_compat.h [new file with mode: 0644]
sys/sys/iosched.h [new file with mode: 0644]
sys/sys/ipc.h [new file with mode: 0644]
sys/sys/jail.h [new file with mode: 0644]
sys/sys/journal.h [new file with mode: 0644]
sys/sys/joystick.h [new file with mode: 0644]
sys/sys/kbio.h [new file with mode: 0644]
sys/sys/kcore.h [new file with mode: 0644]
sys/sys/kern_syscall.h [new file with mode: 0644]
sys/sys/kernel.h [new file with mode: 0644]
sys/sys/kerneldump.h [new file with mode: 0644]
sys/sys/kinfo.h [new file with mode: 0644]
sys/sys/kobj.h [new file with mode: 0644]
sys/sys/kthread.h [new file with mode: 0644]
sys/sys/ktr.h [new file with mode: 0644]
sys/sys/ktrace.h [new file with mode: 0644]
sys/sys/libkern.h [new file with mode: 0644]
sys/sys/limits.h [new file with mode: 0644]
sys/sys/link_aout.h [new file with mode: 0644]
sys/sys/link_elf.h [new file with mode: 0644]
sys/sys/linker.h [new file with mode: 0644]
sys/sys/linker_set.h [new file with mode: 0644]
sys/sys/localedef.h [new file with mode: 0644]
sys/sys/lock.h [new file with mode: 0644]
sys/sys/lockf.h [new file with mode: 0644]
sys/sys/machintr.h [new file with mode: 0644]
sys/sys/malloc.h [new file with mode: 0644]
sys/sys/mapped_ioctl.h [new file with mode: 0644]
sys/sys/mbuf.h [new file with mode: 0644]
sys/sys/mchain.h [new file with mode: 0644]
sys/sys/md4.h [new file with mode: 0644]
sys/sys/md5.h [new file with mode: 0644]
sys/sys/memrange.h [new file with mode: 0644]
sys/sys/mman.h [new file with mode: 0644]
sys/sys/module.h [new file with mode: 0644]
sys/sys/mount.h [new file with mode: 0644]
sys/sys/mountctl.h [new file with mode: 0644]
sys/sys/mouse.h [new file with mode: 0644]
sys/sys/mpipe.h [new file with mode: 0644]
sys/sys/mplock2.h [new file with mode: 0644]
sys/sys/mpt_ioctl.h [new file with mode: 0644]
sys/sys/mqueue.h [new file with mode: 0644]
sys/sys/msg.h [new file with mode: 0644]
sys/sys/msgbuf.h [new file with mode: 0644]
sys/sys/msgport.h [new file with mode: 0644]
sys/sys/msgport2.h [new file with mode: 0644]
sys/sys/mtio.h [new file with mode: 0644]
sys/sys/mutex.h [new file with mode: 0644]
sys/sys/mutex2.h [new file with mode: 0644]
sys/sys/namecache.h [new file with mode: 0644]
sys/sys/namei.h [new file with mode: 0644]
sys/sys/nata.h [new file with mode: 0644]
sys/sys/nchstats.h [new file with mode: 0644]
sys/sys/nlist_aout.h [new file with mode: 0644]
sys/sys/nlookup.h [new file with mode: 0644]
sys/sys/objcache.h [new file with mode: 0644]
sys/sys/param.h [new file with mode: 0644]
sys/sys/paths.h [new file with mode: 0644]
sys/sys/pciio.h [new file with mode: 0644]
sys/sys/pioctl.h [new file with mode: 0644]
sys/sys/pipe.h [new file with mode: 0644]
sys/sys/poll.h [new file with mode: 0644]
sys/sys/posix4.h [new file with mode: 0644]
sys/sys/power.h [new file with mode: 0644]
sys/sys/priv.h [new file with mode: 0644]
sys/sys/proc.h [new file with mode: 0644]
sys/sys/procfs.h [new file with mode: 0644]
sys/sys/protosw.h [new file with mode: 0644]
sys/sys/ptio.h [new file with mode: 0644]
sys/sys/ptrace.h [new file with mode: 0644]
sys/sys/queue.h [new file with mode: 0644]
sys/sys/random.h [new file with mode: 0644]
sys/sys/reboot.h [new file with mode: 0644]
sys/sys/refcount.h [new file with mode: 0644]
sys/sys/reg.h [new file with mode: 0644]
sys/sys/resident.h [new file with mode: 0644]
sys/sys/resource.h [new file with mode: 0644]
sys/sys/resourcevar.h [new file with mode: 0644]
sys/sys/rman.h [new file with mode: 0644]
sys/sys/rtprio.h [new file with mode: 0644]
sys/sys/sbuf.h [new file with mode: 0644]
sys/sys/sched.h [new file with mode: 0644]
sys/sys/select.h [new file with mode: 0644]
sys/sys/sem.h [new file with mode: 0644]
sys/sys/semaphore.h [new file with mode: 0644]
sys/sys/sensors.h [new file with mode: 0644]
sys/sys/serialize.h [new file with mode: 0644]
sys/sys/serialize2.h [new file with mode: 0644]
sys/sys/sfbuf.h [new file with mode: 0644]
sys/sys/shm.h [new file with mode: 0644]
sys/sys/signal.h [new file with mode: 0644]
sys/sys/signal2.h [new file with mode: 0644]
sys/sys/signalvar.h [new file with mode: 0644]
sys/sys/slaballoc.h [new file with mode: 0644]
sys/sys/snoop.h [new file with mode: 0644]
sys/sys/sockbuf.h [new file with mode: 0644]
sys/sys/socket.h [new file with mode: 0644]
sys/sys/socketops.h [new file with mode: 0644]
sys/sys/socketvar.h [new file with mode: 0644]
sys/sys/socketvar2.h [new file with mode: 0644]
sys/sys/sockio.h [new file with mode: 0644]
sys/sys/soundcard.h [new file with mode: 0644]
sys/sys/spinlock.h [new file with mode: 0644]
sys/sys/spinlock2.h [new file with mode: 0644]
sys/sys/stat.h [new file with mode: 0644]
sys/sys/statvfs.h [new file with mode: 0644]
sys/sys/stdint.h [new file with mode: 0644]
sys/sys/syscall-hide.h [new file with mode: 0644]
sys/sys/syscall.h [new file with mode: 0644]
sys/sys/syscall.mk [new file with mode: 0644]
sys/sys/sysctl.h [new file with mode: 0644]
sys/sys/sysent.h [new file with mode: 0644]
sys/sys/sysid.h [new file with mode: 0644]
sys/sys/syslimits.h [new file with mode: 0644]
sys/sys/syslink.h [new file with mode: 0644]
sys/sys/syslink_msg.h [new file with mode: 0644]
sys/sys/syslink_msg2.h [new file with mode: 0644]
sys/sys/syslink_rpc.h [new file with mode: 0644]
sys/sys/syslink_vfs.h [new file with mode: 0644]
sys/sys/syslog.h [new file with mode: 0644]
sys/sys/sysmsg.h [new file with mode: 0644]
sys/sys/sysproto.h [new file with mode: 0644]
sys/sys/sysref.h [new file with mode: 0644]
sys/sys/sysref2.h [new file with mode: 0644]
sys/sys/systimer.h [new file with mode: 0644]
sys/sys/systm.h [new file with mode: 0644]
sys/sys/sysunion.h [new file with mode: 0644]
sys/sys/taskqueue.h [new file with mode: 0644]
sys/sys/tbridge.h [new file with mode: 0644]
sys/sys/termios.h [new file with mode: 0644]
sys/sys/thread.h [new file with mode: 0644]
sys/sys/thread2.h [new file with mode: 0644]
sys/sys/time.h [new file with mode: 0644]
sys/sys/timeb.h [new file with mode: 0644]
sys/sys/timepps.h [new file with mode: 0644]
sys/sys/timers.h [new file with mode: 0644]
sys/sys/times.h [new file with mode: 0644]
sys/sys/timex.h [new file with mode: 0644]
sys/sys/tls.h [new file with mode: 0644]
sys/sys/tprintf.h [new file with mode: 0644]
sys/sys/tree.h [new file with mode: 0644]
sys/sys/tty.h [new file with mode: 0644]
sys/sys/ttychars.h [new file with mode: 0644]
sys/sys/ttycom.h [new file with mode: 0644]
sys/sys/ttydefaults.h [new file with mode: 0644]
sys/sys/ttydev.h [new file with mode: 0644]
sys/sys/types.h [new file with mode: 0644]
sys/sys/ucontext.h [new file with mode: 0644]
sys/sys/ucred.h [new file with mode: 0644]
sys/sys/udev.h [new file with mode: 0644]
sys/sys/uio.h [new file with mode: 0644]
sys/sys/un.h [new file with mode: 0644]
sys/sys/unistd.h [new file with mode: 0644]
sys/sys/unpcb.h [new file with mode: 0644]
sys/sys/upcall.h [new file with mode: 0644]
sys/sys/usched.h [new file with mode: 0644]
sys/sys/user.h [new file with mode: 0644]
sys/sys/utsname.h [new file with mode: 0644]
sys/sys/uuid.h [new file with mode: 0644]
sys/sys/varsym.h [new file with mode: 0644]
sys/sys/vfscache.h [new file with mode: 0644]
sys/sys/vfsops.h [new file with mode: 0644]
sys/sys/vkernel.h [new file with mode: 0644]
sys/sys/vmmeter.h [new file with mode: 0644]
sys/sys/vmspace.h [new file with mode: 0644]
sys/sys/vnioctl.h [new file with mode: 0644]
sys/sys/vnode.h [new file with mode: 0644]
sys/sys/wait.h [new file with mode: 0644]
sys/sys/wdog.h [new file with mode: 0644]
sys/sys/xio.h [new file with mode: 0644]
sys/sys/xwait.h [new file with mode: 0644]
sys/tools/devlist2h.awk [new file with mode: 0644]
sys/tools/emu10k1-mkalsa.sh [new file with mode: 0644]
sys/tools/fw_stub.awk [new file with mode: 0644]
sys/tools/makeobjops.awk [new file with mode: 0644]
sys/vfs/Makefile [new file with mode: 0644]
sys/vfs/deadfs/dead_vnops.c [new file with mode: 0644]
sys/vfs/devfs/Makefile [new file with mode: 0644]
sys/vfs/devfs/devfs_core.c [new file with mode: 0644]
sys/vfs/devfs/devfs_helper.c [new file with mode: 0644]
sys/vfs/devfs/devfs_rules.c [new file with mode: 0644]
sys/vfs/devfs/devfs_vfsops.c [new file with mode: 0644]
sys/vfs/devfs/devfs_vnops.c [new file with mode: 0644]
sys/vfs/fdesc/Makefile [new file with mode: 0644]
sys/vfs/fdesc/fdesc.h [new file with mode: 0644]
sys/vfs/fdesc/fdesc_vfsops.c [new file with mode: 0644]
sys/vfs/fdesc/fdesc_vnops.c [new file with mode: 0644]
sys/vfs/fifofs/Makefile [new file with mode: 0644]
sys/vfs/fifofs/fifo.h [new file with mode: 0644]
sys/vfs/fifofs/fifo_vnops.c [new file with mode: 0644]
sys/vfs/hammer/Makefile [new file with mode: 0644]
sys/vfs/hammer/hammer.h [new file with mode: 0644]
sys/vfs/hammer/hammer_blockmap.c [new file with mode: 0644]
sys/vfs/hammer/hammer_btree.c [new file with mode: 0644]
sys/vfs/hammer/hammer_btree.h [new file with mode: 0644]
sys/vfs/hammer/hammer_cursor.c [new file with mode: 0644]
sys/vfs/hammer/hammer_cursor.h [new file with mode: 0644]
sys/vfs/hammer/hammer_dedup.c [new file with mode: 0644]
sys/vfs/hammer/hammer_disk.h [new file with mode: 0644]
sys/vfs/hammer/hammer_flusher.c [new file with mode: 0644]
sys/vfs/hammer/hammer_freemap.c [new file with mode: 0644]
sys/vfs/hammer/hammer_inode.c [new file with mode: 0644]
sys/vfs/hammer/hammer_io.c [new file with mode: 0644]
sys/vfs/hammer/hammer_ioctl.c [new file with mode: 0644]
sys/vfs/hammer/hammer_ioctl.h [new file with mode: 0644]
sys/vfs/hammer/hammer_mirror.c [new file with mode: 0644]
sys/vfs/hammer/hammer_mount.h [new file with mode: 0644]
sys/vfs/hammer/hammer_object.c [new file with mode: 0644]
sys/vfs/hammer/hammer_ondisk.c [new file with mode: 0644]
sys/vfs/hammer/hammer_pfs.c [new file with mode: 0644]
sys/vfs/hammer/hammer_prune.c [new file with mode: 0644]
sys/vfs/hammer/hammer_rebalance.c [new file with mode: 0644]
sys/vfs/hammer/hammer_reblock.c [new file with mode: 0644]
sys/vfs/hammer/hammer_recover.c [new file with mode: 0644]
sys/vfs/hammer/hammer_redo.c [new file with mode: 0644]
sys/vfs/hammer/hammer_signal.c [new file with mode: 0644]
sys/vfs/hammer/hammer_subs.c [new file with mode: 0644]
sys/vfs/hammer/hammer_transaction.c [new file with mode: 0644]
sys/vfs/hammer/hammer_undo.c [new file with mode: 0644]
sys/vfs/hammer/hammer_vfsops.c [new file with mode: 0644]
sys/vfs/hammer/hammer_vnops.c [new file with mode: 0644]
sys/vfs/hammer/hammer_volume.c [new file with mode: 0644]
sys/vfs/hpfs/Makefile [new file with mode: 0644]
sys/vfs/hpfs/hpfs.h [new file with mode: 0644]
sys/vfs/hpfs/hpfs_alsubr.c [new file with mode: 0644]
sys/vfs/hpfs/hpfs_hash.c [new file with mode: 0644]
sys/vfs/hpfs/hpfs_ioctl.h [new file with mode: 0644]
sys/vfs/hpfs/hpfs_lookup.c [new file with mode: 0644]
sys/vfs/hpfs/hpfs_subr.c [new file with mode: 0644]
sys/vfs/hpfs/hpfs_subr.h [new file with mode: 0644]
sys/vfs/hpfs/hpfs_vfsops.c [new file with mode: 0644]
sys/vfs/hpfs/hpfs_vnops.c [new file with mode: 0644]
sys/vfs/hpfs/hpfsmount.h [new file with mode: 0644]
sys/vfs/isofs/Makefile [new file with mode: 0644]
sys/vfs/isofs/cd9660/Makefile [new file with mode: 0644]
sys/vfs/isofs/cd9660/TODO [new file with mode: 0644]
sys/vfs/isofs/cd9660/TODO.hibler [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_bmap.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_iconv/Makefile [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_iconv/cd9660_iconv.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_lookup.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_mount.h [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_node.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_node.h [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_rrip.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_rrip.h [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_util.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_vfsops.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/cd9660_vnops.c [new file with mode: 0644]
sys/vfs/isofs/cd9660/iso.h [new file with mode: 0644]
sys/vfs/isofs/cd9660/iso_rrip.h [new file with mode: 0644]
sys/vfs/mfs/Makefile [new file with mode: 0644]
sys/vfs/mfs/mfs_extern.h [new file with mode: 0644]
sys/vfs/mfs/mfs_vfsops.c [new file with mode: 0644]
sys/vfs/mfs/mfsnode.h [new file with mode: 0644]
sys/vfs/msdosfs/Makefile [new file with mode: 0644]
sys/vfs/msdosfs/bootsect.h [new file with mode: 0644]
sys/vfs/msdosfs/bpb.h [new file with mode: 0644]
sys/vfs/msdosfs/denode.h [new file with mode: 0644]
sys/vfs/msdosfs/direntry.h [new file with mode: 0644]
sys/vfs/msdosfs/fat.h [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_conv.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_denode.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_fat.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_iconv/Makefile [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_iconv/msdosfs_iconv.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_lookup.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_vfsops.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfs_vnops.c [new file with mode: 0644]
sys/vfs/msdosfs/msdosfsmount.h [new file with mode: 0644]
sys/vfs/nfs/Makefile [new file with mode: 0644]
sys/vfs/nfs/bootp_subr.c [new file with mode: 0644]
sys/vfs/nfs/krpc.h [new file with mode: 0644]
sys/vfs/nfs/krpc_subr.c [new file with mode: 0644]
sys/vfs/nfs/nfs.h [new file with mode: 0644]
sys/vfs/nfs/nfs_bio.c [new file with mode: 0644]
sys/vfs/nfs/nfs_iod.c [new file with mode: 0644]
sys/vfs/nfs/nfs_kerb.c [new file with mode: 0644]
sys/vfs/nfs/nfs_mountrpc.c [new file with mode: 0644]
sys/vfs/nfs/nfs_node.c [new file with mode: 0644]
sys/vfs/nfs/nfs_serv.c [new file with mode: 0644]
sys/vfs/nfs/nfs_socket.c [new file with mode: 0644]
sys/vfs/nfs/nfs_srvcache.c [new file with mode: 0644]
sys/vfs/nfs/nfs_subs.c [new file with mode: 0644]
sys/vfs/nfs/nfs_syscalls.c [new file with mode: 0644]
sys/vfs/nfs/nfs_vfsops.c [new file with mode: 0644]
sys/vfs/nfs/nfs_vnops.c [new file with mode: 0644]
sys/vfs/nfs/nfsdiskless.h [new file with mode: 0644]
sys/vfs/nfs/nfsm_subs.c [new file with mode: 0644]
sys/vfs/nfs/nfsm_subs.h [new file with mode: 0644]
sys/vfs/nfs/nfsmount.h [new file with mode: 0644]
sys/vfs/nfs/nfsmountrpc.h [new file with mode: 0644]
sys/vfs/nfs/nfsnode.h [new file with mode: 0644]
sys/vfs/nfs/nfsproto.h [new file with mode: 0644]
sys/vfs/nfs/nfsrtt.h [new file with mode: 0644]
sys/vfs/nfs/nfsrvcache.h [new file with mode: 0644]
sys/vfs/nfs/nfsv2.h [new file with mode: 0644]
sys/vfs/nfs/rpcv2.h [new file with mode: 0644]
sys/vfs/nfs/xdr_subs.h [new file with mode: 0644]
sys/vfs/ntfs/Makefile [new file with mode: 0644]
sys/vfs/ntfs/ntfs.h [new file with mode: 0644]
sys/vfs/ntfs/ntfs_compr.c [new file with mode: 0644]
sys/vfs/ntfs/ntfs_compr.h [new file with mode: 0644]
sys/vfs/ntfs/ntfs_iconv/Makefile [new file with mode: 0644]
sys/vfs/ntfs/ntfs_iconv/ntfs_iconv.c [new file with mode: 0644]
sys/vfs/ntfs/ntfs_ihash.c [new file with mode: 0644]
sys/vfs/ntfs/ntfs_ihash.h [new file with mode: 0644]
sys/vfs/ntfs/ntfs_inode.h [new file with mode: 0644]
sys/vfs/ntfs/ntfs_subr.c [new file with mode: 0644]
sys/vfs/ntfs/ntfs_subr.h [new file with mode: 0644]
sys/vfs/ntfs/ntfs_vfsops.c [new file with mode: 0644]
sys/vfs/ntfs/ntfs_vfsops.h [new file with mode: 0644]
sys/vfs/ntfs/ntfs_vnops.c [new file with mode: 0644]
sys/vfs/ntfs/ntfsmount.h [new file with mode: 0644]
sys/vfs/nullfs/Makefile [new file with mode: 0644]
sys/vfs/nullfs/null.h [new file with mode: 0644]
sys/vfs/nullfs/null_vfsops.c [new file with mode: 0644]
sys/vfs/nullfs/null_vnops.c [new file with mode: 0644]
sys/vfs/nwfs/Makefile [new file with mode: 0644]
sys/vfs/nwfs/nwfs.h [new file with mode: 0644]
sys/vfs/nwfs/nwfs_io.c [new file with mode: 0644]
sys/vfs/nwfs/nwfs_ioctl.c [new file with mode: 0644]
sys/vfs/nwfs/nwfs_mount.h [new file with mode: 0644]
sys/vfs/nwfs/nwfs_node.c [new file with mode: 0644]
sys/vfs/nwfs/nwfs_node.h [new file with mode: 0644]
sys/vfs/nwfs/nwfs_subr.c [new file with mode: 0644]
sys/vfs/nwfs/nwfs_subr.h [new file with mode: 0644]
sys/vfs/nwfs/nwfs_vfsops.c [new file with mode: 0644]
sys/vfs/nwfs/nwfs_vnops.c [new file with mode: 0644]
sys/vfs/portal/Makefile [new file with mode: 0644]
sys/vfs/portal/portal.h [new file with mode: 0644]
sys/vfs/portal/portal_vfsops.c [new file with mode: 0644]
sys/vfs/portal/portal_vnops.c [new file with mode: 0644]
sys/vfs/procfs/Makefile [new file with mode: 0644]
sys/vfs/procfs/README [new file with mode: 0644]
sys/vfs/procfs/procfs.h [new file with mode: 0644]
sys/vfs/procfs/procfs_ctl.c [new file with mode: 0644]
sys/vfs/procfs/procfs_dbregs.c [new file with mode: 0644]
sys/vfs/procfs/procfs_fpregs.c [new file with mode: 0644]
sys/vfs/procfs/procfs_map.c [new file with mode: 0644]
sys/vfs/procfs/procfs_mem.c [new file with mode: 0644]
sys/vfs/procfs/procfs_note.c [new file with mode: 0644]
sys/vfs/procfs/procfs_regs.c [new file with mode: 0644]
sys/vfs/procfs/procfs_rlimit.c [new file with mode: 0644]
sys/vfs/procfs/procfs_status.c [new file with mode: 0644]
sys/vfs/procfs/procfs_subr.c [new file with mode: 0644]
sys/vfs/procfs/procfs_type.c [new file with mode: 0644]
sys/vfs/procfs/procfs_vfsops.c [new file with mode: 0644]
sys/vfs/procfs/procfs_vnops.c [new file with mode: 0644]
sys/vfs/smbfs/Makefile [new file with mode: 0644]
sys/vfs/smbfs/smbfs.h [new file with mode: 0644]
sys/vfs/smbfs/smbfs_io.c [new file with mode: 0644]
sys/vfs/smbfs/smbfs_node.c [new file with mode: 0644]
sys/vfs/smbfs/smbfs_node.h [new file with mode: 0644]
sys/vfs/smbfs/smbfs_smb.c [new file with mode: 0644]
sys/vfs/smbfs/smbfs_subr.c [new file with mode: 0644]
sys/vfs/smbfs/smbfs_subr.h [new file with mode: 0644]
sys/vfs/smbfs/smbfs_vfsops.c [new file with mode: 0644]
sys/vfs/smbfs/smbfs_vnops.c [new file with mode: 0644]
sys/vfs/tmpfs/Makefile [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs.h [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs_args.h [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs_fifoops.c [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs_subr.c [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs_vfsops.c [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs_vnops.c [new file with mode: 0644]
sys/vfs/tmpfs/tmpfs_vnops.h [new file with mode: 0644]
sys/vfs/udf/Makefile [new file with mode: 0644]
sys/vfs/udf/ecma167-udf.h [new file with mode: 0644]
sys/vfs/udf/osta.c [new file with mode: 0644]
sys/vfs/udf/osta.h [new file with mode: 0644]
sys/vfs/udf/udf.h [new file with mode: 0644]
sys/vfs/udf/udf_mount.h [new file with mode: 0644]
sys/vfs/udf/udf_vfsops.c [new file with mode: 0644]
sys/vfs/udf/udf_vnops.c [new file with mode: 0644]
sys/vfs/ufs/README [new file with mode: 0644]
sys/vfs/ufs/README.softupdates [new file with mode: 0644]
sys/vfs/ufs/dinode.h [new file with mode: 0644]
sys/vfs/ufs/dir.h [new file with mode: 0644]
sys/vfs/ufs/dirhash.h [new file with mode: 0644]
sys/vfs/ufs/ffs_alloc.c [new file with mode: 0644]
sys/vfs/ufs/ffs_balloc.c [new file with mode: 0644]
sys/vfs/ufs/ffs_extern.h [new file with mode: 0644]
sys/vfs/ufs/ffs_inode.c [new file with mode: 0644]
sys/vfs/ufs/ffs_rawread.c [new file with mode: 0644]
sys/vfs/ufs/ffs_softdep.c [new file with mode: 0644]
sys/vfs/ufs/ffs_softdep_stub.c [new file with mode: 0644]
sys/vfs/ufs/ffs_subr.c [new file with mode: 0644]
sys/vfs/ufs/ffs_tables.c [new file with mode: 0644]
sys/vfs/ufs/ffs_vfsops.c [new file with mode: 0644]
sys/vfs/ufs/ffs_vnops.c [new file with mode: 0644]
sys/vfs/ufs/fs.h [new file with mode: 0644]
sys/vfs/ufs/inode.h [new file with mode: 0644]
sys/vfs/ufs/quota.h [new file with mode: 0644]
sys/vfs/ufs/softdep.h [new file with mode: 0644]
sys/vfs/ufs/ufs_bmap.c [new file with mode: 0644]
sys/vfs/ufs/ufs_dirhash.c [new file with mode: 0644]
sys/vfs/ufs/ufs_extern.h [new file with mode: 0644]
sys/vfs/ufs/ufs_ihash.c [new file with mode: 0644]
sys/vfs/ufs/ufs_inode.c [new file with mode: 0644]
sys/vfs/ufs/ufs_lookup.c [new file with mode: 0644]
sys/vfs/ufs/ufs_quota.c [new file with mode: 0644]
sys/vfs/ufs/ufs_readwrite.c [new file with mode: 0644]
sys/vfs/ufs/ufs_types.h [new file with mode: 0644]
sys/vfs/ufs/ufs_vfsops.c [new file with mode: 0644]
sys/vfs/ufs/ufs_vnops.c [new file with mode: 0644]
sys/vfs/ufs/ufsmount.h [new file with mode: 0644]
sys/vfs/union/Makefile [new file with mode: 0644]
sys/vfs/union/union.h [new file with mode: 0644]
sys/vfs/union/union_subr.c [new file with mode: 0644]
sys/vfs/union/union_vfsops.c [new file with mode: 0644]
sys/vfs/union/union_vnops.c [new file with mode: 0644]
sys/vfs/userfs/Makefile [new file with mode: 0644]
sys/vfs/userfs/userfs.h [new file with mode: 0644]
sys/vfs/userfs/userfs_elms.c [new file with mode: 0644]
sys/vfs/userfs/userfs_inode.c [new file with mode: 0644]
sys/vfs/userfs/userfs_vfsops.c [new file with mode: 0644]
sys/vfs/userfs/userfs_vnops.c [new file with mode: 0644]
sys/vm/default_pager.c [new file with mode: 0644]
sys/vm/device_pager.c [new file with mode: 0644]
sys/vm/phys_pager.c [new file with mode: 0644]
sys/vm/pmap.h [new file with mode: 0644]
sys/vm/swap_pager.c [new file with mode: 0644]
sys/vm/swap_pager.h [new file with mode: 0644]
sys/vm/vm.h [new file with mode: 0644]
sys/vm/vm_contig.c [new file with mode: 0644]
sys/vm/vm_extern.h [new file with mode: 0644]
sys/vm/vm_fault.c [new file with mode: 0644]
sys/vm/vm_glue.c [new file with mode: 0644]
sys/vm/vm_init.c [new file with mode: 0644]
sys/vm/vm_kern.c [new file with mode: 0644]
sys/vm/vm_kern.h [new file with mode: 0644]
sys/vm/vm_map.c [new file with mode: 0644]
sys/vm/vm_map.h [new file with mode: 0644]
sys/vm/vm_meter.c [new file with mode: 0644]
sys/vm/vm_mmap.c [new file with mode: 0644]
sys/vm/vm_object.c [new file with mode: 0644]
sys/vm/vm_object.h [new file with mode: 0644]
sys/vm/vm_page.c [new file with mode: 0644]
sys/vm/vm_page.h [new file with mode: 0644]
sys/vm/vm_page2.h [new file with mode: 0644]
sys/vm/vm_pageout.c [new file with mode: 0644]
sys/vm/vm_pageout.h [new file with mode: 0644]
sys/vm/vm_pager.c [new file with mode: 0644]
sys/vm/vm_pager.h [new file with mode: 0644]
sys/vm/vm_param.h [new file with mode: 0644]
sys/vm/vm_swap.c [new file with mode: 0644]
sys/vm/vm_swapcache.c [new file with mode: 0644]
sys/vm/vm_unix.c [new file with mode: 0644]
sys/vm/vm_vmspace.c [new file with mode: 0644]
sys/vm/vm_zeroidle.c [new file with mode: 0644]
sys/vm/vm_zone.c [new file with mode: 0644]
sys/vm/vm_zone.h [new file with mode: 0644]
sys/vm/vnode_pager.c [new file with mode: 0644]
sys/vm/vnode_pager.h [new file with mode: 0644]
test/caps/Makefile [new file with mode: 0644]
test/caps/caps1.c [new file with mode: 0644]
test/caps/client.c [new file with mode: 0644]
test/caps/decoder.c [new file with mode: 0644]
test/caps/encoder.c [new file with mode: 0644]
test/caps/server.c [new file with mode: 0644]
test/caps/thr1.c [new file with mode: 0644]
test/caps/thr2.c [new file with mode: 0644]
test/caps/thr3.c [new file with mode: 0644]
test/cpuperf/Makefile [new file with mode: 0644]
test/cpuperf/cpu_add.S [new file with mode: 0644]
test/cpuperf/cpu_call.S [new file with mode: 0644]
test/cpuperf/cpu_cmpadd.S [new file with mode: 0644]
test/cpuperf/cpu_cmpexg.S [new file with mode: 0644]
test/cpuperf/cpu_ladd.S [new file with mode: 0644]
test/cpuperf/cpu_lcmpexg.S [new file with mode: 0644]
test/cpuperf/cputest.c [new file with mode: 0644]
test/debug/README [new file with mode: 0644]
test/debug/buserr.c [new file with mode: 0644]
test/debug/chkincludes [new file with mode: 0644]
test/debug/fdpassing.c [new file with mode: 0644]
test/debug/kmapinfo.c [new file with mode: 0644]
test/debug/kshowprocs.c [new file with mode: 0644]
test/debug/kwrite.c [new file with mode: 0644]
test/debug/mbufinfo.c [new file with mode: 0644]
test/debug/ncptrace.c [new file with mode: 0644]
test/debug/posixlock.c [new file with mode: 0644]
test/debug/revoke.c [new file with mode: 0644]
test/debug/seekbench.c [new file with mode: 0644]
test/debug/ttyinfo.c [new file with mode: 0644]
test/debug/umtx.c [new file with mode: 0644]
test/debug/vmpageinfo.c [new file with mode: 0644]
test/debug/vnodeinfo.c [new file with mode: 0644]
test/debug/wildcardinfo.c [new file with mode: 0644]
test/debug/zallocinfo.c [new file with mode: 0644]
test/dsched/Makefile [new file with mode: 0644]
test/dsched/dsched_stats.c [new file with mode: 0644]
test/dsched_fq/Makefile [new file with mode: 0644]
test/dsched_fq/fqstats.c [new file with mode: 0644]
test/fastbulk/Makefile [new file with mode: 0644]
test/fastbulk/dobuild [new file with mode: 0755]
test/fastbulk/dochanges [new file with mode: 0755]
test/fastbulk/fastbulk.c [new file with mode: 0644]
test/fastbulk/getpkgsrcdir.c [new file with mode: 0644]
test/interbench/COPYING [new file with mode: 0644]
test/interbench/Makefile [new file with mode: 0644]
test/interbench/hackbench.c [new file with mode: 0644]
test/interbench/interbench.8 [new file with mode: 0644]
test/interbench/interbench.c [new file with mode: 0644]
test/interbench/interbench.h [new file with mode: 0644]
test/interbench/readme [new file with mode: 0644]
test/interbench/readme.interactivity [new file with mode: 0644]
test/lockf/Makefile [new file with mode: 0644]
test/lockf/lockf.c [new file with mode: 0644]
test/pcpu/Makefile [new file with mode: 0644]
test/pcpu/cpustat.c [new file with mode: 0644]
test/pcpu/ncache-stats.c [new file with mode: 0644]
test/stress/Makefile [new file with mode: 0644]
test/stress/eatmem.c [new file with mode: 0644]
test/stress/eattls.c [new file with mode: 0644]
test/stress/fsstress/Makefile [new file with mode: 0644]
test/stress/fsstress/README [new file with mode: 0644]
test/stress/fsstress/dotest.sample [new file with mode: 0644]
test/stress/fsstress/fsstress.c [new file with mode: 0644]
test/stress/fsstress/global.h [new file with mode: 0644]
test/stress/fsstress/xfscompat.h [new file with mode: 0644]
test/stress/fsx/Makefile [new file with mode: 0644]
test/stress/fsx/dotest [new file with mode: 0755]
test/stress/fsx/fsx.c [new file with mode: 0644]
test/stress/stress2/Makefile [new file with mode: 0644]
test/stress/stress2/Makefile.gnu [new file with mode: 0644]
test/stress/stress2/README [new file with mode: 0644]
test/stress/stress2/all.cfg [new file with mode: 0644]
test/stress/stress2/beaver1.sentex.ca [new file with mode: 0644]
test/stress/stress2/creat.cfg [new file with mode: 0644]
test/stress/stress2/default.cfg [new file with mode: 0644]
test/stress/stress2/df.cfg [new file with mode: 0644]
test/stress/stress2/disk.cfg [new file with mode: 0644]
test/stress/stress2/doc/README [new file with mode: 0644]
test/stress/stress2/doc/linuxforum06.pdf [new file with mode: 0644]
test/stress/stress2/doc/stress.pdf [new file with mode: 0644]
test/stress/stress2/hydra1.netperf.freebsd.org [new file with mode: 0644]
test/stress/stress2/hydra2.netperf.freebsd.org [new file with mode: 0644]
test/stress/stress2/include/stress.h [new file with mode: 0644]
test/stress/stress2/io.cfg [new file with mode: 0644]
test/stress/stress2/jeff.cfg [new file with mode: 0644]
test/stress/stress2/lib/Makefile [new file with mode: 0644]
test/stress/stress2/lib/main.c [new file with mode: 0644]
test/stress/stress2/lib/options.c [new file with mode: 0644]
test/stress/stress2/lib/random_int.c [new file with mode: 0644]
test/stress/stress2/lib/resources.c [new file with mode: 0644]
test/stress/stress2/link.cfg [new file with mode: 0644]
test/stress/stress2/load.cfg [new file with mode: 0644]
test/stress/stress2/lockf.cfg [new file with mode: 0644]
test/stress/stress2/marcus.cfg [new file with mode: 0644]
test/stress/stress2/misc/README [new file with mode: 0644]
test/stress/stress2/misc/all.sh [new file with mode: 0755]
test/stress/stress2/misc/altbufferflushes.sh [new file with mode: 0755]
test/stress/stress2/misc/alternativeFlushPath.sh [new file with mode: 0755]
test/stress/stress2/misc/backingstore.sh [new file with mode: 0755]
test/stress/stress2/misc/backingstore2.sh [new file with mode: 0755]
test/stress/stress2/misc/backingstore3.sh [new file with mode: 0755]
test/stress/stress2/misc/cdevsw.sh [new file with mode: 0755]
test/stress/stress2/misc/cleanup.sh [new file with mode: 0755]
test/stress/stress2/misc/core.sh [new file with mode: 0755]
test/stress/stress2/misc/crossmp.sh [new file with mode: 0755]
test/stress/stress2/misc/crossmp2.sh [new file with mode: 0755]
test/stress/stress2/misc/datamove.sh [new file with mode: 0755]
test/stress/stress2/misc/datamove2.sh [new file with mode: 0755]
test/stress/stress2/misc/datamove3.sh [new file with mode: 0755]
test/stress/stress2/misc/devfs.sh [new file with mode: 0755]
test/stress/stress2/misc/devfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/extattr.sh [new file with mode: 0755]
test/stress/stress2/misc/extattrctl.sh [new file with mode: 0755]
test/stress/stress2/misc/fdescfs.sh [new file with mode: 0755]
test/stress/stress2/misc/fpclone.sh [new file with mode: 0755]
test/stress/stress2/misc/fpclone2.sh [new file with mode: 0755]
test/stress/stress2/misc/fpu.sh [new file with mode: 0755]
test/stress/stress2/misc/fragments.sh [new file with mode: 0755]
test/stress/stress2/misc/fs.sh [new file with mode: 0755]
test/stress/stress2/misc/fullpath.sh [new file with mode: 0755]
test/stress/stress2/misc/fuzz.sh [new file with mode: 0755]
test/stress/stress2/misc/inversion.sh [new file with mode: 0755]
test/stress/stress2/misc/isofs.sh [new file with mode: 0755]
test/stress/stress2/misc/jail.sh [new file with mode: 0755]
test/stress/stress2/misc/jail2.sh [new file with mode: 0755]
test/stress/stress2/misc/jail3.sh [new file with mode: 0755]
test/stress/stress2/misc/jail4.sh [new file with mode: 0755]
test/stress/stress2/misc/kevent.sh [new file with mode: 0755]
test/stress/stress2/misc/kevent2.sh [new file with mode: 0755]
test/stress/stress2/misc/kevent3.sh [new file with mode: 0755]
test/stress/stress2/misc/kevent4.sh [new file with mode: 0755]
test/stress/stress2/misc/kevent5.sh [new file with mode: 0755]
test/stress/stress2/misc/kinfo.sh [new file with mode: 0755]
test/stress/stress2/misc/kinfo2.sh [new file with mode: 0755]
test/stress/stress2/misc/kinfo3.sh [new file with mode: 0755]
test/stress/stress2/misc/ldt.sh [new file with mode: 0755]
test/stress/stress2/misc/ldt2.sh [new file with mode: 0755]
test/stress/stress2/misc/libMicro.sh [new file with mode: 0755]
test/stress/stress2/misc/lockf.sh [new file with mode: 0755]
test/stress/stress2/misc/lookup_shared.sh [new file with mode: 0755]
test/stress/stress2/misc/mac.sh [new file with mode: 0755]
test/stress/stress2/misc/mac_chkexec.sh [new file with mode: 0755]
test/stress/stress2/misc/md.sh [new file with mode: 0755]
test/stress/stress2/misc/md2.sh [new file with mode: 0755]
test/stress/stress2/misc/md3.sh [new file with mode: 0755]
test/stress/stress2/misc/mlockall.sh [new file with mode: 0755]
test/stress/stress2/misc/mmap.sh [new file with mode: 0755]
test/stress/stress2/misc/mmap2.sh [new file with mode: 0755]
test/stress/stress2/misc/mmap3.sh [new file with mode: 0755]
test/stress/stress2/misc/mmap4.sh [new file with mode: 0755]
test/stress/stress2/misc/mount.sh [new file with mode: 0755]
test/stress/stress2/misc/mount2.sh [new file with mode: 0755]
test/stress/stress2/misc/mountro.sh [new file with mode: 0755]
test/stress/stress2/misc/mountro2.sh [new file with mode: 0755]
test/stress/stress2/misc/mountro3.sh [new file with mode: 0755]
test/stress/stress2/misc/msdos.sh [new file with mode: 0755]
test/stress/stress2/misc/msdos2.sh [new file with mode: 0755]
test/stress/stress2/misc/msdos3.sh [new file with mode: 0755]
test/stress/stress2/misc/msdos4.sh [new file with mode: 0755]
test/stress/stress2/misc/namecache.sh [new file with mode: 0755]
test/stress/stress2/misc/nbufkv.sh [new file with mode: 0755]
test/stress/stress2/misc/newfs.sh [new file with mode: 0755]
test/stress/stress2/misc/newfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/newfs3.sh [new file with mode: 0755]
test/stress/stress2/misc/newfs4.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs3.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs4.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs5.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs6.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs7.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs8.sh [new file with mode: 0755]
test/stress/stress2/misc/nfs9.sh [new file with mode: 0755]
test/stress/stress2/misc/nfsrename.sh [new file with mode: 0755]
test/stress/stress2/misc/nullfs.sh [new file with mode: 0755]
test/stress/stress2/misc/nullfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/nullfs3.sh [new file with mode: 0755]
test/stress/stress2/misc/nullfs4.sh [new file with mode: 0755]
test/stress/stress2/misc/nullfs5.sh [new file with mode: 0755]
test/stress/stress2/misc/nullfs6.sh [new file with mode: 0755]
test/stress/stress2/misc/pmc.sh [new file with mode: 0755]
test/stress/stress2/misc/procfs.sh [new file with mode: 0755]
test/stress/stress2/misc/pthread.sh [new file with mode: 0755]
test/stress/stress2/misc/quota1.sh [new file with mode: 0755]
test/stress/stress2/misc/quota10.sh [new file with mode: 0755]
test/stress/stress2/misc/quota2.sh [new file with mode: 0755]
test/stress/stress2/misc/quota3.sh [new file with mode: 0755]
test/stress/stress2/misc/quota4.sh [new file with mode: 0755]
test/stress/stress2/misc/quota5.sh [new file with mode: 0755]
test/stress/stress2/misc/quota6.sh [new file with mode: 0755]
test/stress/stress2/misc/quota7.sh [new file with mode: 0755]
test/stress/stress2/misc/quota8.sh [new file with mode: 0755]
test/stress/stress2/misc/quota9.sh [new file with mode: 0755]
test/stress/stress2/misc/recursiveflushes.sh [new file with mode: 0755]
test/stress/stress2/misc/rename.sh [new file with mode: 0755]
test/stress/stress2/misc/rename2.sh [new file with mode: 0755]
test/stress/stress2/misc/rename3.sh [new file with mode: 0755]
test/stress/stress2/misc/rename4.sh [new file with mode: 0755]
test/stress/stress2/misc/revoke.sh [new file with mode: 0755]
test/stress/stress2/misc/sem.sh [new file with mode: 0755]
test/stress/stress2/misc/sendfile.sh [new file with mode: 0755]
test/stress/stress2/misc/snap.sh [new file with mode: 0755]
test/stress/stress2/misc/snap2-1.sh [new file with mode: 0755]
test/stress/stress2/misc/snap2.sh [new file with mode: 0755]
test/stress/stress2/misc/snap3.sh [new file with mode: 0755]
test/stress/stress2/misc/snap4.sh [new file with mode: 0755]
test/stress/stress2/misc/snap5-1.sh [new file with mode: 0755]
test/stress/stress2/misc/snap5.sh [new file with mode: 0755]
test/stress/stress2/misc/snap6.sh [new file with mode: 0755]
test/stress/stress2/misc/snap7.sh [new file with mode: 0755]
test/stress/stress2/misc/snap8.sh [new file with mode: 0755]
test/stress/stress2/misc/snapbackup.sh [new file with mode: 0755]
test/stress/stress2/misc/softupdate.sh [new file with mode: 0755]
test/stress/stress2/misc/statfs.sh [new file with mode: 0755]
test/stress/stress2/misc/suj.sh [new file with mode: 0755]
test/stress/stress2/misc/symlink.sh [new file with mode: 0755]
test/stress/stress2/misc/symlink2.sh [new file with mode: 0755]
test/stress/stress2/misc/syscall.sh [new file with mode: 0755]
test/stress/stress2/misc/syscall2.sh [new file with mode: 0755]
test/stress/stress2/misc/tmpfs.sh [new file with mode: 0755]
test/stress/stress2/misc/tmpfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/tmpfs3.sh [new file with mode: 0755]
test/stress/stress2/misc/tmpfs4.sh [new file with mode: 0755]
test/stress/stress2/misc/truncate.sh [new file with mode: 0755]
test/stress/stress2/misc/truncate2.sh [new file with mode: 0755]
test/stress/stress2/misc/ucom.sh [new file with mode: 0755]
test/stress/stress2/misc/umount.sh [new file with mode: 0755]
test/stress/stress2/misc/umountf.sh [new file with mode: 0755]
test/stress/stress2/misc/umountf2.sh [new file with mode: 0755]
test/stress/stress2/misc/umountf3.sh [new file with mode: 0755]
test/stress/stress2/misc/umountf4.sh [new file with mode: 0755]
test/stress/stress2/misc/union.sh [new file with mode: 0755]
test/stress/stress2/misc/unionfs.sh [new file with mode: 0755]
test/stress/stress2/misc/unionfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/unionfs3.sh [new file with mode: 0755]
test/stress/stress2/misc/zfs.sh [new file with mode: 0755]
test/stress/stress2/misc/zfs2.sh [new file with mode: 0755]
test/stress/stress2/misc/zfs3.sh [new file with mode: 0755]
test/stress/stress2/misc/zfs4.sh [new file with mode: 0755]
test/stress/stress2/misc/zfs5.sh [new file with mode: 0755]
test/stress/stress2/mkdir.cfg [new file with mode: 0644]
test/stress/stress2/mkfifo.cfg [new file with mode: 0644]
test/stress/stress2/norw.cfg [new file with mode: 0644]
test/stress/stress2/noswap.cfg [new file with mode: 0644]
test/stress/stress2/orangutan.netperf.freebsd.org [new file with mode: 0644]
test/stress/stress2/pty.cfg [new file with mode: 0644]
test/stress/stress2/run.sh [new file with mode: 0755]
test/stress/stress2/rw.cfg [new file with mode: 0644]
test/stress/stress2/syscall.cfg [new file with mode: 0644]
test/stress/stress2/sysctl.cfg [new file with mode: 0644]
test/stress/stress2/testcases/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/Makefile.inc [new file with mode: 0644]
test/stress/stress2/testcases/README [new file with mode: 0644]
test/stress/stress2/testcases/badcode/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/badcode/badcode.c [new file with mode: 0644]
test/stress/stress2/testcases/creat/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/creat/creat.c [new file with mode: 0644]
test/stress/stress2/testcases/fts/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/fts/fts.c [new file with mode: 0644]
test/stress/stress2/testcases/link/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/link/link.c [new file with mode: 0644]
test/stress/stress2/testcases/lockf/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/lockf/lockf.c [new file with mode: 0644]
test/stress/stress2/testcases/lockf2/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/lockf2/lockf2.c [new file with mode: 0644]
test/stress/stress2/testcases/mkdir/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/mkdir/mkdir.c [new file with mode: 0644]
test/stress/stress2/testcases/mkfifo/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/mkfifo/mkfifo.c [new file with mode: 0644]
test/stress/stress2/testcases/mmap/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/mmap/mmap.c [new file with mode: 0644]
test/stress/stress2/testcases/openat/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/openat/doat.c [new file with mode: 0644]
test/stress/stress2/testcases/openat/openat.c [new file with mode: 0644]
test/stress/stress2/testcases/pty/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/pty/pty.c [new file with mode: 0644]
test/stress/stress2/testcases/rename/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/rename/rename.c [new file with mode: 0644]
test/stress/stress2/testcases/run/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/run/run.c [new file with mode: 0644]
test/stress/stress2/testcases/rw/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/rw/rw.c [new file with mode: 0644]
test/stress/stress2/testcases/shm/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/shm/shm.c [new file with mode: 0644]
test/stress/stress2/testcases/socket/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/socket/socket.c [new file with mode: 0644]
test/stress/stress2/testcases/swap/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/swap/swap.c [new file with mode: 0644]
test/stress/stress2/testcases/symlink/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/symlink/symlink.c [new file with mode: 0644]
test/stress/stress2/testcases/syscall/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/syscall/syscall.c [new file with mode: 0644]
test/stress/stress2/testcases/sysctl/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/sysctl/sysctl.c [new file with mode: 0644]
test/stress/stress2/testcases/tcp/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/tcp/tcp.c [new file with mode: 0644]
test/stress/stress2/testcases/thr1/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/thr1/thr1.c [new file with mode: 0644]
test/stress/stress2/testcases/thr2/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/thr2/thr2.c [new file with mode: 0644]
test/stress/stress2/testcases/udp/Makefile [new file with mode: 0644]
test/stress/stress2/testcases/udp/udp.c [new file with mode: 0644]
test/stress/stress2/tools/df.sh [new file with mode: 0755]
test/stress/stress2/tools/freeze.sh [new file with mode: 0755]
test/stress/stress2/tools/freeze2.sh [new file with mode: 0755]
test/stress/stress2/tools/fstool.c [new file with mode: 0644]
test/stress/stress2/tools/iwatch.sh [new file with mode: 0755]
test/stress/stress2/tools/l3.sh [new file with mode: 0755]
test/stress/stress2/tools/leaks.sh [new file with mode: 0755]
test/stress/stress2/tools/leaks2.sh [new file with mode: 0755]
test/stress/stress2/tools/module/Makefile [new file with mode: 0644]
test/stress/stress2/tools/module/ptest.c [new file with mode: 0644]
test/stress/stress2/tools/monitor.sh [new file with mode: 0755]
test/stress/stress2/tools/ptsleak.sh [new file with mode: 0755]
test/stress/stress2/tools/ptyleak.sh [new file with mode: 0755]
test/stress/stress2/tools/rwatch.sh [new file with mode: 0755]
test/stress/stress2/udp.cfg [new file with mode: 0644]
test/stress/stress2/vfs.cfg [new file with mode: 0644]
test/stress/webstress/Makefile [new file with mode: 0644]
test/stress/webstress/webstress.c [new file with mode: 0644]
test/syslink/dummyfs.c [new file with mode: 0644]
test/syslink/test1.c [new file with mode: 0644]
test/syslink/test2.c [new file with mode: 0644]
test/sysmsg/Makefile [new file with mode: 0644]
test/sysmsg/syscall.h [new file with mode: 0644]
test/sysmsg/sysmsg1.c [new file with mode: 0644]
test/sysmsg/sysmsg2.c [new file with mode: 0644]
test/sysperf/Makefile [new file with mode: 0644]
test/sysperf/blib.c [new file with mode: 0644]
test/sysperf/blib.h [new file with mode: 0644]
test/sysperf/call1.c [new file with mode: 0644]
test/sysperf/call2.c [new file with mode: 0644]
test/sysperf/call3.c [new file with mode: 0644]
test/sysperf/cld1.c [new file with mode: 0644]
test/sysperf/cmp.c [new file with mode: 0644]
test/sysperf/exec1.c [new file with mode: 0644]
test/sysperf/fork1.c [new file with mode: 0644]
test/sysperf/getuid_msg.c [new file with mode: 0644]
test/sysperf/loop1.c [new file with mode: 0644]
test/sysperf/loop2.c [new file with mode: 0644]
test/sysperf/loop3.c [new file with mode: 0644]
test/sysperf/loop4.c [new file with mode: 0644]
test/sysperf/mbwtest.c [new file with mode: 0644]
test/sysperf/mbwtest.data [new file with mode: 0644]
test/sysperf/memcpy.c [new file with mode: 0644]
test/sysperf/memzero.c [new file with mode: 0644]
test/sysperf/mtx.s [new file with mode: 0644]
test/sysperf/mutex1.c [new file with mode: 0644]
test/sysperf/mutex2.c [new file with mode: 0644]
test/sysperf/mutex3.c [new file with mode: 0644]
test/sysperf/mutex4.c [new file with mode: 0644]
test/sysperf/pipe1.c [new file with mode: 0644]
test/sysperf/pipe2.c [new file with mode: 0644]
test/sysperf/quicksw1.c [new file with mode: 0644]
test/sysperf/randread.c [new file with mode: 0644]
test/sysperf/read1.c [new file with mode: 0644]
test/sysperf/socketpair.c [new file with mode: 0644]
test/sysperf/sw.S [new file with mode: 0644]
test/sysperf/syscall1.c [new file with mode: 0644]
test/sysperf/syscall2.c [new file with mode: 0644]
test/sysperf/syscall3.c [new file with mode: 0644]
test/sysperf/syscall4.c [new file with mode: 0644]
test/sysperf/syscall5.c [new file with mode: 0644]
test/sysperf/upcall.S [new file with mode: 0644]
test/sysperf/upcall1.c [new file with mode: 0644]
test/test/README [new file with mode: 0644]
test/test/WRITEME [new file with mode: 0644]
test/test/baaz [new file with mode: 0644]
test/test/bar [new file with mode: 0644]
test/test/draco [new file with mode: 0644]
test/test/quux [new file with mode: 0644]
test/test/signal [new file with mode: 0644]
test/test/sjgq [new file with mode: 0644]
test/test/test123 [new file with mode: 0644]
test/test/test_lentferj [new file with mode: 0644]
test/test/yanyh [new file with mode: 0644]
test/testcases/Makefile [new file with mode: 0644]
test/testcases/compiler/Makefile [new file with mode: 0644]
test/testcases/compiler/div128/Makefile [new file with mode: 0644]
test/testcases/compiler/div128/div128.c [new file with mode: 0644]
test/testcases/crypto/Makefile [new file with mode: 0644]
test/testcases/crypto/aes/Makefile [new file with mode: 0644]
test/testcases/crypto/aes/aestest.c [new file with mode: 0644]
test/testcases/crypto/aes/ecbnk44.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbnk48.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbnt44.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbnt48.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbvk44.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbvk48.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbvt44.txt [new file with mode: 0644]
test/testcases/crypto/aes/ecbvt48.txt [new file with mode: 0644]
test/testcases/crypto/aesctr/Makefile [new file with mode: 0644]
test/testcases/crypto/aesctr/aesctr.c [new file with mode: 0644]
test/testcases/crypto/aesxts/Makefile [new file with mode: 0644]
test/testcases/crypto/aesxts/aes_xts.c [new file with mode: 0644]
test/testcases/crypto/serpent/Makefile [new file with mode: 0644]
test/testcases/crypto/serpent/serpent_test.c [new file with mode: 0644]
test/testcases/crypto/serpent/serpentecb_vk.txt [new file with mode: 0644]
test/testcases/crypto/serpent/serpentecb_vt.txt [new file with mode: 0644]
test/testcases/crypto/twofish/Makefile [new file with mode: 0644]
test/testcases/crypto/twofish/twofish_test.c [new file with mode: 0644]
test/testcases/crypto/twofish/twofishecb_vk.txt [new file with mode: 0644]
test/testcases/crypto/twofish/twofishecb_vt.txt [new file with mode: 0644]
test/testcases/io/Makefile [new file with mode: 0644]
test/testcases/io/kqueue_1/Makefile [new file with mode: 0644]
test/testcases/io/kqueue_1/kqueue_1.c [new file with mode: 0644]
test/testcases/io/kqueue_2/Makefile [new file with mode: 0644]
test/testcases/io/kqueue_2/kqueue_2.c [new file with mode: 0644]
test/testcases/io/pselect_1/Makefile [new file with mode: 0644]
test/testcases/io/pselect_1/pselect_1.c [new file with mode: 0644]
test/testcases/io/select_1/Makefile [new file with mode: 0644]
test/testcases/io/select_1/select_1.c [new file with mode: 0644]
test/testcases/io/select_2/Makefile [new file with mode: 0644]
test/testcases/io/select_2/select_2.c [new file with mode: 0644]
test/testcases/io/select_3/Makefile [new file with mode: 0644]
test/testcases/io/select_3/select_3.c [new file with mode: 0644]
test/testcases/io/select_4/Makefile [new file with mode: 0644]
test/testcases/io/select_4/select_4.c [new file with mode: 0644]
test/testcases/io/sendfd_1/Makefile [new file with mode: 0644]
test/testcases/io/sendfd_1/sendfd_1.c [new file with mode: 0644]
test/testcases/mem/Makefile [new file with mode: 0644]
test/testcases/mem/mmap_1/Makefile [new file with mode: 0644]
test/testcases/mem/mmap_1/mmap_1.c [new file with mode: 0644]
test/testcases/mem/mmap_madvise_1/Makefile [new file with mode: 0644]
test/testcases/mem/mmap_madvise_1/mmap_madvise_1.c [new file with mode: 0644]
test/testcases/misc/Makefile [new file with mode: 0644]
test/testcases/misc/sh_1/Makefile [new file with mode: 0644]
test/testcases/misc/sh_1/sh_1.sh [new file with mode: 0644]
test/testcases/priv/Makefile [new file with mode: 0644]
test/testcases/priv/setreuid/Makefile [new file with mode: 0644]
test/testcases/priv/setreuid/setreuid.c [new file with mode: 0644]
test/testcases/runlist.run [new file with mode: 0644]
test/testcases/sample.run [new file with mode: 0644]
test/testcases/sample/Makefile [new file with mode: 0644]
test/testcases/sample/test1/Makefile [new file with mode: 0644]
test/testcases/sample/test1/test1.c [new file with mode: 0644]
test/testcases/sample/test2/Makefile [new file with mode: 0644]
test/testcases/sample/test2/test2.c [new file with mode: 0644]
test/testcases/sample/test3/Makefile [new file with mode: 0644]
test/testcases/sample/test3/test3.c [new file with mode: 0644]
test/testcases/sample/test4/Makefile [new file with mode: 0644]
test/testcases/sample/test4/test4.c [new file with mode: 0644]
test/testcases/sample/test5/Makefile [new file with mode: 0644]
test/testcases/sample/test5/test5.c [new file with mode: 0644]
test/testcases/sample/testb1/Makefile [new file with mode: 0644]
test/testcases/sample/testb1/testb1.c [new file with mode: 0644]
test/testcases/sample/testk1/Makefile [new file with mode: 0644]
test/testcases/sample/testk1/testk1.c [new file with mode: 0644]
test/testcases/sample/testk2/Makefile [new file with mode: 0644]
test/testcases/sample/testk2/testk1.c [new file with mode: 0644]
test/testcases/sysv/Makefile [new file with mode: 0644]
test/testcases/sysv/sysvmsg/Makefile [new file with mode: 0644]
test/testcases/sysv/sysvmsg/README [new file with mode: 0644]
test/testcases/sysv/sysvmsg/msgtest.c [new file with mode: 0644]
test/testcases/sysv/sysvsem/Makefile [new file with mode: 0644]
test/testcases/sysv/sysvsem/README [new file with mode: 0644]
test/testcases/sysv/sysvsem/semtest.c [new file with mode: 0644]
test/testcases/sysv/sysvshm/Makefile [new file with mode: 0644]
test/testcases/sysv/sysvshm/README [new file with mode: 0644]
test/testcases/sysv/sysvshm/shmtest.c [new file with mode: 0644]
test/testcases/threads/Makefile [new file with mode: 0644]
test/testcases/threads/umtx_errno/Makefile [new file with mode: 0644]
test/testcases/threads/umtx_errno/umtx_errno.c [new file with mode: 0644]
test/vkernel/Makefile [new file with mode: 0644]
test/vkernel/README [new file with mode: 0644]
test/x86_64/Makefile [new file with mode: 0644]
test/x86_64/qemu.patch [new file with mode: 0644]
tools/LibraryReport/LibraryReport.tcl [new file with mode: 0644]
tools/README [new file with mode: 0644]
tools/commit-msg [new file with mode: 0755]
tools/diag/README [new file with mode: 0644]
tools/diag/ac/ac [new file with mode: 0644]
tools/diag/dumpvfscache/Makefile [new file with mode: 0644]
tools/diag/dumpvfscache/README [new file with mode: 0644]
tools/diag/dumpvfscache/dumpvfscache.c [new file with mode: 0644]
tools/diag/httpd-error/httpd-error [new file with mode: 0644]
tools/gitrev.sh [new file with mode: 0755]
tools/gittemplate [new file with mode: 0644]
tools/install.sh [new file with mode: 0644]
tools/make_libdeps.sh [new file with mode: 0644]
tools/multimedia/cxm/Makefile [new file with mode: 0644]
tools/multimedia/cxm/extract_fw/Makefile [new file with mode: 0644]
tools/multimedia/cxm/extract_fw/cxm_extract_fw.8 [new file with mode: 0644]
tools/multimedia/cxm/extract_fw/cxm_extract_fw.c [new file with mode: 0644]
tools/multimedia/cxm/setchannel/Makefile [new file with mode: 0644]
tools/multimedia/cxm/setchannel/cxm_setchannel.1 [new file with mode: 0644]
tools/multimedia/cxm/setchannel/cxm_setchannel.c [new file with mode: 0644]
tools/regression/README [new file with mode: 0644]
tools/regression/bin/sh/Makefile [new file with mode: 0644]
tools/regression/bin/sh/builtins/alias.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/alias.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/alias.1 [new file with mode: 0644]
tools/regression/bin/sh/builtins/alias.1.stderr [new file with mode: 0644]
tools/regression/bin/sh/builtins/break1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/break2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/break2.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/break3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/builtin1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case5.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case8.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/case9.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/cd1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/cd2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/cd3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/cd4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/cd6.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/cd7.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command10.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command11.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command3.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/command4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command5.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command5.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/command6.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command6.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/command7.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command8.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/command9.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/dot1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/dot2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/eval1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/eval2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/eval3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/eval4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/eval5.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/exec1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/exec2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/exit1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/exit2.8 [new file with mode: 0644]
tools/regression/bin/sh/builtins/exit3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/export1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/fc1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/fc2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/getopts1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/getopts1.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/getopts2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/getopts2.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/hash1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/hash1.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/hash2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/hash2.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/hash3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/hash3.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/lineno.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/lineno.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/locale1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/printf1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/printf2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/printf3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/printf4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/read1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/read1.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/read2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/read3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/read3.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/read4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/read4.0.stdout [new file with mode: 0644]
tools/regression/bin/sh/builtins/read5.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return2.1 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return3.1 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return5.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return6.4 [new file with mode: 0644]
tools/regression/bin/sh/builtins/return7.4 [new file with mode: 0644]
tools/regression/bin/sh/builtins/set2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap3.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap4.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap5.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap6.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap7.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/trap8.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/type1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/type1.0.stderr [new file with mode: 0644]
tools/regression/bin/sh/builtins/type2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/unalias.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/var-assign.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/var-assign2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/wait1.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/wait2.0 [new file with mode: 0644]
tools/regression/bin/sh/builtins/wait3.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/assignment-error1.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/assignment-error2.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/backquote-error1.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/backquote-error2.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-binary1.126 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-keyword1.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp1.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp2.2 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp2.2.stderr [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp3.2 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp3.2.stderr [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp4.2 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp4.2.stderr [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp5.2 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp5.2.stderr [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp6.2 [new file with mode: 0644]
tools/regression/bin/sh/errors/bad-parm-exp6.2.stderr [new file with mode: 0644]
tools/regression/bin/sh/errors/option-error.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error2.2 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error3.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error4.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error5.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error6.0 [new file with mode: 0644]
tools/regression/bin/sh/errors/redirection-error7.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/bg1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/bg2.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/bg3.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/fork1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/fork2.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/fork3.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/func1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/func2.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/func3.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/hash1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/killed1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/killed2.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/path1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir2.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir3.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir4.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir5.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir6.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/redir7.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/set-n4.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/set-x3.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/shellproc1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/unknown1.0 [new file with mode: 0644]
tools/regression/bin/sh/execution/var-assign1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith10.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith11.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith5.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith6.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith7.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith8.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/arith9.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/assign1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst10.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst11.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst5.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst6.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst7.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst8.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/cmdsubst9.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/heredoc2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/ifs1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/ifs2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/ifs3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/ifs4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length5.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length6.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length7.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/length8.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/pathname1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/pathname2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/pathname3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/pathname4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus5.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus6.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus7.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/plus-minus8.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/question1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/set-u1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/set-u2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/set-u3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/tilde1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/tilde2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim1.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim2.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim3.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim4.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim5.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim6.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim7.0 [new file with mode: 0644]
tools/regression/bin/sh/expansion/trim8.0 [new file with mode: 0644]
tools/regression/bin/sh/parameters/env1.0 [new file with mode: 0644]
tools/regression/bin/sh/parameters/exitstatus1.0 [new file with mode: 0644]
tools/regression/bin/sh/parameters/mail1.0 [new file with mode: 0644]
tools/regression/bin/sh/parameters/mail2.0 [new file with mode: 0644]
tools/regression/bin/sh/parameters/pwd1.0 [new file with mode: 0644]
tools/regression/bin/sh/parameters/pwd2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/alias1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/alias2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/alias3.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/alias4.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/alias5.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/and-pipe-not.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/case1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/case2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote10.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote11.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote3.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote4.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote5.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote6.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote7.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote8.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/dollar-quote9.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/for1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/for2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/func1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc11.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc3.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc4.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc5.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc6.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc7.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/heredoc8.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/no-space1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/no-space2.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/only-redir1.0 [new file with mode: 0644]
tools/regression/bin/sh/parser/pipe-not1.0 [new file with mode: 0644]
tools/regression/bin/sh/regress.sh [new file with mode: 0644]
tools/regression/bin/sh/regress.t [new file with mode: 0644]
tools/regression/bin/sh/set-e/and1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/and2.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/and3.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/and4.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/background1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/cmd1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/cmd2.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/elif1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/elif2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/eval1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/eval2.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/for1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/func1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/func2.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/if1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/if2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/if3.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/not1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/not2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/or1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/or2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/or3.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/pipe1.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/pipe2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/return1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/semi1.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/semi2.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/subshell1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/subshell2.1 [new file with mode: 0644]
tools/regression/bin/sh/set-e/until1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/until2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/until3.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/while1.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/while2.0 [new file with mode: 0644]
tools/regression/bin/sh/set-e/while3.0 [new file with mode: 0644]
tools/regression/bin/test/Makefile [new file with mode: 0644]
tools/regression/bin/test/regress.sh [new file with mode: 0644]
tools/regression/bin/test/regress.t [new file with mode: 0644]
tools/regression/fsx/Makefile [new file with mode: 0644]
tools/regression/fsx/fsx.c [new file with mode: 0644]
tools/regression/nfsmmap/Makefile [new file with mode: 0644]
tools/regression/nfsmmap/README [new file with mode: 0644]
tools/regression/nfsmmap/test1/Makefile [new file with mode: 0644]
tools/regression/nfsmmap/test1/test1.c [new file with mode: 0644]
tools/regression/nfsmmap/test1/test1.good.uu [new file with mode: 0644]
tools/regression/nfsmmap/test1/test1.zeros.uu [new file with mode: 0644]
tools/regression/nfsmmap/test2/Makefile [new file with mode: 0644]
tools/regression/nfsmmap/test2/test2.c [new file with mode: 0644]
tools/regression/nfsmmap/test2/test2.good.uu [new file with mode: 0644]
tools/regression/nfsmmap/test2/test2.zeros.uu [new file with mode: 0644]
tools/regression/p1003_1b/Makefile [new file with mode: 0644]
tools/regression/p1003_1b/README [new file with mode: 0644]
tools/regression/p1003_1b/fifo.c [new file with mode: 0644]
tools/regression/p1003_1b/main.c [new file with mode: 0644]
tools/regression/p1003_1b/memlock.c [new file with mode: 0644]
tools/regression/p1003_1b/p26.c [new file with mode: 0644]
tools/regression/p1003_1b/prutil.c [new file with mode: 0644]
tools/regression/p1003_1b/prutil.h [new file with mode: 0644]
tools/regression/p1003_1b/sched.c [new file with mode: 0644]
tools/regression/p1003_1b/yield.c [new file with mode: 0644]
tools/regression/priv/Makefile [new file with mode: 0644]
tools/regression/priv/README [new file with mode: 0644]
tools/regression/priv/test.c [new file with mode: 0644]
tools/regression/priv/test.h [new file with mode: 0644]
tools/regression/priv/test_acct.c [new file with mode: 0644]
tools/regression/usr.bin/printf/Makefile [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.b.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.d.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.f.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.m1.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.m2.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.m3.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.m4.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.m5.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.s.out [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.sh [new file with mode: 0644]
tools/regression/usr.bin/printf/regress.t [new file with mode: 0644]
tools/regression/usr.bin/regress.m4 [new file with mode: 0644]
tools/snapshots/README [new file with mode: 0644]
tools/snapshots/config [new file with mode: 0644]
tools/snapshots/dobuild [new file with mode: 0755]
tools/snapshots/doclean [new file with mode: 0755]
tools/snapshots/docron [new file with mode: 0755]
tools/test/README [new file with mode: 0644]
tools/test/devrandom/hammer.random [new file with mode: 0644]
tools/test/devrandom/hammer.urandom [new file with mode: 0644]
tools/test/devrandom/stat.16bit [new file with mode: 0644]
tools/test/devrandom/stat.8bit [new file with mode: 0644]
tools/test/malloc/Makefile [new file with mode: 0644]
tools/test/malloc/main.c [new file with mode: 0644]
tools/tools/README [new file with mode: 0644]
tools/tools/ath/Makefile [new file with mode: 0644]
tools/tools/ath/Makefile.inc [new file with mode: 0644]
tools/tools/ath/athctrl.sh [new file with mode: 0644]
tools/tools/ath/athdebug/Makefile [new file with mode: 0644]
tools/tools/ath/athdebug/athdebug.c [new file with mode: 0644]
tools/tools/ath/athdecode/Makefile [new file with mode: 0644]
tools/tools/ath/athdecode/main.c [new file with mode: 0644]
tools/tools/ath/athkey/Makefile [new file with mode: 0644]
tools/tools/ath/athkey/athkey.c [new file with mode: 0644]
tools/tools/ath/athpoke/Makefile [new file with mode: 0644]
tools/tools/ath/athpoke/athpoke.c [new file with mode: 0644]
tools/tools/ath/athpow/Makefile [new file with mode: 0644]
tools/tools/ath/athpow/athpow.c [new file with mode: 0644]
tools/tools/ath/athprom/Makefile [new file with mode: 0644]
tools/tools/ath/athprom/athprom.c [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-14 [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-3 [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-4 [new file with mode: 0644]
tools/tools/ath/athprom/eeprom-5 [new file with mode: 0644]
tools/tools/ath/athrd/Makefile [new file with mode: 0644]
tools/tools/ath/athrd/athrd.1 [new file with mode: 0644]
tools/tools/ath/athrd/athrd.c [new file with mode: 0644]
tools/tools/ath/athrd/run.sh [new file with mode: 0644]
tools/tools/ath/athregs/Makefile [new file with mode: 0644]
tools/tools/ath/athregs/dumpregs.c [new file with mode: 0644]
tools/tools/ath/athstats/Makefile [new file with mode: 0644]
tools/tools/ath/athstats/athstats.c [new file with mode: 0644]
tools/tools/ath/athstats/athstats.h [new file with mode: 0644]
tools/tools/ath/athstats/main.c [new file with mode: 0644]
tools/tools/ath/athstats/statfoo.c [new file with mode: 0644]
tools/tools/ath/athstats/statfoo.h [new file with mode: 0644]
tools/tools/ath/common/ah_osdep.h [new file with mode: 0644]
tools/tools/ath/common/diag.h [new file with mode: 0644]
tools/tools/ath/common/dumpregs.h [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5210.c [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5211.c [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5212.c [new file with mode: 0644]
tools/tools/ath/common/dumpregs_5416.c [new file with mode: 0644]
tools/tools/chkmoddeps/chkdeps.rb [new file with mode: 0755]
tools/tools/chkmoddeps/pmoddeps.gdb [new file with mode: 0755]
tools/tools/commitsdb/make_commit_db [new file with mode: 0644]
tools/tools/commitsdb/query_commit_db [new file with mode: 0644]
tools/tools/convert_usb_ids/convert_usb_ids.sh [new file with mode: 0644]
tools/tools/crypto/Makefile [new file with mode: 0644]
tools/tools/crypto/README [new file with mode: 0644]
tools/tools/crypto/cryptokeytest.c [new file with mode: 0644]
tools/tools/crypto/cryptostats.c [new file with mode: 0644]
tools/tools/crypto/cryptotest.c [new file with mode: 0644]
tools/tools/crypto/hifnstats.c [new file with mode: 0644]
tools/tools/crypto/ipsecstats.c [new file with mode: 0644]
tools/tools/crypto/ubsecstats.c [new file with mode: 0644]
tools/tools/genreadmedeleted/genreadmedeleted [new file with mode: 0755]
tools/tools/ifinfo/Makefile [new file with mode: 0644]
tools/tools/ifinfo/ifinfo.c [new file with mode: 0644]
tools/tools/ifinfo/ifinfo.h [new file with mode: 0644]
tools/tools/ifinfo/rfc1650.c [new file with mode: 0644]
tools/tools/kdrv/KernelDriver [new file with mode: 0644]
tools/tools/kdrv/sample.drvinfo [new file with mode: 0644]
tools/tools/kerninclude/kerninclude.sh [new file with mode: 0644]
tools/tools/kernxref/kernxref.sh [new file with mode: 0644]
tools/tools/local_syms/local_syms.sh [new file with mode: 0644]
tools/tools/mid/mid-build [new file with mode: 0755]
tools/tools/mid/mid-index [new file with mode: 0644]
tools/tools/mid/mid-master [new file with mode: 0755]
tools/tools/mid/mid-master-index [new file with mode: 0755]
tools/tools/net80211/Makefile [new file with mode: 0644]
tools/tools/net80211/README [new file with mode: 0644]
tools/tools/net80211/scripts/config [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/common [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/config.mesh [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/setup.simple [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.line [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.ring [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.star [new file with mode: 0644]
tools/tools/net80211/scripts/mesh/topology.tree [new file with mode: 0644]
tools/tools/net80211/scripts/setup.dfs [new file with mode: 0644]
tools/tools/net80211/scripts/setup.fixed [new file with mode: 0644]
tools/tools/net80211/scripts/setup.local [new file with mode: 0644]
tools/tools/net80211/scripts/setup.mixed [new file with mode: 0644]
tools/tools/net80211/scripts/setup.simple [new file with mode: 0644]
tools/tools/net80211/scripts/setup.simple2 [new file with mode: 0644]
tools/tools/net80211/scripts/setup.sta [new file with mode: 0644]
tools/tools/net80211/scripts/setup.tdma-master [new file with mode: 0644]
tools/tools/net80211/scripts/setup.tdma-slave [new file with mode: 0644]
tools/tools/net80211/scripts/setup.tsn [new file with mode: 0644]
tools/tools/net80211/scripts/setup.updown [new file with mode: 0644]
tools/tools/net80211/scripts/setup.updown.wpa [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wds [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wdsmain [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wdsrelay [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wep [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa1.aes [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa1.tkip [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa2 [new file with mode: 0644]
tools/tools/net80211/scripts/setup.wpa2.tkip [new file with mode: 0644]
tools/tools/net80211/stumbler/Makefile [new file with mode: 0644]
tools/tools/net80211/stumbler/stumbler.c [new file with mode: 0644]
tools/tools/net80211/w00t/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/Makefile.inc [new file with mode: 0644]
tools/tools/net80211/w00t/README [new file with mode: 0644]
tools/tools/net80211/w00t/ap/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/ap/ap.c [new file with mode: 0644]
tools/tools/net80211/w00t/assoc/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/assoc/assoc.c [new file with mode: 0644]
tools/tools/net80211/w00t/expand/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/expand/expand.c [new file with mode: 0644]
tools/tools/net80211/w00t/libw00t/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/libw00t/w00t.c [new file with mode: 0644]
tools/tools/net80211/w00t/libw00t/w00t.h [new file with mode: 0644]
tools/tools/net80211/w00t/prga/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/prga/prga.c [new file with mode: 0644]
tools/tools/net80211/w00t/redir/Makefile [new file with mode: 0644]
tools/tools/net80211/w00t/redir/buddy.c [new file with mode: 0644]
tools/tools/net80211/w00t/redir/redir.c [new file with mode: 0644]
tools/tools/net80211/wesside/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/README [new file with mode: 0644]
tools/tools/net80211/wesside/dics/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/dics/dics.c [new file with mode: 0644]
tools/tools/net80211/wesside/udps/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/udps/udps.c [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/Makefile [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h [new file with mode: 0644]
tools/tools/net80211/wesside/wesside/wesside.c [new file with mode: 0644]
tools/tools/net80211/wlaninject/Makefile [new file with mode: 0644]
tools/tools/net80211/wlaninject/README [new file with mode: 0644]
tools/tools/net80211/wlaninject/wlaninject.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/Makefile [new file with mode: 0644]
tools/tools/net80211/wlanstats/main.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/statfoo.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/statfoo.h [new file with mode: 0644]
tools/tools/net80211/wlanstats/wlanstats.c [new file with mode: 0644]
tools/tools/net80211/wlanstats/wlanstats.h [new file with mode: 0644]
tools/tools/net80211/wlantxtime/Makefile [new file with mode: 0644]
tools/tools/net80211/wlantxtime/wlantxtime.c [new file with mode: 0644]
tools/tools/net80211/wlanwatch/Makefile [new file with mode: 0644]
tools/tools/net80211/wlanwatch/wlanwatch.c [new file with mode: 0644]
tools/tools/net80211/wlanwds/Makefile [new file with mode: 0644]
tools/tools/net80211/wlanwds/wlanwds.c [new file with mode: 0644]
tools/tools/netrate/pktgen/Makefile [new file with mode: 0644]
tools/tools/netrate/pktgen/pktgen.c [new file with mode: 0644]
tools/tools/netrate/pktgen/pktgen.h [new file with mode: 0644]
tools/tools/netrate/pktgenctl/Makefile [new file with mode: 0644]
tools/tools/netrate/pktgenctl/pktgenctl.c [new file with mode: 0644]
tools/tools/pciid/mk_pci_vendors.pl [new file with mode: 0644]
tools/tools/scsi-defects/README [new file with mode: 0644]
tools/tools/scsi-defects/scsi-defects.pl [new file with mode: 0644]
tools/tools/splitpatch/splitpatch.py [new file with mode: 0644]
tools/tools/vop_table/README [new file with mode: 0644]
tools/tools/vop_table/vop_table.tcl [new file with mode: 0644]
usr.bin/Makefile [new file with mode: 0644]
usr.bin/Makefile.inc [new file with mode: 0644]
usr.bin/alias/Makefile [new file with mode: 0644]
usr.bin/alias/generic.sh [new file with mode: 0644]
usr.bin/apply/Makefile [new file with mode: 0644]
usr.bin/apply/apply.1 [new file with mode: 0644]
usr.bin/apply/apply.c [new file with mode: 0644]
usr.bin/asa/Makefile [new file with mode: 0644]
usr.bin/asa/asa.1 [new file with mode: 0644]
usr.bin/asa/asa.c [new file with mode: 0644]
usr.bin/at/LEGAL [new file with mode: 0644]
usr.bin/at/Makefile [new file with mode: 0644]
usr.bin/at/Makefile.inc [new file with mode: 0644]
usr.bin/at/at.c [new file with mode: 0644]
usr.bin/at/at.h [new file with mode: 0644]
usr.bin/at/at.man [new file with mode: 0644]
usr.bin/at/panic.c [new file with mode: 0644]
usr.bin/at/panic.h [new file with mode: 0644]
usr.bin/at/parsetime.c [new file with mode: 0644]
usr.bin/at/parsetime.h [new file with mode: 0644]
usr.bin/at/perm.c [new file with mode: 0644]
usr.bin/at/perm.h [new file with mode: 0644]
usr.bin/at/privs.h [new file with mode: 0644]
usr.bin/awk/Makefile [new file with mode: 0644]
usr.bin/banner/Makefile [new file with mode: 0644]
usr.bin/banner/banner.6 [new file with mode: 0644]
usr.bin/banner/banner.c [new file with mode: 0644]
usr.bin/basename/Makefile [new file with mode: 0644]
usr.bin/basename/basename.1 [new file with mode: 0644]
usr.bin/basename/basename.c [new file with mode: 0644]
usr.bin/bc/Makefile [new file with mode: 0644]
usr.bin/bc/USD.doc/bc [new file with mode: 0644]
usr.bin/bc/bc.1 [new file with mode: 0644]
usr.bin/bc/bc.library [new file with mode: 0644]
usr.bin/bc/bc.y [new file with mode: 0644]
usr.bin/bc/extern.h [new file with mode: 0644]
usr.bin/bc/pathnames.h [new file with mode: 0644]
usr.bin/bc/scan.l [new file with mode: 0644]
usr.bin/biff/Makefile [new file with mode: 0644]
usr.bin/biff/biff.1 [new file with mode: 0644]
usr.bin/biff/biff.c [new file with mode: 0644]
usr.bin/brandelf/Makefile [new file with mode: 0644]
usr.bin/brandelf/brandelf.1 [new file with mode: 0644]
usr.bin/brandelf/brandelf.c [new file with mode: 0644]
usr.bin/btpin/Makefile [new file with mode: 0644]
usr.bin/btpin/btpin.1 [new file with mode: 0644]
usr.bin/btpin/btpin.c [new file with mode: 0644]
usr.bin/bzip2/Makefile [new file with mode: 0644]
usr.bin/bzip2recover/Makefile [new file with mode: 0644]
usr.bin/c89/Makefile [new file with mode: 0644]
usr.bin/c89/c89.1 [new file with mode: 0644]
usr.bin/c89/c89.c [new file with mode: 0644]
usr.bin/c99/Makefile [new file with mode: 0644]
usr.bin/c99/c99.1 [new file with mode: 0644]
usr.bin/c99/c99.c [new file with mode: 0644]
usr.bin/calendar/Makefile [new file with mode: 0644]
usr.bin/calendar/calendar.1 [new file with mode: 0644]
usr.bin/calendar/calendar.c [new file with mode: 0644]
usr.bin/calendar/calendar.h [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.australia [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.birthday [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.christian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.computer [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.croatian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.dragonfly [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.dutch [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.french [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.german [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.history [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.holiday [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.hungarian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.judaic [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.lotr [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.music [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.newzealand [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.russian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.southafrica [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.ukrainian [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.usholiday [new file with mode: 0644]
usr.bin/calendar/calendars/calendar.world [new file with mode: 0644]
usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik [new file with mode: 0644]
usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies [new file with mode: 0644]
usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes [new file with mode: 0644]
usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici [new file with mode: 0644]
usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok [new file with mode: 0644]
usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox [new file with mode: 0644]
usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc [new file with mode: 0644]
usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox [new file with mode: 0644]
usr.bin/calendar/day.c [new file with mode: 0644]
usr.bin/calendar/io.c [new file with mode: 0644]
usr.bin/calendar/ostern.c [new file with mode: 0644]
usr.bin/calendar/paskha.c [new file with mode: 0644]
usr.bin/calendar/pathnames.h [new file with mode: 0644]
usr.bin/cap_mkdb/Makefile [new file with mode: 0644]
usr.bin/cap_mkdb/cap_mkdb.1 [new file with mode: 0644]
usr.bin/cap_mkdb/cap_mkdb.c [new file with mode: 0644]
usr.bin/catman/Makefile [new file with mode: 0644]
usr.bin/catman/catman.1 [new file with mode: 0644]
usr.bin/catman/catman.c [new file with mode: 0644]
usr.bin/chat/Makefile [new file with mode: 0644]
usr.bin/chat/chat.8 [new file with mode: 0644]
usr.bin/chat/chat.c [new file with mode: 0644]
usr.bin/checknr/Makefile [new file with mode: 0644]
usr.bin/checknr/checknr.1 [new file with mode: 0644]
usr.bin/checknr/checknr.c [new file with mode: 0644]
usr.bin/checkpt/DEFS.h [new file with mode: 0644]
usr.bin/checkpt/Makefile [new file with mode: 0644]
usr.bin/checkpt/checkpt.1 [new file with mode: 0644]
usr.bin/checkpt/checkpt.c [new file with mode: 0644]
usr.bin/chflags/Makefile [new file with mode: 0644]
usr.bin/chflags/chflags.1 [new file with mode: 0644]
usr.bin/chflags/chflags.c [new file with mode: 0644]
usr.bin/chkey/Makefile [new file with mode: 0644]
usr.bin/chkey/chkey.1 [new file with mode: 0644]
usr.bin/chkey/chkey.c [new file with mode: 0644]
usr.bin/chpass/Makefile [new file with mode: 0644]
usr.bin/chpass/chpass.1 [new file with mode: 0644]
usr.bin/chpass/chpass.c [new file with mode: 0644]
usr.bin/chpass/chpass.h [new file with mode: 0644]
usr.bin/chpass/edit.c [new file with mode: 0644]
usr.bin/chpass/field.c [new file with mode: 0644]
usr.bin/chpass/table.c [new file with mode: 0644]
usr.bin/chpass/util.c [new file with mode: 0644]
usr.bin/cksum/Makefile [new file with mode: 0644]
usr.bin/cksum/cksum.1 [new file with mode: 0644]
usr.bin/cksum/cksum.c [new file with mode: 0644]
usr.bin/cksum/crc.c [new file with mode: 0644]
usr.bin/cksum/crc32.c [new file with mode: 0644]
usr.bin/cksum/extern.h [new file with mode: 0644]
usr.bin/cksum/print.c [new file with mode: 0644]
usr.bin/cksum/sum1.c [new file with mode: 0644]
usr.bin/cksum/sum2.c [new file with mode: 0644]
usr.bin/cmp/Makefile [new file with mode: 0644]
usr.bin/cmp/cmp.1 [new file with mode: 0644]
usr.bin/cmp/cmp.c [new file with mode: 0644]
usr.bin/cmp/extern.h [new file with mode: 0644]
usr.bin/cmp/misc.c [new file with mode: 0644]
usr.bin/cmp/regular.c [new file with mode: 0644]
usr.bin/cmp/special.c [new file with mode: 0644]
usr.bin/col/Makefile [new file with mode: 0644]
usr.bin/col/README [new file with mode: 0644]
usr.bin/col/col.1 [new file with mode: 0644]
usr.bin/col/col.c [new file with mode: 0644]
usr.bin/colcrt/Makefile [new file with mode: 0644]
usr.bin/colcrt/colcrt.1 [new file with mode: 0644]
usr.bin/colcrt/colcrt.c [new file with mode: 0644]
usr.bin/colldef/Makefile [new file with mode: 0644]
usr.bin/colldef/colldef.1 [new file with mode: 0644]
usr.bin/colldef/common.h [new file with mode: 0644]
usr.bin/colldef/parse.y [new file with mode: 0644]
usr.bin/colldef/scan.l [new file with mode: 0644]
usr.bin/colrm/Makefile [new file with mode: 0644]
usr.bin/colrm/colrm.1 [new file with mode: 0644]
usr.bin/colrm/colrm.c [new file with mode: 0644]
usr.bin/column/Makefile [new file with mode: 0644]
usr.bin/column/column.1 [new file with mode: 0644]
usr.bin/column/column.c [new file with mode: 0644]
usr.bin/comm/Makefile [new file with mode: 0644]
usr.bin/comm/comm.1 [new file with mode: 0644]
usr.bin/comm/comm.c [new file with mode: 0644]
usr.bin/compile_et/Makefile [new file with mode: 0644]
usr.bin/compress/Makefile [new file with mode: 0644]
usr.bin/compress/compress.1 [new file with mode: 0644]
usr.bin/compress/compress.c [new file with mode: 0644]
usr.bin/compress/doc/NOTES [new file with mode: 0644]
usr.bin/compress/doc/README [new file with mode: 0644]
usr.bin/compress/doc/revision.log [new file with mode: 0644]
usr.bin/compress/zopen.3 [new file with mode: 0644]
usr.bin/compress/zopen.c [new file with mode: 0644]
usr.bin/compress/zopen.h [new file with mode: 0644]
usr.bin/cpio/Makefile [new file with mode: 0644]
usr.bin/csplit/Makefile [new file with mode: 0644]
usr.bin/csplit/csplit.1 [new file with mode: 0644]
usr.bin/csplit/csplit.c [new file with mode: 0644]
usr.bin/ctags/C.c [new file with mode: 0644]
usr.bin/ctags/Makefile [new file with mode: 0644]
usr.bin/ctags/ctags.1 [new file with mode: 0644]
usr.bin/ctags/ctags.c [new file with mode: 0644]
usr.bin/ctags/ctags.h [new file with mode: 0644]
usr.bin/ctags/fortran.c [new file with mode: 0644]
usr.bin/ctags/lisp.c [new file with mode: 0644]
usr.bin/ctags/print.c [new file with mode: 0644]
usr.bin/ctags/test/ctags.test [new file with mode: 0644]
usr.bin/ctags/tree.c [new file with mode: 0644]
usr.bin/ctags/yacc.c [new file with mode: 0644]
usr.bin/cut/Makefile [new file with mode: 0644]
usr.bin/cut/cut.1 [new file with mode: 0644]
usr.bin/cut/cut.c [new file with mode: 0644]
usr.bin/dc/Makefile [new file with mode: 0644]
usr.bin/dc/USD.doc/dc [new file with mode: 0644]
usr.bin/dc/bcode.c [new file with mode: 0644]
usr.bin/dc/bcode.h [new file with mode: 0644]
usr.bin/dc/dc.1 [new file with mode: 0644]
usr.bin/dc/dc.c [new file with mode: 0644]
usr.bin/dc/extern.h [new file with mode: 0644]
usr.bin/dc/inout.c [new file with mode: 0644]
usr.bin/dc/mem.c [new file with mode: 0644]
usr.bin/dc/stack.c [new file with mode: 0644]
usr.bin/dfregress/Makefile [new file with mode: 0644]
usr.bin/dfregress/Makefile.inc [new file with mode: 0644]
usr.bin/dfregress/NOTES [new file with mode: 0644]
usr.bin/dfregress/config.c [new file with mode: 0644]
usr.bin/dfregress/config.h [new file with mode: 0644]
usr.bin/dfregress/dfregress.8 [new file with mode: 0644]
usr.bin/dfregress/dfregress.h [new file with mode: 0644]
usr.bin/dfregress/fe/Makefile [new file with mode: 0644]
usr.bin/dfregress/fe/Makefile.inc [new file with mode: 0644]
usr.bin/dfregress/fe/text/Makefile [new file with mode: 0644]
usr.bin/dfregress/fe/text/dfr2text.8 [new file with mode: 0644]
usr.bin/dfregress/fe/text/fe_text.c [new file with mode: 0644]
usr.bin/dfregress/kernel.c [new file with mode: 0644]
usr.bin/dfregress/kernel.h [new file with mode: 0644]
usr.bin/dfregress/main.c [new file with mode: 0644]
usr.bin/dfregress/parser.c [new file with mode: 0644]
usr.bin/dfregress/parser.h [new file with mode: 0644]
usr.bin/dfregress/runlist.c [new file with mode: 0644]
usr.bin/dfregress/runlist.h [new file with mode: 0644]
usr.bin/dfregress/testcase.c [new file with mode: 0644]
usr.bin/dfregress/testcase.h [new file with mode: 0644]
usr.bin/dfregress/userland.c [new file with mode: 0644]
usr.bin/dfregress/userland.h [new file with mode: 0644]
usr.bin/dirname/Makefile [new file with mode: 0644]
usr.bin/dirname/dirname.c [new file with mode: 0644]
usr.bin/doscmd/AsyncIO.c [new file with mode: 0644]
usr.bin/doscmd/AsyncIO.h [new file with mode: 0644]
usr.bin/doscmd/Makefile [new file with mode: 0644]
usr.bin/doscmd/Makefile.dos [new file with mode: 0644]
usr.bin/doscmd/PROBLEMS [new file with mode: 0644]
usr.bin/doscmd/ParseBuffer.c [new file with mode: 0644]
usr.bin/doscmd/README [new file with mode: 0644]
usr.bin/doscmd/README.booting_dos [new file with mode: 0644]
usr.bin/doscmd/bios.c [new file with mode: 0644]
usr.bin/doscmd/callback.c [new file with mode: 0644]
usr.bin/doscmd/callback.h [new file with mode: 0644]
usr.bin/doscmd/cmos.c [new file with mode: 0644]
usr.bin/doscmd/com.h [new file with mode: 0644]
usr.bin/doscmd/config.c [new file with mode: 0644]
usr.bin/doscmd/cp437-8x14.pcf.gz.uu [new file with mode: 0644]
usr.bin/doscmd/cp437-8x16.pcf.gz.uu [new file with mode: 0644]
usr.bin/doscmd/cp437-8x8.pcf.gz.uu [new file with mode: 0644]
usr.bin/doscmd/cpu.c [new file with mode: 0644]
usr.bin/doscmd/crt0.c [new file with mode: 0644]
usr.bin/doscmd/cwd.c [new file with mode: 0644]
usr.bin/doscmd/cwd.h [new file with mode: 0644]
usr.bin/doscmd/debug.c [new file with mode: 0644]
usr.bin/doscmd/disktab.c [new file with mode: 0644]
usr.bin/doscmd/dispatch.h [new file with mode: 0644]
usr.bin/doscmd/dos.c [new file with mode: 0644]
usr.bin/doscmd/dos.h [new file with mode: 0644]
usr.bin/doscmd/doscmd.1 [new file with mode: 0644]
usr.bin/doscmd/doscmd.c [new file with mode: 0644]
usr.bin/doscmd/doscmd.h [new file with mode: 0644]
usr.bin/doscmd/doscmd_loader.c [new file with mode: 0644]
usr.bin/doscmd/ems.c [new file with mode: 0644]
usr.bin/doscmd/ems.h [new file with mode: 0644]
usr.bin/doscmd/emsdriv.S [new file with mode: 0644]
usr.bin/doscmd/emsdriv.sys.uu [new file with mode: 0644]
usr.bin/doscmd/emuint.c [new file with mode: 0644]
usr.bin/doscmd/emuint.h [new file with mode: 0644]
usr.bin/doscmd/exe.c [new file with mode: 0644]
usr.bin/doscmd/fonts.dir [new file with mode: 0644]
usr.bin/doscmd/i386-pinsn.c [new file with mode: 0644]
usr.bin/doscmd/int.c [new file with mode: 0644]
usr.bin/doscmd/int10.c [new file with mode: 0644]
usr.bin/doscmd/int13.c [new file with mode: 0644]
usr.bin/doscmd/int14.c [new file with mode: 0644]
usr.bin/doscmd/int16.c [new file with mode: 0644]
usr.bin/doscmd/int17.c [new file with mode: 0644]
usr.bin/doscmd/int1a.c [new file with mode: 0644]
usr.bin/doscmd/int2f.c [new file with mode: 0644]
usr.bin/doscmd/intff.c [new file with mode: 0644]
usr.bin/doscmd/mem.c [new file with mode: 0644]
usr.bin/doscmd/mouse.c [new file with mode: 0644]
usr.bin/doscmd/mouse.h [new file with mode: 0644]
usr.bin/doscmd/net.c [new file with mode: 0644]
usr.bin/doscmd/port.c [new file with mode: 0644]
usr.bin/doscmd/redir.S [new file with mode: 0644]
usr.bin/doscmd/redir.com.uu [new file with mode: 0644]
usr.bin/doscmd/register.h [new file with mode: 0644]
usr.bin/doscmd/setver.c [new file with mode: 0644]
usr.bin/doscmd/signal.c [new file with mode: 0644]
usr.bin/doscmd/timer.c [new file with mode: 0644]
usr.bin/doscmd/trace.c [new file with mode: 0644]
usr.bin/doscmd/trap.c [new file with mode: 0644]
usr.bin/doscmd/trap.h [new file with mode: 0644]
usr.bin/doscmd/tty.c [new file with mode: 0644]
usr.bin/doscmd/tty.h [new file with mode: 0644]
usr.bin/doscmd/video.c [new file with mode: 0644]
usr.bin/doscmd/video.h [new file with mode: 0644]
usr.bin/doscmd/vparams.h [new file with mode: 0644]
usr.bin/doscmd/xms.c [new file with mode: 0644]
usr.bin/doscmd/xms.h [new file with mode: 0644]
usr.bin/drill/Makefile [new file with mode: 0644]
usr.bin/drill/config.h [new file with mode: 0644]
usr.bin/drill/drill.h [new file with mode: 0644]
usr.bin/du/Makefile [new file with mode: 0644]
usr.bin/du/du.1 [new file with mode: 0644]
usr.bin/du/du.c [new file with mode: 0644]
usr.bin/ee/Artistic [new file with mode: 0644]
usr.bin/ee/FREEBSD-upgrade [new file with mode: 0644]
usr.bin/ee/Makefile [new file with mode: 0644]
usr.bin/ee/README [new file with mode: 0644]
usr.bin/ee/ee.1 [new file with mode: 0644]
usr.bin/ee/ee.c [new file with mode: 0644]
usr.bin/ee/ee.i18n.guide [new file with mode: 0644]
usr.bin/ee/new_curse.c [new file with mode: 0644]
usr.bin/ee/new_curse.h [new file with mode: 0644]
usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg [new file with mode: 0644]
usr.bin/ee/nls/en_US.US-ASCII/ee.msg [new file with mode: 0644]
usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg [new file with mode: 0644]
usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg [new file with mode: 0644]
usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg [new file with mode: 0644]
usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg [new file with mode: 0644]
usr.bin/enigma/Makefile [new file with mode: 0644]
usr.bin/enigma/enigma.1 [new file with mode: 0644]
usr.bin/enigma/enigma.c [new file with mode: 0644]
usr.bin/env/Makefile [new file with mode: 0644]
usr.bin/env/env.c [new file with mode: 0644]
usr.bin/evtranalyze/Makefile [new file with mode: 0644]
usr.bin/evtranalyze/evtranalyze.1 [new file with mode: 0644]
usr.bin/evtranalyze/evtranalyze.c [new file with mode: 0644]
usr.bin/evtranalyze/plotter.c [new file with mode: 0644]
usr.bin/evtranalyze/plotter.h [new file with mode: 0644]
usr.bin/evtranalyze/svg.c [new file with mode: 0644]
usr.bin/evtranalyze/svg.h [new file with mode: 0644]
usr.bin/evtranalyze/trivial.h [new file with mode: 0644]
usr.bin/evtranalyze/xml.c [new file with mode: 0644]
usr.bin/evtranalyze/xml.h [new file with mode: 0644]
usr.bin/expand/Makefile [new file with mode: 0644]
usr.bin/expand/expand.1 [new file with mode: 0644]
usr.bin/expand/expand.c [new file with mode: 0644]
usr.bin/false/Makefile [new file with mode: 0644]
usr.bin/false/false.1 [new file with mode: 0644]
usr.bin/false/false.c [new file with mode: 0644]
usr.bin/fetch/Makefile [new file with mode: 0644]
usr.bin/fetch/fetch.1 [new file with mode: 0644]
usr.bin/fetch/fetch.c [new file with mode: 0644]
usr.bin/file/Makefile [new file with mode: 0644]
usr.bin/file2c/Makefile [new file with mode: 0644]
usr.bin/file2c/file2c.1 [new file with mode: 0644]
usr.bin/file2c/file2c.c [new file with mode: 0644]
usr.bin/find/Makefile [new file with mode: 0644]
usr.bin/find/extern.h [new file with mode: 0644]
usr.bin/find/find.1 [new file with mode: 0644]
usr.bin/find/find.c [new file with mode: 0644]
usr.bin/find/find.h [new file with mode: 0644]
usr.bin/find/function.c [new file with mode: 0644]
usr.bin/find/getdate.y [new file with mode: 0644]
usr.bin/find/ls.c [new file with mode: 0644]
usr.bin/find/main.c [new file with mode: 0644]
usr.bin/find/misc.c [new file with mode: 0644]
usr.bin/find/operator.c [new file with mode: 0644]
usr.bin/find/option.c [new file with mode: 0644]
usr.bin/finger/Makefile [new file with mode: 0644]
usr.bin/finger/extern.h [new file with mode: 0644]
usr.bin/finger/finger.1 [new file with mode: 0644]
usr.bin/finger/finger.c [new file with mode: 0644]
usr.bin/finger/finger.conf.5 [new file with mode: 0644]
usr.bin/finger/finger.h [new file with mode: 0644]
usr.bin/finger/lprint.c [new file with mode: 0644]
usr.bin/finger/net.c [new file with mode: 0644]
usr.bin/finger/pathnames.h [new file with mode: 0644]
usr.bin/finger/sprint.c [new file with mode: 0644]
usr.bin/finger/util.c [new file with mode: 0644]
usr.bin/fmt/Makefile [new file with mode: 0644]
usr.bin/fmt/fmt.1 [new file with mode: 0644]
usr.bin/fmt/fmt.c [new file with mode: 0644]
usr.bin/fold/Makefile [new file with mode: 0644]
usr.bin/fold/fold.1 [new file with mode: 0644]
usr.bin/fold/fold.c [new file with mode: 0644]
usr.bin/from/Makefile [new file with mode: 0644]
usr.bin/from/from.1 [new file with mode: 0644]
usr.bin/from/from.c [new file with mode: 0644]
usr.bin/fstat/Makefile [new file with mode: 0644]
usr.bin/fstat/cd9660.c [new file with mode: 0644]
usr.bin/fstat/fstat.1 [new file with mode: 0644]
usr.bin/fstat/fstat.c [new file with mode: 0644]
usr.bin/fstat/fstat.h [new file with mode: 0644]
usr.bin/fstat/msdosfs.c [new file with mode: 0644]
usr.bin/fsync/Makefile [new file with mode: 0644]
usr.bin/fsync/fsync.1 [new file with mode: 0644]
usr.bin/fsync/fsync.c [new file with mode: 0644]
usr.bin/ftp/Makefile [new file with mode: 0644]
usr.bin/gcore/Makefile [new file with mode: 0644]
usr.bin/gcore/elfcore.c [new file with mode: 0644]
usr.bin/gcore/extern.h [new file with mode: 0644]
usr.bin/gcore/gcore.1 [new file with mode: 0644]
usr.bin/gcore/gcore.c [new file with mode: 0644]
usr.bin/gcore/md-nop.c [new file with mode: 0644]
usr.bin/gcore/md-sparc.c [new file with mode: 0644]
usr.bin/gencat/Makefile [new file with mode: 0644]
usr.bin/gencat/gencat.1 [new file with mode: 0644]
usr.bin/gencat/gencat.c [new file with mode: 0644]
usr.bin/getconf/Makefile [new file with mode: 0644]
usr.bin/getconf/confstr.gperf [new file with mode: 0644]
usr.bin/getconf/fake-gperf.awk [new file with mode: 0644]
usr.bin/getconf/getconf.1 [new file with mode: 0644]
usr.bin/getconf/getconf.c [new file with mode: 0644]
usr.bin/getconf/getconf.h [new file with mode: 0644]
usr.bin/getconf/limits.gperf [new file with mode: 0644]
usr.bin/getconf/pathconf.gperf [new file with mode: 0644]
usr.bin/getconf/progenv.gperf [new file with mode: 0644]
usr.bin/getconf/sysconf.gperf [new file with mode: 0644]
usr.bin/getent/Makefile [new file with mode: 0644]
usr.bin/getent/getent.1 [new file with mode: 0644]
usr.bin/getent/getent.c [new file with mode: 0644]
usr.bin/getopt/Makefile [new file with mode: 0644]
usr.bin/getopt/README [new file with mode: 0644]
usr.bin/getopt/getopt.1 [new file with mode: 0644]
usr.bin/getopt/getopt.c [new file with mode: 0644]
usr.bin/gzip/Makefile [new file with mode: 0644]
usr.bin/gzip/gzexe [new file with mode: 0644]
usr.bin/gzip/gzexe.1 [new file with mode: 0644]
usr.bin/gzip/gzip.1 [new file with mode: 0644]
usr.bin/gzip/gzip.c [new file with mode: 0644]
usr.bin/gzip/unbzip2.c [new file with mode: 0644]
usr.bin/gzip/unpack.c [new file with mode: 0644]
usr.bin/gzip/zdiff [new file with mode: 0644]
usr.bin/gzip/zdiff.1 [new file with mode: 0644]
usr.bin/gzip/zforce [new file with mode: 0644]
usr.bin/gzip/zforce.1 [new file with mode: 0644]
usr.bin/gzip/zgrep [new file with mode: 0644]
usr.bin/gzip/zgrep.1 [new file with mode: 0644]
usr.bin/gzip/zmore [new file with mode: 0644]
usr.bin/gzip/zmore.1 [new file with mode: 0644]
usr.bin/gzip/znew [new file with mode: 0644]
usr.bin/gzip/znew.1 [new file with mode: 0644]
usr.bin/gzip/zuncompress.c [new file with mode: 0644]
usr.bin/head/Makefile [new file with mode: 0644]
usr.bin/head/head.1 [new file with mode: 0644]
usr.bin/head/head.c [new file with mode: 0644]
usr.bin/hesinfo/Makefile [new file with mode: 0644]
usr.bin/hesinfo/hesinfo.1 [new file with mode: 0644]
usr.bin/hesinfo/hesinfo.c [new file with mode: 0644]
usr.bin/hexdump/Makefile [new file with mode: 0644]
usr.bin/hexdump/conv.c [new file with mode: 0644]
usr.bin/hexdump/display.c [new file with mode: 0644]
usr.bin/hexdump/hexdump.1 [new file with mode: 0644]
usr.bin/hexdump/hexdump.c [new file with mode: 0644]
usr.bin/hexdump/hexdump.h [new file with mode: 0644]
usr.bin/hexdump/hexsyntax.c [new file with mode: 0644]
usr.bin/hexdump/od.1 [new file with mode: 0644]
usr.bin/hexdump/odsyntax.c [new file with mode: 0644]
usr.bin/hexdump/parse.c [new file with mode: 0644]
usr.bin/iconv/Makefile [new file with mode: 0644]
usr.bin/iconv/iconv.1 [new file with mode: 0644]
usr.bin/iconv/iconv.c [new file with mode: 0644]
usr.bin/id/Makefile [new file with mode: 0644]
usr.bin/id/groups.1 [new file with mode: 0644]
usr.bin/id/id.1 [new file with mode: 0644]
usr.bin/id/id.c [new file with mode: 0644]
usr.bin/id/whoami.1 [new file with mode: 0644]
usr.bin/indent/Makefile [new file with mode: 0644]
usr.bin/indent/README [new file with mode: 0644]
usr.bin/indent/args.c [new file with mode: 0644]
usr.bin/indent/indent.1 [new file with mode: 0644]
usr.bin/indent/indent.c [new file with mode: 0644]
usr.bin/indent/indent.h [new file with mode: 0644]
usr.bin/indent/indent_codes.h [new file with mode: 0644]
usr.bin/indent/indent_globs.h [new file with mode: 0644]
usr.bin/indent/io.c [new file with mode: 0644]
usr.bin/indent/lexi.c [new file with mode: 0644]
usr.bin/indent/parse.c [new file with mode: 0644]
usr.bin/indent/pr_comment.c [new file with mode: 0644]
usr.bin/ioprio/Makefile [new file with mode: 0644]
usr.bin/ioprio/ioprio.1 [new file with mode: 0644]
usr.bin/ioprio/ioprio.c [new file with mode: 0644]
usr.bin/ipcrm/Makefile [new file with mode: 0644]
usr.bin/ipcrm/ipcrm.1 [new file with mode: 0644]
usr.bin/ipcrm/ipcrm.c [new file with mode: 0644]
usr.bin/ipcs/Makefile [new file with mode: 0644]
usr.bin/ipcs/ipcs.1 [new file with mode: 0644]
usr.bin/ipcs/ipcs.c [new file with mode: 0644]
usr.bin/join/Makefile [new file with mode: 0644]
usr.bin/join/join.1 [new file with mode: 0644]
usr.bin/join/join.c [new file with mode: 0644]
usr.bin/jot/Makefile [new file with mode: 0644]
usr.bin/jot/jot.1 [new file with mode: 0644]
usr.bin/jot/jot.c [new file with mode: 0644]
usr.bin/kdump/Makefile [new file with mode: 0644]
usr.bin/kdump/kdump.1 [new file with mode: 0644]
usr.bin/kdump/kdump.c [new file with mode: 0644]
usr.bin/kdump/kdump_subr.h [new file with mode: 0644]
usr.bin/kdump/mkioctls [new file with mode: 0644]
usr.bin/kdump/mksubr [new file with mode: 0644]
usr.bin/kenv/Makefile [new file with mode: 0644]
usr.bin/kenv/kenv.1 [new file with mode: 0644]
usr.bin/kenv/kenv.c [new file with mode: 0644]
usr.bin/keylogin/Makefile [new file with mode: 0644]
usr.bin/keylogin/keylogin.1 [new file with mode: 0644]
usr.bin/keylogin/keylogin.c [new file with mode: 0644]
usr.bin/keylogout/Makefile [new file with mode: 0644]
usr.bin/keylogout/keylogout.1 [new file with mode: 0644]
usr.bin/keylogout/keylogout.c [new file with mode: 0644]
usr.bin/killall/Makefile [new file with mode: 0644]
usr.bin/killall/killall.1 [new file with mode: 0644]
usr.bin/killall/killall.c [new file with mode: 0644]
usr.bin/ktrace/Makefile [new file with mode: 0644]
usr.bin/ktrace/ktrace.1 [new file with mode: 0644]
usr.bin/ktrace/ktrace.c [new file with mode: 0644]
usr.bin/ktrace/ktrace.h [new file with mode: 0644]
usr.bin/ktrace/subr.c [new file with mode: 0644]
usr.bin/ktrdump/Makefile [new file with mode: 0644]
usr.bin/ktrdump/ktrdump.8 [new file with mode: 0644]
usr.bin/ktrdump/ktrdump.c [new file with mode: 0644]
usr.bin/kzip/Makefile [new file with mode: 0644]
usr.bin/kzip/kzip.8 [new file with mode: 0644]
usr.bin/kzip/kzip.c [new file with mode: 0644]
usr.bin/lam/Makefile [new file with mode: 0644]
usr.bin/lam/lam.1 [new file with mode: 0644]
usr.bin/lam/lam.c [new file with mode: 0644]
usr.bin/last/Makefile [new file with mode: 0644]
usr.bin/last/last.1 [new file with mode: 0644]
usr.bin/last/last.c [new file with mode: 0644]
usr.bin/last/want.c [new file with mode: 0644]
usr.bin/lastcomm/Makefile [new file with mode: 0644]
usr.bin/lastcomm/lastcomm.1 [new file with mode: 0644]
usr.bin/lastcomm/lastcomm.c [new file with mode: 0644]
usr.bin/lastcomm/pathnames.h [new file with mode: 0644]
usr.bin/ldd/Makefile [new file with mode: 0644]
usr.bin/ldd/ldd.1 [new file with mode: 0644]
usr.bin/ldd/ldd.c [new file with mode: 0644]
usr.bin/ldd/sods.c [new file with mode: 0644]
usr.bin/leave/Makefile [new file with mode: 0644]
usr.bin/leave/leave.1 [new file with mode: 0644]
usr.bin/leave/leave.c [new file with mode: 0644]
usr.bin/less/Makefile [new file with mode: 0644]
usr.bin/less/Makefile.common [new file with mode: 0644]
usr.bin/less/defines.h [new file with mode: 0644]
usr.bin/less/lesspipe.sh [new file with mode: 0644]
usr.bin/lessecho/Makefile [new file with mode: 0644]
usr.bin/lesskey/Makefile [new file with mode: 0644]
usr.bin/lex/COPYING [new file with mode: 0644]
usr.bin/lex/FlexLexer.h [new file with mode: 0644]
usr.bin/lex/Makefile [new file with mode: 0644]
usr.bin/lex/Makefile.inc [new file with mode: 0644]
usr.bin/lex/NEWS [new file with mode: 0644]
usr.bin/lex/README [new file with mode: 0644]
usr.bin/lex/ccl.c [new file with mode: 0644]
usr.bin/lex/config.h [new file with mode: 0644]
usr.bin/lex/dfa.c [new file with mode: 0644]
usr.bin/lex/ecs.c [new file with mode: 0644]
usr.bin/lex/flex.skl [new file with mode: 0644]
usr.bin/lex/flexdef.h [new file with mode: 0644]
usr.bin/lex/gen.c [new file with mode: 0644]
usr.bin/lex/initscan.c [new file with mode: 0644]
usr.bin/lex/lex.1 [new file with mode: 0644]
usr.bin/lex/lib/Makefile [new file with mode: 0644]
usr.bin/lex/lib/libmain.c [new file with mode: 0644]
usr.bin/lex/lib/libyywrap.c [new file with mode: 0644]
usr.bin/lex/main.c [new file with mode: 0644]
usr.bin/lex/misc.c [new file with mode: 0644]
usr.bin/lex/mkskel.sh [new file with mode: 0755]
usr.bin/lex/nfa.c [new file with mode: 0644]
usr.bin/lex/parse.y [new file with mode: 0644]
usr.bin/lex/scan.l [new file with mode: 0644]
usr.bin/lex/sym.c [new file with mode: 0644]
usr.bin/lex/tblcmp.c [new file with mode: 0644]
usr.bin/lex/version.h [new file with mode: 0644]
usr.bin/lex/yylex.c [new file with mode: 0644]
usr.bin/limits/Makefile [new file with mode: 0644]
usr.bin/limits/limits.1 [new file with mode: 0644]
usr.bin/limits/limits.c [new file with mode: 0644]
usr.bin/locale/Makefile [new file with mode: 0644]
usr.bin/locale/locale.1 [new file with mode: 0644]
usr.bin/locale/locale.c [new file with mode: 0644]
usr.bin/locate/Makefile [new file with mode: 0644]
usr.bin/locate/Makefile.inc [new file with mode: 0644]
usr.bin/locate/bigram/Makefile [new file with mode: 0644]
usr.bin/locate/bigram/locate.bigram.c [new file with mode: 0644]
usr.bin/locate/code/Makefile [new file with mode: 0644]
usr.bin/locate/code/locate.code.c [new file with mode: 0644]
usr.bin/locate/locate/Makefile [new file with mode: 0644]
usr.bin/locate/locate/concatdb.sh [new file with mode: 0644]
usr.bin/locate/locate/fastfind.c [new file with mode: 0644]
usr.bin/locate/locate/locate.1 [new file with mode: 0644]
usr.bin/locate/locate/locate.c [new file with mode: 0644]
usr.bin/locate/locate/locate.h [new file with mode: 0644]
usr.bin/locate/locate/locate.rc [new file with mode: 0644]
usr.bin/locate/locate/locate.updatedb.8 [new file with mode: 0644]
usr.bin/locate/locate/mklocatedb.sh [new file with mode: 0644]
usr.bin/locate/locate/pathnames.h [new file with mode: 0644]
usr.bin/locate/locate/updatedb.sh [new file with mode: 0644]
usr.bin/locate/locate/util.c [new file with mode: 0644]
usr.bin/lock/Makefile [new file with mode: 0644]
usr.bin/lock/lock.1 [new file with mode: 0644]
usr.bin/lock/lock.c [new file with mode: 0644]
usr.bin/lockf/Makefile [new file with mode: 0644]
usr.bin/lockf/lockf.1 [new file with mode: 0644]
usr.bin/lockf/lockf.c [new file with mode: 0644]
usr.bin/logger/Makefile [new file with mode: 0644]
usr.bin/logger/logger.1 [new file with mode: 0644]
usr.bin/logger/logger.c [new file with mode: 0644]
usr.bin/login/Makefile [new file with mode: 0644]
usr.bin/login/README [new file with mode: 0644]
usr.bin/login/login.1 [new file with mode: 0644]
usr.bin/login/login.c [new file with mode: 0644]
usr.bin/login/login.h [new file with mode: 0644]
usr.bin/login/login_fbtab.c [new file with mode: 0644]
usr.bin/login/pathnames.h [new file with mode: 0644]
usr.bin/logname/Makefile [new file with mode: 0644]
usr.bin/logname/logname.1 [new file with mode: 0644]
usr.bin/logname/logname.c [new file with mode: 0644]
usr.bin/look/Makefile [new file with mode: 0644]
usr.bin/look/look.1 [new file with mode: 0644]
usr.bin/look/look.c [new file with mode: 0644]
usr.bin/look/pathnames.h [new file with mode: 0644]
usr.bin/lorder/Makefile [new file with mode: 0644]
usr.bin/lorder/lorder.1 [new file with mode: 0644]
usr.bin/lorder/lorder.sh [new file with mode: 0644]
usr.bin/lsvfs/Makefile [new file with mode: 0644]
usr.bin/lsvfs/lsvfs.1 [new file with mode: 0644]
usr.bin/lsvfs/lsvfs.c [new file with mode: 0644]
usr.bin/lt/Makefile [new file with mode: 0644]
usr.bin/lt/lt.1 [new file with mode: 0644]
usr.bin/lt/lt.sh [new file with mode: 0644]
usr.bin/lzmainfo/Makefile [new file with mode: 0644]
usr.bin/m4/Makefile [new file with mode: 0644]
usr.bin/m4/NOTES [new file with mode: 0644]
usr.bin/m4/TEST/ack.m4 [new file with mode: 0644]
usr.bin/m4/TEST/hanoi.m4 [new file with mode: 0644]
usr.bin/m4/TEST/hash.m4 [new file with mode: 0644]
usr.bin/m4/TEST/math.m4 [new file with mode: 0644]
usr.bin/m4/TEST/sqroot.m4 [new file with mode: 0644]
usr.bin/m4/TEST/string.m4 [new file with mode: 0644]
usr.bin/m4/TEST/test.m4 [new file with mode: 0644]
usr.bin/m4/eval.c [new file with mode: 0644]
usr.bin/m4/expr.c [new file with mode: 0644]
usr.bin/m4/extern.h [new file with mode: 0644]
usr.bin/m4/gnum4.c [new file with mode: 0644]
usr.bin/m4/look.c [new file with mode: 0644]
usr.bin/m4/m4.1 [new file with mode: 0644]
usr.bin/m4/main.c [new file with mode: 0644]
usr.bin/m4/mdef.h [new file with mode: 0644]
usr.bin/m4/misc.c [new file with mode: 0644]
usr.bin/m4/pathnames.h [new file with mode: 0644]
usr.bin/m4/stdd.h [new file with mode: 0644]
usr.bin/m4/trace.c [new file with mode: 0644]
usr.bin/mail/Makefile [new file with mode: 0644]
usr.bin/mail/USD.doc/Makefile [new file with mode: 0644]
usr.bin/mail/USD.doc/mail0.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail1.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail2.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail3.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail4.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail5.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail6.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail7.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail8.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/mail9.nr [new file with mode: 0644]
usr.bin/mail/USD.doc/maila.nr [new file with mode: 0644]
usr.bin/mail/cmd1.c [new file with mode: 0644]
usr.bin/mail/cmd2.c [new file with mode: 0644]
usr.bin/mail/cmd3.c [new file with mode: 0644]
usr.bin/mail/cmdtab.c [new file with mode: 0644]
usr.bin/mail/collect.c [new file with mode: 0644]
usr.bin/mail/def.h [new file with mode: 0644]
usr.bin/mail/edit.c [new file with mode: 0644]
usr.bin/mail/extern.h [new file with mode: 0644]
usr.bin/mail/fio.c [new file with mode: 0644]
usr.bin/mail/getname.c [new file with mode: 0644]
usr.bin/mail/glob.h [new file with mode: 0644]
usr.bin/mail/head.c [new file with mode: 0644]
usr.bin/mail/lex.c [new file with mode: 0644]
usr.bin/mail/list.c [new file with mode: 0644]
usr.bin/mail/mail.1 [new file with mode: 0644]
usr.bin/mail/main.c [new file with mode: 0644]
usr.bin/mail/misc/mail.help [new file with mode: 0644]
usr.bin/mail/misc/mail.rc [new file with mode: 0644]
usr.bin/mail/misc/mail.tildehelp [new file with mode: 0644]
usr.bin/mail/names.c [new file with mode: 0644]
usr.bin/mail/pathnames.h [new file with mode: 0644]
usr.bin/mail/popen.c [new file with mode: 0644]
usr.bin/mail/quit.c [new file with mode: 0644]
usr.bin/mail/rcv.h [new file with mode: 0644]
usr.bin/mail/send.c [new file with mode: 0644]
usr.bin/mail/strings.c [new file with mode: 0644]
usr.bin/mail/temp.c [new file with mode: 0644]
usr.bin/mail/tty.c [new file with mode: 0644]
usr.bin/mail/util.c [new file with mode: 0644]
usr.bin/mail/v7.local.c [new file with mode: 0644]
usr.bin/mail/vars.c [new file with mode: 0644]
usr.bin/mail/version.c [new file with mode: 0644]
usr.bin/make/GNode.h [new file with mode: 0644]
usr.bin/make/Makefile [new file with mode: 0644]
usr.bin/make/Makefile.dist [new file with mode: 0644]
usr.bin/make/PSD.doc/stubs [new file with mode: 0644]
usr.bin/make/PSD.doc/tutorial.ms [new file with mode: 0644]
usr.bin/make/arch.c [new file with mode: 0644]
usr.bin/make/arch.h [new file with mode: 0644]
usr.bin/make/buf.c [new file with mode: 0644]
usr.bin/make/buf.h [new file with mode: 0644]
usr.bin/make/cond.c [new file with mode: 0644]
usr.bin/make/cond.h [new file with mode: 0644]
usr.bin/make/config.h [new file with mode: 0644]
usr.bin/make/dir.c [new file with mode: 0644]
usr.bin/make/dir.h [new file with mode: 0644]
usr.bin/make/for.c [new file with mode: 0644]
usr.bin/make/for.h [new file with mode: 0644]
usr.bin/make/globals.h [new file with mode: 0644]
usr.bin/make/hash.c [new file with mode: 0644]
usr.bin/make/hash.h [new file with mode: 0644]
usr.bin/make/hash_tables.c [new file with mode: 0644]
usr.bin/make/hash_tables.h [new file with mode: 0644]
usr.bin/make/job.c [new file with mode: 0644]
usr.bin/make/job.h [new file with mode: 0644]
usr.bin/make/lst.c [new file with mode: 0644]
usr.bin/make/lst.h [new file with mode: 0644]
usr.bin/make/main.c [new file with mode: 0644]
usr.bin/make/make.1 [new file with mode: 0644]
usr.bin/make/make.c [new file with mode: 0644]
usr.bin/make/make.h [new file with mode: 0644]
usr.bin/make/parse.c [new file with mode: 0644]
usr.bin/make/parse.h [new file with mode: 0644]
usr.bin/make/pathnames.h [new file with mode: 0644]
usr.bin/make/proc.c [new file with mode: 0644]
usr.bin/make/proc.h [new file with mode: 0644]
usr.bin/make/shell.c [new file with mode: 0644]
usr.bin/make/shell.h [new file with mode: 0644]
usr.bin/make/str.c [new file with mode: 0644]
usr.bin/make/str.h [new file with mode: 0644]
usr.bin/make/suff.c [new file with mode: 0644]
usr.bin/make/suff.h [new file with mode: 0644]
usr.bin/make/targ.c [new file with mode: 0644]
usr.bin/make/targ.h [new file with mode: 0644]
usr.bin/make/tests/README [new file with mode: 0644]
usr.bin/make/tests/basic/t0/expected.status [new file with mode: 0644]
usr.bin/make/tests/basic/t0/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/basic/t0/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/basic/t0/test.sh [new file with mode: 0644]
usr.bin/make/tests/basic/t1/expected.status [new file with mode: 0644]
usr.bin/make/tests/basic/t1/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/basic/t1/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/basic/t1/test.sh [new file with mode: 0644]
usr.bin/make/tests/basic/t2/expected.status [new file with mode: 0644]
usr.bin/make/tests/basic/t2/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/basic/t2/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/basic/t2/test.sh [new file with mode: 0644]
usr.bin/make/tests/basic/t3/expected.status [new file with mode: 0644]
usr.bin/make/tests/basic/t3/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/basic/t3/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/basic/t3/test.sh [new file with mode: 0644]
usr.bin/make/tests/basic/test.sh [new file with mode: 0644]
usr.bin/make/tests/common.sh [new file with mode: 0644]
usr.bin/make/tests/test.sh [new file with mode: 0644]
usr.bin/make/tests/variables/t0/expected.status [new file with mode: 0644]
usr.bin/make/tests/variables/t0/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/variables/t0/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/variables/t0/test.sh [new file with mode: 0644]
usr.bin/make/tests/variables/t1/expected.status [new file with mode: 0644]
usr.bin/make/tests/variables/t1/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/variables/t1/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/variables/t1/test.sh [new file with mode: 0644]
usr.bin/make/tests/variables/t2/expected.status [new file with mode: 0644]
usr.bin/make/tests/variables/t2/expected.stderr [new file with mode: 0644]
usr.bin/make/tests/variables/t2/expected.stdout [new file with mode: 0644]
usr.bin/make/tests/variables/t2/test.sh [new file with mode: 0644]
usr.bin/make/tests/variables/test.sh [new file with mode: 0644]
usr.bin/make/util.c [new file with mode: 0644]
usr.bin/make/util.h [new file with mode: 0644]
usr.bin/make/var.c [new file with mode: 0644]
usr.bin/make/var.h [new file with mode: 0644]
usr.bin/mandoc/Makefile [new file with mode: 0644]
usr.bin/mesg/Makefile [new file with mode: 0644]
usr.bin/mesg/mesg.1 [new file with mode: 0644]
usr.bin/mesg/mesg.c [new file with mode: 0644]
usr.bin/mkcsmapper/Makefile [new file with mode: 0644]
usr.bin/mkcsmapper/ldef.h [new file with mode: 0644]
usr.bin/mkcsmapper/lex.l [new file with mode: 0644]
usr.bin/mkcsmapper/mkcsmapper.1 [new file with mode: 0644]
usr.bin/mkcsmapper/yacc.y [new file with mode: 0644]
usr.bin/mkdep/Makefile [new file with mode: 0644]
usr.bin/mkdep/mkdep.1 [new file with mode: 0644]
usr.bin/mkdep/mkdep.gcc.sh [new file with mode: 0644]
usr.bin/mkdep/mkdep.sh [new file with mode: 0644]
usr.bin/mkesdb/Makefile [new file with mode: 0644]
usr.bin/mkesdb/ldef.h [new file with mode: 0644]
usr.bin/mkesdb/lex.l [new file with mode: 0644]
usr.bin/mkesdb/mkesdb.1 [new file with mode: 0644]
usr.bin/mkesdb/yacc.y [new file with mode: 0644]
usr.bin/mkfifo/Makefile [new file with mode: 0644]
usr.bin/mkfifo/mkfifo.1 [new file with mode: 0644]
usr.bin/mkfifo/mkfifo.c [new file with mode: 0644]
usr.bin/mklocale/Makefile [new file with mode: 0644]
usr.bin/mklocale/ldef.h [new file with mode: 0644]
usr.bin/mklocale/lex.l [new file with mode: 0644]
usr.bin/mklocale/mklocale.1 [new file with mode: 0644]
usr.bin/mklocale/yacc.y [new file with mode: 0644]
usr.bin/mkstr/Makefile [new file with mode: 0644]
usr.bin/mkstr/mkstr.1 [new file with mode: 0644]
usr.bin/mkstr/mkstr.c [new file with mode: 0644]
usr.bin/mktemp/Makefile [new file with mode: 0644]
usr.bin/mktemp/mktemp.1 [new file with mode: 0644]
usr.bin/mktemp/mktemp.c [new file with mode: 0644]
usr.bin/monitor/Makefile [new file with mode: 0644]
usr.bin/monitor/monitor.1 [new file with mode: 0644]
usr.bin/monitor/monitor.c [new file with mode: 0644]
usr.bin/msgs/Makefile [new file with mode: 0644]
usr.bin/msgs/msgs.1 [new file with mode: 0644]
usr.bin/msgs/msgs.c [new file with mode: 0644]
usr.bin/msgs/pathnames.h [new file with mode: 0644]
usr.bin/mt/Makefile [new file with mode: 0644]
usr.bin/mt/mt.1 [new file with mode: 0644]
usr.bin/mt/mt.c [new file with mode: 0644]
usr.bin/ncal/Makefile [new file with mode: 0644]
usr.bin/ncal/ncal.1 [new file with mode: 0644]
usr.bin/ncal/ncal.c [new file with mode: 0644]
usr.bin/ncplist/Makefile [new file with mode: 0644]
usr.bin/ncplist/ncplist.1 [new file with mode: 0644]
usr.bin/ncplist/ncplist.c [new file with mode: 0644]
usr.bin/ncplogin/Makefile [new file with mode: 0644]
usr.bin/ncplogin/ncplogin.1 [new file with mode: 0644]
usr.bin/ncplogin/ncplogin.c [new file with mode: 0644]
usr.bin/ncplogin/ncplogout.1 [new file with mode: 0644]
usr.bin/netstat/Makefile [new file with mode: 0644]
usr.bin/netstat/if.c [new file with mode: 0644]
usr.bin/netstat/inet.c [new file with mode: 0644]
usr.bin/netstat/inet6.c [new file with mode: 0644]
usr.bin/netstat/ipsec.c [new file with mode: 0644]
usr.bin/netstat/ipx.c [new file with mode: 0644]
usr.bin/netstat/iso.c [new file with mode: 0644]
usr.bin/netstat/main.c [new file with mode: 0644]
usr.bin/netstat/mbuf.c [new file with mode: 0644]
usr.bin/netstat/mroute.c [new file with mode: 0644]
usr.bin/netstat/mroute6.c [new file with mode: 0644]
usr.bin/netstat/netgraph.c [new file with mode: 0644]
usr.bin/netstat/netstat.1 [new file with mode: 0644]
usr.bin/netstat/netstat.h [new file with mode: 0644]
usr.bin/netstat/route.c [new file with mode: 0644]
usr.bin/netstat/unix.c [new file with mode: 0644]
usr.bin/newgrp/Makefile [new file with mode: 0644]
usr.bin/newgrp/newgrp.1 [new file with mode: 0644]
usr.bin/newgrp/newgrp.c [new file with mode: 0644]
usr.bin/newkey/Makefile [new file with mode: 0644]
usr.bin/newkey/externs.h [new file with mode: 0644]
usr.bin/newkey/generic.c [new file with mode: 0644]
usr.bin/newkey/newkey.8 [new file with mode: 0644]
usr.bin/newkey/newkey.c [new file with mode: 0644]
usr.bin/newkey/update.c [new file with mode: 0644]
usr.bin/nfsstat/Makefile [new file with mode: 0644]
usr.bin/nfsstat/nfsstat.1 [new file with mode: 0644]
usr.bin/nfsstat/nfsstat.c [new file with mode: 0644]
usr.bin/nice/Makefile [new file with mode: 0644]
usr.bin/nice/nice.1 [new file with mode: 0644]
usr.bin/nice/nice.c [new file with mode: 0644]
usr.bin/nl/Makefile [new file with mode: 0644]
usr.bin/nl/nl.1 [new file with mode: 0644]
usr.bin/nl/nl.c [new file with mode: 0644]
usr.bin/nohup/Makefile [new file with mode: 0644]
usr.bin/nohup/nohup.1 [new file with mode: 0644]
usr.bin/nohup/nohup.c [new file with mode: 0644]
usr.bin/objformat/Makefile [new file with mode: 0644]
usr.bin/objformat/objformat.1 [new file with mode: 0644]
usr.bin/objformat/objformat.c [new file with mode: 0644]
usr.bin/opieinfo/Makefile [new file with mode: 0644]
usr.bin/opiekey/Makefile [new file with mode: 0644]
usr.bin/opiepasswd/Makefile [new file with mode: 0644]
usr.bin/pagesize/Makefile [new file with mode: 0644]
usr.bin/pagesize/pagesize.1 [new file with mode: 0644]
usr.bin/pagesize/pagesize.sh [new file with mode: 0644]
usr.bin/passwd/Makefile [new file with mode: 0644]
usr.bin/passwd/passwd.1 [new file with mode: 0644]
usr.bin/passwd/passwd.c [new file with mode: 0644]
usr.bin/paste/Makefile [new file with mode: 0644]
usr.bin/paste/paste.1 [new file with mode: 0644]
usr.bin/paste/paste.c [new file with mode: 0644]
usr.bin/patch/Makefile [new file with mode: 0644]
usr.bin/patch/backupfile.c [new file with mode: 0644]
usr.bin/patch/backupfile.h [new file with mode: 0644]
usr.bin/patch/common.h [new file with mode: 0644]
usr.bin/patch/inp.c [new file with mode: 0644]
usr.bin/patch/inp.h [new file with mode: 0644]
usr.bin/patch/mkpath.c [new file with mode: 0644]
usr.bin/patch/patch.1 [new file with mode: 0644]
usr.bin/patch/patch.c [new file with mode: 0644]
usr.bin/patch/pathnames.h [new file with mode: 0644]
usr.bin/patch/pch.c [new file with mode: 0644]
usr.bin/patch/pch.h [new file with mode: 0644]
usr.bin/patch/util.c [new file with mode: 0644]
usr.bin/patch/util.h [new file with mode: 0644]
usr.bin/pathchk/Makefile [new file with mode: 0644]
usr.bin/pathchk/pathchk.1 [new file with mode: 0644]
usr.bin/pathchk/pathchk.c [new file with mode: 0644]
usr.bin/pctrack/Makefile [new file with mode: 0644]
usr.bin/pctrack/pctrack.8 [new file with mode: 0644]
usr.bin/pctrack/pctrack.c [new file with mode: 0644]
usr.bin/pkg_radd/Makefile [new file with mode: 0644]
usr.bin/pkg_radd/pkg_radd.1 [new file with mode: 0644]
usr.bin/pkg_radd/pkg_radd.sh [new file with mode: 0644]
usr.bin/pkg_search/Makefile [new file with mode: 0644]
usr.bin/pkg_search/pkg_search.1 [new file with mode: 0644]
usr.bin/pkg_search/pkg_search.sh [new file with mode: 0644]
usr.bin/pkill/Makefile [new file with mode: 0644]
usr.bin/pkill/pkill.1 [new file with mode: 0644]
usr.bin/pkill/pkill.c [new file with mode: 0644]
usr.bin/pr/Makefile [new file with mode: 0644]
usr.bin/pr/egetopt.c [new file with mode: 0644]
usr.bin/pr/extern.h [new file with mode: 0644]
usr.bin/pr/pr.1 [new file with mode: 0644]
usr.bin/pr/pr.c [new file with mode: 0644]
usr.bin/pr/pr.h [new file with mode: 0644]
usr.bin/printenv/Makefile [new file with mode: 0644]
usr.bin/printenv/printenv.1 [new file with mode: 0644]
usr.bin/printenv/printenv.c [new file with mode: 0644]
usr.bin/printf/Makefile [new file with mode: 0644]
usr.bin/printf/printf.1 [new file with mode: 0644]
usr.bin/printf/printf.c [new file with mode: 0644]
usr.bin/quota/Makefile [new file with mode: 0644]
usr.bin/quota/quota.1 [new file with mode: 0644]
usr.bin/quota/quota.c [new file with mode: 0644]
usr.bin/rdist/Makefile [new file with mode: 0644]
usr.bin/rdist/cron.entry [new file with mode: 0644]
usr.bin/rdist/defs.h [new file with mode: 0644]
usr.bin/rdist/docmd.c [new file with mode: 0644]
usr.bin/rdist/expand.c [new file with mode: 0644]
usr.bin/rdist/gram.y [new file with mode: 0644]
usr.bin/rdist/lookup.c [new file with mode: 0644]
usr.bin/rdist/main.c [new file with mode: 0644]
usr.bin/rdist/pathnames.h [new file with mode: 0644]
usr.bin/rdist/rdist.1 [new file with mode: 0644]
usr.bin/rdist/rshrcmd.c [new file with mode: 0644]
usr.bin/rdist/server.c [new file with mode: 0644]
usr.bin/relpath/Makefile [new file with mode: 0644]
usr.bin/relpath/relpath.1 [new file with mode: 0644]
usr.bin/relpath/relpath.c [new file with mode: 0644]
usr.bin/renice/Makefile [new file with mode: 0644]
usr.bin/renice/renice.8 [new file with mode: 0644]
usr.bin/renice/renice.c [new file with mode: 0644]
usr.bin/rev/Makefile [new file with mode: 0644]
usr.bin/rev/rev.1 [new file with mode: 0644]
usr.bin/rev/rev.c [new file with mode: 0644]
usr.bin/rfcomm_sppd/Makefile [new file with mode: 0644]
usr.bin/rfcomm_sppd/rfcomm_sdp.c [new file with mode: 0644]
usr.bin/rfcomm_sppd/rfcomm_sdp.h [new file with mode: 0644]
usr.bin/rfcomm_sppd/rfcomm_sppd.1 [new file with mode: 0644]
usr.bin/rfcomm_sppd/rfcomm_sppd.c [new file with mode: 0644]
usr.bin/rlogin/Makefile [new file with mode: 0644]
usr.bin/rlogin/rlogin.1 [new file with mode: 0644]
usr.bin/rlogin/rlogin.c [new file with mode: 0644]
usr.bin/rpcgen/Makefile [new file with mode: 0644]
usr.bin/rpcgen/rpc_clntout.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_cout.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_hout.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_main.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_parse.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_parse.h [new file with mode: 0644]
usr.bin/rpcgen/rpc_sample.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_scan.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_scan.h [new file with mode: 0644]
usr.bin/rpcgen/rpc_svcout.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_tblout.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_util.c [new file with mode: 0644]
usr.bin/rpcgen/rpc_util.h [new file with mode: 0644]
usr.bin/rpcgen/rpcgen.1 [new file with mode: 0644]
usr.bin/rpcinfo/Makefile [new file with mode: 0644]
usr.bin/rpcinfo/rpcinfo.8 [new file with mode: 0644]
usr.bin/rpcinfo/rpcinfo.c [new file with mode: 0644]
usr.bin/rs/Makefile [new file with mode: 0644]
usr.bin/rs/rs.1 [new file with mode: 0644]
usr.bin/rs/rs.c [new file with mode: 0644]
usr.bin/rsh/Makefile [new file with mode: 0644]
usr.bin/rsh/rsh.1 [new file with mode: 0644]
usr.bin/rsh/rsh.c [new file with mode: 0644]
usr.bin/rup/Makefile [new file with mode: 0644]
usr.bin/rup/rup.1 [new file with mode: 0644]
usr.bin/rup/rup.c [new file with mode: 0644]
usr.bin/ruptime/Makefile [new file with mode: 0644]
usr.bin/ruptime/ruptime.1 [new file with mode: 0644]
usr.bin/ruptime/ruptime.c [new file with mode: 0644]
usr.bin/rusers/Makefile [new file with mode: 0644]
usr.bin/rusers/rusers.1 [new file with mode: 0644]
usr.bin/rusers/rusers.c [new file with mode: 0644]
usr.bin/rwall/Makefile [new file with mode: 0644]
usr.bin/rwall/rwall.1 [new file with mode: 0644]
usr.bin/rwall/rwall.c [new file with mode: 0644]
usr.bin/rwho/Makefile [new file with mode: 0644]
usr.bin/rwho/rwho.1 [new file with mode: 0644]
usr.bin/rwho/rwho.c [new file with mode: 0644]
usr.bin/script/Makefile [new file with mode: 0644]
usr.bin/script/script.1 [new file with mode: 0644]
usr.bin/script/script.c [new file with mode: 0644]
usr.bin/sdpquery/Makefile [new file with mode: 0644]
usr.bin/sdpquery/sdpquery.1 [new file with mode: 0644]
usr.bin/sdpquery/sdpquery.c [new file with mode: 0644]
usr.bin/sdpquery/sdpquery.h [new file with mode: 0644]
usr.bin/sdpquery/search.c [new file with mode: 0644]
usr.bin/sed/Makefile [new file with mode: 0644]
usr.bin/sed/POSIX [new file with mode: 0644]
usr.bin/sed/compile.c [new file with mode: 0644]
usr.bin/sed/defs.h [new file with mode: 0644]
usr.bin/sed/extern.h [new file with mode: 0644]
usr.bin/sed/main.c [new file with mode: 0644]
usr.bin/sed/misc.c [new file with mode: 0644]
usr.bin/sed/process.c [new file with mode: 0644]
usr.bin/sed/sed.1 [new file with mode: 0644]
usr.bin/seq/Makefile [new file with mode: 0644]
usr.bin/seq/seq.1 [new file with mode: 0644]
usr.bin/seq/seq.c [new file with mode: 0644]
usr.bin/shar/Makefile [new file with mode: 0644]
usr.bin/shar/shar.1 [new file with mode: 0644]
usr.bin/shar/shar.sh [new file with mode: 0644]
usr.bin/shlock/Makefile [new file with mode: 0644]
usr.bin/shlock/shlock.1 [new file with mode: 0644]
usr.bin/shlock/shlock.c [new file with mode: 0644]
usr.bin/showmount/Makefile [new file with mode: 0644]
usr.bin/showmount/showmount.8 [new file with mode: 0644]
usr.bin/showmount/showmount.c [new file with mode: 0644]
usr.bin/smbutil/Makefile [new file with mode: 0644]
usr.bin/sockstat/Makefile [new file with mode: 0644]
usr.bin/sockstat/sockstat.1 [new file with mode: 0644]
usr.bin/sockstat/sockstat.c [new file with mode: 0644]
usr.bin/soelim/Makefile [new file with mode: 0644]
usr.bin/soelim/soelim.1 [new file with mode: 0644]
usr.bin/soelim/soelim.c [new file with mode: 0644]
usr.bin/sort/Makefile [new file with mode: 0644]
usr.bin/sort/append.c [new file with mode: 0644]
usr.bin/sort/fields.c [new file with mode: 0644]
usr.bin/sort/files.c [new file with mode: 0644]
usr.bin/sort/fsort.c [new file with mode: 0644]
usr.bin/sort/fsort.h [new file with mode: 0644]
usr.bin/sort/init.c [new file with mode: 0644]
usr.bin/sort/msort.c [new file with mode: 0644]
usr.bin/sort/pathnames.h [new file with mode: 0644]
usr.bin/sort/radix_sort.c [new file with mode: 0644]
usr.bin/sort/sort.1 [new file with mode: 0644]
usr.bin/sort/sort.c [new file with mode: 0644]
usr.bin/sort/sort.h [new file with mode: 0644]
usr.bin/sort/tmp.c [new file with mode: 0644]
usr.bin/split/Makefile [new file with mode: 0644]
usr.bin/split/split.1 [new file with mode: 0644]
usr.bin/split/split.c [new file with mode: 0644]
usr.bin/stat/Makefile [new file with mode: 0644]
usr.bin/stat/stat.1 [new file with mode: 0644]
usr.bin/stat/stat.c [new file with mode: 0644]
usr.bin/su/Makefile [new file with mode: 0644]
usr.bin/su/su.1 [new file with mode: 0644]
usr.bin/su/su.c [new file with mode: 0644]
usr.bin/symorder/Makefile [new file with mode: 0644]
usr.bin/symorder/symorder.1 [new file with mode: 0644]
usr.bin/symorder/symorder.c [new file with mode: 0644]
usr.bin/systat/Makefile [new file with mode: 0644]
usr.bin/systat/cmds.c [new file with mode: 0644]
usr.bin/systat/cmdtab.c [new file with mode: 0644]
usr.bin/systat/convtbl.c [new file with mode: 0644]
usr.bin/systat/convtbl.h [new file with mode: 0644]
usr.bin/systat/devs.c [new file with mode: 0644]
usr.bin/systat/devs.h [new file with mode: 0644]
usr.bin/systat/extern.h [new file with mode: 0644]
usr.bin/systat/fetch.c [new file with mode: 0644]
usr.bin/systat/icmp.c [new file with mode: 0644]
usr.bin/systat/icmp6.c [new file with mode: 0644]
usr.bin/systat/ifcmds.c [new file with mode: 0644]
usr.bin/systat/ifstat.c [new file with mode: 0644]
usr.bin/systat/iostat.c [new file with mode: 0644]
usr.bin/systat/ip.c [new file with mode: 0644]
usr.bin/systat/ip6.c [new file with mode: 0644]
usr.bin/systat/keyboard.c [new file with mode: 0644]
usr.bin/systat/main.c [new file with mode: 0644]
usr.bin/systat/mbufs.c [new file with mode: 0644]
usr.bin/systat/mode.c [new file with mode: 0644]
usr.bin/systat/mode.h [new file with mode: 0644]
usr.bin/systat/netcmds.c [new file with mode: 0644]
usr.bin/systat/netstat.c [new file with mode: 0644]
usr.bin/systat/pigs.c [new file with mode: 0644]
usr.bin/systat/sensors.c [new file with mode: 0644]
usr.bin/systat/swap.c [new file with mode: 0644]
usr.bin/systat/symbols.c [new file with mode: 0644]
usr.bin/systat/symbols.h [new file with mode: 0644]
usr.bin/systat/systat.1 [new file with mode: 0644]
usr.bin/systat/systat.h [new file with mode: 0644]
usr.bin/systat/tcp.c [new file with mode: 0644]
usr.bin/systat/vmmeter.c [new file with mode: 0644]
usr.bin/systat/vmstat.c [new file with mode: 0644]
usr.bin/tabs/Makefile [new file with mode: 0644]
usr.bin/tabs/tabs.1 [new file with mode: 0644]
usr.bin/tabs/tabs.c [new file with mode: 0644]
usr.bin/tail/Makefile [new file with mode: 0644]
usr.bin/tail/extern.h [new file with mode: 0644]
usr.bin/tail/forward.c [new file with mode: 0644]
usr.bin/tail/misc.c [new file with mode: 0644]
usr.bin/tail/read.c [new file with mode: 0644]
usr.bin/tail/reverse.c [new file with mode: 0644]
usr.bin/tail/tail.1 [new file with mode: 0644]
usr.bin/tail/tail.c [new file with mode: 0644]
usr.bin/talk/Makefile [new file with mode: 0644]
usr.bin/talk/ctl.c [new file with mode: 0644]
usr.bin/talk/ctl_transact.c [new file with mode: 0644]
usr.bin/talk/display.c [new file with mode: 0644]
usr.bin/talk/get_addrs.c [new file with mode: 0644]
usr.bin/talk/get_iface.c [new file with mode: 0644]
usr.bin/talk/get_names.c [new file with mode: 0644]
usr.bin/talk/init_disp.c [new file with mode: 0644]
usr.bin/talk/invite.c [new file with mode: 0644]
usr.bin/talk/io.c [new file with mode: 0644]
usr.bin/talk/look_up.c [new file with mode: 0644]
usr.bin/talk/msgs.c [new file with mode: 0644]
usr.bin/talk/talk.1 [new file with mode: 0644]
usr.bin/talk/talk.c [new file with mode: 0644]
usr.bin/talk/talk.h [new file with mode: 0644]
usr.bin/talk/talk_ctl.h [new file with mode: 0644]
usr.bin/tar/Makefile [new file with mode: 0644]
usr.bin/tcopy/Makefile [new file with mode: 0644]
usr.bin/tcopy/pathnames.h [new file with mode: 0644]
usr.bin/tcopy/tcopy.1 [new file with mode: 0644]
usr.bin/tcopy/tcopy.c [new file with mode: 0644]
usr.bin/tee/Makefile [new file with mode: 0644]
usr.bin/tee/tee.1 [new file with mode: 0644]
usr.bin/tee/tee.c [new file with mode: 0644]
usr.bin/telnet/Makefile [new file with mode: 0644]
usr.bin/telnet/README [new file with mode: 0644]
usr.bin/telnet/authenc.c [new file with mode: 0644]
usr.bin/telnet/commands.c [new file with mode: 0644]
usr.bin/telnet/defines.h [new file with mode: 0644]
usr.bin/telnet/externs.h [new file with mode: 0644]
usr.bin/telnet/fdset.h [new file with mode: 0644]
usr.bin/telnet/general.h [new file with mode: 0644]
usr.bin/telnet/main.c [new file with mode: 0644]
usr.bin/telnet/network.c [new file with mode: 0644]
usr.bin/telnet/ring.c [new file with mode: 0644]
usr.bin/telnet/ring.h [new file with mode: 0644]
usr.bin/telnet/sys_bsd.c [new file with mode: 0644]
usr.bin/telnet/telnet.1 [new file with mode: 0644]
usr.bin/telnet/telnet.c [new file with mode: 0644]
usr.bin/telnet/terminal.c [new file with mode: 0644]
usr.bin/telnet/types.h [new file with mode: 0644]
usr.bin/telnet/utilities.c [new file with mode: 0644]
usr.bin/tftp/Makefile [new file with mode: 0644]
usr.bin/tftp/extern.h [new file with mode: 0644]
usr.bin/tftp/main.c [new file with mode: 0644]
usr.bin/tftp/tftp.1 [new file with mode: 0644]
usr.bin/tftp/tftp.c [new file with mode: 0644]
usr.bin/tftp/tftpsubs.c [new file with mode: 0644]
usr.bin/tftp/tftpsubs.h [new file with mode: 0644]
usr.bin/time/Makefile [new file with mode: 0644]
usr.bin/time/time.1 [new file with mode: 0644]
usr.bin/time/time.c [new file with mode: 0644]
usr.bin/tip/Makefile [new file with mode: 0644]
usr.bin/tip/Makefile.inc [new file with mode: 0644]
usr.bin/tip/NEWS [new file with mode: 0644]
usr.bin/tip/README [new file with mode: 0644]
usr.bin/tip/TODO [new file with mode: 0644]
usr.bin/tip/libacu/Makefile [new file with mode: 0644]
usr.bin/tip/libacu/acucommon.c [new file with mode: 0644]
usr.bin/tip/libacu/acucommon.h [new file with mode: 0644]
usr.bin/tip/libacu/biz22.c [new file with mode: 0644]
usr.bin/tip/libacu/biz31.c [new file with mode: 0644]
usr.bin/tip/libacu/courier.c [new file with mode: 0644]
usr.bin/tip/libacu/df.c [new file with mode: 0644]
usr.bin/tip/libacu/dn11.c [new file with mode: 0644]
usr.bin/tip/libacu/hayes.c [new file with mode: 0644]
usr.bin/tip/libacu/multitech.c [new file with mode: 0644]
usr.bin/tip/libacu/t3000.c [new file with mode: 0644]
usr.bin/tip/libacu/tod.c [new file with mode: 0644]
usr.bin/tip/libacu/tod.h [new file with mode: 0644]
usr.bin/tip/libacu/unidialer.c [new file with mode: 0644]
usr.bin/tip/libacu/v3451.c [new file with mode: 0644]
usr.bin/tip/libacu/v831.c [new file with mode: 0644]
usr.bin/tip/libacu/ventel.c [new file with mode: 0644]
usr.bin/tip/tip/Makefile [new file with mode: 0644]
usr.bin/tip/tip/acu.c [new file with mode: 0644]
usr.bin/tip/tip/acutab.c [new file with mode: 0644]
usr.bin/tip/tip/cmds.c [new file with mode: 0644]
usr.bin/tip/tip/cmdtab.c [new file with mode: 0644]
usr.bin/tip/tip/cu.c [new file with mode: 0644]
usr.bin/tip/tip/dial.sh [new file with mode: 0755]
usr.bin/tip/tip/hunt.c [new file with mode: 0644]
usr.bin/tip/tip/log.c [new file with mode: 0644]
usr.bin/tip/tip/modems.5 [new file with mode: 0644]
usr.bin/tip/tip/partab.c [new file with mode: 0644]
usr.bin/tip/tip/pathnames.h [new file with mode: 0644]
usr.bin/tip/tip/remcap.c [new file with mode: 0644]
usr.bin/tip/tip/remote.c [new file with mode: 0644]
usr.bin/tip/tip/tip.1 [new file with mode: 0644]
usr.bin/tip/tip/tip.c [new file with mode: 0644]
usr.bin/tip/tip/tip.h [new file with mode: 0644]
usr.bin/tip/tip/tipconf.h [new file with mode: 0644]
usr.bin/tip/tip/tipout.c [new file with mode: 0644]
usr.bin/tip/tip/value.c [new file with mode: 0644]
usr.bin/tip/tip/vars.c [new file with mode: 0644]
usr.bin/top/Makefile [new file with mode: 0644]
usr.bin/top/config.h [new file with mode: 0644]
usr.bin/top/m_dragonfly.c [new file with mode: 0644]
usr.bin/top/sigdesc.h [new file with mode: 0644]
usr.bin/top/top.1 [new file with mode: 0644]
usr.bin/touch/Makefile [new file with mode: 0644]
usr.bin/touch/touch.1 [new file with mode: 0644]
usr.bin/touch/touch.c [new file with mode: 0644]
usr.bin/tput/Makefile [new file with mode: 0644]
usr.bin/tput/clear.sh [new file with mode: 0644]
usr.bin/tput/tput.1 [new file with mode: 0644]
usr.bin/tput/tput.c [new file with mode: 0644]
usr.bin/tr/Makefile [new file with mode: 0644]
usr.bin/tr/extern.h [new file with mode: 0644]
usr.bin/tr/str.c [new file with mode: 0644]
usr.bin/tr/tr.1 [new file with mode: 0644]
usr.bin/tr/tr.c [new file with mode: 0644]
usr.bin/true/Makefile [new file with mode: 0644]
usr.bin/true/true.1 [new file with mode: 0644]
usr.bin/true/true.c [new file with mode: 0644]
usr.bin/truncate/Makefile [new file with mode: 0644]
usr.bin/truncate/truncate.1 [new file with mode: 0644]
usr.bin/truncate/truncate.c [new file with mode: 0644]
usr.bin/truss/Makefile [new file with mode: 0644]
usr.bin/truss/extern.h [new file with mode: 0644]
usr.bin/truss/i386-fbsd.c [new file with mode: 0644]
usr.bin/truss/i386-linux.c [new file with mode: 0644]
usr.bin/truss/i386.conf [new file with mode: 0644]
usr.bin/truss/i386linux.conf [new file with mode: 0644]
usr.bin/truss/main.c [new file with mode: 0644]
usr.bin/truss/setup.c [new file with mode: 0644]
usr.bin/truss/syscall.h [new file with mode: 0644]
usr.bin/truss/syscalls.c [new file with mode: 0644]
usr.bin/truss/truss.1 [new file with mode: 0644]
usr.bin/truss/truss.h [new file with mode: 0644]
usr.bin/truss/x86_64-fbsd.c [new file with mode: 0644]
usr.bin/tset/Makefile [new file with mode: 0644]
usr.bin/tset/extern.h [new file with mode: 0644]
usr.bin/tset/map.c [new file with mode: 0644]
usr.bin/tset/misc.c [new file with mode: 0644]
usr.bin/tset/set.c [new file with mode: 0644]
usr.bin/tset/term.c [new file with mode: 0644]
usr.bin/tset/tset.1 [new file with mode: 0644]
usr.bin/tset/tset.c [new file with mode: 0644]
usr.bin/tset/wrterm.c [new file with mode: 0644]
usr.bin/tsort/Makefile [new file with mode: 0644]
usr.bin/tsort/tsort.1 [new file with mode: 0644]
usr.bin/tsort/tsort.c [new file with mode: 0644]
usr.bin/tty/Makefile [new file with mode: 0644]
usr.bin/tty/tty.1 [new file with mode: 0644]
usr.bin/tty/tty.c [new file with mode: 0644]
usr.bin/ul/Makefile [new file with mode: 0644]
usr.bin/ul/ul.1 [new file with mode: 0644]
usr.bin/ul/ul.c [new file with mode: 0644]
usr.bin/uname/Makefile [new file with mode: 0644]
usr.bin/uname/uname.1 [new file with mode: 0644]
usr.bin/uname/uname.c [new file with mode: 0644]
usr.bin/undo/Makefile [new file with mode: 0644]
usr.bin/undo/undo.1 [new file with mode: 0644]
usr.bin/undo/undo.c [new file with mode: 0644]
usr.bin/unexpand/Makefile [new file with mode: 0644]
usr.bin/unexpand/unexpand.c [new file with mode: 0644]
usr.bin/unifdef/Makefile [new file with mode: 0644]
usr.bin/unifdef/unifdef.1 [new file with mode: 0644]
usr.bin/unifdef/unifdef.c [new file with mode: 0644]
usr.bin/unifdef/unifdefall.sh [new file with mode: 0644]
usr.bin/uniq/Makefile [new file with mode: 0644]
usr.bin/uniq/uniq.1 [new file with mode: 0644]
usr.bin/uniq/uniq.c [new file with mode: 0644]
usr.bin/units/Makefile [new file with mode: 0644]
usr.bin/units/README [new file with mode: 0644]
usr.bin/units/pathnames.h [new file with mode: 0644]
usr.bin/units/units.1 [new file with mode: 0644]
usr.bin/units/units.c [new file with mode: 0644]
usr.bin/units/units.lib [new file with mode: 0644]
usr.bin/unvis/Makefile [new file with mode: 0644]
usr.bin/unvis/unvis.1 [new file with mode: 0644]
usr.bin/unvis/unvis.c [new file with mode: 0644]
usr.bin/usbhidctl/Makefile [new file with mode: 0644]
usr.bin/usbhidctl/usbhid.c [new file with mode: 0644]
usr.bin/usbhidctl/usbhidctl.1 [new file with mode: 0644]
usr.bin/users/Makefile [new file with mode: 0644]
usr.bin/users/users.1 [new file with mode: 0644]
usr.bin/users/users.c [new file with mode: 0644]
usr.bin/uudecode/Makefile [new file with mode: 0644]
usr.bin/uudecode/uudecode.c [new file with mode: 0644]
usr.bin/uuencode/Makefile [new file with mode: 0644]
usr.bin/uuencode/uuencode.1 [new file with mode: 0644]
usr.bin/uuencode/uuencode.c [new file with mode: 0644]
usr.bin/uuencode/uuencode.format.5 [new file with mode: 0644]
usr.bin/uuidgen/Makefile [new file with mode: 0644]
usr.bin/uuidgen/uuidgen.1 [new file with mode: 0644]
usr.bin/uuidgen/uuidgen.c [new file with mode: 0644]
usr.bin/vacation/Makefile [new file with mode: 0644]
usr.bin/vgrind/Makefile [new file with mode: 0644]
usr.bin/vgrind/RETEST/Makefile [new file with mode: 0644]
usr.bin/vgrind/RETEST/retest.c [new file with mode: 0644]
usr.bin/vgrind/extern.h [new file with mode: 0644]
usr.bin/vgrind/pathnames.h [new file with mode: 0644]
usr.bin/vgrind/regexp.c [new file with mode: 0644]
usr.bin/vgrind/tmac.vgrind [new file with mode: 0644]
usr.bin/vgrind/vfontedpr.c [new file with mode: 0644]
usr.bin/vgrind/vgrind.1 [new file with mode: 0644]
usr.bin/vgrind/vgrind.sh [new file with mode: 0644]
usr.bin/vgrind/vgrindefs.5 [new file with mode: 0644]
usr.bin/vgrind/vgrindefs.c [new file with mode: 0644]
usr.bin/vgrind/vgrindefs.src [new file with mode: 0644]
usr.bin/vi/Makefile [new file with mode: 0644]
usr.bin/vi/config.h [new file with mode: 0644]
usr.bin/vi/patches/ex_write.c.patch [new file with mode: 0644]
usr.bin/vi/patches/v_ex.c.patch [new file with mode: 0644]
usr.bin/vi/pathnames.h [new file with mode: 0644]
usr.bin/vi/port.h [new file with mode: 0644]
usr.bin/vis/Makefile [new file with mode: 0644]
usr.bin/vis/foldit.c [new file with mode: 0644]
usr.bin/vis/vis.1 [new file with mode: 0644]
usr.bin/vis/vis.c [new file with mode: 0644]
usr.bin/vknet/Makefile [new file with mode: 0644]
usr.bin/vknet/vknet.1 [new file with mode: 0644]
usr.bin/vknet/vknet.c [new file with mode: 0644]
usr.bin/vknet/vknet.h [new file with mode: 0644]
usr.bin/vmstat/Makefile [new file with mode: 0644]
usr.bin/vmstat/vmstat.8 [new file with mode: 0644]
usr.bin/vmstat/vmstat.c [new file with mode: 0644]
usr.bin/w/Makefile [new file with mode: 0644]
usr.bin/w/extern.h [new file with mode: 0644]
usr.bin/w/pr_time.c [new file with mode: 0644]
usr.bin/w/proc_compare.c [new file with mode: 0644]
usr.bin/w/uptime.1 [new file with mode: 0644]
usr.bin/w/w.1 [new file with mode: 0644]
usr.bin/w/w.c [new file with mode: 0644]
usr.bin/wall/Makefile [new file with mode: 0644]
usr.bin/wall/ttymsg.c [new file with mode: 0644]
usr.bin/wall/ttymsg.h [new file with mode: 0644]
usr.bin/wall/wall.1 [new file with mode: 0644]
usr.bin/wall/wall.c [new file with mode: 0644]
usr.bin/wc/Makefile [new file with mode: 0644]
usr.bin/wc/wc.1 [new file with mode: 0644]
usr.bin/wc/wc.c [new file with mode: 0644]
usr.bin/what/Makefile [new file with mode: 0644]
usr.bin/what/what.1 [new file with mode: 0644]
usr.bin/what/what.c [new file with mode: 0644]
usr.bin/whereis/Makefile [new file with mode: 0644]
usr.bin/whereis/pathnames.h [new file with mode: 0644]
usr.bin/whereis/whereis.1 [new file with mode: 0644]
usr.bin/whereis/whereis.c [new file with mode: 0644]
usr.bin/which/Makefile [new file with mode: 0644]
usr.bin/which/which.1 [new file with mode: 0644]
usr.bin/which/which.c [new file with mode: 0644]
usr.bin/who/Makefile [new file with mode: 0644]
usr.bin/who/utmpentry.c [new file with mode: 0644]
usr.bin/who/utmpentry.h [new file with mode: 0644]
usr.bin/who/who.1 [new file with mode: 0644]
usr.bin/who/who.c [new file with mode: 0644]
usr.bin/whois/Makefile [new file with mode: 0644]
usr.bin/whois/whois.1 [new file with mode: 0644]
usr.bin/whois/whois.c [new file with mode: 0644]
usr.bin/window/Makefile [new file with mode: 0644]
usr.bin/window/README [new file with mode: 0644]
usr.bin/window/alias.h [new file with mode: 0644]
usr.bin/window/char.c [new file with mode: 0644]
usr.bin/window/char.h [new file with mode: 0644]
usr.bin/window/cmd.c [new file with mode: 0644]
usr.bin/window/cmd1.c [new file with mode: 0644]
usr.bin/window/cmd2.c [new file with mode: 0644]
usr.bin/window/cmd3.c [new file with mode: 0644]
usr.bin/window/cmd4.c [new file with mode: 0644]
usr.bin/window/cmd5.c [new file with mode: 0644]
usr.bin/window/cmd6.c [new file with mode: 0644]
usr.bin/window/cmd7.c [new file with mode: 0644]
usr.bin/window/compress.c [new file with mode: 0644]
usr.bin/window/context.c [new file with mode: 0644]
usr.bin/window/context.h [new file with mode: 0644]
usr.bin/window/defs.h [new file with mode: 0644]
usr.bin/window/error.c [new file with mode: 0644]
usr.bin/window/lcmd.c [new file with mode: 0644]
usr.bin/window/lcmd.h [new file with mode: 0644]
usr.bin/window/lcmd1.c [new file with mode: 0644]
usr.bin/window/lcmd2.c [new file with mode: 0644]
usr.bin/window/local.h [new file with mode: 0644]
usr.bin/window/main.c [new file with mode: 0644]
usr.bin/window/mloop.c [new file with mode: 0644]
usr.bin/window/parser.h [new file with mode: 0644]
usr.bin/window/parser1.c [new file with mode: 0644]
usr.bin/window/parser2.c [new file with mode: 0644]
usr.bin/window/parser3.c [new file with mode: 0644]
usr.bin/window/parser4.c [new file with mode: 0644]
usr.bin/window/parser5.c [new file with mode: 0644]
usr.bin/window/scanner.c [new file with mode: 0644]
usr.bin/window/startup.c [new file with mode: 0644]
usr.bin/window/string.c [new file with mode: 0644]
usr.bin/window/token.h [new file with mode: 0644]
usr.bin/window/tt.h [new file with mode: 0644]
usr.bin/window/ttf100.c [new file with mode: 0644]
usr.bin/window/ttgeneric.c [new file with mode: 0644]
usr.bin/window/tth19.c [new file with mode: 0644]
usr.bin/window/tth29.c [new file with mode: 0644]
usr.bin/window/ttinit.c [new file with mode: 0644]
usr.bin/window/ttoutput.c [new file with mode: 0644]
usr.bin/window/tttermcap.c [new file with mode: 0644]
usr.bin/window/tttvi925.c [new file with mode: 0644]
usr.bin/window/ttwyse60.c [new file with mode: 0644]
usr.bin/window/ttwyse75.c [new file with mode: 0644]
usr.bin/window/ttzapple.c [new file with mode: 0644]
usr.bin/window/ttzentec.c [new file with mode: 0644]
usr.bin/window/value.h [new file with mode: 0644]
usr.bin/window/var.c [new file with mode: 0644]
usr.bin/window/var.h [new file with mode: 0644]
usr.bin/window/win.c [new file with mode: 0644]
usr.bin/window/window.1 [new file with mode: 0644]
usr.bin/window/window_string.h [new file with mode: 0644]
usr.bin/window/windowrc [new file with mode: 0644]
usr.bin/window/ww.h [new file with mode: 0644]
usr.bin/window/wwadd.c [new file with mode: 0644]
usr.bin/window/wwalloc.c [new file with mode: 0644]
usr.bin/window/wwbox.c [new file with mode: 0644]
usr.bin/window/wwchild.c [new file with mode: 0644]
usr.bin/window/wwclose.c [new file with mode: 0644]
usr.bin/window/wwclreol.c [new file with mode: 0644]
usr.bin/window/wwclreos.c [new file with mode: 0644]
usr.bin/window/wwcursor.c [new file with mode: 0644]
usr.bin/window/wwdelchar.c [new file with mode: 0644]
usr.bin/window/wwdelete.c [new file with mode: 0644]
usr.bin/window/wwdelline.c [new file with mode: 0644]
usr.bin/window/wwdump.c [new file with mode: 0644]
usr.bin/window/wwend.c [new file with mode: 0644]
usr.bin/window/wwenviron.c [new file with mode: 0644]
usr.bin/window/wwerror.c [new file with mode: 0644]
usr.bin/window/wwflush.c [new file with mode: 0644]
usr.bin/window/wwframe.c [new file with mode: 0644]
usr.bin/window/wwgets.c [new file with mode: 0644]
usr.bin/window/wwinit.c [new file with mode: 0644]
usr.bin/window/wwinschar.c [new file with mode: 0644]
usr.bin/window/wwinsline.c [new file with mode: 0644]
usr.bin/window/wwiomux.c [new file with mode: 0644]
usr.bin/window/wwlabel.c [new file with mode: 0644]
usr.bin/window/wwmisc.c [new file with mode: 0644]
usr.bin/window/wwmove.c [new file with mode: 0644]
usr.bin/window/wwopen.c [new file with mode: 0644]
usr.bin/window/wwprintf.c [new file with mode: 0644]
usr.bin/window/wwpty.c [new file with mode: 0644]
usr.bin/window/wwputc.c [new file with mode: 0644]
usr.bin/window/wwputs.c [new file with mode: 0644]
usr.bin/window/wwredraw.c [new file with mode: 0644]
usr.bin/window/wwredrawwin.c [new file with mode: 0644]
usr.bin/window/wwrint.c [new file with mode: 0644]
usr.bin/window/wwscroll.c [new file with mode: 0644]
usr.bin/window/wwsize.c [new file with mode: 0644]
usr.bin/window/wwspawn.c [new file with mode: 0644]
usr.bin/window/wwsuspend.c [new file with mode: 0644]
usr.bin/window/wwterminfo.c [new file with mode: 0644]
usr.bin/window/wwtty.c [new file with mode: 0644]
usr.bin/window/wwunframe.c [new file with mode: 0644]
usr.bin/window/wwupdate.c [new file with mode: 0644]
usr.bin/window/wwwrite.c [new file with mode: 0644]
usr.bin/window/xx.c [new file with mode: 0644]
usr.bin/window/xx.h [new file with mode: 0644]
usr.bin/window/xxflush.c [new file with mode: 0644]
usr.bin/wmake/Makefile [new file with mode: 0644]
usr.bin/wmake/wmake.1 [new file with mode: 0644]
usr.bin/wmake/wmake.sh [new file with mode: 0644]
usr.bin/write/Makefile [new file with mode: 0644]
usr.bin/write/write.1 [new file with mode: 0644]
usr.bin/write/write.c [new file with mode: 0644]
usr.bin/xargs/Makefile [new file with mode: 0644]
usr.bin/xargs/pathnames.h [new file with mode: 0644]
usr.bin/xargs/strnsubst.c [new file with mode: 0644]
usr.bin/xargs/xargs.1 [new file with mode: 0644]
usr.bin/xargs/xargs.c [new file with mode: 0644]
usr.bin/xinstall/Makefile [new file with mode: 0644]
usr.bin/xinstall/install.1 [new file with mode: 0644]
usr.bin/xinstall/pathnames.h [new file with mode: 0644]
usr.bin/xinstall/xinstall.c [new file with mode: 0644]
usr.bin/xlint/Makefile [new file with mode: 0644]
usr.bin/xlint/Makefile.inc [new file with mode: 0644]
usr.bin/xlint/lint1/Makefile [new file with mode: 0644]
usr.bin/xlint/lint1/cgram.y [new file with mode: 0644]
usr.bin/xlint/lint1/decl.c [new file with mode: 0644]
usr.bin/xlint/lint1/emit.c [new file with mode: 0644]
usr.bin/xlint/lint1/emit1.c [new file with mode: 0644]
usr.bin/xlint/lint1/err.c [new file with mode: 0644]
usr.bin/xlint/lint1/externs.h [new file with mode: 0644]
usr.bin/xlint/lint1/externs1.h [new file with mode: 0644]
usr.bin/xlint/lint1/func.c [new file with mode: 0644]
usr.bin/xlint/lint1/init.c [new file with mode: 0644]
usr.bin/xlint/lint1/lint.h [new file with mode: 0644]
usr.bin/xlint/lint1/lint1.h [new file with mode: 0644]
usr.bin/xlint/lint1/main1.c [new file with mode: 0644]
usr.bin/xlint/lint1/mem.c [new file with mode: 0644]
usr.bin/xlint/lint1/mem1.c [new file with mode: 0644]
usr.bin/xlint/lint1/op.h [new file with mode: 0644]
usr.bin/xlint/lint1/param.h [new file with mode: 0644]
usr.bin/xlint/lint1/scan.l [new file with mode: 0644]
usr.bin/xlint/lint1/tree.c [new file with mode: 0644]
usr.bin/xlint/lint2/Makefile [new file with mode: 0644]
usr.bin/xlint/lint2/chk.c [new file with mode: 0644]
usr.bin/xlint/lint2/emit2.c [new file with mode: 0644]
usr.bin/xlint/lint2/externs2.h [new file with mode: 0644]
usr.bin/xlint/lint2/hash.c [new file with mode: 0644]
usr.bin/xlint/lint2/lint2.h [new file with mode: 0644]
usr.bin/xlint/lint2/main2.c [new file with mode: 0644]
usr.bin/xlint/lint2/mem2.c [new file with mode: 0644]
usr.bin/xlint/lint2/msg.c [new file with mode: 0644]
usr.bin/xlint/lint2/read.c [new file with mode: 0644]
usr.bin/xlint/llib/Makefile [new file with mode: 0644]
usr.bin/xlint/llib/llib-lposix [new file with mode: 0644]
usr.bin/xlint/llib/llib-lstdc [new file with mode: 0644]
usr.bin/xlint/xlint/Makefile [new file with mode: 0644]
usr.bin/xlint/xlint/lint.1 [new file with mode: 0644]
usr.bin/xlint/xlint/pathnames.h [new file with mode: 0644]
usr.bin/xlint/xlint/xlint.c [new file with mode: 0644]
usr.bin/xstr/Makefile [new file with mode: 0644]
usr.bin/xstr/pathnames.h [new file with mode: 0644]
usr.bin/xstr/xstr.1 [new file with mode: 0644]
usr.bin/xstr/xstr.c [new file with mode: 0644]
usr.bin/xz/Makefile [new file with mode: 0644]
usr.bin/xzdec/Makefile [new file with mode: 0644]
usr.bin/yacc/ACKNOWLEDGEMENTS [new file with mode: 0644]
usr.bin/yacc/Makefile [new file with mode: 0644]
usr.bin/yacc/NEW_FEATURES [new file with mode: 0644]
usr.bin/yacc/NOTES [new file with mode: 0644]
usr.bin/yacc/README [new file with mode: 0644]
usr.bin/yacc/closure.c [new file with mode: 0644]
usr.bin/yacc/defs.h [new file with mode: 0644]
usr.bin/yacc/error.c [new file with mode: 0644]
usr.bin/yacc/lalr.c [new file with mode: 0644]
usr.bin/yacc/lr0.c [new file with mode: 0644]
usr.bin/yacc/main.c [new file with mode: 0644]
usr.bin/yacc/mkpar.c [new file with mode: 0644]
usr.bin/yacc/output.c [new file with mode: 0644]
usr.bin/yacc/reader.c [new file with mode: 0644]
usr.bin/yacc/skeleton.c [new file with mode: 0644]
usr.bin/yacc/symtab.c [new file with mode: 0644]
usr.bin/yacc/verbose.c [new file with mode: 0644]
usr.bin/yacc/warshall.c [new file with mode: 0644]
usr.bin/yacc/yacc.1 [new file with mode: 0644]
usr.bin/yacc/yyfix.1 [new file with mode: 0644]
usr.bin/yacc/yyfix.sh [new file with mode: 0644]
usr.bin/yes/Makefile [new file with mode: 0644]
usr.bin/yes/yes.1 [new file with mode: 0644]
usr.bin/yes/yes.c [new file with mode: 0644]
usr.bin/ypcat/Makefile [new file with mode: 0644]
usr.bin/ypcat/ypcat.1 [new file with mode: 0644]
usr.bin/ypcat/ypcat.c [new file with mode: 0644]
usr.bin/ypmatch/Makefile [new file with mode: 0644]
usr.bin/ypmatch/ypmatch.1 [new file with mode: 0644]
usr.bin/ypmatch/ypmatch.c [new file with mode: 0644]
usr.bin/ypwhich/Makefile [new file with mode: 0644]
usr.bin/ypwhich/ypwhich.1 [new file with mode: 0644]
usr.bin/ypwhich/ypwhich.c [new file with mode: 0644]
usr.sbin/802_11/Makefile [new file with mode: 0644]
usr.sbin/802_11/Makefile.inc [new file with mode: 0644]
usr.sbin/802_11/hostapd/Makefile [new file with mode: 0644]
usr.sbin/802_11/hostapd/driver_dragonfly.c [new file with mode: 0644]
usr.sbin/802_11/hostapd/hostapd.8 [new file with mode: 0644]
usr.sbin/802_11/hostapd/hostapd.conf.5 [new file with mode: 0644]
usr.sbin/802_11/hostapd_cli/Makefile [new file with mode: 0644]
usr.sbin/802_11/hostapd_cli/hostapd_cli.8 [new file with mode: 0644]
usr.sbin/802_11/l2_packet.c [new file with mode: 0644]
usr.sbin/802_11/ndis_events/Makefile [new file with mode: 0644]
usr.sbin/802_11/ndis_events/ndis_events.8 [new file with mode: 0644]
usr.sbin/802_11/ndis_events/ndis_events.c [new file with mode: 0644]
usr.sbin/802_11/wpa_cli/Makefile [new file with mode: 0644]
usr.sbin/802_11/wpa_cli/wpa_cli.8 [new file with mode: 0644]
usr.sbin/802_11/wpa_passphrase/Makefile [new file with mode: 0644]
usr.sbin/802_11/wpa_passphrase/wpa_passphrase.8 [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/Makefile [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/Packet32.c [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/Packet32.h [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/driver_dragonfly.c [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/driver_wired.c [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/ntddndis.h [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.8 [new file with mode: 0644]
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.conf.5 [new file with mode: 0644]
usr.sbin/IPXrouted/IPXrouted.8 [new file with mode: 0644]
usr.sbin/IPXrouted/Makefile [new file with mode: 0644]
usr.sbin/IPXrouted/af.c [new file with mode: 0644]
usr.sbin/IPXrouted/af.h [new file with mode: 0644]
usr.sbin/IPXrouted/defs.h [new file with mode: 0644]
usr.sbin/IPXrouted/if.c [new file with mode: 0644]
usr.sbin/IPXrouted/input.c [new file with mode: 0644]
usr.sbin/IPXrouted/interface.h [new file with mode: 0644]
usr.sbin/IPXrouted/main.c [new file with mode: 0644]
usr.sbin/IPXrouted/output.c [new file with mode: 0644]
usr.sbin/IPXrouted/protocol.h [new file with mode: 0644]
usr.sbin/IPXrouted/sap.h [new file with mode: 0644]
usr.sbin/IPXrouted/sap_input.c [new file with mode: 0644]
usr.sbin/IPXrouted/sap_output.c [new file with mode: 0644]
usr.sbin/IPXrouted/sap_tables.c [new file with mode: 0644]
usr.sbin/IPXrouted/startup.c [new file with mode: 0644]
usr.sbin/IPXrouted/table.h [new file with mode: 0644]
usr.sbin/IPXrouted/tables.c [new file with mode: 0644]
usr.sbin/IPXrouted/timer.c [new file with mode: 0644]
usr.sbin/IPXrouted/trace.c [new file with mode: 0644]
usr.sbin/IPXrouted/trace.h [new file with mode: 0644]
usr.sbin/Makefile [new file with mode: 0644]
usr.sbin/Makefile.inc [new file with mode: 0644]
usr.sbin/ac/Makefile [new file with mode: 0644]
usr.sbin/ac/ac.8 [new file with mode: 0644]
usr.sbin/ac/ac.c [new file with mode: 0644]
usr.sbin/accton/Makefile [new file with mode: 0644]
usr.sbin/accton/accton.8 [new file with mode: 0644]
usr.sbin/accton/accton.c [new file with mode: 0644]
usr.sbin/acpi/Makefile [new file with mode: 0644]
usr.sbin/acpi/Makefile.inc [new file with mode: 0644]
usr.sbin/acpi/acpiconf/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpiconf/acpiconf.8 [new file with mode: 0644]
usr.sbin/acpi/acpiconf/acpiconf.c [new file with mode: 0644]
usr.sbin/acpi/acpidb/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpidb/acpidb.8 [new file with mode: 0644]
usr.sbin/acpi/acpidb/acpidb.c [new file with mode: 0644]
usr.sbin/acpi/acpidb/osunixxf.c.patch [new file with mode: 0644]
usr.sbin/acpi/acpidump/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpi.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpi_user.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpidump.8 [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpidump.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpidump.h [new file with mode: 0644]
usr.sbin/acpi/iasl/Makefile [new file with mode: 0644]
usr.sbin/acpi/iasl/iasl.8 [new file with mode: 0644]
usr.sbin/adduser/Makefile [new file with mode: 0644]
usr.sbin/adduser/adduser.8 [new file with mode: 0644]
usr.sbin/adduser/adduser.conf.5 [new file with mode: 0644]
usr.sbin/adduser/adduser.sh [new file with mode: 0644]
usr.sbin/adduser/rmuser.8 [new file with mode: 0644]
usr.sbin/adduser/rmuser.sh [new file with mode: 0644]
usr.sbin/amd/Makefile [new file with mode: 0644]
usr.sbin/amd/Makefile.inc [new file with mode: 0644]
usr.sbin/amd/NOTES [new file with mode: 0644]
usr.sbin/amd/amd/Makefile [new file with mode: 0644]
usr.sbin/amd/amq/Makefile [new file with mode: 0644]
usr.sbin/amd/doc/Makefile [new file with mode: 0644]
usr.sbin/amd/fixmount/Makefile [new file with mode: 0644]
usr.sbin/amd/fsinfo/Makefile [new file with mode: 0644]
usr.sbin/amd/hlfsd/Makefile [new file with mode: 0644]
usr.sbin/amd/include/Makefile [new file with mode: 0644]
usr.sbin/amd/include/amu_nfs_prot.h [new file with mode: 0644]
usr.sbin/amd/include/aux_conf.h [new file with mode: 0644]
usr.sbin/amd/include/build_version.h [new file with mode: 0644]
usr.sbin/amd/include/config.h [new file with mode: 0644]
usr.sbin/amd/include/newvers.sh [new file with mode: 0644]
usr.sbin/amd/libamu/Makefile [new file with mode: 0644]
usr.sbin/amd/mk-amd-map/Makefile [new file with mode: 0644]
usr.sbin/amd/pawd/Makefile [new file with mode: 0644]
usr.sbin/amd/scripts/Makefile [new file with mode: 0644]
usr.sbin/amd/wire-test/Makefile [new file with mode: 0644]
usr.sbin/ancontrol/Makefile [new file with mode: 0644]
usr.sbin/ancontrol/ancontrol.8 [new file with mode: 0644]
usr.sbin/ancontrol/ancontrol.c [new file with mode: 0644]
usr.sbin/apm/Makefile [new file with mode: 0644]
usr.sbin/apm/apm.8 [new file with mode: 0644]
usr.sbin/apm/apm.c [new file with mode: 0644]
usr.sbin/apmd/Makefile [new file with mode: 0644]
usr.sbin/apmd/README [new file with mode: 0644]
usr.sbin/apmd/apmd.8 [new file with mode: 0644]
usr.sbin/apmd/apmd.c [new file with mode: 0644]
usr.sbin/apmd/apmd.h [new file with mode: 0644]
usr.sbin/apmd/apmdlex.l [new file with mode: 0644]
usr.sbin/apmd/apmdparse.y [new file with mode: 0644]
usr.sbin/apmd/contrib/pccardq.c [new file with mode: 0644]
usr.sbin/arp/Makefile [new file with mode: 0644]
usr.sbin/arp/arp.8 [new file with mode: 0644]
usr.sbin/arp/arp.c [new file with mode: 0644]
usr.sbin/asf/Makefile [new file with mode: 0644]
usr.sbin/asf/asf.8 [new file with mode: 0644]
usr.sbin/asf/asf.c [new file with mode: 0644]
usr.sbin/atm/Makefile [new file with mode: 0644]
usr.sbin/atm/Makefile.inc [new file with mode: 0644]
usr.sbin/atm/atmarpd/Makefile [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarp_config.c [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarp_log.c [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarp_scsp.c [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarp_subr.c [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarp_timer.c [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarp_var.h [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarpd.8 [new file with mode: 0644]
usr.sbin/atm/atmarpd/atmarpd.c [new file with mode: 0644]
usr.sbin/atm/scspd/Makefile [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_cafsm.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_config.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_config_lex.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_config_parse.y [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_hfsm.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_if.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_if.h [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_input.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_log.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_msg.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_msg.h [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_output.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_print.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_socket.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_subr.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_timer.c [new file with mode: 0644]
usr.sbin/atm/scspd/scsp_var.h [new file with mode: 0644]
usr.sbin/atm/scspd/scspd.8 [new file with mode: 0644]
usr.sbin/atm/scspd/scspd.c [new file with mode: 0644]
usr.sbin/authpf/Makefile [new file with mode: 0644]
usr.sbin/authpf/authpf.8 [new file with mode: 0644]
usr.sbin/authpf/authpf.c [new file with mode: 0644]
usr.sbin/authpf/pathnames.h [new file with mode: 0644]
usr.sbin/battd/Makefile [new file with mode: 0644]
usr.sbin/battd/battd.8 [new file with mode: 0644]
usr.sbin/battd/battd.c [new file with mode: 0644]
usr.sbin/boot0cfg/Makefile [new file with mode: 0644]
usr.sbin/boot0cfg/boot0cfg.8 [new file with mode: 0644]
usr.sbin/boot0cfg/boot0cfg.c [new file with mode: 0644]
usr.sbin/bootparamd/Makefile [new file with mode: 0644]
usr.sbin/bootparamd/Makefile.inc [new file with mode: 0644]
usr.sbin/bootparamd/bootparamd/Makefile [new file with mode: 0644]
usr.sbin/bootparamd/bootparamd/README [new file with mode: 0644]
usr.sbin/bootparamd/bootparamd/bootparamd.8 [new file with mode: 0644]
usr.sbin/bootparamd/bootparamd/bootparamd.c [new file with mode: 0644]
usr.sbin/bootparamd/bootparamd/bootparams.5 [new file with mode: 0644]
usr.sbin/bootparamd/bootparamd/main.c [new file with mode: 0644]
usr.sbin/bootparamd/callbootd/Makefile [new file with mode: 0644]
usr.sbin/bootparamd/callbootd/callbootd.c [new file with mode: 0644]
usr.sbin/btconfig/Makefile [new file with mode: 0644]
usr.sbin/btconfig/btconfig.8 [new file with mode: 0644]
usr.sbin/btconfig/btconfig.c [new file with mode: 0644]
usr.sbin/bthcid/Makefile [new file with mode: 0644]
usr.sbin/bthcid/bthcid.8 [new file with mode: 0644]
usr.sbin/bthcid/bthcid.c [new file with mode: 0644]
usr.sbin/bthcid/bthcid.conf.5 [new file with mode: 0644]
usr.sbin/bthcid/bthcid.h [new file with mode: 0644]
usr.sbin/bthcid/client.c [new file with mode: 0644]
usr.sbin/bthcid/config.c [new file with mode: 0644]
usr.sbin/bthcid/hci.c [new file with mode: 0644]
usr.sbin/bthcid/lexer.l [new file with mode: 0644]
usr.sbin/bthcid/parser.y [new file with mode: 0644]
usr.sbin/btxld/Makefile [new file with mode: 0644]
usr.sbin/btxld/btx.h [new file with mode: 0644]
usr.sbin/btxld/btxld.8 [new file with mode: 0644]
usr.sbin/btxld/btxld.c [new file with mode: 0644]
usr.sbin/btxld/elfh.c [new file with mode: 0644]
usr.sbin/btxld/elfh.h [new file with mode: 0644]
usr.sbin/burncd/Makefile [new file with mode: 0644]
usr.sbin/burncd/burncd.8 [new file with mode: 0644]
usr.sbin/burncd/burncd.c [new file with mode: 0644]
usr.sbin/cdcontrol/Makefile [new file with mode: 0644]
usr.sbin/cdcontrol/cdcontrol.1 [new file with mode: 0644]
usr.sbin/cdcontrol/cdcontrol.c [new file with mode: 0644]
usr.sbin/chkgrp/Makefile [new file with mode: 0644]
usr.sbin/chkgrp/chkgrp.8 [new file with mode: 0644]
usr.sbin/chkgrp/chkgrp.c [new file with mode: 0644]
usr.sbin/chown/Makefile [new file with mode: 0644]
usr.sbin/chown/chgrp.1 [new file with mode: 0644]
usr.sbin/chown/chown.8 [new file with mode: 0644]
usr.sbin/chown/chown.c [new file with mode: 0644]
usr.sbin/chroot/Makefile [new file with mode: 0644]
usr.sbin/chroot/chroot.8 [new file with mode: 0644]
usr.sbin/chroot/chroot.c [new file with mode: 0644]
usr.sbin/ckdist/Makefile [new file with mode: 0644]
usr.sbin/ckdist/ckdist.1 [new file with mode: 0644]
usr.sbin/ckdist/ckdist.c [new file with mode: 0644]
usr.sbin/clog/Makefile [new file with mode: 0644]
usr.sbin/clog/clog.8 [new file with mode: 0644]
usr.sbin/clog/clog.c [new file with mode: 0644]
usr.sbin/clog/clog.h [new file with mode: 0644]
usr.sbin/config/Makefile [new file with mode: 0644]
usr.sbin/config/SMM.doc/0.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/1.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/2.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/3.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/4.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/5.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/6.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/a.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/b.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/c.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/d.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/e.t [new file with mode: 0644]
usr.sbin/config/SMM.doc/spell.ok [new file with mode: 0644]
usr.sbin/config/config.8 [new file with mode: 0644]
usr.sbin/config/config.h [new file with mode: 0644]
usr.sbin/config/config.y [new file with mode: 0644]
usr.sbin/config/configvers.h [new file with mode: 0644]
usr.sbin/config/lang.l [new file with mode: 0644]
usr.sbin/config/main.c [new file with mode: 0644]
usr.sbin/config/mkheaders.c [new file with mode: 0644]
usr.sbin/config/mkioconf.c [new file with mode: 0644]
usr.sbin/config/mkmakefile.c [new file with mode: 0644]
usr.sbin/config/mkoptions.c [new file with mode: 0644]
usr.sbin/crashinfo/Makefile [new file with mode: 0644]
usr.sbin/crashinfo/crashinfo.8 [new file with mode: 0644]
usr.sbin/crashinfo/crashinfo.sh [new file with mode: 0644]
usr.sbin/cron/Makefile [new file with mode: 0644]
usr.sbin/cron/Makefile.inc [new file with mode: 0644]
usr.sbin/cron/cron/Makefile [new file with mode: 0644]
usr.sbin/cron/cron/compat.h [new file with mode: 0644]
usr.sbin/cron/cron/config.h [new file with mode: 0644]
usr.sbin/cron/cron/cron.8 [new file with mode: 0644]
usr.sbin/cron/cron/cron.c [new file with mode: 0644]
usr.sbin/cron/cron/cron.h [new file with mode: 0644]
usr.sbin/cron/cron/database.c [new file with mode: 0644]
usr.sbin/cron/cron/do_command.c [new file with mode: 0644]
usr.sbin/cron/cron/externs.h [new file with mode: 0644]
usr.sbin/cron/cron/job.c [new file with mode: 0644]
usr.sbin/cron/cron/pathnames.h [new file with mode: 0644]
usr.sbin/cron/cron/popen.c [new file with mode: 0644]
usr.sbin/cron/cron/user.c [new file with mode: 0644]
usr.sbin/cron/crontab/Makefile [new file with mode: 0644]
usr.sbin/cron/crontab/crontab.1 [new file with mode: 0644]
usr.sbin/cron/crontab/crontab.5 [new file with mode: 0644]
usr.sbin/cron/crontab/crontab.c [new file with mode: 0644]
usr.sbin/cron/doc/CHANGES [new file with mode: 0644]
usr.sbin/cron/doc/CONVERSION [new file with mode: 0644]
usr.sbin/cron/doc/FEATURES [new file with mode: 0644]
usr.sbin/cron/doc/INSTALL [new file with mode: 0644]
usr.sbin/cron/doc/MAIL [new file with mode: 0644]
usr.sbin/cron/doc/Makefile.vixie [new file with mode: 0644]
usr.sbin/cron/doc/README [new file with mode: 0644]
usr.sbin/cron/doc/README.1ST [new file with mode: 0644]
usr.sbin/cron/doc/THANKS [new file with mode: 0644]
usr.sbin/cron/lib/Makefile [new file with mode: 0644]
usr.sbin/cron/lib/compat.c [new file with mode: 0644]
usr.sbin/cron/lib/entry.c [new file with mode: 0644]
usr.sbin/cron/lib/env.c [new file with mode: 0644]
usr.sbin/cron/lib/misc.c [new file with mode: 0644]
usr.sbin/daemon/Makefile [new file with mode: 0644]
usr.sbin/daemon/daemon.8 [new file with mode: 0644]
usr.sbin/daemon/daemon.c [new file with mode: 0644]
usr.sbin/dconschat/Makefile [new file with mode: 0644]
usr.sbin/dconschat/dconschat.8 [new file with mode: 0644]
usr.sbin/dconschat/dconschat.c [new file with mode: 0644]
usr.sbin/dev_mkdb/Makefile [new file with mode: 0644]
usr.sbin/dev_mkdb/dev_mkdb.8 [new file with mode: 0644]
usr.sbin/dev_mkdb/dev_mkdb.c [new file with mode: 0644]
usr.sbin/devinfo/Makefile [new file with mode: 0644]
usr.sbin/devinfo/devinfo.8 [new file with mode: 0644]
usr.sbin/devinfo/devinfo.c [new file with mode: 0644]
usr.sbin/dntpd/Makefile [new file with mode: 0644]
usr.sbin/dntpd/client.c [new file with mode: 0644]
usr.sbin/dntpd/client.h [new file with mode: 0644]
usr.sbin/dntpd/convert.c [new file with mode: 0644]
usr.sbin/dntpd/defs.h [new file with mode: 0644]
usr.sbin/dntpd/dntpd.8 [new file with mode: 0644]
usr.sbin/dntpd/log.c [new file with mode: 0644]
usr.sbin/dntpd/main.c [new file with mode: 0644]
usr.sbin/dntpd/ntp.h [new file with mode: 0644]
usr.sbin/dntpd/ntpreq.c [new file with mode: 0644]
usr.sbin/dntpd/socket.c [new file with mode: 0644]
usr.sbin/dntpd/system.c [new file with mode: 0644]
usr.sbin/editmap/Makefile [new file with mode: 0644]
usr.sbin/edquota/Makefile [new file with mode: 0644]
usr.sbin/edquota/edquota.8 [new file with mode: 0644]
usr.sbin/edquota/edquota.c [new file with mode: 0644]
usr.sbin/edquota/pathnames.h [new file with mode: 0644]
usr.sbin/faithd/Makefile [new file with mode: 0644]
usr.sbin/faithd/README [new file with mode: 0644]
usr.sbin/faithd/faithd.8 [new file with mode: 0644]
usr.sbin/faithd/faithd.c [new file with mode: 0644]
usr.sbin/faithd/faithd.h [new file with mode: 0644]
usr.sbin/faithd/ftp.c [new file with mode: 0644]
usr.sbin/faithd/prefix.c [new file with mode: 0644]
usr.sbin/faithd/prefix.h [new file with mode: 0644]
usr.sbin/faithd/rsh.c [new file with mode: 0644]
usr.sbin/faithd/tcp.c [new file with mode: 0644]
usr.sbin/faithd/test/faithd.rb [new file with mode: 0644]
usr.sbin/fdcontrol/Makefile [new file with mode: 0644]
usr.sbin/fdcontrol/fdcontrol.8 [new file with mode: 0644]
usr.sbin/fdcontrol/fdcontrol.c [new file with mode: 0644]
usr.sbin/fdformat/Makefile [new file with mode: 0644]
usr.sbin/fdformat/fdformat.1 [new file with mode: 0644]
usr.sbin/fdformat/fdformat.c [new file with mode: 0644]
usr.sbin/fdwrite/Makefile [new file with mode: 0644]
usr.sbin/fdwrite/fdwrite.1 [new file with mode: 0644]
usr.sbin/fdwrite/fdwrite.c [new file with mode: 0644]
usr.sbin/ftp-proxy/Makefile [new file with mode: 0644]
usr.sbin/ftp-proxy/filter.c [new file with mode: 0644]
usr.sbin/ftp-proxy/filter.h [new file with mode: 0644]
usr.sbin/ftp-proxy/ftp-proxy.8 [new file with mode: 0644]
usr.sbin/ftp-proxy/ftp-proxy.c [new file with mode: 0644]
usr.sbin/fwcontrol/Makefile [new file with mode: 0644]
usr.sbin/fwcontrol/fwcontrol.8 [new file with mode: 0644]
usr.sbin/fwcontrol/fwcontrol.c [new file with mode: 0644]
usr.sbin/fwcontrol/fwdv.c [new file with mode: 0644]
usr.sbin/gifconfig/Makefile [new file with mode: 0644]
usr.sbin/gifconfig/gifconfig.8 [new file with mode: 0644]
usr.sbin/gifconfig/gifconfig.c [new file with mode: 0644]
usr.sbin/hotplugd/Makefile [new file with mode: 0644]
usr.sbin/hotplugd/compat.h [new file with mode: 0644]
usr.sbin/hotplugd/hotplugd.8 [new file with mode: 0644]
usr.sbin/hotplugd/hotplugd.c [new file with mode: 0644]
usr.sbin/i4b/Makefile [new file with mode: 0644]
usr.sbin/i4b/Makefile.inc [new file with mode: 0644]
usr.sbin/i4b/dtmfdecode/Makefile [new file with mode: 0644]
usr.sbin/i4b/dtmfdecode/dtmfdecode.1 [new file with mode: 0644]
usr.sbin/i4b/dtmfdecode/dtmfdecode.c [new file with mode: 0644]
usr.sbin/i4b/dtmfdecode/dtmfsounds.al.uu [new file with mode: 0644]
usr.sbin/i4b/g711conv/Makefile [new file with mode: 0644]
usr.sbin/i4b/g711conv/g711conv.1 [new file with mode: 0644]
usr.sbin/i4b/g711conv/g711conv.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdnd/alias.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/config.h [new file with mode: 0644]
usr.sbin/i4b/isdnd/controller.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/curses.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/dial.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/exec.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/fsm.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/holiday.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/isdnd.8 [new file with mode: 0644]
usr.sbin/i4b/isdnd/isdnd.acct.5 [new file with mode: 0644]
usr.sbin/i4b/isdnd/isdnd.h [new file with mode: 0644]
usr.sbin/i4b/isdnd/isdnd.rates.5 [new file with mode: 0644]
usr.sbin/i4b/isdnd/isdnd.rc.5 [new file with mode: 0644]
usr.sbin/i4b/isdnd/log.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/main.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/monitor.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/msghdl.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/pathnames.h [new file with mode: 0644]
usr.sbin/i4b/isdnd/pcause.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/process.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/rates.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/rc_config.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/rc_parse.y [new file with mode: 0644]
usr.sbin/i4b/isdnd/rc_scan.l [new file with mode: 0644]
usr.sbin/i4b/isdnd/support.c [new file with mode: 0644]
usr.sbin/i4b/isdnd/timer.c [new file with mode: 0644]
usr.sbin/i4b/isdndebug/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdndebug/isdndebug.8 [new file with mode: 0644]
usr.sbin/i4b/isdndebug/main.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdndecode/decode.h [new file with mode: 0644]
usr.sbin/i4b/isdndecode/facility.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/facility.h [new file with mode: 0644]
usr.sbin/i4b/isdndecode/isdndecode.8 [new file with mode: 0644]
usr.sbin/i4b/isdndecode/layer1.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/layer2.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/layer3.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/layer3_subr.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/main.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/pcause.c [new file with mode: 0644]
usr.sbin/i4b/isdndecode/pcause.h [new file with mode: 0644]
usr.sbin/i4b/isdnmonitor/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdnmonitor/curses.c [new file with mode: 0644]
usr.sbin/i4b/isdnmonitor/isdnmonitor.8 [new file with mode: 0644]
usr.sbin/i4b/isdnmonitor/main.c [new file with mode: 0644]
usr.sbin/i4b/isdnmonitor/monitor.h [new file with mode: 0644]
usr.sbin/i4b/isdnmonitor/monprivate.h [new file with mode: 0644]
usr.sbin/i4b/isdnphone/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdnphone/audio.c [new file with mode: 0644]
usr.sbin/i4b/isdnphone/defs.h [new file with mode: 0644]
usr.sbin/i4b/isdnphone/display.c [new file with mode: 0644]
usr.sbin/i4b/isdnphone/isdn.c [new file with mode: 0644]
usr.sbin/i4b/isdnphone/isdnphone.8 [new file with mode: 0644]
usr.sbin/i4b/isdnphone/main.c [new file with mode: 0644]
usr.sbin/i4b/isdntel/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdntel/alias.c [new file with mode: 0644]
usr.sbin/i4b/isdntel/alias.h [new file with mode: 0644]
usr.sbin/i4b/isdntel/defs.h [new file with mode: 0644]
usr.sbin/i4b/isdntel/display.c [new file with mode: 0644]
usr.sbin/i4b/isdntel/files.c [new file with mode: 0644]
usr.sbin/i4b/isdntel/isdntel.8 [new file with mode: 0644]
usr.sbin/i4b/isdntel/main.c [new file with mode: 0644]
usr.sbin/i4b/isdntelctl/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdntelctl/isdntelctl.8 [new file with mode: 0644]
usr.sbin/i4b/isdntelctl/main.c [new file with mode: 0644]
usr.sbin/i4b/isdntest/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdntest/isdntest.8 [new file with mode: 0644]
usr.sbin/i4b/isdntest/main.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/1tr6.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/Makefile [new file with mode: 0644]
usr.sbin/i4b/isdntrace/cable.txt [new file with mode: 0644]
usr.sbin/i4b/isdntrace/isdntrace.8 [new file with mode: 0644]
usr.sbin/i4b/isdntrace/pcause_1tr6.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/pcause_1tr6.h [new file with mode: 0644]
usr.sbin/i4b/isdntrace/pcause_q850.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/pcause_q850.h [new file with mode: 0644]
usr.sbin/i4b/isdntrace/q921.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/q931.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/q931_util.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/q932_fac.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/q932_fac.h [new file with mode: 0644]
usr.sbin/i4b/isdntrace/trace.c [new file with mode: 0644]
usr.sbin/i4b/isdntrace/trace.h [new file with mode: 0644]
usr.sbin/i4b/isdntrace/unknownl3.c [new file with mode: 0644]
usr.sbin/i4b/man/Makefile [new file with mode: 0644]
usr.sbin/i4b/man/i4b.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bcapi.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bctl.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bing.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bipr.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bisppp.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bq921.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4bq931.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4brbch.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4btel.4 [new file with mode: 0644]
usr.sbin/i4b/man/i4btrc.4 [new file with mode: 0644]
usr.sbin/i4b/man/iavc.4 [new file with mode: 0644]
usr.sbin/i4b/man/ifpi.4 [new file with mode: 0644]
usr.sbin/i4b/man/ifpi2.4 [new file with mode: 0644]
usr.sbin/i4b/man/ifpnp.4 [new file with mode: 0644]
usr.sbin/i4b/man/ihfc.4 [new file with mode: 0644]
usr.sbin/i4b/man/isic.4 [new file with mode: 0644]
usr.sbin/i4b/man/itjc.4 [new file with mode: 0644]
usr.sbin/i4b/man/iwic.4 [new file with mode: 0644]
usr.sbin/ifmcstat/Makefile [new file with mode: 0644]
usr.sbin/ifmcstat/ifmcstat.8 [new file with mode: 0644]
usr.sbin/ifmcstat/ifmcstat.c [new file with mode: 0644]
usr.sbin/inetd/Makefile [new file with mode: 0644]
usr.sbin/inetd/builtins.c [new file with mode: 0644]
usr.sbin/inetd/inetd.8 [new file with mode: 0644]
usr.sbin/inetd/inetd.c [new file with mode: 0644]
usr.sbin/inetd/inetd.h [new file with mode: 0644]
usr.sbin/inetd/pathnames.h [new file with mode: 0644]
usr.sbin/installer/Makefile [new file with mode: 0644]
usr.sbin/installer/Makefile.inc [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/Makefile [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/flow.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/flow.h [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn.h [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_configure.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_diagnostic.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_disk.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_install.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_subpart_hammer.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_subpart_ufs.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_zonetab.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/fn_zonetab.h [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/main.c [new file with mode: 0644]
usr.sbin/installer/dfuibe_installer/pathnames.h [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/Makefile [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_bar.c [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_bar.h [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_form.c [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_form.h [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_util.c [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_util.h [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_widget.c [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_widget.h [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_xlat.c [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/curses_xlat.h [new file with mode: 0644]
usr.sbin/installer/dfuife_curses/main.c [new file with mode: 0644]
usr.sbin/installer/installer/Makefile [new file with mode: 0644]
usr.sbin/installer/installer/installer.sh [new file with mode: 0644]
usr.sbin/installer/libaura/Makefile [new file with mode: 0644]
usr.sbin/installer/libaura/README [new file with mode: 0644]
usr.sbin/installer/libaura/buffer.c [new file with mode: 0644]
usr.sbin/installer/libaura/buffer.h [new file with mode: 0644]
usr.sbin/installer/libaura/dict.c [new file with mode: 0644]
usr.sbin/installer/libaura/dict.h [new file with mode: 0644]
usr.sbin/installer/libaura/fspred.c [new file with mode: 0644]
usr.sbin/installer/libaura/fspred.h [new file with mode: 0644]
usr.sbin/installer/libaura/mem.c [new file with mode: 0644]
usr.sbin/installer/libaura/mem.h [new file with mode: 0644]
usr.sbin/installer/libaura/popen.c [new file with mode: 0644]
usr.sbin/installer/libaura/popen.h [new file with mode: 0644]
usr.sbin/installer/libaura/test.c [new file with mode: 0644]
usr.sbin/installer/libdfui/Makefile [new file with mode: 0644]
usr.sbin/installer/libdfui/README [new file with mode: 0644]
usr.sbin/installer/libdfui/conn_caps.c [new file with mode: 0644]
usr.sbin/installer/libdfui/conn_caps.h [new file with mode: 0644]
usr.sbin/installer/libdfui/conn_npipe.c [new file with mode: 0644]
usr.sbin/installer/libdfui/conn_npipe.h [new file with mode: 0644]
usr.sbin/installer/libdfui/conn_tcp.c [new file with mode: 0644]
usr.sbin/installer/libdfui/conn_tcp.h [new file with mode: 0644]
usr.sbin/installer/libdfui/connection.c [new file with mode: 0644]
usr.sbin/installer/libdfui/decode.c [new file with mode: 0644]
usr.sbin/installer/libdfui/dfui.h [new file with mode: 0644]
usr.sbin/installer/libdfui/dump.c [new file with mode: 0644]
usr.sbin/installer/libdfui/dump.h [new file with mode: 0644]
usr.sbin/installer/libdfui/encode.c [new file with mode: 0644]
usr.sbin/installer/libdfui/encoding.h [new file with mode: 0644]
usr.sbin/installer/libdfui/form.c [new file with mode: 0644]
usr.sbin/installer/libdfui/lang.c [new file with mode: 0644]
usr.sbin/installer/libdfui/lang.h [new file with mode: 0644]
usr.sbin/installer/libdfui/system.c [new file with mode: 0644]
usr.sbin/installer/libdfui/system.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/Makefile [new file with mode: 0644]
usr.sbin/installer/libinstaller/README [new file with mode: 0644]
usr.sbin/installer/libinstaller/commands.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/commands.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/confed.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/confed.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/diskutil.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/diskutil.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/functions.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/functions.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/mount.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/package.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/package.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/survey.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/sysids.h [new file with mode: 0644]
usr.sbin/installer/libinstaller/uiutil.c [new file with mode: 0644]
usr.sbin/installer/libinstaller/uiutil.h [new file with mode: 0644]
usr.sbin/iostat/Makefile [new file with mode: 0644]
usr.sbin/iostat/iostat.8 [new file with mode: 0644]
usr.sbin/iostat/iostat.c [new file with mode: 0644]
usr.sbin/jail/Makefile [new file with mode: 0644]
usr.sbin/jail/jail.8 [new file with mode: 0644]
usr.sbin/jail/jail.c [new file with mode: 0644]
usr.sbin/jexec/Makefile [new file with mode: 0644]
usr.sbin/jexec/jexec.8 [new file with mode: 0644]
usr.sbin/jexec/jexec.c [new file with mode: 0644]
usr.sbin/jls/Makefile [new file with mode: 0644]
usr.sbin/jls/jls.8 [new file with mode: 0644]
usr.sbin/jls/jls.c [new file with mode: 0644]
usr.sbin/kbdcontrol/Makefile [new file with mode: 0644]
usr.sbin/kbdcontrol/kbdcontrol.1 [new file with mode: 0644]
usr.sbin/kbdcontrol/kbdcontrol.c [new file with mode: 0644]
usr.sbin/kbdcontrol/kbdmap.5 [new file with mode: 0644]
usr.sbin/kbdcontrol/lex.h [new file with mode: 0644]
usr.sbin/kbdcontrol/lex.l [new file with mode: 0644]
usr.sbin/kbdcontrol/path.h [new file with mode: 0644]
usr.sbin/kbdmap/Languages.phrases [new file with mode: 0644]
usr.sbin/kbdmap/Makefile [new file with mode: 0644]
usr.sbin/kbdmap/TODO [new file with mode: 0644]
usr.sbin/kbdmap/kbdmap.1 [new file with mode: 0644]
usr.sbin/kbdmap/kbdmap.c [new file with mode: 0644]
usr.sbin/kbdmap/kbdmap.h [new file with mode: 0644]
usr.sbin/kernbb/Makefile [new file with mode: 0644]
usr.sbin/kernbb/kernbb.8 [new file with mode: 0644]
usr.sbin/kernbb/kernbb.c [new file with mode: 0644]
usr.sbin/keyserv/Makefile [new file with mode: 0644]
usr.sbin/keyserv/crypt_server.c [new file with mode: 0644]
usr.sbin/keyserv/keyserv.8 [new file with mode: 0644]
usr.sbin/keyserv/keyserv.c [new file with mode: 0644]
usr.sbin/keyserv/keyserv.h [new file with mode: 0644]
usr.sbin/keyserv/setkey.c [new file with mode: 0644]
usr.sbin/kgmon/Makefile [new file with mode: 0644]
usr.sbin/kgmon/kgmon.8 [new file with mode: 0644]
usr.sbin/kgmon/kgmon.c [new file with mode: 0644]
usr.sbin/kgzip/Makefile [new file with mode: 0644]
usr.sbin/kgzip/aouthdr.c [new file with mode: 0644]
usr.sbin/kgzip/aouthdr.h [new file with mode: 0644]
usr.sbin/kgzip/elfhdr.c [new file with mode: 0644]
usr.sbin/kgzip/elfhdr.h [new file with mode: 0644]
usr.sbin/kgzip/kgz.h [new file with mode: 0644]
usr.sbin/kgzip/kgzcmp.c [new file with mode: 0644]
usr.sbin/kgzip/kgzip.8 [new file with mode: 0644]
usr.sbin/kgzip/kgzip.c [new file with mode: 0644]
usr.sbin/kgzip/kgzip.h [new file with mode: 0644]
usr.sbin/kgzip/kgzld.c [new file with mode: 0644]
usr.sbin/kgzip/xio.c [new file with mode: 0644]
usr.sbin/lastlogin/Makefile [new file with mode: 0644]
usr.sbin/lastlogin/lastlogin.8 [new file with mode: 0644]
usr.sbin/lastlogin/lastlogin.c [new file with mode: 0644]
usr.sbin/lpr/Makefile [new file with mode: 0644]
usr.sbin/lpr/Makefile.inc [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/0.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/1.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/2.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/3.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/4.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/5.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/6.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/7.t [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/Makefile [new file with mode: 0644]
usr.sbin/lpr/SMM.doc/spell.ok [new file with mode: 0644]
usr.sbin/lpr/chkprintcap/Makefile [new file with mode: 0644]
usr.sbin/lpr/chkprintcap/chkprintcap.8 [new file with mode: 0644]
usr.sbin/lpr/chkprintcap/chkprintcap.c [new file with mode: 0644]
usr.sbin/lpr/chkprintcap/skimprintcap.c [new file with mode: 0644]
usr.sbin/lpr/chkprintcap/skimprintcap.h [new file with mode: 0644]
usr.sbin/lpr/common_source/Makefile [new file with mode: 0644]
usr.sbin/lpr/common_source/common.c [new file with mode: 0644]
usr.sbin/lpr/common_source/ctlinfo.c [new file with mode: 0644]
usr.sbin/lpr/common_source/ctlinfo.h [new file with mode: 0644]
usr.sbin/lpr/common_source/displayq.c [new file with mode: 0644]
usr.sbin/lpr/common_source/lp.h [new file with mode: 0644]
usr.sbin/lpr/common_source/lp.local.h [new file with mode: 0644]
usr.sbin/lpr/common_source/matchjobs.c [new file with mode: 0644]
usr.sbin/lpr/common_source/matchjobs.h [new file with mode: 0644]
usr.sbin/lpr/common_source/net.c [new file with mode: 0644]
usr.sbin/lpr/common_source/pathnames.h [new file with mode: 0644]
usr.sbin/lpr/common_source/printcap.c [new file with mode: 0644]
usr.sbin/lpr/common_source/request.c [new file with mode: 0644]
usr.sbin/lpr/common_source/rmjob.c [new file with mode: 0644]
usr.sbin/lpr/common_source/startdaemon.c [new file with mode: 0644]
usr.sbin/lpr/filters.ru/Makefile [new file with mode: 0644]
usr.sbin/lpr/filters.ru/Makefile.inc [new file with mode: 0644]
usr.sbin/lpr/filters.ru/bjc-240.sh.sample [new file with mode: 0644]
usr.sbin/lpr/filters.ru/koi2855/Makefile [new file with mode: 0644]
usr.sbin/lpr/filters.ru/koi2855/koi2855.c [new file with mode: 0644]
usr.sbin/lpr/filters.ru/koi2alt/Makefile [new file with mode: 0644]
usr.sbin/lpr/filters.ru/koi2alt/koi2alt.c [new file with mode: 0644]
usr.sbin/lpr/filters/Makefile [new file with mode: 0644]
usr.sbin/lpr/filters/lpf.c [new file with mode: 0644]
usr.sbin/lpr/lp/Makefile [new file with mode: 0644]
usr.sbin/lpr/lp/lp.1 [new file with mode: 0644]
usr.sbin/lpr/lp/lp.sh [new file with mode: 0644]
usr.sbin/lpr/lpc/Makefile [new file with mode: 0644]
usr.sbin/lpr/lpc/cmds.c [new file with mode: 0644]
usr.sbin/lpr/lpc/cmdtab.c [new file with mode: 0644]
usr.sbin/lpr/lpc/extern.h [new file with mode: 0644]
usr.sbin/lpr/lpc/lpc.8 [new file with mode: 0644]
usr.sbin/lpr/lpc/lpc.c [new file with mode: 0644]
usr.sbin/lpr/lpc/lpc.h [new file with mode: 0644]
usr.sbin/lpr/lpc/movejobs.c [new file with mode: 0644]
usr.sbin/lpr/lpd/Makefile [new file with mode: 0644]
usr.sbin/lpr/lpd/extern.h [new file with mode: 0644]
usr.sbin/lpr/lpd/lpd.8 [new file with mode: 0644]
usr.sbin/lpr/lpd/lpd.c [new file with mode: 0644]
usr.sbin/lpr/lpd/lpdchar.c [new file with mode: 0644]
usr.sbin/lpr/lpd/modes.c [new file with mode: 0644]
usr.sbin/lpr/lpd/printjob.c [new file with mode: 0644]
usr.sbin/lpr/lpd/recvjob.c [new file with mode: 0644]
usr.sbin/lpr/lpq/Makefile [new file with mode: 0644]
usr.sbin/lpr/lpq/lpq.1 [new file with mode: 0644]
usr.sbin/lpr/lpq/lpq.c [new file with mode: 0644]
usr.sbin/lpr/lpr/Makefile [new file with mode: 0644]
usr.sbin/lpr/lpr/lpr.1 [new file with mode: 0644]
usr.sbin/lpr/lpr/lpr.c [new file with mode: 0644]
usr.sbin/lpr/lpr/printcap.5 [new file with mode: 0644]
usr.sbin/lpr/lprm/Makefile [new file with mode: 0644]
usr.sbin/lpr/lprm/lprm.1 [new file with mode: 0644]
usr.sbin/lpr/lprm/lprm.c [new file with mode: 0644]
usr.sbin/lpr/lptest/Makefile [new file with mode: 0644]
usr.sbin/lpr/lptest/lptest.1 [new file with mode: 0644]
usr.sbin/lpr/lptest/lptest.c [new file with mode: 0644]
usr.sbin/lpr/pac/Makefile [new file with mode: 0644]
usr.sbin/lpr/pac/pac.8 [new file with mode: 0644]
usr.sbin/lpr/pac/pac.c [new file with mode: 0644]
usr.sbin/lptcontrol/Makefile [new file with mode: 0644]
usr.sbin/lptcontrol/lptcontrol.8 [new file with mode: 0644]
usr.sbin/lptcontrol/lptcontrol.c [new file with mode: 0644]
usr.sbin/mailstats/Makefile [new file with mode: 0644]
usr.sbin/mailwrapper/Makefile [new file with mode: 0644]
usr.sbin/mailwrapper/mailwrapper.8 [new file with mode: 0644]
usr.sbin/mailwrapper/mailwrapper.c [new file with mode: 0644]
usr.sbin/mailwrapper/pathnames.h [new file with mode: 0644]
usr.sbin/makemap/Makefile [new file with mode: 0644]
usr.sbin/makewhatis/Makefile [new file with mode: 0644]
usr.sbin/makewhatis/makewhatis.8 [new file with mode: 0644]
usr.sbin/makewhatis/makewhatis.c [new file with mode: 0644]
usr.sbin/manctl/Makefile [new file with mode: 0644]
usr.sbin/manctl/manctl.8 [new file with mode: 0644]
usr.sbin/manctl/manctl.sh [new file with mode: 0644]
usr.sbin/memcontrol/Makefile [new file with mode: 0644]
usr.sbin/memcontrol/memcontrol.8 [new file with mode: 0644]
usr.sbin/memcontrol/memcontrol.c [new file with mode: 0644]
usr.sbin/mergemaster/Makefile [new file with mode: 0644]
usr.sbin/mergemaster/mergemaster.8 [new file with mode: 0644]
usr.sbin/mergemaster/mergemaster.sh [new file with mode: 0644]
usr.sbin/mfiutil/Makefile [new file with mode: 0644]
usr.sbin/mfiutil/mfi_cmd.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_config.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_drive.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_evt.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_flash.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_patrol.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_show.c [new file with mode: 0644]
usr.sbin/mfiutil/mfi_volume.c [new file with mode: 0644]
usr.sbin/mfiutil/mfiutil.8 [new file with mode: 0644]
usr.sbin/mfiutil/mfiutil.c [new file with mode: 0644]
usr.sbin/mfiutil/mfiutil.h [new file with mode: 0644]
usr.sbin/mixer/Makefile [new file with mode: 0644]
usr.sbin/mixer/mixer.8 [new file with mode: 0644]
usr.sbin/mixer/mixer.c [new file with mode: 0644]
usr.sbin/mld6query/Makefile [new file with mode: 0644]
usr.sbin/mld6query/mld6.c [new file with mode: 0644]
usr.sbin/mld6query/mld6query.8 [new file with mode: 0644]
usr.sbin/mlxcontrol/Makefile [new file with mode: 0644]
usr.sbin/mlxcontrol/command.c [new file with mode: 0644]
usr.sbin/mlxcontrol/interface.c [new file with mode: 0644]
usr.sbin/mlxcontrol/mlxcontrol.8 [new file with mode: 0644]
usr.sbin/mlxcontrol/mlxcontrol.h [new file with mode: 0644]
usr.sbin/mlxcontrol/util.c [new file with mode: 0644]
usr.sbin/moused/Makefile [new file with mode: 0644]
usr.sbin/moused/moused.8 [new file with mode: 0644]
usr.sbin/moused/moused.c [new file with mode: 0644]
usr.sbin/mptable/Makefile [new file with mode: 0644]
usr.sbin/mptable/mptable.1 [new file with mode: 0644]
usr.sbin/mptable/mptable.c [new file with mode: 0644]
usr.sbin/mptutil/Makefile [new file with mode: 0644]
usr.sbin/mptutil/mpt_cam.c [new file with mode: 0644]
usr.sbin/mptutil/mpt_cmd.c [new file with mode: 0644]
usr.sbin/mptutil/mpt_config.c [new file with mode: 0644]
usr.sbin/mptutil/mpt_drive.c [new file with mode: 0644]
usr.sbin/mptutil/mpt_evt.c [new file with mode: 0644]
usr.sbin/mptutil/mpt_show.c [new file with mode: 0644]
usr.sbin/mptutil/mpt_volume.c [new file with mode: 0644]
usr.sbin/mptutil/mptutil.8 [new file with mode: 0644]
usr.sbin/mptutil/mptutil.c [new file with mode: 0644]
usr.sbin/mptutil/mptutil.h [new file with mode: 0644]
usr.sbin/mrouted/LICENSE [new file with mode: 0644]
usr.sbin/mrouted/Makefile [new file with mode: 0644]
usr.sbin/mrouted/Makefile.inc [new file with mode: 0644]
usr.sbin/mrouted/RELEASE [new file with mode: 0644]
usr.sbin/mrouted/VERSION [new file with mode: 0644]
usr.sbin/mrouted/callout.c [new file with mode: 0644]
usr.sbin/mrouted/cfparse.y [new file with mode: 0644]
usr.sbin/mrouted/common/Makefile [new file with mode: 0644]
usr.sbin/mrouted/config.c [new file with mode: 0644]
usr.sbin/mrouted/defs.h [new file with mode: 0644]
usr.sbin/mrouted/dvmrp.h [new file with mode: 0644]
usr.sbin/mrouted/icmp.c [new file with mode: 0644]
usr.sbin/mrouted/igmp.c [new file with mode: 0644]
usr.sbin/mrouted/igmpv2.h [new file with mode: 0644]
usr.sbin/mrouted/inet.c [new file with mode: 0644]
usr.sbin/mrouted/ipip.c [new file with mode: 0644]
usr.sbin/mrouted/kern.c [new file with mode: 0644]
usr.sbin/mrouted/main.c [new file with mode: 0644]
usr.sbin/mrouted/map-mbone.8 [new file with mode: 0644]
usr.sbin/mrouted/map-mbone/Makefile [new file with mode: 0644]
usr.sbin/mrouted/mapper.c [new file with mode: 0644]
usr.sbin/mrouted/mrinfo.8 [new file with mode: 0644]
usr.sbin/mrouted/mrinfo.c [new file with mode: 0644]
usr.sbin/mrouted/mrinfo/Makefile [new file with mode: 0644]
usr.sbin/mrouted/mrouted.8 [new file with mode: 0644]
usr.sbin/mrouted/mrouted.conf [new file with mode: 0644]
usr.sbin/mrouted/mrouted/Makefile [new file with mode: 0644]
usr.sbin/mrouted/mtrace.8 [new file with mode: 0644]
usr.sbin/mrouted/mtrace.c [new file with mode: 0644]
usr.sbin/mrouted/mtrace.h [new file with mode: 0644]
usr.sbin/mrouted/mtrace/Makefile [new file with mode: 0644]
usr.sbin/mrouted/pathnames.h [new file with mode: 0644]
usr.sbin/mrouted/prune.c [new file with mode: 0644]
usr.sbin/mrouted/prune.h [new file with mode: 0644]
usr.sbin/mrouted/route.c [new file with mode: 0644]
usr.sbin/mrouted/route.h [new file with mode: 0644]
usr.sbin/mrouted/rsrr.c [new file with mode: 0644]
usr.sbin/mrouted/rsrr.h [new file with mode: 0644]
usr.sbin/mrouted/rsrr_var.h [new file with mode: 0644]
usr.sbin/mrouted/testrsrr/Makefile [new file with mode: 0644]
usr.sbin/mrouted/testrsrr/testrsrr.c [new file with mode: 0644]
usr.sbin/mrouted/vif.c [new file with mode: 0644]
usr.sbin/mrouted/vif.h [new file with mode: 0644]
usr.sbin/mtest/Makefile [new file with mode: 0644]
usr.sbin/mtest/mtest.8 [new file with mode: 0644]
usr.sbin/mtest/mtest.c [new file with mode: 0644]
usr.sbin/mtree/Makefile [new file with mode: 0644]
usr.sbin/mtree/compare.c [new file with mode: 0644]
usr.sbin/mtree/create.c [new file with mode: 0644]
usr.sbin/mtree/excludes.c [new file with mode: 0644]
usr.sbin/mtree/extern.h [new file with mode: 0644]
usr.sbin/mtree/misc.c [new file with mode: 0644]
usr.sbin/mtree/mtree.8 [new file with mode: 0644]
usr.sbin/mtree/mtree.c [new file with mode: 0644]
usr.sbin/mtree/mtree.h [new file with mode: 0644]
usr.sbin/mtree/spec.c [new file with mode: 0644]
usr.sbin/mtree/verify.c [new file with mode: 0644]
usr.sbin/ndiscvt/Makefile [new file with mode: 0644]
usr.sbin/ndiscvt/inf-parse.y [new file with mode: 0644]
usr.sbin/ndiscvt/inf-token.l [new file with mode: 0644]
usr.sbin/ndiscvt/inf.c [new file with mode: 0644]
usr.sbin/ndiscvt/inf.h [new file with mode: 0644]
usr.sbin/ndiscvt/ndiscvt.8 [new file with mode: 0644]
usr.sbin/ndiscvt/ndiscvt.c [new file with mode: 0644]
usr.sbin/ndiscvt/ndisgen.8 [new file with mode: 0644]
usr.sbin/ndiscvt/ndisgen.sh [new file with mode: 0644]
usr.sbin/ndiscvt/windrv_stub.c [new file with mode: 0644]
usr.sbin/ndp/Makefile [new file with mode: 0644]
usr.sbin/ndp/gnuc.h [new file with mode: 0644]
usr.sbin/ndp/ndp.8 [new file with mode: 0644]
usr.sbin/ndp/ndp.c [new file with mode: 0644]
usr.sbin/newsyslog/Makefile [new file with mode: 0644]
usr.sbin/newsyslog/extern.h [new file with mode: 0644]
usr.sbin/newsyslog/newsyslog.8 [new file with mode: 0644]
usr.sbin/newsyslog/newsyslog.c [new file with mode: 0644]
usr.sbin/newsyslog/newsyslog.conf.5 [new file with mode: 0644]
usr.sbin/newsyslog/pathnames.h [new file with mode: 0644]
usr.sbin/newsyslog/ptimes.c [new file with mode: 0644]
usr.sbin/ngctl/Makefile [new file with mode: 0644]
usr.sbin/ngctl/config.c [new file with mode: 0644]
usr.sbin/ngctl/connect.c [new file with mode: 0644]
usr.sbin/ngctl/debug.c [new file with mode: 0644]
usr.sbin/ngctl/list.c [new file with mode: 0644]
usr.sbin/ngctl/main.c [new file with mode: 0644]
usr.sbin/ngctl/mkpeer.c [new file with mode: 0644]
usr.sbin/ngctl/msg.c [new file with mode: 0644]
usr.sbin/ngctl/name.c [new file with mode: 0644]
usr.sbin/ngctl/ngctl.8 [new file with mode: 0644]
usr.sbin/ngctl/ngctl.h [new file with mode: 0644]
usr.sbin/ngctl/rmhook.c [new file with mode: 0644]
usr.sbin/ngctl/show.c [new file with mode: 0644]
usr.sbin/ngctl/shutdown.c [new file with mode: 0644]
usr.sbin/ngctl/status.c [new file with mode: 0644]
usr.sbin/ngctl/types.c [new file with mode: 0644]
usr.sbin/ngctl/write.c [new file with mode: 0644]
usr.sbin/nghook/Makefile [new file with mode: 0644]
usr.sbin/nghook/main.c [new file with mode: 0644]
usr.sbin/nghook/nghook.8 [new file with mode: 0644]
usr.sbin/nscd/Makefile [new file with mode: 0644]
usr.sbin/nscd/agent.c [new file with mode: 0644]
usr.sbin/nscd/agent.h [new file with mode: 0644]
usr.sbin/nscd/agents/Makefile.inc [new file with mode: 0644]
usr.sbin/nscd/agents/group.c [new file with mode: 0644]
usr.sbin/nscd/agents/group.h [new file with mode: 0644]
usr.sbin/nscd/agents/passwd.c [new file with mode: 0644]
usr.sbin/nscd/agents/passwd.h [new file with mode: 0644]
usr.sbin/nscd/agents/services.c [new file with mode: 0644]
usr.sbin/nscd/agents/services.h [new file with mode: 0644]
usr.sbin/nscd/cachelib.c [new file with mode: 0644]
usr.sbin/nscd/cachelib.h [new file with mode: 0644]
usr.sbin/nscd/cacheplcs.c [new file with mode: 0644]
usr.sbin/nscd/cacheplcs.h [new file with mode: 0644]
usr.sbin/nscd/config.c [new file with mode: 0644]
usr.sbin/nscd/config.h [new file with mode: 0644]
usr.sbin/nscd/debug.c [new file with mode: 0644]
usr.sbin/nscd/debug.h [new file with mode: 0644]
usr.sbin/nscd/hashtable.h [new file with mode: 0644]
usr.sbin/nscd/log.c [new file with mode: 0644]
usr.sbin/nscd/log.h [new file with mode: 0644]
usr.sbin/nscd/mp_rs_query.c [new file with mode: 0644]
usr.sbin/nscd/mp_rs_query.h [new file with mode: 0644]
usr.sbin/nscd/mp_ws_query.c [new file with mode: 0644]
usr.sbin/nscd/mp_ws_query.h [new file with mode: 0644]
usr.sbin/nscd/nscd.8 [new file with mode: 0644]
usr.sbin/nscd/nscd.c [new file with mode: 0644]
usr.sbin/nscd/nscd.conf.5 [new file with mode: 0644]
usr.sbin/nscd/nscdcli.c [new file with mode: 0644]
usr.sbin/nscd/nscdcli.h [new file with mode: 0644]
usr.sbin/nscd/parser.c [new file with mode: 0644]
usr.sbin/nscd/parser.h [new file with mode: 0644]
usr.sbin/nscd/pidfile.c [new file with mode: 0644]
usr.sbin/nscd/pidfile.h [new file with mode: 0644]
usr.sbin/nscd/protocol.c [new file with mode: 0644]
usr.sbin/nscd/protocol.h [new file with mode: 0644]
usr.sbin/nscd/query.c [new file with mode: 0644]
usr.sbin/nscd/query.h [new file with mode: 0644]
usr.sbin/nscd/singletons.c [new file with mode: 0644]
usr.sbin/nscd/singletons.h [new file with mode: 0644]
usr.sbin/pciconf/Makefile [new file with mode: 0644]
usr.sbin/pciconf/cap.c [new file with mode: 0644]
usr.sbin/pciconf/pathnames.h [new file with mode: 0644]
usr.sbin/pciconf/pciconf.8 [new file with mode: 0644]
usr.sbin/pciconf/pciconf.c [new file with mode: 0644]
usr.sbin/pciconf/pciconf.h [new file with mode: 0644]
usr.sbin/periodic/Makefile [new file with mode: 0644]
usr.sbin/periodic/periodic.8 [new file with mode: 0644]
usr.sbin/periodic/periodic.sh [new file with mode: 0644]
usr.sbin/pfctl/Makefile [new file with mode: 0644]
usr.sbin/pfctl/parse.y [new file with mode: 0644]
usr.sbin/pfctl/pf.conf.5 [new file with mode: 0644]
usr.sbin/pfctl/pf.os.5 [new file with mode: 0644]
usr.sbin/pfctl/pf_print_state.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl.8 [new file with mode: 0644]
usr.sbin/pfctl/pfctl.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl.h [new file with mode: 0644]
usr.sbin/pfctl/pfctl_altq.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_optimize.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_osfp.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_parser.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_parser.h [new file with mode: 0644]
usr.sbin/pfctl/pfctl_qstats.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_radix.c [new file with mode: 0644]
usr.sbin/pfctl/pfctl_table.c [new file with mode: 0644]
usr.sbin/pflogd/Makefile [new file with mode: 0644]
usr.sbin/pflogd/pflogd.8 [new file with mode: 0644]
usr.sbin/pflogd/pflogd.c [new file with mode: 0644]
usr.sbin/pflogd/pflogd.h [new file with mode: 0644]
usr.sbin/pflogd/privsep.c [new file with mode: 0644]
usr.sbin/pflogd/privsep_fdpass.c [new file with mode: 0644]
usr.sbin/pnpinfo/Makefile [new file with mode: 0644]
usr.sbin/powerd/Makefile [new file with mode: 0644]
usr.sbin/powerd/powerd.8 [new file with mode: 0644]
usr.sbin/powerd/powerd.c [new file with mode: 0644]
usr.sbin/ppp/Makefile [new file with mode: 0644]
usr.sbin/ppp/README.changes [new file with mode: 0644]
usr.sbin/ppp/README.devel [new file with mode: 0644]
usr.sbin/ppp/README.nat [new file with mode: 0644]
usr.sbin/ppp/acf.c [new file with mode: 0644]
usr.sbin/ppp/acf.h [new file with mode: 0644]
usr.sbin/ppp/arp.c [new file with mode: 0644]
usr.sbin/ppp/arp.h [new file with mode: 0644]
usr.sbin/ppp/async.c [new file with mode: 0644]
usr.sbin/ppp/async.h [new file with mode: 0644]
usr.sbin/ppp/atm.c [new file with mode: 0644]
usr.sbin/ppp/atm.h [new file with mode: 0644]
usr.sbin/ppp/auth.c [new file with mode: 0644]
usr.sbin/ppp/auth.h [new file with mode: 0644]
usr.sbin/ppp/bundle.c [new file with mode: 0644]
usr.sbin/ppp/bundle.h [new file with mode: 0644]
usr.sbin/ppp/cbcp.c [new file with mode: 0644]
usr.sbin/ppp/cbcp.h [new file with mode: 0644]
usr.sbin/ppp/ccp.c [new file with mode: 0644]
usr.sbin/ppp/ccp.h [new file with mode: 0644]
usr.sbin/ppp/chap.c [new file with mode: 0644]
usr.sbin/ppp/chap.h [new file with mode: 0644]
usr.sbin/ppp/chap_ms.c [new file with mode: 0644]
usr.sbin/ppp/chap_ms.h [new file with mode: 0644]
usr.sbin/ppp/chat.c [new file with mode: 0644]
usr.sbin/ppp/chat.h [new file with mode: 0644]
usr.sbin/ppp/command.c [new file with mode: 0644]
usr.sbin/ppp/command.h [new file with mode: 0644]
usr.sbin/ppp/datalink.c [new file with mode: 0644]
usr.sbin/ppp/datalink.h [new file with mode: 0644]
usr.sbin/ppp/deflate.c [new file with mode: 0644]
usr.sbin/ppp/deflate.h [new file with mode: 0644]
usr.sbin/ppp/defs.c [new file with mode: 0644]
usr.sbin/ppp/defs.h [new file with mode: 0644]
usr.sbin/ppp/descriptor.h [new file with mode: 0644]
usr.sbin/ppp/ether.c [new file with mode: 0644]
usr.sbin/ppp/ether.h [new file with mode: 0644]
usr.sbin/ppp/exec.c [new file with mode: 0644]
usr.sbin/ppp/exec.h [new file with mode: 0644]
usr.sbin/ppp/filter.c [new file with mode: 0644]
usr.sbin/ppp/filter.h [new file with mode: 0644]
usr.sbin/ppp/fsm.c [new file with mode: 0644]
usr.sbin/ppp/fsm.h [new file with mode: 0644]
usr.sbin/ppp/hdlc.c [new file with mode: 0644]
usr.sbin/ppp/hdlc.h [new file with mode: 0644]
usr.sbin/ppp/i4b.c [new file with mode: 0644]
usr.sbin/ppp/i4b.h [new file with mode: 0644]
usr.sbin/ppp/id.c [new file with mode: 0644]
usr.sbin/ppp/id.h [new file with mode: 0644]
usr.sbin/ppp/iface.c [new file with mode: 0644]
usr.sbin/ppp/iface.h [new file with mode: 0644]
usr.sbin/ppp/ip.c [new file with mode: 0644]
usr.sbin/ppp/ip.h [new file with mode: 0644]
usr.sbin/ppp/ipcp.c [new file with mode: 0644]
usr.sbin/ppp/ipcp.h [new file with mode: 0644]
usr.sbin/ppp/iplist.c [new file with mode: 0644]
usr.sbin/ppp/iplist.h [new file with mode: 0644]
usr.sbin/ppp/ipv6cp.c [new file with mode: 0644]
usr.sbin/ppp/ipv6cp.h [new file with mode: 0644]
usr.sbin/ppp/layer.h [new file with mode: 0644]
usr.sbin/ppp/lcp.c [new file with mode: 0644]
usr.sbin/ppp/lcp.h [new file with mode: 0644]
usr.sbin/ppp/link.c [new file with mode: 0644]
usr.sbin/ppp/link.h [new file with mode: 0644]
usr.sbin/ppp/log.c [new file with mode: 0644]
usr.sbin/ppp/log.h [new file with mode: 0644]
usr.sbin/ppp/lqr.c [new file with mode: 0644]
usr.sbin/ppp/lqr.h [new file with mode: 0644]
usr.sbin/ppp/main.c [new file with mode: 0644]
usr.sbin/ppp/main.h [new file with mode: 0644]
usr.sbin/ppp/mbuf.c [new file with mode: 0644]
usr.sbin/ppp/mbuf.h [new file with mode: 0644]
usr.sbin/ppp/mp.c [new file with mode: 0644]
usr.sbin/ppp/mp.h [new file with mode: 0644]
usr.sbin/ppp/mppe.c [new file with mode: 0644]
usr.sbin/ppp/mppe.h [new file with mode: 0644]
usr.sbin/ppp/nat_cmd.c [new file with mode: 0644]
usr.sbin/ppp/nat_cmd.h [new file with mode: 0644]
usr.sbin/ppp/ncp.c [new file with mode: 0644]
usr.sbin/ppp/ncp.h [new file with mode: 0644]
usr.sbin/ppp/ncpaddr.c [new file with mode: 0644]
usr.sbin/ppp/ncpaddr.h [new file with mode: 0644]
usr.sbin/ppp/netgraph.c [new file with mode: 0644]
usr.sbin/ppp/netgraph.h [new file with mode: 0644]
usr.sbin/ppp/pap.c [new file with mode: 0644]
usr.sbin/ppp/pap.h [new file with mode: 0644]
usr.sbin/ppp/physical.c [new file with mode: 0644]
usr.sbin/ppp/physical.h [new file with mode: 0644]
usr.sbin/ppp/ppp.8.m4 [new file with mode: 0644]
usr.sbin/ppp/pred.c [new file with mode: 0644]
usr.sbin/ppp/pred.h [new file with mode: 0644]
usr.sbin/ppp/probe.c [new file with mode: 0644]
usr.sbin/ppp/probe.h [new file with mode: 0644]
usr.sbin/ppp/prompt.c [new file with mode: 0644]
usr.sbin/ppp/prompt.h [new file with mode: 0644]
usr.sbin/ppp/proto.c [new file with mode: 0644]
usr.sbin/ppp/proto.h [new file with mode: 0644]
usr.sbin/ppp/radius.c [new file with mode: 0644]
usr.sbin/ppp/radius.h [new file with mode: 0644]
usr.sbin/ppp/route.c [new file with mode: 0644]
usr.sbin/ppp/route.h [new file with mode: 0644]
usr.sbin/ppp/server.c [new file with mode: 0644]
usr.sbin/ppp/server.h [new file with mode: 0644]
usr.sbin/ppp/sig.c [new file with mode: 0644]
usr.sbin/ppp/sig.h [new file with mode: 0644]
usr.sbin/ppp/slcompress.c [new file with mode: 0644]
usr.sbin/ppp/slcompress.h [new file with mode: 0644]
usr.sbin/ppp/sync.c [new file with mode: 0644]
usr.sbin/ppp/sync.h [new file with mode: 0644]
usr.sbin/ppp/systems.c [new file with mode: 0644]
usr.sbin/ppp/systems.h [new file with mode: 0644]
usr.sbin/ppp/tcp.c [new file with mode: 0644]
usr.sbin/ppp/tcp.h [new file with mode: 0644]
usr.sbin/ppp/tcpmss.c [new file with mode: 0644]
usr.sbin/ppp/tcpmss.h [new file with mode: 0644]
usr.sbin/ppp/throughput.c [new file with mode: 0644]
usr.sbin/ppp/throughput.h [new file with mode: 0644]
usr.sbin/ppp/timer.c [new file with mode: 0644]
usr.sbin/ppp/timer.h [new file with mode: 0644]
usr.sbin/ppp/tty.c [new file with mode: 0644]
usr.sbin/ppp/tty.h [new file with mode: 0644]
usr.sbin/ppp/tun.c [new file with mode: 0644]
usr.sbin/ppp/tun.h [new file with mode: 0644]
usr.sbin/ppp/ua.h [new file with mode: 0644]
usr.sbin/ppp/udp.c [new file with mode: 0644]
usr.sbin/ppp/udp.h [new file with mode: 0644]
usr.sbin/ppp/vjcomp.c [new file with mode: 0644]
usr.sbin/ppp/vjcomp.h [new file with mode: 0644]
usr.sbin/pppctl/Makefile [new file with mode: 0644]
usr.sbin/pppctl/pppctl.8 [new file with mode: 0644]
usr.sbin/pppctl/pppctl.c [new file with mode: 0644]
usr.sbin/pppd/Makefile [new file with mode: 0644]
usr.sbin/pppd/RELNOTES [new file with mode: 0644]
usr.sbin/pppd/auth.c [new file with mode: 0644]
usr.sbin/pppd/cbcp.c [new file with mode: 0644]
usr.sbin/pppd/cbcp.h [new file with mode: 0644]
usr.sbin/pppd/ccp.c [new file with mode: 0644]
usr.sbin/pppd/ccp.h [new file with mode: 0644]
usr.sbin/pppd/chap.c [new file with mode: 0644]
usr.sbin/pppd/chap.h [new file with mode: 0644]
usr.sbin/pppd/chap_ms.c [new file with mode: 0644]
usr.sbin/pppd/chap_ms.h [new file with mode: 0644]
usr.sbin/pppd/demand.c [new file with mode: 0644]
usr.sbin/pppd/fsm.c [new file with mode: 0644]
usr.sbin/pppd/fsm.h [new file with mode: 0644]
usr.sbin/pppd/ipcp.c [new file with mode: 0644]
usr.sbin/pppd/ipcp.h [new file with mode: 0644]
usr.sbin/pppd/ipxcp.c [new file with mode: 0644]
usr.sbin/pppd/ipxcp.h [new file with mode: 0644]
usr.sbin/pppd/lcp.c [new file with mode: 0644]
usr.sbin/pppd/lcp.h [new file with mode: 0644]
usr.sbin/pppd/magic.c [new file with mode: 0644]
usr.sbin/pppd/magic.h [new file with mode: 0644]
usr.sbin/pppd/main.c [new file with mode: 0644]
usr.sbin/pppd/options.c [new file with mode: 0644]
usr.sbin/pppd/patchlevel.h [new file with mode: 0644]
usr.sbin/pppd/pathnames.h [new file with mode: 0644]
usr.sbin/pppd/pppd.8 [new file with mode: 0644]
usr.sbin/pppd/pppd.h [new file with mode: 0644]
usr.sbin/pppd/sys-bsd.c [new file with mode: 0644]
usr.sbin/pppd/upap.c [new file with mode: 0644]
usr.sbin/pppd/upap.h [new file with mode: 0644]
usr.sbin/pppstats/Makefile [new file with mode: 0644]
usr.sbin/pppstats/pppstats.8 [new file with mode: 0644]
usr.sbin/pppstats/pppstats.c [new file with mode: 0644]
usr.sbin/praliases/Makefile [new file with mode: 0644]
usr.sbin/prefix/Makefile [new file with mode: 0644]
usr.sbin/prefix/prefix.8 [new file with mode: 0644]
usr.sbin/prefix/prefix.sh [new file with mode: 0644]
usr.sbin/procctl/Makefile [new file with mode: 0644]
usr.sbin/procctl/procctl.8 [new file with mode: 0644]
usr.sbin/procctl/procctl.c [new file with mode: 0644]
usr.sbin/pstat/Makefile [new file with mode: 0644]
usr.sbin/pstat/pstat.8 [new file with mode: 0644]
usr.sbin/pstat/pstat.c [new file with mode: 0644]
usr.sbin/pw/Makefile [new file with mode: 0644]
usr.sbin/pw/README [new file with mode: 0644]
usr.sbin/pw/bitmap.c [new file with mode: 0644]
usr.sbin/pw/bitmap.h [new file with mode: 0644]
usr.sbin/pw/cpdir.c [new file with mode: 0644]
usr.sbin/pw/edgroup.c [new file with mode: 0644]
usr.sbin/pw/fileupd.c [new file with mode: 0644]
usr.sbin/pw/grupd.c [new file with mode: 0644]
usr.sbin/pw/psdate.c [new file with mode: 0644]
usr.sbin/pw/psdate.h [new file with mode: 0644]
usr.sbin/pw/pw.8 [new file with mode: 0644]
usr.sbin/pw/pw.c [new file with mode: 0644]
usr.sbin/pw/pw.conf.5 [new file with mode: 0644]
usr.sbin/pw/pw.h [new file with mode: 0644]
usr.sbin/pw/pw_conf.c [new file with mode: 0644]
usr.sbin/pw/pw_group.c [new file with mode: 0644]
usr.sbin/pw/pw_log.c [new file with mode: 0644]
usr.sbin/pw/pw_nis.c [new file with mode: 0644]
usr.sbin/pw/pw_user.c [new file with mode: 0644]
usr.sbin/pw/pw_vpw.c [new file with mode: 0644]
usr.sbin/pw/pwupd.c [new file with mode: 0644]
usr.sbin/pw/pwupd.h [new file with mode: 0644]
usr.sbin/pw/rm_r.c [new file with mode: 0644]
usr.sbin/pwd_mkdb/Makefile [new file with mode: 0644]
usr.sbin/pwd_mkdb/pwd_mkdb.8 [new file with mode: 0644]
usr.sbin/pwd_mkdb/pwd_mkdb.c [new file with mode: 0644]
usr.sbin/quot/Makefile [new file with mode: 0644]
usr.sbin/quot/quot.8 [new file with mode: 0644]
usr.sbin/quot/quot.c [new file with mode: 0644]
usr.sbin/quotaon/Makefile [new file with mode: 0644]
usr.sbin/quotaon/quotaon.8 [new file with mode: 0644]
usr.sbin/quotaon/quotaon.c [new file with mode: 0644]
usr.sbin/rarpd/Makefile [new file with mode: 0644]
usr.sbin/rarpd/rarpd.8 [new file with mode: 0644]
usr.sbin/rarpd/rarpd.c [new file with mode: 0644]
usr.sbin/rdate/Makefile [new file with mode: 0644]
usr.sbin/rdate/ntp.c [new file with mode: 0644]
usr.sbin/rdate/ntpleaps.c [new file with mode: 0644]
usr.sbin/rdate/ntpleaps.h [new file with mode: 0644]
usr.sbin/rdate/rdate.8 [new file with mode: 0644]
usr.sbin/rdate/rdate.c [new file with mode: 0644]
usr.sbin/rdate/rdate.h [new file with mode: 0644]
usr.sbin/rdate/rfc868time.c [new file with mode: 0644]
usr.sbin/repquota/Makefile [new file with mode: 0644]
usr.sbin/repquota/repquota.8 [new file with mode: 0644]
usr.sbin/repquota/repquota.c [new file with mode: 0644]
usr.sbin/resident/Makefile [new file with mode: 0644]
usr.sbin/resident/resident.8 [new file with mode: 0644]
usr.sbin/resident/resident.c [new file with mode: 0644]
usr.sbin/rip6query/Makefile [new file with mode: 0644]
usr.sbin/rip6query/rip6query.8 [new file with mode: 0644]
usr.sbin/rip6query/rip6query.c [new file with mode: 0644]
usr.sbin/rmt/Makefile [new file with mode: 0644]
usr.sbin/rmt/rmt.8 [new file with mode: 0644]
usr.sbin/rmt/rmt.c [new file with mode: 0644]
usr.sbin/rndcontrol/Makefile [new file with mode: 0644]
usr.sbin/rndcontrol/rndcontrol.8 [new file with mode: 0644]
usr.sbin/rndcontrol/rndcontrol.c [new file with mode: 0644]
usr.sbin/route6d/Makefile [new file with mode: 0644]
usr.sbin/route6d/misc/chkrt [new file with mode: 0644]
usr.sbin/route6d/misc/cksum.c [new file with mode: 0644]
usr.sbin/route6d/route6d.8 [new file with mode: 0644]
usr.sbin/route6d/route6d.c [new file with mode: 0644]
usr.sbin/route6d/route6d.h [new file with mode: 0644]
usr.sbin/rpc.lockd/Makefile [new file with mode: 0644]
usr.sbin/rpc.lockd/handles.c [new file with mode: 0644]
usr.sbin/rpc.lockd/lock_proc.c [new file with mode: 0644]
usr.sbin/rpc.lockd/lockd.c [new file with mode: 0644]
usr.sbin/rpc.lockd/lockd.h [new file with mode: 0644]
usr.sbin/rpc.lockd/lockd_lock.c [new file with mode: 0644]
usr.sbin/rpc.lockd/lockd_lock.h [new file with mode: 0644]
usr.sbin/rpc.lockd/rpc.lockd.8 [new file with mode: 0644]
usr.sbin/rpc.lockd/test.c [new file with mode: 0644]
usr.sbin/rpc.statd/Makefile [new file with mode: 0644]
usr.sbin/rpc.statd/file.c [new file with mode: 0644]
usr.sbin/rpc.statd/procs.c [new file with mode: 0644]
usr.sbin/rpc.statd/rpc.statd.8 [new file with mode: 0644]
usr.sbin/rpc.statd/statd.c [new file with mode: 0644]
usr.sbin/rpc.statd/statd.h [new file with mode: 0644]
usr.sbin/rpc.statd/test.c [new file with mode: 0644]
usr.sbin/rpc.umntall/Makefile [new file with mode: 0644]
usr.sbin/rpc.umntall/mounttab.c [new file with mode: 0644]
usr.sbin/rpc.umntall/mounttab.h [new file with mode: 0644]
usr.sbin/rpc.umntall/rpc.umntall.8 [new file with mode: 0644]
usr.sbin/rpc.umntall/rpc.umntall.c [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/Makefile [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/rpc.yppasswdd.8 [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/yppasswd_private.x [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/yppasswdd_extern.h [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/yppasswdd_main.c [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/yppasswdd_server.c [new file with mode: 0644]
usr.sbin/rpc.yppasswdd/yppwupdate [new file with mode: 0644]
usr.sbin/rpc.ypupdated/Makefile [new file with mode: 0644]
usr.sbin/rpc.ypupdated/update.c [new file with mode: 0644]
usr.sbin/rpc.ypupdated/yp_dbdelete.c [new file with mode: 0644]
usr.sbin/rpc.ypupdated/yp_dbupdate.c [new file with mode: 0644]
usr.sbin/rpc.ypupdated/ypupdate [new file with mode: 0644]
usr.sbin/rpc.ypupdated/ypupdated_extern.h [new file with mode: 0644]
usr.sbin/rpc.ypupdated/ypupdated_main.c [new file with mode: 0644]
usr.sbin/rpc.ypupdated/ypupdated_server.c [new file with mode: 0644]
usr.sbin/rpc.ypxfrd/Makefile [new file with mode: 0644]
usr.sbin/rpc.ypxfrd/rpc.ypxfrd.8 [new file with mode: 0644]
usr.sbin/rpc.ypxfrd/ypxfrd_extern.h [new file with mode: 0644]
usr.sbin/rpc.ypxfrd/ypxfrd_main.c [new file with mode: 0644]
usr.sbin/rpc.ypxfrd/ypxfrd_server.c [new file with mode: 0644]
usr.sbin/rpcbind/Makefile [new file with mode: 0644]
usr.sbin/rpcbind/check_bound.c [new file with mode: 0644]
usr.sbin/rpcbind/pmap_svc.c [new file with mode: 0644]
usr.sbin/rpcbind/rpcb_stat.c [new file with mode: 0644]
usr.sbin/rpcbind/rpcb_svc.c [new file with mode: 0644]
usr.sbin/rpcbind/rpcb_svc_4.c [new file with mode: 0644]
usr.sbin/rpcbind/rpcb_svc_com.c [new file with mode: 0644]
usr.sbin/rpcbind/rpcbind.8 [new file with mode: 0644]
usr.sbin/rpcbind/rpcbind.c [new file with mode: 0644]
usr.sbin/rpcbind/rpcbind.h [new file with mode: 0644]
usr.sbin/rpcbind/security.c [new file with mode: 0644]
usr.sbin/rpcbind/util.c [new file with mode: 0644]
usr.sbin/rpcbind/warmstart.c [new file with mode: 0644]
usr.sbin/rrenumd/Makefile [new file with mode: 0644]
usr.sbin/rrenumd/lexer.l [new file with mode: 0644]
usr.sbin/rrenumd/parser.y [new file with mode: 0644]
usr.sbin/rrenumd/rrenumd.8 [new file with mode: 0644]
usr.sbin/rrenumd/rrenumd.c [new file with mode: 0644]
usr.sbin/rrenumd/rrenumd.conf.5 [new file with mode: 0644]
usr.sbin/rrenumd/rrenumd.h [new file with mode: 0644]
usr.sbin/rtadvd/Makefile [new file with mode: 0644]
usr.sbin/rtadvd/advcap.c [new file with mode: 0644]
usr.sbin/rtadvd/advcap.h [new file with mode: 0644]
usr.sbin/rtadvd/config.c [new file with mode: 0644]
usr.sbin/rtadvd/config.h [new file with mode: 0644]
usr.sbin/rtadvd/dump.c [new file with mode: 0644]
usr.sbin/rtadvd/dump.h [new file with mode: 0644]
usr.sbin/rtadvd/if.c [new file with mode: 0644]
usr.sbin/rtadvd/if.h [new file with mode: 0644]
usr.sbin/rtadvd/pathnames.h [new file with mode: 0644]
usr.sbin/rtadvd/rrenum.c [new file with mode: 0644]
usr.sbin/rtadvd/rrenum.h [new file with mode: 0644]
usr.sbin/rtadvd/rtadvd.8 [new file with mode: 0644]
usr.sbin/rtadvd/rtadvd.c [new file with mode: 0644]
usr.sbin/rtadvd/rtadvd.conf [new file with mode: 0644]
usr.sbin/rtadvd/rtadvd.conf.5 [new file with mode: 0644]
usr.sbin/rtadvd/rtadvd.h [new file with mode: 0644]
usr.sbin/rtadvd/timer.c [new file with mode: 0644]
usr.sbin/rtadvd/timer.h [new file with mode: 0644]
usr.sbin/rtprio/Makefile [new file with mode: 0644]
usr.sbin/rtprio/rtprio.1 [new file with mode: 0644]
usr.sbin/rtprio/rtprio.c [new file with mode: 0644]
usr.sbin/rtsold/Makefile [new file with mode: 0644]
usr.sbin/rtsold/dump.c [new file with mode: 0644]
usr.sbin/rtsold/if.c [new file with mode: 0644]
usr.sbin/rtsold/probe.c [new file with mode: 0644]
usr.sbin/rtsold/rtsock.c [new file with mode: 0644]
usr.sbin/rtsold/rtsol.c [new file with mode: 0644]
usr.sbin/rtsold/rtsold.8 [new file with mode: 0644]
usr.sbin/rtsold/rtsold.c [new file with mode: 0644]
usr.sbin/rtsold/rtsold.h [new file with mode: 0644]
usr.sbin/rwhod/Makefile [new file with mode: 0644]
usr.sbin/rwhod/rwhod.8 [new file with mode: 0644]
usr.sbin/rwhod/rwhod.c [new file with mode: 0644]
usr.sbin/sa/Makefile [new file with mode: 0644]
usr.sbin/sa/extern.h [new file with mode: 0644]
usr.sbin/sa/main.c [new file with mode: 0644]
usr.sbin/sa/pathnames.h [new file with mode: 0644]
usr.sbin/sa/pdb.c [new file with mode: 0644]
usr.sbin/sa/sa.8 [new file with mode: 0644]
usr.sbin/sa/usrdb.c [new file with mode: 0644]
usr.sbin/sdpd/Makefile [new file with mode: 0644]
usr.sbin/sdpd/bgd.c [new file with mode: 0644]
usr.sbin/sdpd/dun.c [new file with mode: 0644]
usr.sbin/sdpd/ftrn.c [new file with mode: 0644]
usr.sbin/sdpd/hf.c [new file with mode: 0644]
usr.sbin/sdpd/hset.c [new file with mode: 0644]
usr.sbin/sdpd/irmc.c [new file with mode: 0644]
usr.sbin/sdpd/irmc_command.c [new file with mode: 0644]
usr.sbin/sdpd/lan.c [new file with mode: 0644]
usr.sbin/sdpd/log.c [new file with mode: 0644]
usr.sbin/sdpd/log.h [new file with mode: 0644]
usr.sbin/sdpd/main.c [new file with mode: 0644]
usr.sbin/sdpd/opush.c [new file with mode: 0644]
usr.sbin/sdpd/profile.c [new file with mode: 0644]
usr.sbin/sdpd/profile.h [new file with mode: 0644]
usr.sbin/sdpd/provider.c [new file with mode: 0644]
usr.sbin/sdpd/provider.h [new file with mode: 0644]
usr.sbin/sdpd/sar.c [new file with mode: 0644]
usr.sbin/sdpd/scr.c [new file with mode: 0644]
usr.sbin/sdpd/sd.c [new file with mode: 0644]
usr.sbin/sdpd/sdpd.8 [new file with mode: 0644]
usr.sbin/sdpd/server.c [new file with mode: 0644]
usr.sbin/sdpd/server.h [new file with mode: 0644]
usr.sbin/sdpd/sp.c [new file with mode: 0644]
usr.sbin/sdpd/srr.c [new file with mode: 0644]
usr.sbin/sdpd/ssar.c [new file with mode: 0644]
usr.sbin/sdpd/ssr.c [new file with mode: 0644]
usr.sbin/sdpd/sur.c [new file with mode: 0644]
usr.sbin/sdpd/uuid-private.h [new file with mode: 0644]
usr.sbin/sdpd/uuid.c [new file with mode: 0644]
usr.sbin/sendmail/Makefile [new file with mode: 0644]
usr.sbin/sendmail/main.c.patch [new file with mode: 0644]
usr.sbin/sendmail/srvrsmtp.c.patch [new file with mode: 0644]
usr.sbin/sensorsd/Makefile [new file with mode: 0644]
usr.sbin/sensorsd/sensorsd.8 [new file with mode: 0644]
usr.sbin/sensorsd/sensorsd.c [new file with mode: 0644]
usr.sbin/sensorsd/sensorsd.conf.5 [new file with mode: 0644]
usr.sbin/setkey/Makefile [new file with mode: 0644]
usr.sbin/setkey/parse.y [new file with mode: 0644]
usr.sbin/setkey/sample.cf [new file with mode: 0644]
usr.sbin/setkey/scriptdump.pl [new file with mode: 0644]
usr.sbin/setkey/setkey.8 [new file with mode: 0644]
usr.sbin/setkey/setkey.c [new file with mode: 0644]
usr.sbin/setkey/test-pfkey.c [new file with mode: 0644]
usr.sbin/setkey/test-policy.c [new file with mode: 0644]
usr.sbin/setkey/token.l [new file with mode: 0644]
usr.sbin/setkey/vchar.h [new file with mode: 0644]
usr.sbin/sicontrol/Makefile [new file with mode: 0644]
usr.sbin/sicontrol/sicontrol.8 [new file with mode: 0644]
usr.sbin/sicontrol/sicontrol.c [new file with mode: 0644]
usr.sbin/sliplogin/Makefile [new file with mode: 0644]
usr.sbin/sliplogin/pathnames.h [new file with mode: 0644]
usr.sbin/sliplogin/sliplogin.8 [new file with mode: 0644]
usr.sbin/sliplogin/sliplogin.c [new file with mode: 0644]
usr.sbin/slstat/Makefile [new file with mode: 0644]
usr.sbin/slstat/slstat.8 [new file with mode: 0644]
usr.sbin/slstat/slstat.c [new file with mode: 0644]
usr.sbin/spkrtest/Makefile [new file with mode: 0644]
usr.sbin/spkrtest/spkrtest.8 [new file with mode: 0644]
usr.sbin/spkrtest/spkrtest.sh [new file with mode: 0644]
usr.sbin/spray/Makefile [new file with mode: 0644]
usr.sbin/spray/spray.8 [new file with mode: 0644]
usr.sbin/spray/spray.c [new file with mode: 0644]
usr.sbin/stallion/Makefile [new file with mode: 0644]
usr.sbin/stallion/Makefile.inc [new file with mode: 0644]
usr.sbin/stallion/bootcode/2681.sys.uu [new file with mode: 0644]
usr.sbin/stallion/bootcode/Makefile [new file with mode: 0644]
usr.sbin/stallion/bootcode/cdk.sys.uu [new file with mode: 0644]
usr.sbin/stallion/stlload/Makefile [new file with mode: 0644]
usr.sbin/stallion/stlload/stlload.8 [new file with mode: 0644]
usr.sbin/stallion/stlload/stlload.c [new file with mode: 0644]
usr.sbin/stallion/stlstats/Makefile [new file with mode: 0644]
usr.sbin/stallion/stlstats/stlstats.8 [new file with mode: 0644]
usr.sbin/stallion/stlstats/stlstats.c [new file with mode: 0644]
usr.sbin/stallion/stlstty/Makefile [new file with mode: 0644]
usr.sbin/stallion/stlstty/stlstty.8 [new file with mode: 0644]
usr.sbin/stallion/stlstty/stlstty.c [new file with mode: 0644]
usr.sbin/syslogd/Makefile [new file with mode: 0644]
usr.sbin/syslogd/pathnames.h [new file with mode: 0644]
usr.sbin/syslogd/syslog.conf.5 [new file with mode: 0644]
usr.sbin/syslogd/syslogd.8 [new file with mode: 0644]
usr.sbin/syslogd/syslogd.c [new file with mode: 0644]
usr.sbin/tcpdchk/Makefile [new file with mode: 0644]
usr.sbin/tcpdmatch/Makefile [new file with mode: 0644]
usr.sbin/tcpdump/Makefile [new file with mode: 0644]
usr.sbin/tcpdump/config.h [new file with mode: 0644]
usr.sbin/timed/Makefile [new file with mode: 0644]
usr.sbin/timed/Makefile.inc [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/Makefile [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/date [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/loop [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/spell.ok [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/time [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/timed.ms [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timed/unused [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timedop/Makefile [new file with mode: 0644]
usr.sbin/timed/SMM.doc/timedop/timed.ms [new file with mode: 0644]
usr.sbin/timed/timed/CHANGES [new file with mode: 0644]
usr.sbin/timed/timed/Makefile [new file with mode: 0644]
usr.sbin/timed/timed/acksend.c [new file with mode: 0644]
usr.sbin/timed/timed/byteorder.c [new file with mode: 0644]
usr.sbin/timed/timed/candidate.c [new file with mode: 0644]
usr.sbin/timed/timed/cksum.c [new file with mode: 0644]
usr.sbin/timed/timed/correct.c [new file with mode: 0644]
usr.sbin/timed/timed/extern.h [new file with mode: 0644]
usr.sbin/timed/timed/globals.h [new file with mode: 0644]
usr.sbin/timed/timed/master.c [new file with mode: 0644]
usr.sbin/timed/timed/measure.c [new file with mode: 0644]
usr.sbin/timed/timed/networkdelta.c [new file with mode: 0644]
usr.sbin/timed/timed/pathnames.h [new file with mode: 0644]
usr.sbin/timed/timed/readmsg.c [new file with mode: 0644]
usr.sbin/timed/timed/slave.c [new file with mode: 0644]
usr.sbin/timed/timed/timed.8 [new file with mode: 0644]
usr.sbin/timed/timed/timed.c [new file with mode: 0644]
usr.sbin/timed/timedc/Makefile [new file with mode: 0644]
usr.sbin/timed/timedc/cmds.c [new file with mode: 0644]
usr.sbin/timed/timedc/cmdtab.c [new file with mode: 0644]
usr.sbin/timed/timedc/extern.h [new file with mode: 0644]
usr.sbin/timed/timedc/timedc.8 [new file with mode: 0644]
usr.sbin/timed/timedc/timedc.c [new file with mode: 0644]
usr.sbin/timed/timedc/timedc.h [new file with mode: 0644]
usr.sbin/traceroute/Makefile [new file with mode: 0644]
usr.sbin/traceroute/traceroute.8 [new file with mode: 0644]
usr.sbin/traceroute/traceroute.c [new file with mode: 0644]
usr.sbin/traceroute6/Makefile [new file with mode: 0644]
usr.sbin/traceroute6/traceroute6.8 [new file with mode: 0644]
usr.sbin/traceroute6/traceroute6.c [new file with mode: 0644]
usr.sbin/trpt/Makefile [new file with mode: 0644]
usr.sbin/trpt/trpt.8 [new file with mode: 0644]
usr.sbin/trpt/trpt.c [new file with mode: 0644]
usr.sbin/tzsetup/Makefile [new file with mode: 0644]
usr.sbin/tzsetup/paths.h [new file with mode: 0644]
usr.sbin/tzsetup/tzsetup.8 [new file with mode: 0644]
usr.sbin/tzsetup/tzsetup.c [new file with mode: 0644]
usr.sbin/usbd/Makefile [new file with mode: 0644]
usr.sbin/usbd/usbd.8 [new file with mode: 0644]
usr.sbin/usbd/usbd.c [new file with mode: 0644]
usr.sbin/usbd/usbd.conf.5 [new file with mode: 0644]
usr.sbin/usbdevs/Makefile [new file with mode: 0644]
usr.sbin/usbdevs/usbdevs.8 [new file with mode: 0644]
usr.sbin/usbdevs/usbdevs.c [new file with mode: 0644]
usr.sbin/vidcontrol/Makefile [new file with mode: 0644]
usr.sbin/vidcontrol/decode.c [new file with mode: 0644]
usr.sbin/vidcontrol/decode.h [new file with mode: 0644]
usr.sbin/vidcontrol/path.h [new file with mode: 0644]
usr.sbin/vidcontrol/vidcontrol.1 [new file with mode: 0644]
usr.sbin/vidcontrol/vidcontrol.c [new file with mode: 0644]
usr.sbin/vipw/Makefile [new file with mode: 0644]
usr.sbin/vipw/vipw.8 [new file with mode: 0644]
usr.sbin/vipw/vipw.c [new file with mode: 0644]
usr.sbin/vknetd/Makefile [new file with mode: 0644]
usr.sbin/vknetd/bridge.c [new file with mode: 0644]
usr.sbin/vknetd/filter.c [new file with mode: 0644]
usr.sbin/vknetd/mac.c [new file with mode: 0644]
usr.sbin/vknetd/vknetd.8 [new file with mode: 0644]
usr.sbin/vknetd/vknetd.c [new file with mode: 0644]
usr.sbin/vknetd/vknetd.h [new file with mode: 0644]
usr.sbin/vnconfig/Makefile [new file with mode: 0644]
usr.sbin/vnconfig/vnconfig.8 [new file with mode: 0644]
usr.sbin/vnconfig/vnconfig.c [new file with mode: 0644]
usr.sbin/watch/Makefile [new file with mode: 0644]
usr.sbin/watch/watch.8 [new file with mode: 0644]
usr.sbin/watch/watch.c [new file with mode: 0644]
usr.sbin/watchdogd/Makefile [new file with mode: 0644]
usr.sbin/watchdogd/watchdogd.8 [new file with mode: 0644]
usr.sbin/watchdogd/watchdogd.c [new file with mode: 0644]
usr.sbin/wlandebug/Makefile [new file with mode: 0644]
usr.sbin/wlandebug/wlandebug.8 [new file with mode: 0644]
usr.sbin/wlandebug/wlandebug.c [new file with mode: 0644]
usr.sbin/yp_mkdb/Makefile [new file with mode: 0644]
usr.sbin/yp_mkdb/yp_mkdb.8 [new file with mode: 0644]
usr.sbin/yp_mkdb/yp_mkdb.c [new file with mode: 0644]
usr.sbin/ypbind/Makefile [new file with mode: 0644]
usr.sbin/ypbind/yp_ping.c [new file with mode: 0644]
usr.sbin/ypbind/yp_ping.h [new file with mode: 0644]
usr.sbin/ypbind/ypbind.8 [new file with mode: 0644]
usr.sbin/ypbind/ypbind.c [new file with mode: 0644]
usr.sbin/yppoll/Makefile [new file with mode: 0644]
usr.sbin/yppoll/yppoll.8 [new file with mode: 0644]
usr.sbin/yppoll/yppoll.c [new file with mode: 0644]
usr.sbin/yppush/Makefile [new file with mode: 0644]
usr.sbin/yppush/yppush.8 [new file with mode: 0644]
usr.sbin/yppush/yppush_extern.h [new file with mode: 0644]
usr.sbin/yppush/yppush_main.c [new file with mode: 0644]
usr.sbin/ypserv/Makefile [new file with mode: 0644]
usr.sbin/ypserv/Makefile.yp [new file with mode: 0644]
usr.sbin/ypserv/yp_access.c [new file with mode: 0644]
usr.sbin/ypserv/yp_dblookup.c [new file with mode: 0644]
usr.sbin/ypserv/yp_dnslookup.c [new file with mode: 0644]
usr.sbin/ypserv/yp_error.c [new file with mode: 0644]
usr.sbin/ypserv/yp_extern.h [new file with mode: 0644]
usr.sbin/ypserv/yp_main.c [new file with mode: 0644]
usr.sbin/ypserv/yp_server.c [new file with mode: 0644]
usr.sbin/ypserv/yp_svc_udp.c [new file with mode: 0644]
usr.sbin/ypserv/ypinit.8 [new file with mode: 0644]
usr.sbin/ypserv/ypinit.sh [new file with mode: 0644]
usr.sbin/ypserv/ypserv.8 [new file with mode: 0644]
usr.sbin/ypset/Makefile [new file with mode: 0644]
usr.sbin/ypset/ypset.8 [new file with mode: 0644]
usr.sbin/ypset/ypset.c [new file with mode: 0644]
usr.sbin/zic/Makefile [new file with mode: 0644]
usr.sbin/zic/Makefile.inc [new file with mode: 0644]
usr.sbin/zic/ialloc.c [new file with mode: 0644]
usr.sbin/zic/private.h [new file with mode: 0644]
usr.sbin/zic/scheck.c [new file with mode: 0644]
usr.sbin/zic/zdump.8 [new file with mode: 0644]
usr.sbin/zic/zdump.c [new file with mode: 0644]
usr.sbin/zic/zdump/Makefile [new file with mode: 0644]
usr.sbin/zic/zic.8 [new file with mode: 0644]
usr.sbin/zic/zic.c [new file with mode: 0644]
usr.sbin/zic/zic/Makefile [new file with mode: 0644]