| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 8 | -8/+8 |
* | 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 |
* | Don't PHOLD() the target process in procfs, since this is already done | das | 2004-10-01 | 3 | -6/+3 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 10 | -41/+1 |
* | Remove ps_argsopen from this check, because of two reasons: | pjd | 2004-04-01 | 1 | -1/+1 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -4/+18 |
* | Lock p->p_textvp before calling vn_fullpath() on it. Note the | rwatson | 2004-01-07 | 1 | -0/+2 |
* | Minor whitespace and style issues. | des | 2003-12-07 | 7 | -21/+16 |
* | Remove debug printf(). | mux | 2003-10-19 | 1 | -1/+0 |
* | Introduce a uiomove_frombuf helper routine that handles computing and | nectar | 2003-10-02 | 3 | -45/+9 |
* | Add a new column to the procfs map to hold the name of the mapped | rwatson | 2003-09-29 | 1 | -2/+16 |
* | Add p_candebug() check to access a process map file in procfs; limit | rwatson | 2003-08-14 | 1 | -0/+6 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Clean up proc locking in procfs: make sure the proc lock is held before | rwatson | 2003-05-05 | 3 | -5/+12 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 1 | -4/+6 |
* | - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a | jhb | 2003-04-22 | 1 | -2/+0 |
* | - Use a local variable to close a minor race when determining if the wmesg | jhb | 2003-04-17 | 1 | -9/+15 |
* | Protect p_flag with the proc lock. The sched_lock is not needed to turn | jhb | 2003-04-17 | 1 | -2/+2 |
* | - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unless | jhb | 2003-04-17 | 1 | -6/+4 |
* | Add a proc lock assertion and move another assertion up to the top of the | jhb | 2003-04-17 | 1 | -2/+4 |
* | wakeup(9) and msleep(9) take void * arguments, not caddr_t. | des | 2003-03-02 | 1 | -3/+3 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -1/+1 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 3 | -72/+0 |
* | Remove even more '&' from pointers to functions. | phk | 2002-10-20 | 1 | -26/+26 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -2/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -1/+2 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+3 |
* | Completely redo thread states. | julian | 2002-09-11 | 2 | -3/+2 |
* | s/SGNL/SIG/ | davidxu | 2002-09-05 | 2 | -3/+3 |
* | Fixed 64bit big endian bugs relating to abuse of ioctl argument passing. | jake | 2002-08-15 | 1 | -4/+4 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 3 | -0/+72 |
* | Create a new thread state to describe threads that would be ready to run | julian | 2002-07-29 | 1 | -0/+2 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 5 | -12/+15 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 7 | -8/+10 |
* | Include <sys/systm.h> for (at least) the definition of atomic functions | bde | 2002-04-21 | 1 | -0/+1 |
* | Spelling fix for comment. | rwatson | 2002-04-20 | 1 | -1/+1 |
* | - Change procfs_control()'s first argument to be a thread pointer instead | jhb | 2002-04-13 | 1 | -47/+32 |
* | Lock the target process for p_candebug(). | jhb | 2002-04-13 | 1 | -3/+4 |
* | Lock the target process in procfs_doproc*regs() for p_candebug and while | jhb | 2002-04-13 | 3 | -9/+23 |
* | - p_cansee() needs the target process locked. | jhb | 2002-04-13 | 1 | -18/+17 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | alfred | 2002-03-29 | 1 | -11/+17 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 2 | -2/+8 |
* | Paranoia: if the process is setugid, set all sensitive files mode 0. | des | 2002-02-18 | 1 | -1/+3 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 2 | -10/+16 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 3 | -11/+21 |
* | Fixed missing PHOLD()/PRELE(). | bde | 2002-02-16 | 1 | -0/+2 |