summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* The process lock is held when procfs_ioctl() is called. Assert that thisDag-Erling Smørgrav2007-05-011-2/+8
* Do allow PIOCSFL in jail for setguid processes; this is more consistentRobert Watson2007-02-191-4/+2
* Wake up PIOCWAIT handler on the process exit in addition to the stopKonstantin Belousov2006-11-171-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+14
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-4/+27
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-0/+35
* Conditionally weaken sys_generic.c rev 1.136 to allow certain dubiousPeter Wemm2005-06-301-0/+14
* Minor whitespace and style issues.Dag-Erling Smørgrav2003-12-071-1/+1
* - P_SHOULDSTOP just needs proc lock now, so don't acquire sched_lock unlessJohn Baldwin2003-04-171-6/+4
* Completely redo thread states.Julian Elischer2002-09-111-2/+1
* s/SGNL/SIG/David Xu2002-09-051-1/+1
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.Jake Burkholder2002-08-151-4/+4
* Part 1 of KSE-IIIJulian Elischer2002-06-291-2/+4
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* Fix various bugs in the debugging code and reenable it.Dag-Erling Smørgrav2001-12-091-7/+9
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-0/+132