summaryrefslogtreecommitdiff
path: root/src/sysctl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-1/+1
* systemd-sysctl: Handle missing /etc/sysctl.conf properlyEelco Dolstra2013-03-271-1/+1
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* sysctl: fix uninitalized memory access in error pathZbigniew Jędrzejewski-Szmek2013-02-131-1/+2
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-111-83/+70
* shared: conf-files - add root parameterKay Sievers2013-02-081-1/+1
* sysctl: parse all keys in a config fileMichal Sekletar2012-10-261-1/+1
* sysctl: avoiding exiting with error on -EEXISTDave Reisner2012-10-061-2/+6
* sysctl: always return the last error we encounteredLennart Poettering2012-09-211-9/+9
* sysctl: fix error code handlingLukas Nykryn2012-09-211-0/+2