summaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.3.0_cvscvs2svn2008-01-151-1/+1
* MFC rev. 1.15:Konstantin Belousov2006-11-241-2/+2
* MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments.Ruslan Ermilov2006-10-041-4/+17
* 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