Deleted Added
full compact
syscalls.master (250853) syscalls.master (251526)
1 $FreeBSD: head/sys/kern/syscalls.master 250853 2013-05-21 11:40:16Z kib $
1 $FreeBSD: head/sys/kern/syscalls.master 251526 2013-06-08 13:27:57Z glebius $
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

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

972 int namelen); }
973540 AUE_CHFLAGSAT STD { int chflagsat(int fd, const char *path, \
974 u_long flags, int atflag); }
975541 AUE_ACCEPT STD { int accept4(int s, \
976 struct sockaddr * __restrict name, \
977 __socklen_t * __restrict anamelen, \
978 int flags); }
979542 AUE_PIPE STD { int pipe2(int *fildes, int flags); }
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

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

972 int namelen); }
973540 AUE_CHFLAGSAT STD { int chflagsat(int fd, const char *path, \
974 u_long flags, int atflag); }
975541 AUE_ACCEPT STD { int accept4(int s, \
976 struct sockaddr * __restrict name, \
977 __socklen_t * __restrict anamelen, \
978 int flags); }
979542 AUE_PIPE STD { int pipe2(int *fildes, int flags); }
980543 AUE_NULL NOSTD { int aio_mlock(struct aiocb *aiocbp); }
980; Please copy any additions and changes to the following compatability tables:
981; sys/compat/freebsd32/syscalls.master
981; Please copy any additions and changes to the following compatability tables:
982; sys/compat/freebsd32/syscalls.master