summaryrefslogtreecommitdiff
path: root/lib/libutil/getdiskrawname.c
AgeCommit message (Collapse)Author
2019-08-22Teach getdiskrawname and getdiskcookedname about zvols.brad
Reviewed by Christos
2014-09-17KNF, sign cast.christos
2014-09-12use the passed parameter instead of PATH_MAX. Change signednessmlelstv
of nlen.
2014-09-12- use a private buffer to resolve symlinks, the previous code was brokenmlelstv
- factored out symlink handling - handle relative symlinks now - handle device paths that do not contain a '/'.
2013-12-22Resolve symlinks and cook the targets instead of the symlink names.mlelstv
2012-04-07- add getdiskrawname.christos
- exit on error for lint.