summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make it optional for kvm_getprocs() (and related sysctl) to returnpirofti2012-04-171-1/+9
* Update to match nprocs-->nprocess/nthreads changesguenther2012-04-141-16/+17
* Add per thread accounting, mainly for usage & friends.pirofti2012-04-121-3/+34
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-8/+2
* Add rtable id and thread id to struct kinfo_proc (and fix process id)guenther2012-01-071-9/+14
* Recommit the reverted sigacts change now that the NFS use-after-freeguenther2011-07-051-2/+14
* Revert the sigacts diff: NFS can apparently retain pointers to processesguenther2011-04-181-14/+2
* p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() haveguenther2011-04-151-7/+12
* Correct the sharing of the signal handling state: stuff that shouldguenther2011-04-151-2/+9
* Replace the old, broken KERN_PROC ABI and its matching functionsguenther2011-03-121-20/+26
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-14/+27
* Fail instead of lying if a process asks sysctl()'s KERN_PROC2 orguenther2010-06-291-1/+7
* Reimplement kvm_getproc2()'s support for reading crash dumps andguenther2010-01-101-0/+378