summaryrefslogtreecommitdiffstats
path: root/sys/kern/sysv_sem.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed problems with kernel config file overrides of sysv semaphoredillon1998-12-141-2/+2
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-21/+15
* Removed unused #includes.bde1997-08-021-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Somehow managed to miss these four files when converting the SYSV IPCwollman1996-01-051-1/+3
* Gack - if you're going to call semexit() from elsewhere, it shouldn'tjkh1995-12-281-2/+2
* Call semexit() from exit(), in order to process `undo vectors'.joerg1995-12-271-2/+1
* Update sysv_*.c to get their argument definitions from sysproto.hpeter1995-12-151-14/+27
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-14/+16
* Start including <sys/sysproto.h> to get the correct args structs andbde1995-10-211-17/+38
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-3/+3
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-7/+4
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-1/+8
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+6
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-3/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-3/+2
* Got rid of compiler warnings.dg1994-09-171-2/+4
* Added SYSV ipcs.dfr1994-09-131-0/+939
OpenPOWER on IntegriCloud