Deleted Added
full compact
syscalls.master (159958) syscalls.master (159982)
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 159958 2006-06-26 18:35:57Z jhb $
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 159982 2006-06-27 14:46:31Z jhb $
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 [M]type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

7416 AUE_CHOWN MNOPROTO { int chown(char *path, int uid, int gid); }
7517 AUE_NULL MNOPROTO { int obreak(char *nsize); } break \
76 obreak_args int
7718 AUE_GETFSSTAT MCOMPAT4 { int freebsd32_getfsstat( \
78 struct statfs32 *buf, long bufsize, \
79 int flags); }
8019 AUE_LSEEK OBSOL olseek
8120 AUE_GETPID MNOPROTO { pid_t getpid(void); }
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 [M]type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

7416 AUE_CHOWN MNOPROTO { int chown(char *path, int uid, int gid); }
7517 AUE_NULL MNOPROTO { int obreak(char *nsize); } break \
76 obreak_args int
7718 AUE_GETFSSTAT MCOMPAT4 { int freebsd32_getfsstat( \
78 struct statfs32 *buf, long bufsize, \
79 int flags); }
8019 AUE_LSEEK OBSOL olseek
8120 AUE_GETPID MNOPROTO { pid_t getpid(void); }
8221 AUE_MOUNT NOPROTO { int mount(char *type, char *path, \
8221 AUE_MOUNT MNOPROTO { int mount(char *type, char *path, \
83 int flags, caddr_t data); }
83 int flags, caddr_t data); }
8422 AUE_UMOUNT NOPROTO { int unmount(char *path, int flags); }
8422 AUE_UMOUNT MNOPROTO { int unmount(char *path, int flags); }
8523 AUE_SETUID MNOPROTO { int setuid(uid_t uid); }
8624 AUE_GETUID MNOPROTO { uid_t getuid(void); }
8725 AUE_GETEUID MNOPROTO { uid_t geteuid(void); }
8826 AUE_PTRACE MNOPROTO { int ptrace(int req, pid_t pid, \
89 caddr_t addr, int data); }
90; XXX implement
9127 AUE_RECVMSG MSTD { int freebsd32_recvmsg(int s, struct msghdr32 *msg, \
92 int flags); }

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

639 void *data, size_t nbytes); }
640373 AUE_NULL MNOPROTO { int extattr_delete_fd(int fd, \
641 int attrnamespace, \
642 const char *attrname); }
643374 AUE_NULL MNOPROTO { int __setugid(int flag); }
644375 AUE_NULL UNIMPL nfsclnt
645376 AUE_NULL MNOPROTO { int eaccess(char *path, int flags); }
646377 AUE_NULL UNIMPL afs_syscall
8523 AUE_SETUID MNOPROTO { int setuid(uid_t uid); }
8624 AUE_GETUID MNOPROTO { uid_t getuid(void); }
8725 AUE_GETEUID MNOPROTO { uid_t geteuid(void); }
8826 AUE_PTRACE MNOPROTO { int ptrace(int req, pid_t pid, \
89 caddr_t addr, int data); }
90; XXX implement
9127 AUE_RECVMSG MSTD { int freebsd32_recvmsg(int s, struct msghdr32 *msg, \
92 int flags); }

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

639 void *data, size_t nbytes); }
640373 AUE_NULL MNOPROTO { int extattr_delete_fd(int fd, \
641 int attrnamespace, \
642 const char *attrname); }
643374 AUE_NULL MNOPROTO { int __setugid(int flag); }
644375 AUE_NULL UNIMPL nfsclnt
645376 AUE_NULL MNOPROTO { int eaccess(char *path, int flags); }
646377 AUE_NULL UNIMPL afs_syscall
647378 AUE_NULL NOPROTO { int nmount(struct iovec *iovp, \
647378 AUE_NULL MNOPROTO { int nmount(struct iovec *iovp, \
648 unsigned int iovcnt, int flags); }
649379 AUE_NULL MNOPROTO { int kse_exit(void); }
650380 AUE_NULL MNOPROTO { int kse_wakeup(struct kse_mailbox *mbx); }
651381 AUE_NULL MNOPROTO { int kse_create(struct kse_mailbox *mbx, \
652 int newgroup); }
653382 AUE_NULL MNOPROTO { int kse_thr_interrupt( \
654 struct kse_thr_mailbox *tmbx); }
655383 AUE_NULL MNOPROTO { int kse_release(void); }

--- 99 unchanged lines hidden ---
648 unsigned int iovcnt, int flags); }
649379 AUE_NULL MNOPROTO { int kse_exit(void); }
650380 AUE_NULL MNOPROTO { int kse_wakeup(struct kse_mailbox *mbx); }
651381 AUE_NULL MNOPROTO { int kse_create(struct kse_mailbox *mbx, \
652 int newgroup); }
653382 AUE_NULL MNOPROTO { int kse_thr_interrupt( \
654 struct kse_thr_mailbox *tmbx); }
655383 AUE_NULL MNOPROTO { int kse_release(void); }

--- 99 unchanged lines hidden ---