summaryrefslogtreecommitdiff
path: root/sys/kern/init_sysctl.c
AgeCommit message (Expand)Author
2018-02-04Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we'remaxv
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-12-14Remove the "target" argment from vfs_drainvnodes() as it ishannken
2016-05-31Add a new kern.messages sysctl to allow kernel message verbosity to bepgoyette
2015-11-09Whether or not the semaphore code is loaded as a module or built-in, itspgoyette
2015-08-25Move a bunch of sysctl nodes from init_sysctl (kitchen sink sysctl file)pooka
2015-07-07Move hw.machine and hw.machine_arch sysctls to base so rump can use themjustin
2015-05-20group msgbuf sysctls with the msgbuf codepooka
2015-05-13More preparation for modularizing the SYSVxxx options. Here wepgoyette
2015-04-22move clock sysctls from init_sysctl.c to kern_clock.cpooka
2014-08-03BUILDINFO part 2: expose sysctl kern.buildinfoapb
2014-05-08Add a global vnode cache:hannken
2014-03-24- create cpu_{g,s}etmodel() and hide cpu_model from direct access.christos
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-25Add kern.{ostype,osrelease,osrevision,version} kern.domainname,justin
2014-01-17Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng staticpooka
2013-09-14GC various arrays defined and used in kern_proc.cjoerg
2013-03-18calculate vnode cache size based on the resource it gets allocated frompara
2013-03-07Add a kern.configname sysctl object.matt
2013-02-21Move boottime50 and its associated sysctl into the compat module. Aspgoyette
2013-02-02Make the inclusion of <sys/cprng.h> a private matter for sysctl. No reasonmatt
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-08put all kern socket sysctls in the same placepooka
2012-10-03Add sanity check to sysctl_kern_maxvnodes.mlelstv
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-07remove bogus check.christos
2012-03-10P1003_1B_SEMAPHORE is no longer optional.joerg
2012-02-19Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3!rmind
2011-12-17Separate /dev/random pseudodevice implemenation from kernel entropy pooltls
2011-11-20An undocumented behavior of the sysctl kern.arandom node used to allowtls
2011-11-19First step of random number subsystem rework described intls
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-07-23When KERN_SA is not defined, kern.no_sa_support is a constant (1). Sojym
2011-05-24Add some needed __UNCONSTjoerg
2011-04-02vfs_drainvnodes: drop lwp argument, remove variable name in prototype.rmind
2011-02-05avoid code duplication.christos
2011-01-28migrate compat32 handling with previouspooka
2011-01-28Move sysctl routines from init_sysctl.c to kern_descrip.c (forpooka
2011-01-22Use the L_ flags instead of the P_ flags for lwps.christos
2010-07-01Remove pfind() and pgfind(), fix locking in various broken uses of these.rmind
2010-06-16Set kinfo_lwp to 0 before filling it so that if someone removespooka
2010-02-13sysctl_doeproc: don't follow a possibly stale pointer.yamt
2010-01-13Minimize unnecessary differences in rump.pooka
2009-12-24When reporting open files using sysctl, don't use 'filehead' to fetch files,elad
2009-12-12Report L_INMEM in the lwp info as well.dsl
2009-12-12Always set L_INMEM to maintain binary compatibility.dsl
2009-10-21Remove uarea swap-out functionality:rmind
2009-09-16Chop init_sysctl into base nodes (init_sysctl_base.c) and thepooka
2009-09-11Expose the kernel's boothowto(9) variable through the sysctlapb
2009-08-16provide compatibility for the older variant of kern.consdev, which usedchristos