Initial revision
authorceriel <none@none>
Thu, 8 Jan 1987 10:41:08 +0000 (10:41 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 10:41:08 +0000 (10:41 +0000)
commitc2805a25bdf2cfd31eb4b48fc17de8b77bcbb535
tree5448e36c2ae80fae7353809227c80a68b1675dbf
parent037c2426ab0e68b277c5b39176de36a847f72064
Initial revision
54 files changed:
mach/i86/libsys/LIST [new file with mode: 0644]
mach/i86/libsys/Makefile [new file with mode: 0644]
mach/i86/libsys/_exit.s [new file with mode: 0644]
mach/i86/libsys/abort.s [new file with mode: 0644]
mach/i86/libsys/access.s [new file with mode: 0644]
mach/i86/libsys/alarm.s [new file with mode: 0644]
mach/i86/libsys/brk.s [new file with mode: 0644]
mach/i86/libsys/cerror.s [new file with mode: 0644]
mach/i86/libsys/chdir.s [new file with mode: 0644]
mach/i86/libsys/chmod.s [new file with mode: 0644]
mach/i86/libsys/chown.s [new file with mode: 0644]
mach/i86/libsys/cleanup.s [new file with mode: 0644]
mach/i86/libsys/close.s [new file with mode: 0644]
mach/i86/libsys/compmodule [new file with mode: 0755]
mach/i86/libsys/creat.s [new file with mode: 0644]
mach/i86/libsys/dup.s [new file with mode: 0644]
mach/i86/libsys/error.s [new file with mode: 0644]
mach/i86/libsys/exece.s [new file with mode: 0644]
mach/i86/libsys/execl.s [new file with mode: 0644]
mach/i86/libsys/execle.s [new file with mode: 0644]
mach/i86/libsys/execv.s [new file with mode: 0644]
mach/i86/libsys/execve.s [new file with mode: 0644]
mach/i86/libsys/exit.s [new file with mode: 0644]
mach/i86/libsys/fork.s [new file with mode: 0644]
mach/i86/libsys/fstat.s [new file with mode: 0644]
mach/i86/libsys/ftime.s [new file with mode: 0644]
mach/i86/libsys/getgid.s [new file with mode: 0644]
mach/i86/libsys/getpid.s [new file with mode: 0644]
mach/i86/libsys/getuid.s [new file with mode: 0644]
mach/i86/libsys/gtty.s [new file with mode: 0644]
mach/i86/libsys/ioctl.s [new file with mode: 0644]
mach/i86/libsys/kill.s [new file with mode: 0644]
mach/i86/libsys/link.s [new file with mode: 0644]
mach/i86/libsys/lseek.s [new file with mode: 0644]
mach/i86/libsys/mknod.s [new file with mode: 0644]
mach/i86/libsys/mount.s [new file with mode: 0644]
mach/i86/libsys/nice.s [new file with mode: 0644]
mach/i86/libsys/open.s [new file with mode: 0644]
mach/i86/libsys/pause.s [new file with mode: 0644]
mach/i86/libsys/pipe.s [new file with mode: 0644]
mach/i86/libsys/profil.s [new file with mode: 0644]
mach/i86/libsys/read.s [new file with mode: 0644]
mach/i86/libsys/sbrk.s [new file with mode: 0644]
mach/i86/libsys/setgid.s [new file with mode: 0644]
mach/i86/libsys/setuid.s [new file with mode: 0644]
mach/i86/libsys/signal.s [new file with mode: 0644]
mach/i86/libsys/stat.s [new file with mode: 0644]
mach/i86/libsys/stty.s [new file with mode: 0644]
mach/i86/libsys/sync.s [new file with mode: 0644]
mach/i86/libsys/time.s [new file with mode: 0644]
mach/i86/libsys/umount.s [new file with mode: 0644]
mach/i86/libsys/unlink.s [new file with mode: 0644]
mach/i86/libsys/wait.s [new file with mode: 0644]
mach/i86/libsys/write.s [new file with mode: 0644]