Deleted Added
full compact
syscalls.master (163760) syscalls.master (165410)
1 $FreeBSD: head/sys/i386/linux/syscalls.master 163760 2006-10-29 14:02:39Z netchild $
1 $FreeBSD: head/sys/i386/linux/syscalls.master 165410 2006-12-20 20:21:48Z 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

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

277 l_pid_t pid); }
278158 AUE_NULL NOPROTO { int sched_yield(void); }
279159 AUE_SCHED_GET_PRIORITY_MAX STD { int linux_sched_get_priority_max( \
280 l_int policy); }
281160 AUE_SCHED_GET_PRIORITY_MIN STD { int linux_sched_get_priority_min( \
282 l_int policy); }
283161 AUE_SCHED_RR_GET_INTERVAL NOPROTO { int sched_rr_get_interval(l_pid_t pid, \
284 struct l_timespec *interval); }
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

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

277 l_pid_t pid); }
278158 AUE_NULL NOPROTO { int sched_yield(void); }
279159 AUE_SCHED_GET_PRIORITY_MAX STD { int linux_sched_get_priority_max( \
280 l_int policy); }
281160 AUE_SCHED_GET_PRIORITY_MIN STD { int linux_sched_get_priority_min( \
282 l_int policy); }
283161 AUE_SCHED_RR_GET_INTERVAL NOPROTO { int sched_rr_get_interval(l_pid_t pid, \
284 struct l_timespec *interval); }
285162 AUE_NULL NOPROTO { int nanosleep( \
286 const struct timespec *rqtp, \
287 struct timespec *rmtp); }
285162 AUE_NULL STD { int linux_nanosleep( \
286 const struct l_timespec *rqtp, \
287 struct l_timespec *rmtp); }
288163 AUE_NULL STD { int linux_mremap(l_ulong addr, \
289 l_ulong old_len, l_ulong new_len, \
290 l_ulong flags, l_ulong new_addr); }
291164 AUE_SETRESUID STD { int linux_setresuid16(l_uid16_t ruid, \
292 l_uid16_t euid, l_uid16_t suid); }
293165 AUE_GETRESUID STD { int linux_getresuid16(l_uid16_t *ruid, \
294 l_uid16_t *euid, l_uid16_t *suid); }
295166 AUE_NULL STD { int linux_vm86(void); }

--- 192 unchanged lines hidden ---
288163 AUE_NULL STD { int linux_mremap(l_ulong addr, \
289 l_ulong old_len, l_ulong new_len, \
290 l_ulong flags, l_ulong new_addr); }
291164 AUE_SETRESUID STD { int linux_setresuid16(l_uid16_t ruid, \
292 l_uid16_t euid, l_uid16_t suid); }
293165 AUE_GETRESUID STD { int linux_getresuid16(l_uid16_t *ruid, \
294 l_uid16_t *euid, l_uid16_t *suid); }
295166 AUE_NULL STD { int linux_vm86(void); }

--- 192 unchanged lines hidden ---