summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_rman.c
Commit message (Expand)AuthorAgeFilesLines
* Handle NULL struct device *sbrian2001-05-281-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-21/+21
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-30/+30
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-10/+5
* Bug fix for revision 1.14 on the replacement of CIRCLEQ with TAILQ.mckusick2000-11-151-6/+4
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-34/+29
* Cleanup the rman_make_alignment_flags function to be much clearer and shorterimp2000-10-221-12/+10
* Implement resource alignment as discussed in arch@ a long time ago.imp2000-10-171-1/+23
* Replace all the ifdef debugging spaghetti with a single ifdef andpaul2000-05-031-40/+22
* Commit the remaining part of PR14914:phk1999-11-161-16/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make sure that we record the flags in all cases.dfr1999-06-261-2/+2
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-9/+30
* Staticize.eivind1999-04-111-2/+2
* Fix a bug which prevented more than two clients from sharing a resource.dfr1999-03-291-2/+2
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.bde1998-11-231-1/+2
* The new resource manager, hopefully in a reasonably stable form.wollman1998-10-291-0/+589
OpenPOWER on IntegriCloud