Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/kern Pull up revision 1.101 (via patch, requested b...
details: https://anonhg.NetBSD.org/src/rev/54e847884755
branches: netbsd-1-4
changeset: 470942:54e847884755
user: he <he%NetBSD.org@localhost>
date: Fri Oct 06 15:37:27 2000 +0000
description:
Pull up revision 1.101 (via patch, requested by sommerfeld):
Introduce the issetugid() system call.
diffstat:
sys/kern/syscalls.master | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r 9eb03bc95c4a -r 54e847884755 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Fri Oct 06 15:35:10 2000 +0000
+++ b/sys/kern/syscalls.master Fri Oct 06 15:37:27 2000 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.90 1999/03/28 17:29:52 kleink Exp $
+ $NetBSD: syscalls.master,v 1.90.2.1 2000/10/06 15:37:27 he Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -550,8 +550,6 @@
288 UNIMPL
#endif
289 STD { ssize_t sys_preadv(int fd, \
- const struct iovec *iovp, int iovcnt, \
- int pad, off_t offset); }
290 STD { ssize_t sys_pwritev(int fd, \
const struct iovec *iovp, int iovcnt, \
int pad, off_t offset); }
@@ -566,3 +564,14 @@
295 STD { int sys___sigreturn14(struct sigcontext *sigcntxp); }
296 STD { int sys___getcwd(char *bufp, size_t length); }
297 STD { int sys_fchroot(int fd); }
+
+298 UNIMPL
+299 UNIMPL
+300 UNIMPL
+301 UNIMPL
+302 UNIMPL
+303 UNIMPL
+304 UNIMPL
+305 STD { int sys_issetugid(void); }
+ const struct iovec *iovp, int iovcnt, \
+ int pad, off_t offset); }
Home |
Main Index |
Thread Index |
Old Index