aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/rman.9
Commit message (Expand)AuthorAgeFilesLines
* kern/rman: remove rman_reserve_resource_bound(), partially revert 13fb6657723Elliott Mitchell2024-05-211-26/+9
* rman: Add rman_get/set_typeJohn Baldwin2024-03-131-2/+16
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Fix a common typo in source code commentsGordon Bergling2021-08-141-2/+2
* Rename struct device to struct _deviceMark Johnston2021-04-121-3/+3
* Fix various mdoc issues reported by mandoc -Tlint.Christian Brueffer2016-11-231-1/+1
* Add new bus methods for mapping resources.John Baldwin2016-05-201-1/+30
* Remove dangling references to rman_await_resource().John Baldwin2016-05-201-21/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-10/+10
* Nuke the never-used RF_TIMESHARE feature, reducing the complexity of theDon Lewis2014-07-161-9/+4
* use .Mt to mark up email addresses consistently (part6)Baptiste Daroussin2014-06-261-1/+1
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be aJohn Baldwin2011-04-291-0/+1
* Extend the rman(9) API to support altering an existing resource.John Baldwin2011-04-291-5/+122
* Document requirement that sys/types.h be included before rman.h.Warner Losh2011-02-101-0/+1
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-2/+2
* Document requirements to calling rman_init... (Hmmm, maybe we should makeJohn-Mark Gurney2007-04-291-1/+16
* Complete removal of restriction about overlaps to rman_manage_region:John-Mark Gurney2007-04-281-5/+16
* .Pp before .Sh is redundant.Joel Dahl2006-02-131-1/+0
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
* Assorted markup fixes and minor wordsmithing.Ruslan Ermilov2005-06-151-4/+4
* Clarify that the end argument meaning for rman_reserve_resource_boundWarner Losh2005-03-151-0/+11
* Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it toHiten Pandya2004-05-171-0/+3
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-301-51/+71
* Document the ``resource management'' routines in rman(9).Hiten Pandya2003-05-161-0/+294