summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_status.c
Commit message (Expand)AuthorAgeFilesLines
* To facillitate an upcoming Linuxulator merging partiallydchagin2016-01-091-2/+2
* Abrogate nchr argument in proc_getargv() and proc_getenvv(): we always wanttrociny2012-01-151-1/+1
* In procfs_doproccmdline() if arguments are not cashed read them fromtrociny2011-11-221-30/+8
* Lock the thread lock around block that retrieves td_wmesg. Otherwise,kib2011-11-091-0/+2
* Fix typo.kib2011-11-051-1/+1
* Update the comment on printing group membership to reflect that factbrooks2010-01-091-1/+1
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-4/+5
* Remove kernel support for M:N threading.jeff2008-03-121-14/+7
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-5/+3
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-1/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Threading cleanup.. part 2 of several.julian2006-12-061-10/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+10
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-4/+4
* Don't export major,minor, instead export tty name.phk2005-03-151-3/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.cperciva2004-12-011-1/+13
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-3/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove ps_argsopen from this check, because of two reasons:pjd2004-04-011-1/+1
* Minor whitespace and style issues.des2003-12-071-3/+3
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Instead of recording the Unix time in a process when it starts, record thedes2003-05-011-4/+6
* - Use a local variable to close a minor race when determining if the wmesgjhb2003-04-171-9/+15
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* Use the fields in the sysentvec and in the vm map header in place of thejake2002-09-211-1/+3
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* - p_cansee() needs the target process locked.jhb2002-04-131-18/+17
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsalfred2002-03-291-11/+17
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+5
* FIxed the following style bugs:bde2002-02-161-6/+7
* Pre-KSE/M3 commit.julian2002-02-071-2/+4
* Pseudofsize procfs(5).des2001-12-041-124/+36
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-031-4/+7
* Fix printf format bugs introduced in rev 1.34 for printing times.peter2001-11-071-4/+4
* Adjust printfs to be time_t agnostic.dillon2001-10-281-4/+4
* A process name may contain whitespace and unprintable characters,mike2001-09-251-5/+11
* KSE Milestone 2julian2001-09-121-2/+8
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-3/+3
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-5/+8
* Protect read to p_pptr with proc lock rather than proctree lock.jhb2001-03-071-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectrwatson2001-02-211-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-3/+3
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+2
* More paranoia against overflowseivind2000-11-081-18/+45
* Fix overflow from jail hostname.eivind2000-11-011-1/+1
* o Centralize inter-process access control, introducing:rwatson2000-08-301-1/+1
OpenPOWER on IntegriCloud