Deleted Added
full compact
syscalls.master (106977) syscalls.master (107913)
1 $FreeBSD: head/sys/kern/syscalls.master 106977 2002-11-16 06:35:53Z deischen $
1 $FreeBSD: head/sys/kern/syscalls.master 107913 2002-12-15 19:17:57Z dillon $
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,

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

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); }
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,

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

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); }
615424 MSTD BSD { int swapoff(const char *name); }
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]
616
617; Please copy any additions and changes to the following compatability tables:
618; sys/ia64/ia32/syscalls.master (take a best guess)
619; [other 64 bit platforms with an alternate 32 bit syscall table go here too]