Age | Commit message (Expand) | Author |
2015-02-02 | time-util: let's make xstrftime() useful for everybody, even if we only have ... | Lennart Poettering |
2015-02-02 | macro: document that DECIMAL_STR_MAX contains space for the trailing NUL byte | Lennart Poettering |
2015-02-02 | bootchart: Ensure that systemd is the init called after using bootchart | Sebastien Bacher |
2015-02-02 | backlight: let udev properties override clamping | Topi Miettinen |
2015-02-02 | cryptsetup: only warn on real key files | Martin Pitt |
2015-02-02 | cryptsetup: Do not warn If the key is /dev/*random | Cristian Rodríguez |
2015-02-02 | networkd: support socket activation | Tom Gundersen |
2015-02-02 | sd-rtnl: introduce sd_rtnl_new_from_netlink | Tom Gundersen |
2015-02-02 | networkd-wait-online: add timeout | Tom Gundersen |
2015-02-02 | sd-event: treat NULL callback for timer events like sig events | Tom Gundersen |
2015-02-02 | networkd-wait-online: support globbing for ignored devices | Tom Gundersen |
2015-02-01 | shared/capability: go frugal on space for caps | Zbigniew Jędrzejewski-Szmek |
2015-02-01 | Fix dropping of all capabilities | Zbigniew Jędrzejewski-Szmek |
2015-02-01 | config_parse_set_status: put signals in the correct set | Michael Olbrich |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-02-01 | tmpfiles: accurately report creation results | Zbigniew Jędrzejewski-Szmek |
2015-02-01 | tmpfiles: remove dead branch | Zbigniew Jędrzejewski-Szmek |
2015-01-31 | core/cgroup: fix embarrassing typo | Zbigniew Jędrzejewski-Szmek |
2015-01-31 | test-dhcp-client: remove linebreak | Zbigniew Jędrzejewski-Szmek |
2015-01-31 | networkd: dhcp-server - start as soon as addresses have been set | Tom Gundersen |
2015-01-31 | networkd-wait-online: allow specific devices to be ignored | Tom Gundersen |
2015-01-31 | sd-rtnl: don't fail event handler when callback fails | Tom Gundersen |
2015-01-30 | core: make setting the shutdown watchdog configuration via dbus work | Maxim Mikityanskiy |
2015-01-30 | Revert "sd-bus: change serialization of kdbus messages to qualify in their en... | Kay Sievers |
2015-01-30 | Revert "core: make setting the shutdown watchdog configuration via dbus work" | Kay Sievers |
2015-01-28 | systemctl: refuse --host with cat | Zbigniew Jędrzejewski-Szmek |
2015-01-29 | coredump: drop caps while we are processing the coredump | Lennart Poettering |
2015-01-29 | Revert "journal: do not check for number of files" | Lennart Poettering |
2015-01-29 | core: make setting the shutdown watchdog configuration via dbus work | Maxim Mikityanskiy |
2015-01-28 | networkd: tunnel - call tunnel modes ipip6, not ip4ipv6 to match ip(8) | Tom Gundersen |
2015-01-28 | logind: handle closing sessions over daemon restarts | Martin Pitt |
2015-01-28 | util: add comment explaining hostname_is_valid() | Lennart Poettering |
2015-01-28 | sd-dhcp: chop of trailing dot of DHCP supplied host and domain nams | Lennart Poettering |
2015-01-28 | core/mount: add dependencies to dynamically mounted mounts too | Martin Pitt |
2015-01-28 | sysv-generator: no need to check for identical symlinks source and target twice | Lennart Poettering |
2015-01-28 | core: output unit status output strings to console, only if we actually are c... | Lennart Poettering |
2015-01-28 | test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and... | Lennart Poettering |
2015-01-28 | list: properly skip over first item in LIST_FOREACH_OTHERS | Lennart Poettering |
2015-01-28 | manager: fix minor typo | Lennart Poettering |
2015-01-28 | sysv-generator: Re-fix .sh suffix handling | Martin Pitt |
2015-01-27 | notify,firstboot,analyze,run: trim --help output to 80 lines | Zbigniew Jędrzejewski-Szmek |
2015-01-27 | tmpfiles: fix help text | Zbigniew Jędrzejewski-Szmek |
2015-01-28 | manager: when we immediately reboot due to 7x C-A-D within 2s, mention this o... | Lennart Poettering |
2015-01-28 | core: when the user hits Ctrl-Alt-Del more than 7x per 2s, reboot immediately | Lennart Poettering |
2015-01-28 | sysv-generator: there's really no need to invoke fstatat() multiple times on ... | Lennart Poettering |
2015-01-28 | core: if two start jobs for the same swap device node are queued, only dispat... | Lennart Poettering |
2015-01-28 | swap: simplify a few things by making use of new LIST_FOREACH_OTHERS macro | Lennart Poettering |
2015-01-28 | list: add macro for iterating through a list an item is in, skipping the item | Lennart Poettering |
2015-01-28 | swap: properly specify errno when logging | Lennart Poettering |
2015-01-27 | sysv-generator: use is_symlink() utility call where appropriate | Lennart Poettering |