Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/aout Add missing system calls mlockall() and munl...



details:   https://anonhg.NetBSD.org/src/rev/69154c3bbe7c
branches:  trunk
changeset: 480279:69154c3bbe7c
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jan 08 17:02:46 2000 +0000

description:
Add missing system calls mlockall() and munlockall() as suggested by
Michael Eriksson in PR kern/9147.

diffstat:

 sys/compat/aout/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r cbe4889295c4 -r 69154c3bbe7c sys/compat/aout/syscalls.master
--- a/sys/compat/aout/syscalls.master   Sat Jan 08 13:36:28 2000 +0000
+++ b/sys/compat/aout/syscalls.master   Sat Jan 08 17:02:46 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.6 1999/09/16 18:18:28 christos Exp $
+       $NetBSD: syscalls.master,v 1.7 2000/01/08 17:02:46 tron Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -509,8 +509,8 @@
 240    NOARGS          { int sys_nanosleep(const struct timespec *rqtp, \
                            struct timespec *rmtp); }
 241    NOARGS          { int sys_fdatasync(int fd); }
-242    UNIMPL
-243    UNIMPL
+242    NOARGS          { int sys_mlockall(int flags); }
+243    NOARGS          { int sys_munlockall(void); }
 244    UNIMPL
 245    UNIMPL
 246    UNIMPL



Home | Main Index | Thread Index | Old Index