summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Call pargs_drop() unconditionally in do_execve(), the function correctlykib2008-07-251-1/+2
* Add DTrace 'proc' provider probes using the Statically Defined Tracejb2008-05-241-0/+37
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-13/+5
* Remove kernel support for M:N threading.jeff2008-03-121-2/+2
* Don't zero td_runtime when billing thread CPU usage to the process;rwatson2008-01-101-7/+13
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+1
* Return ESRCH when a kernel stack is queried on a process in execve() --rwatson2007-12-271-1/+2
* Check for P_WEXIT before PHOLD() on a process in kstack and vm queryrwatson2007-12-091-0/+8
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-021-0/+106
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-021-1/+159
* Test that p_textvp is non-NULL be dereferencing, as no executable vnode isrwatson2007-11-201-0/+5
* Adds an event handler for:rrs2007-11-151-2/+6
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-15/+13
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. Thisjeff2007-09-211-2/+3
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-2/+5
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-0/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-12/+16
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-1/+1
* Stop setting ki_ocomm (thread name) to the proc name by default, as nothingemaste2007-03-231-8/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-38/+1
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-2/+25
* Remove duplicated $FreeBSD$.pjd2006-09-301-1/+0
* Move Giant up even further since P_CONTROLT isn't really fully lockedmbr2006-09-271-1/+1
* Protect enterpgrp() against another tty/proc race case until the tty locking ...mbr2006-09-231-0/+3
* Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The ttymbr2006-09-191-0/+6
* CPU time accounting speedup (step 2)phk2006-02-111-1/+1
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-3/+1
* Return the thread name in the kinfo_proc structure.julian2006-01-181-0/+7
* Since p_cansee will end up dereferencing p_ucred, don't check for p_ucredjmallett2006-01-171-9/+7
* Add code to report zombie state.davidxu2005-12-291-0/+2
* Moderate rewrite of kernel ktrace code to attempt to generally improverwatson2005-11-131-0/+1
* Add support for queueing SIGCHLD same as other UNIX systems did.davidxu2005-11-081-0/+4
* Document in #ifdef notnow code the actions that proc_fini would need tojhb2005-10-241-0/+9
* Always wire the sysctl output buffer in sysctl_kern_proc() beforetruckman2005-10-021-95/+113
* Use the refcount API to implement reference counts on process argumentjhb2005-09-271-11/+4
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-0/+45
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-1/+0
* Add ki_jid field to the kinfo_proc structure and store jail ID there.pjd2005-03-201-1/+5
* In stange circumstances we may end up being the last reference to aphk2005-03-171-10/+17
* Function jailed() looks into ucred strcture, so be sure ucred is not NULL.pjd2005-03-121-4/+4
* Clean up a bit.pjd2005-03-121-11/+12
* Make a bunch of SYSCTL_NODEs static.phk2005-02-101-22/+23
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Axe a.out core dump support. Neither older gdb binaries nor currentdas2004-11-271-13/+0
* Remove local definitions of RANGEOF() and use __rangeof() instead.das2004-11-201-5/+2
* Malloc p_stats instead of putting it in the U area. We should considerdas2004-11-201-5/+44
* Remove duplicate line.julian2004-10-101-1/+0
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-13/+12
* The zone from which proc structures are allocated is markeddas2004-09-191-16/+5
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-28/+10
OpenPOWER on IntegriCloud