Age | Commit message (Expand) | Author |
2015-05-19 | core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1 | Lennart Poettering |
2015-05-19 | unit: fix unit_check_unneeded() dependency iteration | Lennart Poettering |
2015-05-19 | mount: don't claim a device is gone from /proc/self/mountinfo before it is go... | Lennart Poettering |
2015-05-19 | device: create units with intended "found" value | Martin Pitt |
2015-05-19 | hostname: Allow comments in /etc/hostname | Martin Pitt |
2015-05-19 | core: fix OOM checks in dbus-unit | Thomas Hindoe Paaboel Andersen |
2015-05-19 | test-hashmap: fix an assert | Thomas Hindoe Paaboel Andersen |
2015-05-19 | core: introduce seperate reverse dependencies for Requires= and Requisite= | Lennart Poettering |
2015-05-19 | journalctl: unify how we free boot id lists a bit | Lennart Poettering |
2015-05-19 | journalctl: clean up how we log errors | Lennart Poettering |
2015-05-19 | journalctl: rename boot_id_t to BootId | Lennart Poettering |
2015-05-19 | journalctl: lstat() should suffice if we call canonicalize_file_name() first | Lennart Poettering |
2015-05-19 | journalctl: free all command line argument objects | Lennart Poettering |
2015-05-19 | journalctl: only have a single exit path from main() | Lennart Poettering |
2015-05-19 | journalctl: Improve boot ID lookup | Jan Janssen |
2015-05-18 | udevd: main - use _exit() when daemonizing | Tom Gundersen |
2015-05-18 | udevd: main - reshuffle | Tom Gundersen |
2015-05-18 | udevd: rename on_reque_{exit,reload} to on_sig{term,chld} | Tom Gundersen |
2015-05-18 | udevd: introduce on_event_timeout{,_warning} | Tom Gundersen |
2015-05-18 | udevd: process all SIGCHLD events every time the handler is invoked | Tom Gundersen |
2015-05-18 | udevd: init/exit the builtins in manager_new/free | Tom Gundersen |
2015-05-18 | udevd: move file descriptors to Manager | Tom Gundersen |
2015-05-18 | resolved: allow DnsAnswer objects with no space for RRs | Lennart Poettering |
2015-05-18 | resolved: fix crash when shutting down | Lennart Poettering |
2015-05-18 | nspawn: close extra fds before execing init | Alban Crequy |
2015-05-18 | ata_id: drop spurious space | Lennart Poettering |
2015-05-18 | core: Private*/Protect* options with RootDirectory | Alban Crequy |
2015-05-18 | kmod-setup: conditionalize kmod autoloading properly | Lennart Poettering |
2015-05-18 | util: split all hostname related calls into hostname-util.c | Lennart Poettering |
2015-05-18 | fstab-generator: add x-systemd.requires and x-systemd.requires-mounts-for | Karel Zak |
2015-05-16 | load-fragment: put quotes around iffy rvalue | Zbigniew Jędrzejewski-Szmek |
2015-05-16 | Use fflush_and_check() in more places | Zbigniew Jędrzejewski-Szmek |
2015-05-16 | udevd: queue - update queue state when events are queued/freed | Tom Gundersen |
2015-05-16 | udevd: on_worker - distinguish between EINTR and EAGAIN | Tom Gundersen |
2015-05-16 | udevd: worker - use loop_write() rather than send() | Tom Gundersen |
2015-05-16 | util: loop_write - accept 0-length message | Tom Gundersen |
2015-05-16 | udevd: net - fix leak in .link config | Tom Gundersen |
2015-05-15 | udev-ctrl: make _unref() always return NULL | Tom Gundersen |
2015-05-15 | tmpfiles: use lstat() instead of stat() when checking whether a file system o... | Lennart Poettering |
2015-05-15 | tmpfiles: don't fail if we cannot create a subvolume because a file system is... | Lennart Poettering |
2015-05-15 | coredump: make sure we vacuum by default | Lennart Poettering |
2015-05-15 | socket-util: socket_address_parse() should not log errors on its own | Lennart Poettering |
2015-05-15 | core: Fix assertion with empty Exec*= paths | Martin Pitt |
2015-05-15 | timedate: fix memory leak in timedated | Cristian Rodríguez |
2015-05-15 | generator: use fflush_and_check() where appropriate | Lennart Poettering |
2015-05-15 | core: don't consider umask for SocketMode= | Davide Bettio |
2015-05-15 | core: Execute first boot presets in an enable-only preset-mode. | Dimitri John Ledkov |
2015-05-15 | networkd: don't try to turn on ipv6 forwarding if kernel lacks IPv6 support | Lennart Poettering |
2015-05-15 | networkd: don't touch global forwarding setting | Benedikt Morbach |
2015-05-15 | systemctl: introduce --now for enable, disable and mask | Jan Synacek |