Age | Commit message (Expand) | Author |
2018-06-21 | Use atomic operations for updating cred structure reference counts | Visa Hankala |
2018-03-27 | Make sure that programs violating a pledge(2) promise or some memory | Martin Pieuchot |
2018-02-26 | Serialize access to UID data with a rwlock. | Martin Pieuchot |
2018-02-20 | Introduce enternewpgrp() & enterthispgrp(), from FreeBSD via guenther@. | Martin Pieuchot |
2018-02-10 | Move cleanup job control bits to their own function. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-09-29 | New ddb(4) command: kill. | Martin Pieuchot |
2017-02-04 | Update usage for ps/w to match previous commit | Philip Guenther |
2017-01-24 | Display process group in "ps /w" since they got removed from "ps /n". | Martin Pieuchot |
2017-01-24 | Display the thread ID (TID) rather than the process group ID (PGRP) | Martin Pieuchot |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-02 | add a concept of 'verified auth' to sessions. When set via ioctl, | Ted Unangst |
2016-08-25 | pool_setipl | David Gwynne |
2016-06-27 | Repair kill(2) on zombie processes. | Jeremie Courreges-Anglas |
2016-03-04 | repair documentation for inferior(); from Michal Mazurek | Theo de Raadt |
2015-09-11 | Add ddb ps/o, displaying just the non-idle on-proc threads | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | Ted Unangst |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-01-20 | Threads can't be zombies, only processes, so change zombproc to zombprocess, | Philip Guenther |
2013-10-02 | format string fix: p_*ticks are u_int | Stefan Fritsch |
2013-09-22 | Stop merging the per-thread and per-process flags when reporting | Philip Guenther |
2013-08-12 | The ps flags are split between thread and process. It is useful | Alexander Bluhm |
2013-08-08 | Uncomment kprintf format attributes for sys/kern | Sylvestre Gallon |
2013-02-17 | Comment out recently added __attribute__((__format__(__kprintf__))) annotations | Miod Vallat |
2013-02-09 | Add explicit __attribute__ ((__format__(__kprintf__)))) to the functions and | Miod Vallat |
2012-04-10 | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit | Philip Guenthe |
2011-09-18 | %, is not a valid format specifier | Miod Vallat |
2011-03-07 | The scheduling 'nice' value is per-process, not per-thread, so move it | Philip Guenthe |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-07-19 | Rollback the allproclk and fileheadlk addition. When grabbing an | Philip Guenthe |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-03-24 | Add a rwlock around the filehead and allproc lists, mainly to protect | Ted Unangst |
2010-01-28 | Make sure the process tree is is loop-free by forbidding ptrace() | Philip Guenthe |
2009-04-15 | Misplaced comment. | Artur Grabowski |
2008-11-01 | change all callers of enterpgrp() to pre-allocate a pgrp or session if | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |