Start again with a better approach to patching and a different order of transformatio...
authorNick Downing <downing.nick@gmail.com>
Wed, 18 Jan 2017 00:50:55 +0000 (11:50 +1100)
committerNick Downing <downing.nick@gmail.com>
Wed, 18 Jan 2017 00:50:55 +0000 (11:50 +1100)
commitf7a79572c5058e8eddec82149a33fbb11f2923b7
treeb0675c0f9dee9f3541987876a739927ec3b405d7
parent68728b78bba52cbbfba895f30b530766ffc831da
Start again with a better approach to patching and a different order of transformations so we will be able to run cproto earlier, on more-or-less original code
1171 files changed:
.gitignore
lib/libc4.3tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.tahoe/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.tahoe/reset.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.vax/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.vax/DEFS.h [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.vax/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.vax/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/compat-4.1.vax/reset.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/ftime.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/getpw.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/gtty.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/nice.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/pause.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/rand.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/stty.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/tell.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/times.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/utime.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/vlimit.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.1/vtimes.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/ecvt.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/gcvt.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/sibuf.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/sobuf.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-4.3/strout.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.vax/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.vax/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.vax/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.vax/strchr.s [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/compat-sys5.vax/strrchr.s [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/getopt.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/memccpy.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/memchr.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/memcmp.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/memcpy.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/memset.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strcatn.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strchr.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strcmpn.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strcpyn.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strcspn.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strpbrk.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strrchr.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strspn.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/strtok.c [new file with mode: 0644]
lib/libc4.3tahoe/compat-sys5/tmpnam.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/:errfix [new file with mode: 0644]
lib/libc4.3tahoe/gen/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/gen/abort.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/alarm.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/atoi.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/atol.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/bcmp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/bcopy.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/bzero.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/calloc.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/closedir.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/crypt.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ctime.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ctype_.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/disklabel.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/errlst.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/execvp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/fakcu.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ffs.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/fstab.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/_setjmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/abort.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/abs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/alloca.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/atof.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/bcmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/bcopy.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/bzero.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/fabs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/ffs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/frexp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/insque.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/ldexp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/modf.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/nargs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/remque.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/setjmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strcat.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strcmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strcpy.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strlen.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strncat.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strncmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/strncpy.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/udiv.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.tahoe/urem.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/_setjmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/abs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/alloca.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/atof.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/bcmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/bcopy.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/bzero.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/fabs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/ffs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/frexp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/index.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/insque.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/ldexp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/modf.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/nargs.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/remque.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/rindex.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/setjmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strcat.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strcmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strcpy.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strlen.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strncat.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strncmp.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/strncpy.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/udiv.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/gen.vax/urem.s [new file with mode: 0644]
lib/libc4.3tahoe/gen/getenv.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getgrent.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getgrgid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getgrnam.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getlogin.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getpass.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getpwent.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getpwnamuid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getttyent.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getttynam.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getusershell.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/getwd.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/index.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/initgroups.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/insque.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/isatty.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/malloc.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/mktemp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ndbm.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/nlist.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/opendir.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/perror.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/popen.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/psignal.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/qsort.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/random.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/readdir.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/regex.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/README [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/regerror.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/regexp.3 [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/regexp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/regexp.h [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/regmagic.h [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/regsub.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/tests [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/timer.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/regexp/try.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/remque.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/rindex.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/scandir.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/seekdir.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setegid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setenv.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/seteuid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setgid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setjmperr.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setrgid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setruid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/setuid.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/siginterrupt.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/siglist.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/signal.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/sleep.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strcasecmp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strcat.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strcmp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strcpy.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strlen.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strncat.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strncmp.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/strncpy.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/swab.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/syslog.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/system.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/telldir.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/time.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/timezone.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ttyname.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ttyslot.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/ualarm.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/usleep.c [new file with mode: 0644]
lib/libc4.3tahoe/gen/valloc.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/inet/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/inet/inet_addr.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/inet_lnaof.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/inet_makeaddr.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/inet_netof.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/inet_network.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/inet_ntoa.c [new file with mode: 0644]
lib/libc4.3tahoe/inet/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/Make.resolv [new file with mode: 0644]
lib/libc4.3tahoe/net/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/net/getnetbyaddr.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getnetbyname.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getnetent.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getproto.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getprotoent.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getprotoname.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getservbyname.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getservbyport.c [new file with mode: 0644]
lib/libc4.3tahoe/net/getservent.c [new file with mode: 0644]
lib/libc4.3tahoe/net/herror.c [new file with mode: 0644]
lib/libc4.3tahoe/net/hosttable/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/hosttable/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/net/hosttable/gethostent.c [new file with mode: 0644]
lib/libc4.3tahoe/net/hosttable/gethostnamadr.c [new file with mode: 0644]
lib/libc4.3tahoe/net/hosttable/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/named/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/named/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/net/named/gethostnamadr.c [new file with mode: 0644]
lib/libc4.3tahoe/net/named/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/named/sethostent.c [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/htonl.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/htons.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/ntohl.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/ntohs.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.tahoe/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/htonl.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/htons.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/ntohl.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/ntohs.s [new file with mode: 0644]
lib/libc4.3tahoe/net/net.vax/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/net/rcmd.c [new file with mode: 0644]
lib/libc4.3tahoe/net/res_comp.c [new file with mode: 0644]
lib/libc4.3tahoe/net/res_debug.c [new file with mode: 0644]
lib/libc4.3tahoe/net/res_init.c [new file with mode: 0644]
lib/libc4.3tahoe/net/res_mkquery.c [new file with mode: 0644]
lib/libc4.3tahoe/net/res_query.c [new file with mode: 0644]
lib/libc4.3tahoe/net/res_send.c [new file with mode: 0644]
lib/libc4.3tahoe/net/rexec.c [new file with mode: 0644]
lib/libc4.3tahoe/net/ruserpass.c [new file with mode: 0644]
lib/libc4.3tahoe/ns/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/ns/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/ns/ns_addr.c [new file with mode: 0644]
lib/libc4.3tahoe/ns/ns_ntoa.c [new file with mode: 0644]
lib/libc4.3tahoe/ns/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/stdio/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/stdio/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/stdio/clrerr.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/doprnt.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/doscan.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/exit.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fdopen.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fgetc.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fgets.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/filbuf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/findiop.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/flsbuf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fopen.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fprintf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fputc.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fputs.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fread.4.2 [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fread.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/freopen.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fseek.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/ftell.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fwrite.4.2 [new file with mode: 0644]
lib/libc4.3tahoe/stdio/fwrite.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/getchar.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/gets.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/getw.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/printf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/stdio/putchar.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/puts.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/putw.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/rew.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/scanf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/setbuf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/setbuffer.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/sprintf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/fgets.s [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/fputs.s [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/gets.s [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/stdio/stdio.vax/puts.s [new file with mode: 0644]
lib/libc4.3tahoe/stdio/ungetc.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/vfprintf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/vprintf.c [new file with mode: 0644]
lib/libc4.3tahoe/stdio/vsprintf.c [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/DEFS.h [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/crt0.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/gcrt0.h [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/gmon.c [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/gmon.ex [new symlink]
lib/libc4.3tahoe/tahoe/csu/gmon.h [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/mcrt0.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/mon.c [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/csu/mon.ex [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/addd.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/addf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cmpd.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cmpf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cvtdl.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cvtfl.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cvtld.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cvtlf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cvtud.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/cvtuf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/divd.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/divf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/fnorm.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/fp_exp.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/modf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/muld.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/mulf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/negd.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/negf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/sfnorm.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/sfp_exp.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/subd.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/fpe/subf.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/Ovadvise.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/Ovfork.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/SYS.h [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/_exit.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/accept.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/access.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/acct.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/adjtime.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/bind.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/brk.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/cerror.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/chdir.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/chmod.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/chown.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/chroot.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/close.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/connect.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/creat.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/dup.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/dup2.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/execl.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/execle.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/exect.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/execv.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/execve.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/fchmod.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/fchown.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/fcntl.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/flock.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/fork.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/fstat.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/fsync.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/ftruncate.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getdtablesize.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getegid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/geteuid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getgid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getgroups.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/gethostid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/gethostname.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getitimer.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getpagesize.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getpeername.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getpgrp.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getpid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getppid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getpriority.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getrlimit.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getrusage.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getsockname.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getsockopt.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/gettimeofday.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/getuid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/ioctl.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/kill.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/killpg.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/link.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/listen.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/lseek.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/lstat.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/mkdir.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/mknod.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/mmap.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/mount.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/open.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/pipe.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/profil.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/ptrace.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/quota.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/read.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/readlink.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/readv.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/reboot.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/recv.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/recvfrom.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/recvmsg.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/rename.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/rmdir.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sbrk.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/select.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/send.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sendmsg.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sendto.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setgroups.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sethostid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sethostname.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setitimer.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setpgrp.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setpriority.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setquota.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setregid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setreuid.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setrlimit.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/setsockopt.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/settimeofday.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/shutdown.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sigblock.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sigpause.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sigreturn.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sigsetmask.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sigstack.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sigvec.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/socket.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/socketpair.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/stat.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/swapon.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/symlink.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/sync.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/syscall.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/truncate.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/umask.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/umount.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/unlink.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/utimes.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/vhangup.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/wait.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/wait3.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/write.s [new file with mode: 0644]
lib/libc4.3tahoe/tahoe/sys/writev.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/vax/DEFS.h [new file with mode: 0644]
lib/libc4.3tahoe/vax/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/crt0.c [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/gmon.c [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/gmon.ex [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/gmon.h [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/mon.c [new file with mode: 0644]
lib/libc4.3tahoe/vax/csu/mon.ex [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/Makefile [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/Ovadvise.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/Ovfork.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/SYS.h [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/_exit.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/accept.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/access.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/acct.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/adjtime.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/bind.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/brk.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/cerror.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/chdir.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/chmod.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/chown.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/chroot.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/close.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/connect.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/creat.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/dup.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/dup2.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/execl.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/execle.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/exect.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/execv.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/execve.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/fchmod.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/fchown.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/fcntl.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/flock.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/fork.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/fstat.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/fsync.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/ftruncate.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getdtablesize.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getegid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/geteuid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getgid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getgroups.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/gethostid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/gethostname.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getitimer.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getpagesize.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getpeername.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getpgrp.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getpid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getppid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getpriority.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getrlimit.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getrusage.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getsockname.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getsockopt.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/gettimeofday.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/getuid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/ioctl.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/kill.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/killpg.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/link.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/listen.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/lseek.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/lstat.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/mkdir.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/mknod.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/mount.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/open.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/pipe.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/profil.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/profiled/.MAP [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/ptrace.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/quota.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/read.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/readlink.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/readv.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/reboot.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/recv.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/recvfrom.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/recvmsg.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/rename.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/rmdir.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sbrk.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/select.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/send.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sendmsg.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sendto.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setgroups.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sethostid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sethostname.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setitimer.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setpgrp.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setpriority.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setquota.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setregid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setreuid.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setrlimit.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/setsockopt.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/settimeofday.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/shutdown.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sigblock.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/signal.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sigpause.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sigreturn.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sigsetmask.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sigstack.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sigvec.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/socket.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/socketpair.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/stat.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/swapon.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/symlink.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/sync.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/syscall.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/truncate.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/umask.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/umount.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/unlink.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/utimes.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/vhangup.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/wait.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/wait3.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/write.s [new file with mode: 0644]
lib/libc4.3tahoe/vax/sys/writev.s [new file with mode: 0644]
lib/libstdc/a.out.h
lib/libstdc/ar.h
lib/libstdc/arpa/ftp.h
lib/libstdc/arpa/inet.h
lib/libstdc/arpa/nameser.h
lib/libstdc/arpa/telnet.h
lib/libstdc/arpa/tftp.h
lib/libstdc/assert.h
lib/libstdc/compat-4.1.h [deleted file]
lib/libstdc/compat-4.1/ftime.c
lib/libstdc/compat-4.1/getpw.c
lib/libstdc/compat-4.1/gtty.c
lib/libstdc/compat-4.1/nice.c
lib/libstdc/compat-4.1/pause.c
lib/libstdc/compat-4.1/rand.c
lib/libstdc/compat-4.1/stty.c
lib/libstdc/compat-4.1/tell.c
lib/libstdc/compat-4.1/times.c
lib/libstdc/compat-4.1/utime.c
lib/libstdc/compat-4.1/vlimit.c
lib/libstdc/compat-4.1/vtimes.c
lib/libstdc/compat-sys5.h [deleted file]
lib/libstdc/compat-sys5/getopt.c
lib/libstdc/compat-sys5/memccpy.c
lib/libstdc/compat-sys5/memchr.c
lib/libstdc/compat-sys5/memcmp.c
lib/libstdc/compat-sys5/memcpy.c
lib/libstdc/compat-sys5/memset.c
lib/libstdc/compat-sys5/strcatn.c
lib/libstdc/compat-sys5/strchr.c
lib/libstdc/compat-sys5/strcmpn.c
lib/libstdc/compat-sys5/strcpyn.c
lib/libstdc/compat-sys5/strcspn.c
lib/libstdc/compat-sys5/strpbrk.c
lib/libstdc/compat-sys5/strrchr.c
lib/libstdc/compat-sys5/strspn.c
lib/libstdc/compat-sys5/strtok.c
lib/libstdc/compat-sys5/tmpnam.c
lib/libstdc/csu.h [deleted file]
lib/libstdc/csu/crt0.c
lib/libstdc/csu/gmon.c
lib/libstdc/csu/mon.c
lib/libstdc/ctype.h
lib/libstdc/disktab.h
lib/libstdc/errno.h [new symlink]
lib/libstdc/fcntl.h [new file with mode: 0644]
lib/libstdc/fstab.h
lib/libstdc/gen.h
lib/libstdc/gen/_setjmp.c
lib/libstdc/gen/abort.c
lib/libstdc/gen/abs.c
lib/libstdc/gen/alarm.c
lib/libstdc/gen/atof.c
lib/libstdc/gen/atoi.c
lib/libstdc/gen/atol.c
lib/libstdc/gen/bcmp.c
lib/libstdc/gen/bcopy.c
lib/libstdc/gen/bzero.c
lib/libstdc/gen/calloc.c
lib/libstdc/gen/closedir.c
lib/libstdc/gen/crypt.c
lib/libstdc/gen/ctime.c
lib/libstdc/gen/ctype_.c
lib/libstdc/gen/disktab.c
lib/libstdc/gen/ecvt.c
lib/libstdc/gen/errlst.c
lib/libstdc/gen/execvp.c
lib/libstdc/gen/fakcu.c
lib/libstdc/gen/ffs.c
lib/libstdc/gen/frexp.c
lib/libstdc/gen/fstab.c
lib/libstdc/gen/gcvt.c
lib/libstdc/gen/getenv.c
lib/libstdc/gen/getgrent.c
lib/libstdc/gen/getgrgid.c
lib/libstdc/gen/getgrnam.c
lib/libstdc/gen/getlogin.c
lib/libstdc/gen/getpass.c
lib/libstdc/gen/getpwent.c
lib/libstdc/gen/getpwnamuid.c
lib/libstdc/gen/getttyent.c
lib/libstdc/gen/getttynam.c
lib/libstdc/gen/getusershell.c
lib/libstdc/gen/getwd.c
lib/libstdc/gen/index.c
lib/libstdc/gen/initgroups.c
lib/libstdc/gen/insque.c
lib/libstdc/gen/isatty.c
lib/libstdc/gen/ldexp.c
lib/libstdc/gen/malloc.c
lib/libstdc/gen/mkstemp.c
lib/libstdc/gen/mktemp.c
lib/libstdc/gen/modf.c
lib/libstdc/gen/ndbm.c
lib/libstdc/gen/nlist.c
lib/libstdc/gen/opendir.c
lib/libstdc/gen/perror.c
lib/libstdc/gen/psignal.c
lib/libstdc/gen/qsort.c
lib/libstdc/gen/random.c
lib/libstdc/gen/readdir.c
lib/libstdc/gen/regex.c
lib/libstdc/gen/remque.c
lib/libstdc/gen/rindex.c
lib/libstdc/gen/scandir.c
lib/libstdc/gen/seekdir.c
lib/libstdc/gen/setegid.c
lib/libstdc/gen/seteuid.c
lib/libstdc/gen/setgid.c
lib/libstdc/gen/setjmp.c
lib/libstdc/gen/setjmperr.c
lib/libstdc/gen/setrgid.c
lib/libstdc/gen/setruid.c
lib/libstdc/gen/setuid.c
lib/libstdc/gen/siginterrupt.c
lib/libstdc/gen/siglist.c
lib/libstdc/gen/signal.c
lib/libstdc/gen/sleep.c
lib/libstdc/gen/strcat.c
lib/libstdc/gen/strcmp.c
lib/libstdc/gen/strcpy.c
lib/libstdc/gen/strlen.c
lib/libstdc/gen/strncat.c
lib/libstdc/gen/strncmp.c
lib/libstdc/gen/strncpy.c
lib/libstdc/gen/swab.c
lib/libstdc/gen/syslog.c
lib/libstdc/gen/system.c
lib/libstdc/gen/telldir.c
lib/libstdc/gen/time.c
lib/libstdc/gen/timezone.c
lib/libstdc/gen/ttyname.c
lib/libstdc/gen/ttyslot.c
lib/libstdc/gen/ualarm.c
lib/libstdc/gen/usleep.c
lib/libstdc/gen/valloc.c
lib/libstdc/grp.h
lib/libstdc/include.patch [deleted file]
lib/libstdc/inet.h [deleted file]
lib/libstdc/inet/inet_addr.c
lib/libstdc/inet/inet_lnaof.c
lib/libstdc/inet/inet_makeaddr.c
lib/libstdc/inet/inet_netof.c
lib/libstdc/inet/inet_network.c
lib/libstdc/inet/inet_ntoa.c
lib/libstdc/lastlog.h
lib/libstdc/libstdc.patch [new file with mode: 0644]
lib/libstdc/machine [deleted symlink]
lib/libstdc/math.h
lib/libstdc/memory.h
lib/libstdc/mp.h [new file with mode: 0644]
lib/libstdc/mtab.h
lib/libstdc/n.sh
lib/libstdc/ndbm.h
lib/libstdc/net.h
lib/libstdc/net/af.h
lib/libstdc/net/getnetbyaddr.c
lib/libstdc/net/getnetbyname.c
lib/libstdc/net/getnetent.c
lib/libstdc/net/getproto.c
lib/libstdc/net/getprotoent.c
lib/libstdc/net/getprotoname.c
lib/libstdc/net/getservbyname.c
lib/libstdc/net/getservbyport.c
lib/libstdc/net/getservent.c
lib/libstdc/net/hosttable/gethostent.c
lib/libstdc/net/hosttable/gethostnamadr.c
lib/libstdc/net/htonl.c
lib/libstdc/net/htons.c
lib/libstdc/net/if.h
lib/libstdc/net/if_arp.h
lib/libstdc/net/named/gethostnamadr.c
lib/libstdc/net/named/sethostent.c
lib/libstdc/net/netisr.h
lib/libstdc/net/ntohl.c
lib/libstdc/net/ntohs.c
lib/libstdc/net/raw_cb.h
lib/libstdc/net/rcmd.c
lib/libstdc/net/res_comp.c
lib/libstdc/net/res_debug.c
lib/libstdc/net/res_init.c
lib/libstdc/net/res_mkquery.c
lib/libstdc/net/res_send.c
lib/libstdc/net/rexec.c
lib/libstdc/net/route.h
lib/libstdc/net/ruserpass.c
lib/libstdc/netdb.h
lib/libstdc/netimp/if_imp.h
lib/libstdc/netimp/if_imphost.h
lib/libstdc/netinet/icmp_var.h
lib/libstdc/netinet/if_ether.h
lib/libstdc/netinet/in.h
lib/libstdc/netinet/in_pcb.h
lib/libstdc/netinet/in_systm.h
lib/libstdc/netinet/in_var.h
lib/libstdc/netinet/ip.h
lib/libstdc/netinet/ip_icmp.h
lib/libstdc/netinet/ip_var.h
lib/libstdc/netinet/tcp.h
lib/libstdc/netinet/tcp_debug.h
lib/libstdc/netinet/tcp_fsm.h
lib/libstdc/netinet/tcp_seq.h
lib/libstdc/netinet/tcp_timer.h
lib/libstdc/netinet/tcp_var.h
lib/libstdc/netinet/tcpip.h
lib/libstdc/netinet/udp.h
lib/libstdc/netinet/udp_var.h
lib/libstdc/netns/idp.h
lib/libstdc/netns/idp_var.h
lib/libstdc/netns/ns.h
lib/libstdc/netns/ns_error.h
lib/libstdc/netns/ns_if.h
lib/libstdc/netns/ns_pcb.h
lib/libstdc/netns/sp.h
lib/libstdc/netns/spidp.h
lib/libstdc/netns/spp_debug.h
lib/libstdc/netns/spp_var.h
lib/libstdc/nlist.h
lib/libstdc/ns.h [deleted file]
lib/libstdc/ns/ns_addr.c
lib/libstdc/ns/ns_ntoa.c
lib/libstdc/o.sh
lib/libstdc/p.sh [deleted file]
lib/libstdc/pcc.h
lib/libstdc/protocols/dumprestore.h
lib/libstdc/protocols/routed.h
lib/libstdc/protocols/rwhod.h
lib/libstdc/protocols/talkd.h
lib/libstdc/protocols/timed.h
lib/libstdc/pwd.h
lib/libstdc/ranlib.h
lib/libstdc/resolv.h
lib/libstdc/setjmp.h
lib/libstdc/sgtty.h
lib/libstdc/signal.h [new symlink]
lib/libstdc/stab.h
lib/libstdc/stdio.h
lib/libstdc/stdio.h.orig [deleted file]
lib/libstdc/stdio/clrerr.c
lib/libstdc/stdio/doprnt.c
lib/libstdc/stdio/doscan.c
lib/libstdc/stdio/exit.c
lib/libstdc/stdio/fdopen.c
lib/libstdc/stdio/fgetc.c
lib/libstdc/stdio/fgets.c
lib/libstdc/stdio/filbuf.c
lib/libstdc/stdio/findiop.c
lib/libstdc/stdio/flsbuf.c
lib/libstdc/stdio/fopen.c
lib/libstdc/stdio/fprintf.c
lib/libstdc/stdio/fputc.c
lib/libstdc/stdio/fputs.c
lib/libstdc/stdio/fread.c
lib/libstdc/stdio/freopen.c
lib/libstdc/stdio/fseek.c
lib/libstdc/stdio/ftell.c
lib/libstdc/stdio/fwrite.c
lib/libstdc/stdio/getchar.c
lib/libstdc/stdio/gets.c
lib/libstdc/stdio/getw.c
lib/libstdc/stdio/popen.c [moved from lib/libstdc/gen/popen.c with 85% similarity]
lib/libstdc/stdio/printf.c
lib/libstdc/stdio/putchar.c
lib/libstdc/stdio/puts.c
lib/libstdc/stdio/putw.c
lib/libstdc/stdio/rew.c
lib/libstdc/stdio/scanf.c
lib/libstdc/stdio/setbuf.c
lib/libstdc/stdio/setbuffer.c
lib/libstdc/stdio/sibuf.c
lib/libstdc/stdio/sobuf.c
lib/libstdc/stdio/sprintf.c
lib/libstdc/stdio/strout.c
lib/libstdc/stdio/ungetc.c
lib/libstdc/stdio/vfprintf.c
lib/libstdc/stdio/vprintf.c
lib/libstdc/stdio/vsprintf.c
lib/libstdc/string.h
lib/libstdc/strings.h
lib/libstdc/struct.h
lib/libstdc/sys.h [deleted file]
lib/libstdc/sys/_exit.c
lib/libstdc/sys/accept.c
lib/libstdc/sys/access.c
lib/libstdc/sys/acct.c
lib/libstdc/sys/acct.h
lib/libstdc/sys/adjtime.c
lib/libstdc/sys/bind.c
lib/libstdc/sys/bkmac.h
lib/libstdc/sys/brk.c
lib/libstdc/sys/buf.h
lib/libstdc/sys/callout.h
lib/libstdc/sys/chdir.c
lib/libstdc/sys/chmod.c
lib/libstdc/sys/chown.c
lib/libstdc/sys/chroot.c
lib/libstdc/sys/clist.h
lib/libstdc/sys/close.c
lib/libstdc/sys/cmap.h
lib/libstdc/sys/conf.h
lib/libstdc/sys/connect.c
lib/libstdc/sys/creat.c
lib/libstdc/sys/dir.h
lib/libstdc/sys/dk.h
lib/libstdc/sys/dkbad.h
lib/libstdc/sys/dmap.h
lib/libstdc/sys/domain.h
lib/libstdc/sys/dup.c
lib/libstdc/sys/dup2.c
lib/libstdc/sys/errno.h
lib/libstdc/sys/exec.h
lib/libstdc/sys/execl.c
lib/libstdc/sys/execle.c
lib/libstdc/sys/exect.c
lib/libstdc/sys/execv.c
lib/libstdc/sys/execve.c
lib/libstdc/sys/fchmod.c
lib/libstdc/sys/fchown.c
lib/libstdc/sys/fcntl.c
lib/libstdc/sys/file.h
lib/libstdc/sys/flock.c
lib/libstdc/sys/fork.c
lib/libstdc/sys/fs.h
lib/libstdc/sys/fstat.c
lib/libstdc/sys/fsync.c
lib/libstdc/sys/ftruncate.c
lib/libstdc/sys/getdtablesize.c
lib/libstdc/sys/getegid.c
lib/libstdc/sys/geteuid.c
lib/libstdc/sys/getgid.c
lib/libstdc/sys/getgroups.c
lib/libstdc/sys/gethostid.c
lib/libstdc/sys/gethostname.c
lib/libstdc/sys/getitimer.c
lib/libstdc/sys/getpagesize.c
lib/libstdc/sys/getpeername.c
lib/libstdc/sys/getpgrp.c
lib/libstdc/sys/getpid.c
lib/libstdc/sys/getppid.c
lib/libstdc/sys/getpriority.c
lib/libstdc/sys/getrlimit.c
lib/libstdc/sys/getrusage.c
lib/libstdc/sys/getsockname.c
lib/libstdc/sys/getsockopt.c
lib/libstdc/sys/gettimeofday.c
lib/libstdc/sys/getuid.c
lib/libstdc/sys/gprof.h
lib/libstdc/sys/inode.h
lib/libstdc/sys/ioctl.c
lib/libstdc/sys/ioctl.h
lib/libstdc/sys/kernel.h
lib/libstdc/sys/kill.c
lib/libstdc/sys/killpg.c
lib/libstdc/sys/link.c
lib/libstdc/sys/listen.c
lib/libstdc/sys/lseek.c
lib/libstdc/sys/lstat.c
lib/libstdc/sys/map.h
lib/libstdc/sys/mbuf.h
lib/libstdc/sys/mkdir.c
lib/libstdc/sys/mknod.c
lib/libstdc/sys/mman.h
lib/libstdc/sys/mount.c
lib/libstdc/sys/mount.h
lib/libstdc/sys/msgbuf.h
lib/libstdc/sys/mtio.h
lib/libstdc/sys/namei.h
lib/libstdc/sys/open.c
lib/libstdc/sys/param.h
lib/libstdc/sys/pipe.c
lib/libstdc/sys/proc.h
lib/libstdc/sys/profil.c
lib/libstdc/sys/protosw.h
lib/libstdc/sys/ptrace.c
lib/libstdc/sys/ptrace.h
lib/libstdc/sys/quota.c
lib/libstdc/sys/quota.h
lib/libstdc/sys/read.c
lib/libstdc/sys/readlink.c
lib/libstdc/sys/readv.c
lib/libstdc/sys/reboot.c
lib/libstdc/sys/reboot.h
lib/libstdc/sys/recv.c
lib/libstdc/sys/recvfrom.c
lib/libstdc/sys/recvmsg.c
lib/libstdc/sys/rename.c
lib/libstdc/sys/resource.h
lib/libstdc/sys/rmdir.c
lib/libstdc/sys/sbrk.c
lib/libstdc/sys/seg.h
lib/libstdc/sys/select.c
lib/libstdc/sys/select.h
lib/libstdc/sys/send.c
lib/libstdc/sys/sendmsg.c
lib/libstdc/sys/sendto.c
lib/libstdc/sys/setgroups.c
lib/libstdc/sys/sethostid.c
lib/libstdc/sys/sethostname.c
lib/libstdc/sys/setitimer.c
lib/libstdc/sys/setpgrp.c
lib/libstdc/sys/setpriority.c
lib/libstdc/sys/setquota.c
lib/libstdc/sys/setregid.c
lib/libstdc/sys/setreuid.c
lib/libstdc/sys/setrlimit.c
lib/libstdc/sys/setsockopt.c
lib/libstdc/sys/settimeofday.c
lib/libstdc/sys/shutdown.c
lib/libstdc/sys/sigblock.c
lib/libstdc/sys/signal.h
lib/libstdc/sys/sigpause.c
lib/libstdc/sys/sigreturn.c
lib/libstdc/sys/sigsetmask.c
lib/libstdc/sys/sigstack.c
lib/libstdc/sys/sigvec.c
lib/libstdc/sys/socket.c
lib/libstdc/sys/socket.h
lib/libstdc/sys/socketpair.c
lib/libstdc/sys/socketvar.h
lib/libstdc/sys/stat.c
lib/libstdc/sys/stat.h
lib/libstdc/sys/swapon.c
lib/libstdc/sys/symlink.c
lib/libstdc/sys/sync.c
lib/libstdc/sys/syslog.h
lib/libstdc/sys/systm.h
lib/libstdc/sys/tablet.h
lib/libstdc/sys/text.h
lib/libstdc/sys/time.h
lib/libstdc/sys/timeb.h
lib/libstdc/sys/times.h
lib/libstdc/sys/trace.h
lib/libstdc/sys/truncate.c
lib/libstdc/sys/tty.h
lib/libstdc/sys/ttychars.h
lib/libstdc/sys/ttydev.h
lib/libstdc/sys/types.h
lib/libstdc/sys/uio.h
lib/libstdc/sys/umask.c
lib/libstdc/sys/umount.c
lib/libstdc/sys/un.h
lib/libstdc/sys/unlink.c
lib/libstdc/sys/unpcb.h
lib/libstdc/sys/user.h
lib/libstdc/sys/utimes.c
lib/libstdc/sys/vadvise.h
lib/libstdc/sys/vcmd.h
lib/libstdc/sys/vhangup.c
lib/libstdc/sys/vlimit.h
lib/libstdc/sys/vm.h
lib/libstdc/sys/vmmac.h
lib/libstdc/sys/vmmeter.h
lib/libstdc/sys/vmparam.h
lib/libstdc/sys/vmsystm.h
lib/libstdc/sys/vsio.h
lib/libstdc/sys/vtimes.h
lib/libstdc/sys/wait.c
lib/libstdc/sys/wait.h
lib/libstdc/sys/wait3.c
lib/libstdc/sys/write.c
lib/libstdc/sys/writev.c
lib/libstdc/sys_h.patch [deleted file]
lib/libstdc/sys_netinet.patch [deleted file]
lib/libstdc/sys_netns.patch [deleted file]
lib/libstdc/sys_vax.patch [deleted file]
lib/libstdc/syscall.h
lib/libstdc/sysexits.h
lib/libstdc/syslog.h [new symlink]
lib/libstdc/time.h
lib/libstdc/ttyent.h
lib/libstdc/unported.txt [new file with mode: 0644]
lib/libstdc/utmp.h
lib/libstdc/varargs.h
lib/libstdc/vax/clock.h
lib/libstdc/vax/cons.h
lib/libstdc/vax/cpu.h
lib/libstdc/vax/crl.h
lib/libstdc/vax/dkio.h
lib/libstdc/vax/flp.h
lib/libstdc/vax/frame.h
lib/libstdc/vax/inline/inline.h
lib/libstdc/vax/ioa.h
lib/libstdc/vax/ka630.h
lib/libstdc/vax/machparam.h
lib/libstdc/vax/mem.h
lib/libstdc/vax/mscp.h
lib/libstdc/vax/mtpr.h
lib/libstdc/vax/nexus.h
lib/libstdc/vax/pcb.h
lib/libstdc/vax/psl.h
lib/libstdc/vax/pte.h
lib/libstdc/vax/reg.h
lib/libstdc/vax/rpb.h
lib/libstdc/vax/rsp.h
lib/libstdc/vax/scb.h
lib/libstdc/vax/tmscp.h
lib/libstdc/vax/trap.h
lib/libstdc/vax/vmparam.h
lib/libstdc/vaxif/if_accreg.h
lib/libstdc/vaxif/if_cssreg.h
lib/libstdc/vaxif/if_ddnreg.h
lib/libstdc/vaxif/if_ddnvar.h
lib/libstdc/vaxif/if_dereg.h
lib/libstdc/vaxif/if_dmc.h
lib/libstdc/vaxif/if_ecreg.h
lib/libstdc/vaxif/if_en.h
lib/libstdc/vaxif/if_enreg.h
lib/libstdc/vaxif/if_exreg.h
lib/libstdc/vaxif/if_hdhreg.h
lib/libstdc/vaxif/if_hy.h
lib/libstdc/vaxif/if_hyreg.h
lib/libstdc/vaxif/if_il.h
lib/libstdc/vaxif/if_ilreg.h
lib/libstdc/vaxif/if_ix.h
lib/libstdc/vaxif/if_pclreg.h
lib/libstdc/vaxif/if_qereg.h
lib/libstdc/vaxif/if_uba.h
lib/libstdc/vaxif/if_vv.h
lib/libstdc/vaxmba/hpreg.h
lib/libstdc/vaxmba/htreg.h
lib/libstdc/vaxmba/mbareg.h
lib/libstdc/vaxmba/mbavar.h
lib/libstdc/vaxmba/mtreg.h
lib/libstdc/vaxuba/adreg.h
lib/libstdc/vaxuba/dhreg.h
lib/libstdc/vaxuba/dhureg.h
lib/libstdc/vaxuba/dmfreg.h
lib/libstdc/vaxuba/dmreg.h
lib/libstdc/vaxuba/dmzreg.h
lib/libstdc/vaxuba/dzreg.h
lib/libstdc/vaxuba/idcreg.h
lib/libstdc/vaxuba/ikreg.h
lib/libstdc/vaxuba/npreg.h
lib/libstdc/vaxuba/pdma.h
lib/libstdc/vaxuba/psreg.h
lib/libstdc/vaxuba/rkreg.h
lib/libstdc/vaxuba/rlreg.h
lib/libstdc/vaxuba/rxreg.h
lib/libstdc/vaxuba/tmreg.h
lib/libstdc/vaxuba/tmscpreg.h
lib/libstdc/vaxuba/tsreg.h
lib/libstdc/vaxuba/ubareg.h
lib/libstdc/vaxuba/ubavar.h
lib/libstdc/vaxuba/udareg.h
lib/libstdc/vaxuba/upreg.h
lib/libstdc/vaxuba/utreg.h
lib/libstdc/vaxuba/uureg.h
lib/libstdc/vaxuba/vpreg.h
lib/libstdc/vaxuba/vsreg.h
lib/libstdc/vfont.h