summaryrefslogtreecommitdiff
path: root/src/core/swap.c
AgeCommit message (Expand)Author
2016-11-02unit: unify some code with new unit_new_for_name() callLennart Poettering
2016-10-11Merge pull request #4067 from poettering/invocation-idZbigniew Jędrzejewski-Szmek
2016-10-10core: when determining whether a process exit status is clean, consider wheth...Lennart Poettering
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-08-19core: add RemoveIPC= settingLennart Poettering
2016-08-04core: remember first unit failure, not last unit failureLennart Poettering
2016-08-04core: turn various execution flags into a proper flags parameterLennart Poettering
2016-07-22core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering
2016-05-04Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering
2016-05-02core: move enforcement of the start limit into per-unit-type code againLennart Poettering
2016-05-01Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek
2016-05-01Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-02-11Remove kdbus custom endpoint supportDaniel Mack
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2015-11-24core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer
2015-11-23make sure all swap units are ordered before the swap targetFranck Bui
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-11core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering
2015-11-10core: change return value of the unit's enumerate() call to voidLennart Poettering
2015-11-06doc: correct punctuation and improve typography in documentationJan Engelhardt
2015-10-27core: all unit types that watch control PIDs should use the same logicLennart Poettering
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-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-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09util: introduce safe_fclose() and port everything over to itLennart 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-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt
2015-05-25swap: use swapon -oKarel Zak
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-11core: always initialize ExecParamters.bus_endpoint_fd to -1Lennart Poettering
2015-05-11swap: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-30core: simplify unit type detection logicLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen