summaryrefslogtreecommitdiff
path: root/src/core/shutdown.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-04-10shared: add process-util.[ch]Ronny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-8/+0
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek1-1/+3
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek1-1/+1
2014-12-30tree-wide: spelling fixesVeres Lajos1-1/+1
2014-11-29delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek1-1/+1
2014-11-28treewide: another round of simplificationsMichal Schmidt1-8/+4
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-5/+5
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-6/+6
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-6/+6
2014-11-26manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek1-1/+1
2014-11-06shutdown: fix arguments to /run/initramfs/shutdownMichal Schmidt1-6/+11
2014-11-06s/commandline/command line/gHarald Hoyer1-1/+1
2014-10-27shutdown: do final unmounting only if not running inside the containerMichal Sekletar1-1/+1
2014-10-24shutdown: pass own argv to /run/initramfs/shutdownMarius Tessmann1-2/+2
2014-08-28use the switch_root function in shutdownHarald Hoyer1-73/+17
2014-08-22core: introduce "poweroff" as new failure action typesLennart Poettering1-2/+1
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek1-8/+1
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering1-1/+1
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering1-1/+1
2014-06-26shutdown: rework messages during shutdownZbigniew Jędrzejewski-Szmek1-16/+30
2014-03-06util: add timeout to generator executionLennart Poettering1-1/+1
2014-02-17Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek1-1/+1
2014-02-17Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek1-29/+103
2013-12-18log: don't reopen /dev/console each time we call log_open()Lennart Poettering1-0/+1
2013-11-25shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering1-2/+2
2013-11-18Remove duplicate includesKarel Zak1-1/+0
2013-11-08shutdown: unify handling of reboot() syscall a bitLennart Poettering1-22/+50
2013-11-07Support additional argument in rebootWaLyong Cho1-4/+11
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering1-2/+2
2013-11-06shutdown: trim the cgroup tree on loop iterationLennart Poettering1-3/+13
2013-07-15build-sys: discover the path to kexec during build timeZbigniew Jędrzejewski-Szmek1-1/+1
2013-07-11shutdown: avoid malloc() if we canLennart Poettering1-7/+1
2013-07-11shutdown: fix /proc/cmdline reading of 'quiet'Kay Sievers1-2/+9
2013-07-05suppress status message output at shutdown when 'quiet' is givenKay Sievers1-0/+15
2013-04-09shutdown: print a nice message before returning to initrdLennart Poettering1-0/+3
2013-04-08shutdown: print a message when storage is finalizedLennart Poettering1-0/+2
2012-12-07shutdown, umount: use verbs consistentlyMichal Schmidt1-4/+4
2012-12-07shutdown, umount: logging improvementsMichal Schmidt1-8/+12
2012-12-07shutdown: downgrade a warningMichal Schmidt1-1/+1
2012-11-28shutdown: don't pivot to /run/initramfs if already thereTom Gundersen1-1/+1
2012-11-16shutdown: readd explicit sync() when shutting downLennart Poettering1-0/+7
2012-09-05shutdown: in containers, invoke reboot(2), too. Then fallback to exit() if CA...Lennart Poettering1-21/+27
2012-09-05shutdown: remove explicit sync() invocationsLennart Poettering1-2/+0
2012-08-12switch-root: remount to MS_PRIVATELennart Poettering1-9/+8
2012-08-10shutdown: recursively mark root as private before pivotDave Reisner1-1/+1
2012-07-17switch-root: don't wait for processesLennart Poettering1-2/+2
2012-07-16Spelling fixes.Ville Skyttä1-1/+1
2012-07-13shutdown: add missing includeLennart Poettering1-0/+1