aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* shutdown: add link to root storage daemon textLennart Poettering2012-01-111-1/+3
* shutdown: exclude processes with argv[0][0] from killingLennart Poettering2012-01-101-15/+29
* util: move virtualization detection into its own files, and extend return codesLennart Poettering2011-09-231-0/+1
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-011-0/+2
* shutdownd: add 'success message' if we retried detaching stuffKay Sievers2011-07-301-1/+4
* shutdown: untabifyLennart Poettering2011-07-221-3/+4
* shutdown: initialize the controlling terminalHarald Hoyer2011-07-221-0/+3
* shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer2011-07-221-1/+0
* 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