aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl
Commit message (Expand)AuthorAgeFilesLines
* sysctl: Teach sysctl to attach and run itself in a jailZhenlei Huang2025-02-063-5/+61
* sysctl: Refactor function parsefile()Zhenlei Huang2025-02-061-9/+10
* sysctl: Fix usage() and SYNOPSIS section of man pageZhenlei Huang2025-01-252-5/+5
* sysctl: Add flags to filter jail prison and vnet variablesZhenlei Huang2025-01-232-3/+23
* sysctl.8: fix format typoIgor Ostapenko2024-10-151-1/+1
* sysctl(8): Mention more security.bsd knobs; Refer to security(7)Olivier Certner2023-12-211-3/+8
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sysctl.8: Reference sysctl(9)Mateusz Piotrowski2022-07-071-2/+3
* sysctl(8): Mention CTLFLAG_SKIPColin Percival2022-04-041-2/+5
* sbin/sysctl: Fix CTLFLAG_SKIP for adjacent nodesRyan Moeller2021-01-291-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
| |\