summaryrefslogtreecommitdiff
path: root/src/sysctl
AgeCommit message (Expand)AuthorFilesLines
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
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