summaryrefslogtreecommitdiff
path: root/sys/kern/kern_proc.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvsKen Smith2011-02-161-1/+1
* MFC rr200995:Bjoern A. Zeeb2009-12-281-1/+0
* MFC 195840, 195844, and 196637:John Baldwin2009-09-141-0/+6
* MFC r189078:Attilio Rao2009-09-071-24/+43
* MFC r185647;Konstantin Belousov2009-06-101-0/+1
* - MFC "object specific data" support with rmlocks replaced with rwlocksKip Macy2009-05-201-0/+2
* Merge r182750, r182754 from head to stable/7:Robert Watson2009-03-161-2/+2
* MFC: Add a flag to tag individual sysctl leaf nodes as MPSAFE. Tag theJohn Baldwin2009-03-101-33/+38
* The previous MFC only fixed the old kern.proc.vmmap sysctl. Fix the new oneJohn Baldwin2009-02-171-3/+2
* MFC: Remove unnecessary locking around vn_fullpath(). This also includesJohn Baldwin2009-02-171-3/+2
* MFC r186563:Konstantin Belousov2009-01-291-2/+2
* MFC r185984:Konstantin Belousov2008-12-191-3/+15
* MFC r185764:Konstantin Belousov2008-12-191-38/+40
* MFC: 185548 and followups.Peter Wemm2008-12-061-2/+181
* This is direct commit to stable/7 to accomodate KPI difference betweenKonstantin Belousov2008-11-071-1/+1
* MFC: r184492 - add offset / fileid / fsid to KERN_PROC_VMMAP sysctlPeter Wemm2008-11-061-0/+10
* MFCJohn Birrell2008-08-271-1/+38
* MFC r180799:Konstantin Belousov2008-08-011-1/+2
* Merge init_main.c:1.290, kern_proc.c:1.261, kern_resource.c:1.182,Robert Watson2008-04-111-7/+13
* Merge kern_proc.c:1.259 from HEAD to RELENG_7:Robert Watson2008-04-111-1/+2
* Merge kern_proc.c:1.258 from HEAD to RELENG_7:Robert Watson2008-04-101-0/+8
* Merge kern_proc.c:1.257, sysctl.h:1.154, and user.h:1.72 from HEAD toRobert Watson2008-04-101-0/+106
* Merge kern_descrip.c:1.314, kern_proc.c:1.256, sysctl.h:1.153,Robert Watson2008-04-101-1/+159
* MFC fix for the panic("vm_thread_new: kstack allocation failed") andKonstantin Belousov2008-01-181-15/+13
* - Add init,fini,ctor and dtor events for process and threadRandall Stewart2007-12-141-1/+6
* Merge kern_proc.c:1.255 from HEAD to RELENG_7:Robert Watson2007-11-241-0/+5
* - Redefine p_swtime and td_slptime as p_swtick and td_slptick. ThisJeff Roberson2007-09-211-2/+3
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-2/+5
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-0/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-12/+16
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-1/+1
* Stop setting ki_ocomm (thread name) to the proc name by default, as nothingEd Maste2007-03-231-8/+1
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-38/+1
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-2/+25
* Remove duplicated $FreeBSD$.Pawel Jakub Dawidek2006-09-301-1/+0
* Move Giant up even further since P_CONTROLT isn't really fully lockedMartin Blapp2006-09-271-1/+1
* Protect enterpgrp() against another tty/proc race case until the tty locking ...Martin Blapp2006-09-231-0/+3
* Fix races between tty.c and sessrele() / doenterpgrp() / leavepgrp(). The ttyMartin Blapp2006-09-191-0/+6
* CPU time accounting speedup (step 2)Poul-Henning Kamp2006-02-111-1/+1
* Modify the way we account for CPU time spent (step 1)Poul-Henning Kamp2006-02-071-3/+1
* Return the thread name in the kinfo_proc structure.Julian Elischer2006-01-181-0/+7
* Since p_cansee will end up dereferencing p_ucred, don't check for p_ucredJuli Mallett2006-01-171-9/+7
* Add code to report zombie state.David Xu2005-12-291-0/+2
* Moderate rewrite of kernel ktrace code to attempt to generally improveRobert Watson2005-11-131-0/+1
* Add support for queueing SIGCHLD same as other UNIX systems did.David Xu2005-11-081-0/+4
* Document in #ifdef notnow code the actions that proc_fini would need toJohn Baldwin2005-10-241-0/+9
* Always wire the sysctl output buffer in sysctl_kern_proc() beforeDon Lewis2005-10-021-95/+113
* Use the refcount API to implement reference counts on process argumentJohn Baldwin2005-09-271-11/+4
* Add a sysctl that returns the full path of a process' text file.David Schultz2005-04-181-0/+45
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-041-1/+0