Age | Commit message (Expand) | Author |
2010-05-22 | systemctl: subscribe to changes of existing units/jobs | Lennart Poettering |
2010-05-22 | execute: fix typo | Lennart Poettering |
2010-05-22 | systemctl: add --block switch for synchronous starting of units | Lennart Poettering |
2010-05-22 | manager: link ~/.local/share/systemd/session to ~/.config/systemd/session if ... | Lennart Poettering |
2010-05-22 | manager: canonicalize search paths and filter out non-existing paths and thos... | Lennart Poettering |
2010-05-22 | execute: only reset those signals to the default we really need to reset to t... | Lennart Poettering |
2010-05-22 | device: make use of new libudev tags logic | Lennart Poettering |
2010-05-22 | kmod: automatically load a few kernel modules we need for normal operation be... | Lennart Poettering |
2010-05-21 | unit: add simple only-by-dependency flag for units | Lennart Poettering |
2010-05-21 | socket: fix parsing of bind_ipv6_only | Lennart Poettering |
2010-05-21 | sd-daemon: verify socket family, too | Lennart Poettering |
2010-05-21 | sd-daemon: fix listening socket verification | Lennart Poettering |
2010-05-21 | mount: consider a mount successful if /bin/mount returned successfully but /p... | Lennart Poettering |
2010-05-21 | mount: refuse mount units that have not been loaded from any source | Lennart Poettering |
2010-05-21 | log: handle multi-line log messages properly | Lennart Poettering |
2010-05-20 | socket: fix error handling | Lennart Poettering |
2010-05-20 | socket: format IPv4-in-IPv6 addresses as IPv4 addresses for instance name | Lennart Poettering |
2010-05-20 | service: when start is repeated too often, consider that failure | Lennart Poettering |
2010-05-20 | cgroup: consider not-realized cgroups empty when killing all processes in them | Lennart Poettering |
2010-05-20 | loopback: negate netlink error code before we pass it to strerror() | Lennart Poettering |
2010-05-20 | sd-daemon: extend documentation a little | Lennart Poettering |
2010-05-20 | loopback-setup: be more verbose when something is failing | Lennart Poettering |
2010-05-20 | units: SUSE support | Kay Sievers |
2010-05-20 | systemadm: fix link when fragment path is unknown | Lennart Poettering |
2010-05-20 | systemadm: make fragment path a clickable link | Lennart Poettering |
2010-05-20 | execute: check ppid, not pid for 1 | Lennart Poettering |
2010-05-20 | logger: add an after dependency on the syslog dependency | Lennart Poettering |
2010-05-20 | service: when we cannot start due to rate limÃt consider that a real failure | Lennart Poettering |
2010-05-20 | job: don't show (null) prefix in dump | Lennart Poettering |
2010-05-20 | sd-daemon: add API to verify socket types | Lennart Poettering |
2010-05-20 | execute: reopen console in the spawned processes, if necessary | Lennart Poettering |
2010-05-19 | automount: try to modprobe autofs4 if its lacking | Lennart Poettering |
2010-05-19 | shorten copyright header of configuration files | Lennart Poettering |
2010-05-19 | service: refuse to parse sysv scripts that are requested with a boot. prefix ... | Lennart Poettering |
2010-05-19 | load-fragment: add support for overriding argv[0] in parsed command lines | Lennart Poettering |
2010-05-19 | execute: send output of services by default to same place as systemd internal... | Lennart Poettering |
2010-05-19 | execute: simplify stdin/stderr/stdout fixup a little | Lennart Poettering |
2010-05-19 | execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome... | Lennart Poettering |
2010-05-19 | service: by default send service output to syslog, except for SysV services w... | Lennart Poettering |
2010-05-19 | service: sysv_chkconfig_order() actually has nothing to do with chkconfig any... | Lennart Poettering |
2010-05-19 | service: properly drop boot. prefix and .sh suffix from dependency names in t... | Lennart Poettering |
2010-05-19 | logger: use the right enum type | Lennart Poettering |
2010-05-19 | automount: never consider our own mount point a prefix mount of us | Lennart Poettering |
2010-05-18 | log: never close file descriptors < 3 | Lennart Poettering |
2010-05-18 | manager: before entering loop dispatch queued up SIGCHLDs | Lennart Poettering |
2010-05-18 | unit: don't gc units that are still in STUB state | Lennart Poettering |
2010-05-18 | main: ignore EPERM in TIOCSTTY when opening terminal for crash shell | Lennart Poettering |
2010-05-18 | main: if we fail to acquire a terminal for the crash shell, warn but continue | Lennart Poettering |
2010-05-18 | units: replace a few non-essential API mounts with automount units | Lennart Poettering |
2010-05-17 | cgroup: don't require debug cgroup controller anymore, use name hierarchy ins... | Lennart Poettering |