summaryrefslogtreecommitdiff
path: root/src/core/swap.c
AgeCommit message (Expand)Author
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-03-15core: reuse the same /tmp, /var/tmp and inaccessible dirMichal Sekletar
2013-03-13core: single unit_kill implementation for all unit typesMichal Schmidt
2013-01-26core: unify kill code of mount, service, socket, swap unitsLennart Poettering
2013-01-19unit: optionally allow making cgroup attribute changes persistentLennart Poettering
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2012-11-23timer: implement calendar time eventsLennart Poettering
2012-10-29swap: fix swap behaviour with symlinksOlivier Brunel
2012-10-29swap: modernize styleZbigniew Jędrzejewski-Szmek
2012-10-29swap: use automatic cleanupZbigniew Jędrzejewski-Szmek
2012-10-29swap: introduce helper variableZbigniew Jędrzejewski-Szmek
2012-10-16core/swap.c: Do not add Before=swap.target to swap units.Thomas Bächler
2012-09-18core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek
2012-09-18unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering
2012-09-03swap: don't try to shutdown swaps on shutdown in a containerLennart Poettering
2012-09-03swap: refuse start/stop of swaps in containerLennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-07-20units: apply default resource limits to socket/mount/swap processes tooLennart Poettering
2012-07-20core: drop KillMode parameter from KillUnit() bus callLennart Poettering
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-16unit: set default working directory to the user's home directory when running...Lennart Poettering
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-06-22journal: set the _SYSTEMD_UNIT field for messages from terminated processesEelco Dolstra
2012-05-24swap: avoid bad memory accesssystemd/v183Lennart Poettering
2012-05-22mount: replace PID1 internal fstab parser with generatorLennart Poettering
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-05-03service: explicitly remove control/ subcgroup after each control commandLennart Poettering
2012-04-24remount: consolidate remount-api-vfs and remount-rootfs into oneLennart Poettering
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering
2012-04-24manager: drop MountAuto= and SwapAuto= optionsLennart Poettering
2012-04-13service: place control command in subcgroup control/Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers