Source-Changes-HG archive

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

[src/trunk]: src/sys/kern modctl +RUMP



details:   https://anonhg.NetBSD.org/src/rev/1d07c819e177
branches:  trunk
changeset: 749309:1d07c819e177
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 26 09:00:45 2009 +0000

description:
modctl +RUMP

diffstat:

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

diffs (18 lines):

diff -r 92c572ce5a9a -r 1d07c819e177 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Thu Nov 26 07:40:34 2009 +0000
+++ b/sys/kern/syscalls.master  Thu Nov 26 09:00:45 2009 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.229 2009/07/21 23:59:00 pooka Exp $
+       $NetBSD: syscalls.master,v 1.230 2009/11/26 09:00:45 pooka Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -488,7 +488,7 @@
                            siginfo_t *info, \
                            struct timespec50 *timeout); }
 245    UNIMPL          sys_sigqueue
-246    STD             { int|sys||modctl(int cmd, void *arg); }
+246    STD RUMP        { int|sys||modctl(int cmd, void *arg); }
 247    STD MODULAR     { int|sys||_ksem_init(unsigned int value, intptr_t *idp); }
 248    STD MODULAR     { int|sys||_ksem_open(const char *name, int oflag, \
                            mode_t mode, unsigned int value, intptr_t *idp); }



Home | Main Index | Thread Index | Old Index