summaryrefslogtreecommitdiff
path: root/src/swap.c
AgeCommit message (Expand)Author
2012-02-03swap: replace failure boolean by result enumLennart Poettering
2012-01-16unit: use safe downcasts, remove pointless castsMichal Schmidt
2012-01-16unit: use the UNIT() macro consistentlyMichal Schmidt
2012-01-16unit: remove union UnitMichal Schmidt
2012-01-16unit: reduce heap usage for unit objectsMichal Schmidt
2011-11-19let mount and swap units log to the configured defaultsMichal Schmidt
2011-08-20exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering
2011-07-13unit: use ESRCH as error when we don't find anybody to killLennart Poettering
2011-07-12service: properly handle who argument on D-Bus kill callsLennart Poettering
2011-06-27swap: ignore missing /proc/swapsMichael Olbrich
2011-06-21english: s/_per_/_by_/Lennart Poettering
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
2011-04-16manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering
2011-03-31src: our lord is coverityLennart Poettering
2011-03-29exec: drop process group kill mode since it has little use and confuses the userLennart Poettering
2011-03-17def: centralize definition of default timeout in one placeLennart Poettering
2011-03-03kill: always send SIGCONT after SIGTERMLennart Poettering
2011-02-15swap: handle "nofail" from fstabKay Sievers
2011-02-15mount,swap: properly add dependencies to logger if neededLennart Poettering
2011-02-15exec: introduce global defaults for the standard output of servicesLennart Poettering
2011-01-22clang: fix some issues found with clang-analyzersystemd/v17Lennart Poettering
2011-01-20systemctl: highlight failed processes in systemctl statusLennart Poettering
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering
2010-11-22swap: order file-based swap devices after remount-rootfsLennart Poettering
2010-11-17cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering
2010-11-14manager: always pull 'following' units into transactionLennart Poettering
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering
2010-10-28swap: there's no reason not order swap after sysinit, so drop itLennart Poettering
2010-10-26swap: add only swaps listed in /etc/fstab automatically to swap.target, other...Lennart Poettering
2010-10-26swap: add default cgroup to swap exec envLennart Poettering
2010-10-22systemctl: introduce systemctl killLennart Poettering
2010-10-18swap: listen for POLLPRI events on /proc/swaps if availableLennart Poettering
2010-10-12swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ali...Lennart Poettering
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller
2010-08-25mount: imply noauto for mount points configured with native mount filesLennart Poettering
2010-08-25mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering
2010-08-25mount: add global configuration options for handling of auto mountsLennart Poettering
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-09swap: properly enter maintenance mode on failureLennart Poettering
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-12mount: add automatic start ordering dependencies for mountsLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-07manager: optionally print status updates to console on bootLennart Poettering
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering
2010-06-19unit: get rid of various unnecessary castsLennart Poettering