summaryrefslogtreecommitdiffstats
path: root/src/shutdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shutdown: coding style fixesLennart Poettering2011-07-111-73/+70
* shutdown: pivot_root to a tmpfs directory to properly umount rootHarald Hoyer2011-07-041-0/+102
* shutdown: print a nice message when terminating a containerLennart Poettering2011-03-141-1/+3
* shutdown: just call exit() if we are in a containerLennart Poettering2011-03-141-78/+66
* Spelling CorrectionsHarald Hoyer2011-02-281-1/+1
* shutdown: execute all binaries in /lib/systemd/system-shutdown as last step b...Lennart Poettering2011-02-151-0/+2
* shutdown: use correct kexec optionsBrett Witherspoon2011-01-191-1/+1
* shutdown: drop redundant sync() invocationLennart Poettering2011-01-011-1/+0
* build-sys: fix usage of path macrosLennart Poettering2010-11-121-1/+1
* shutdown: reword a few messages a littleLennart Poettering2010-10-281-27/+37
* shutdown: properly handle sigtimedwait() timing outLennart Poettering2010-10-261-2/+4
* shutdown: loop only as long as we manage to unmount/detach devices, give up i...Lennart Poettering2010-10-141-32/+44
* umount: try to get rid of DM devicesLennart Poettering2010-10-141-6/+17
* shutdown: log to console by defaultLennart Poettering2010-10-141-1/+1
* shutdown: make use of wait_for_terminate_and_warn()Lennart Poettering2010-10-141-12/+13
* shutdown: execute rescue kill only onceLennart Poettering2010-10-141-5/+5
* shutdown: don't chdir to /, since init is running with / as cwd anywayLennart Poettering2010-10-141-9/+3
* util: unify implementations of freeze()Lennart Poettering2010-10-071-6/+1
* shutdown: Adding binary to shutdown the systemFabiano Fidencio2010-10-071-0/+345