summaryrefslogtreecommitdiffstats
path: root/share/man/man9/alloc_unr.9
Commit message (Collapse)AuthorAgeFilesLines
* Extend the kernel unit number allocator for allocating specific unitjh2010-07-051-1/+11
| | | | | | | | | | | numbers. This change adds a new function alloc_unr_specific() which returns the requested unit number if it is free. If the number is already allocated or out of the range, -1 is returned. Update alloc_unr(9) manual page accordingly and add a MLINK for alloc_unr_specific(9). Discussed on: freebsd-hackers
* Correct arguments to free_unr(), "item" was missing.gavin2010-02-071-2/+2
| | | | MFC after: 1 week
* s/5.5/6.0/ in HISTORY section.joel2005-11-241-1/+1
| | | | Discussed with: ru
* (Mostly) markup fixes.ru2005-06-161-8/+10
| | | | Approved by: re (blanket)
* Manpage for unit allocator functions.glebius2005-04-201-0/+98
Reviewed by: phk
OpenPOWER on IntegriCloud