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

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

1010534 AUE_CAP_IOCTLS_LIMIT NOPROTO { int cap_ioctls_limit(int fd, \
1011 const u_long *cmds, size_t ncmds); }
1012535 AUE_CAP_IOCTLS_GET NOPROTO { ssize_t cap_ioctls_get(int fd, \
1013 u_long *cmds, size_t maxcmds); }
1014536 AUE_CAP_FCNTLS_LIMIT NOPROTO { int cap_fcntls_limit(int fd, \
1015 uint32_t fcntlrights); }
1016537 AUE_CAP_FCNTLS_GET NOPROTO { int cap_fcntls_get(int fd, \
1017 uint32_t *fcntlrightsp); }
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number audit type name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

1010534 AUE_CAP_IOCTLS_LIMIT NOPROTO { int cap_ioctls_limit(int fd, \
1011 const u_long *cmds, size_t ncmds); }
1012535 AUE_CAP_IOCTLS_GET NOPROTO { ssize_t cap_ioctls_get(int fd, \
1013 u_long *cmds, size_t maxcmds); }
1014536 AUE_CAP_FCNTLS_LIMIT NOPROTO { int cap_fcntls_limit(int fd, \
1015 uint32_t fcntlrights); }
1016537 AUE_CAP_FCNTLS_GET NOPROTO { int cap_fcntls_get(int fd, \
1017 uint32_t *fcntlrightsp); }
1018538 AUE_BINDAT NOPROTO { int bindat(int fd, int s, caddr_t name, \
1019 int namelen); }
1020539 AUE_CONNECTAT NOPROTO { int connectat(int fd, int s, caddr_t name, \
1021 int namelen); }