summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_status.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-265/+0
* 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
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-101-5/+5
* Added $Id$David Greenman1994-08-021-2/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+145