| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments. | Ruslan Ermilov | 2006-10-04 | 1 | -4/+17 |
| * | MFC procfs.c revisions 1.13 and 1.14: | Guy Helmer | 2006-06-14 | 1 | -3/+4 |
| * | MFC: Hold the proc lock while calling proc_sstep(). | John Baldwin | 2006-03-01 | 1 | -2/+1 |
| * | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 5 | -10/+199 |
| * | Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious | Peter Wemm | 2005-06-30 | 1 | -0/+14 |
| * | Don't export major,minor, instead export tty name. | Poul-Henning Kamp | 2005-03-15 | 1 | -3/+3 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 8 | -8/+8 |
| * | Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. | Colin Percival | 2004-12-01 | 1 | -1/+13 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -3/+2 |
| * | Don't PHOLD() the target process in procfs, since this is already done | David Schultz | 2004-10-01 | 3 | -6/+3 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 10 | -41/+1 |
| * | Remove ps_argsopen from this check, because of two reasons: | Pawel Jakub Dawidek | 2004-04-01 | 1 | -1/+1 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -4/+18 |
| * | Lock p->p_textvp before calling vn_fullpath() on it. Note the | Robert Watson | 2004-01-07 | 1 | -0/+2 |
| * | Minor whitespace and style issues. | Dag-Erling Smørgrav | 2003-12-07 | 7 | -21/+16 |
| * | Remove debug printf(). | Maxime Henrion | 2003-10-19 | 1 | -1/+0 |
| * | Introduce a uiomove_frombuf helper routine that handles computing and | Jacques Vidrine | 2003-10-02 | 3 | -45/+9 |
| * | Add a new column to the procfs map to hold the name of the mapped | Robert Watson | 2003-09-29 | 1 | -2/+16 |
| * | Add p_candebug() check to access a process map file in procfs; limit | Robert Watson | 2003-08-14 | 1 | -0/+6 |
| * | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -1/+1 |
| * | Clean up proc locking in procfs: make sure the proc lock is held before | Robert Watson | 2003-05-05 | 3 | -5/+12 |
| * | Instead of recording the Unix time in a process when it starts, record the | Dag-Erling Smørgrav | 2003-05-01 | 1 | -4/+6 |
| * | - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a | John Baldwin | 2003-04-22 | 1 | -2/+0 |
| * | - Use a local variable to close a minor race when determining if the wmesg | John Baldwin | 2003-04-17 | 1 | -9/+15 |
| * | Protect p_flag with the proc lock. The sched_lock is not needed to turn | John Baldwin | 2003-04-17 | 1 | -2/+2 |
| * | - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unless | John Baldwin | 2003-04-17 | 1 | -6/+4 |
| * | Add a proc lock assertion and move another assertion up to the top of the | John Baldwin | 2003-04-17 | 1 | -2/+4 |
| * | wakeup(9) and msleep(9) take void * arguments, not caddr_t. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -3/+3 |
| * | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -1/+1 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 3 | -72/+0 |
| * | Remove even more '&' from pointers to functions. | Poul-Henning Kamp | 2002-10-20 | 1 | -26/+26 |
| * | 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 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -1/+3 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 2 | -3/+2 |
| * | s/SGNL/SIG/ | David Xu | 2002-09-05 | 2 | -3/+3 |
| * | Fixed 64bit big endian bugs relating to abuse of ioctl argument passing. | Jake Burkholder | 2002-08-15 | 1 | -4/+4 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 3 | -0/+72 |
| * | 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 | 5 | -12/+15 |
| * | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 7 | -8/+10 |
| * | Include <sys/systm.h> for (at least) the definition of atomic functions | Bruce Evans | 2002-04-21 | 1 | -0/+1 |
| * | Spelling fix for comment. | Robert Watson | 2002-04-20 | 1 | -1/+1 |
| * | - Change procfs_control()'s first argument to be a thread pointer instead | John Baldwin | 2002-04-13 | 1 | -47/+32 |
| * | Lock the target process for p_candebug(). | John Baldwin | 2002-04-13 | 1 | -3/+4 |
| * | Lock the target process in procfs_doproc*regs() for p_candebug and while | John Baldwin | 2002-04-13 | 3 | -9/+23 |
| * | - p_cansee() needs the target process locked. | John Baldwin | 2002-04-13 | 1 | -18/+17 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | Alfred Perlstein | 2002-03-29 | 1 | -11/+17 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |