summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.c
AgeCommit message (Expand)Author
2025-01-31sysctl: Teach sysctl to attach and run itself in a jailZhenlei Huang
2025-01-31sysctl: Refactor function parsefile()Zhenlei Huang
2025-01-23sysctl: Sort optionsZhenlei Huang
2025-01-23sysctl: Fix usage() and SYNOPSIS section of man pageZhenlei Huang
2024-10-29sysctl: Add flags to filter jail prison and vnet variablesZhenlei Huang
2024-02-13sysctl(8): Fix typo in commentHao-Yu Hou
2023-11-26sbin: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-09sysctl: emit a newline after NULL node descriptionsEd Maste
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-12-24Add -F option to sysctl(8) to display sysctl format.Kirk McKusick
2021-12-05sysctl: Small style fixWarner Losh
2021-05-01Fix building sysctl(8) after c78ad20Andrew Turner
2021-01-27sbin/sysctl: Fix CTLFLAG_SKIP for adjacent nodesRyan Moeller
2020-12-23sbin/sysctl: Style fixRyan Moeller
2020-12-23sbin/sysctl: Always honor skip in sysctl_allRyan Moeller
2020-10-30Use a dynamic buffer for the copy of a node's new value.John Baldwin
2020-10-24sysctl+kern_sysctl: Honor SKIP for descendant nodesRyan Moeller
2020-10-24sysctl: Misc code cleanupRyan Moeller
2020-10-05Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller
2020-09-02Add sysctl(8) formatting for hw.pagesizes.Mark Johnston
2019-02-24evdev: export event device properties through sysctl interfaceVladimir Kondratyev
2018-09-08Improve handling of the EFI map types[] array.Konstantin Belousov
2018-09-07Teach sysctl(8) about the Persistent memory type.Konstantin Belousov
2018-09-07Trim whitespace.Konstantin Belousov
2018-03-09Permit sysctl(8) to set an array of numeric values for a single node.John Baldwin
2017-11-26Improve sysctl(8) pretty printing of some structures.Konstantin Belousov
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-31Don't request CTLTYPE_OPAQUE if we can't print them.Andrew Gallatin
2017-02-28Renumber copyright clause 4Warner Losh
2016-12-31sysctl(8): fix typename for uint32_t.Andriy Voskoboinyk
2016-09-18Consolidate four efi_next_descriptor() definitions.Konstantin Belousov
2016-06-24Fix "sysctl vm.vmtotal" output on machines with > 2TB virtual memoryAlan Somers
2015-12-10Add -t option to display field types.Marcelo Araujo
2015-11-07Follow-up to r290475: Add sysctl(8) support for added typesConrad Meyer
2015-10-23sysctl(8): Fix style nitsConrad Meyer
2015-10-22Sysctl: Add common support for U8, U16 typesConrad Meyer
2015-10-07Only print the errno string in case sysctl(3) does not file with ENOENTBaptiste Daroussin
2015-10-07Trim spaces at the end of the buffer before trying to convert it to an oidBaptiste Daroussin
2015-07-29Teach sysctl about the new optional suffix after IK to specifyWarner Losh
2015-02-13add support for specifying an initial buffer size when fetching aJohn-Mark Gurney
2014-12-01Fix inverted logic introduced in r272154.Xin LI
2014-09-26Refactor the code a little bit to reduce duplicated code.Xin LI
2014-09-25Explicitly set errno to 0 before calling strto*.Xin LI
2014-09-25The strtol(3) family of functions would set errno when it hits one.Xin LI
2014-09-23Constify a parameter of name2oid. No functional change.Xin LI
2014-09-13Add a sysctl to export the EFI memory map along with a handler in theJohn Baldwin
2014-09-12Pass the length of an structure to the pretty-printer backends as aJohn Baldwin
2014-08-29- Add a new structure type for the ACPI 3.0 SMAP entry that includes theJohn Baldwin
2014-06-27Don't hide zero-length strings when doing sysctl listings.Hans Petter Selasky
2013-11-26Fix warnings to not append "No error: 0".Edward Tomasz Napierala