summaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-06switch_root: do not fail, if base_filesystem_create() failedHarald Hoyer1-6/+1
2014-11-06README: mention that engineering services for systemd are available from endo...Lennart Poettering1-0/+5
2014-11-06systemctl: when invokes as "reboot -f", sync()Lennart Poettering1-2/+7
2014-11-06hostnamed: introduce new "embedded" chassis typeLennart Poettering4-4/+6
2014-11-06update TODOLennart Poettering1-2/+0
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering12-18/+16
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering7-100/+52
2014-11-06man: document that we don't document .include on purposeLennart Poettering1-0/+4
2014-11-06man: don't document ConditionNull=/AssertNull= as the are not particularly us...Lennart Poettering1-11/+5
2014-11-06condition: order condition types the same way in man page, enum, tablesLennart Poettering2-29/+29
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering14-119/+309
2014-11-06condition: record test state internally and beef it up to be a full enumLennart Poettering4-18/+38
2014-11-06condition: add more test casesLennart Poettering2-1/+59
2014-11-06journal: adjust audit log messages a bitLennart Poettering1-2/+2
2014-11-06condition: internalize condition test functionsLennart Poettering4-60/+60
2014-11-06condition: unify condition logic in one fileLennart Poettering6-237/+275
2014-11-06condition: properly allow passing back errors from condition checksLennart Poettering7-53/+70
2014-11-06units: restore job timeouts for poweroff and rebootZbigniew Jędrzejewski-Szmek2-0/+4
2014-11-06login: rerun vconsole-setup when switching from vgacon to fbconRay Strode2-0/+14
2014-11-06units: disable job timeoutsZbigniew Jędrzejewski-Szmek3-7/+0
2014-11-05udev hwdb: Change error message regarding missing hwdb.bin back to debug.Colin Guthrie1-1/+1
2014-11-05util: minor modernisationsLennart Poettering1-3/+6
2014-11-05condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering2-29/+35
2014-11-05sd-pppoe: spellingTom Gundersen1-1/+1
2014-11-05sd-bus: by default allow all creds to be passed alongLennart Poettering1-2/+2
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering15-8/+112
2014-11-05libsystemd-network: don't use unaligned helpers in _packed_ structsTom Gundersen2-22/+15
2014-11-05shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen2-47/+58
2014-11-05sd-pppoe: whitespaceTom Gundersen1-6/+3
2014-11-05test: hashmap-plain - make coverity happyTom Gundersen1-1/+1
2014-11-05test: fileio - make coverity happyTom Gundersen1-1/+1
2014-11-05shared: ptyfwd - make coverity happyTom Gundersen1-2/+2
2014-11-05manager: Ensure user's systemd runtime directory exists.Colin Guthrie1-4/+8
2014-11-05sd-bus: sync up with new kdbus metadata attachment logic (ABI break)Daniel Mack2-50/+65
2014-11-05udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann1-12/+12
2014-11-05udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones1-2/+2
2014-11-05buildsys: test-util needs -lm for fabs()Cristian Rodríguez1-0/+1
2014-11-04units: make systemd-journald.service Type=notifyMichal Schmidt1-0/+1
2014-11-04man/tmpfiles.d: fix typoJan Synacek1-2/+2
2014-11-04TODO: updateKay Sievers1-4/+0
2014-11-04util: when sealing memfds, also use F_SEAL_SEALLennart Poettering1-3/+2
2014-11-04update TODOLennart Poettering1-7/+0
2014-11-04update TODOLennart Poettering1-5/+5
2014-11-04sd-bus: rename sd_bus_get_server_id() to sd_bus_get_owner_id()Lennart Poettering5-11/+10
2014-11-04sd-bus,sd-event: unify error handling of object descriptionsLennart Poettering2-1/+4
2014-11-04sd-bus: make use of free_and_strdup() where it makes senseLennart Poettering1-10/+1
2014-11-04sd-bus: also allow setting descriptions on bus slotsLennart Poettering4-0/+22
2014-11-04sd-event: implicitly set signal event source's descriptions to the signal nameLennart Poettering2-8/+3
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering11-61/+47
2014-11-04test: use assert_se in test_hashmap_moveMichal Schmidt1-2/+2