aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sysv_sem.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
* Somehow managed to miss these four files when converting the SYSV IPCGarrett Wollman1996-01-051-1/+3
* Gack - if you're going to call semexit() from elsewhere, it shouldn'tJordan K. Hubbard1995-12-281-2/+2
* Call semexit() from exit(), in order to process `undo vectors'.Joerg Wunsch1995-12-271-2/+1
* Update sysv_*.c to get their argument definitions from sysproto.hPeter Wemm1995-12-151-14/+27
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-14/+16
* Start including <sys/sysproto.h> to get the correct args structs andBruce Evans1995-10-211-17/+38
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-7/+4
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-1/+8
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-1/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-3/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-3/+2
* Got rid of compiler warnings.David Greenman1994-09-171-2/+4
* Added SYSV ipcs.Doug Rabson1994-09-131-0/+939