Age | Commit message (Expand) | Author |
2012-05-14 | unit: print the color status marks on the left | Michal Schmidt |
2012-05-14 | job: change red [ABORT] status to yellow [DEPEND] | Michal Schmidt |
2012-05-14 | job: only jobs on the runqueue can be run | Michal Schmidt |
2012-05-09 | dbus-manager: fix tainted string | Michal Schmidt |
2012-05-09 | main: fix uninitialized variable | Michal Schmidt |
2012-05-09 | main: fix assertion failure due to use of ELEMENTSOF on a non-array | Michal Schmidt |
2012-05-09 | manager: introduce SwitchRoot bus call for initrd/main transition | Lennart Poettering |
2012-05-08 | main: simplify+unify logic for parsing runtime booleans | Lennart Poettering |
2012-05-08 | sleep: implement suspend/hibernate as first class targets | Lennart Poettering |
2012-05-08 | util: split-out path-util.[ch] | Kay Sievers |
2012-05-08 | util: split-out hwclock.[ch] | Kay Sievers |
2012-05-03 | dbus: include unit name in JobNew/JobRemoved signals | Lennart Poettering |
2012-05-03 | service: explicitly remove control/ subcgroup after each control command | Lennart Poettering |
2012-05-03 | hwclock: add taint flag for non-local hwclock | Lennart Poettering |
2012-05-03 | service: default to Type=dbus if BusName= is specified | Lennart Poettering |
2012-05-03 | service: warn if a dbus name is specified but the service type is not dbus | Lennart Poettering |
2012-04-30 | unit: add new dependency type RequiresMountsFor= | Lennart Poettering |
2012-04-25 | core: add NOP jobs, job type collapsing | Michal Schmidt |
2012-04-24 | shutdown: don't complain if we cannot lock memory, to make container shutdown... | Lennart Poettering |
2012-04-24 | remount: consolidate remount-api-vfs and remount-rootfs into one | Lennart Poettering |
2012-04-24 | service: introduce Type=idle and use it for gettys | Lennart Poettering |
2012-04-24 | manager: drop MountAuto= and SwapAuto= options | Lennart Poettering |
2012-04-23 | transaction: cancel jobs non-recursively on isolate | Michal Schmidt |
2012-04-24 | job: serialize jobs properly | Michal Schmidt |
2012-04-24 | transaction: abort does not need to use recursive deletion | Michal Schmidt |
2012-04-24 | transaction: fix detection of cycles involving installed jobs | Michal Schmidt |
2012-04-24 | transaction: improve readability | Michal Schmidt |
2012-04-22 | shutdown: don't try to shut down DM devices in a container | Lennart Poettering |
2012-04-22 | hostname: if there's already a hostname set when PID 1 is invoked, don't comp... | Lennart Poettering |
2012-04-22 | job: the status messages are proper sentences, hence end them with a full stop | Lennart Poettering |
2012-04-22 | mount: don't fail if fstab doesn't exist | Lennart Poettering |
2012-04-22 | transaction: downgrade warnings about masked units | Lennart Poettering |
2012-04-22 | transaction: add missing emacs and license headers | Lennart Poettering |
2012-04-22 | machine-id: fix spelling | Lennart Poettering |
2012-04-22 | util: unify getenv() logic for other PID | Lennart Poettering |
2012-04-22 | util: fix tty_is_vc_resolve() in a container where /sys/class/tty/console/act... | Lennart Poettering |
2012-04-22 | mount-setup: ignore common container bind mounts | Lennart Poettering |
2012-04-21 | watchdog: fix default configuration fragment for watchdog | Lennart Poettering |
2012-04-20 | transaction: add starting requirements for JOB_RESTART | Michal Schmidt |
2012-04-20 | dbus-job: allow multiple bus clients | Michal Schmidt |
2012-04-20 | transaction: remove checks for installed | Michal Schmidt |
2012-04-20 | transaction: rework merging with installed jobs | Michal Schmidt |
2012-04-20 | job: separate job_install() | Michal Schmidt |
2012-04-20 | transaction: remove a couple of asserts | Michal Schmidt |
2012-04-20 | transaction: remove the anchor link | Michal Schmidt |
2012-04-20 | transaction: avoid garbage collecting the anchor job | Michal Schmidt |
2012-04-20 | transaction: simplify transaction_find_jobs_that_matter_to_anchor() | Michal Schmidt |
2012-04-20 | transaction: change the linking of isolate jobs to the anchor | Michal Schmidt |
2012-04-20 | transaction: maintain anchor_job | Michal Schmidt |
2012-04-20 | transaction: do not add installed jobs to the transaction | Michal Schmidt |