Deleted Added
full compact
syscalls.master (32166) syscalls.master (32726)
1 $Id: syscalls.master,v 1.44 1997/10/26 20:27:51 phk Exp $
1 $Id: syscalls.master,v 1.45 1998/01/01 17:07:46 alex Exp $
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 type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of STD, OBSOL, UNIMPL, COMPAT

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

19; STD always included
20; COMPAT included on COMPAT #ifdef
21; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
22; OBSOL obsolete, not included in system, only specifies name
23; UNIMPL not implemented, placeholder only
24
25; #ifdef's, etc. may be included, and are copied to the output files.
26
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 type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of STD, OBSOL, UNIMPL, COMPAT

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

19; STD always included
20; COMPAT included on COMPAT #ifdef
21; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
22; OBSOL obsolete, not included in system, only specifies name
23; UNIMPL not implemented, placeholder only
24
25; #ifdef's, etc. may be included, and are copied to the output files.
26
27#include "opt_lfs.h"
28
27#include <sys/param.h>
28#include <sys/sysent.h>
29#include <sys/sysproto.h>
30
31; Reserved/unimplemented system calls in the range 0-150 inclusive
32; are reserved for use in future Berkeley releases.
33; Additional system calls implemented in vendor and other
34; redistributions should be placed in the reserved range at the end

--- 439 unchanged lines hidden ---
29#include <sys/param.h>
30#include <sys/sysent.h>
31#include <sys/sysproto.h>
32
33; Reserved/unimplemented system calls in the range 0-150 inclusive
34; are reserved for use in future Berkeley releases.
35; Additional system calls implemented in vendor and other
36; redistributions should be placed in the reserved range at the end

--- 439 unchanged lines hidden ---