summaryrefslogtreecommitdiff
path: root/src/binfmt/binfmt.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack1-1/+1
2015-07-06fileio: consolidate write_string_file*()Daniel Mack1-3/+3
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-6/+3
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-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-9/+6
2014-03-14shared: add root argument to search_and_fopenMichael Marineau1-1/+1
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-1/+1
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering1-5/+15
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-3/+3
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-0/+1
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-45/+85
2013-02-08shared: conf-files - add root parameterKay Sievers1-1/+1
2012-08-06continue work with error messages, log_oom()Shawn Landden1-2/+2
2012-05-07util: split-out conf-file.[ch]Kay Sievers1-0/+1
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-03-22binfmt: fix apply loopLennart Poettering1-1/+1
2012-03-20bmfmt: allow passing more than one config file nameLennart Poettering1-10/+15
2012-03-14conf: when looking for configurations look in /etc first, in /run secondLennart Poettering1-1/+1
2011-12-31binfmt: move sources to subdirectoryKay Sievers1-0/+164