summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-09-01 19:36:48 +0000
committerdillon <dillon@FreeBSD.org>2001-09-01 19:36:48 +0000
commit0bdd59d16a880c3dbaa9f229574cc33fd2a4b6da (patch)
tree0eb11280be445e170876086173d709544fa8ff03 /sys/compat/svr4
parent3f8ba718ee9c96acb7bc5d81453a0f44c1c17368 (diff)
downloadFreeBSD-src-0bdd59d16a880c3dbaa9f229574cc33fd2a4b6da.zip
FreeBSD-src-0bdd59d16a880c3dbaa9f229574cc33fd2a4b6da.tar.gz
Synchronize syscalls.master(s) with recent Giant pushdown work
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/syscalls.master16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index 3a15572..f085587 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -36,7 +36,7 @@
0 UNIMPL SVR4 unused
1 NOPROTO POSIX { void sys_exit(int rval); } exit sys_exit_args void
-2 NOPROTO POSIX { int fork(void); }
+2 MNOPROTO POSIX { int fork(void); }
3 NOPROTO POSIX { int read(int fd, char *buf, u_int nbyte); }
4 NOPROTO SVR4 { int write(int fd, char *buf, u_int nbyte); }
5 STD SVR4 { int svr4_sys_open(char *path, int flags, int mode); }
@@ -181,7 +181,7 @@
116 NOPROTO SVR4 { int mprotect(void *addr, int len, int prot); }
117 NOPROTO SVR4 { int munmap(void *addr, int len); }
118 STD SVR4 { int svr4_sys_fpathconf(int fd, int name); }
-119 NOPROTO SVR4 { int vfork(void); }
+119 MNOPROTO SVR4 { int vfork(void); }
120 NOPROTO SVR4 { int fchdir(int fd); }
121 NOPROTO SVR4 { int readv(int fd, struct iovec *iovp, \
u_int iovcnt); }
@@ -211,7 +211,7 @@
int dummy); }
136 NOPROTO SVR4 { int setegid(gid_t egid); }
137 STD SVR4 { int svr4_sys_sysconfig(int name); }
-138 NOPROTO SVR4 { int adjtime(struct timeval *delta, \
+138 MNOPROTO SVR4 { int adjtime(struct timeval *delta, \
struct timeval *olddelta); }
139 STD SVR4 { long svr4_sys_systeminfo(int what, char *buf, \
long len); }
@@ -219,7 +219,7 @@
141 NOPROTO SVR4 { int seteuid(uid_t euid); }
142 UNIMPL SVR4 vtrace
; fork1
-143 UNIMPL SVR4 { int fork(void); }
+143 MUNIMPL SVR4 { int fork(void); }
144 UNIMPL SVR4 sigtimedwait
145 UNIMPL SVR4 lwp_info
146 UNIMPL SVR4 yield
@@ -234,8 +234,8 @@
struct timeval *tptr); }
155 STD SVR4 { int svr4_sys_vhangup(void); }
156 STD SVR4 { int svr4_sys_gettimeofday(struct timeval *tp); }
-157 NOPROTO SVR4 { int getitimer(u_int which, struct itimerval *itv); }
-158 NOPROTO SVR4 { int setitimer(u_int which, struct itimerval *itv, \
+157 MNOPROTO SVR4 { int getitimer(u_int which, struct itimerval *itv); }
+158 MNOPROTO SVR4 { int setitimer(u_int which, struct itimerval *itv, \
struct itimerval *oitv); }
159 UNIMPL SVR4 lwp_create
160 UNIMPL SVR4 lwp_exit
@@ -282,7 +282,7 @@
196 UNIMPL SVR4 timer_settime
197 UNIMPL SVR4 timer_gettime
198 UNIMPL SVR4 timer_overrun
-199 NOPROTO SVR4 { int nanosleep(const struct timespec *rqtp, \
+199 MNOPROTO SVR4 { int nanosleep(const struct timespec *rqtp, \
struct timespec *rmtp); }
200 STD SVR4 { int svr4_sys_facl(int fd, int cmd, int num, \
struct svr4_aclent *buf); }
@@ -363,4 +363,4 @@
const void *val, int valsize); }
247 UNIMPL SVR4 sockconfig
248 UNIMPL SVR4 { int ntp_gettime(struct ntptimeval *ntvp); }
-249 UNIMPL SVR4 { int ntp_adjtime(struct timex *tp); }
+249 MUNIMPL SVR4 { int ntp_adjtime(struct timex *tp); }
OpenPOWER on IntegriCloud