summaryrefslogtreecommitdiff
path: root/src/core/manager.c
AgeCommit message (Expand)Author
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-19tree-wide: add more void casts for various syscall invocationsLennart Poettering
2015-10-13manager: remove unused functionThomas Hindoe Paaboel Andersen
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-09-29core: sort includes of manager.[ch] according to CODING_STYLELennart Poettering
2015-09-22Merge pull request #1335 from poettering/some-fixesDaniel Mack
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-22util: add safe_closedir() similar to safe_fclose()Lennart Poettering
2015-09-22Merge pull request #986 from karelzak/monitorLennart Poettering
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-14mount: use libmount to monitor mountinfo & utabKarel Zak
2015-09-11cgroup: unify how we invalidate cgroup controller settingsLennart Poettering
2015-09-11core: invalidate idle pipe event source in manager_close_idle_pipe()Lennart Poettering
2015-09-11core: allocate sets of startup and failed units on-demandLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01manager: don't write first-boot flag file all the timeLennart Poettering
2015-08-31manager: remove ask-password fd from sd_event before closing itLennart Poettering
2015-08-06core: dbus: track bus names per unitDaniel Mack
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-06-17turn kdbus support into a runtime optionKay Sievers
2015-06-10util: introduce CMSG_FOREACH() macro and make use of it everywhereLennart Poettering
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen
2015-06-03kdbus: remove attach_flags_mask module parameter settingKay Sievers
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-21manager: fix finish_timestamp calculationLennart Poettering
2015-05-19core: don't consider boot-up finished if we are still reloadingLennart Poettering
2015-05-19core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering
2015-05-13core: fix memory leak in manager_run_generators()Cristian RodrĂ­guez
2015-05-12core: drop redundant logging about notification messagesTom Gundersen
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11treewide: Correct typos and spell plural of bus consistentTorstein Husebø
2015-05-06bus: don't switch to kdbus if not requestedDavid Herrmann
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-30core: simplify unit type detection logicLennart Poettering