summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* This should have been committed in r228030.trociny2011-11-271-0/+1
* Add sysctl to get process resource limits.trociny2011-11-241-0/+1
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returntrociny2011-11-221-0/+2
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichrwatson2011-07-171-1/+5
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-4/+6
* 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-11/+11
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-40/+1
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-131-1/+14
* Fix a typo. XLONG should allow pointers to unsigned and signed long.mdf2011-01-121-1/+1
* Add type checking for static and dynamic sysctls using scalar types.mdf2011-01-121-50/+140
* Add a nested include of <sys/linker_set.h> to make the sysctl(9) manpagejhb2011-01-101-0/+2
* Do not hold the sysctl lock across a call to the handler. This fixes amdf2010-11-291-1/+3
* Add a missing CTL description from CVS revision 1.147.attilio2010-11-251-0/+1
* Re-add r212370 now that the LOR in powerpc64 has been resolved:mdf2010-09-161-0/+3
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-131-3/+0
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-091-0/+3
* 32-bit sysctl emulation is also interesting on powerpc64.nwhitehorn2010-07-101-1/+1
* Add proper const keywords to sysctl(3) parameters.ed2010-02-211-2/+2
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-131-0/+1
* Introduce a new sysctl process mib, kern.proc.groups which adds thebrooks2009-07-241-0/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-133/+0
* - Add a sysctl_dpcpu_long to support long typed pcpu stats.jeff2009-06-251-0/+1
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+3
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+4
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-2/+29
* o Add declarations for a few more nodes widely used.imp2009-03-091-1/+4
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-061-0/+2
* Use NULL in preference to '0' for pointers.imp2009-02-031-2/+2
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-231-18/+18
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-231-0/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+34
* Duplicate another few hundred lines of code in order to be compatiblepeter2008-12-011-2/+4
* Implement copyout packing more along the lines of what I had in mind.peter2008-11-301-1/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+69
* Fix wierd integration errorjulian2008-08-201-1/+1
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-2/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-3/+3
* Implement the following macros for completeness:pjd2008-07-211-0/+9
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-171-0/+1
* - Restore runq to manipulating threads directly by putting runq links andjeff2008-03-201-0/+1
* Add very basic support for the kernel to export a list of features. Eachjhb2007-12-311-0/+8
* Add another new sysctl in support of the forthcoming procstat(1) torwatson2007-12-021-0/+1
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-021-0/+3
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,peter2007-11-301-0/+1
* Rescue hw.machine_arch in CTL_HW_NAMES.ru2007-10-161-0/+1
* Backout sensors framework.netchild2007-10-151-4/+1
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-1/+4
* Add a function for exporting 64 bit types.dwmalone2007-06-041-0/+1
OpenPOWER on IntegriCloud