K 10 svn:author V 3 jhb K 8 svn:date V 27 2009-07-24T19:35:06.191168Z K 7 svn:log V 788 MFC: Several cleanups to the syscall tables: - Add explicit prototypes for lkmnosys() and lkmressys() in and remove hacks for those routines from makesyscalls.sh. - Change the LKM syscall entries in the freebsd32 table to use lkmnosys rather than nosys. - Use NOPROTO for __syscall() to remove more magic logic from makesyscalls.sh. - Retire the unused nfsclnt() system call and mark it as UNIMPL rather than NOIMPL. - Remove the NOIMPL system call type. - Allow multiple flags in the type system call type field. Use this to retire CPT_NOA. - Update the comment descriptions for COMPAT[45] system calls in various generated files. - Update comments in syscalls.master. - Include defintions for audit identifiers for compat system calls in . END