summaryrefslogtreecommitdiff
path: root/src/shared/generator.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek1-33/+8
2014-11-28treewide: another round of simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-2/+2
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-2/+2
2014-07-07shared: fix format string for usec_t typeLennart Poettering1-1/+1
2014-07-07dropin: add format attribute and fix a wrong callerThomas Hindoe Paaboel Andersen1-1/+1
2014-07-07fstab-generator: add comma when removed option is in the middleZbigniew Jędrzejewski-Szmek1-1/+1
2014-06-30cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek1-3/+6
2014-06-30fstab-generator: allow x-systemd.device-timeout for swap unitsZbigniew Jędrzejewski-Szmek1-9/+15
2014-06-30Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek1-0/+57
2014-06-25fsck: consider a fsck implementation linked to /bin/true non-existantLennart Poettering1-3/+6
2014-04-12fsck: Search for fsck.type in PATHMike Gilbert1-7/+5
2014-03-07fstab-generator: merge /proc/cmdline parsing loops into oneLennart Poettering1-3/+6
2014-03-06generators: rework mount generatorsLennart Poettering1-0/+84