Deleted Added
full compact
syscalls.master (277610) syscalls.master (281714)
1 $FreeBSD: head/sys/kern/syscalls.master 277610 2015-01-23 21:07:08Z jilles $
1 $FreeBSD: head/sys/kern/syscalls.master 281714 2015-04-18 21:50:13Z kib $
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

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

337; XXX should be { int semsys(int which, ...); }
338170 AUE_MSGSYS NOSTD { int msgsys(int which, int a2, int a3, \
339 int a4, int a5, int a6); }
340; XXX should be { int msgsys(int which, ...); }
341171 AUE_SHMSYS NOSTD { int shmsys(int which, int a2, int a3, \
342 int a4); }
343; XXX should be { int shmsys(int which, ...); }
344172 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

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

337; XXX should be { int semsys(int which, ...); }
338170 AUE_MSGSYS NOSTD { int msgsys(int which, int a2, int a3, \
339 int a4, int a5, int a6); }
340; XXX should be { int msgsys(int which, ...); }
341171 AUE_SHMSYS NOSTD { int shmsys(int which, int a2, int a3, \
342 int a4); }
343; XXX should be { int shmsys(int which, ...); }
344172 AUE_NULL UNIMPL nosys
345173 AUE_PREAD STD { ssize_t freebsd6_pread(int fd, void *buf, \
345173 AUE_PREAD COMPAT6 { ssize_t pread(int fd, void *buf, \
346 size_t nbyte, int pad, off_t offset); }
346 size_t nbyte, int pad, off_t offset); }
347174 AUE_PWRITE STD { ssize_t freebsd6_pwrite(int fd, \
347174 AUE_PWRITE COMPAT6 { ssize_t pwrite(int fd, \
348 const void *buf, \
349 size_t nbyte, int pad, off_t offset); }
350175 AUE_NULL STD { int setfib(int fibnum); }
351176 AUE_NTP_ADJTIME STD { int ntp_adjtime(struct timex *tp); }
352177 AUE_NULL UNIMPL sfork (BSD/OS 2.x)
353178 AUE_NULL UNIMPL getdescriptor (BSD/OS 2.x)
354179 AUE_NULL UNIMPL setdescriptor (BSD/OS 2.x)
355180 AUE_NULL UNIMPL nosys

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

371194 AUE_GETRLIMIT STD { int getrlimit(u_int which, \
372 struct rlimit *rlp); } getrlimit \
373 __getrlimit_args int
374195 AUE_SETRLIMIT STD { int setrlimit(u_int which, \
375 struct rlimit *rlp); } setrlimit \
376 __setrlimit_args int
377196 AUE_GETDIRENTRIES STD { int getdirentries(int fd, char *buf, \
378 u_int count, long *basep); }
348 const void *buf, \
349 size_t nbyte, int pad, off_t offset); }
350175 AUE_NULL STD { int setfib(int fibnum); }
351176 AUE_NTP_ADJTIME STD { int ntp_adjtime(struct timex *tp); }
352177 AUE_NULL UNIMPL sfork (BSD/OS 2.x)
353178 AUE_NULL UNIMPL getdescriptor (BSD/OS 2.x)
354179 AUE_NULL UNIMPL setdescriptor (BSD/OS 2.x)
355180 AUE_NULL UNIMPL nosys

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

371194 AUE_GETRLIMIT STD { int getrlimit(u_int which, \
372 struct rlimit *rlp); } getrlimit \
373 __getrlimit_args int
374195 AUE_SETRLIMIT STD { int setrlimit(u_int which, \
375 struct rlimit *rlp); } setrlimit \
376 __setrlimit_args int
377196 AUE_GETDIRENTRIES STD { int getdirentries(int fd, char *buf, \
378 u_int count, long *basep); }
379197 AUE_MMAP STD { caddr_t freebsd6_mmap(caddr_t addr, \
379197 AUE_MMAP COMPAT6 { caddr_t mmap(caddr_t addr, \
380 size_t len, int prot, int flags, int fd, \
381 int pad, off_t pos); }
382198 AUE_NULL NOPROTO { int nosys(void); } __syscall \
383 __syscall_args int
380 size_t len, int prot, int flags, int fd, \
381 int pad, off_t pos); }
382198 AUE_NULL NOPROTO { int nosys(void); } __syscall \
383 __syscall_args int
384199 AUE_LSEEK STD { off_t freebsd6_lseek(int fd, int pad, \
384199 AUE_LSEEK COMPAT6 { off_t lseek(int fd, int pad, \
385 off_t offset, int whence); }
385 off_t offset, int whence); }
386200 AUE_TRUNCATE STD { int freebsd6_truncate(char *path, int pad, \
386200 AUE_TRUNCATE COMPAT6 { int truncate(char *path, int pad, \
387 off_t length); }
387 off_t length); }
388201 AUE_FTRUNCATE STD { int freebsd6_ftruncate(int fd, int pad, \
388201 AUE_FTRUNCATE COMPAT6 { int ftruncate(int fd, int pad, \
389 off_t length); }
390202 AUE_SYSCTL STD { int __sysctl(int *name, u_int namelen, \
391 void *old, size_t *oldlenp, void *new, \
392 size_t newlen); } __sysctl sysctl_args int
393203 AUE_MLOCK STD { int mlock(const void *addr, size_t len); }
394204 AUE_MUNLOCK STD { int munlock(const void *addr, size_t len); }
395205 AUE_UNDELETE STD { int undelete(char *path); }
396206 AUE_FUTIMES STD { int futimes(int fd, struct timeval *tptr); }

--- 596 unchanged lines hidden ---
389 off_t length); }
390202 AUE_SYSCTL STD { int __sysctl(int *name, u_int namelen, \
391 void *old, size_t *oldlenp, void *new, \
392 size_t newlen); } __sysctl sysctl_args int
393203 AUE_MLOCK STD { int mlock(const void *addr, size_t len); }
394204 AUE_MUNLOCK STD { int munlock(const void *addr, size_t len); }
395205 AUE_UNDELETE STD { int undelete(char *path); }
396206 AUE_FUTIMES STD { int futimes(int fd, struct timeval *tptr); }

--- 596 unchanged lines hidden ---