summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_condvar.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix a bug in the previous workaround for the tsleep/endtsleep race.jhb2001-08-211-6/+28
* Backout mwakeup, etc.jake2001-07-061-39/+0
* Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop.jake2001-07-041-0/+39
* - Lock CURSIG with the proc lock and don't release the proc lock untiljhb2001-06-221-4/+10
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Pass in a pointer to the mutex's lock_object as the second argument tojhb2001-03-281-4/+4
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-8/+8
* Use the proc lock to protect access to p_sigacts->ps_sigintr.jhb2001-03-071-4/+4
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-5/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-30/+30
* Catch up to P_FOO -> PS_FOO changes in proc flags.jhb2001-01-241-16/+15
* Implement condition variables.jasone2001-01-161-0/+547
OpenPOWER on IntegriCloud