| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Remove ps_argsopen from this check, because of two reasons: | Pawel Jakub Dawidek | 2004-04-01 | 1 | -1/+1 |
| * | Minor whitespace and style issues. | Dag-Erling Smørgrav | 2003-12-07 | 1 | -3/+3 |
| * | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -1/+1 |
| * | Instead of recording the Unix time in a process when it starts, record the | Dag-Erling Smørgrav | 2003-05-01 | 1 | -4/+6 |
| * | - Use a local variable to close a minor race when determining if the wmesg | John Baldwin | 2003-04-17 | 1 | -9/+15 |
| * | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -1/+1 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -1/+3 |
| * | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -1/+1 |
| * | - p_cansee() needs the target process locked. | John Baldwin | 2002-04-13 | 1 | -18/+17 |
| * | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | Alfred Perlstein | 2002-03-29 | 1 | -11/+17 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -1/+5 |
| * | FIxed the following style bugs: | Bruce Evans | 2002-02-16 | 1 | -6/+7 |
| * | Pre-KSE/M3 commit. | Julian Elischer | 2002-02-07 | 1 | -2/+4 |
| * | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -124/+36 |
| * | o Introduce pr_mtx into struct prison, providing protection for the | Robert Watson | 2001-12-03 | 1 | -4/+7 |
| * | Fix printf format bugs introduced in rev 1.34 for printing times. | Peter Wemm | 2001-11-07 | 1 | -4/+4 |
| * | Adjust printfs to be time_t agnostic. | Matthew Dillon | 2001-10-28 | 1 | -4/+4 |
| * | A process name may contain whitespace and unprintable characters, | Mike Barcroft | 2001-09-25 | 1 | -5/+11 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -2/+8 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -1/+1 |
| * | o Merge contents of struct pcred into struct ucred. Specifically, add the | Robert Watson | 2001-05-25 | 1 | -3/+3 |
| * | - 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 | -5/+8 |
| * | Protect read to p_pptr with proc lock rather than proctree lock. | John Baldwin | 2001-03-07 | 1 | -2/+2 |
| * | o Move per-process jail pointer (p->pr_prison) to inside of the subject | Robert Watson | 2001-02-21 | 1 | -2/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -3/+3 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -2/+6 |
| * | Protect proc.p_pptr and proc.p_children/p_sibling with the | Jake Burkholder | 2000-12-23 | 1 | -0/+2 |
| * | More paranoia against overflows | Eivind Eklund | 2000-11-08 | 1 | -18/+45 |
| * | Fix overflow from jail hostname. | Eivind Eklund | 2000-11-01 | 1 | -1/+1 |
| * | o Centralize inter-process access control, introducing: | Robert Watson | 2000-08-30 | 1 | -1/+1 |
| * | Fix typo "," vs ";" | Peter Wemm | 1999-12-27 | 1 | -1/+1 |
| * | Add a sysctl to control if argv is disclosed to the world: | Poul-Henning Kamp | 1999-11-26 | 1 | -1/+1 |
| * | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 1 | -1/+1 |
| * | Make proc/*/cmdline use the cached argv if available. | Poul-Henning Kamp | 1999-11-17 | 1 | -21/+31 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Let processes retrieve their argv through procfs. Revert to the original | Marcel Moolenaar | 1999-08-19 | 1 | -8/+41 |
| * | Don't call calcru() on a swapped-out process. calcru() access p_stats, which | Dmitrij Tejblum | 1999-05-22 | 1 | -16/+10 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 1 | -1/+7 |
| * | A partial implementation of the procfs cmdline pseudo-file. This | Peter Wemm | 1999-01-05 | 1 | -1/+38 |
| * | Fixed printf format errors. | Bruce Evans | 1998-07-11 | 1 | -6/+6 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -4/+1 |
| * | 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 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -2/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | add ruid and rgid to file 'status' | Wolfram Schneider | 1996-02-02 | 1 | -4/+12 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |