summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-17 18:44:15 +0000
committerjhb <jhb@FreeBSD.org>2009-06-17 18:44:15 +0000
commit4881bdf1efd469e320158bf288c5a3a5bb910af7 (patch)
treefbfea56b0ad67336435cce9cd08e756d737cced9 /sys/kern/syscalls.master
parent11a5c16ba087565969ed2554aac03b7567dc18e5 (diff)
downloadFreeBSD-src-4881bdf1efd469e320158bf288c5a3a5bb910af7.zip
FreeBSD-src-4881bdf1efd469e320158bf288c5a3a5bb910af7.tar.gz
- NOSTD results in lkmressys being used instead of lkmssys.
- Mark nfsclnt as UNIMPL. It should have been NOSTD instead of NOIMPL back when it lived in nfsclient.ko, but it was removed from that a long time ago.
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 466d4e3..b16be63 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -28,7 +28,7 @@
; OBSOL obsolete, not included in system, only specifies name
; UNIMPL not implemented, placeholder only
; NOSTD implemented but as a lkm that can be statically
-; compiled in; sysent entry will be filled with lkmsys
+; compiled in; sysent entry will be filled with lkmressys
; so the SYSCALL_MODULE macro works
; NOARGS same as STD except do not create structure in sys/sysproto.h
; NODEF same as STD except only have the entry in the syscall table
@@ -668,7 +668,7 @@
int attrnamespace, \
const char *attrname); }
374 AUE_NULL STD { int __setugid(int flag); }
-375 AUE_NULL NOIMPL { int nfsclnt(int flag, caddr_t argp); }
+375 AUE_NULL UNIMPL nfsclnt
376 AUE_EACCESS STD { int eaccess(char *path, int flags); }
377 AUE_NULL UNIMPL afs_syscall
378 AUE_NMOUNT STD { int nmount(struct iovec *iovp, \
OpenPOWER on IntegriCloud