Deleted Added
full compact
syscalls.master (168014) syscalls.master (168035)
1 $FreeBSD: head/sys/amd64/linux32/syscalls.master 168014 2007-03-29 02:11:46Z julian $
1 $FreeBSD: head/sys/amd64/linux32/syscalls.master 168035 2007-03-30 00:06:21Z jkim $
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

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

404236 AUE_NULL STD { int linux_lremovexattr(void); }
405237 AUE_NULL STD { int linux_fremovexattr(void); }
406238 AUE_NULL STD { int linux_tkill(int tid, int sig); }
407239 AUE_SENDFILE UNIMPL linux_sendfile64
408240 AUE_NULL STD { int linux_sys_futex(void *uaddr, int op, int val, \
409 struct l_timespec *timeout, void *uaddr2, int val3); }
410241 AUE_NULL UNIMPL linux_sched_setaffinity
411242 AUE_NULL UNIMPL linux_sched_getaffinity
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

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

404236 AUE_NULL STD { int linux_lremovexattr(void); }
405237 AUE_NULL STD { int linux_fremovexattr(void); }
406238 AUE_NULL STD { int linux_tkill(int tid, int sig); }
407239 AUE_SENDFILE UNIMPL linux_sendfile64
408240 AUE_NULL STD { int linux_sys_futex(void *uaddr, int op, int val, \
409 struct l_timespec *timeout, void *uaddr2, int val3); }
410241 AUE_NULL UNIMPL linux_sched_setaffinity
411242 AUE_NULL UNIMPL linux_sched_getaffinity
412243 AUE_NULL UNIMPL linux_set_thread_area
412243 AUE_NULL STD { int linux_set_thread_area(struct l_user_desc *desc); }
413244 AUE_NULL UNIMPL linux_get_thread_area
414245 AUE_NULL UNIMPL linux_io_setup
415246 AUE_NULL UNIMPL linux_io_destroy
416247 AUE_NULL UNIMPL linux_io_getevents
417248 AUE_NULL UNIMPL inux_io_submit
418249 AUE_NULL UNIMPL linux_io_cancel
419250 AUE_NULL STD { int linux_fadvise64(void); }
420251 AUE_NULL UNIMPL

--- 62 unchanged lines hidden ---
413244 AUE_NULL UNIMPL linux_get_thread_area
414245 AUE_NULL UNIMPL linux_io_setup
415246 AUE_NULL UNIMPL linux_io_destroy
416247 AUE_NULL UNIMPL linux_io_getevents
417248 AUE_NULL UNIMPL inux_io_submit
418249 AUE_NULL UNIMPL linux_io_cancel
419250 AUE_NULL STD { int linux_fadvise64(void); }
420251 AUE_NULL UNIMPL

--- 62 unchanged lines hidden ---