Age | Commit message (Expand) | Author |
2013-03-22 | udevadm: place const in the right place | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | bus: don't free an unallocated var | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | bus: move attribute to end of structure, so it is not ignored | Zbigniew Jędrzejewski-Szmek |
2013-03-23 | update TODO | Lennart Poettering |
2013-03-23 | update TODO | Lennart Poettering |
2013-03-23 | unit: never retroactively start requisites | Lennart Poettering |
2013-03-23 | Revert "units: ignore systemd-sysctl on shutdown" | Lennart Poettering |
2013-03-23 | add --with-telinit=PATH configure option | Cristian Rodríguez |
2013-03-23 | journalctl: various fixes to the access check logic | Lennart Poettering |
2013-03-22 | dbus: Do send out "replies" to signals | Colin Walters |
2013-03-22 | update TODO | Lennart Poettering |
2013-03-22 | exec: Assigning the empty string to CapabilityBoundSet= should drop all caps | Lennart Poettering |
2013-03-22 | Drop trailing whitespace | Tollef Fog Heen |
2013-03-22 | timedated: extra overflow safety check when doing relative time changes | Lennart Poettering |
2013-03-22 | update TODO | Lennart Poettering |
2013-03-22 | timedatectl: show CanNTP field | Lennart Poettering |
2013-03-22 | udev: no need to output OOM, if we call log_oom() anyway | Lennart Poettering |
2013-03-22 | main: minor simplification | Lennart Poettering |
2013-03-22 | udev/collect: avoid initalizing memory twice | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | util: workaround two gcc warnings | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | journalctl: be smarter about journal error checks | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | build-sys: move acl searching code into libsystemd-acl | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | hostnamed: pretty_string_is_safe() already exists in string_has_cc(), so use ... | Lennart Poettering |
2013-03-22 | util: be more picky when validating hostnames | Lennart Poettering |
2013-03-22 | journalctl: give a nice hint about group membership based on ACLs of /var/log... | Lennart Poettering |
2013-03-22 | cgroup: minor optimization | Lennart Poettering |
2013-03-22 | bus: implement object handler registry | Lennart Poettering |
2013-03-22 | mount: mount all cgroup controllers in containers, too | Lennart Poettering |
2013-03-22 | main: use strv_find() where we can | Lennart Poettering |
2013-03-22 | main: don't mount cgroup controller unless PID == 1 | Lennart Poettering |
2013-03-21 | Fix vacuum logic error | Jan Alexander Steffens (heftig) |
2013-03-21 | man/shutdown: /etc/nologin is called /run/nologin now | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | systemd-python: allow retrieval of single fields | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | systemd-python: split out realtime and monotonic into separate functions | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | systemd-python: implement _Reader.test_cursor | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | systemd-python: cleanup up usec_t handling | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | systemd-python: export sd_journal_get_usage | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | efivars: fix return code | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | shutdownd: shut up bogus gcc warning | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | bootchart: fix two unitialized memory frees | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | initctl: fix return from unitialized memory in error path | Zbigniew Jędrzejewski-Szmek |
2013-03-21 | build-sys: use _FORTIFY_SOURCE with new gcc level -Og | Zbigniew Jędrzejewski-Szmek |
2013-03-22 | bus: implicitly collect ucred/label information | Lennart Poettering |
2013-03-22 | bus: also finish connection before returning from sd_bus_get_unique_name() | Lennart Poettering |
2013-03-22 | bus: when parsing enforce maximum container depth | Lennart Poettering |
2013-03-22 | bus: fix uninitialized variable | Lennart Poettering |
2013-03-22 | bus: validate the hello response properly | Lennart Poettering |
2013-03-22 | bus: properly verify recursion depth of signatures | Lennart Poettering |
2013-03-22 | bus: rework synchronization logic | Lennart Poettering |
2013-03-22 | bus: reuse more code | Lennart Poettering |