Age | Commit message (Expand) | Author |
2013-04-06 | systemd-python: fix wait bug | Steven Hiscocks |
2013-04-06 | dbus-loop.c: fix variable initialization | Kay Sievers |
2013-04-05 | Use _cleanup_ when reading config files | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Add _cleanup_globfree_ | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | udevadm: do not free node on success | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | udev-builtin-usb_id: avoid comparison of unsigned and ssize_t | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | systemctl: tweak drop-in display | Lennart Poettering |
2013-04-05 | systemctl: tweak output of Listen: fields a bit | Lennart Poettering |
2013-04-05 | systemctl: Add DropIn paths to status message | Oleksii Shevchuk |
2013-04-05 | build-sys: libsystemd-daemon.so is no longer required for pam_systemd | Lennart Poettering |
2013-04-05 | build-sys: add new man pages to makefile | Lennart Poettering |
2013-04-05 | logind: consider key inhibitors that are taken by non-session processes as gl... | Lennart Poettering |
2013-04-05 | PAM, uaccess: check for logind, not for systemd | Martin Pitt |
2013-04-05 | shell-completion: work on session shell is --user is used | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | build-sys: use LN_S in Makefile.am | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | bus: various improvements for test-bus-chat | Lennart Poettering |
2013-04-05 | bus: convert a couple of calls over to new convenience functions | Lennart Poettering |
2013-04-05 | bus: add convenience calls for method replies, too | Lennart Poettering |
2013-04-05 | bus: when parsing signature strings, accept NULL as empty signature | Lennart Poettering |
2013-04-05 | bus: make sure callback structs are always properly initialized | Lennart Poettering |
2013-04-05 | vconsole-setup: fix vconsole.conf vs. cmdline overriding logic | Michal Schmidt |
2013-04-05 | bus: use C99 struct construction for error initializers | Lennart Poettering |
2013-04-05 | test-strv: do not declare table to be sorted const | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | test-catalog,core/load-dropin: remove unused variables | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U | Cristian Rodríguez |
2013-04-05 | systemctl: align cgroups to 'n' in 'name=' | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | sd-id128: check that the kernel is feeding us proper data | Zbigniew Jędrzejewski-Szmek |
2013-04-04 | udevadm-hwdb: avoid leak in error path | Zbigniew Jędrzejewski-Szmek |
2013-04-04 | efivars: un-leak a few strings | Zbigniew Jędrzejewski-Szmek |
2013-04-04 | timedated: fix a few memory leaks | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | bus: add convenience functions for constructing and sending method calls/sign... | Lennart Poettering |
2013-04-05 | bus: properly detect and handle if a callback is installed/removed from withi... | Lennart Poettering |
2013-04-05 | bus: don't allow recursive invocation of sd_bus_process() | Lennart Poettering |
2013-04-05 | update TODO | Lennart Poettering |
2013-04-05 | localectl: add support for listing X11 keymap information | Lennart Poettering |
2013-04-04 | journal: add sd_journal_get_timeout() call to public API | Lennart Poettering |
2013-04-04 | login: add sd_login_monitor_get_timeout() public api call | Lennart Poettering |
2013-04-04 | update TODO | Lennart Poettering |
2013-04-04 | test-bus-marshal.c: do not call g_type_init() for modern glib versions | Harald Hoyer |
2013-04-04 | cryptsetup-generator: add JobTimeoutSec=0 for the decrypted crypt devices | Harald Hoyer |
2013-04-04 | login: add new public API call sd_login_monitor_get_events() to get poll() fl... | Lennart Poettering |
2013-04-04 | journal: add public API call sd_journal_get_events() | Lennart Poettering |
2013-04-04 | util: tweak format_timespan() a bit | Lennart Poettering |
2013-04-04 | util: add a bit of syntactic sugar to run short code fragments with a differe... | Lennart Poettering |
2013-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-03 | update TODO | Lennart Poettering |
2013-04-03 | time: add suppot for fractional time specifications | Lennart Poettering |
2013-04-03 | build-sys: "link" libsystemd-id128 against libsd-daemon-internal | Zbigniew Jędrzejewski-Szmek |
2013-04-03 | hostnamectl: if somebody invokes 'hostnamectl set-hostname' with a valid inte... | Lennart Poettering |