Initial revision
authorceriel <none@none>
Fri, 20 Feb 1987 14:36:01 +0000 (14:36 +0000)
committerceriel <none@none>
Fri, 20 Feb 1987 14:36:01 +0000 (14:36 +0000)
commit8612a70ea36beee427361cbbe58fd11a88a976a1
tree21d298fa2e5faa18b1c8467eccdd974b05650010
parent429502815f866b2b9bc8602c66044aa4843cf2d0
Initial revision
167 files changed:
mach/sun2/cv/cv.c [new file with mode: 0644]
mach/sun3/Action [new file with mode: 0644]
mach/sun3/cv/Makefile [new file with mode: 0644]
mach/sun3/cv/cv.c [new file with mode: 0644]
mach/sun3/libsys/LIST [new file with mode: 0644]
mach/sun3/libsys/Makefile [new file with mode: 0644]
mach/sun3/libsys/_exit.s [new file with mode: 0644]
mach/sun3/libsys/accept.s [new file with mode: 0644]
mach/sun3/libsys/access.s [new file with mode: 0644]
mach/sun3/libsys/acct.s [new file with mode: 0644]
mach/sun3/libsys/adjtime.s [new file with mode: 0644]
mach/sun3/libsys/alarm.c [new file with mode: 0644]
mach/sun3/libsys/async_dem.s [new file with mode: 0644]
mach/sun3/libsys/bind.s [new file with mode: 0644]
mach/sun3/libsys/cerror.s [new file with mode: 0644]
mach/sun3/libsys/chdir.s [new file with mode: 0644]
mach/sun3/libsys/chmod.s [new file with mode: 0644]
mach/sun3/libsys/chown.s [new file with mode: 0644]
mach/sun3/libsys/chroot.s [new file with mode: 0644]
mach/sun3/libsys/cleanup.c [new file with mode: 0644]
mach/sun3/libsys/close.s [new file with mode: 0644]
mach/sun3/libsys/compmodule [new file with mode: 0755]
mach/sun3/libsys/connect.s [new file with mode: 0644]
mach/sun3/libsys/creat.s [new file with mode: 0644]
mach/sun3/libsys/dup.s [new file with mode: 0644]
mach/sun3/libsys/dup2.s [new file with mode: 0644]
mach/sun3/libsys/execl.c [new file with mode: 0644]
mach/sun3/libsys/execle.c [new file with mode: 0644]
mach/sun3/libsys/execv.c [new file with mode: 0644]
mach/sun3/libsys/execve.s [new file with mode: 0644]
mach/sun3/libsys/exit.c [new file with mode: 0644]
mach/sun3/libsys/exportfs.s [new file with mode: 0644]
mach/sun3/libsys/fchmod.s [new file with mode: 0644]
mach/sun3/libsys/fchown.s [new file with mode: 0644]
mach/sun3/libsys/fcntl.s [new file with mode: 0644]
mach/sun3/libsys/flock.s [new file with mode: 0644]
mach/sun3/libsys/fork.s [new file with mode: 0644]
mach/sun3/libsys/fstat.s [new file with mode: 0644]
mach/sun3/libsys/fstatfs.s [new file with mode: 0644]
mach/sun3/libsys/fsync.s [new file with mode: 0644]
mach/sun3/libsys/ftime.c [new file with mode: 0644]
mach/sun3/libsys/ftruncate.s [new file with mode: 0644]
mach/sun3/libsys/getdirent.s [new file with mode: 0644]
mach/sun3/libsys/getdomnam.s [new file with mode: 0644]
mach/sun3/libsys/getdopt.s [new file with mode: 0644]
mach/sun3/libsys/getdtabsz.s [new file with mode: 0644]
mach/sun3/libsys/getegid.s [new file with mode: 0644]
mach/sun3/libsys/geteuid.s [new file with mode: 0644]
mach/sun3/libsys/getfh.s [new file with mode: 0644]
mach/sun3/libsys/getgid.s [new file with mode: 0644]
mach/sun3/libsys/getgroups.s [new file with mode: 0644]
mach/sun3/libsys/gethostid.s [new file with mode: 0644]
mach/sun3/libsys/gethostnam.s [new file with mode: 0644]
mach/sun3/libsys/getitimer.s [new file with mode: 0644]
mach/sun3/libsys/getpagesiz.s [new file with mode: 0644]
mach/sun3/libsys/getpeernam.s [new file with mode: 0644]
mach/sun3/libsys/getpgrp.s [new file with mode: 0644]
mach/sun3/libsys/getpid.s [new file with mode: 0644]
mach/sun3/libsys/getppid.s [new file with mode: 0644]
mach/sun3/libsys/getprio.s [new file with mode: 0644]
mach/sun3/libsys/getrlimit.s [new file with mode: 0644]
mach/sun3/libsys/getrusage.s [new file with mode: 0644]
mach/sun3/libsys/getsocknam.s [new file with mode: 0644]
mach/sun3/libsys/getsockopt.s [new file with mode: 0644]
mach/sun3/libsys/gettimday.s [new file with mode: 0644]
mach/sun3/libsys/getuid.s [new file with mode: 0644]
mach/sun3/libsys/gtty.c [new file with mode: 0644]
mach/sun3/libsys/head_em.s [new file with mode: 0644]
mach/sun3/libsys/ioctl.s [new file with mode: 0644]
mach/sun3/libsys/kill.s [new file with mode: 0644]
mach/sun3/libsys/killpg.s [new file with mode: 0644]
mach/sun3/libsys/link.s [new file with mode: 0644]
mach/sun3/libsys/listen.s [new file with mode: 0644]
mach/sun3/libsys/lockf.c [new file with mode: 0644]
mach/sun3/libsys/lseek.s [new file with mode: 0644]
mach/sun3/libsys/lstat.s [new file with mode: 0644]
mach/sun3/libsys/madvise.s [new file with mode: 0644]
mach/sun3/libsys/mincore.s [new file with mode: 0644]
mach/sun3/libsys/mkdir.s [new file with mode: 0644]
mach/sun3/libsys/mknod.s [new file with mode: 0644]
mach/sun3/libsys/mmap.s [new file with mode: 0644]
mach/sun3/libsys/mount.s [new file with mode: 0644]
mach/sun3/libsys/mprotect.s [new file with mode: 0644]
mach/sun3/libsys/mremap.s [new file with mode: 0644]
mach/sun3/libsys/msg.s [new file with mode: 0644]
mach/sun3/libsys/msgsys.s [new file with mode: 0644]
mach/sun3/libsys/munmap.s [new file with mode: 0644]
mach/sun3/libsys/nfssvc.s [new file with mode: 0644]
mach/sun3/libsys/nice.c [new file with mode: 0644]
mach/sun3/libsys/open.s [new file with mode: 0644]
mach/sun3/libsys/pause.c [new file with mode: 0644]
mach/sun3/libsys/pipe.s [new file with mode: 0644]
mach/sun3/libsys/plock.c [new file with mode: 0644]
mach/sun3/libsys/profil.s [new file with mode: 0644]
mach/sun3/libsys/ptrace.s [new file with mode: 0644]
mach/sun3/libsys/quotactl.s [new file with mode: 0644]
mach/sun3/libsys/read.s [new file with mode: 0644]
mach/sun3/libsys/readlink.s [new file with mode: 0644]
mach/sun3/libsys/readv.s [new file with mode: 0644]
mach/sun3/libsys/reboot.s [new file with mode: 0644]
mach/sun3/libsys/recv.s [new file with mode: 0644]
mach/sun3/libsys/recvfrom.s [new file with mode: 0644]
mach/sun3/libsys/recvmsg.s [new file with mode: 0644]
mach/sun3/libsys/rename.s [new file with mode: 0644]
mach/sun3/libsys/rmdir.s [new file with mode: 0644]
mach/sun3/libsys/sbrk.s [new file with mode: 0644]
mach/sun3/libsys/select.s [new file with mode: 0644]
mach/sun3/libsys/sem.s [new file with mode: 0644]
mach/sun3/libsys/semsys.s [new file with mode: 0644]
mach/sun3/libsys/send.s [new file with mode: 0644]
mach/sun3/libsys/sendmsg.s [new file with mode: 0644]
mach/sun3/libsys/sendto.s [new file with mode: 0644]
mach/sun3/libsys/setdomnam.s [new file with mode: 0644]
mach/sun3/libsys/setdopt.s [new file with mode: 0644]
mach/sun3/libsys/setgid.c [new file with mode: 0644]
mach/sun3/libsys/setgroups.s [new file with mode: 0644]
mach/sun3/libsys/sethostnam.s [new file with mode: 0644]
mach/sun3/libsys/setitimer.s [new file with mode: 0644]
mach/sun3/libsys/setpgrp.s [new file with mode: 0644]
mach/sun3/libsys/setprio.s [new file with mode: 0644]
mach/sun3/libsys/setregid.s [new file with mode: 0644]
mach/sun3/libsys/setreuid.s [new file with mode: 0644]
mach/sun3/libsys/setrlimit.s [new file with mode: 0644]
mach/sun3/libsys/setsockopt.s [new file with mode: 0644]
mach/sun3/libsys/settimday.s [new file with mode: 0644]
mach/sun3/libsys/setuid.c [new file with mode: 0644]
mach/sun3/libsys/shm.s [new file with mode: 0644]
mach/sun3/libsys/shmsys.s [new file with mode: 0644]
mach/sun3/libsys/shutdown.s [new file with mode: 0644]
mach/sun3/libsys/sigblock.s [new file with mode: 0644]
mach/sun3/libsys/signal.c [new file with mode: 0644]
mach/sun3/libsys/sigpause.s [new file with mode: 0644]
mach/sun3/libsys/sigsetmask.s [new file with mode: 0644]
mach/sun3/libsys/sigstack.s [new file with mode: 0644]
mach/sun3/libsys/sigtramp.s [new file with mode: 0644]
mach/sun3/libsys/sigvec.c [new file with mode: 0644]
mach/sun3/libsys/socket.s [new file with mode: 0644]
mach/sun3/libsys/socketpair.s [new file with mode: 0644]
mach/sun3/libsys/sstk.s [new file with mode: 0644]
mach/sun3/libsys/stat.s [new file with mode: 0644]
mach/sun3/libsys/statfs.s [new file with mode: 0644]
mach/sun3/libsys/stime.c [new file with mode: 0644]
mach/sun3/libsys/stty.c [new file with mode: 0644]
mach/sun3/libsys/swapon.s [new file with mode: 0644]
mach/sun3/libsys/symlink.s [new file with mode: 0644]
mach/sun3/libsys/sync.s [new file with mode: 0644]
mach/sun3/libsys/syscall.h [new file with mode: 0644]
mach/sun3/libsys/syscall.s [new file with mode: 0644]
mach/sun3/libsys/tell.c [new file with mode: 0644]
mach/sun3/libsys/time.c [new file with mode: 0644]
mach/sun3/libsys/times.c [new file with mode: 0644]
mach/sun3/libsys/truncate.s [new file with mode: 0644]
mach/sun3/libsys/ulimit.c [new file with mode: 0644]
mach/sun3/libsys/umask.s [new file with mode: 0644]
mach/sun3/libsys/uname.c [new file with mode: 0644]
mach/sun3/libsys/unlink.s [new file with mode: 0644]
mach/sun3/libsys/unmount.s [new file with mode: 0644]
mach/sun3/libsys/ustat.s [new file with mode: 0644]
mach/sun3/libsys/utime.c [new file with mode: 0644]
mach/sun3/libsys/utimes.s [new file with mode: 0644]
mach/sun3/libsys/vadvise.s [new file with mode: 0644]
mach/sun3/libsys/vfork.s [new file with mode: 0644]
mach/sun3/libsys/vhangup.s [new file with mode: 0644]
mach/sun3/libsys/wait.s [new file with mode: 0644]
mach/sun3/libsys/wait3.s [new file with mode: 0644]
mach/sun3/libsys/write.s [new file with mode: 0644]
mach/sun3/libsys/writev.s [new file with mode: 0644]