aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-19 11:45:29 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-19 11:45:29 +0000
commit3edb235c0929b48b737246abf5190df9fe034662 (patch)
tree77fe00f03c2c31075750a0de7613ee739b649010 /sys/kern/syscalls.master
parent6605d9f3dbf3138698d30151e0ca21f0417cc657 (diff)
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master28
1 files changed, 27 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 0b4574b33043..0db6dc65679a 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
- $Id$
+ $Id: syscalls.master,v 1.3 1994/08/02 07:42:44 davidg Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
;
; System call name/number master file.
@@ -275,4 +275,30 @@
207 UNIMPL 0 nosys
208 UNIMPL 0 nosys
209 UNIMPL 0 nosys
+
+;
+; The following are reserved for loadable syscalls
+;
+#ifdef LKM
+210 NODEF 0 lkmnosys
+211 NODEF 0 lkmnosys
+212 NODEF 0 lkmnosys
+213 NODEF 0 lkmnosys
+214 NODEF 0 lkmnosys
+215 NODEF 0 lkmnosys
+216 NODEF 0 lkmnosys
+217 NODEF 0 lkmnosys
+218 NODEF 0 lkmnosys
+219 NODEF 0 lkmnosys
+#else
210 UNIMPL 0 nosys
+211 UNIMPL 0 nosys
+212 UNIMPL 0 nosys
+213 UNIMPL 0 nosys
+214 UNIMPL 0 nosys
+215 UNIMPL 0 nosys
+216 UNIMPL 0 nosys
+217 UNIMPL 0 nosys
+218 UNIMPL 0 nosys
+219 UNIMPL 0 nosys
+#endif