summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* The process lock is held when procfs_ioctl() is called. Assert that thisdes2007-05-011-2/+8
* Do allow PIOCSFL in jail for setguid processes; this is more consistentrwatson2007-02-191-4/+2
* Wake up PIOCWAIT handler on the process exit in addition to the stopkib2006-11-171-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+14
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-4/+27
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+35
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiouspeter2005-06-301-0/+14
* Minor whitespace and style issues.des2003-12-071-1/+1
* - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unlessjhb2003-04-171-6/+4
* Completely redo thread states.julian2002-09-111-2/+1
* s/SGNL/SIG/davidxu2002-09-051-1/+1
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
* Part 1 of KSE-IIIjulian2002-06-291-2/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* Fix various bugs in the debugging code and reenable it.des2001-12-091-7/+9
* Pseudofsize procfs(5).des2001-12-041-0/+132
OpenPOWER on IntegriCloud