summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
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
2012-06-25cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering
2012-06-13unit-name: introduce unit_dbus_path_from_name()Michal Schmidt
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-05-14unit: print the color status marks on the leftMichal Schmidt
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-30unit: add new dependency type RequiresMountsFor=Lennart Poettering
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt
2012-04-24job: serialize jobs properlyMichal Schmidt
2012-04-20job: job_uninstall()Michal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers