summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_private.h
AgeCommit message (Expand)Author
2018-05-03A few fixes for kvm_getargv(3)/kvm_getenv(3):Vadim Zhukov
2017-12-14Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.Philip Guenther
2015-09-04add kvm_realloc() as a private function.David Gwynne
2014-10-15Apply reallocarray() idiom.Theo de Raadt
2013-11-17Mark internal symbols as hidden. This removes symbols from the ABI,Philip Guenther
2013-11-16_kvm_syserr() is printf-like tooPhilip Guenther
2013-11-16Prep for hidden visibility: move the vnode/file related functionPhilip Guenther
2013-11-12Apply format __attribute__ to _kvm_err() and fix the errors that it detects.Philip Guenther
2013-10-22- add UNIX-domain socket info to struct kinfo_file2Philip Guenther
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2010-01-12the comment is right, this can indeed go away.Jasper Lievisse Adriaanse
2009-06-24Install ntfs includes and add libkvm (fstat) support. ntfs bitsTodd C. Miller
2009-06-20Move KREAD define to kvm_private.hTodd C. Miller
2009-06-20Split out cd9660 bits into their own .c file to avoid #define collisionsTodd C. Miller
2009-06-07Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingTodd C. Miller
2006-03-31careful cleanup following advice from lint. be very very very carefulTheo de Raadt
2006-03-20for some of internal functions use paddr_t where phys addr is intended instea...Michael Shalayeff
2004-01-07Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that useTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-08Add a flag - KVM_NO_FILES which tells kvm_openfiles to notArtur Grabowski
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-05-18Convert lseek/{read,write} pairs into pread and pwrite.Artur Grabowski
1996-05-10sync with netbsdTheo de Raadt
1996-05-05sync with 0430Theo de Raadt
1996-03-19From NetBSD: merge of 960317Niklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt