| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -14/+7 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -5/+3 |
* | rufetch and calcru sometimes should be called atomically together. | attilio | 2007-06-09 | 1 | -1/+2 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -10/+3 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+10 |
* | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | trhodes | 2005-12-24 | 1 | -4/+4 |
* | Don't export major,minor, instead export tty name. | phk | 2005-03-15 | 1 | -3/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. | cperciva | 2004-12-01 | 1 | -1/+13 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -3/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove ps_argsopen from this check, because of two reasons: | pjd | 2004-04-01 | 1 | -1/+1 |
* | Minor whitespace and style issues. | des | 2003-12-07 | 1 | -3/+3 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 1 | -4/+6 |
* | - Use a local variable to close a minor race when determining if the wmesg | jhb | 2003-04-17 | 1 | -9/+15 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -1/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+3 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | - p_cansee() needs the target process locked. | jhb | 2002-04-13 | 1 | -18/+17 |
* | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | alfred | 2002-03-29 | 1 | -11/+17 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+5 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 1 | -6/+7 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -2/+4 |
* | Pseudofsize procfs(5). | des | 2001-12-04 | 1 | -124/+36 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -4/+7 |
* | Fix printf format bugs introduced in rev 1.34 for printing times. | peter | 2001-11-07 | 1 | -4/+4 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -4/+4 |
* | A process name may contain whitespace and unprintable characters, | mike | 2001-09-25 | 1 | -5/+11 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -2/+8 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -1/+1 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -3/+3 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -5/+8 |
* | Protect read to p_pptr with proc lock rather than proctree lock. | jhb | 2001-03-07 | 1 | -2/+2 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -3/+3 |
* | - Catch up to proc flag changes. | jhb | 2001-01-24 | 1 | -2/+6 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 1 | -0/+2 |
* | More paranoia against overflows | eivind | 2000-11-08 | 1 | -18/+45 |
* | Fix overflow from jail hostname. | eivind | 2000-11-01 | 1 | -1/+1 |
* | o Centralize inter-process access control, introducing: | rwatson | 2000-08-30 | 1 | -1/+1 |
* | Fix typo "," vs ";" | peter | 1999-12-27 | 1 | -1/+1 |
* | Add a sysctl to control if argv is disclosed to the world: | phk | 1999-11-26 | 1 | -1/+1 |
* | Introduce the new function | phk | 1999-11-21 | 1 | -1/+1 |
* | Make proc/*/cmdline use the cached argv if available. | phk | 1999-11-17 | 1 | -21/+31 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Let processes retrieve their argv through procfs. Revert to the original | marcel | 1999-08-19 | 1 | -8/+41 |
* | Don't call calcru() on a swapped-out process. calcru() access p_stats, which | dt | 1999-05-22 | 1 | -16/+10 |