Deleted Added
full compact
syscalls.master (24745) syscalls.master (31795)
1 $Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp $
1 $Id: syscalls.master,v 1.5 1997/04/09 15:34:09 bde Exp $
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.
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

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

6026 STD LINUX { int linux_ptrace(void); }
6127 STD LINUX { int linux_alarm(unsigned int secs); }
6228 STD LINUX { int linux_fstat(int fd, struct ostat *up); }
6329 STD LINUX { int linux_pause(void); }
6430 STD LINUX { int linux_utime(char *fname, struct linux_utimbuf *times); }
6531 STD LINUX { int linux_stty(void); }
6632 STD LINUX { int linux_gtty(void); }
6733 STD LINUX { int linux_access(char *path, int flags); }
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.
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

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

6026 STD LINUX { int linux_ptrace(void); }
6127 STD LINUX { int linux_alarm(unsigned int secs); }
6228 STD LINUX { int linux_fstat(int fd, struct ostat *up); }
6329 STD LINUX { int linux_pause(void); }
6430 STD LINUX { int linux_utime(char *fname, struct linux_utimbuf *times); }
6531 STD LINUX { int linux_stty(void); }
6632 STD LINUX { int linux_gtty(void); }
6733 STD LINUX { int linux_access(char *path, int flags); }
6834 STD LINUX { int linux_nice(void); }
6834 STD LINUX { int linux_nice(int inc); }
6935 STD LINUX { int linux_ftime(void); }
7036 NOPROTO LINUX { int sync(void); }
7137 STD LINUX { int linux_kill(int pid, int signum); }
7238 STD LINUX { int linux_rename(char *from, char *to); }
7339 STD LINUX { int linux_mkdir(char *path, int mode); }
7440 STD LINUX { int linux_rmdir(char *path); }
7541 NOPROTO LINUX { int dup(u_int fd); }
7642 STD LINUX { int linux_pipe(int *pipefds); }

--- 133 unchanged lines hidden ---
6935 STD LINUX { int linux_ftime(void); }
7036 NOPROTO LINUX { int sync(void); }
7137 STD LINUX { int linux_kill(int pid, int signum); }
7238 STD LINUX { int linux_rename(char *from, char *to); }
7339 STD LINUX { int linux_mkdir(char *path, int mode); }
7440 STD LINUX { int linux_rmdir(char *path); }
7541 NOPROTO LINUX { int dup(u_int fd); }
7642 STD LINUX { int linux_pipe(int *pipefds); }

--- 133 unchanged lines hidden ---