summaryrefslogtreecommitdiffstats
path: root/sys/sys/rman.h
Commit message (Expand)AuthorAgeFilesLines
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-1/+1
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-2/+2
* Fix a reference to ``Standard C'' to refer specifically to the 1990 version;wollman2000-11-091-1/+4
* Implement a trivial but effective interface for obtaining the kernel'smsmith2000-11-091-17/+44
* Add rman_get_size(), which does what you would expect.mdodd2000-10-171-0/+1
* Implement resource alignment as discussed in arch@ a long time ago.imp2000-10-171-0/+7
* Back out the previous change to the queue(3) interface.jake2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-6/+6
* Remove RF_PCCARD_ATTR. I should have done this before 4.0. It isn't partimp2000-04-171-2/+0
* Add new resource flag type: RF_PCCARD_ATTR for pccard's attribute memory.imp2000-01-101-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+10
* The new resource manager, hopefully in a reasonably stable form.wollman1998-10-291-0/+97
OpenPOWER on IntegriCloud