Deleted Added
full compact
syscalls.master (68519) syscalls.master (68583)
1 $FreeBSD: head/sys/i386/linux/syscalls.master 68519 2000-11-09 07:27:55Z marcel $
1 $FreeBSD: head/sys/i386/linux/syscalls.master 68583 2000-11-10 21:30:19Z marcel $
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 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

--- 12 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>
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 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

--- 12 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
30#include <i386/linux/linux_proto.h>
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 ---