Deleted Added
full compact
syscalls.master (165689) syscalls.master (166727)
1 $FreeBSD: head/sys/i386/linux/syscalls.master 165689 2006-12-31 13:16:00Z netchild $
1 $FreeBSD: head/sys/i386/linux/syscalls.master 166727 2007-02-15 00:54:40Z 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

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

219 void *parent_tidptr, int dummy, void * child_tidptr); }
220121 AUE_SYSCTL NOPROTO { int setdomainname(char *name, \
221 int len); }
222122 AUE_NULL STD { int linux_newuname( \
223 struct l_new_utsname *buf); }
224123 AUE_NULL STD { int linux_modify_ldt(l_int func, \
225 void *ptr, l_ulong bytecount); }
226124 AUE_ADJTIME STD { int linux_adjtimex(void); }
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

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

219 void *parent_tidptr, int dummy, void * child_tidptr); }
220121 AUE_SYSCTL NOPROTO { int setdomainname(char *name, \
221 int len); }
222122 AUE_NULL STD { int linux_newuname( \
223 struct l_new_utsname *buf); }
224123 AUE_NULL STD { int linux_modify_ldt(l_int func, \
225 void *ptr, l_ulong bytecount); }
226124 AUE_ADJTIME STD { int linux_adjtimex(void); }
227125 AUE_MPROTECT NOPROTO { int mprotect(caddr_t addr, int len, \
227125 AUE_MPROTECT STD { int linux_mprotect(caddr_t addr, int len, \
228 int prot); }
229126 AUE_SIGPROCMASK STD { int linux_sigprocmask(l_int how, \
230 l_osigset_t *mask, l_osigset_t *omask); }
231127 AUE_NULL STD { int linux_create_module(void); }
232128 AUE_NULL STD { int linux_init_module(void); }
233129 AUE_NULL STD { int linux_delete_module(void); }
234130 AUE_NULL STD { int linux_get_kernel_syms(void); }
235131 AUE_QUOTACTL STD { int linux_quotactl(void); }

--- 256 unchanged lines hidden ---
228 int prot); }
229126 AUE_SIGPROCMASK STD { int linux_sigprocmask(l_int how, \
230 l_osigset_t *mask, l_osigset_t *omask); }
231127 AUE_NULL STD { int linux_create_module(void); }
232128 AUE_NULL STD { int linux_init_module(void); }
233129 AUE_NULL STD { int linux_delete_module(void); }
234130 AUE_NULL STD { int linux_get_kernel_syms(void); }
235131 AUE_QUOTACTL STD { int linux_quotactl(void); }

--- 256 unchanged lines hidden ---