summaryrefslogtreecommitdiff
path: root/src/swap.c
Commit message (Expand)AuthorAgeFilesLines
* swap: replace failure boolean by result enumLennart Poettering2012-02-031-50/+72
* unit: use safe downcasts, remove pointless castsMichal Schmidt2012-01-161-6/+6
* unit: use the UNIT() macro consistentlyMichal Schmidt2012-01-161-29/+29
* unit: remove union UnitMichal Schmidt2012-01-161-16/+16
* unit: reduce heap usage for unit objectsMichal Schmidt2012-01-161-4/+9
* let mount and swap units log to the configured defaultsMichal Schmidt2011-11-191-2/+3
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-201-0/+1
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-011-0/+4
* unit: use ESRCH as error when we don't find anybody to killLennart Poettering2011-07-131-2/+2
* service: properly handle who argument on D-Bus kill callsLennart Poettering2011-07-121-5/+6
* swap: ignore missing /proc/swapsMichael Olbrich2011-06-271-1/+1
* english: s/_per_/_by_/Lennart Poettering2011-06-211-3/+3
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-181-1/+1
* manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger ar...Lennart Poettering2011-04-161-1/+2
* src: our lord is coverityLennart Poettering2011-03-311-0/+1
* exec: drop process group kill mode since it has little use and confuses the userLennart Poettering2011-03-291-4/+2
* def: centralize definition of default timeout in one placeLennart Poettering2011-03-171-0/+1
* kill: always send SIGCONT after SIGTERMLennart Poettering2011-03-031-5/+5
* swap: handle "nofail" from fstabKay Sievers2011-02-151-0/+1
* mount,swap: properly add dependencies to logger if neededLennart Poettering2011-02-151-0/+2
* exec: introduce global defaults for the standard output of servicesLennart Poettering2011-02-151-0/+1
* clang: fix some issues found with clang-analyzerv17Lennart Poettering2011-01-221-1/+1
* systemctl: highlight failed processes in systemctl statusLennart Poettering2011-01-201-0/+1
* service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering2011-01-201-1/+1
* execute: make sending of SIGKILL on shutdown optionalLennart Poettering2011-01-181-4/+14
* swap: order file-based swap devices after remount-rootfsLennart Poettering2010-11-221-3/+9
* cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering2010-11-171-1/+1
* manager: always pull 'following' units into transactionLennart Poettering2010-11-141-0/+34
* unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering2010-10-291-1/+1
* swap: there's no reason not order swap after sysinit, so drop itLennart Poettering2010-10-281-3/+0
* swap: add only swaps listed in /etc/fstab automatically to swap.target, other...Lennart Poettering2010-10-261-1/+1
* swap: add default cgroup to swap exec envLennart Poettering2010-10-261-1/+3
* systemctl: introduce systemctl killLennart Poettering2010-10-221-0/+49
* swap: listen for POLLPRI events on /proc/swaps if availableLennart Poettering2010-10-181-5/+24
* swap: major rework, use /sbin/swapon for setting up swaps, fix merging of ali...Lennart Poettering2010-10-121-97/+717
* manager: add missing second part of s/maintenance/failed/Matthew Miller2010-08-311-7/+7
* mount: imply noauto for mount points configured with native mount filesLennart Poettering2010-08-251-1/+4
* mount: rework automatic mounting to follow the 'nofail' option in fstabLennart Poettering2010-08-251-5/+28
* mount: add global configuration options for handling of auto mountsLennart Poettering2010-08-251-1/+3
* dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering2010-08-201-0/+2
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
* swap: properly enter maintenance mode on failureLennart Poettering2010-08-091-1/+1
* systemctl: introduce reset-maintenance commandLennart Poettering2010-07-191-8/+19
* mount: add automatic start ordering dependencies for mountsLennart Poettering2010-07-121-0/+22
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-081-1/+1
* manager: optionally print status updates to console on bootLennart Poettering2010-07-071-0/+1
* unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering2010-07-031-4/+1
* unit: shorten active state enums to make systemctl output nicerLennart Poettering2010-07-011-1/+1
* unit: add new abstracted maintenance state for unitsLennart Poettering2010-07-011-1/+1
* unit: get rid of various unnecessary castsLennart Poettering2010-06-191-3/+3