summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering
2013-04-02Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk
2013-03-23unit: never retroactively start requisitesLennart Poettering
2013-03-22exec: Assigning the empty string to CapabilityBoundSet= should drop all capsLennart Poettering
2013-03-13core: single unit_kill implementation for all unit typesMichal Schmidt
2013-03-02unit: count deserialized job only after it's definitely installedMichal Schmidt
2013-03-01core: fix running jobs counters after reload/reexecMichal Schmidt
2013-03-01unit: fix the race in deserialization.Oleksii Shevchuk
2013-02-28core: count active units that may mind our printing to /dev/consoleMichal Schmidt
2013-02-28core/unit: use a temp variable for manager pointer in unit_notify()Michal 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-02-16unit: don't Require systemd-journald.socket from unitsMichal Schmidt
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-01-26core: unify kill code of mount, service, socket, swap unitsLennart Poettering
2013-01-19unit: fix typoLennart Poettering
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering
2013-01-19cgroup: additional validity checks for cgroup attribute namesLennart Poettering
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler
2013-01-17core: corrects check of strduped controller stringNestor Ovroy
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering
2013-01-11unit: allow extension of unit files with .d/*.conf drop-insLennart Poettering
2012-11-23timer: implement calendar time eventsLennart Poettering
2012-11-22manager: introduce watch_init() initializer for watchesLennart Poettering
2012-10-18systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
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-18unit: fix %f resolvingLennart Poettering
2012-09-17conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-09-10unit: don't allow units to be gc'ed that still are referenced via UnitRefLennart Poettering
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-07-26unit: add missing deps in unit_dependency_tableMichal Schmidt
2012-07-26unit: make the table of inverse deps symmetricMichal Schmidt
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-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-16unit: introduce %s specifier for the user shellLennart Poettering
2012-07-16unit: printf specifiers %u and %h: $USER and $HOME.Auke Kok
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-07-10unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering