| Commit message (Expand) | Author | Age | Files | Lines |
* | remove procfs ctl interface | Eric Badger | 2017-03-05 | 1 | -359/+0 |
* | The si_status field of the siginfo_t, provided by the waitid(2) and | Konstantin Belousov | 2015-07-18 | 1 | -3/+3 |
* | Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889. | Xin LI | 2015-06-01 | 1 | -0/+1 |
* | Always set p_oppid when attaching to an existing process via procfs | John Baldwin | 2015-05-22 | 1 | -1/+1 |
* | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 1 | -2/+2 |
* | The thread_unsuspend() requires both process mutex and process spinlock | Konstantin Belousov | 2010-05-10 | 1 | -4/+4 |
* | For detach procfs ctl command, also clear P_STOPPED_TRACE process stop | Konstantin Belousov | 2010-05-10 | 1 | -1/+4 |
* | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -5/+2 |
* | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -4/+4 |
* | Hold the proc lock while calling proc_sstep() since the function asserts | John Baldwin | 2006-02-22 | 1 | -2/+1 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | David Xu | 2005-10-14 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -5/+1 |
* | Minor whitespace and style issues. | Dag-Erling Smørgrav | 2003-12-07 | 1 | -1/+1 |
* | - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a | John Baldwin | 2003-04-22 | 1 | -2/+0 |
* | Protect p_flag with the proc lock. The sched_lock is not needed to turn | John Baldwin | 2003-04-17 | 1 | -2/+2 |
* | wakeup(9) and msleep(9) take void * arguments, not caddr_t. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -3/+3 |
* | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -2/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -1/+2 |
* | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -1/+1 |
* | s/SGNL/SIG/ | David Xu | 2002-09-05 | 1 | -2/+2 |
* | Create a new thread state to describe threads that would be ready to run | Julian Elischer | 2002-07-29 | 1 | -0/+2 |
* | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -7/+8 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -2/+2 |
* | - Change procfs_control()'s first argument to be a thread pointer instead | John Baldwin | 2002-04-13 | 1 | -47/+32 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -1/+3 |
* | FIxed the following style bugs: | Bruce Evans | 2002-02-16 | 1 | -4/+9 |
* | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -5/+8 |
* | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -26/+33 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | Dag-Erling Smørgrav | 2001-10-21 | 1 | -1/+1 |
* | Remove some useless preprocesor paranoia. | Dag-Erling Smørgrav | 2001-10-07 | 1 | -4/+0 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -5/+5 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -1/+1 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -1/+4 |
* | - Various style fixes. | John Baldwin | 2001-03-29 | 1 | -7/+3 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -11/+11 |
* | Proc locking. Lock around psignal() and also ensure both an exclusive | John Baldwin | 2001-03-07 | 1 | -20/+34 |
* | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -16/+16 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 1 | -0/+14 |
* | o Tighten restrictions on use of /proc/pid/ctl and move access checks | Robert Watson | 2000-12-13 | 1 | -4/+10 |
* | Protect p_stat with the sched_lock. | John Baldwin | 2000-12-02 | 1 | -1/+18 |
* | Remove unused #includes. | Poul-Henning Kamp | 1999-12-08 | 1 | -1/+0 |
* | sigset_t change (part 2 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -7/+1 |
* | Removed bogon from previous commit: doubly included sys/systm.h. | Alexander Langer | 1997-04-27 | 1 | -2/+1 |
* | Prevent debugger attachment to init when securelevel > 0. | Alexander Langer | 1997-04-27 | 1 | -1/+6 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |