summaryrefslogtreecommitdiff
path: root/src/unit.c
AgeCommit message (Expand)Author
2010-07-13unit: retroactively start dependencies for job-less units tooLennart Poettering
2010-07-12cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-11cgroup: kill processes, not tasks and other cgroup changesLennart Poettering
2010-07-10cgroup: make cgroup controller name a constantLennart Poettering
2010-07-10unit: trim cgroups when going downLennart Poettering
2010-07-10main: add a few more useful diagnostic log messagesLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-07log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering
2010-07-07unit: don't cancel dependent jobs if a stopped daemon returned an error codeLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-05dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart Poettering
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering
2010-07-01core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering
2010-06-19manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering
2010-06-19dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering
2010-06-18systemctl: add verbs for special unitsLennart Poettering
2010-06-15set: introduce set_free_free()Lennart Poettering
2010-06-05unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering
2010-06-04unit: avoid assert on daemon reloadLennart Poettering
2010-06-04unit: if a unit external changes state, consider that good enough for a job t...Lennart Poettering
2010-06-03unit: serialize jobs in addition to unitsLennart Poettering
2010-05-24path: add .path unit type for monitoring filesLennart Poettering
2010-05-24timer: fully implement timer unitsLennart Poettering
2010-05-21unit: add simple only-by-dependency flag for unitsLennart Poettering
2010-05-20logger: add an after dependency on the syslog dependencyLennart Poettering
2010-05-20service: when we cannot start due to rate limít consider that a real failureLennart Poettering
2010-05-19execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome...Lennart Poettering
2010-05-18unit: don't gc units that are still in STUB stateLennart Poettering
2010-05-16build-sys: move source files to subdirectoryLennart Poettering