Deleted Added
full compact
syscalls.master (184789) syscalls.master (191673)
1 $FreeBSD: head/sys/kern/syscalls.master 184789 2008-11-09 10:45:13Z ed $
1 $FreeBSD: head/sys/kern/syscalls.master 191673 2009-04-29 21:14:15Z jamie $
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

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

892501 AUE_RENAMEAT STD { int renameat(int oldfd, char *old, int newfd, \
893 char *new); }
894502 AUE_SYMLINKAT STD { int symlinkat(char *path1, int fd, \
895 char *path2); }
896503 AUE_UNLINKAT STD { int unlinkat(int fd, char *path, int flag); }
897504 AUE_POSIX_OPENPT STD { int posix_openpt(int flags); }
898; 505 is initialised by the kgssapi code, if present.
899505 AUE_NULL NOSTD { int gssd_syscall(char *path); }
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

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

892501 AUE_RENAMEAT STD { int renameat(int oldfd, char *old, int newfd, \
893 char *new); }
894502 AUE_SYMLINKAT STD { int symlinkat(char *path1, int fd, \
895 char *path2); }
896503 AUE_UNLINKAT STD { int unlinkat(int fd, char *path, int flag); }
897504 AUE_POSIX_OPENPT STD { int posix_openpt(int flags); }
898; 505 is initialised by the kgssapi code, if present.
899505 AUE_NULL NOSTD { int gssd_syscall(char *path); }
900506 AUE_NULL STD { int jail_get(struct iovec *iovp, \
901 unsigned int iovcnt, int flags); }
902507 AUE_NULL STD { int jail_set(struct iovec *iovp, \
903 unsigned int iovcnt, int flags); }
904508 AUE_NULL STD { int jail_remove(int jid); }
900; Please copy any additions and changes to the following compatability tables:
901; sys/compat/freebsd32/syscalls.master
905; Please copy any additions and changes to the following compatability tables:
906; sys/compat/freebsd32/syscalls.master