| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | 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 | 3 | -8/+8 |
* | The process lock is held when procfs_ioctl() is called. Assert that this | des | 2007-05-01 | 1 | -2/+8 |
* | Add synchronization. Eliminate the acquisition and release of Giant. | alc | 2007-04-23 | 1 | -23/+47 |
* | Instead of stating GIANT_REQUIRED, just acquire and release Giant where | des | 2007-04-15 | 1 | -2/+5 |
* | Fix the same bug as in procfs_doproc{,db}regs(): check that uio_offset is | des | 2007-04-15 | 1 | -1/+3 |
* | Don't reset uio_offset to 0 before returning. Instead, refuse to service | des | 2007-04-15 | 2 | -3/+7 |
* | Add a pn_destroy field to pfs_node. This field points to a destructor | des | 2007-03-12 | 1 | -15/+15 |
* | Do allow PIOCSFL in jail for setguid processes; this is more consistent | rwatson | 2007-02-19 | 1 | -4/+2 |
* | Fix the race of dereferencing /proc/<pid>/file with execve(2) by caching | kib | 2007-02-07 | 1 | -4/+12 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -10/+3 |
* | Wake up PIOCWAIT handler on the process exit in addition to the stop | kib | 2006-11-17 | 1 | -2/+2 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+14 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+10 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 1 | -4/+27 |
* | Upon further review, DES prefers this change over that in revision 1.13 | ghelmer | 2006-06-05 | 1 | -6/+4 |
* | Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0 | ghelmer | 2006-05-24 | 1 | -3/+6 |
* | Hold the proc lock while calling proc_sstep() since the function asserts | jhb | 2006-02-22 | 1 | -2/+1 |
* | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | trhodes | 2005-12-24 | 1 | -4/+4 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 1 | -1/+1 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 5 | -10/+199 |
* | Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious | peter | 2005-06-30 | 1 | -0/+14 |
* | 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 |