diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1999-09-14 01:05:26 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1999-09-14 01:05:26 +0000 |
commit | f234ea2e1ab44ed800dc636a8a4e16aac89d3f4b (patch) | |
tree | 9a15430d28de19d79afbee41637dd621b0f1e9f3 /sys/compat/netbsd/syscalls.master | |
parent | 34bfe0b0e61bf1ae13f4a08a270a72b4e26db92d (diff) |
signals
Diffstat (limited to 'sys/compat/netbsd/syscalls.master')
-rw-r--r-- | sys/compat/netbsd/syscalls.master | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/sys/compat/netbsd/syscalls.master b/sys/compat/netbsd/syscalls.master index bf3daed5ee0..93c6685c5f6 100644 --- a/sys/compat/netbsd/syscalls.master +++ b/sys/compat/netbsd/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.2 1999/09/12 14:34:18 kstailey Exp $ +; $OpenBSD: syscalls.master,v 1.3 1999/09/14 01:05:25 kstailey Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -42,6 +42,7 @@ #include <compat/netbsd/netbsd_types.h> #include <compat/netbsd/netbsd_stat.h> +#include <compat/netbsd/netbsd_signal.h> #include <compat/netbsd/netbsd_syscallargs.h> #include <machine/netbsd_machdep.h> @@ -534,20 +535,23 @@ 268 UNIMPL 269 UNIMPL 270 UNIMPL -;270 STD { int sys___posix_rename(const char *from, \ +;270 STD { int netbsd_sys___posix_rename(const char *from, \ ; const char *to); } 271 UNIMPL -;271 STD { int sys_swapctl(int cmd, const void *arg, int misc); } +;271 STD { int netbsd_sys_swapctl(int cmd, const void *arg, +; int misc); } 272 UNIMPL -;272 STD { int sys_getdents(int fd, char *buf, size_t count); } +;272 STD { int netbsd_sys_getdents(int fd, char *buf, \ +; size_t count); } 273 NOARGS { int sys_minherit(void *addr, size_t len, \ int inherit); } 274 UNIMPL -;274 STD { int sys_lchmod(const char *path, mode_t mode); } +;274 STD { int netbsd_sys_lchmod(const char *path, \ +; mode_t mode); } 275 NOARGS { int sys_lchown(const char *path, uid_t uid, \ gid_t gid); } 276 UNIMPL -;276 STD { int sys_lutimes(const char *path, \ +;276 STD { int netbsd_sys_lutimes(const char *path, \ ; const struct timeval *tptr); } 277 NOARGS { int sys_msync(void *addr, size_t len, int flags); } 278 STD { int netbsd_sys___stat13(const char *path, \ @@ -556,52 +560,50 @@ struct netbsd_stat *ub); } 280 STD { int netbsd_sys___lstat13(const char *path, \ struct netbsd_stat *ub); } -281 UNIMPL -;281 STD { int sys___sigaltstack14( \ -; const struct sigaltstack *nss, \ -; struct sigaltstack *oss); } +281 STD { int netbsd_sys___sigaltstack14( \ + const struct netbsd_sigaltstack *nss, \ + struct netbsd_sigaltstack *oss); } 282 UNIMPL -;282 STD { int sys___vfork14(void); } +;282 STD { int netbsd_sys___vfork14(void); } 283 UNIMPL -;283 STD { int sys___posix_chown(const char *path, uid_t uid, \ -; gid_t gid); } +;283 STD { int netbsd_sys___posix_chown(const char *path, \ +; uid_t uid, gid_t gid); } 284 UNIMPL -;284 STD { int sys___posix_fchown(int fd, uid_t uid, \ +;284 STD { int netbsd_sys___posix_fchown(int fd, uid_t uid, \ ; gid_t gid); } 285 UNIMPL -;285 STD { int sys___posix_lchown(const char *path, uid_t uid, \ -; gid_t gid); } +;285 STD { int netbsd_sys___posix_lchown(const char *path, \ +; uid_t uid, gid_t gid); } 286 NOARGS { int sys_getsid(pid_t pid); } 287 UNIMPL #ifdef KTRACE 288 UNIMPL -;288 STD { int sys_fktrace(const int fd, int ops, \ +;288 STD { int netbsd_sys_fktrace(const int fd, int ops, \ ; int facs, int pid); } #else 288 UNIMPL #endif 289 UNIMPL -;289 STD { ssize_t sys_preadv(int fd, \ +;289 STD { ssize_t netbsd_sys_preadv(int fd, \ ; const struct iovec *iovp, int iovcnt, \ ; int pad, off_t offset); } 290 UNIMPL -;290 STD { ssize_t sys_pwritev(int fd, \ +;290 STD { ssize_t netbsd_sys_pwritev(int fd, \ ; const struct iovec *iovp, int iovcnt, \ ; int pad, off_t offset); } -291 UNIMPL -;291 STD { int netbsd_sys___sigaction14(int signum, \ -; const struct sigaction *nsa, \ -; struct sigaction *osa); } -292 UNIMPL -;292 STD { int sys___sigpending14(sigset_t *set); } +291 STD { int netbsd_sys___sigaction14(int signum, \ + const struct netbsd_sigaction *nsa, \ + struct netbsd_sigaction *osa); } +292 STD { int netbsd_sys___sigpending14(netbsd_sigset_t \ + *set); } 293 UNIMPL -;293 STD { int sys___sigprocmask14(int how, \ +;293 STD { int netbsd_sys___sigprocmask14(int how, \ ; const sigset_t *set, \ ; sigset_t *oset); } 294 UNIMPL -;294 STD { int sys___sigsuspend14(const sigset_t *set); } -295 UNIMPL -;295 STD { int sys___sigreturn14(struct sigcontext *sigcntxp); } +;294 STD { int netbsd_sys___sigsuspend14(const sigset_t *set); } +295 STD { int netbsd_sys___sigreturn14(struct \ + netbsd_sigcontext *sigcntxp); } 296 STD { int netbsd_sys___getcwd(char *bufp, size_t length); } 297 UNIMPL -;297 STD { int sys_fchroot(int fd); } +;297 STD { int netbsd_sys_fchroot(int fd); } |