Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Reserve system call slots for getcontext, setcontex...



details:   https://anonhg.NetBSD.org/src/rev/041395586bf4
branches:  trunk
changeset: 501870:041395586bf4
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Mon Jan 08 18:25:35 2001 +0000

description:
Reserve system call slots for getcontext, setcontext, LWPs, and
scheduler activations.

diffstat:

 sys/kern/syscalls.master |  41 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 40 insertions(+), 1 deletions(-)

diffs (52 lines):

diff -r 1e998f87ec69 -r 041395586bf4 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Mon Jan 08 18:03:45 2001 +0000
+++ b/sys/kern/syscalls.master  Mon Jan 08 18:25:35 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.106 2001/01/05 21:42:08 jdolecek Exp $
+       $NetBSD: syscalls.master,v 1.107 2001/01/08 18:25:35 nathanw Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -607,3 +607,42 @@
 305    STD             { int sys_issetugid(void); }
 306    STD             { int sys_utrace(const char *label, void *addr, \
                                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