summaryrefslogtreecommitdiff
path: root/lib/libc/gen/semctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing copyright for Doug. There are other files missing thisDavid Malone2002-08-111-0/+28
| | | | | | | | | | copyright in -stable. PR: 41397 Submitted by: dfr Notes: svn path=/head/; revision=101695
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-15/+1
| | | | | | | Submitted by: keramida Notes: svn path=/head/; revision=97407
* Generate the normal asm stubs for all sysv system calls. Use these insteadJake Burkholder2002-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 Notes: svn path=/head/; revision=97191
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+3
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Fix this so that it compiles in the !__STDC__ case.Steve Price1998-06-061-1/+5
| | | | | | | | | Also be consistent about usage of #if ... Pointed out by: bde Notes: svn path=/head/; revision=36706
* Several sources including Unix98 say that semctl's fourthSteve Price1998-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 Notes: svn path=/head/; revision=36482
* NetBSD implements semctl using a __semctl syscall instead of theJohn Birrell1998-03-091-0/+4
| | | | | | | | semsys syscall that FreeBSD kernels use. Grumble. So make the call dependent on if __NETBSD_SYSCALLS is defined. Notes: svn path=/head/; revision=34360
* Added SYSV ipc system calls.Doug Rabson1994-09-131-0/+15
Notes: svn path=/head/; revision=2730