summaryrefslogtreecommitdiffstats
path: root/include/kvm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - add UNIX-domain socket info to struct kinfo_file2guenther2013-10-221-4/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Add rtable id and thread id to struct kinfo_proc (and fix process id)guenther2012-01-071-12/+1
* Replace the old, broken KERN_PROC ABI and its matching functionsguenther2011-03-121-7/+13
* Add kvm_getfile2 which uses KERN_FILE2 when possible, fallingmillert2009-06-071-1/+3
* kvm_openfiles() should take int flag, not unsignedderaadt2006-03-311-2/+2
* KVM_NO_FILES is 0x80000000, so arg 4 of kvm_openfiles() must be unsignedderaadt2004-09-141-5/+4
* Remove unnecessary typedef usage.espie2004-01-221-3/+3
* Implement kvm_getproc2(), kvm_getargv2() and kvm_getenvv2() that usemillert2004-01-071-1/+6
* add __bounded__ attributes for userland headers; enabled with -Wboundedavsm2003-08-011-3/+5
* backout the __bounded__ attributes for a while; requested by deraadt@avsm2003-06-261-5/+3
* Mark various standard library functions with the __bounded__ attribute.avsm2003-06-261-3/+5
* 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-1/+7
* 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-16/+16
* Well, as we are heading for a release people are encouraged to rebuild theirniklas1997-09-211-0/+1
* from netbsd: Add kvm_dump* prototypesderaadt1996-05-011-1/+5
* initial import of NetBSD treederaadt1995-10-181-0/+71