summaryrefslogtreecommitdiff
path: root/src/core/unit.h
AgeCommit message (Expand)Author
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-25Add some extra __attribute__ ((format)) sCristian Rodríguez
2013-04-25unit: rework stop pending logicLennart Poettering
2013-04-24cgroup: always validate cgroup controller namesLennart Poettering
2013-04-23unit: rework trigger dependency logicLennart Poettering
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk
2013-03-13core: single unit_kill implementation for all unit typesMichal Schmidt
2013-02-28core: redefine unit_status_printf()Michal Schmidt
2013-02-28core: add manager_status_printf()Michal Schmidt
2013-02-27unit: rework resource management APILennart Poettering
2013-01-26core: unify kill code of mount, service, socket, swap unitsLennart Poettering
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering
2013-01-06journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek
2012-12-22socket: support socket activation of containersLennart Poettering
2012-11-25timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering
2012-11-23timer: implement calendar time eventsLennart Poettering
2012-09-18unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering
2012-09-18unit: split unit_printf() and friends into its own .c fileLennart Poettering
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-07-26systemd: added new dependency PartOfMichal Sekletar
2012-07-20units: apply default resource limits to socket/mount/swap processes tooLennart Poettering
2012-07-20core: drop KillMode parameter from KillUnit() bus callLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-18unit: don't serialize job state, only unit state across switch-rootLennart Poettering
2012-07-16unit: set default working directory to the user's home directory when running...Lennart Poettering
2012-07-16Spelling fixes.Ville Skyttä
2012-07-15unit: avoid re-definition of enum for older gcc versionsKay Sievers
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering
2012-07-10unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-07-10unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering
2012-07-10unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-05-22units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-04-30unit: add new dependency type RequiresMountsFor=Lennart Poettering
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt
2012-04-24job: serialize jobs properlyMichal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers