Deleted Added
full compact
syscalls.master (247602) syscalls.master (247667)
1 $FreeBSD: head/sys/kern/syscalls.master 247602 2013-03-02 00:53:12Z pjd $
1 $FreeBSD: head/sys/kern/syscalls.master 247667 2013-03-02 21:11:30Z pjd $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number audit type name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; audit the audit event associated with the system call

--- 950 unchanged lines hidden (view full) ---

960534 AUE_CAP_IOCTLS_LIMIT STD { int cap_ioctls_limit(int fd, \
961 const u_long *cmds, size_t ncmds); }
962535 AUE_CAP_IOCTLS_GET STD { ssize_t cap_ioctls_get(int fd, \
963 u_long *cmds, size_t maxcmds); }
964536 AUE_CAP_FCNTLS_LIMIT STD { int cap_fcntls_limit(int fd, \
965 uint32_t fcntlrights); }
966537 AUE_CAP_FCNTLS_GET STD { int cap_fcntls_get(int fd, \
967 uint32_t *fcntlrightsp); }
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number audit type name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; audit the audit event associated with the system call

--- 950 unchanged lines hidden (view full) ---

960534 AUE_CAP_IOCTLS_LIMIT STD { int cap_ioctls_limit(int fd, \
961 const u_long *cmds, size_t ncmds); }
962535 AUE_CAP_IOCTLS_GET STD { ssize_t cap_ioctls_get(int fd, \
963 u_long *cmds, size_t maxcmds); }
964536 AUE_CAP_FCNTLS_LIMIT STD { int cap_fcntls_limit(int fd, \
965 uint32_t fcntlrights); }
966537 AUE_CAP_FCNTLS_GET STD { int cap_fcntls_get(int fd, \
967 uint32_t *fcntlrightsp); }
968538 AUE_BINDAT STD { int bindat(int fd, int s, caddr_t name, \
969 int namelen); }
970539 AUE_CONNECTAT STD { int connectat(int fd, int s, caddr_t name, \
971 int namelen); }
968; Please copy any additions and changes to the following compatability tables:
969; sys/compat/freebsd32/syscalls.master
972; Please copy any additions and changes to the following compatability tables:
973; sys/compat/freebsd32/syscalls.master