summaryrefslogtreecommitdiff
path: root/sbin/sysctl
AgeCommit message (Expand)Author
2019-12-25timeout(9): new flag: TIMEOUT_SCHEDULED, new statistic: tos_scheduledcheloha
2019-11-28ks_mapblocks is gonePhilip Guenther
2019-10-29mobileip is going to the atticDavid Gwynne
2019-09-22Let sysctl(1) work in single-user mode. Same diff applied by florian@Kenneth R Westerback
2019-07-12sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.cheloha
2019-07-03oops, DEBUG=-g wasn't for the tree.David Gwynne
2019-07-03wire up net.link.ifrxq.pressure_return and pressure_dropDavid Gwynne
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-16Restrict filesystem access to read only _PATH_DEVDB and /dev through unveil(2),Ricardo Mestre
2019-05-13KERN_PFSTATUS is not handled by sysctl so warn about it if requested butClaudio Jeker
2019-02-21If sysctl(8) was compiled with an obsolete struct sensordev size,Alexander Bluhm
2019-01-29Add a dedicated sysctl(2) node for witness(4).Visa Hankala
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-11-06vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@Otto Moerbeek
2018-09-29Use atomic operations to update vfc_refcount. Change the field's typeVisa Hankala
2018-09-22Revert previous. It broke /etc/rc.Visa Hankala
2018-09-21Stop displaying vfsconf reference counts so that the vfc_refcount fieldVisa Hankala
2018-08-24display CPU_CPUID / machdep.cpuid in hex not decimalJonathan Gray
2018-07-16use ANSI C function declaration; no binary changeJasper Lievisse Adriaanse
2018-05-26In addition to "on" and "off", allow the audio "record.enable" mixerAlexandre Ratchov
2018-03-06Fix a small mistake from r1.229 causing sysctl(8) to print "newval -> newval"Tim van der Molen
2018-02-16simplify synopsis and text;Jason McIntyre
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2017-07-19revert previous; the code this was supposed to be used for is movingFlorian Obser
2017-07-17add support for binary sysctl payloads by handling them as hex strings.David Gwynne
2017-05-04Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten andTheo Buehler
2017-04-25Use strtonum instead of strto{,u}ll for simpler and better overflowTheo Buehler
2017-03-16remove the list of available sysctls: the sysctls are fullyJason McIntyre
2017-03-16Fix a regression preventing ``kern.profiling'' to return the profilingMartin Pieuchot
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-04Add machdep.lidaction to list of sysctls.Martin Natano
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-10-18Rewrite the kern.malloc.kmemstat in the same style as previous. This one doesOtto Moerbeek
2016-10-15add kern.dnsjackport;Jason McIntyre
2016-10-09fix heap overflow by rewriting loop; detected by new malloc canariesOtto Moerbeek
2016-09-28document kern.allowkmem; ok deraadtJason McIntyre
2016-09-23kern.arandom no longer existsTheo de Raadt
2016-09-21sysctl KERN_ARND is no longer used (in ports, it only occurs in fallbackTheo de Raadt
2016-09-11Symlinks to binaries should belong to root:bin.Martin Natano
2016-09-07Remove usermount remnants. ok teduMartin Natano
2016-09-02for reporting changes, hex and decimal were swappedTheo de Raadt
2016-09-01Export machdep.cpufeature in hex, to avoid - values which madeTheo de Raadt
2016-08-27Pull in <sys/time.h> for struct timespecPhilip Guenther
2016-08-14Use int64_t and %ll for CTLTYPE_QUAD nodes.Philip Guenther
2016-07-27correct syntax for baddynamic example. from Holger MikolonTed Unangst
2016-07-27increase the size of forkstat fields to accomodate large valuesTed Unangst
2016-07-20Make the size for the syn cache hash array tunable. As we areAlexander Bluhm
2016-07-05Remove kern.random remnants; OK deraadt@Tim van der Molen
2016-06-30ntpys sysctl was removedTed Unangst