summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-25Add some extra __attribute__ ((format)) sCristian Rodríguez1-0/+3
2013-04-25unit: rework stop pending logicLennart Poettering1-10/+19
2013-04-24cgroup: always validate cgroup controller namesLennart Poettering1-12/+14
2013-04-23unit: rework trigger dependency logicLennart Poettering1-5/+14
2013-04-22cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering1-6/+20
2013-04-17core: log a few more things under UNIT=...Zbigniew Jędrzejewski-Szmek1-19/+22
2013-04-15core: let's make our log messages proper sentences with full stopsLennart Poettering1-1/+1
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-13/+9
2013-04-04util: make time formatting a bit smarterLennart Poettering1-1/+1
2013-04-03util: rename write_one_line_file() to write_string_file()Lennart Poettering1-1/+1
2013-04-02Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek1-1/+1
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk1-1/+31
2013-03-23unit: never retroactively start requisitesLennart Poettering1-5/+0
2013-03-22exec: Assigning the empty string to CapabilityBoundSet= should drop all capsLennart Poettering1-1/+8
2013-03-13core: single unit_kill implementation for all unit typesMichal Schmidt1-0/+59
2013-03-02unit: count deserialized job only after it's definitely installedMichal Schmidt1-3/+3
2013-03-01core: fix running jobs counters after reload/reexecMichal Schmidt1-5/+3
2013-03-01unit: fix the race in deserialization.Oleksii Shevchuk1-1/+2
2013-02-28core: count active units that may mind our printing to /dev/consoleMichal Schmidt1-0/+15
2013-02-28core/unit: use a temp variable for manager pointer in unit_notify()Michal Schmidt1-11/+14
2013-02-28core: redefine unit_status_printf()Michal Schmidt1-1/+5
2013-02-28core: add manager_status_printf()Michal Schmidt1-17/+0
2013-02-27unit: rework resource management APILennart Poettering1-68/+91
2013-02-16unit: don't Require systemd-journald.socket from unitsMichal Schmidt1-2/+4
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer1-1/+3
2013-01-26core: unify kill code of mount, service, socket, swap unitsLennart Poettering1-0/+76
2013-01-19unit: fix typoLennart Poettering1-2/+2
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering1-0/+49
2013-01-19cgroup: additional validity checks for cgroup attribute namesLennart Poettering1-9/+10
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler1-4/+4
2013-01-17core: corrects check of strduped controller stringNestor Ovroy1-1/+1
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering1-38/+96
2013-01-11unit: allow extension of unit files with .d/*.conf drop-insLennart Poettering1-10/+10
2012-11-23timer: implement calendar time eventsLennart Poettering1-5/+5
2012-11-22manager: introduce watch_init() initializer for watchesLennart Poettering1-1/+2
2012-10-18systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek1-1/+4
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek1-1/+1
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek1-3/+3
2012-09-18unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering1-0/+11
2012-09-18unit: split unit_printf() and friends into its own .c fileLennart Poettering1-254/+4
2012-09-18unit: fix %f resolvingLennart Poettering1-3/+6
2012-09-17conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering1-4/+6
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen1-1/+1
2012-09-10unit: don't allow units to be gc'ed that still are referenced via UnitRefLennart Poettering1-0/+3
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering1-0/+3
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering1-6/+84
2012-07-26unit: add missing deps in unit_dependency_tableMichal Schmidt1-6/+8
2012-07-26unit: make the table of inverse deps symmetricMichal Schmidt1-1/+2
2012-07-26systemd: added new dependency PartOfMichal Sekletar1-1/+2
2012-07-20units: apply default resource limits to socket/mount/swap processes tooLennart Poettering1-6/+20