summaryrefslogtreecommitdiff
path: root/src/binfmt
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* tree-wide: voidify a few callsLennart Poettering2019-05-081-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+2
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+6
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-1/+1
* binfmt: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-12/+8
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-3/+3
* tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2018-11-061-3/+3
* binfmt: fgets() excorcismLennart Poettering2018-10-181-11/+11
* binfmt: validate rule file name before using itLennart Poettering2018-10-181-1/+8
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-5/+16
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commandsLennart Poettering2018-06-131-3/+16
* Eliminate config_dirs vars which hold a static strvZbigniew Jędrzejewski-Szmek2018-05-071-3/+2
* binfmt: add --cat-configZbigniew Jędrzejewski-Szmek2018-04-271-5/+24
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* defs: rework CONF_DIRS_NULSTR() macroLennart Poettering2015-11-101-1/+1
* treewide: apply errno.cocciMichal Schmidt2015-11-091-2/+1
* util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering2015-11-031-0/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-11/+8
* tree-wide: fix write_string_file() user that should not create filesDaniel Mack2015-07-061-1/+1
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-3/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-6/+3
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-3/+3
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-3/+3
* Introduce CONF_DIRS_NULSTR helper to define standard conf dirsJosh Triplett2014-11-261-9/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-9/+6
* shared: add root argument to search_and_fopenMichael Marineau2014-03-141-1/+1
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-5/+15
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-131-1/+1
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-3/+3
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-111-45/+85
* shared: conf-files - add root parameterKay Sievers2013-02-081-1/+1
* continue work with error messages, log_oom()Shawn Landden2012-08-061-2/+2
* util: split-out conf-file.[ch]Kay Sievers2012-05-071-0/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* binfmt: fix apply loopLennart Poettering2012-03-221-1/+1