svn commit: r211998 - head/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Mon Aug 30 14:24:45 UTC 2010
Author: kib
Date: Mon Aug 30 14:24:44 2010
New Revision: 211998
URL: http://svn.freebsd.org/changeset/base/211998
Log:
Make the syscalls reserved for AFS usable by OpenAFS port.
Submitted by: Benjamin Kaduk <kaduk mit edu>
MFC after: 2 weeks
Modified:
head/sys/kern/syscalls.master
Modified: head/sys/kern/syscalls.master
==============================================================================
--- head/sys/kern/syscalls.master Mon Aug 30 14:04:29 2010 (r211997)
+++ head/sys/kern/syscalls.master Mon Aug 30 14:24:44 2010 (r211998)
@@ -594,7 +594,9 @@
337 AUE_NULL STD { int kldsym(int fileid, int cmd, \
void *data); }
338 AUE_JAIL STD { int jail(struct jail *jail); }
-339 AUE_NULL UNIMPL pioctl
+339 AUE_NULL NOSTD|NOTSTATIC { int nnpfs_syscall(int operation, \
+ char *a_pathP, int a_opcode, \
+ void *a_paramsP, int a_followSymlinks); }
340 AUE_SIGPROCMASK STD { int sigprocmask(int how, \
const sigset_t *set, sigset_t *oset); }
341 AUE_SIGSUSPEND STD { int sigsuspend(const sigset_t *sigmask); }
@@ -670,7 +672,9 @@
374 AUE_NULL STD { int __setugid(int flag); }
375 AUE_NULL UNIMPL nfsclnt
376 AUE_EACCESS STD { int eaccess(char *path, int flags); }
-377 AUE_NULL UNIMPL afs_syscall
+377 AUE_NULL NOSTD|NOTSTATIC { int afs3_syscall(long syscall, \
+ long parm1, long parm2, long parm3, \
+ long parm4, long parm5, long parm6); }
378 AUE_NMOUNT STD { int nmount(struct iovec *iovp, \
unsigned int iovcnt, int flags); }
379 AUE_NULL UNIMPL kse_exit
More information about the svn-src-head
mailing list