aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_rman.c
Commit message (Expand)AuthorAgeFilesLines
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-9/+30
* Staticize.Eivind Eklund1999-04-111-2/+2
* Fix a bug which prevented more than two clients from sharing a resource.Doug Rabson1999-03-291-2/+2
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.Bruce Evans1998-11-231-1/+2
* The new resource manager, hopefully in a reasonably stable form.Garrett Wollman1998-10-291-0/+589