summaryrefslogtreecommitdiff
path: root/src/unit.c
Commit message (Expand)AuthorAgeFilesLines
* unit: fix complementing of requirement deps with After deps for targetsMichal Schmidt2011-09-231-1/+1
* unit: don't recheck conditions when a unit is already starting but unit_start...Lennart Poettering2011-09-221-6/+10
* fsck: show progress while fscking at bootLennart Poettering2011-09-011-7/+1
* stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering2011-08-301-1/+1
* cgroup: expose cgroup attributes as unit properties on the busLennart Poettering2011-08-211-2/+10
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-201-3/+78
* util: more join() optimizationsLennart Poettering2011-08-011-5/+5
* dbus: export unit file stateLennart Poettering2011-07-311-0/+12
* manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering2011-07-061-5/+5
* unit: add three new specifiers to use in unit filesLennart Poettering2011-07-011-2/+52
* unit: consider all cgroups in the name=systemd hierarchy, even when the user ...Lennart Poettering2011-06-301-4/+13
* service: check whether sysv scripts where changedLennart Poettering2011-06-211-11/+15
* english: s/_per_/_by_/Lennart Poettering2011-06-211-2/+2
* unit: make ignoring in snapshots a per unit property, instead of a per unit t...Lennart Poettering2011-05-051-2/+4
* unit: fix assert when trying to load unit instances for uninstanciable typesLennart Poettering2011-04-281-1/+3
* cgroup: don't accidentaly trim on reloadLennart Poettering2011-04-201-1/+1
* manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering2011-04-161-2/+4
* unit: skip default cgroup setup if we have no hierarchy to work onLennart Poettering2011-04-131-0/+3
* unit: fix dump outputLennart Poettering2011-04-101-1/+1
* don't make up buffer sizes, use standard LINE_MAX insteadLennart Poettering2011-04-071-1/+1
* unit: disallow configuration of more than one on_failure dependencies if OnFa...Lennart Poettering2011-04-071-0/+10
* unit: pull in logger unit only when running in system modeLennart Poettering2011-04-071-4/+1
* unit: introduce OnFailureIsolate=Lennart Poettering2011-04-071-4/+15
* job: fix deserialization of jobs: do not ignore orderingLennart Poettering2011-04-061-1/+1
* src: our lord is coverityLennart Poettering2011-03-311-2/+1
* unit: when deserializing do reconnect to dbus/syslog when they show upLennart Poettering2011-03-301-38/+39
* unit: don't override timestamps due to state changes when deserializingLennart Poettering2011-03-301-63/+72
* status: show status messages unconditionally if plymouth is aroundLennart Poettering2011-03-301-1/+4
* unit: fix parsing of condition-resultLennart Poettering2011-03-291-0/+2
* unit: don't complain about failed units when deserializingLennart Poettering2011-03-291-1/+1
* unit: when deserializing jobs, don't pull in dependenciesLennart Poettering2011-03-291-1/+1
* syslog: rework syslog detection so that we need no compile-time option what t...Lennart Poettering2011-03-181-12/+2
* unit: serialize condition test resultsLennart Poettering2011-03-171-0/+21
* condition: take a timestamp and store last result of conditionsLennart Poettering2011-03-091-1/+10
* unit: don't accidently create ordering links to targets when default deps are...Lennart Poettering2011-03-081-15/+18
* Spelling CorrectionsHarald Hoyer2011-02-281-2/+2
* job: also trigger on-failure dependencies when jobs faile due to dependencies...Lennart Poettering2011-02-241-6/+11
* dbus: pass along information why a job failed when it failed (dbus api change!)Lennart Poettering2011-02-241-6/+6
* execute: optionally forward program output to /dev/console in addition to sys...Lennart Poettering2011-02-151-1/+5
* dbus: don't try to connect to the system bus before it is actually upLennart Poettering2011-01-201-1/+1
* service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering2011-01-201-2/+2
* manager: make list of default controllers configurableLennart Poettering2010-11-181-30/+36
* cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering2010-11-171-24/+42
* units: get rid of no_requires unit flag, and make crypto disks require crypts...Lennart Poettering2010-11-151-9/+0
* manager: always pull 'following' units into transactionLennart Poettering2010-11-141-0/+12
* units: make use of agetty mandatoryLennart Poettering2010-11-141-6/+23
* job: make it possible to wait for devices to be unpluggedLennart Poettering2010-11-141-1/+1
* unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering2010-10-291-4/+2
* unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering2010-10-291-14/+36
* unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering2010-10-281-8/+7