summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few fixes for kvm_getargv(3)/kvm_getenv(3):zhuk2018-05-031-1/+7
* Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.guenther2017-12-141-1/+9
* add kvm_realloc() as a private function.dlg2015-09-041-1/+2
* Apply reallocarray() idiom.deraadt2014-10-151-2/+2
* Mark internal symbols as hidden. This removes symbols from the ABI,guenther2013-11-171-1/+3
* _kvm_syserr() is printf-like tooguenther2013-11-161-2/+3
* Prep for hidden visibility: move the vnode/file related functionguenther2013-11-161-4/+1
* Apply format __attribute__ to _kvm_err() and fix the errors that it detects.guenther2013-11-121-2/+3
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-4/+4
* Replace the old, broken KERN_PROC ABI and its matching functionsguenther2011-03-121-3/+1
* the comment is right, this can indeed go away.jasper2010-01-121-2/+1
* Install ntfs includes and add libkvm (fstat) support. ntfs bitsmillert2009-06-241-1/+2
* Move KREAD define to kvm_private.hmillert2009-06-201-1/+4
* Split out cd9660 bits into their own .c file to avoid #define collisionsmillert2009-06-201-1/+3
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-071-1/+2
* careful cleanup following advice from lint. be very very very carefulderaadt2006-03-311-7/+4
* for some of internal functions use paddr_t where phys addr is intended insteadd of u_long; miod@ okmickey2006-03-201-3/+3
* Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that usemillert2004-01-071-1/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Add a flag - KVM_NO_FILES which tells kvm_openfiles to notart2002-06-081-2/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-13/+13
* Convert lseek/{read,write} pairs into pread and pwrite.art2001-05-181-1/+5
* sync with netbsdderaadt1996-05-101-3/+4
* sync with 0430deraadt1996-05-051-1/+2
* From NetBSD: merge of 960317niklas1996-03-191-1/+14
* initial import of NetBSD treederaadt1995-10-181-0/+88