summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-071-5/+1
* Minor whitespace and style issues.des2003-12-071-1/+1
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes ajhb2003-04-221-2/+0
* Protect p_flag with the proc lock. The sched_lock is not needed to turnjhb2003-04-171-2/+2
* wakeup(9) and msleep(9) take void * arguments, not caddr_t.des2003-03-021-3/+3
* Back our kernel support for reliable signal queues.jmallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. Thisjmallett2002-09-301-1/+2
* Completely redo thread states.julian2002-09-111-1/+1
* s/SGNL/SIG/davidxu2002-09-051-2/+2
* Create a new thread state to describe threads that would be ready to runjulian2002-07-291-0/+2
* Part 1 of KSE-IIIjulian2002-06-291-7/+8
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-2/+2
* - Change procfs_control()'s first argument to be a thread pointer insteadjhb2002-04-131-47/+32
* Remove __P.alfred2002-03-191-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-231-1/+3
* FIxed the following style bugs:bde2002-02-161-4/+9
* Pre-KSE/M3 commit.julian2002-02-071-5/+8
* Pseudofsize procfs(5).des2001-12-041-26/+33
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-1/+1
* Remove some useless preprocesor paranoia.des2001-10-071-4/+0
* KSE Milestone 2julian2001-09-121-5/+5
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* - 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-1/+4
* - Various style fixes.jhb2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-11/+11
* Proc locking. Lock around psignal() and also ensure both an exclusivejhb2001-03-071-20/+34
* Change and clean the mutex lock interface.bmilekic2001-02-091-16/+16
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+14
* o Tighten restrictions on use of /proc/pid/ctl and move access checksrwatson2000-12-131-4/+10
* Protect p_stat with the sched_lock.jhb2000-12-021-1/+18
* Remove unused #includes.phk1999-12-081-1/+0
* sigset_t change (part 2 of 5)marcel1999-09-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed unused #includes.bde1997-08-021-7/+1
* Removed bogon from previous commit: doubly included sys/systm.h.alex1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.alex1997-04-271-1/+6
* 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
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-14/+10
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Major fixes for procfs..peter1996-01-241-3/+8
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+3
* Added prototypes.bde1995-12-031-1/+3
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+7
* Make sure process isn't swapped when messing with it.dg1995-02-201-1/+2
* Fix problem when attached process detachedache1994-12-311-1/+5
* Added $Id$dg1994-08-021-2/+1
OpenPOWER on IntegriCloud