Deleted Added
full compact
syscalls.master (108659) syscalls.master (109829)
1 $FreeBSD: head/sys/kern/syscalls.master 108659 2003-01-04 11:41:12Z davidxu $
1 $FreeBSD: head/sys/kern/syscalls.master 109829 2003-01-25 21:27:37Z alfred $
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 [M]type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,

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

347
348;
349; The following were introduced with NetBSD/4.4Lite-2
350; They are initialized by thier respective modules/sysinits
351220 MNOSTD BSD { int __semctl(int semid, int semnum, int cmd, \
352 union semun *arg); }
353221 MNOSTD BSD { int semget(key_t key, int nsems, int semflg); }
354222 MNOSTD BSD { int semop(int semid, struct sembuf *sops, \
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 [M]type nargs namespc name alt{name,tag,rtyp}/comments
8; number system call number, must be in order
9; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,

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

347
348;
349; The following were introduced with NetBSD/4.4Lite-2
350; They are initialized by thier respective modules/sysinits
351220 MNOSTD BSD { int __semctl(int semid, int semnum, int cmd, \
352 union semun *arg); }
353221 MNOSTD BSD { int semget(key_t key, int nsems, int semflg); }
354222 MNOSTD BSD { int semop(int semid, struct sembuf *sops, \
355 u_int nsops); }
355 size_t nsops); }
356223 UNIMPL NOHIDE semconfig
357224 MNOSTD BSD { int msgctl(int msqid, int cmd, \
358 struct msqid_ds *buf); }
359225 MNOSTD BSD { int msgget(key_t key, int msgflg); }
360226 MNOSTD BSD { int msgsnd(int msqid, void *msgp, size_t msgsz, \
361 int msgflg); }
362227 MNOSTD BSD { int msgrcv(int msqid, void *msgp, size_t msgsz, \
363 long msgtyp, int msgflg); }

--- 264 unchanged lines hidden ---
356223 UNIMPL NOHIDE semconfig
357224 MNOSTD BSD { int msgctl(int msqid, int cmd, \
358 struct msqid_ds *buf); }
359225 MNOSTD BSD { int msgget(key_t key, int msgflg); }
360226 MNOSTD BSD { int msgsnd(int msqid, void *msgp, size_t msgsz, \
361 int msgflg); }
362227 MNOSTD BSD { int msgrcv(int msqid, void *msgp, size_t msgsz, \
363 long msgtyp, int msgflg); }

--- 264 unchanged lines hidden ---