aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_status.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove ps_argsopen from this check, because of two reasons:Pawel Jakub Dawidek2004-04-011-1/+1
* Minor whitespace and style issues.Dag-Erling Smørgrav2003-12-071-3/+3
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-151-1/+1
* Instead of recording the Unix time in a process when it starts, record theDag-Erling Smørgrav2003-05-011-4/+6
* - Use a local variable to close a minor race when determining if the wmesgJohn Baldwin2003-04-171-9/+15
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-1/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+3
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* - p_cansee() needs the target process locked.John Baldwin2002-04-131-18/+17
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsAlfred Perlstein2002-03-291-11/+17
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-1/+5
* FIxed the following style bugs:Bruce Evans2002-02-161-6/+7
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+4
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-124/+36
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-4/+7
* Fix printf format bugs introduced in rev 1.34 for printing times.Peter Wemm2001-11-071-4/+4
* Adjust printfs to be time_t agnostic.Matthew Dillon2001-10-281-4/+4
* A process name may contain whitespace and unprintable characters,Mike Barcroft2001-09-251-5/+11
* KSE Milestone 2Julian Elischer2001-09-121-2/+8
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-1/+1
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-3/+3
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-5/+8
* Protect read to p_pptr with proc lock rather than proctree lock.John Baldwin2001-03-071-2/+2
* o Move per-process jail pointer (p->pr_prison) to inside of the subjectRobert Watson2001-02-211-2/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-3/+3
* - Catch up to proc flag changes.John Baldwin2001-01-241-2/+6
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-0/+2
* More paranoia against overflowsEivind Eklund2000-11-081-18/+45
* Fix overflow from jail hostname.Eivind Eklund2000-11-011-1/+1
* o Centralize inter-process access control, introducing:Robert Watson2000-08-301-1/+1
* Fix typo "," vs ";"Peter Wemm1999-12-271-1/+1
* Add a sysctl to control if argv is disclosed to the world:Poul-Henning Kamp1999-11-261-1/+1
* Introduce the new functionPoul-Henning Kamp1999-11-211-1/+1
* Make proc/*/cmdline use the cached argv if available.Poul-Henning Kamp1999-11-171-21/+31
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Let processes retrieve their argv through procfs. Revert to the originalMarcel Moolenaar1999-08-191-8/+41
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichDmitrij Tejblum1999-05-221-16/+10
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+7
* A partial implementation of the procfs cmdline pseudo-file. ThisPeter Wemm1999-01-051-1/+38
* Fixed printf format errors.Bruce Evans1998-07-111-6/+6
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-2/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* add ruid and rgid to file 'status'Wolfram Schneider1996-02-021-4/+12
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2