summaryrefslogtreecommitdiffstats
path: root/sys/sys/sem.h
Commit message (Collapse)AuthorAgeFilesLines
* Some staticized variables were still declared to be extern.bde1997-09-071-2/+1
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Back out previous commit (and that's the last one I do on swallace'sjkh1996-12-181-2/+2
| | | | | behalf - from now on he can do his own). I guess I didn't notice the code in the wrapper which turned the union semun arg into a pointer.
* Change prototype for semctl().jkh1996-12-181-2/+2
|
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
| | | | Reviewed by: bde
* Call semexit() from exit(), in order to process `undo vectors'.joerg1995-12-271-1/+6
| | | | This function has actually never been called.
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-3/+1
| | | | external linkage.
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-9/+6
| | | | the LINT configuation.
* Several constants have been missing in the SysV IPC header files thatjoerg1995-07-081-6/+7
| | | | | | | | are recommended by the literature. Fixes PR# misc/575: constants in sys/sem.h... Submitted by: daveho@infocom.com (Dave Hovemeyer)
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
| | | | | (except in netccitt, netiso and netns) that I didn't notice when I fixed "all" such warnings before.
* Got rid of compiler warnings.dg1994-09-171-2/+2
|
* Added SYSV ipcs.dfr1994-09-131-0/+179
Obtained from: NetBSD and FreeBSD-1.1.5
OpenPOWER on IntegriCloud