aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* remove procfs ctl interfaceEric Badger2017-03-051-359/+0
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-3/+3
* Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.Xin LI2015-06-011-0/+1
* Always set p_oppid when attaching to an existing process via procfsJohn Baldwin2015-05-221-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* The thread_unsuspend() requires both process mutex and process spinlockKonstantin Belousov2010-05-101-4/+4
* For detach procfs ctl command, also clear P_STOPPED_TRACE process stopKonstantin Belousov2010-05-101-1/+4
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-5/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-4/+4
* Hold the proc lock while calling proc_sstep() since the function assertsJohn Baldwin2006-02-221-2/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-1/+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