summaryrefslogtreecommitdiffstats
path: root/sbin/sysctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel, sysctl(8): remove dead variable: tickadjcheloha2021-01-131-3/+3
* Add support for kern.video.record.mglocker2020-12-281-1/+28
* Fix comment sysctl(3) -> sysctl(2).mglocker2020-11-171-2/+2
* POWE9 CPUs provide an energy sensor that accumulates the emount of energykettenis2020-07-151-1/+4
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduledcheloha2019-12-251-7/+7
* ks_mapblocks is goneguenther2019-11-281-3/+3
* mobileip is going to the atticdlg2019-10-291-3/+2
* Let sysctl(1) work in single-user mode. Same diff applied by florian@krw2019-09-221-3/+3
* sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha2019-07-121-1/+22
* oops, DEBUG=-g wasn't for the tree.dlg2019-07-031-2/+1
* wire up net.link.ifrxq.pressure_return and pressure_dropdlg2019-07-032-2/+50
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-12/+12
* Restrict filesystem access to read only _PATH_DEVDB and /dev through unveil(2),mestre2019-06-161-4/+15
* KERN_PFSTATUS is not handled by sysctl so warn about it if requested butclaudio2019-05-131-1/+6
* If sysctl(8) was compiled with an obsolete struct sensordev size,bluhm2019-02-211-1/+5
* Add a dedicated sysctl(2) node for witness(4).visa2019-01-291-1/+28
* Add a velocity sensor type (displayed as m/s)landry2018-12-101-2/+5
* vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@otto2018-11-061-2/+3
* Use atomic operations to update vfc_refcount. Change the field's typevisa2018-09-291-3/+3
* Revert previous. It broke /etc/rc.visa2018-09-221-8/+65
* Stop displaying vfsconf reference counts so that the vfc_refcount fieldvisa2018-09-211-65/+8
* display CPU_CPUID / machdep.cpuid in hex not decimaljsg2018-08-241-1/+5
* use ANSI C function declaration; no binary changejasper2018-07-161-13/+3
* In addition to "on" and "off", allow the audio "record.enable" mixerratchov2018-05-261-1/+28
* Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval"tim2018-03-061-2/+2
* simplify synopsis and text;jmc2018-02-162-21/+14
* add support for binary sysctl payloads by handling them as hexflorian2018-02-101-7/+99
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-4/+4
* revert previous; the code this was supposed to be used for is movingflorian2017-07-191-100/+7
* add support for binary sysctl payloads by handling them as hex strings.dlg2017-07-171-7/+100
* Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten andtb2017-05-041-39/+5
* Use strtonum instead of strto{,u}ll for simpler and better overflowtb2017-04-251-11/+10
* remove the list of available sysctls: the sysctls are fullyjmc2017-03-161-312/+6
* Fix a regression preventing ``kern.profiling'' to return the profilingmpi2017-03-161-2/+3
* Introduce a new knob to force the first USB keyboard as console input.mpi2017-03-111-2/+5
* Add machdep.lidaction to list of sysctls.natano2017-03-041-2/+3
* Remove PIM support from the multicast stack.rzalamena2016-12-221-6/+3
* Rewrite the kern.malloc.kmemstat in the same style as previous. This one doesotto2016-10-181-7/+4
* add kern.dnsjackport;jmc2016-10-151-2/+3
* fix heap overflow by rewriting loop; detected by new malloc canariesotto2016-10-091-6/+3
* document kern.allowkmem; ok deraadtjmc2016-09-281-2/+3
* kern.arandom no longer existsderaadt2016-09-231-3/+2
* sysctl KERN_ARND is no longer used (in ports, it only occurs in fallbackderaadt2016-09-211-2/+1
* Symlinks to binaries should belong to root:bin.natano2016-09-111-1/+2
* Remove usermount remnants. ok tedunatano2016-09-071-3/+2
* for reporting changes, hex and decimal were swappedderaadt2016-09-021-3/+3
* Export machdep.cpufeature in hex, to avoid - values which madederaadt2016-09-011-3/+14
* Pull in <sys/time.h> for struct timespecguenther2016-08-271-1/+2
* Use int64_t and %ll for CTLTYPE_QUAD nodes.guenther2016-08-141-7/+8