Initial revision
authorceriel <none@none>
Wed, 7 Jan 1987 17:13:41 +0000 (17:13 +0000)
committerceriel <none@none>
Wed, 7 Jan 1987 17:13:41 +0000 (17:13 +0000)
commit18376b38cf8a1157c3b6b115aa0686300e0212c8
tree4cb5023ef4b8e86aa760857e296bfe340a172a5e
parentbe685810198bc55596683283d8fc3b65edea355f
Initial revision
84 files changed:
mach/pdp/libsys/LIST [new file with mode: 0644]
mach/pdp/libsys/Makefile [new file with mode: 0644]
mach/pdp/libsys/_exit.s [new file with mode: 0644]
mach/pdp/libsys/access.s [new file with mode: 0644]
mach/pdp/libsys/acct.s [new file with mode: 0644]
mach/pdp/libsys/alarm.s [new file with mode: 0644]
mach/pdp/libsys/chdir.s [new file with mode: 0644]
mach/pdp/libsys/chmod.s [new file with mode: 0644]
mach/pdp/libsys/chown.s [new file with mode: 0644]
mach/pdp/libsys/chroot.s [new file with mode: 0644]
mach/pdp/libsys/cleanup.c [new file with mode: 0644]
mach/pdp/libsys/close.s [new file with mode: 0644]
mach/pdp/libsys/compmodule [new file with mode: 0755]
mach/pdp/libsys/creat.s [new file with mode: 0644]
mach/pdp/libsys/dup.s [new file with mode: 0644]
mach/pdp/libsys/errno.s [new file with mode: 0644]
mach/pdp/libsys/execl.s [new file with mode: 0644]
mach/pdp/libsys/execle.s [new file with mode: 0644]
mach/pdp/libsys/execv.s [new file with mode: 0644]
mach/pdp/libsys/execve.s [new file with mode: 0644]
mach/pdp/libsys/exit.c [new file with mode: 0644]
mach/pdp/libsys/fetchi.s [new file with mode: 0644]
mach/pdp/libsys/fork.s [new file with mode: 0644]
mach/pdp/libsys/fperr.s [new file with mode: 0644]
mach/pdp/libsys/fstat.s [new file with mode: 0644]
mach/pdp/libsys/ftime.s [new file with mode: 0644]
mach/pdp/libsys/getgid.s [new file with mode: 0644]
mach/pdp/libsys/getgrp.s [new file with mode: 0644]
mach/pdp/libsys/getpid.s [new file with mode: 0644]
mach/pdp/libsys/getppid.s [new file with mode: 0644]
mach/pdp/libsys/getuid.s [new file with mode: 0644]
mach/pdp/libsys/gldav.s [new file with mode: 0644]
mach/pdp/libsys/gtty.c [new file with mode: 0644]
mach/pdp/libsys/ioctl.s [new file with mode: 0644]
mach/pdp/libsys/kill.s [new file with mode: 0644]
mach/pdp/libsys/killbkg.s [new file with mode: 0644]
mach/pdp/libsys/killpg.s [new file with mode: 0644]
mach/pdp/libsys/link.s [new file with mode: 0644]
mach/pdp/libsys/lock.s [new file with mode: 0644]
mach/pdp/libsys/login.s [new file with mode: 0644]
mach/pdp/libsys/lseek.s [new file with mode: 0644]
mach/pdp/libsys/lstat.s [new file with mode: 0644]
mach/pdp/libsys/mknod.s [new file with mode: 0644]
mach/pdp/libsys/mount.s [new file with mode: 0644]
mach/pdp/libsys/mpxcall.s [new file with mode: 0644]
mach/pdp/libsys/nice.s [new file with mode: 0644]
mach/pdp/libsys/nostk.s [new file with mode: 0644]
mach/pdp/libsys/open.s [new file with mode: 0644]
mach/pdp/libsys/pause.s [new file with mode: 0644]
mach/pdp/libsys/phys.s [new file with mode: 0644]
mach/pdp/libsys/pipe.s [new file with mode: 0644]
mach/pdp/libsys/profil.s [new file with mode: 0644]
mach/pdp/libsys/ptrace.s [new file with mode: 0644]
mach/pdp/libsys/qfstat.s [new file with mode: 0644]
mach/pdp/libsys/qstat.s [new file with mode: 0644]
mach/pdp/libsys/quota.s [new file with mode: 0644]
mach/pdp/libsys/read.s [new file with mode: 0644]
mach/pdp/libsys/readlink.s [new file with mode: 0644]
mach/pdp/libsys/reboot.s [new file with mode: 0644]
mach/pdp/libsys/renice.s [new file with mode: 0644]
mach/pdp/libsys/rtp.s [new file with mode: 0644]
mach/pdp/libsys/sbrk.s [new file with mode: 0644]
mach/pdp/libsys/setgid.s [new file with mode: 0644]
mach/pdp/libsys/setgrp.s [new file with mode: 0644]
mach/pdp/libsys/setuid.s [new file with mode: 0644]
mach/pdp/libsys/signal.s [new file with mode: 0644]
mach/pdp/libsys/stat.s [new file with mode: 0644]
mach/pdp/libsys/stime.s [new file with mode: 0644]
mach/pdp/libsys/stty.c [new file with mode: 0644]
mach/pdp/libsys/submit.s [new file with mode: 0644]
mach/pdp/libsys/symlink.s [new file with mode: 0644]
mach/pdp/libsys/sync.s [new file with mode: 0644]
mach/pdp/libsys/sys.h [new file with mode: 0644]
mach/pdp/libsys/time.s [new file with mode: 0644]
mach/pdp/libsys/times.s [new file with mode: 0644]
mach/pdp/libsys/ucall.s [new file with mode: 0644]
mach/pdp/libsys/umask.s [new file with mode: 0644]
mach/pdp/libsys/umount.s [new file with mode: 0644]
mach/pdp/libsys/unlink.s [new file with mode: 0644]
mach/pdp/libsys/utime.s [new file with mode: 0644]
mach/pdp/libsys/vfork.s [new file with mode: 0644]
mach/pdp/libsys/vhangup.s [new file with mode: 0644]
mach/pdp/libsys/wait.s [new file with mode: 0644]
mach/pdp/libsys/write.s [new file with mode: 0644]