Made a call which was to sleep() use tsleep() instead.
[unix-history] / sys / kern / syscalls.master
index a745f20..e966774 100644 (file)
@@ -1,4 +1,5 @@
-       @(#)syscalls.master     7.26 (Berkeley) 3/25/91
+       $Id: syscalls.master,v 1.8 1994/01/31 10:27:25 davidg Exp $
+;      from: @(#)syscalls.master       7.26 (Berkeley) 3/25/91
 ; System call name/number master file.
 ; Processed to created init_sysent.c, syscalls.c and syscall.h.
 
 ; System call name/number master file.
 ; Processed to created init_sysent.c, syscalls.c and syscall.h.
 
 78     STD     3 mincore
 79     STD     2 getgroups
 80     STD     2 setgroups
 78     STD     3 mincore
 79     STD     2 getgroups
 80     STD     2 setgroups
-81     STD     1 getpgrp
+81     STD     0 getpgrp
 82     STD     2 setpgid
 83     STD     3 setitimer
 84     COMPAT  0 wait
 82     STD     2 setpgid
 83     STD     3 setitimer
 84     COMPAT  0 wait
 160    UNIMPL  0 nosys
 161    UNIMPL  0 nosys
 #endif
 160    UNIMPL  0 nosys
 161    UNIMPL  0 nosys
 #endif
-162    UNIMPL  0 nosys
-163    UNIMPL  0 nosys
-164    UNIMPL  0 nosys
-165    UNIMPL  0 nosys
+162    STD     2 getdomainname
+163    STD     2 setdomainname
+164    STD     1 uname
+165    STD     2 sysarch
 166    UNIMPL  0 nosys
 167    UNIMPL  0 nosys
 168    UNIMPL  0 nosys
 166    UNIMPL  0 nosys
 167    UNIMPL  0 nosys
 168    UNIMPL  0 nosys
+#ifdef SYSVSEM
+169    STD     5 semsys
+#else
 169    UNIMPL  0 nosys
 169    UNIMPL  0 nosys
+#endif
+#ifdef SYSVMSG
+170    STD     6 msgsys
+#else
 170    UNIMPL  0 nosys
 170    UNIMPL  0 nosys
+#endif
 #ifdef SYSVSHM
 171    STD     4 shmsys
 #else
 #ifdef SYSVSHM
 171    STD     4 shmsys
 #else
 172    UNIMPL  0 nosys
 173    UNIMPL  0 nosys
 174    UNIMPL  0 nosys
 172    UNIMPL  0 nosys
 173    UNIMPL  0 nosys
 174    UNIMPL  0 nosys
-175    UNIMPL  0 nosys
-176    UNIMPL  0 nosys
+175    STD     1 ntp_gettime
+176    STD     1 ntp_adjtime
+#ifdef MACHVMCOMPAT
+177    STD     4 svm_allocate vm_allocate
+178    STD     3 svm_deallocate vm_deallocate
+179    STD     4 svm_inherit vm_inherit
+180    STD     5 svm_protect vm_protect
+#else
 177    UNIMPL  0 nosys
 178    UNIMPL  0 nosys
 179    UNIMPL  0 nosys
 180    UNIMPL  0 nosys
 177    UNIMPL  0 nosys
 178    UNIMPL  0 nosys
 179    UNIMPL  0 nosys
 180    UNIMPL  0 nosys
+#endif
 
 ; Syscalls 180-199 are used by/reserved for BSD
 181    STD     1 setgid
 
 ; Syscalls 180-199 are used by/reserved for BSD
 181    STD     1 setgid