| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Hold the proc lock while calling proc_sstep(). | John Baldwin | 2006-03-01 | 1 | -2/+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 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Add function prototypes for most of the new Lite2 functions. | Mike Pritchard | 1997-02-12 | 1 | -0/+3 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -14/+10 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Major fixes for procfs.. | Peter Wemm | 1996-01-24 | 1 | -3/+8 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+3 |
| * | Added prototypes. | Bruce Evans | 1995-12-03 | 1 | -1/+3 |
| * | Don't include <sys/tty.h> in drivers that aren't tty drivers or in general | Bruce Evans | 1995-07-16 | 1 | -2/+1 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -2/+7 |
| * | Make sure process isn't swapped when messing with it. | David Greenman | 1995-02-20 | 1 | -1/+2 |