index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libkvm
/
kvm_proc2.c
Age
Commit message (
Expand
)
Author
2012-04-17
Make it optional for kvm_getprocs() (and related sysctl) to return
Paul Irofti
2012-04-14
Update to match nprocs-->nprocess/nthreads changes
Philip Guenthe
2012-04-12
Add per thread accounting, mainly for usage & friends.
Paul Irofti
2012-03-23
Make rusage totals, itimers, and profile settings per-process instead
Philip Guenthe
2012-01-07
Add rtable id and thread id to struct kinfo_proc (and fix process id)
Philip Guenthe
2011-07-05
Recommit the reverted sigacts change now that the NFS use-after-free
Philip Guenthe
2011-04-18
Revert the sigacts diff: NFS can apparently retain pointers to processes
Philip Guenthe
2011-04-15
p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() have
Philip Guenthe
2011-04-15
Correct the sharing of the signal handling state: stuff that should
Philip Guenthe
2011-03-12
Replace the old, broken KERN_PROC ABI and its matching functions
Philip Guenthe
2010-07-26
Correct the links between threads, processes, pgrps, and sessions,
Philip Guenthe
2010-06-29
Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or
Philip Guenthe
2010-01-10
Reimplement kvm_getproc2()'s support for reading crash dumps and
Philip Guenthe