Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 add lchflags, issetugid, utrace, reserve...



details:   https://anonhg.NetBSD.org/src/rev/0eecdafa1d24
branches:  trunk
changeset: 503187:0eecdafa1d24
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Feb 02 13:01:44 2001 +0000

description:
add lchflags, issetugid, utrace, reserves for [gs]etcontext, and sched/SA.

diffstat:

 sys/compat/netbsd32/syscalls.master |  45 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 44 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 48ebf2049527 -r 0eecdafa1d24 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Fri Feb 02 13:00:29 2001 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Fri Feb 02 13:01:44 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.17 2001/01/27 07:58:22 thorpej Exp $
+       $NetBSD: syscalls.master,v 1.18 2001/02/02 13:01:44 mrg Exp $
 
 ;      from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
@@ -496,3 +496,46 @@
 #else
 303    EXCL            __shmctl13
 #endif
+304    STD             { int netbsd32_lchflags(const netbsd32_charp path, netbsd32_u_long flags); }
+305    STD             { int sys_issetugid(void); }
+306    STD             { int netbsd32_utrace(const netbsd32_charp label, netbsd32_voidp addr, \
+                               netbsd32_size_t len); }
+;
+; Syscalls 307 and 308 are reserved for getcontext and setcontext
+;
+307    UNIMPL
+308    UNIMPL
+;
+; Syscalls 309-339 are reserved for LWP and scheduler activation syscalls.
+;
+309    UNIMPL
+310    UNIMPL
+311    UNIMPL
+312    UNIMPL
+313    UNIMPL
+314    UNIMPL
+315    UNIMPL
+316    UNIMPL
+317    UNIMPL
+318    UNIMPL
+319    UNIMPL
+320    UNIMPL
+321    UNIMPL
+322    UNIMPL
+323    UNIMPL
+324    UNIMPL
+325    UNIMPL
+326    UNIMPL
+327    UNIMPL
+328    UNIMPL
+329    UNIMPL
+330    UNIMPL
+331    UNIMPL
+332    UNIMPL
+333    UNIMPL
+334    UNIMPL
+335    UNIMPL
+336    UNIMPL
+337    UNIMPL
+338    UNIMPL
+339    UNIMPL



Home | Main Index | Thread Index | Old Index