Deleted Added
full compact
syscalls.master (49420) syscalls.master (49428)
1 $Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp $
1 $Id: syscalls.master,v 1.60 1999/08/04 20:04:25 jkh 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

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

270 int pad, off_t offset); }
271174 STD POSIX { ssize_t pwrite(int fd, const void *buf, \
272 size_t nbyte, int pad, off_t offset); }
273175 UNIMPL NOHIDE nosys
274176 STD BSD { int ntp_adjtime(struct timex *tp); }
275177 UNIMPL NOHIDE sfork (BSD/OS 2.x)
276178 UNIMPL NOHIDE getdescriptor (BSD/OS 2.x)
277179 UNIMPL NOHIDE setdescriptor (BSD/OS 2.x)
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

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

270 int pad, off_t offset); }
271174 STD POSIX { ssize_t pwrite(int fd, const void *buf, \
272 size_t nbyte, int pad, off_t offset); }
273175 UNIMPL NOHIDE nosys
274176 STD BSD { int ntp_adjtime(struct timex *tp); }
275177 UNIMPL NOHIDE sfork (BSD/OS 2.x)
276178 UNIMPL NOHIDE getdescriptor (BSD/OS 2.x)
277179 UNIMPL NOHIDE setdescriptor (BSD/OS 2.x)
278
279; Syscalls 180-199 are used by/reserved for BSD
280180 UNIMPL NOHIDE nosys
278180 UNIMPL NOHIDE nosys
279
280; Syscalls 181-199 are used by/reserved for BSD
281181 STD POSIX { int setgid(gid_t gid); }
282182 STD BSD { int setegid(gid_t egid); }
283183 STD BSD { int seteuid(uid_t euid); }
284184 UNIMPL BSD lfs_bmapv
285185 UNIMPL BSD lfs_markv
286186 UNIMPL BSD lfs_segclean
287187 UNIMPL BSD lfs_segwait
288188 STD POSIX { int stat(char *path, struct stat *ub); }

--- 189 unchanged lines hidden ---
281181 STD POSIX { int setgid(gid_t gid); }
282182 STD BSD { int setegid(gid_t egid); }
283183 STD BSD { int seteuid(uid_t euid); }
284184 UNIMPL BSD lfs_bmapv
285185 UNIMPL BSD lfs_markv
286186 UNIMPL BSD lfs_segclean
287187 UNIMPL BSD lfs_segwait
288188 STD POSIX { int stat(char *path, struct stat *ub); }

--- 189 unchanged lines hidden ---