summaryrefslogtreecommitdiff
path: root/src/core/job.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-28manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek1-2/+5
2014-01-28Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers1-4/+1
2014-01-27manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek1-0/+4
2014-01-27manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek1-1/+4
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek1-0/+31
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-14Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen1-0/+3
2013-12-02systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek1-4/+7
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering1-1/+2
2013-11-25core: dispatch run queue only if there's nothing else to doLennart Poettering1-0/+3
2013-11-22job: fix serializationLennart Poettering1-1/+6
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-114/+81
2013-11-13Fix possible lack of status messages on shutdown/rebootOlivier Brunel1-0/+3
2013-11-08Remove dead code and unexport some callsLennart Poettering1-1/+1
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-10/+10
2013-09-17Make tmpdir removal asynchronousZbigniew Jędrzejewski-Szmek1-1/+1
2013-06-28core: add transient unitsLennart Poettering1-2/+5
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-2/+2
2013-04-23unit: rework trigger dependency logicLennart Poettering1-1/+3
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek1-13/+9
2013-03-02job: print the "OK" status messages in normal greenMichal Schmidt1-2/+2
2013-02-28util, core: add support for ephemeral status linesMichal Schmidt1-1/+1
2013-02-28core: redefine unit_status_printf()Michal Schmidt1-8/+8
2013-02-27core: keep track of the number of JOB_RUNNING jobsMichal Schmidt1-4/+9
2013-02-22core, systemctl: add support for irreversible jobsMichal Schmidt1-2/+13
2013-02-09shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering1-0/+26
2013-01-25job: fix merging with --ignore-dependenciesMichal Schmidt1-0/+1
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler1-8/+8
2013-01-15core: use correct argument of type JobResultMichal Sekletar1-1/+1
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek1-15/+31
2012-10-25job: avoid recursion into transaction code from job cancelationMichal Schmidt1-1/+1
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek1-3/+3
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering1-0/+6
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering1-6/+112
2012-05-14job: info message if JOB_VERIFY_ACTIVE detects an inactive unitMichal Schmidt1-0/+8
2012-05-14job: report the status of first half of JOB_RESTART the same as JOB_STOPMichal Schmidt1-1/+1
2012-05-14unit: unit type dependent status messagesMichal Schmidt1-18/+31
2012-05-14job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt1-1/+1
2012-05-14job: only jobs on the runqueue can be runMichal Schmidt1-4/+3
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt1-61/+102
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt1-25/+16
2012-04-24job: serialize jobs properlyMichal Schmidt1-7/+155
2012-04-22job: the status messages are proper sentences, hence end them with a full stopLennart Poettering1-6/+6
2012-04-20dbus-job: allow multiple bus clientsMichal Schmidt1-1/+20
2012-04-20transaction: remove checks for installedMichal Schmidt1-4/+3
2012-04-20transaction: rework merging with installed jobsMichal Schmidt1-3/+55
2012-04-20job: separate job_install()Michal Schmidt1-15/+29
2012-04-20transaction: remove the anchor linkMichal Schmidt1-12/+0
2012-04-20job: jobs shouldn't need to know about transaction anchorsMichal Schmidt1-6/+2
2012-04-20job: job_new() can find the manager from the unitMichal Schmidt1-4/+3