aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_mib.c
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+5
* Mark a bunch of mpsafe sysctls as such.Mateusz Guzik2016-10-191-5/+6
* Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD.Gleb Smirnoff2016-09-291-0/+3
* Allow reading the following sysctl MIBs in capability mode:Allan Jude2016-09-291-3/+3
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Fix build after r295934.Bryan Drewery2016-02-231-1/+1
* According to the sys/kern/capabilities.conf, gethostid(3) should be allowed.Mariusz Zaborski2016-02-231-1/+1
* Export various helper variables describing the layout and size ofJohn Baldwin2015-11-121-0/+5
* Huge cleanup of random(4) code.Mark Murray2015-06-301-9/+15
* Allow the kern.osrelease and kern.osreldate sysctl values to be set in aIan Lepore2015-02-271-10/+42
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-32/+33
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-20/+20
* Revert r267961, r267973:Glen Barber2014-06-271-20/+20
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-20/+20
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-1/+1
* Rename sysctl kern.supported_abis to kern.supported_archs, since it givesNathan Whitehorn2013-12-041-3/+3
* Add new sysctl, kern.supported_abis, containing the list of FreeBSDNathan Whitehorn2013-12-021-0/+7
* fix some fat-fingering in r246246Andriy Gapon2013-02-021-1/+1
* print compiler version in the kernel bannerAndriy Gapon2013-02-021-0/+3
* back out half of 244098.Alfred Perlstein2012-12-111-1/+1
* make sysctls kern.{bootfile,conftxt} read-onlyAlfred Perlstein2012-12-101-10/+3
* As a safety measure, disable lowering pid_max too much.Konstantin Belousov2012-08-161-2/+6
* Add a sysctl kern.pid_max, which limits the maximum pid the system isKonstantin Belousov2012-08-151-0/+24
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichRobert Watson2011-07-171-17/+19
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* When compat32 binary asks for the value of hw.machine_arch, report theKonstantin Belousov2010-07-221-3/+25
* Declare the kern.ngroups sysctl to be read-only, but tunable at boot forBrooks Davis2010-01-121-1/+1
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-1/+1
* Correct the explination text for the kern.ngroups. It reflects theBrooks Davis2010-01-091-1/+2
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+27
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-3/+3
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-77/+79
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-37/+29
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-2/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-4/+2
* Mark most often used sysctl's as MPSAFE.Ed Schouten2009-01-281-7/+8
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-2/+7
* Fix a typo in r180291Tom Rhodes2008-08-281-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-6/+42
* Make sysctl_kern_arnd return a random buffer instead of a random long,Antoine Brodin2008-02-171-6/+10
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsJohn Baldwin2008-01-171-0/+17
* Actually declare the kern.features sysctl node.John Baldwin2007-12-311-0/+2
* Implement fetching of the __FreeBSD_version from the ELF ABI-tag note.Konstantin Belousov2007-12-041-1/+0
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-1/+1
* Simplify the kernel configuration file return code.Warner Losh2007-05-281-22/+3
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardAlexander Kabaev2007-05-191-0/+12
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-1/+1