aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename sysctl_lock and _unlock to sysctl_xlock and _xunlock.Mateusz Guzik2014-10-211-2/+2
* Fix minor typo in currently unused macro.Hans Petter Selasky2014-10-211-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-139/+182
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Compile fixes:Hans Petter Selasky2014-06-281-0/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-17/+39
* Revert r267961, r267973:Glen Barber2014-06-271-39/+17
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-17/+39
* Initialize sysctl OID structure by record.Hans Petter Selasky2014-06-191-13/+10
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-4/+0
* sysctl_handle_counter_u64() doesn't use arg2 argument, thus simplifyGleb Smirnoff2014-02-071-2/+2
* Provide macros that allow easily export uma(9) zone limits andGleb Smirnoff2014-02-071-0/+27
* Add an kinfo sysctl to retrieve signal trampoline location for theKonstantin Belousov2013-11-261-0/+1
* Fix a typo.John Baldwin2013-09-121-1/+1
* Style cleanups.Pawel Jakub Dawidek2013-08-301-140/+147
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-129/+0
* Merge from projects/counters: counter(9).Gleb Smirnoff2013-04-081-0/+14
* Similar to CTLFLAG_RDTUN, provide CTLFLAG_RWTUN that defines writable sysctlPawel Jakub Dawidek2012-12-111-1/+2
* Add CTLFLAG_STATS to sysctl flagsAlfred Perlstein2012-12-101-0/+1
* Add a sysctl to set and retrieve binary osreldate of another process.Mikolaj Golub2012-03-231-0/+1
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-1/+2
* Add sysctl to retrieve or set umask of another process.Mikolaj Golub2012-02-261-0/+1
* This should have been committed in r228030.Mikolaj Golub2011-11-271-0/+1
* Add sysctl to get process resource limits.Mikolaj Golub2011-11-241-0/+1
* Add new sysctls, KERN_PROC_ENV and KERN_PROC_AUXV, to returnMikolaj Golub2011-11-221-0/+2
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichRobert Watson2011-07-171-1/+5
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-4/+6
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andMatthew D Fleming2011-01-261-5/+3