summaryrefslogtreecommitdiff
path: root/src/sysctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* 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
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-261-9/+1
* sysctl: make --prefix allow all kinds of sysctl pathsDavid Herrmann2014-09-171-6/+14
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* sysctl: replaces some slashes with dotsZbigniew Jędrzejewski-Szmek2014-04-161-2/+16
* Use strlen even for constant stringsJosh Triplett2014-03-161-1/+1
* shared: add root argument to search_and_fopenMichael Marineau2014-03-141-1/+1
* Remove unused variablesZbigniew Jędrzejewski-Szmek2014-01-051-1/+0
* strv: multiple cleanupsSimon Peeters2014-01-051-5/+1
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1
* Remove duplicate includesKarel Zak2013-11-181-1/+0
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-4/+11
* sysctl: allow overwriting of values specified in "later" filesKay Sievers2013-08-151-8/+8
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-131-1/+1