Deleted Added
full compact
syscalls.master (194833) syscalls.master (194894)
1 $FreeBSD: head/sys/kern/syscalls.master 194833 2009-06-24 13:36:37Z jhb $
1 $FreeBSD: head/sys/kern/syscalls.master 194894 2009-06-24 20:01:13Z jhb $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number audit type 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

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

329163 AUE_SYSCTL COMPAT4 { int setdomainname(char *domainname, \
330 int len); }
331164 AUE_NULL COMPAT4 { int uname(struct utsname *name); }
332165 AUE_SYSARCH STD { int sysarch(int op, char *parms); }
333166 AUE_RTPRIO STD { int rtprio(int function, pid_t pid, \
334 struct rtprio *rtp); }
335167 AUE_NULL UNIMPL nosys
336168 AUE_NULL UNIMPL nosys
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3;
4; System call name/number master file.
5; Processed to created init_sysent.c, syscalls.c and syscall.h.
6
7; Columns: number audit type 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

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

329163 AUE_SYSCTL COMPAT4 { int setdomainname(char *domainname, \
330 int len); }
331164 AUE_NULL COMPAT4 { int uname(struct utsname *name); }
332165 AUE_SYSARCH STD { int sysarch(int op, char *parms); }
333166 AUE_RTPRIO STD { int rtprio(int function, pid_t pid, \
334 struct rtprio *rtp); }
335167 AUE_NULL UNIMPL nosys
336168 AUE_NULL UNIMPL nosys
337; 169 is initialized by the SYSVSEM code if present or loaded
338169 AUE_SEMSYS NOSTD { int semsys(int which, int a2, int a3, \
339 int a4, int a5); }
340; XXX should be { int semsys(int which, ...); }
337169 AUE_SEMSYS NOSTD { int semsys(int which, int a2, int a3, \
338 int a4, int a5); }
339; XXX should be { int semsys(int which, ...); }
341; 170 is initialized by the SYSVMSG code if present or loaded
342170 AUE_MSGSYS NOSTD { int msgsys(int which, int a2, int a3, \
343 int a4, int a5, int a6); }
344; XXX should be { int msgsys(int which, ...); }
340170 AUE_MSGSYS NOSTD { int msgsys(int which, int a2, int a3, \
341 int a4, int a5, int a6); }
342; XXX should be { int msgsys(int which, ...); }
345; 171 is initialized by the SYSVSHM code if present or loaded
346171 AUE_SHMSYS NOSTD { int shmsys(int which, int a2, int a3, \
347 int a4); }
348; XXX should be { int shmsys(int which, ...); }
349172 AUE_NULL UNIMPL nosys
350173 AUE_PREAD STD { ssize_t freebsd6_pread(int fd, void *buf, \
351 size_t nbyte, int pad, off_t offset); }
352174 AUE_PWRITE STD { ssize_t freebsd6_pwrite(int fd, \
353 const void *buf, \

--- 558 unchanged lines hidden ---
343171 AUE_SHMSYS NOSTD { int shmsys(int which, int a2, int a3, \
344 int a4); }
345; XXX should be { int shmsys(int which, ...); }
346172 AUE_NULL UNIMPL nosys
347173 AUE_PREAD STD { ssize_t freebsd6_pread(int fd, void *buf, \
348 size_t nbyte, int pad, off_t offset); }
349174 AUE_PWRITE STD { ssize_t freebsd6_pwrite(int fd, \
350 const void *buf, \

--- 558 unchanged lines hidden ---