summaryrefslogtreecommitdiff
path: root/src/core/swap.c
AgeCommit message (Expand)Author
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
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-03-13core: print warning on invalid swap pri= fieldZbigniew Jędrzejewski-Szmek
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-28core: rework device state logicLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-28core: if two start jobs for the same swap device node are queued, only dispat...Lennart Poettering
2015-01-28swap: simplify a few things by making use of new LIST_FOREACH_OTHERS macroLennart Poettering
2015-01-28swap: properly specify errno when loggingLennart Poettering
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-26swap: restore support for nofailZbigniew Jędrzejewski-Szmek
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-10-28swap: don't add too many deps for swap files form /proc/swapLennart Poettering
2014-10-28swap: drop noauto/nofail bools from Swap structureLennart Poettering
2014-10-28swap: replace Discard= setting by a more generic Options= settingLennart Poettering
2014-10-02core/swap: only make configured units part of swap.targetZbigniew Jędrzejewski-Szmek
2014-09-29core/swap: follow the configured unit by defaultZbigniew Jędrzejewski-Szmek
2014-09-29fstab-generator: properly deal with discard as non-last optionZbigniew Jędrzejewski-Szmek
2014-09-29swap: introduce Discard propertyJan Synacek
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-05exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-19core: rework context initialization/destruction logicLennart Poettering