summaryrefslogtreecommitdiffstats
path: root/lib/libutil/opendev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not mask errno if we fail to open /dev/diskmap. Also, fall throughjsing2011-06-301-4/+1
* Do not attempt to prepend /dev/ to path if it already contains a slash.millert2010-12-221-17/+19
* Always return a pointer to the static buffer in realpath, even ifmillert2010-12-211-13/+10
* opendev() path argument should be const. OK deraadt@millert2010-12-171-3/+3
* Factor out DUID identification code so that it can easily be reused.jsing2010-11-151-24/+2
* add missing headers needed for close() and ioctl().chl2010-06-281-1/+3
* If a request to opendev(3) is given in the form of a disklabel UID,jsing2010-06-181-3/+51
* knf; otto okderaadt2004-05-281-8/+4
* some -Wall and spaces cleanup, scsi.c left.fgsch2002-06-091-1/+1
* Add OPENDEV_BLCK flag for opening the block devices (the charactermillert2000-04-301-33/+34
* Bring prototypes into scopetholo1996-09-161-1/+2
* Use getrawpartition().downsj1996-07-021-3/+3
* only write to realpath if non-NULLderaadt1996-06-201-4/+7
* util.h: new resting placedownsj1996-06-171-8/+7
* Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybedownsj1996-06-171-0/+86