summaryrefslogtreecommitdiff
path: root/src/sysctl/sysctl.c
AgeCommit message (Expand)Author
2016-11-02sysctl: minor simplificationLennart Poettering
2016-11-02sysctl: no need to check for eof twiceLennart Poettering
2016-11-02sysctl: when failing to process a config line, show line nrLennart Poettering
2016-11-02sysctl: split out condition check into its own functionLennart Poettering
2016-11-02sysctl: do not fail systemd-sysctl.service if /proc/sys is mounted read-onlyLennart Poettering
2016-09-24sysctl: configure kernel parameters in the order they occur in each sysctl co...HATAYAMA Daisuke
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering
2015-08-05sysctl: reword warning message a bitLennart Poettering
2015-08-05sysctl: bump loglevel when attempting to write invalid valuesJan Synacek
2015-04-24sysctl: don't propagate ENOENT sysctl optionsLennart Poettering
2015-03-14sysctl: tweak debug messageZbigniew Jędrzejewski-Szmek
2015-03-11sysctl: move property handling to shared/Kay Sievers
2015-02-26sysctl: downgrade message about sysctl overrides to debugZbigniew Jędrzejewski-Szmek
2015-02-07sysctl: consider --prefix while parsing the filesUmut Tezduyar Lindskog
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-26Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett
2014-09-17sysctl: make --prefix allow all kinds of sysctl pathsDavid Herrmann
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek
2014-04-16sysctl: replaces some slashes with dotsZbigniew Jędrzejewski-Szmek
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-14shared: add root argument to search_and_fopenMichael Marineau
2014-01-05Remove unused variablesZbigniew Jędrzejewski-Szmek
2014-01-05strv: multiple cleanupsSimon Peeters
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-11-18Remove duplicate includesKarel Zak
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-08-15sysctl: allow overwriting of values specified in "later" filesKay Sievers
2013-04-13fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-03-27systemd-sysctl: Handle missing /etc/sysctl.conf properlyEelco Dolstra
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-13sysctl: fix uninitalized memory access in error pathZbigniew Jędrzejewski-Szmek
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering
2013-02-08shared: conf-files - add root parameterKay Sievers
2012-10-26sysctl: parse all keys in a config fileMichal Sekletar
2012-10-06sysctl: avoiding exiting with error on -EEXISTDave Reisner
2012-09-21sysctl: always return the last error we encounteredLennart Poettering
2012-09-21sysctl: fix error code handlingLukas Nykryn
2012-08-06sysctl: apply configuration at onceMichal Sekletar
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden