summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_file2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support KERN_FILE_TEXT here toomillert2009-07-211-2/+13
|
* Handle the case where so_pcb is NULL.millert2009-07-211-2/+4
|
* correct kvm_getfile2 error stringmillert2009-07-081-4/+4
|
* Install ntfs includes and add libkvm (fstat) support. ntfs bitsmillert2009-06-241-6/+9
| | | | adapted from NetBSD fstat. OK deraadt@
* 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-25/+6
| | | | with ufs and add also udf support. OK miod@
* Add msdosfs support now that we have the headers.millert2009-06-201-40/+59
|
* Quiet a gcc warningmillert2009-06-191-4/+4
|
* add missing headers needed by free(), memset(), getuid() and strlcpy().chl2009-06-111-2/+5
| | | | ok millert@
* Define _KERNEL for the bare minimum. We can include sys/proc.hmillert2009-06-071-6/+9
| | | | | normally as long as we define __need_process and use a local definition of struct proclist.
* Avoid including machine/cpu.hmillert2009-06-071-4/+4
|
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-071-0/+839
back on kmem grovelling for non-live kernels. OK deraadt@