| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the convertion of per-process thread into a SMR_TAILQ. |  mpi | 2021-02-08 | 1 | -6/+5 |
* | Convert the per-process thread list into a SMR_TAILQ. |  mpi | 2020-12-07 | 1 | -5/+6 |
* | add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit and |  sthen | 2019-12-11 | 1 | -1/+2 |
* | struct proc: change ps_start from utc time to uptime |  cheloha | 2019-10-22 | 1 | -1/+37 |
* | Export unveil state so that ps(8) can show it. Two new status flags, |  deraadt | 2019-06-23 | 1 | -1/+2 |
* | fix print not specified process. |  asou | 2019-06-07 | 1 | -2/+2 |
* | Split PID from TID, giving processes a PID unrelated to the TID of their |  guenther | 2016-11-07 | 1 | -28/+14 |
* | port the changes just made to kvm_getfiles in kvm_file2.c r1.47 to |  dlg | 2015-09-08 | 1 | -25/+27 |
* | Apply reallocarray() idiom. |  deraadt | 2014-10-15 | 1 | -2/+2 |
* | sys/user.h can now be substantially gutted. |  deraadt | 2014-07-08 | 1 | -2/+4 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -8/+27 |
* | Get the vmspace pointer from the process, not the thread |  guenther | 2014-05-25 | 1 | -2/+2 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -12/+6 |
* | Unbreak tree; p_sigacts moved from struct proc to struct process |  florian | 2014-03-22 | 1 | -4/+4 |
* | More crash dump parsing fixes: correct paddr in process info and pids |  guenther | 2014-02-05 | 1 | -3/+3 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -75/+103 |
* | Apply format __attribute__ to _kvm_err() and fix the errors that it detects. |  guenther | 2013-11-12 | 1 | -28/+32 |
* | spaces |  deraadt | 2013-03-20 | 1 | -2/+2 |
* | When non-root asks sysctl for kinfo proc or file requests, do not fill in |  deraadt | 2013-03-20 | 1 | -3/+3 |
* | Fix pid matching on kernel crashdumps in kvm_getprocs(KERN_PROC_PID) |  guenther | 2012-11-12 | 1 | -2/+2 |
* | Make it optional for kvm_getprocs() (and related sysctl) to return |  pirofti | 2012-04-17 | 1 | -1/+9 |
* | Update to match nprocs-->nprocess/nthreads changes |  guenther | 2012-04-14 | 1 | -16/+17 |
* | Add per thread accounting, mainly for usage & friends. |  pirofti | 2012-04-12 | 1 | -3/+34 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -8/+2 |
* | Add rtable id and thread id to struct kinfo_proc (and fix process id) |  guenther | 2012-01-07 | 1 | -9/+14 |
* | Recommit the reverted sigacts change now that the NFS use-after-free |  guenther | 2011-07-05 | 1 | -2/+14 |
* | Revert the sigacts diff: NFS can apparently retain pointers to processes |  guenther | 2011-04-18 | 1 | -14/+2 |
* | p_sigacts is NULL for zombies, so FILL_KPROC() and kvm_proclist() have |  guenther | 2011-04-15 | 1 | -7/+12 |
* | Correct the sharing of the signal handling state: stuff that should |  guenther | 2011-04-15 | 1 | -2/+9 |
* | Replace the old, broken KERN_PROC ABI and its matching functions |  guenther | 2011-03-12 | 1 | -20/+26 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -14/+27 |
* | Fail instead of lying if a process asks sysctl()'s KERN_PROC2 or |  guenther | 2010-06-29 | 1 | -1/+7 |
* | Reimplement kvm_getproc2()'s support for reading crash dumps and |  guenther | 2010-01-10 | 1 | -0/+378 |