summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_proc2.c
AgeCommit message (Expand)Author
2012-04-17Make it optional for kvm_getprocs() (and related sysctl) to returnPaul Irofti
2012-04-14Update to match nprocs-->nprocess/nthreads changesPhilip Guenthe
2012-04-12Add per thread accounting, mainly for usage & friends.Paul Irofti
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2011-07-05Recommit the reverted sigacts change now that the NFS use-after-freePhilip Guenthe
2011-04-18Revert the sigacts diff: NFS can apparently retain pointers to processesPhilip Guenthe
2011-04-15p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() havePhilip Guenthe
2011-04-15Correct the sharing of the signal handling state: stuff that shouldPhilip Guenthe
2011-03-12Replace the old, broken KERN_PROC ABI and its matching functionsPhilip Guenthe
2010-07-26Correct the links between threads, processes, pgrps, and sessions,Philip Guenthe
2010-06-29Fail instead of lying if a process asks sysctl()'s KERN_PROC2 orPhilip Guenthe
2010-01-10Reimplement kvm_getproc2()'s support for reading crash dumps andPhilip Guenthe