summaryrefslogtreecommitdiffstats
path: root/lib/libkvm/kvm_proc2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert the convertion of per-process thread into a SMR_TAILQ.mpi2021-02-081-6/+5
* Convert the per-process thread list into a SMR_TAILQ.mpi2020-12-071-5/+6
* add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit andsthen2019-12-111-1/+2
* struct proc: change ps_start from utc time to uptimecheloha2019-10-221-1/+37
* Export unveil state so that ps(8) can show it. Two new status flags,deraadt2019-06-231-1/+2
* fix print not specified process.asou2019-06-071-2/+2
* Split PID from TID, giving processes a PID unrelated to the TID of theirguenther2016-11-071-28/+14
* port the changes just made to kvm_getfiles in kvm_file2.c r1.47 todlg2015-09-081-25/+27
* Apply reallocarray() idiom.deraadt2014-10-151-2/+2
* sys/user.h can now be substantially gutted.deraadt2014-07-081-2/+4
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-8/+27
* Get the vmspace pointer from the process, not the threadguenther2014-05-251-2/+2
* Eliminates struct pcred by moving the real and saved ugids intoguenther2014-03-301-12/+6
* Unbreak tree; p_sigacts moved from struct proc to struct processflorian2014-03-221-4/+4
* More crash dump parsing fixes: correct paddr in process info and pidsguenther2014-02-051-3/+3
* Threads can't be zombies, only processes, so change zombproc to zombprocess,guenther2014-01-201-75/+103
* Apply format __attribute__ to _kvm_err() and fix the errors that it detects.guenther2013-11-121-28/+32
* spacesderaadt2013-03-201-2/+2
* When non-root asks sysctl for kinfo proc or file requests, do not fill inderaadt2013-03-201-3/+3
* Fix pid matching on kernel crashdumps in kvm_getprocs(KERN_PROC_PID)guenther2012-11-121-2/+2
* 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