summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sem.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the at_fork, at_exec, and at_exit functions with the slightly morejhb2003-03-241-6/+12
* Use td_ucred of curthread instead of p_ucred of curproc. This requiredjhb2003-03-201-17/+17
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* make sem_leave return a usable errno instead of -1.alfred2003-01-101-3/+3
* Be consistent about funtions being static.phk2002-10-161-11/+11
* disable debug output by default.alfred2002-10-071-24/+30
* Bring in my implementation of kernel support for posix realtime semaphoresalfred2002-09-181-0/+835
OpenPOWER on IntegriCloud