summaryrefslogtreecommitdiff
path: root/src/shutdown.c
AgeCommit message (Expand)Author
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers
2012-04-05systemd: add hardware watchdog supportLennart Poettering
2012-01-11shutdown: add link to root storage daemon textLennart Poettering
2012-01-10shutdown: exclude processes with argv[0][0] from killingLennart Poettering
2011-09-23util: move virtualization detection into its own files, and extend return codesLennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering
2011-07-30shutdownd: add 'success message' if we retried detaching stuffKay Sievers
2011-07-22shutdown: untabifyLennart Poettering
2011-07-22shutdown: initialize the controlling terminalHarald Hoyer
2011-07-22shutdown: remove close_nointr_nofail after make_stdio callHarald Hoyer
2011-07-11shutdown: coding style fixesLennart Poettering
2011-07-04shutdown: pivot_root to a tmpfs directory to properly umount rootHarald Hoyer
2011-03-14shutdown: print a nice message when terminating a containerLennart Poettering
2011-03-14shutdown: just call exit() if we are in a containerLennart Poettering
2011-02-28Spelling CorrectionsHarald Hoyer
2011-02-15shutdown: execute all binaries in /lib/systemd/system-shutdown as last step b...Lennart Poettering
2011-01-19shutdown: use correct kexec optionsBrett Witherspoon
2011-01-01shutdown: drop redundant sync() invocationLennart Poettering
2010-11-12build-sys: fix usage of path macrosLennart Poettering
2010-10-28shutdown: reword a few messages a littleLennart Poettering
2010-10-26shutdown: properly handle sigtimedwait() timing outLennart Poettering
2010-10-14shutdown: loop only as long as we manage to unmount/detach devices, give up i...Lennart Poettering
2010-10-14umount: try to get rid of DM devicesLennart Poettering
2010-10-14shutdown: log to console by defaultLennart Poettering
2010-10-14shutdown: make use of wait_for_terminate_and_warn()Lennart Poettering
2010-10-14shutdown: execute rescue kill only onceLennart Poettering
2010-10-14shutdown: don't chdir to /, since init is running with / as cwd anywayLennart Poettering
2010-10-07util: unify implementations of freeze()Lennart Poettering
2010-10-07shutdown: Adding binary to shutdown the systemFabiano Fidencio