Deleted Added
full compact
syscalls.master (171860) syscalls.master (174377)
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 171860 2007-08-16 05:30:04Z davidxu $
1 $FreeBSD: head/sys/compat/freebsd32/syscalls.master 174377 2007-12-06 23:11:27Z 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 type nargs name alt{name,tag,rtyp}/comments
9; number system call number, must be in order

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

33; so the SYSCALL_MODULE macro works
34
35; #ifdef's, etc. may be included, and are copied to the output files.
36
37#include <sys/param.h>
38#include <sys/sysent.h>
39#include <sys/sysproto.h>
40#include <sys/mount.h>
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

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

33; so the SYSCALL_MODULE macro works
34
35; #ifdef's, etc. may be included, and are copied to the output files.
36
37#include <sys/param.h>
38#include <sys/sysent.h>
39#include <sys/sysproto.h>
40#include <sys/mount.h>
41#include <sys/socket.h>
41#include <compat/freebsd32/freebsd32.h>
42#include <compat/freebsd32/freebsd32_proto.h>
43
44; Reserved/unimplemented system calls in the range 0-150 inclusive
45; are reserved for use in future Berkeley releases.
46; Additional system calls implemented in vendor and other
47; redistributions should be placed in the reserved range at the end
48; of the current calls.

--- 749 unchanged lines hidden ---
42#include <compat/freebsd32/freebsd32.h>
43#include <compat/freebsd32/freebsd32_proto.h>
44
45; Reserved/unimplemented system calls in the range 0-150 inclusive
46; are reserved for use in future Berkeley releases.
47; Additional system calls implemented in vendor and other
48; redistributions should be placed in the reserved range at the end
49; of the current calls.

--- 749 unchanged lines hidden ---