summaryrefslogtreecommitdiff
path: root/src/core/manager.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-23core: replace udev_device by sd_deviceYu Watanabe1-5/+0
2018-08-10core: rework StopWhenUnneeded= logicLennart Poettering1-0/+43
2018-07-24Merge pull request #9687 from yuwata/rfe-9662Lennart Poettering1-6/+24
2018-07-24core: serialize/deserialize several timestamps on initrd in different namesYu Watanabe1-6/+24
2018-07-23core: serialize and deserialize current ShowStatusYu Watanabe1-0/+13
2018-07-23core: normalize ShowStatusYu Watanabe1-2/+2
2018-07-20core: remove support for API bus "started outside our own logic"Alan Jenkins1-5/+0
2018-06-25core/manager: Make sure jobs statistics are not double after daemon-reloadMichal Koutný1-0/+2
2018-06-20core: use fflush_and_check() where appropriateLennart Poettering1-2/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-4/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-13pid1: preserve current value of log target across re-{load,execution}Franck Bui1-6/+39
2018-06-13pid1: preserve current value of log level across re-{load,execution}Franck Bui1-4/+45
2018-06-11core: rework manager_load_startable_unit_or_warn() on top of unit_validate_lo...Lennart Poettering1-9/+5
2018-06-07core: enumerate perpetual units in a separate per-unit-type methodLennart Poettering1-2/+20
2018-06-07core: add a new unit method "catchup()"Lennart Poettering1-1/+29
2018-06-07core: use safe_fclose() where appropriateLennart Poettering1-2/+1
2018-06-07core: split out early-boot preset logic into a function of its ownLennart Poettering1-13/+24
2018-06-07core: split out bus initialization from manager_setup()Lennart Poettering1-14/+21
2018-06-06core: schedule time and timezone change events a bit before .timer elapsation...Lennart Poettering1-2/+12
2018-06-06time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering1-18/+2
2018-06-06core: subscribe to /etc/localtime timezone changes and update timer elapsatio...Lennart Poettering1-0/+104
2018-06-06core: move destruction of old time event sources to manager_setup_time_change()Lennart Poettering1-4/+4
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek1-10/+5
2018-06-03path-util: introduce path_simplify()Yu Watanabe1-1/+1
2018-05-19fix race between daemon-reload and other commandsDavid Tardon1-0/+14
2018-05-18Merge pull request #8981 from keszybz/ratelimit-and-dbusLennart Poettering1-5/+12
2018-05-17rlimit-util: add a common destructor call for arrays of struct rlimitLennart Poettering1-3/+2
2018-05-15core: undo the dependency inversion between unit.h and all unit typesFelipe Sateler1-0/+2
2018-05-13pid1: do not write invalid utf-8 in error messageZbigniew Jędrzejewski-Szmek1-3/+10
2018-05-13Rename ratelimit_test to ratelimit_belowZbigniew Jędrzejewski-Szmek1-2/+2
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-24core/manager: make manager_enumerate() staticZbigniew Jędrzejewski-Szmek1-1/+1
2018-04-24core/manager: trivial simplificationZbigniew Jędrzejewski-Szmek1-4/+2
2018-04-17Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering1-0/+29
2018-04-16core/manager: split out function to verify that unit is loaded and not maskedZbigniew Jędrzejewski-Szmek1-0/+29
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-4/+3
2018-03-23core: delay adding target dependencies until all units are loaded and aliases...Michal Sekletar1-0/+41
2018-03-22macro: introduce new TAKE_FD() macroLennart Poettering1-2/+1
2018-03-21move MANAGER_IS_RELOADING() check into manager_recheck_{dbus|journal}() (#8510)Lennart Poettering1-3/+10
2018-03-19Merge pull request #8408 from keszybz/ln-relativeYu Watanabe1-14/+16
2018-03-16core/manager: move some comments to a better placeZbigniew Jędrzejewski-Szmek1-5/+3
2018-03-11Make MANAGER_TEST_RUN_MINIMAL just allocate data structuresZbigniew Jędrzejewski-Szmek1-18/+24
2018-03-11Introduce _cleanup_(unit_freep)Zbigniew Jędrzejewski-Szmek1-7/+5
2018-03-11Introduce _cleanup_(manager_freep)Zbigniew Jędrzejewski-Szmek1-22/+17
2018-03-09pid1: make use of high rt signals on hppa with newer kernelsZbigniew Jędrzejewski-Szmek1-14/+16
2018-03-08Revert "core: don't setup init.scope in test mode (#8380)" (#8390)Yu Watanabe1-5/+3
2018-03-07core: don't setup init.scope in test mode (#8380)Michal Sekletar1-3/+5
2018-02-27core: don't process dbus unit and job queue when there are already too many m...Lennart Poettering1-9/+40