summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_status.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo "," vs ";"peter1999-12-271-1/+1
* Add a sysctl to control if argv is disclosed to the world:phk1999-11-261-1/+1
* Introduce the new functionphk1999-11-211-1/+1
* Make proc/*/cmdline use the cached argv if available.phk1999-11-171-21/+31
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Let processes retrieve their argv through procfs. Revert to the originalmarcel1999-08-191-8/+41
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-221-16/+10
* This Implements the mumbled about "Jail" feature.phk1999-04-281-1/+7
* A partial implementation of the procfs cmdline pseudo-file. Thispeter1999-01-051-1/+38
* Fixed printf format errors.bde1998-07-111-6/+6
* Removed unused #includes.bde1997-08-021-4/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-2/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* add ruid and rgid to file 'status'wosch1996-02-021-4/+12
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Cosmetics. reduce the noise from gcc -Wall.phk1994-10-101-5/+5
* Added $Id$dg1994-08-021-2/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+145
OpenPOWER on IntegriCloud