mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
- 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.
This commit is contained in:
parent
d1a3f05d54
commit
f425839118
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194383
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user