Age | Commit message (Expand) | Author |
2012-05-22 | service: fix auto-restart handling in service_start() | David Ward |
2012-05-22 | service: fix auto-restart handling in service_stop() | David Ward |
2012-05-22 | service: actually delay auto-restart if another job is pending | David Ward |
2012-05-21 | main: allow system wide limits for services | Frederic Crozat |
2012-05-21 | main: rename a few fix to follow general naming style | Lennart Poettering |
2012-05-21 | switch-root: move switch_root() call into its own .c file | Lennart Poettering |
2012-05-21 | main: do_switch_root() do not recursively remove across device boundaries | Harald Hoyer |
2012-05-21 | core/main.c: handle the initrd timestamp differently, if in the initrd | Harald Hoyer |
2012-05-21 | core/main.c: do_switch_root(): do not remove the old root if not in initrd | Harald Hoyer |
2012-05-21 | core/main.c: add "--switchedroot" parameter | Harald Hoyer |
2012-05-21 | manager: only serialize the timestamps for the initramfs if in_initrd() | Harald Hoyer |
2012-05-21 | main: corrected do_switch_root() | Harald Hoyer |
2012-05-21 | sd-pam: Drop uid so parent signal arrives at child. | Auke Kok |
2012-05-21 | main: try a bit harder to find an init process to execute after reexec/switch... | Lennart Poettering |
2012-05-21 | service: make the fsck pass no configurable | Lennart Poettering |
2012-05-21 | cryptsetup: a few simplifications | Lennart Poettering |
2012-05-21 | hostname-setup: also consider (Ε„one) an unset hostname | Lennart Poettering |
2012-05-21 | unit: introduce RequiredBy= setting in [Install], to complement WantedBy= | Lennart Poettering |
2012-05-21 | units: introduce new Documentation= field and make use of it everywhere | Lennart Poettering |
2012-05-21 | dbus-unit: always load the unit before handling a message for it | Michal Schmidt |
2012-05-16 | switch-root: check for absolute paths | Lennart Poettering |
2012-05-14 | namespace: make PrivateTmp= apply to both /tmp and /var/tmp | Lennart Poettering |
2012-05-14 | core: add extra safety check before switching root | Lennart Poettering |
2012-05-14 | job: info message if JOB_VERIFY_ACTIVE detects an inactive unit | Michal Schmidt |
2012-05-14 | job: report the status of first half of JOB_RESTART the same as JOB_STOP | Michal Schmidt |
2012-05-14 | unit: unit type dependent status messages | Michal Schmidt |
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 |