summaryrefslogtreecommitdiff
path: root/src/core/manager.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+1
* tree-wide: add more void casts for various syscall invocationsLennart Poettering2015-10-191-2/+2
* manager: remove unused functionThomas Hindoe Paaboel Andersen2015-10-131-24/+0
* core: add support for naming file descriptors passed using socket activationLennart Poettering2015-10-061-0/+1
* core: sort includes of manager.[ch] according to CODING_STYLELennart Poettering2015-09-291-33/+33
* Merge pull request #1335 from poettering/some-fixesDaniel Mack2015-09-221-8/+7
|\
| * cgtop: underline table headerLennart Poettering2015-09-221-6/+6
| * util: add safe_closedir() similar to safe_fclose()Lennart Poettering2015-09-221-2/+1
* | Merge pull request #986 from karelzak/monitorLennart Poettering2015-09-221-2/+2
|\ \ | |/ |/|
| * mount: use libmount to monitor mountinfo & utabKarel Zak2015-09-141-2/+2
* | cgroup: add support for net_cls controllersDaniel Mack2015-09-161-0/+4
|/
* cgroup: unify how we invalidate cgroup controller settingsLennart Poettering2015-09-111-9/+2
* core: invalidate idle pipe event source in manager_close_idle_pipe()Lennart Poettering2015-09-111-3/+2
* core: allocate sets of startup and failed units on-demandLennart Poettering2015-09-111-11/+10
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-2/+1
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-6/+3
* basic: rework virtualization detection APILennart Poettering2015-09-071-3/+3
* core: split up manager_get_unit_by_pid()Lennart Poettering2015-09-041-2/+2
* macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering2015-09-041-4/+4
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-2/+4
* manager: don't write first-boot flag file all the timeLennart Poettering2015-09-011-5/+8
* manager: remove ask-password fd from sd_event before closing itLennart Poettering2015-08-311-1/+1
* core: dbus: track bus names per unitDaniel Mack2015-08-061-18/+0
* tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-8/+5
* turn kdbus support into a runtime optionKay Sievers2015-06-171-2/+0
* util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering2015-06-101-1/+1
* tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen2015-06-081-1/+1
* kdbus: remove attach_flags_mask module parameter settingKay Sievers2015-06-031-3/+0
* util: split out signal-util.[ch] from util.[ch]Lennart Poettering2015-05-291-6/+7
* manager: fix finish_timestamp calculationLennart Poettering2015-05-211-0/+6
* core: don't consider boot-up finished if we are still reloadingLennart Poettering2015-05-191-0/+3
* core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering2015-05-191-1/+1
* core: fix memory leak in manager_run_generators()Cristian Rodríguez2015-05-131-1/+1
* core: drop redundant logging about notification messagesTom Gundersen2015-05-121-2/+2
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-35/+35
* core,network: major per-object logging reworkLennart Poettering2015-05-111-9/+23
* treewide: Correct typos and spell plural of bus consistentTorstein Husebø2015-05-111-1/+1
* bus: don't switch to kdbus if not requestedDavid Herrmann2015-05-061-0/+2
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-8/+9
* core: simplify unit type detection logicLennart Poettering2015-04-301-1/+1
* core: fix event source annotationsMantas Mikulėnas2015-04-291-1/+4
* core: annotate event sourcesTom Gundersen2015-04-291-0/+14
* manager: don't fail fatally if we cannot coldplug a unitLennart Poettering2015-04-241-14/+7
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-33/+2
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-071-4/+2
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* core: Remove explicit Plymouth integrationJasper St. Pierre2015-03-161-3/+1