Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass in a pointer to the mutex's lock_object as the second argument to | jhb | 2001-03-28 | 1 | -4/+4 |
* | Rework the witness code to work with sx locks as well as mutexes. | jhb | 2001-03-28 | 1 | -8/+8 |
* | Use the proc lock to protect access to p_sigacts->ps_sigintr. | jhb | 2001-03-07 | 1 | -4/+4 |
* | Implement a unified run queue and adjust priority levels accordingly. | jake | 2001-02-12 | 1 | -5/+1 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -30/+30 |
* | Catch up to P_FOO -> PS_FOO changes in proc flags. | jhb | 2001-01-24 | 1 | -16/+15 |
* | Implement condition variables. | jasone | 2001-01-16 | 1 | -0/+547 |