aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Hold the proc lock while calling proc_sstep().John Baldwin2006-03-011-2/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-5/+1
* Minor whitespace and style issues.Dag-Erling Smørgrav2003-12-071-1/+1
* - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes aJohn Baldwin2003-04-221-2/+0
* Protect p_flag with the proc lock. The sched_lock is not needed to turnJohn Baldwin2003-04-171-2/+2
* wakeup(9) and msleep(9) take void * arguments, not caddr_t.Dag-Erling Smørgrav2003-03-021-3/+3
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-2/+1
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+2
* Completely redo thread states.Julian Elischer2002-09-111-1/+1
* s/SGNL/SIG/David Xu2002-09-051-2/+2
* Create a new thread state to describe threads that would be ready to runJulian Elischer2002-07-291-0/+2
* Part 1 of KSE-IIIJulian Elischer2002-06-291-7/+8
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-2/+2
* - Change procfs_control()'s first argument to be a thread pointer insteadJohn Baldwin2002-04-131-47/+32
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-1/+3
* FIxed the following style bugs:Bruce Evans2002-02-161-4/+9
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-5/+8
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-26/+33
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-1/+1
* Remove some useless preprocesor paranoia.Dag-Erling Smørgrav2001-10-071-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-1/+1
* - 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-1/+4
* - Various style fixes.John Baldwin2001-03-291-7/+3
* Convert the allproc and proctree locks from lockmgr locks to sx locks.John Baldwin2001-03-281-11/+11
* Proc locking. Lock around psignal() and also ensure both an exclusiveJohn Baldwin2001-03-071-20/+34
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-16/+16
* Protect proc.p_pptr and proc.p_children/p_sibling with theJake Burkholder2000-12-231-0/+14
* o Tighten restrictions on use of /proc/pid/ctl and move access checksRobert Watson2000-12-131-4/+10
* Protect p_stat with the sched_lock.John Baldwin2000-12-021-1/+18
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Removed unused #includes.Bruce Evans1997-08-021-7/+1
* Removed bogon from previous commit: doubly included sys/systm.h.Alexander Langer1997-04-271-2/+1
* Prevent debugger attachment to init when securelevel > 0.Alexander Langer1997-04-271-1/+6
* 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
* Add function prototypes for most of the new Lite2 functions.Mike Pritchard1997-02-121-0/+3
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-14/+10
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Major fixes for procfs..Peter Wemm1996-01-241-3/+8
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Added prototypes.Bruce Evans1995-12-031-1/+3
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+7
* Make sure process isn't swapped when messing with it.David Greenman1995-02-201-1/+2