summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/semctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-161-0/+2
| | | | | | | Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5
* Add a missing copyright for Doug. There are other files missing thisdwmalone2002-08-111-0/+28
| | | | | | | copyright in -stable. PR: 41397 Submitted by: dfr
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-15/+1
| | | | Submitted by: keramida
* Generate the normal asm stubs for all sysv system calls. Use these insteadjake2002-05-231-4/+0
| | | | | | | of C wrappers for the *sys indirect system calls. The indirect system calls are horribly broken on sparc64. Submitted by: tmm
* Fix the style of the SCM ID's.obrien2002-03-221-0/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* Fix this so that it compiles in the !__STDC__ case.steve1998-06-061-1/+5
| | | | | | Also be consistent about usage of #if ... Pointed out by: bde
* Several sources including Unix98 say that semctl's fourthsteve1998-05-311-5/+24
| | | | | | | | | | parameter is optional except where: cmd == {IPC_SET || IPC_STAT || GETALL || SETVAL || SETALL} PR: 2448 Reviewed by: bde Submitted by: Tim Singletary <tsingle@sunland.gsfc.nasa.gov> Minor tweaks by: steve
* NetBSD implements semctl using a __semctl syscall instead of thejb1998-03-091-0/+4
| | | | | semsys syscall that FreeBSD kernels use. Grumble. So make the call dependent on if __NETBSD_SYSCALLS is defined.
* Added SYSV ipc system calls.dfr1994-09-131-0/+15
OpenPOWER on IntegriCloud