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

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

109 uint32_t fromlenaddr); }
11030 AUE_ACCEPT NOPROTO { int accept(int s, caddr_t name, \
111 int *anamelen); }
11231 AUE_GETPEERNAME NOPROTO { int getpeername(int fdes, caddr_t asa, \
113 int *alen); }
11432 AUE_GETSOCKNAME NOPROTO { int getsockname(int fdes, caddr_t asa, \
115 int *alen); }
11633 AUE_ACCESS NOPROTO { int access(char *path, int amode); }
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

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

109 uint32_t fromlenaddr); }
11030 AUE_ACCEPT NOPROTO { int accept(int s, caddr_t name, \
111 int *anamelen); }
11231 AUE_GETPEERNAME NOPROTO { int getpeername(int fdes, caddr_t asa, \
113 int *alen); }
11432 AUE_GETSOCKNAME NOPROTO { int getsockname(int fdes, caddr_t asa, \
115 int *alen); }
11633 AUE_ACCESS NOPROTO { int access(char *path, int amode); }
11734 AUE_CHFLAGS NOPROTO { int chflags(char *path, int flags); }
11835 AUE_FCHFLAGS NOPROTO { int fchflags(int fd, int flags); }
11734 AUE_CHFLAGS NOPROTO { int chflags(const char *path, u_long flags); }
11835 AUE_FCHFLAGS NOPROTO { int fchflags(int fd, u_long flags); }
11936 AUE_SYNC NOPROTO { int sync(void); }
12037 AUE_KILL NOPROTO { int kill(int pid, int signum); }
12138 AUE_STAT COMPAT { int freebsd32_stat(char *path, \
122 struct ostat32 *ub); }
12339 AUE_GETPPID NOPROTO { pid_t getppid(void); }
12440 AUE_LSTAT COMPAT { int freebsd32_lstat(char *path, \
125 struct ostat *ub); }
12641 AUE_DUP NOPROTO { int dup(u_int fd); }

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

688384 AUE_NULL UNIMPL __mac_get_proc
689385 AUE_NULL UNIMPL __mac_set_proc
690386 AUE_NULL UNIMPL __mac_get_fd
691387 AUE_NULL UNIMPL __mac_get_file
692388 AUE_NULL UNIMPL __mac_set_fd
693389 AUE_NULL UNIMPL __mac_set_file
694390 AUE_NULL NOPROTO { int kenv(int what, const char *name, \
695 char *value, int len); }
11936 AUE_SYNC NOPROTO { int sync(void); }
12037 AUE_KILL NOPROTO { int kill(int pid, int signum); }
12138 AUE_STAT COMPAT { int freebsd32_stat(char *path, \
122 struct ostat32 *ub); }
12339 AUE_GETPPID NOPROTO { pid_t getppid(void); }
12440 AUE_LSTAT COMPAT { int freebsd32_lstat(char *path, \
125 struct ostat *ub); }
12641 AUE_DUP NOPROTO { int dup(u_int fd); }

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

688384 AUE_NULL UNIMPL __mac_get_proc
689385 AUE_NULL UNIMPL __mac_set_proc
690386 AUE_NULL UNIMPL __mac_get_fd
691387 AUE_NULL UNIMPL __mac_get_file
692388 AUE_NULL UNIMPL __mac_set_fd
693389 AUE_NULL UNIMPL __mac_set_file
694390 AUE_NULL NOPROTO { int kenv(int what, const char *name, \
695 char *value, int len); }
696391 AUE_LCHFLAGS NOPROTO { int lchflags(const char *path, int flags); }
696391 AUE_LCHFLAGS NOPROTO { int lchflags(const char *path, \
697 u_long flags); }
697392 AUE_NULL NOPROTO { int uuidgen(struct uuid *store, \
698 int count); }
699393 AUE_SENDFILE STD { int freebsd32_sendfile(int fd, int s, \
700 uint32_t offset1, uint32_t offset2, \
701 size_t nbytes, struct sf_hdtr32 *hdtr, \
702 off_t *sbytes, int flags); }
703394 AUE_NULL UNIMPL mac_syscall
704395 AUE_GETFSSTAT NOPROTO { int getfsstat(struct statfs *buf, \

--- 317 unchanged lines hidden ---
698392 AUE_NULL NOPROTO { int uuidgen(struct uuid *store, \
699 int count); }
700393 AUE_SENDFILE STD { int freebsd32_sendfile(int fd, int s, \
701 uint32_t offset1, uint32_t offset2, \
702 size_t nbytes, struct sf_hdtr32 *hdtr, \
703 off_t *sbytes, int flags); }
704394 AUE_NULL UNIMPL mac_syscall
705395 AUE_GETFSSTAT NOPROTO { int getfsstat(struct statfs *buf, \

--- 317 unchanged lines hidden ---