summaryrefslogtreecommitdiff
path: root/src/sysctl
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-04-16sysctl: replaces some slashes with dotsZbigniew Jędrzejewski-Szmek1-2/+16
2014-03-16Use strlen even for constant stringsJosh Triplett1-1/+1
2014-03-14shared: add root argument to search_and_fopenMichael Marineau1-1/+1
2014-01-05Remove unused variablesZbigniew Jędrzejewski-Szmek1-1/+0
2014-01-05strv: multiple cleanupsSimon Peeters1-5/+1
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-1/+1
2013-11-18Remove duplicate includesKarel Zak1-1/+0
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-4/+11
2013-08-15sysctl: allow overwriting of values specified in "later" filesKay Sievers1-8/+8
2013-04-13fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek1-1/+1
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering1-1/+1
2013-03-27systemd-sysctl: Handle missing /etc/sysctl.conf properlyEelco Dolstra1-1/+1
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-02-13sysctl: fix uninitalized memory access in error pathZbigniew Jędrzejewski-Szmek1-1/+2
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-83/+70
2013-02-08shared: conf-files - add root parameterKay Sievers1-1/+1
2012-10-26sysctl: parse all keys in a config fileMichal Sekletar1-1/+1
2012-10-06sysctl: avoiding exiting with error on -EEXISTDave Reisner1-2/+6
2012-09-21sysctl: always return the last error we encounteredLennart Poettering1-9/+9
2012-09-21sysctl: fix error code handlingLukas Nykryn1-0/+2
2012-08-06sysctl: apply configuration at onceMichal Sekletar1-16/+76
2012-07-26log.h: new log_oom() -> int -ENOMEM, use itShawn Landden1-8/+4
2012-07-25use "Out of memory." consistantly (or with "\n")Shawn Landden1-2/+2
2012-05-08util: split-out path-util.[ch]Kay Sievers1-0/+1
2012-05-07util: split-out conf-file.[ch]Kay Sievers1-0/+1
2012-04-13build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering1-0/+1
2012-04-12move all tools to subdirsKay Sievers1-0/+272