Deleted Added
full compact
syscalls.master (67234) syscalls.master (68519)
1 $FreeBSD: head/sys/i386/linux/syscalls.master 67234 2000-10-17 00:00:20Z gallatin $
1 $FreeBSD: head/sys/i386/linux/syscalls.master 68519 2000-11-09 07:27:55Z marcel $
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from LINUX).
2
3; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
4; System call name/number master file (or rather, slave, from LINUX).
5; Processed to created linux_sysent.c, linux_syscalls.c and linux_syscall.h.
5; Processed to create linux_sysent.c, linux_proto.h and linux_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
10; namespc one of POSIX, BSD, STD, NOHIDE (I dont care :-) -Peter
11; name psuedo-prototype of syscall routine
12; If one of the following alts is different, then all appear:
13; altname name of system call if different

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

22; OBSOL obsolete, not included in system, only specifies name
23; UNIMPL not implemented, placeholder only
24
25#include "opt_compat.h"
26#include <sys/param.h>
27#include <sys/sysent.h>
28#include <sys/sysproto.h>
29#include <i386/linux/linux.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
10; namespc one of POSIX, BSD, STD, NOHIDE (I dont care :-) -Peter
11; name psuedo-prototype of syscall routine
12; If one of the following alts is different, then all appear:
13; altname name of system call if different

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

22; OBSOL obsolete, not included in system, only specifies name
23; UNIMPL not implemented, placeholder only
24
25#include "opt_compat.h"
26#include <sys/param.h>
27#include <sys/sysent.h>
28#include <sys/sysproto.h>
29#include <i386/linux/linux.h>
30#include <i386/linux/linux_proto.h>
30#include
31
32; #ifdef's, etc. may be included, and are copied to the output files.
33
340 STD LINUX { int linux_setup(void); }
351 NOPROTO LINUX { void sys_exit(int rval); } exit sys_exit_args void
362 STD LINUX { int linux_fork(void); }
373 NOPROTO LINUX { int read(int fd, char *buf, u_int nbyte); }
384 NOPROTO LINUX { int write(int fd, char *buf, u_int nbyte); }

--- 251 unchanged lines hidden ---
31
32; #ifdef's, etc. may be included, and are copied to the output files.
33
340 STD LINUX { int linux_setup(void); }
351 NOPROTO LINUX { void sys_exit(int rval); } exit sys_exit_args void
362 STD LINUX { int linux_fork(void); }
373 NOPROTO LINUX { int read(int fd, char *buf, u_int nbyte); }
384 NOPROTO LINUX { int write(int fd, char *buf, u_int nbyte); }

--- 251 unchanged lines hidden ---