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

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

1039 int namelen); }
1040540 AUE_CHFLAGSAT NOPROTO { int chflagsat(int fd, const char *path, \
1041 u_long flags, int atflag); }
1042541 AUE_ACCEPT NOPROTO { int accept4(int s, \
1043 struct sockaddr * __restrict name, \
1044 __socklen_t * __restrict anamelen, \
1045 int flags); }
1046542 AUE_PIPE NOPROTO { int pipe2(int *fildes, int flags); }
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

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

1039 int namelen); }
1040540 AUE_CHFLAGSAT NOPROTO { int chflagsat(int fd, const char *path, \
1041 u_long flags, int atflag); }
1042541 AUE_ACCEPT NOPROTO { int accept4(int s, \
1043 struct sockaddr * __restrict name, \
1044 __socklen_t * __restrict anamelen, \
1045 int flags); }
1046542 AUE_PIPE NOPROTO { int pipe2(int *fildes, int flags); }
1047543 AUE_NULL NOSTD { int freebsd32_aio_mlock( \
1048 struct aiocb32 *aiocbp); }