Deleted Added
full compact
syscalls.master (247667) syscalls.master (248597)
1 $FreeBSD: head/sys/kern/syscalls.master 247667 2013-03-02 21:11:30Z pjd $
1 $FreeBSD: head/sys/kern/syscalls.master 248597 2013-03-21 22:44:33Z 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

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

110 __socklen_t * __restrict anamelen); }
11131 AUE_GETPEERNAME STD { int getpeername(int fdes, \
112 struct sockaddr * __restrict asa, \
113 __socklen_t * __restrict alen); }
11432 AUE_GETSOCKNAME STD { int getsockname(int fdes, \
115 struct sockaddr * __restrict asa, \
116 __socklen_t * __restrict alen); }
11733 AUE_ACCESS STD { int access(char *path, int amode); }
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

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

110 __socklen_t * __restrict anamelen); }
11131 AUE_GETPEERNAME STD { int getpeername(int fdes, \
112 struct sockaddr * __restrict asa, \
113 __socklen_t * __restrict alen); }
11432 AUE_GETSOCKNAME STD { int getsockname(int fdes, \
115 struct sockaddr * __restrict asa, \
116 __socklen_t * __restrict alen); }
11733 AUE_ACCESS STD { int access(char *path, int amode); }
11834 AUE_CHFLAGS STD { int chflags(char *path, int flags); }
11935 AUE_FCHFLAGS STD { int fchflags(int fd, int flags); }
11834 AUE_CHFLAGS STD { int chflags(const char *path, u_long flags); }
11935 AUE_FCHFLAGS STD { int fchflags(int fd, u_long flags); }
12036 AUE_SYNC STD { int sync(void); }
12137 AUE_KILL STD { int kill(int pid, int signum); }
12238 AUE_STAT COMPAT { int stat(char *path, struct ostat *ub); }
12339 AUE_GETPPID STD { pid_t getppid(void); }
12440 AUE_LSTAT COMPAT { int lstat(char *path, struct ostat *ub); }
12541 AUE_DUP STD { int dup(u_int fd); }
12642 AUE_PIPE STD { int pipe(void); }
12743 AUE_GETEGID STD { gid_t getegid(void); }

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

691387 AUE_NULL STD { int __mac_get_file(const char *path_p, \
692 struct mac *mac_p); }
693388 AUE_NULL STD { int __mac_set_fd(int fd, \
694 struct mac *mac_p); }
695389 AUE_NULL STD { int __mac_set_file(const char *path_p, \
696 struct mac *mac_p); }
697390 AUE_NULL STD { int kenv(int what, const char *name, \
698 char *value, int len); }
12036 AUE_SYNC STD { int sync(void); }
12137 AUE_KILL STD { int kill(int pid, int signum); }
12238 AUE_STAT COMPAT { int stat(char *path, struct ostat *ub); }
12339 AUE_GETPPID STD { pid_t getppid(void); }
12440 AUE_LSTAT COMPAT { int lstat(char *path, struct ostat *ub); }
12541 AUE_DUP STD { int dup(u_int fd); }
12642 AUE_PIPE STD { int pipe(void); }
12743 AUE_GETEGID STD { gid_t getegid(void); }

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

691387 AUE_NULL STD { int __mac_get_file(const char *path_p, \
692 struct mac *mac_p); }
693388 AUE_NULL STD { int __mac_set_fd(int fd, \
694 struct mac *mac_p); }
695389 AUE_NULL STD { int __mac_set_file(const char *path_p, \
696 struct mac *mac_p); }
697390 AUE_NULL STD { int kenv(int what, const char *name, \
698 char *value, int len); }
699391 AUE_LCHFLAGS STD { int lchflags(const char *path, int flags); }
699391 AUE_LCHFLAGS STD { int lchflags(const char *path, \
700 u_long flags); }
700392 AUE_NULL STD { int uuidgen(struct uuid *store, \
701 int count); }
702393 AUE_SENDFILE STD { int sendfile(int fd, int s, off_t offset, \
703 size_t nbytes, struct sf_hdtr *hdtr, \
704 off_t *sbytes, int flags); }
705394 AUE_NULL STD { int mac_syscall(const char *policy, \
706 int call, void *arg); }
707395 AUE_GETFSSTAT STD { int getfsstat(struct statfs *buf, \

--- 266 unchanged lines hidden ---
701392 AUE_NULL STD { int uuidgen(struct uuid *store, \
702 int count); }
703393 AUE_SENDFILE STD { int sendfile(int fd, int s, off_t offset, \
704 size_t nbytes, struct sf_hdtr *hdtr, \
705 off_t *sbytes, int flags); }
706394 AUE_NULL STD { int mac_syscall(const char *policy, \
707 int call, void *arg); }
708395 AUE_GETFSSTAT STD { int getfsstat(struct statfs *buf, \

--- 266 unchanged lines hidden ---