Deleted Added
full compact
syscalls.master (220163) syscalls.master (220791)
1 $FreeBSD: head/sys/kern/syscalls.master 220163 2011-03-30 17:48:15Z trasz $
1 $FreeBSD: head/sys/kern/syscalls.master 220791 2011-04-18 16:32:22Z mdf $
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

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

939 size_t inbuflen, void *outbufp, \
940 size_t outbuflen); }
941528 AUE_NULL STD { int rctl_add_rule(const void *inbufp, \
942 size_t inbuflen, void *outbufp, \
943 size_t outbuflen); }
944529 AUE_NULL STD { int rctl_remove_rule(const void *inbufp, \
945 size_t inbuflen, void *outbufp, \
946 size_t outbuflen); }
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

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

939 size_t inbuflen, void *outbufp, \
940 size_t outbuflen); }
941528 AUE_NULL STD { int rctl_add_rule(const void *inbufp, \
942 size_t inbuflen, void *outbufp, \
943 size_t outbuflen); }
944529 AUE_NULL STD { int rctl_remove_rule(const void *inbufp, \
945 size_t inbuflen, void *outbufp, \
946 size_t outbuflen); }
947530 AUE_NULL STD { int posix_fallocate(int fd, \
948 off_t offset, off_t len); }
949531 AUE_NULL UNIMPL posix_fadvise
947; Please copy any additions and changes to the following compatability tables:
948; sys/compat/freebsd32/syscalls.master
950; Please copy any additions and changes to the following compatability tables:
951; sys/compat/freebsd32/syscalls.master