index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sysctl
Age
Commit message (
Expand
)
Author
2016-09-24
sysctl: configure kernel parameters in the order they occur in each sysctl co...
HATAYAMA Daisuke
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-11-10
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-09
treewide: apply errno.cocci
Michal Schmidt
2015-11-03
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-09-29
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-08-05
sysctl: reword warning message a bit
Lennart Poettering
2015-08-05
sysctl: bump loglevel when attempting to write invalid values
Jan Synacek
2015-04-24
sysctl: don't propagate ENOENT sysctl options
Lennart Poettering
2015-03-14
sysctl: tweak debug message
Zbigniew Jędrzejewski-Szmek
2015-03-11
sysctl: move property handling to shared/
Kay Sievers
2015-02-26
sysctl: downgrade message about sysctl overrides to debug
Zbigniew Jędrzejewski-Szmek
2015-02-07
sysctl: consider --prefix while parsing the files
Umut Tezduyar Lindskog
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: a few more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-26
Introduce CONF_DIRS_NULSTR helper to define standard conf dirs
Josh Triplett
2014-09-17
sysctl: make --prefix allow all kinds of sysctl paths
David Herrmann
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-04-16
sysctl: replaces some slashes with dots
Zbigniew Jędrzejewski-Szmek
2014-03-16
Use strlen even for constant strings
Josh Triplett
2014-03-14
shared: add root argument to search_and_fopen
Michael Marineau
2014-01-05
Remove unused variables
Zbigniew Jędrzejewski-Szmek
2014-01-05
strv: multiple cleanups
Simon Peeters
2013-12-24
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-11-18
Remove duplicate includes
Karel Zak
2013-11-06
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-08-15
sysctl: allow overwriting of values specified in "later" files
Kay Sievers
2013-04-13
fileio: in envfiles, do not skip lines following empty lines
Zbigniew Jędrzejewski-Szmek
2013-04-03
util: rename write_one_line_file() to write_string_file()
Lennart Poettering
2013-03-27
systemd-sysctl: Handle missing /etc/sysctl.conf properly
Eelco Dolstra
2013-02-14
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-13
sysctl: fix uninitalized memory access in error path
Zbigniew Jędrzejewski-Szmek
2013-02-11
binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...
Lennart Poettering
2013-02-08
shared: conf-files - add root parameter
Kay Sievers
2012-10-26
sysctl: parse all keys in a config file
Michal Sekletar
2012-10-06
sysctl: avoiding exiting with error on -EEXIST
Dave Reisner
2012-09-21
sysctl: always return the last error we encountered
Lennart Poettering
2012-09-21
sysctl: fix error code handling
Lukas Nykryn
2012-08-06
sysctl: apply configuration at once
Michal Sekletar
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-05-07
util: split-out conf-file.[ch]
Kay Sievers
2012-04-13
build-sys: add stub makefiles to all subdirs to ease development with emacs
Lennart Poettering
2012-04-12
move all tools to subdirs
Kay Sievers