summaryrefslogtreecommitdiff
path: root/src/core/job.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* Add build-time option to change the color of the "OK" status textAlexander F Rødseth2018-03-021-1/+1
* job: truncate unit descriptionIago López Galeiras2018-02-191-2/+5
* pid1: also show gc status for jobs like we do for unitsZbigniew Jędrzejewski-Szmek2018-02-151-2/+4
* pid1: rename job_check_gc to job_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-10/+11
* cocci: use strempty() at more placesLennart Poettering2018-01-101-2/+1
* shutdown: unify shutdown.c's and async.c's sync() helper processLennart Poettering2017-12-251-1/+1
* sync: fork off sync() in a process instead of a threadLennart Poettering2017-12-251-1/+1
* Replace use of snprintf with xsprintfDaniel Lockyer2017-11-241-1/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: track why unit dependencies came to beLennart Poettering2017-11-101-12/+17
* core: simplify - don't add jobs to dbus queue if we immediately remove them (...Alan Jenkins2017-11-071-2/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-10/+4
* job: change result field for log message about job result RESULT= → JOB_RES...Lennart Poettering2017-09-221-3/+6
* core: make sure to log invocation ID of units also when doing structured loggingLennart Poettering2017-09-221-0/+2
* core: do not print color console message about gc-ed jobsZbigniew Jędrzejewski-Szmek2017-07-011-23/+25
* Merge pull request #6113 from keszybz/shell-quotingLennart Poettering2017-06-201-1/+1
|\
| * Use "dollar-single-quotes" to escape shell-sensitive stringsZbigniew Jędrzejewski-Szmek2017-06-191-1/+1
* | job: Ensure JobRunningTimeoutSec= survives serialization (#6128)Michal Koutný2017-06-181-5/+28
|/
* Merge pull request #5164 from Werkov/ordering-for-_netdev-devicesLennart Poettering2017-04-291-7/+31
|\
| * job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný2017-04-251-7/+31
* | tree-wide: mark log_struct with _printf_ and fix falloutZbigniew Jędrzejewski-Szmek2017-04-211-3/+3
|/
* Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering2017-02-161-6/+8
|\
| * tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-6/+8
* | core: explicitly verify that BindsTo= deps are in order before dispatch start...Lennart Poettering2017-02-141-0/+2
|/
* pid1: remove duplicate const attributeZbigniew Jędrzejewski-Szmek2017-01-311-1/+1
* core: fix typoLennart Poettering2016-12-211-1/+1
* core: add bus calls for determining jobs waiting for other jobsLennart Poettering2016-11-161-0/+127
* core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-4/+110
* core: rename "clients" field of Job structure to "bus_track"Lennart Poettering2016-11-161-3/+3
* core: a few small coding style/modernization updates for job.cLennart Poettering2016-11-161-7/+5
* core: make a constant table actually constantLennart Poettering2016-11-021-8/+8
* core: don't hit an assert when printing status messages about units with over...Lennart Poettering2016-11-021-1/+2
* failure-action: generalize failure action to emergency actionLukas Nykryn2016-10-211-1/+1
* core: add Ref()/Unref() bus calls for unitsLennart Poettering2016-08-221-7/+10
* core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar2016-05-161-11/+13
* core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-121-1/+1
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* core: fix "stoppping" typoMartin Pitt2016-03-241-1/+1
* systemd: obey systemd.log_color configZbigniew Jędrzejewski-Szmek2016-03-171-9/+17
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering2016-02-041-9/+7
* core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering2016-02-011-6/+5
* core: refactoring: add job_type_to_access_methodEvgeny Vereshchagin2016-01-311-0/+12
* core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering2016-01-281-0/+8
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* core: Minor cleaning up of unit/log status and log logicLennart Poettering2015-11-171-25/+48