Initial revision
authorceriel <none@none>
Thu, 29 Jan 1987 22:36:35 +0000 (22:36 +0000)
committerceriel <none@none>
Thu, 29 Jan 1987 22:36:35 +0000 (22:36 +0000)
commit153e30bb1c42b91dc983be00b5ab2caa5f7dffdd
tree6c69fd6f6eeda4091a542577e47b0ef771d61e3d
parent945d6a0188b40b7b3d549bd25e71891ea720b325
Initial revision
59 files changed:
mach/m68020/libsys/README [new file with mode: 0644]
mach/m68020/libsys/_exit.s [new file with mode: 0644]
mach/m68020/libsys/access.s [new file with mode: 0644]
mach/m68020/libsys/acct.s [new file with mode: 0644]
mach/m68020/libsys/alarm.s [new file with mode: 0644]
mach/m68020/libsys/brk.s [new file with mode: 0644]
mach/m68020/libsys/call.s [new file with mode: 0644]
mach/m68020/libsys/chdir.s [new file with mode: 0644]
mach/m68020/libsys/chmod.s [new file with mode: 0644]
mach/m68020/libsys/chown.s [new file with mode: 0644]
mach/m68020/libsys/chroot.s [new file with mode: 0644]
mach/m68020/libsys/cleanup.s [new file with mode: 0644]
mach/m68020/libsys/close.s [new file with mode: 0644]
mach/m68020/libsys/compmodule [new file with mode: 0755]
mach/m68020/libsys/creat.s [new file with mode: 0644]
mach/m68020/libsys/dup.s [new file with mode: 0644]
mach/m68020/libsys/dup2.s [new file with mode: 0644]
mach/m68020/libsys/errno.s [new file with mode: 0644]
mach/m68020/libsys/execl.s [new file with mode: 0644]
mach/m68020/libsys/execve.s [new file with mode: 0644]
mach/m68020/libsys/exit.s [new file with mode: 0644]
mach/m68020/libsys/fcntl.s [new file with mode: 0644]
mach/m68020/libsys/fork.s [new file with mode: 0644]
mach/m68020/libsys/fstat.s [new file with mode: 0644]
mach/m68020/libsys/ftime.s [new file with mode: 0644]
mach/m68020/libsys/getegid.s [new file with mode: 0644]
mach/m68020/libsys/getgid.s [new file with mode: 0644]
mach/m68020/libsys/getpid.s [new file with mode: 0644]
mach/m68020/libsys/getuid.s [new file with mode: 0644]
mach/m68020/libsys/gtty.s [new file with mode: 0644]
mach/m68020/libsys/ioctl.s [new file with mode: 0644]
mach/m68020/libsys/kill.s [new file with mode: 0644]
mach/m68020/libsys/link.s [new file with mode: 0644]
mach/m68020/libsys/lock.s [new file with mode: 0644]
mach/m68020/libsys/lseek.s [new file with mode: 0644]
mach/m68020/libsys/mknod.s [new file with mode: 0644]
mach/m68020/libsys/mount.s [new file with mode: 0644]
mach/m68020/libsys/nice.s [new file with mode: 0644]
mach/m68020/libsys/open.s [new file with mode: 0644]
mach/m68020/libsys/pause.s [new file with mode: 0644]
mach/m68020/libsys/pipe.s [new file with mode: 0644]
mach/m68020/libsys/profil.s [new file with mode: 0644]
mach/m68020/libsys/ptrace.s [new file with mode: 0644]
mach/m68020/libsys/read.s [new file with mode: 0644]
mach/m68020/libsys/setgid.s [new file with mode: 0644]
mach/m68020/libsys/setuid.s [new file with mode: 0644]
mach/m68020/libsys/signal.s [new file with mode: 0644]
mach/m68020/libsys/stat.s [new file with mode: 0644]
mach/m68020/libsys/stime.s [new file with mode: 0644]
mach/m68020/libsys/stty.s [new file with mode: 0644]
mach/m68020/libsys/sync.s [new file with mode: 0644]
mach/m68020/libsys/time.s [new file with mode: 0644]
mach/m68020/libsys/times.s [new file with mode: 0644]
mach/m68020/libsys/umask.s [new file with mode: 0644]
mach/m68020/libsys/umount.s [new file with mode: 0644]
mach/m68020/libsys/unlink.s [new file with mode: 0644]
mach/m68020/libsys/utime.s [new file with mode: 0644]
mach/m68020/libsys/wait.s [new file with mode: 0644]
mach/m68020/libsys/write.s [new file with mode: 0644]