Permanently apply syscall stubs and pre.patch changes to various directories
authorNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 02:14:55 +0000 (13:14 +1100)
committerNick Downing <downing.nick@gmail.com>
Mon, 23 Jan 2017 02:14:55 +0000 (13:14 +1100)
commit7ad5bc76545bbea8b338315cab9622ac4ef6b73c
tree437e7a03129bc48fe3c3704de2664452670a2ac4
parentc1b8aeece5e4d2a413fc4140706230a8652b60dd
Permanently apply syscall stubs and pre.patch changes to various directories
218 files changed:
.gitignore
include/curses.h [deleted symlink]
include/fcntl.h [deleted file]
include/gen.h [new file with mode: 0644]
include/mp.h [deleted file]
include/net.h [new file with mode: 0644]
include/nlist.h [deleted file]
include/stdio.h
lib/libc/compat-4.1/Makefile
lib/libc/compat-4.1/ftime.c
lib/libc/compat-4.1/gtty.c
lib/libc/compat-4.1/stty.c
lib/libc/compat-4.1/times.c
lib/libc/compat-4.1/vtimes.c
lib/libc/compat-sys5/Makefile
lib/libc/compat-sys5/memccpy.c
lib/libc/compat-sys5/memchr.c
lib/libc/compat-sys5/memcmp.c
lib/libc/compat-sys5/memcpy.c
lib/libc/compat-sys5/memset.c
lib/libc/gen/Makefile
lib/libc/gen/_setjmp.c [new file with mode: 0644]
lib/libc/gen/abs.c [new file with mode: 0644]
lib/libc/gen/atof.c [new file with mode: 0644]
lib/libc/gen/bcmp.c [new file with mode: 0644]
lib/libc/gen/bcopy.c [new file with mode: 0644]
lib/libc/gen/bzero.c [new file with mode: 0644]
lib/libc/gen/calloc.c
lib/libc/gen/disktab.c [new file with mode: 0644]
lib/libc/gen/ecvt.c [new file with mode: 0644]
lib/libc/gen/fakcu.c
lib/libc/gen/ffs.c [new file with mode: 0644]
lib/libc/gen/getpass.c
lib/libc/gen/getusershell.c
lib/libc/gen/insque.c [new file with mode: 0644]
lib/libc/gen/ldexp.c [new file with mode: 0644]
lib/libc/gen/malloc.c
lib/libc/gen/modf.c [new file with mode: 0644]
lib/libc/gen/ndbm.c
lib/libc/gen/perror.c
lib/libc/gen/qsort.c
lib/libc/gen/random.c
lib/libc/gen/regex.c
lib/libc/gen/remque.c [new file with mode: 0644]
lib/libc/gen/setjmp.c [new file with mode: 0644]
lib/libc/gen/setjmperr.c [new file with mode: 0644]
lib/libc/gen/signal.c
lib/libc/gen/sleep.c
lib/libc/gen/syslog.c
lib/libc/gen/system.c
lib/libc/gen/usleep.c
lib/libc/gen/valloc.c
lib/libc/inet/Makefile
lib/libc/net/Makefile
lib/libc/net/hosttable/Makefile
lib/libc/net/htonl.c [new file with mode: 0644]
lib/libc/net/htons.c [new file with mode: 0644]
lib/libc/net/named/Makefile
lib/libc/net/ntohl.c [new file with mode: 0644]
lib/libc/net/ntohs.c [new file with mode: 0644]
lib/libc/net/rcmd.c
lib/libc/net/res_debug.c
lib/libc/net/res_mkquery.c
lib/libc/net/res_send.c
lib/libc/net/rexec.c
lib/libc/net/ruserpass.c
lib/libc/ns/Makefile
lib/libc/ns/ns_addr.c
lib/libc/stdio/Makefile
lib/libc/stdio/doprnt.c [new file with mode: 0644]
lib/libc/stdio/doscan.c
lib/libc/stdio/findiop.c
lib/libc/stdio/fprintf.c
lib/libc/stdio/fread.c
lib/libc/stdio/fwrite.c
lib/libc/stdio/popen.c [moved from lib/libc/gen/popen.c with 96% similarity]
lib/libc/stdio/printf.c
lib/libc/stdio/scanf.c
lib/libc/stdio/setbuffer.c
lib/libc/stdio/sprintf.c
lib/libc/stdio/vfprintf.c [new file with mode: 0644]
lib/libc/stdio/vprintf.c [new file with mode: 0644]
lib/libc/stdio/vsprintf.c [new file with mode: 0644]
lib/libc/sys/Makefile [new file with mode: 0644]
lib/libc/sys/_exit.c [new file with mode: 0644]
lib/libc/sys/accept.c [new file with mode: 0644]
lib/libc/sys/access.c [new file with mode: 0644]
lib/libc/sys/acct.c [new file with mode: 0644]
lib/libc/sys/adjtime.c [new file with mode: 0644]
lib/libc/sys/bind.c [new file with mode: 0644]
lib/libc/sys/brk.c [new file with mode: 0644]
lib/libc/sys/chdir.c [new file with mode: 0644]
lib/libc/sys/chmod.c [new file with mode: 0644]
lib/libc/sys/chown.c [new file with mode: 0644]
lib/libc/sys/chroot.c [new file with mode: 0644]
lib/libc/sys/close.c [new file with mode: 0644]
lib/libc/sys/connect.c [new file with mode: 0644]
lib/libc/sys/creat.c [new file with mode: 0644]
lib/libc/sys/dup.c [new file with mode: 0644]
lib/libc/sys/dup2.c [new file with mode: 0644]
lib/libc/sys/execl.c [new file with mode: 0644]
lib/libc/sys/execle.c [new file with mode: 0644]
lib/libc/sys/exect.c [new file with mode: 0644]
lib/libc/sys/execv.c [new file with mode: 0644]
lib/libc/sys/execve.c [new file with mode: 0644]
lib/libc/sys/fchmod.c [new file with mode: 0644]
lib/libc/sys/fchown.c [new file with mode: 0644]
lib/libc/sys/fcntl.c [new file with mode: 0644]
lib/libc/sys/flock.c [new file with mode: 0644]
lib/libc/sys/fork.c [new file with mode: 0644]
lib/libc/sys/fstat.c [new file with mode: 0644]
lib/libc/sys/fsync.c [new file with mode: 0644]
lib/libc/sys/ftruncate.c [new file with mode: 0644]
lib/libc/sys/getdtablesize.c [new file with mode: 0644]
lib/libc/sys/getegid.c [new file with mode: 0644]
lib/libc/sys/geteuid.c [new file with mode: 0644]
lib/libc/sys/getgid.c [new file with mode: 0644]
lib/libc/sys/getgroups.c [new file with mode: 0644]
lib/libc/sys/gethostid.c [new file with mode: 0644]
lib/libc/sys/gethostname.c [new file with mode: 0644]
lib/libc/sys/getitimer.c [new file with mode: 0644]
lib/libc/sys/getpagesize.c [new file with mode: 0644]
lib/libc/sys/getpeername.c [new file with mode: 0644]
lib/libc/sys/getpgrp.c [new file with mode: 0644]
lib/libc/sys/getpid.c [new file with mode: 0644]
lib/libc/sys/getppid.c [new file with mode: 0644]
lib/libc/sys/getpriority.c [new file with mode: 0644]
lib/libc/sys/getrlimit.c [new file with mode: 0644]
lib/libc/sys/getrusage.c [new file with mode: 0644]
lib/libc/sys/getsockname.c [new file with mode: 0644]
lib/libc/sys/getsockopt.c [new file with mode: 0644]
lib/libc/sys/gettimeofday.c [new file with mode: 0644]
lib/libc/sys/getuid.c [new file with mode: 0644]
lib/libc/sys/ioctl.c [new file with mode: 0644]
lib/libc/sys/isatty.c [moved from lib/libc/gen/isatty.c with 85% similarity]
lib/libc/sys/kill.c [new file with mode: 0644]
lib/libc/sys/killpg.c [new file with mode: 0644]
lib/libc/sys/link.c [new file with mode: 0644]
lib/libc/sys/listen.c [new file with mode: 0644]
lib/libc/sys/lseek.c [new file with mode: 0644]
lib/libc/sys/lstat.c [new file with mode: 0644]
lib/libc/sys/mkdir.c [new file with mode: 0644]
lib/libc/sys/mknod.c [new file with mode: 0644]
lib/libc/sys/mount.c [new file with mode: 0644]
lib/libc/sys/open.c [new file with mode: 0644]
lib/libc/sys/pipe.c [new file with mode: 0644]
lib/libc/sys/profil.c [new file with mode: 0644]
lib/libc/sys/ptrace.c [new file with mode: 0644]
lib/libc/sys/quota.c [new file with mode: 0644]
lib/libc/sys/read.c [new file with mode: 0644]
lib/libc/sys/readlink.c [new file with mode: 0644]
lib/libc/sys/readv.c [new file with mode: 0644]
lib/libc/sys/reboot.c [new file with mode: 0644]
lib/libc/sys/recv.c [new file with mode: 0644]
lib/libc/sys/recvfrom.c [new file with mode: 0644]
lib/libc/sys/recvmsg.c [new file with mode: 0644]
lib/libc/sys/rename.c [new file with mode: 0644]
lib/libc/sys/rmdir.c [new file with mode: 0644]
lib/libc/sys/sbrk.c [new file with mode: 0644]
lib/libc/sys/select.c [new file with mode: 0644]
lib/libc/sys/send.c [new file with mode: 0644]
lib/libc/sys/sendmsg.c [new file with mode: 0644]
lib/libc/sys/sendto.c [new file with mode: 0644]
lib/libc/sys/setgroups.c [new file with mode: 0644]
lib/libc/sys/sethostid.c [new file with mode: 0644]
lib/libc/sys/sethostname.c [new file with mode: 0644]
lib/libc/sys/setitimer.c [new file with mode: 0644]
lib/libc/sys/setpgrp.c [new file with mode: 0644]
lib/libc/sys/setpriority.c [new file with mode: 0644]
lib/libc/sys/setquota.c [new file with mode: 0644]
lib/libc/sys/setregid.c [new file with mode: 0644]
lib/libc/sys/setreuid.c [new file with mode: 0644]
lib/libc/sys/setrlimit.c [new file with mode: 0644]
lib/libc/sys/setsockopt.c [new file with mode: 0644]
lib/libc/sys/settimeofday.c [new file with mode: 0644]
lib/libc/sys/shutdown.c [new file with mode: 0644]
lib/libc/sys/sigblock.c [new file with mode: 0644]
lib/libc/sys/sigpause.c [new file with mode: 0644]
lib/libc/sys/sigreturn.c [new file with mode: 0644]
lib/libc/sys/sigsetmask.c [new file with mode: 0644]
lib/libc/sys/sigstack.c [new file with mode: 0644]
lib/libc/sys/sigvec.c [new file with mode: 0644]
lib/libc/sys/socket.c [new file with mode: 0644]
lib/libc/sys/socketpair.c [new file with mode: 0644]
lib/libc/sys/stat.c [new file with mode: 0644]
lib/libc/sys/swapon.c [new file with mode: 0644]
lib/libc/sys/symlink.c [new file with mode: 0644]
lib/libc/sys/sync.c [new file with mode: 0644]
lib/libc/sys/truncate.c [new file with mode: 0644]
lib/libc/sys/umask.c [new file with mode: 0644]
lib/libc/sys/umount.c [new file with mode: 0644]
lib/libc/sys/unlink.c [new file with mode: 0644]
lib/libc/sys/utimes.c [new file with mode: 0644]
lib/libc/sys/vfork.c [new file with mode: 0644]
lib/libc/sys/vhangup.c [new file with mode: 0644]
lib/libc/sys/vopen.c [new file with mode: 0644]
lib/libc/sys/wait.c [new file with mode: 0644]
lib/libc/sys/wait3.c [new file with mode: 0644]
lib/libc/sys/write.c [new file with mode: 0644]
lib/libc/sys/writev.c [new file with mode: 0644]
lib/libx_c/mkprepatch.sh [deleted file]
lib/libx_c/n.sh
lib/libx_c/o.sh
lib/libx_c/pre.patch [deleted file]
sys/h/dir.h
sys/h/errno.h
sys/h/param.h
sys/h/proc.h
sys/h/select.h [new file with mode: 0644]
sys/h/signal.h
sys/h/tty.h
sys/h/types.h
sys/h/vmmac.h
sys/netinet/in.h
sys/netinet/ip.h
sys/netinet/tcp.h
sys/netns/ns.h
sys/vax/vmparam.h