Age | Commit message (Expand) | Author |
2011-02-24 | dbus: pass along information why a job failed when it failed (dbus api change!) | Lennart Poettering |
2011-02-24 | general: unify error code we generate on timeout | Lennart Poettering |
2011-02-23 | job: start job timer when we begin running the job, not already when we add i... | Lennart Poettering |
2011-02-23 | cryptsetup: try to show the mount point for a crypto disk if we can | Lennart Poettering |
2011-02-23 | ask-password: fix handling of timeouts when waiting for password | Lennart Poettering |
2011-02-23 | ask-password: supported plymouth cached passwords | Lennart Poettering |
2011-02-23 | main: print warning if /usr is on a seperate partition | Lennart Poettering |
2011-02-22 | virtualization: check cpuid first, since it is cheaper than DMI | Lennart Poettering |
2011-02-22 | util: make string static | Lennart Poettering |
2011-02-21 | condition: drop pointless double negation | Lennart Poettering |
2011-02-21 | unit: introduce ConditionVirtualization= | Lennart Poettering |
2011-02-21 | virtualization: beef virtualization code | Lennart Poettering |
2011-02-21 | dbus: don't rely that timer/path units have an initialized unit field | Lennart Poettering |
2011-02-21 | mount: make sure network mounts are ordered after network.target | Lennart Poettering |
2011-02-21 | kmsg-syslogd: fix build | Lennart Poettering |
2011-02-20 | kmsg-syslogd: increase terminate timeout to 5min to generte less debug spew | Lennart Poettering |
2011-02-20 | systemctl: shutdown(8) - call kexec if kexec kernel is loaded | Kay Sievers |
2011-02-19 | tmpfiles: never clean up block devices | Lennart Poettering |
2011-02-19 | main: refuse --test as root | Lennart Poettering |
2011-02-18 | readahead: remove misleading error messages | Lennart Poettering |
2011-02-17 | util: retry opening a TTY on EIO | Lennart Poettering |
2011-02-17 | util: beef up logic to find ctty name | Lennart Poettering |
2011-02-17 | tmpfiles: kill double slashes in unix socket names, just in case | Lennart Poettering |
2011-02-16 | systemctl: introduce --ignore-dependencies | Lennart Poettering |
2011-02-16 | systemctl: introduce --failed to show only failed services | Lennart Poettering |
2011-02-16 | util: seperate welcome line from other output by empty lines | Lennart Poettering |
2011-02-16 | manager: don't consider transaction jobs conflicting with queued jobs redundant | Lennart Poettering |
2011-02-16 | udev: ignore block devices which no known contents, to avoid trying of mounts... | Lennart Poettering |
2011-02-15 | swap: handle "nofail" from fstab | Kay Sievers |
2011-02-15 | mount,swap: properly add dependencies to logger if needed | Lennart Poettering |
2011-02-15 | service: change default std output to inherit | Lennart Poettering |
2011-02-15 | exec: introduce global defaults for the standard output of services | Lennart Poettering |
2011-02-15 | udev: use SYSTEMD_READY to mask uninitialized DM devices | Lennart Poettering |
2011-02-15 | execute: optionally forward program output to /dev/console in addition to sys... | Lennart Poettering |
2011-02-15 | socket: refuse socket activation for SysV services | Lennart Poettering |
2011-02-15 | fsck: do not fail boot if fsck returns with an error code that hasn't 2 or 6 set | Lennart Poettering |
2011-02-15 | shutdown: execute all binaries in /lib/systemd/system-shutdown as last step b... | Lennart Poettering |
2011-02-14 | job: make status message printing more verbose | Lennart Poettering |
2011-02-14 | cryptsetup: fix unit file description | Lennart Poettering |
2011-02-14 | tmpfiles: never delete AF_UNIX sockets that are alive | Lennart Poettering |
2011-02-14 | getty: don't parse console= anymore, use /sys/class/tty/console/active instead | Lennart Poettering |
2011-02-14 | util: properly resolve /dev/console if more than once console= argument was p... | Lennart Poettering |
2011-02-14 | getty: do not auto-spawn getty's on VC ttys if console=ttyN is used | Lennart Poettering |
2011-02-13 | util: when determining the right TERM for /dev/console consult /sys/class/tty... | Lennart Poettering |
2011-02-13 | service: when guessing the main PID don't consider processes that aren't our ... | Lennart Poettering |
2011-02-13 | service: make main pid guessing optional, and reread pid file after reloads | Lennart Poettering |
2011-02-13 | pam: introduce whitelist and blacklist user list feature | Lennart Poettering |
2011-02-13 | systemctl: minor optimizations | Lennart Poettering |
2011-02-13 | systemctl: don't unnecessarily close stdin/stdout/stderr for tty agent so tha... | Lennart Poettering |
2011-02-13 | readahead: disable readahead in virtual machines | Lennart Poettering |