Deleted Added
full compact
syscalls.master (194894) syscalls.master (194910)
1 $FreeBSD: head/sys/kern/syscalls.master 194894 2009-06-24 20:01:13Z jhb $
1 $FreeBSD: head/sys/kern/syscalls.master 194910 2009-06-24 21:10:52Z 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

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

412215 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
413216 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
414217 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
415218 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
416219 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
417
418;
419; The following were introduced with NetBSD/4.4Lite-2
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

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

412215 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
413216 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
414217 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
415218 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
416219 AUE_NULL NODEF lkmnosys lkmnosys nosys_args int
417
418;
419; The following were introduced with NetBSD/4.4Lite-2
420220 AUE_SEMCTL NOSTD { int __semctl(int semid, int semnum, \
421 int cmd, union semun *arg); }
420220 AUE_SEMCTL COMPAT7|NOSTD { int __semctl(int semid, int semnum, \
421 int cmd, union semun_old *arg); }
422221 AUE_SEMGET NOSTD { int semget(key_t key, int nsems, \
423 int semflg); }
424222 AUE_SEMOP NOSTD { int semop(int semid, struct sembuf *sops, \
425 size_t nsops); }
426223 AUE_NULL UNIMPL semconfig
422221 AUE_SEMGET NOSTD { int semget(key_t key, int nsems, \
423 int semflg); }
424222 AUE_SEMOP NOSTD { int semop(int semid, struct sembuf *sops, \
425 size_t nsops); }
426223 AUE_NULL UNIMPL semconfig
427224 AUE_MSGCTL NOSTD { int msgctl(int msqid, int cmd, \
428 struct msqid_ds *buf); }
427224 AUE_MSGCTL COMPAT7|NOSTD { int msgctl(int msqid, int cmd, \
428 struct msqid_ds_old *buf); }
429225 AUE_MSGGET NOSTD { int msgget(key_t key, int msgflg); }
430226 AUE_MSGSND NOSTD { int msgsnd(int msqid, const void *msgp, \
431 size_t msgsz, int msgflg); }
432227 AUE_MSGRCV NOSTD { int msgrcv(int msqid, void *msgp, \
433 size_t msgsz, long msgtyp, int msgflg); }
434228 AUE_SHMAT NOSTD { int shmat(int shmid, const void *shmaddr, \
435 int shmflg); }
429225 AUE_MSGGET NOSTD { int msgget(key_t key, int msgflg); }
430226 AUE_MSGSND NOSTD { int msgsnd(int msqid, const void *msgp, \
431 size_t msgsz, int msgflg); }
432227 AUE_MSGRCV NOSTD { int msgrcv(int msqid, void *msgp, \
433 size_t msgsz, long msgtyp, int msgflg); }
434228 AUE_SHMAT NOSTD { int shmat(int shmid, const void *shmaddr, \
435 int shmflg); }
436229 AUE_SHMCTL NOSTD { int shmctl(int shmid, int cmd, \
437 struct shmid_ds *buf); }
436229 AUE_SHMCTL COMPAT7|NOSTD { int shmctl(int shmid, int cmd, \
437 struct shmid_ds_old *buf); }
438230 AUE_SHMDT NOSTD { int shmdt(const void *shmaddr); }
439231 AUE_SHMGET NOSTD { int shmget(key_t key, size_t size, \
440 int shmflg); }
441;
442232 AUE_NULL STD { int clock_gettime(clockid_t clock_id, \
443 struct timespec *tp); }
444233 AUE_CLOCK_SETTIME STD { int clock_settime( \
445 clockid_t clock_id, \

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

899; 505 is initialised by the kgssapi code, if present.
900505 AUE_NULL NOSTD { int gssd_syscall(char *path); }
901506 AUE_NULL STD { int jail_get(struct iovec *iovp, \
902 unsigned int iovcnt, int flags); }
903507 AUE_NULL STD { int jail_set(struct iovec *iovp, \
904 unsigned int iovcnt, int flags); }
905508 AUE_NULL STD { int jail_remove(int jid); }
906509 AUE_CLOSEFROM STD { int closefrom(int lowfd); }
438230 AUE_SHMDT NOSTD { int shmdt(const void *shmaddr); }
439231 AUE_SHMGET NOSTD { int shmget(key_t key, size_t size, \
440 int shmflg); }
441;
442232 AUE_NULL STD { int clock_gettime(clockid_t clock_id, \
443 struct timespec *tp); }
444233 AUE_CLOCK_SETTIME STD { int clock_settime( \
445 clockid_t clock_id, \

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

899; 505 is initialised by the kgssapi code, if present.
900505 AUE_NULL NOSTD { int gssd_syscall(char *path); }
901506 AUE_NULL STD { int jail_get(struct iovec *iovp, \
902 unsigned int iovcnt, int flags); }
903507 AUE_NULL STD { int jail_set(struct iovec *iovp, \
904 unsigned int iovcnt, int flags); }
905508 AUE_NULL STD { int jail_remove(int jid); }
906509 AUE_CLOSEFROM STD { int closefrom(int lowfd); }
907510 AUE_SEMCTL NOSTD { int __semctl(int semid, int semnum, \
908 int cmd, union semun *arg); }
909511 AUE_MSGCTL NOSTD { int msgctl(int msqid, int cmd, \
910 struct msqid_ds *buf); }
911512 AUE_SHMCTL NOSTD { int shmctl(int shmid, int cmd, \
912 struct shmid_ds *buf); }
907; Please copy any additions and changes to the following compatability tables:
908; sys/compat/freebsd32/syscalls.master
913; Please copy any additions and changes to the following compatability tables:
914; sys/compat/freebsd32/syscalls.master