summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_udf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include lock.h, needed for later headers but currently included by magictedu2014-12-161-1/+2
| | | | ok millert
* udf needs siphash to build.dlg2014-11-181-1/+3
| | | | i dont know if this is the right fix, but the tree needs to build.
* Prep for hidden visibility: move the vnode/file related functionguenther2013-11-161-1/+2
| | | | | | | | declarations, including _kvm_getftype(), into a new header, kvm_file.h, so that we don't have to pull <sys/vnode.h> into all the .c files. No more extern function declaration in .c files. ok millert@
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-2/+2
| | | | | | | | | | - convert netstat from kvm_getfiles() to kvm_getfile2() using that - delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major) - rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file and KERN_FILE2 to KERN_FILE. ok deraadt@, millert@ ports scan sthen@
* do not need udf_extern.hderaadt2013-03-231-2/+1
|
* 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@