aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* sbin/sysctl: Fix CTLFLAG_SKIP for adjacent nodesRyan Moeller2021-01-271-1/+2
* sbin/sysctl: Style fixRyan Moeller2020-12-231-1/+1
* sbin/sysctl: Always honor skip in sysctl_allRyan Moeller2020-12-231-3/+1
* Use a dynamic buffer for the copy of a node's new value.John Baldwin2020-10-301-14/+21
* Update man-pages to describe the user.localbase variable added in r367179.Stefan Eßer2020-10-301-1/+2
* sysctl+kern_sysctl: Honor SKIP for descendant nodesRyan Moeller2020-10-241-2/+15
* sysctl: Misc code cleanupRyan Moeller2020-10-241-113/+120
* Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller2020-10-051-14/+21
* Add sysctl(8) formatting for hw.pagesizes.Mark Johnston2020-09-021-0/+25
* sysctl(8): clarify -n flagFernando Apesteguía2020-08-221-2/+2
* evdev: export event device properties through sysctl interfaceVladimir Kondratyev2019-02-241-0/+19
* Remove -R option which was added to sysctl(8) man page per r244106, but it is...Guangyuan Yang2019-02-091-3/+3
* sysctl(8): Add a standard exit status section.Mateusz Piotrowski2018-09-241-1/+3
* Improve handling of the EFI map types[] array.Konstantin Belousov2018-09-081-18/+19
* Teach sysctl(8) about the Persistent memory type.Konstantin Belousov2018-09-071-2/+3
* Trim whitespace.Konstantin Belousov2018-09-071-2/+2
* Move sysctl.conf to sbin/sysctl/ and switch to CONFS.Brad Davis2018-08-112-0/+10
* Permit sysctl(8) to set an array of numeric values for a single node.John Baldwin2018-03-092-93/+135
* Improve sysctl(8) pretty printing of some structures.Konstantin Belousov2017-11-261-20/+21
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* kern.osreldate is an integer, not a stringAllan Jude2017-09-161-1/+1
* Don't request CTLTYPE_OPAQUE if we can't print them.Andrew Gallatin2017-07-311-18/+26
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* sysctl(8): fix typename for uint32_t.Andriy Voskoboinyk2016-12-311-1/+1
* Consolidate four efi_next_descriptor() definitions.Konstantin Belousov2016-09-181-3/+0
* Fix "sysctl vm.vmtotal" output on machines with > 2TB virtual memoryAlan Somers2016-06-241-9/+9
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Add -t option to display field types.Marcelo Araujo2015-12-102-12/+30
* Follow-up to r290475: Add sysctl(8) support for added typesConrad Meyer2015-11-071-28/+81
* sysctl(8): Fix style nitsConrad Meyer2015-10-231-5/+6
* Sysctl: Add common support for U8, U16 typesConrad Meyer2015-10-221-0/+28
* Only print the errno string in case sysctl(3) does not file with ENOENTBaptiste Daroussin2015-10-071-1/+5
* Trim spaces at the end of the buffer before trying to convert it to an oidBaptiste Daroussin2015-10-071-0/+6
* Teach sysctl about the new optional suffix after IK to specifyWarner Losh2015-07-291-8/+42
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-12/+33
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-105/+224
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge headSimon J. Gerraty2014-04-282-3/+3
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-082-71/+207
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | add support for specifying an initial buffer size when fetching aJohn-Mark Gurney2015-02-132-10/+28
* | | | | | Fix inverted logic introduced in r272154.Xin LI2014-12-011-2/+5
| |_|_|_|/ |/| | | |
* | | | | Refactor the code a little bit to reduce duplicated code.Xin LI2014-09-261-102/+87