summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-07util: simplify proc_cmdline() to reuse get_process_cmdline()Lennart Poettering
2014-11-07fileio: simplify write_string_file_atomic() by reusing write_string_stream()Lennart Poettering
2014-11-07copy: change error code when hitting copy limit to EFBIGLennart Poettering
2014-11-07copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering
2014-11-07util: make use of isempty() where appropriateLennart Poettering
2014-11-06shutdown: fix arguments to /run/initramfs/shutdownMichal Schmidt
2014-11-06update TODOLennart Poettering
2014-11-06s/command-line/command line/gLennart Poettering
2014-11-06machined: reorder method calls in vtableLennart Poettering
2014-11-06switch-root: explain why we don't care about base_filesystem_create() failingLennart Poettering
2014-11-06shared: create files even if the SELinux policy has no context for themMichal Schmidt
2014-11-06s/commandline/command line/gHarald Hoyer
2014-11-06switch_root: do not fail, if base_filesystem_create() failedHarald Hoyer
2014-11-06README: mention that engineering services for systemd are available from endo...Lennart Poettering
2014-11-06systemctl: when invokes as "reboot -f", sync()Lennart Poettering
2014-11-06hostnamed: introduce new "embedded" chassis typeLennart Poettering
2014-11-06update TODOLennart Poettering
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering
2014-11-06man: document that we don't document .include on purposeLennart Poettering
2014-11-06man: don't document ConditionNull=/AssertNull= as the are not particularly us...Lennart Poettering
2014-11-06condition: order condition types the same way in man page, enum, tablesLennart Poettering
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-11-06condition: record test state internally and beef it up to be a full enumLennart Poettering
2014-11-06condition: add more test casesLennart Poettering
2014-11-06journal: adjust audit log messages a bitLennart Poettering
2014-11-06condition: internalize condition test functionsLennart Poettering
2014-11-06condition: unify condition logic in one fileLennart Poettering
2014-11-06condition: properly allow passing back errors from condition checksLennart Poettering
2014-11-06units: restore job timeouts for poweroff and rebootZbigniew Jędrzejewski-Szmek
2014-11-06login: rerun vconsole-setup when switching from vgacon to fbconRay Strode
2014-11-05units: disable job timeoutsZbigniew Jędrzejewski-Szmek
2014-11-05udev hwdb: Change error message regarding missing hwdb.bin back to debug.Colin Guthrie
2014-11-05util: minor modernisationsLennart Poettering
2014-11-05condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering
2014-11-05sd-pppoe: spellingTom Gundersen
2014-11-05sd-bus: by default allow all creds to be passed alongLennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-11-05libsystemd-network: don't use unaligned helpers in _packed_ structsTom Gundersen
2014-11-05shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen
2014-11-05sd-pppoe: whitespaceTom Gundersen
2014-11-05test: hashmap-plain - make coverity happyTom Gundersen
2014-11-05test: fileio - make coverity happyTom Gundersen
2014-11-05shared: ptyfwd - make coverity happyTom Gundersen
2014-11-05manager: Ensure user's systemd runtime directory exists.Colin Guthrie
2014-11-05sd-bus: sync up with new kdbus metadata attachment logic (ABI break)Daniel Mack
2014-11-05udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann
2014-11-05udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones
2014-11-05buildsys: test-util needs -lm for fabs()Cristian Rodríguez
2014-11-04units: make systemd-journald.service Type=notifyMichal Schmidt