initial version
authorceriel <none@none>
Tue, 10 Oct 1989 11:40:55 +0000 (11:40 +0000)
committerceriel <none@none>
Tue, 10 Oct 1989 11:40:55 +0000 (11:40 +0000)
commit48252cc673b73dc3d9df1b104ce48b09f0d67573
tree4b70b52bce0fb21c7a1f1239fc3f76f7b2909591
parent010bade227e3499165397413c64d42f4cb761aec
initial version
74 files changed:
mach/i386/libsys/.distr [new file with mode: 0644]
mach/i386/libsys/LIST [new file with mode: 0644]
mach/i386/libsys/Makefile [new file with mode: 0644]
mach/i386/libsys/TODO [new file with mode: 0644]
mach/i386/libsys/_exit.s [new file with mode: 0644]
mach/i386/libsys/_pipe.s [new file with mode: 0644]
mach/i386/libsys/_profil.s [new file with mode: 0644]
mach/i386/libsys/_stime.s [new file with mode: 0644]
mach/i386/libsys/_time.s [new file with mode: 0644]
mach/i386/libsys/_wait.s [new file with mode: 0644]
mach/i386/libsys/access.s [new file with mode: 0644]
mach/i386/libsys/acct.s [new file with mode: 0644]
mach/i386/libsys/alarm.s [new file with mode: 0644]
mach/i386/libsys/brk.s [new file with mode: 0644]
mach/i386/libsys/chdir.s [new file with mode: 0644]
mach/i386/libsys/chmod.s [new file with mode: 0644]
mach/i386/libsys/chown.s [new file with mode: 0644]
mach/i386/libsys/chroot.s [new file with mode: 0644]
mach/i386/libsys/cleanup.c [new file with mode: 0644]
mach/i386/libsys/close.s [new file with mode: 0644]
mach/i386/libsys/compmodule [new file with mode: 0755]
mach/i386/libsys/creat.s [new file with mode: 0644]
mach/i386/libsys/dup.c [new file with mode: 0644]
mach/i386/libsys/dup2.c [new file with mode: 0644]
mach/i386/libsys/execl.c [new file with mode: 0644]
mach/i386/libsys/execle.c [new file with mode: 0644]
mach/i386/libsys/execv.c [new file with mode: 0644]
mach/i386/libsys/execve.s [new file with mode: 0644]
mach/i386/libsys/exit.c [new file with mode: 0644]
mach/i386/libsys/fcntl.s [new file with mode: 0644]
mach/i386/libsys/fork.s [new file with mode: 0644]
mach/i386/libsys/fstat.s [new file with mode: 0644]
mach/i386/libsys/ftime.s [new file with mode: 0644]
mach/i386/libsys/getegid.s [new file with mode: 0644]
mach/i386/libsys/geteuid.s [new file with mode: 0644]
mach/i386/libsys/getgid.s [new file with mode: 0644]
mach/i386/libsys/getpgrp.s [new file with mode: 0644]
mach/i386/libsys/getpid.s [new file with mode: 0644]
mach/i386/libsys/getppid.s [new file with mode: 0644]
mach/i386/libsys/getuid.s [new file with mode: 0644]
mach/i386/libsys/gtty.c [new file with mode: 0644]
mach/i386/libsys/head_em.s [new file with mode: 0644]
mach/i386/libsys/ioctl.s [new file with mode: 0644]
mach/i386/libsys/kill.s [new file with mode: 0644]
mach/i386/libsys/link.s [new file with mode: 0644]
mach/i386/libsys/lseek.s [new file with mode: 0644]
mach/i386/libsys/mknod.s [new file with mode: 0644]
mach/i386/libsys/mount.s [new file with mode: 0644]
mach/i386/libsys/nice.s [new file with mode: 0644]
mach/i386/libsys/open.s [new file with mode: 0644]
mach/i386/libsys/pause.s [new file with mode: 0644]
mach/i386/libsys/pipe.c [new file with mode: 0644]
mach/i386/libsys/profil.c [new file with mode: 0644]
mach/i386/libsys/read.s [new file with mode: 0644]
mach/i386/libsys/sbrk.s [new file with mode: 0644]
mach/i386/libsys/setgid.s [new file with mode: 0644]
mach/i386/libsys/setuid.s [new file with mode: 0644]
mach/i386/libsys/signal.s [new file with mode: 0644]
mach/i386/libsys/stat.s [new file with mode: 0644]
mach/i386/libsys/stime.c [new file with mode: 0644]
mach/i386/libsys/stty.c [new file with mode: 0644]
mach/i386/libsys/sync.s [new file with mode: 0644]
mach/i386/libsys/sys.s [new file with mode: 0644]
mach/i386/libsys/time.c [new file with mode: 0644]
mach/i386/libsys/times.s [new file with mode: 0644]
mach/i386/libsys/ulimit.s [new file with mode: 0644]
mach/i386/libsys/umask.s [new file with mode: 0644]
mach/i386/libsys/umount.s [new file with mode: 0644]
mach/i386/libsys/uname.s [new file with mode: 0644]
mach/i386/libsys/unlink.s [new file with mode: 0644]
mach/i386/libsys/utime.s [new file with mode: 0644]
mach/i386/libsys/wait.c [new file with mode: 0644]
mach/i386/libsys/write.s [new file with mode: 0644]
mach/i386/libsys/xdup.s [new file with mode: 0644]