summaryrefslogtreecommitdiff
path: root/src/sysctl/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* sysctl: if options are prefixed with "-" ignore write errorsLennart Poettering2019-07-261-34/+80
* sysctl: reset 'r' only where neededLennart Poettering2019-07-261-2/+2
* sysctl: switch to log_syntax()Lennart Poettering2019-07-261-2/+1
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+2
* sysctl: Don't pass null directive argument to '%s'Khem Raj2018-12-161-1/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+3
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* basic/main-func: also close the pager automaticallyZbigniew Jędrzejewski-Szmek2018-11-201-15/+7
* sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixesLennart Poettering2018-11-201-2/+2
* sysctl: use _cleanup_ in one more occasionLennart Poettering2018-11-201-2/+1
* sysctl: port to use DEFINE_MAIN_FUNCTION()Lennart Poettering2018-11-201-2/+5
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-3/+3
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-4/+15
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering2018-06-131-0/+13
* Eliminate config_dirs vars which hold a static strvZbigniew Jędrzejewski-Szmek2018-05-071-4/+2
* sysctl: add --cat-configZbigniew Jędrzejewski-Szmek2018-04-271-7/+26
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering2018-02-121-4/+4
* Use read_line() and LONG_LINE_MAX to read values configuration files.Tiago Salem Herrmann2017-12-131-7/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* tree-wide: use path_startswith() rather than startswith() where ever that's a...Lennart Poettering2017-08-091-1/+1
* sysctl: minor simplificationLennart Poettering2016-11-021-2/+2
* sysctl: no need to check for eof twiceLennart Poettering2016-11-021-1/+1
* sysctl: when failing to process a config line, show line nrLennart Poettering2016-11-021-2/+5
* sysctl: split out condition check into its own functionLennart Poettering2016-11-021-12/+20
* sysctl: do not fail systemd-sysctl.service if /proc/sys is mounted read-onlyLennart Poettering2016-11-021-5/+12
* sysctl: configure kernel parameters in the order they occur in each sysctl co...HATAYAMA Daisuke2016-09-241-9/+9
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-14/+11
* sysctl: reword warning message a bitLennart Poettering2015-08-051-1/+1
* sysctl: bump loglevel when attempting to write invalid valuesJan Synacek2015-08-051-1/+1
* sysctl: don't propagate ENOENT sysctl optionsLennart Poettering2015-04-241-7/+7
* sysctl: tweak debug messageZbigniew Jędrzejewski-Szmek2015-03-141-1/+1
* sysctl: move property handling to shared/Kay Sievers2015-03-111-55/+11
* sysctl: downgrade message about sysctl overrides to debugZbigniew Jędrzejewski-Szmek2015-02-261-1/+1
* sysctl: consider --prefix while parsing the filesUmut Tezduyar Lindskog2015-02-071-16/+14
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: a few more log_*_errno + return simplificationsMichal Schmidt2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3