Deleted Added
full compact
syscalls.master (293592) syscalls.master (294368)
1 $FreeBSD: stable/10/sys/amd64/linux/syscalls.master 293592 2016-01-09 17:54:37Z dchagin $
1 $FreeBSD: stable/10/sys/amd64/linux/syscalls.master 294368 2016-01-20 01:09:53Z jhb $
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from LINUX).
5; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h.
6
7; Columns: number audit type nargs 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

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

44 l_int mode); }
453 AUE_CLOSE NOPROTO { int close(int fd); }
464 AUE_STAT STD { int linux_newstat(char *path, \
47 struct l_newstat *buf); }
485 AUE_FSTAT STD { int linux_newfstat(l_uint fd, \
49 struct l_newstat *buf); }
506 AUE_LSTAT STD { int linux_newlstat(char *path, \
51 struct l_newstat *buf); }
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from LINUX).
5; Processed to create linux_sysent.c, linux_proto.h and linux_syscall.h.
6
7; Columns: number audit type nargs 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

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

44 l_int mode); }
453 AUE_CLOSE NOPROTO { int close(int fd); }
464 AUE_STAT STD { int linux_newstat(char *path, \
47 struct l_newstat *buf); }
485 AUE_FSTAT STD { int linux_newfstat(l_uint fd, \
49 struct l_newstat *buf); }
506 AUE_LSTAT STD { int linux_newlstat(char *path, \
51 struct l_newstat *buf); }
527 AUE_POLL NOPROTO { int poll(struct pollfd*, \
53 unsigned int nfds, int timeout); }
527 AUE_POLL NOPROTO { int poll(struct pollfd *fds, u_int nfds, \
53 int timeout); }
548 AUE_LSEEK STD { int linux_lseek(l_uint fdes, l_off_t off, \
55 l_int whence); }
569 AUE_MMAP STD { int linux_mmap2(l_ulong addr, l_ulong len, \
57 l_ulong prot, l_ulong flags, l_ulong fd, \
58 l_ulong pgoff); }
5910 AUE_MPROTECT STD { int linux_mprotect(caddr_t addr, int len, \
60 int prot); }
6111 AUE_MUNMAP NOPROTO { int munmap(caddr_t addr, int len); }

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

311 l_uintptr_t arg5); }
312158 AUE_PRCTL STD { int linux_arch_prctl(l_int code, l_ulong addr); }
313159 AUE_ADJTIME STD { int linux_adjtimex(void); }
314160 AUE_SETRLIMIT STD { int linux_setrlimit(l_uint resource, \
315 struct l_rlimit *rlim); }
316161 AUE_CHROOT NOPROTO { int chroot(char *path); }
317162 AUE_SYNC NOPROTO { int sync(void); }
318163 AUE_ACCT NOPROTO { int acct(char *path); }
548 AUE_LSEEK STD { int linux_lseek(l_uint fdes, l_off_t off, \
55 l_int whence); }
569 AUE_MMAP STD { int linux_mmap2(l_ulong addr, l_ulong len, \
57 l_ulong prot, l_ulong flags, l_ulong fd, \
58 l_ulong pgoff); }
5910 AUE_MPROTECT STD { int linux_mprotect(caddr_t addr, int len, \
60 int prot); }
6111 AUE_MUNMAP NOPROTO { int munmap(caddr_t addr, int len); }

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

311 l_uintptr_t arg5); }
312158 AUE_PRCTL STD { int linux_arch_prctl(l_int code, l_ulong addr); }
313159 AUE_ADJTIME STD { int linux_adjtimex(void); }
314160 AUE_SETRLIMIT STD { int linux_setrlimit(l_uint resource, \
315 struct l_rlimit *rlim); }
316161 AUE_CHROOT NOPROTO { int chroot(char *path); }
317162 AUE_SYNC NOPROTO { int sync(void); }
318163 AUE_ACCT NOPROTO { int acct(char *path); }
319164 AUE_SETTIMEOFDAY NOPROTO { int settimeofday(struct l_timeval *tp, struct timezone *tzp); }
319164 AUE_SETTIMEOFDAY NOPROTO { int settimeofday(struct l_timeval *tv, struct timezone *tzp); }
320165 AUE_MOUNT STD { int linux_mount(char *specialfile, \
321 char *dir, char *filesystemtype, \
322 l_ulong rwflag, void *data); }
323166 AUE_UMOUNT STD { int linux_umount(char *path, l_int flags); }
324167 AUE_SWAPON NOPROTO { int swapon(char *name); }
325168 AUE_SWAPOFF STD { int linux_swapoff(void); }
326169 AUE_REBOOT STD { int linux_reboot(l_int magic1, \
327 l_int magic2, l_uint cmd, void *arg); }

--- 188 unchanged lines hidden ---
320165 AUE_MOUNT STD { int linux_mount(char *specialfile, \
321 char *dir, char *filesystemtype, \
322 l_ulong rwflag, void *data); }
323166 AUE_UMOUNT STD { int linux_umount(char *path, l_int flags); }
324167 AUE_SWAPON NOPROTO { int swapon(char *name); }
325168 AUE_SWAPOFF STD { int linux_swapoff(void); }
326169 AUE_REBOOT STD { int linux_reboot(l_int magic1, \
327 l_int magic2, l_uint cmd, void *arg); }

--- 188 unchanged lines hidden ---