CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/08 06:46:49
Modified files:
sys/conf : files
sys/sys : conf.h dkio.h
Added files:
sys/dev : diskmap.c
Log message:
Introduce a diskmap pseudo device which allows userland to open a disk
specified via its disklabel UID. The mapping from the disklabel UID to the
real disk and the opening of the resulting device is performed atomically
using a single ioctl.
ok krw@ deraadt@
