Initial revision
authorbal <none@none>
Fri, 14 Dec 1984 15:52:15 +0000 (15:52 +0000)
committerbal <none@none>
Fri, 14 Dec 1984 15:52:15 +0000 (15:52 +0000)
commit6babe9fccd41702e0c7e0bc6fe6b056561b5d58f
tree904aad1d82bcee3192a39ee1473bc90338ec262f
parentad815f10617327842a4766a0230113fb7fc7ce71
Initial revision
90 files changed:
mach/m68k2/libsys/LIST [new file with mode: 0644]
mach/m68k2/libsys/_exit.s [new file with mode: 0644]
mach/m68k2/libsys/access.s [new file with mode: 0644]
mach/m68k2/libsys/alarm.s [new file with mode: 0644]
mach/m68k2/libsys/brk.s [new file with mode: 0644]
mach/m68k2/libsys/call.s [new file with mode: 0644]
mach/m68k2/libsys/chdir.s [new file with mode: 0644]
mach/m68k2/libsys/chmod.s [new file with mode: 0644]
mach/m68k2/libsys/chroot.s [new file with mode: 0644]
mach/m68k2/libsys/cleanup.s [new file with mode: 0644]
mach/m68k2/libsys/close.s [new file with mode: 0644]
mach/m68k2/libsys/creat.s [new file with mode: 0644]
mach/m68k2/libsys/execl.s [new file with mode: 0644]
mach/m68k2/libsys/execve.s [new file with mode: 0644]
mach/m68k2/libsys/exit.s [new file with mode: 0644]
mach/m68k2/libsys/fork.s [new file with mode: 0644]
mach/m68k2/libsys/fstat.s [new file with mode: 0644]
mach/m68k2/libsys/getegid.s [new file with mode: 0644]
mach/m68k2/libsys/getgid.s [new file with mode: 0644]
mach/m68k2/libsys/getpid.s [new file with mode: 0644]
mach/m68k2/libsys/getuid.s [new file with mode: 0644]
mach/m68k2/libsys/gtty.s [new file with mode: 0644]
mach/m68k2/libsys/ioctl.s [new file with mode: 0644]
mach/m68k2/libsys/kill.s [new file with mode: 0644]
mach/m68k2/libsys/link.s [new file with mode: 0644]
mach/m68k2/libsys/lseek.s [new file with mode: 0644]
mach/m68k2/libsys/mknod.s [new file with mode: 0644]
mach/m68k2/libsys/mount.s [new file with mode: 0644]
mach/m68k2/libsys/nice.s [new file with mode: 0644]
mach/m68k2/libsys/open.s [new file with mode: 0644]
mach/m68k2/libsys/pause.s [new file with mode: 0644]
mach/m68k2/libsys/read.s [new file with mode: 0644]
mach/m68k2/libsys/setgid.s [new file with mode: 0644]
mach/m68k2/libsys/setuid.s [new file with mode: 0644]
mach/m68k2/libsys/signal.s [new file with mode: 0644]
mach/m68k2/libsys/stat.s [new file with mode: 0644]
mach/m68k2/libsys/stime.s [new file with mode: 0644]
mach/m68k2/libsys/stty.s [new file with mode: 0644]
mach/m68k2/libsys/sync.s [new file with mode: 0644]
mach/m68k2/libsys/time.s [new file with mode: 0644]
mach/m68k2/libsys/times.s [new file with mode: 0644]
mach/m68k2/libsys/umount.s [new file with mode: 0644]
mach/m68k2/libsys/unlink.s [new file with mode: 0644]
mach/m68k2/libsys/wait.s [new file with mode: 0644]
mach/m68k2/libsys/write.s [new file with mode: 0644]
mach/m68k4/libsys/LIST [new file with mode: 0644]
mach/m68k4/libsys/_exit.s [new file with mode: 0644]
mach/m68k4/libsys/access.s [new file with mode: 0644]
mach/m68k4/libsys/alarm.s [new file with mode: 0644]
mach/m68k4/libsys/brk.s [new file with mode: 0644]
mach/m68k4/libsys/call.s [new file with mode: 0644]
mach/m68k4/libsys/chdir.s [new file with mode: 0644]
mach/m68k4/libsys/chmod.s [new file with mode: 0644]
mach/m68k4/libsys/chroot.s [new file with mode: 0644]
mach/m68k4/libsys/cleanup.s [new file with mode: 0644]
mach/m68k4/libsys/close.s [new file with mode: 0644]
mach/m68k4/libsys/creat.s [new file with mode: 0644]
mach/m68k4/libsys/execl.s [new file with mode: 0644]
mach/m68k4/libsys/execve.s [new file with mode: 0644]
mach/m68k4/libsys/exit.s [new file with mode: 0644]
mach/m68k4/libsys/fork.s [new file with mode: 0644]
mach/m68k4/libsys/fstat.s [new file with mode: 0644]
mach/m68k4/libsys/getegid.s [new file with mode: 0644]
mach/m68k4/libsys/getgid.s [new file with mode: 0644]
mach/m68k4/libsys/getpid.s [new file with mode: 0644]
mach/m68k4/libsys/getuid.s [new file with mode: 0644]
mach/m68k4/libsys/gtty.s [new file with mode: 0644]
mach/m68k4/libsys/ioctl.s [new file with mode: 0644]
mach/m68k4/libsys/kill.s [new file with mode: 0644]
mach/m68k4/libsys/link.s [new file with mode: 0644]
mach/m68k4/libsys/lseek.s [new file with mode: 0644]
mach/m68k4/libsys/mknod.s [new file with mode: 0644]
mach/m68k4/libsys/mount.s [new file with mode: 0644]
mach/m68k4/libsys/nice.s [new file with mode: 0644]
mach/m68k4/libsys/open.s [new file with mode: 0644]
mach/m68k4/libsys/pause.s [new file with mode: 0644]
mach/m68k4/libsys/read.s [new file with mode: 0644]
mach/m68k4/libsys/setgid.s [new file with mode: 0644]
mach/m68k4/libsys/setuid.s [new file with mode: 0644]
mach/m68k4/libsys/signal.s [new file with mode: 0644]
mach/m68k4/libsys/stat.s [new file with mode: 0644]
mach/m68k4/libsys/stime.s [new file with mode: 0644]
mach/m68k4/libsys/stty.s [new file with mode: 0644]
mach/m68k4/libsys/sync.s [new file with mode: 0644]
mach/m68k4/libsys/time.s [new file with mode: 0644]
mach/m68k4/libsys/times.s [new file with mode: 0644]
mach/m68k4/libsys/umount.s [new file with mode: 0644]
mach/m68k4/libsys/unlink.s [new file with mode: 0644]
mach/m68k4/libsys/wait.s [new file with mode: 0644]
mach/m68k4/libsys/write.s [new file with mode: 0644]