summaryrefslogtreecommitdiff
path: root/src/sysctl
AgeCommit message (Expand)AuthorFilesLines
2019-07-12tree-wide: get rid of strappend()Lennart Poettering1-1/+1
2019-03-27headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek1-1/+2
2018-12-16sysctl: Don't pass null directive argument to '%s'Khem Raj1-1/+1
2018-11-22coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek1-4/+3
2018-11-20Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek1-1/+1
2018-11-20basic/main-func: also close the pager automaticallyZbigniew Jędrzejewski-Szmek1-15/+7
2018-11-20sysctl: use STATIC_DESTRUCTOR_REGISTER() to free arg_prefixesLennart Poettering1-2/+2
2018-11-20sysctl: use _cleanup_ in one more occasionLennart Poettering1-2/+1
2018-11-20sysctl: port to use DEFINE_MAIN_FUNCTION()Lennart Poettering1-2/+5
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-3/+3
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-4/+15
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-13binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering1-0/+13
2018-05-07Eliminate config_dirs vars which hold a static strvZbigniew Jędrzejewski-Szmek1-4/+2
2018-04-27sysctl: add --cat-configZbigniew Jędrzejewski-Szmek1-7/+26
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-12tree-wide: use path_hash_ops instead of string_hash_ops whenever we key by a ...Lennart Poettering1-4/+4
2017-12-13Use read_line() and LONG_LINE_MAX to read values configuration files.Tiago Salem Herrmann1-7/+7
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-13exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering1-1/+1
2017-08-09tree-wide: use path_startswith() rather than startswith() where ever that's a...Lennart Poettering1-1/+1
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-11-02sysctl: minor simplificationLennart Poettering1-2/+2
2016-11-02sysctl: no need to check for eof twiceLennart Poettering1-1/+1
2016-11-02sysctl: when failing to process a config line, show line nrLennart Poettering1-2/+5
2016-11-02sysctl: split out condition check into its own functionLennart Poettering1-12/+20
2016-11-02sysctl: do not fail systemd-sysctl.service if /proc/sys is mounted read-onlyLennart Poettering1-5/+12
2016-09-24sysctl: configure kernel parameters in the order they occur in each sysctl co...HATAYAMA Daisuke1-9/+9
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering1-1/+1
2015-11-09treewide: apply errno.cocciMichal Schmidt1-2/+1
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-14/+11
2015-08-05sysctl: reword warning message a bitLennart Poettering1-1/+1
2015-08-05sysctl: bump loglevel when attempting to write invalid valuesJan Synacek1-1/+1
2015-04-24sysctl: don't propagate ENOENT sysctl optionsLennart Poettering1-7/+7
2015-03-14sysctl: tweak debug messageZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-11sysctl: move property handling to shared/Kay Sievers1-55/+11
2015-02-26sysctl: downgrade message about sysctl overrides to debugZbigniew Jędrzejewski-Szmek1-1/+1
2015-02-07sysctl: consider --prefix while parsing the filesUmut Tezduyar Lindskog1-16/+14
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt1-2/+1
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-3/+3
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-3/+3
2014-11-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett1-9/+1
2014-09-17sysctl: make --prefix allow all kinds of sysctl pathsDavid Herrmann1-6/+14