summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-134/+207
* Partial MFC of r267961, r267973, r267985, r267992, r267993 and r268005:hselasky2014-08-021-0/+9
* Merge 261595: simplify the SYSCTL_COUNTER_U64() macro.glebius2014-03-041-2/+2
* Merge 261593 from head:glebius2014-03-041-0/+27
* MFC r258661:kib2013-12-031-0/+1
* Fix a typo.jhb2013-09-121-1/+1
* Style cleanups.pjd2013-08-301-140/+147
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-129/+0
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+14
* Similar to CTLFLAG_RDTUN, provide CTLFLAG_RWTUN that defines writable sysctlpjd2012-12-111-1/+2
* Add CTLFLAG_STATS to sysctl flagsalfred2012-12-101-0/+1
* Add a sysctl to set and retrieve binary osreldate of another process.trociny2012-03-231-0/+1
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-1/+2
* Add sysctl to retrieve or set umask of another process.trociny2012-02-261-0/+1
* 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
OpenPOWER on IntegriCloud