Initial revision
authorceriel <none@none>
Mon, 2 Feb 1987 10:25:38 +0000 (10:25 +0000)
committerceriel <none@none>
Mon, 2 Feb 1987 10:25:38 +0000 (10:25 +0000)
commite024792e6876665a7ab780b93e8e5e0c2a6c9cdc
tree97553b3da857d467d35a3e228d34134e576c193d
parente41a2618f84f6cceedd30d0e06b4878c52beb9b6
Initial revision
67 files changed:
lib/mantra/descr [new file with mode: 0644]
mach/mantra/libsys/LIST [new file with mode: 0644]
mach/mantra/libsys/Makefile [new file with mode: 0644]
mach/mantra/libsys/_exit.s [new file with mode: 0644]
mach/mantra/libsys/access.s [new file with mode: 0644]
mach/mantra/libsys/acct.s [new file with mode: 0644]
mach/mantra/libsys/alarm.s [new file with mode: 0644]
mach/mantra/libsys/brk.s [new file with mode: 0644]
mach/mantra/libsys/call.s [new file with mode: 0644]
mach/mantra/libsys/chdir.s [new file with mode: 0644]
mach/mantra/libsys/chmod.s [new file with mode: 0644]
mach/mantra/libsys/chown.s [new file with mode: 0644]
mach/mantra/libsys/chroot.s [new file with mode: 0644]
mach/mantra/libsys/cleanup.s [new file with mode: 0644]
mach/mantra/libsys/close.s [new file with mode: 0644]
mach/mantra/libsys/creat.s [new file with mode: 0644]
mach/mantra/libsys/dup.s [new file with mode: 0644]
mach/mantra/libsys/dup2.s [new file with mode: 0644]
mach/mantra/libsys/errno.s [new file with mode: 0644]
mach/mantra/libsys/execl.s [new file with mode: 0644]
mach/mantra/libsys/execle.s [new file with mode: 0644]
mach/mantra/libsys/execv.s [new file with mode: 0644]
mach/mantra/libsys/execve.s [new file with mode: 0644]
mach/mantra/libsys/exit.s [new file with mode: 0644]
mach/mantra/libsys/fcntl.s [new file with mode: 0644]
mach/mantra/libsys/fork.s [new file with mode: 0644]
mach/mantra/libsys/fstat.s [new file with mode: 0644]
mach/mantra/libsys/ftime.s [new file with mode: 0644]
mach/mantra/libsys/getegid.s [new file with mode: 0644]
mach/mantra/libsys/getgid.s [new file with mode: 0644]
mach/mantra/libsys/getpid.s [new file with mode: 0644]
mach/mantra/libsys/getuid.s [new file with mode: 0644]
mach/mantra/libsys/gtty.s [new file with mode: 0644]
mach/mantra/libsys/head_em.s [new file with mode: 0644]
mach/mantra/libsys/ioctl.s [new file with mode: 0644]
mach/mantra/libsys/kill.s [new file with mode: 0644]
mach/mantra/libsys/link.s [new file with mode: 0644]
mach/mantra/libsys/lockf.s [new file with mode: 0644]
mach/mantra/libsys/lseek.s [new file with mode: 0644]
mach/mantra/libsys/mknod.s [new file with mode: 0644]
mach/mantra/libsys/mount.s [new file with mode: 0644]
mach/mantra/libsys/msg.s [new file with mode: 0644]
mach/mantra/libsys/nice.s [new file with mode: 0644]
mach/mantra/libsys/open.s [new file with mode: 0644]
mach/mantra/libsys/pause.s [new file with mode: 0644]
mach/mantra/libsys/pipe.s [new file with mode: 0644]
mach/mantra/libsys/profil.s [new file with mode: 0644]
mach/mantra/libsys/ptrace.s [new file with mode: 0644]
mach/mantra/libsys/read.s [new file with mode: 0644]
mach/mantra/libsys/sem.s [new file with mode: 0644]
mach/mantra/libsys/setgid.s [new file with mode: 0644]
mach/mantra/libsys/setuid.s [new file with mode: 0644]
mach/mantra/libsys/shm.s [new file with mode: 0644]
mach/mantra/libsys/signal.s [new file with mode: 0644]
mach/mantra/libsys/stat.s [new file with mode: 0644]
mach/mantra/libsys/stime.s [new file with mode: 0644]
mach/mantra/libsys/stty.s [new file with mode: 0644]
mach/mantra/libsys/sync.s [new file with mode: 0644]
mach/mantra/libsys/syscall.s [new file with mode: 0644]
mach/mantra/libsys/time.s [new file with mode: 0644]
mach/mantra/libsys/times.s [new file with mode: 0644]
mach/mantra/libsys/umask.s [new file with mode: 0644]
mach/mantra/libsys/umount.s [new file with mode: 0644]
mach/mantra/libsys/unlink.s [new file with mode: 0644]
mach/mantra/libsys/utime.s [new file with mode: 0644]
mach/mantra/libsys/wait.s [new file with mode: 0644]
mach/mantra/libsys/write.s [new file with mode: 0644]