aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Retire procfs-based process debugging.John Baldwin2020-04-011-263/+0
* Mark procfs-based process debugging as deprecated for FreeBSD 13.John Baldwin2020-03-171-0/+43
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-3/+3
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-2/+2
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-3/+3
* 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