Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend the kernel unit number allocator for allocating specific unit | jh | 2010-07-05 | 1 | -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. | gavin | 2010-02-07 | 1 | -2/+2 |
| | | | | MFC after: 1 week | ||||
* | s/5.5/6.0/ in HISTORY section. | joel | 2005-11-24 | 1 | -1/+1 |
| | | | | Discussed with: ru | ||||
* | (Mostly) markup fixes. | ru | 2005-06-16 | 1 | -8/+10 |
| | | | | Approved by: re (blanket) | ||||
* | Manpage for unit allocator functions. | glebius | 2005-04-20 | 1 | -0/+98 |
Reviewed by: phk |