summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2012-05-21dbus-unit: always load the unit before handling a message for itMichal Schmidt
2012-05-16switch-root: check for absolute pathsLennart Poettering
2012-05-14namespace: make PrivateTmp= apply to both /tmp and /var/tmpLennart Poettering
2012-05-14core: add extra safety check before switching rootLennart Poettering
2012-05-14job: info message if JOB_VERIFY_ACTIVE detects an inactive unitMichal Schmidt
2012-05-14job: report the status of first half of JOB_RESTART the same as JOB_STOPMichal Schmidt
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-14unit: print the color status marks on the leftMichal Schmidt
2012-05-14job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt
2012-05-14job: only jobs on the runqueue can be runMichal Schmidt
2012-05-09dbus-manager: fix tainted stringMichal Schmidt
2012-05-09main: fix uninitialized variableMichal Schmidt
2012-05-09main: fix assertion failure due to use of ELEMENTSOF on a non-arrayMichal Schmidt
2012-05-09manager: introduce SwitchRoot bus call for initrd/main transitionLennart Poettering
2012-05-08main: simplify+unify logic for parsing runtime booleansLennart Poettering
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-05-08util: split-out hwclock.[ch]Kay Sievers
2012-05-03dbus: include unit name in JobNew/JobRemoved signalsLennart Poettering
2012-05-03service: explicitly remove control/ subcgroup after each control commandLennart Poettering
2012-05-03hwclock: add taint flag for non-local hwclockLennart Poettering
2012-05-03service: default to Type=dbus if BusName= is specifiedLennart Poettering
2012-05-03service: warn if a dbus name is specified but the service type is not dbusLennart Poettering
2012-04-30unit: add new dependency type RequiresMountsFor=Lennart Poettering
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt
2012-04-24shutdown: don't complain if we cannot lock memory, to make container shutdown...Lennart Poettering
2012-04-24remount: consolidate remount-api-vfs and remount-rootfs into oneLennart Poettering
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering
2012-04-24manager: drop MountAuto= and SwapAuto= optionsLennart Poettering
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt
2012-04-24job: serialize jobs properlyMichal Schmidt
2012-04-24transaction: abort does not need to use recursive deletionMichal Schmidt
2012-04-24transaction: fix detection of cycles involving installed jobsMichal Schmidt
2012-04-24transaction: improve readabilityMichal Schmidt
2012-04-22shutdown: don't try to shut down DM devices in a containerLennart Poettering
2012-04-22hostname: if there's already a hostname set when PID 1 is invoked, don't comp...Lennart Poettering
2012-04-22job: the status messages are proper sentences, hence end them with a full stopLennart Poettering
2012-04-22mount: don't fail if fstab doesn't existLennart Poettering
2012-04-22transaction: downgrade warnings about masked unitsLennart Poettering
2012-04-22transaction: add missing emacs and license headersLennart Poettering
2012-04-22machine-id: fix spellingLennart Poettering
2012-04-22util: unify getenv() logic for other PIDLennart Poettering
2012-04-22util: fix tty_is_vc_resolve() in a container where /sys/class/tty/console/act...Lennart Poettering
2012-04-22mount-setup: ignore common container bind mountsLennart Poettering
2012-04-21watchdog: fix default configuration fragment for watchdogLennart Poettering
2012-04-20transaction: add starting requirements for JOB_RESTARTMichal Schmidt
2012-04-20dbus-job: allow multiple bus clientsMichal Schmidt
2012-04-20transaction: remove checks for installedMichal Schmidt
2012-04-20transaction: rework merging with installed jobsMichal Schmidt
2012-04-20job: separate job_install()Michal Schmidt