summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2012-04-20transaction: remove a couple of assertsMichal Schmidt
2012-04-20transaction: remove the anchor linkMichal Schmidt
2012-04-20transaction: avoid garbage collecting the anchor jobMichal Schmidt
2012-04-20transaction: simplify transaction_find_jobs_that_matter_to_anchor()Michal Schmidt
2012-04-20transaction: change the linking of isolate jobs to the anchorMichal Schmidt
2012-04-20transaction: maintain anchor_jobMichal Schmidt
2012-04-20transaction: do not add installed jobs to the transactionMichal Schmidt
2012-04-20job: jobs shouldn't need to know about transaction anchorsMichal Schmidt
2012-04-20job: job_new() can find the manager from the unitMichal Schmidt
2012-04-20manager: split transaction.[ch]Michal Schmidt
2012-04-20manager: Transaction as an objectMichal Schmidt
2012-04-20job: job_uninstall()Michal Schmidt
2012-04-20manager: simplify transaction_abort()Michal Schmidt
2012-04-20job: allow job_free() only on already unlinked jobsMichal Schmidt
2012-04-20manager: fix commentMichal Schmidt
2012-04-20mount-setup: don't log with LOG_ERROR if a mount that doesn't matter failsLennart Poettering
2012-04-20main: log to the journal in container mode, by defaultLennart Poettering
2012-04-18remove MS_* which can not be combined with current kernel codeKay Sievers