summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_ntfs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Install ntfs includes and add libkvm (fstat) support. ntfs bitsmillert2009-06-241-0/+88
adapted from NetBSD fstat. OK deraadt@