summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-364/+0
* 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
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+302
OpenPOWER on IntegriCloud