summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280495:hselasky2015-05-211-16/+47
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Merge r261590, r261592 from head:glebius2014-03-041-1/+4
* Add a helpful message that can help point to why a sysctl tree removal failedscottl2013-08-091-1/+5
* - Use strdup(9) instead of reimplementing it.marius2013-03-011-52/+18
* Update comments to reflect r246689.marius2013-02-111-2/+8
* Make SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertised and also handlemarius2013-02-111-9/+17
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-221-4/+8
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichrwatson2011-07-171-6/+36
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-131-1/+1
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-4/+26
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+1
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-271-4/+2
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-261-5/+3
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-3/+6
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+2
* Fix uninitialized variable warning that shows on Tinderbox but not mymdf2010-11-291-1/+1
* Do not hold the sysctl lock across a call to the handler. This fixes amdf2010-11-291-27/+67
* Slightly modify the logic in sysctl_find_oid to reduce the indentation.mdf2010-11-291-19/+22
* Use the SYSCTL_CHILDREN macro in kern_sysctl.c to help de-obfuscate themdf2010-11-291-7/+6
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-0/+28
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-28/+0
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-0/+28
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-131-2/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-5/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-97/+8
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Remove do-nothing code that was required to dirty the old buffer on Alpha.des2009-05-151-12/+1
* Revert r192094. The revision caused problems for sysctl(3) consumerskib2009-05-151-5/+3
* - Use a separate sx lock to try to limit the number of concurrent userlandjhb2009-05-141-7/+16
* Do not advance req->oldidx when sysctl_old_user returning ankib2009-05-141-3/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-2/+98
* Add a new type of KTRACE record for sysctl(3) invocations. It uses thejhb2009-03-111-1/+10
* - Remove a recently added comment from kernel_sysctlbyname() that isn'tjhb2009-03-101-9/+1
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-061-21/+103
* Mark most often used sysctl's as MPSAFE.ed2009-01-281-3/+4
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-231-4/+4
* Don't clobber sysctl_root()'s error number.ed2009-01-011-2/+5
* Fix compilation. Also move ogetkerninfo() to kern_xxx.c.ed2008-12-291-211/+0
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-19/+23
* Uio_yield() already does DROP_GIANT/PICKUP_GIANT, no need to repeat thiskib2008-12-121-2/+0
* The userland_sysctl() function retries sysctl_root() until returnedkib2008-12-121-2/+8
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-0/+3
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,peter2007-11-301-0/+19
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* In userland_sysctl(), call useracc() with the actual newlen value to berwatson2007-09-021-1/+1
OpenPOWER on IntegriCloud