summaryrefslogtreecommitdiff
path: root/src/unit.c
AgeCommit message (Expand)Author
2011-07-31dbus: export unit file stateLennart Poettering
2011-07-06manager: merge serialization and desrialization counter into one, and increas...Lennart Poettering
2011-07-01unit: add three new specifiers to use in unit filesLennart Poettering
2011-06-30unit: consider all cgroups in the name=systemd hierarchy, even when the user ...Lennart Poettering
2011-06-21service: check whether sysv scripts where changedLennart Poettering
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-05-05unit: make ignoring in snapshots a per unit property, instead of a per unit t...Lennart Poettering
2011-04-28unit: fix assert when trying to load unit instances for uninstanciable typesLennart Poettering
2011-04-20cgroup: don't accidentaly trim on reloadLennart Poettering
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering
2011-04-13unit: skip default cgroup setup if we have no hierarchy to work onLennart Poettering
2011-04-10unit: fix dump outputLennart Poettering
2011-04-07don't make up buffer sizes, use standard LINE_MAX insteadLennart Poettering
2011-04-07unit: disallow configuration of more than one on_failure dependencies if OnFa...Lennart Poettering
2011-04-07unit: pull in logger unit only when running in system modeLennart Poettering
2011-04-07unit: introduce OnFailureIsolate=Lennart Poettering
2011-04-06job: fix deserialization of jobs: do not ignore orderingLennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-30unit: when deserializing do reconnect to dbus/syslog when they show upLennart Poettering
2011-03-30unit: don't override timestamps due to state changes when deserializingLennart Poettering
2011-03-30status: show status messages unconditionally if plymouth is aroundLennart Poettering
2011-03-29unit: fix parsing of condition-resultLennart Poettering
2011-03-29unit: don't complain about failed units when deserializingLennart Poettering
2011-03-29unit: when deserializing jobs, don't pull in dependenciesLennart Poettering
2011-03-18syslog: rework syslog detection so that we need no compile-time option what t...Lennart Poettering
2011-03-17unit: serialize condition test resultsLennart Poettering
2011-03-09condition: take a timestamp and store last result of conditionsLennart Poettering
2011-03-08unit: don't accidently create ordering links to targets when default deps are...Lennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
2011-02-24job: also trigger on-failure dependencies when jobs faile due to dependencies...Lennart Poettering
2011-02-24dbus: pass along information why a job failed when it failed (dbus api change!)Lennart Poettering
2011-02-15execute: optionally forward program output to /dev/console in addition to sys...Lennart Poettering
2011-01-20dbus: don't try to connect to the system bus before it is actually upLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering
2010-11-18manager: make list of default controllers configurableLennart Poettering
2010-11-17cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering
2010-11-15units: get rid of no_requires unit flag, and make crypto disks require crypts...Lennart Poettering
2010-11-14manager: always pull 'following' units into transactionLennart Poettering
2010-11-14units: make use of agetty mandatoryLennart Poettering
2010-11-14job: make it possible to wait for devices to be unpluggedLennart Poettering
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering
2010-10-29unit: replace StopRetroactively= by BindTo= dependenciesLennart Poettering
2010-10-28unit: replace recursive_stop by stop_retroactively to simplify things a littleLennart Poettering
2010-10-28service: unify tstamp serialization codeLennart Poettering
2010-10-28unit: suppress incorrect deserialization errorsLennart Poettering
2010-10-27unit: serialize active timestampsLennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-20unit: introduce %f specifier to decode file namesLennart Poettering
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-12swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ali...Lennart Poettering