Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Reserve slots for p1003.1b message queue calls.
details: https://anonhg.NetBSD.org/src/rev/94b3c55b9f9a
branches: trunk
changeset: 542226:94b3c55b9f9a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jan 24 01:23:27 2003 +0000
description:
Reserve slots for p1003.1b message queue calls.
diffstat:
sys/kern/syscalls.master | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (36 lines):
diff -r 2e4535b957cb -r 94b3c55b9f9a sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Fri Jan 24 01:18:50 2003 +0000
+++ b/sys/kern/syscalls.master Fri Jan 24 01:23:27 2003 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.124 2003/01/24 01:17:53 thorpej Exp $
+ $NetBSD: syscalls.master,v 1.125 2003/01/24 01:23:27 thorpej Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -541,16 +541,16 @@
255 EXCL sys__ksem_destroy
256 UNIMPL sys__ksem_timedwait
#endif
-257 UNIMPL
-258 UNIMPL
-259 UNIMPL
-260 UNIMPL
-261 UNIMPL
-262 UNIMPL
-263 UNIMPL
-264 UNIMPL
-265 UNIMPL
-266 UNIMPL
+257 UNIMPL sys_mq_open
+258 UNIMPL sys_mq_close
+259 UNIMPL sys_mq_unlink
+260 UNIMPL sys_mq_getattr
+261 UNIMPL sys_mq_setattr
+262 UNIMPL sys_mq_notify
+263 UNIMPL sys_mq_send
+264 UNIMPL sys_mq_receive
+265 UNIMPL sys_mq_timedsend
+266 UNIMPL sys_mq_timedreceive
267 UNIMPL
268 UNIMPL
269 UNIMPL
Home |
Main Index |
Thread Index |
Old Index