aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* Add read only sysctl variable user.localbaseStefan Eßer2020-10-301-0/+1
* Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller2020-10-051-1/+2
* Restrict definition of CTL_P1003_1B_MAXID to the kernelAlan Somers2020-07-271-2/+2
* hw.bus.info: rework handlerPawel Biernacki2020-06-181-1/+0
* Define SCTL_MASK32 when COMPAT_FREEBSD32 is defined.Brooks Davis2020-02-281-2/+1
* Move the SYSCTL_ENFORCE_FLAGS to SYSCTL_NODE_WITH_LABEL where it should bePawel Biernacki2020-02-261-1/+1
* SYSCTL_ROOT_NODE should use the SYSCTL_ENFORCE_FLAGS macro too.Pawel Biernacki2020-02-251-0/+1
* sysctl(9): properly use xor in ENFORCE_FLAGS macroPawel Biernacki2020-02-141-2/+2
* Add sysctl kern.proc.sigfastblk for reporting sigfastblock word address.Konstantin Belousov2020-02-091-0/+1
* sysctl(9): add CTLFLAG_NEEDGIANT flagPawel Biernacki2020-02-061-8/+37
* sysctl: add missing CLTFLAG_MPSAFE annotation to CONST_STRINGMateusz Guzik2020-01-121-4/+4
* Create a new sysctl subtree, machdep.mitigations. Its purpose is to organizeScott Long2019-11-151-0/+1
* Add CTLFLAG_STATS to all COUNTER_U64* sysctl OIDsEric van Gyzen2019-10-041-4/+4
* sysctl: use names instead of magic numbers.Konstantin Belousov2019-09-181-1/+12
* Add sysctlbyname system callMateusz Guzik2019-09-031-0/+3
* Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin2019-06-111-0/+19
* iflib: mark isc_driver_version as constantEric Joyner2019-03-191-0/+19
* const poison the `new` pointer of __sysctl.Brooks Davis2018-12-181-2/+2
* Add sysctl_usec_to_sbintime and sysctl_msec_to_sbintime.Warner Losh2018-11-021-0/+39
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+2
* clk: Put the sysctls under hw.clock instead of clockEmmanuel Vadot2018-04-271-3/+0
* Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten2017-11-241-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* sysctl-s in a module should be accessible only when the module is initializedAndriy Gapon2017-10-051-0/+3
* revert r324166, it has an unrelated change in itAndriy Gapon2017-10-011-3/+0
* MFV r323531: 8521 nvlist memory leak in get_clones_stat() and spa_load_best()Andriy Gapon2017-10-011-0/+3
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Revert accidental change made in r310056.Ed Schouten2016-12-141-1/+1
* Let all FEATURE()s use the same Prometheus metric.Ed Schouten2016-12-141-3/+3
* Add support for attaching aggregation labels to sysctl objects.Ed Schouten2016-12-141-44/+65
* Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD.Gleb Smirnoff2016-09-291-0/+1
* Add support for boolean sysctl's.Hans Petter Selasky2016-05-261-0/+19
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Improve the implementation and documentation of theHans Petter Selasky2016-03-161-2/+4
* Provide sysctl(9) macro to deal with array of counter(9).Gleb Smirnoff2016-03-151-0/+21
* Revert r296868. The cast is useful to protect against passing incorrectGleb Smirnoff2016-03-141-1/+2
* Remove useless cast in SYSCTL_ADD_COUNTER_U64 macro.Gleb Smirnoff2016-03-141-2/+1
* Flesh out sysctl types further (follow-up of r290475)Conrad Meyer2015-11-071-10/+10
* Correct the argument type in the sysctl_add_oid(9) prototype. OnKonstantin Belousov2015-11-071-1/+1
* Round out SYSCTL macros to the full set of fixed-width typesConrad Meyer2015-11-071-2/+127
* fd: implement kern.proc.nfds sysctlMateusz Guzik2015-11-071-0/+1
* Sysctl: Add common support for U8, U16 typesConrad Meyer2015-10-221-0/+44
* sysctl: switch sysctllock to a sleepable rmlock, take 2Mateusz Guzik2015-09-151-2/+2
* Revert r285125 until rmlocks get fixed.Mateusz Guzik2015-07-301-2/+2
* sysctl: switch sysctllock to a sleepable rmlockMateusz Guzik2015-07-041-2/+2
* Define a convenience macro, SYSCTL_OUT_STR() for handling strings theIan Lepore2015-03-141-0/+1
* Add sysctl kern.proc.cwdMateusz Guzik2014-11-061-0/+1
* Only put one CTASSERT() inside each macro to avoid compile issues.Hans Petter Selasky2014-10-311-25/+25
* Allow overspecification of SYSCTL type in external kernel modules.Hans Petter Selasky2014-10-221-29/+64