Initial revision
authorceriel <none@none>
Tue, 6 Oct 1987 16:39:14 +0000 (16:39 +0000)
committerceriel <none@none>
Tue, 6 Oct 1987 16:39:14 +0000 (16:39 +0000)
commit4043036e27080fee8760ca7b3dac995ab6a434a1
tree08298728c12b71af17b956e40d3dc56b553659b3
parente61b887e3136e1740d14954fc0ad50b89574ee0d
Initial revision
94 files changed:
mach/xenix3/.distr [new file with mode: 0644]
mach/xenix3/Action [new file with mode: 0644]
mach/xenix3/libsys/.distr [new file with mode: 0644]
mach/xenix3/libsys/LIST [new file with mode: 0644]
mach/xenix3/libsys/Makefile [new file with mode: 0644]
mach/xenix3/libsys/_exit.s [new file with mode: 0644]
mach/xenix3/libsys/_pipe.s [new file with mode: 0644]
mach/xenix3/libsys/_profil.s [new file with mode: 0644]
mach/xenix3/libsys/_sdget.s [new file with mode: 0644]
mach/xenix3/libsys/_stime.s [new file with mode: 0644]
mach/xenix3/libsys/_time.s [new file with mode: 0644]
mach/xenix3/libsys/_wait.s [new file with mode: 0644]
mach/xenix3/libsys/access.s [new file with mode: 0644]
mach/xenix3/libsys/acct.s [new file with mode: 0644]
mach/xenix3/libsys/alarm.s [new file with mode: 0644]
mach/xenix3/libsys/brk.s [new file with mode: 0644]
mach/xenix3/libsys/chdir.s [new file with mode: 0644]
mach/xenix3/libsys/chmod.s [new file with mode: 0644]
mach/xenix3/libsys/chown.s [new file with mode: 0644]
mach/xenix3/libsys/chroot.s [new file with mode: 0644]
mach/xenix3/libsys/cleanup.c [new file with mode: 0644]
mach/xenix3/libsys/close.s [new file with mode: 0644]
mach/xenix3/libsys/compmodule [new file with mode: 0755]
mach/xenix3/libsys/creat.s [new file with mode: 0644]
mach/xenix3/libsys/creatsem.s [new file with mode: 0644]
mach/xenix3/libsys/dup.c [new file with mode: 0644]
mach/xenix3/libsys/dup2.c [new file with mode: 0644]
mach/xenix3/libsys/execl.c [new file with mode: 0644]
mach/xenix3/libsys/execle.c [new file with mode: 0644]
mach/xenix3/libsys/execv.c [new file with mode: 0644]
mach/xenix3/libsys/execve.s [new file with mode: 0644]
mach/xenix3/libsys/exit.c [new file with mode: 0644]
mach/xenix3/libsys/fcntl.s [new file with mode: 0644]
mach/xenix3/libsys/fork.s [new file with mode: 0644]
mach/xenix3/libsys/fstat.s [new file with mode: 0644]
mach/xenix3/libsys/ftime.s [new file with mode: 0644]
mach/xenix3/libsys/getegid.s [new file with mode: 0644]
mach/xenix3/libsys/geteuid.s [new file with mode: 0644]
mach/xenix3/libsys/getgid.s [new file with mode: 0644]
mach/xenix3/libsys/getpgrp.s [new file with mode: 0644]
mach/xenix3/libsys/getpid.s [new file with mode: 0644]
mach/xenix3/libsys/getppid.s [new file with mode: 0644]
mach/xenix3/libsys/getuid.s [new file with mode: 0644]
mach/xenix3/libsys/gtty.c [new file with mode: 0644]
mach/xenix3/libsys/head_em.s [new file with mode: 0644]
mach/xenix3/libsys/ioctl.s [new file with mode: 0644]
mach/xenix3/libsys/kill.s [new file with mode: 0644]
mach/xenix3/libsys/link.s [new file with mode: 0644]
mach/xenix3/libsys/lock.s [new file with mode: 0644]
mach/xenix3/libsys/locking.s [new file with mode: 0644]
mach/xenix3/libsys/lseek.s [new file with mode: 0644]
mach/xenix3/libsys/mknod.s [new file with mode: 0644]
mach/xenix3/libsys/mount.s [new file with mode: 0644]
mach/xenix3/libsys/nap.s [new file with mode: 0644]
mach/xenix3/libsys/nbwaitsem.s [new file with mode: 0644]
mach/xenix3/libsys/nice.s [new file with mode: 0644]
mach/xenix3/libsys/open.s [new file with mode: 0644]
mach/xenix3/libsys/opensem.s [new file with mode: 0644]
mach/xenix3/libsys/pause.s [new file with mode: 0644]
mach/xenix3/libsys/pipe.c [new file with mode: 0644]
mach/xenix3/libsys/profil.c [new file with mode: 0644]
mach/xenix3/libsys/ptrace.s [new file with mode: 0644]
mach/xenix3/libsys/rdchk.s [new file with mode: 0644]
mach/xenix3/libsys/read.s [new file with mode: 0644]
mach/xenix3/libsys/sbrk.s [new file with mode: 0644]
mach/xenix3/libsys/sdenter.s [new file with mode: 0644]
mach/xenix3/libsys/sdfree.s [new file with mode: 0644]
mach/xenix3/libsys/sdget.c [new file with mode: 0644]
mach/xenix3/libsys/sdgetv.s [new file with mode: 0644]
mach/xenix3/libsys/sdleave.s [new file with mode: 0644]
mach/xenix3/libsys/sdwaitv.s [new file with mode: 0644]
mach/xenix3/libsys/setgid.s [new file with mode: 0644]
mach/xenix3/libsys/setuid.s [new file with mode: 0644]
mach/xenix3/libsys/shutdn.s [new file with mode: 0644]
mach/xenix3/libsys/signal.s [new file with mode: 0644]
mach/xenix3/libsys/sigsem.s [new file with mode: 0644]
mach/xenix3/libsys/stat.s [new file with mode: 0644]
mach/xenix3/libsys/stime.c [new file with mode: 0644]
mach/xenix3/libsys/stty.c [new file with mode: 0644]
mach/xenix3/libsys/sync.s [new file with mode: 0644]
mach/xenix3/libsys/sys.s [new file with mode: 0644]
mach/xenix3/libsys/time.c [new file with mode: 0644]
mach/xenix3/libsys/times.s [new file with mode: 0644]
mach/xenix3/libsys/ulimit.s [new file with mode: 0644]
mach/xenix3/libsys/umask.s [new file with mode: 0644]
mach/xenix3/libsys/umount.s [new file with mode: 0644]
mach/xenix3/libsys/uname.s [new file with mode: 0644]
mach/xenix3/libsys/unlink.s [new file with mode: 0644]
mach/xenix3/libsys/ustat.s [new file with mode: 0644]
mach/xenix3/libsys/utime.s [new file with mode: 0644]
mach/xenix3/libsys/wait.c [new file with mode: 0644]
mach/xenix3/libsys/waitsem.s [new file with mode: 0644]
mach/xenix3/libsys/write.s [new file with mode: 0644]
mach/xenix3/libsys/xdup.s [new file with mode: 0644]