Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Add mlockall at #242 and munlockall at #243.
details: https://anonhg.NetBSD.org/src/rev/40db42510510
branches: trunk
changeset: 473698:40db42510510
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jun 15 23:28:16 1999 +0000
description:
Add mlockall at #242 and munlockall at #243.
diffstat:
sys/kern/syscalls.master | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 31cbe9d5a22c -r 40db42510510 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Tue Jun 15 23:27:47 1999 +0000
+++ b/sys/kern/syscalls.master Tue Jun 15 23:28:16 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.92 1999/06/09 04:25:30 christos Exp $
+ $NetBSD: syscalls.master,v 1.93 1999/06/15 23:28:16 thorpej Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -486,8 +486,8 @@
240 STD { int sys_nanosleep(const struct timespec *rqtp, \
struct timespec *rmtp); }
241 STD { int sys_fdatasync(int fd); }
-242 UNIMPL
-243 UNIMPL
+242 STD { int sys_mlockall(int flags); }
+243 STD { int sys_munlockall(void); }
244 UNIMPL
245 UNIMPL
246 UNIMPL
Home |
Main Index |
Thread Index |
Old Index