Deleted Added
full compact
syscalls.master (176215) syscalls.master (177091)
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 176215 2008-02-12 20:09:04Z ru $
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 177091 2008-03-12 10:12:01Z jeff $
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number audit type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

640 int attrnamespace, \
641 const char *attrname); }
642374 AUE_NULL NOPROTO { int __setugid(int flag); }
643375 AUE_NULL UNIMPL nfsclnt
644376 AUE_EACCESS NOPROTO { int eaccess(char *path, int flags); }
645377 AUE_NULL UNIMPL afs_syscall
646378 AUE_NMOUNT NOPROTO { int nmount(struct iovec *iovp, \
647 unsigned int iovcnt, int flags); }
2; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
3; from: src/sys/kern/syscalls.master 1.107
4;
5; System call name/number master file.
6; Processed to created init_sysent.c, syscalls.c and syscall.h.
7
8; Columns: number audit type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

640 int attrnamespace, \
641 const char *attrname); }
642374 AUE_NULL NOPROTO { int __setugid(int flag); }
643375 AUE_NULL UNIMPL nfsclnt
644376 AUE_EACCESS NOPROTO { int eaccess(char *path, int flags); }
645377 AUE_NULL UNIMPL afs_syscall
646378 AUE_NMOUNT NOPROTO { int nmount(struct iovec *iovp, \
647 unsigned int iovcnt, int flags); }
648379 AUE_NULL NOPROTO { int kse_exit(void); }
649380 AUE_NULL NOPROTO { int kse_wakeup(struct kse_mailbox *mbx); }
650381 AUE_NULL NOPROTO { int kse_create(struct kse_mailbox *mbx, \
651 int newgroup); }
652382 AUE_NULL NOPROTO { int kse_thr_interrupt( \
653 struct kse_thr_mailbox *tmbx); }
654383 AUE_NULL NOPROTO { int kse_release(void); }
648379 AUE_NULL UNIMPL kse_exit
649380 AUE_NULL UNIMPL kse_wakeup
650381 AUE_NULL UNIMPL kse_create
651382 AUE_NULL UNIMPL kse_thr_interrupt
652383 AUE_NULL UNIMPL kse_release
655384 AUE_NULL UNIMPL __mac_get_proc
656385 AUE_NULL UNIMPL __mac_set_proc
657386 AUE_NULL UNIMPL __mac_get_fd
658387 AUE_NULL UNIMPL __mac_get_file
659388 AUE_NULL UNIMPL __mac_set_fd
660389 AUE_NULL UNIMPL __mac_set_file
661390 AUE_NULL NOPROTO { int kenv(int what, const char *name, \
662 char *value, int len); }

--- 139 unchanged lines hidden ---
653384 AUE_NULL UNIMPL __mac_get_proc
654385 AUE_NULL UNIMPL __mac_set_proc
655386 AUE_NULL UNIMPL __mac_get_fd
656387 AUE_NULL UNIMPL __mac_get_file
657388 AUE_NULL UNIMPL __mac_set_fd
658389 AUE_NULL UNIMPL __mac_set_file
659390 AUE_NULL NOPROTO { int kenv(int what, const char *name, \
660 char *value, int len); }

--- 139 unchanged lines hidden ---