aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* This should have been committed in r228030.Mikolaj Golub2011-11-271-0/+1
* Add sysctl to get process resource limits.Mikolaj Golub2011-11-241-0/+1
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returnMikolaj Golub2011-11-221-0/+2
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichRobert Watson2011-07-171-1/+5
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-4/+6
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andMatthew D Fleming2011-01-261-5/+3
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-11/+11
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-40/+1
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inMatthew D Fleming2011-01-131-1/+14
* Fix a typo. XLONG should allow pointers to unsigned and signed long.Matthew D Fleming2011-01-121-1/+1
* Add type checking for static and dynamic sysctls using scalar types.Matthew D Fleming2011-01-121-50/+140
* Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpageJohn Baldwin2011-01-101-0/+2
* Do not hold the sysctl lock across a call to the handler. This fixes aMatthew D Fleming2010-11-291-1/+3
* Add a missing CTL description from CVS revision 1.147.Attilio Rao2010-11-251-0/+1
* Re-add r212370 now that the LOR in powerpc64 has been resolved:Matthew D Fleming2010-09-161-0/+3
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewMatthew D Fleming2010-09-131-3/+0
* Add a drain function for struct sysctl_req, and use it for a variety ofMatthew D Fleming2010-09-091-0/+3
* 32-bit sysctl emulation is also interesting on powerpc64.Nathan Whitehorn2010-07-101-1/+1
* Add proper const keywords to sysctl(3) parameters.Ed Schouten2010-02-211-2/+2
* Make it possible to change the vnet sysctl variables on jailsBjoern A. Zeeb2009-08-131-0/+1
* Introduce a new sysctl process mib, kern.proc.groups which adds theBrooks Davis2009-07-241-0/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-133/+0
* - Add a sysctl_dpcpu_long to support long typed pcpu stats.Jeff Roberson2009-06-251-0/+1
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+3
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-151-1/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+4
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-2/+29
* o Add declarations for a few more nodes widely used.Warner Losh2009-03-091-1/+4
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.John Baldwin2009-02-061-0/+2
* Use NULL in preference to '0' for pointers.Warner Losh2009-02-031-2/+2
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is doneJohn Baldwin2009-01-231-18/+18
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notJohn Baldwin2009-01-231-0/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-1/+34
* Merge user/peter/kinfo branch as of r185547 into head.Peter Wemm2008-12-021-2/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+69
* Fix wierd integration errorJulian Elischer2008-08-201-1/+1
* Fix some of the formatting fixes.. It's amazing how some thing stand outJulian Elischer2008-08-201-2/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-201-3/+3
* Implement the following macros for completeness:Pawel Jakub Dawidek2008-07-211-0/+9
* - Make SCHED_STATS more generic by adding a wrapper to create theJeff Roberson2008-04-171-0/+1
* - Restore runq to manipulating threads directly by putting runq links andJeff Roberson2008-03-201-0/+1
* Add very basic support for the kernel to export a list of features. EachJohn Baldwin2007-12-311-0/+8
* Add another new sysctl in support of the forthcoming procstat(1) toRobert Watson2007-12-021-0/+1
* Add two new sysctls in support of the forthcoming procstat(1) to supportRobert Watson2007-12-021-0/+3
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,Peter Wemm2007-11-301-0/+1
* Rescue hw.machine_arch in CTL_HW_NAMES.Ruslan Ermilov2007-10-161-0/+1
* Backout sensors framework.Alexander Leidinger2007-10-151-4/+1
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-141-1/+4
* Add a function for exporting 64 bit types.David Malone2007-06-041-0/+1
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardAlexander Kabaev2007-05-191-1/+2