Deleted Added
full compact
syscalls.master (106466) syscalls.master (106977)
1 $FreeBSD: head/sys/kern/syscalls.master 106466 2002-11-05 17:47:08Z rwatson $
1 $FreeBSD: head/sys/kern/syscalls.master 106977 2002-11-16 06:35:53Z deischen $
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 [M]type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,

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

603415 MSTD BSD { int __mac_execve(char *fname, char **argv, \
604 char **envv, struct mac *mac_p); }
605416 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \
606 struct sigaction *oact); }
607417 MSTD BSD { int sigreturn(const struct __ucontext *sigcntxp); }
608418 UNIMPL BSD __xstat
609419 UNIMPL BSD __xfstat
610420 UNIMPL BSD __xlstat
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 [M]type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,

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

603415 MSTD BSD { int __mac_execve(char *fname, char **argv, \
604 char **envv, struct mac *mac_p); }
605416 MSTD POSIX { int sigaction(int sig, const struct sigaction *act, \
606 struct sigaction *oact); }
607417 MSTD BSD { int sigreturn(const struct __ucontext *sigcntxp); }
608418 UNIMPL BSD __xstat
609419 UNIMPL BSD __xfstat
610420 UNIMPL BSD __xlstat
611421 MSTD BSD { int getcontext(struct __ucontext *ucp); }
612422 MSTD BSD { int setcontext(const struct __ucontext *ucp); }
613423 MSTD BSD { int swapcontext(struct __ucontext *oucp, \
614 const struct __ucontext *ucp); }
611
612; Please copy any additions and changes to the following compatability tables:
613; sys/ia64/ia32/syscalls.master (take a best guess)
614; [other 64 bit platforms with an alternate 32 bit syscall table go here too]
615
616; Please copy any additions and changes to the following compatability tables:
617; sys/ia64/ia32/syscalls.master (take a best guess)
618; [other 64 bit platforms with an alternate 32 bit syscall table go here too]