summaryrefslogtreecommitdiff
path: root/src/core/manager.c
AgeCommit message (Expand)Author
2015-11-16core: enable TasksMax= for all services by default, and set it to 512Lennart Poettering
2015-11-13core: add new DefaultTasksMax= setting for system.confLennart Poettering
2015-11-13Merge pull request #1869 from poettering/kill-overridableMichal Schmidt
2015-11-12core: use SD_EVENT_PRIORITY_NORMAL-n instead on -nEvgeny Vereshchagin
2015-11-12core: unify code that warns about jobs we fail to enqueueLennart Poettering
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-10core: change type of distribute_fds() prototype to return voidLennart Poettering
2015-11-10core: change return value of the unit's enumerate() call to voidLennart Poettering
2015-11-04core: still make progress when throttling the manager loopVito Caputo
2015-10-31sd-daemon: increase sd_notify() socket buffer sizeLennart Poettering
2015-10-31core: bail our earlier when doing auditLennart Poettering
2015-10-31core,nspawn: minor coding style fixesLennart Poettering
2015-10-31core: constify a few thingsLennart Poettering
2015-10-28core: fix priority ordering in notify-handlingDavid Herrmann
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