| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 6 | -14/+19 |
* | Remove an obsolete prototype for procfs_kmemaccess(). | des | 2001-12-11 | 1 | -3/+0 |
* | Fix various bugs in the debugging code and reenable it. | des | 2001-12-09 | 2 | -9/+9 |
* | Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ... | des | 2001-12-08 | 2 | -3/+5 |
* | Pseudofsize procfs(5). | des | 2001-12-04 | 16 | -2035/+477 |
* | 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 |
* | Correctly unlock the target process if /proc/$foo/mem is open()ed by | green | 2001-11-06 | 1 | -1/+1 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -4/+4 |
* | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | des | 2001-10-22 | 1 | -1/+1 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 4 | -7/+7 |