summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_udf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move the specfs code to a place people can see it; ok guenther thib krwderaadt2011-07-041-3/+2
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Move KREAD define to kvm_private.hmillert2009-06-201-5/+2
|
* Split out cd9660 bits into their own .c file to avoid #define collisionsmillert2009-06-201-0/+121
with ufs and add also udf support. OK miod@