| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-wide: get rid of strappend() | Lennart Poettering | 2019-07-12 | 1 | -1/+1 |
* | tree-wide: voidify a few calls | Lennart Poettering | 2019-05-08 | 1 | -1/+1 |
* | headers: remove unneeded includes from util.h | Zbigniew Jędrzejewski-Szmek | 2019-03-27 | 1 | -1/+2 |
* | coccinelle: make use of SYNTHETIC_ERRNO | Zbigniew Jędrzejewski-Szmek | 2018-11-22 | 1 | -8/+6 |
* | Split out pretty-print.c and move pager.c and main-func.h to shared/ | Zbigniew Jędrzejewski-Szmek | 2018-11-20 | 1 | -1/+1 |
* | binfmt: define main through macro | Zbigniew Jędrzejewski-Szmek | 2018-11-20 | 1 | -12/+8 |
* | log: introduce new helper call log_setup_service() | Lennart Poettering | 2018-11-20 | 1 | -3/+1 |
* | basic/pager: convert the pager options to a flags argument | Zbigniew Jędrzejewski-Szmek | 2018-11-14 | 1 | -3/+3 |
* | tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde... | Yu Watanabe | 2018-11-06 | 1 | -3/+3 |
* | binfmt: fgets() excorcism | Lennart Poettering | 2018-10-18 | 1 | -11/+11 |
* | binfmt: validate rule file name before using it | Lennart Poettering | 2018-10-18 | 1 | -1/+8 |
* | tree-wide: add clickable man page link to all --help texts | Lennart Poettering | 2018-08-20 | 1 | -5/+16 |
* | tree-wide: remove Lennart's copyright lines | Lennart Poettering | 2018-06-14 | 1 | -3/+0 |
* | tree-wide: drop 'This file is part of systemd' blurb | Lennart Poettering | 2018-06-14 | 1 | -2/+0 |
* | binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commands | Lennart Poettering | 2018-06-13 | 1 | -3/+16 |
* | Eliminate config_dirs vars which hold a static strv | Zbigniew Jędrzejewski-Szmek | 2018-05-07 | 1 | -3/+2 |
* | binfmt: add --cat-config | Zbigniew Jędrzejewski-Szmek | 2018-04-27 | 1 | -5/+24 |
* | tree-wide: drop license boilerplate | Zbigniew Jędrzejewski-Szmek | 2018-04-06 | 1 | -13/+0 |
* | Add SPDX license identifiers to source files under the LGPL | Zbigniew Jędrzejewski-Szmek | 2017-11-19 | 1 | -0/+1 |
* | exec-util,conf-files: skip non-executable files in execute_directories() | Lennart Poettering | 2017-09-13 | 1 | -1/+1 |
* | build-sys: drop automake support | Zbigniew Jędrzejewski-Szmek | 2017-07-18 | 1 | -1/+0 |
* | tree-wide: remove Emacs lines from all files | Daniel Mack | 2016-02-10 | 1 | -2/+0 |
* | defs: rework CONF_DIRS_NULSTR() macro | Lennart Poettering | 2015-11-10 | 1 | -1/+1 |
* | treewide: apply errno.cocci | Michal Schmidt | 2015-11-09 | 1 | -2/+1 |
* | util-lib: move CONF_DIRS_NULSTR definition to def.h | Lennart Poettering | 2015-11-03 | 1 | -0/+1 |
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | 2015-10-25 | 1 | -0/+1 |
* | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering | 2015-10-24 | 1 | -0/+1 |
* | util: introduce common version() implementation and use it everywhere | Lennart Poettering | 2015-09-29 | 1 | -11/+8 |
* | tree-wide: fix write_string_file() user that should not create files | Daniel Mack | 2015-07-06 | 1 | -1/+1 |
* | fileio: consolidate write_string_file*() | Daniel Mack | 2015-07-06 | 1 | -3/+3 |
* | remove unused includes | Thomas Hindoe Paaboel Andersen | 2015-02-23 | 1 | -2/+0 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -1/+1 |
* | treewide: more log_*_errno + return simplifications | Michal Schmidt | 2014-11-28 | 1 | -6/+3 |
* | treewide: no need to negate errno for log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -3/+3 |
* | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt | 2014-11-28 | 1 | -3/+3 |
* | Introduce CONF_DIRS_NULSTR helper to define standard conf dirs | Josh Triplett | 2014-11-26 | 1 | -9/+1 |
* | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek | 2014-08-03 | 1 | -9/+6 |
* | shared: add root argument to search_and_fopen | Michael Marineau | 2014-03-14 | 1 | -1/+1 |
* | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering | 2013-12-24 | 1 | -1/+1 |
* | clients: unify how we invoke getopt_long() | Lennart Poettering | 2013-11-06 | 1 | -5/+15 |
* | fileio: in envfiles, do not skip lines following empty lines | Zbigniew Jędrzejewski-Szmek | 2013-04-13 | 1 | -1/+1 |
* | util: rename write_one_line_file() to write_string_file() | Lennart Poettering | 2013-04-03 | 1 | -3/+3 |
* | honor SELinux labels, when creating and writing config files | Harald Hoyer | 2013-02-14 | 1 | -0/+1 |
* | binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t... | Lennart Poettering | 2013-02-11 | 1 | -45/+85 |
* | shared: conf-files - add root parameter | Kay Sievers | 2013-02-08 | 1 | -1/+1 |
* | continue work with error messages, log_oom() | Shawn Landden | 2012-08-06 | 1 | -2/+2 |
* | util: split-out conf-file.[ch] | Kay Sievers | 2012-05-07 | 1 | -0/+1 |
* | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering | 2012-04-12 | 1 | -4/+4 |
* | binfmt: fix apply loop | Lennart Poettering | 2012-03-22 | 1 | -1/+1 |