summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_condvar.c
Commit message (Expand)AuthorAgeFilesLines
* Fix failure to correctly transition back to sleep mode.julian2002-07-021-0/+4
* Part 1 of KSE-IIIjulian2002-06-291-13/+76
* - Catch up to new ktrace API.jhb2002-06-071-21/+18
* CURSIG() is not a macro so rename it cursig().julian2002-05-291-6/+6
* The cold and panicstr variables do not need to be protected by sched_lock.hsu2002-04-231-9/+13
* Nuke CV_DEBUG in favour of INVARIANTS.dan2002-03-301-1/+1
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-2/+2
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-9/+9
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-101-11/+11
* Add missing ; in last commitpeter2001-09-191-1/+1
* Use a 'p' variable instead of repetitively indirecting td->td_proc forjhb2001-09-181-17/+20
* KSE Milestone 2julian2001-09-121-143/+147
* - 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