summaryrefslogtreecommitdiffstats
path: root/src/core/shutdown.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-8/+0
* Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek2015-01-121-1/+3
* Simplify execute_directory()Zbigniew Jędrzejewski-Szmek2015-01-121-1/+1
* tree-wide: spelling fixesVeres Lajos2014-12-311-1/+1
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-291-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-5/+5
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-6/+6
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-6/+6
* manager: log some fatal errors at emergency levelZbigniew Jędrzejewski-Szmek2014-11-261-1/+1
* shutdown: fix arguments to /run/initramfs/shutdownMichal Schmidt2014-11-061-6/+11
* s/commandline/command line/gHarald Hoyer2014-11-061-1/+1
* shutdown: do final unmounting only if not running inside the containerMichal Sekletar2014-10-271-1/+1
* shutdown: pass own argv to /run/initramfs/shutdownMarius Tessmann2014-10-241-2/+2
* use the switch_root function in shutdownHarald Hoyer2014-08-281-73/+17
* core: introduce "poweroff" as new failure action typesLennart Poettering2014-08-221-2/+1
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-041-8/+1
* firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering2014-07-071-1/+1
* firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering2014-07-071-1/+1
* shutdown: rework messages during shutdownZbigniew Jędrzejewski-Szmek2014-06-261-16/+30
* util: add timeout to generator executionLennart Poettering2014-03-061-1/+1
* Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek2014-02-181-1/+1
* Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek2014-02-171-29/+103
* log: don't reopen /dev/console each time we call log_open()Lennart Poettering2013-12-181-0/+1
* shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering2013-11-251-2/+2
* Remove duplicate includesKarel Zak2013-11-191-1/+0
* shutdown: unify handling of reboot() syscall a bitLennart Poettering2013-11-081-22/+50
* Support additional argument in rebootWaLyong Cho2013-11-071-4/+11
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-061-2/+2
* shutdown: trim the cgroup tree on loop iterationLennart Poettering2013-11-061-3/+13
* build-sys: discover the path to kexec during build timeZbigniew Jędrzejewski-Szmek2013-07-161-1/+1
* shutdown: avoid malloc() if we canLennart Poettering2013-07-111-7/+1
* shutdown: fix /proc/cmdline reading of 'quiet'Kay Sievers2013-07-111-2/+9
* suppress status message output at shutdown when 'quiet' is givenKay Sievers2013-07-051-0/+15
* shutdown: print a nice message before returning to initrdLennart Poettering2013-04-091-0/+3
* shutdown: print a message when storage is finalizedLennart Poettering2013-04-081-0/+2
* shutdown, umount: use verbs consistentlyMichal Schmidt2012-12-071-4/+4
* shutdown, umount: logging improvementsMichal Schmidt2012-12-071-8/+12
* shutdown: downgrade a warningMichal Schmidt2012-12-071-1/+1
* shutdown: don't pivot to /run/initramfs if already thereTom Gundersen2012-11-281-1/+1
* shutdown: readd explicit sync() when shutting downLennart Poettering2012-11-161-0/+7
* shutdown: in containers, invoke reboot(2), too. Then fallback to exit() if CA...Lennart Poettering2012-09-061-21/+27
* shutdown: remove explicit sync() invocationsLennart Poettering2012-09-061-2/+0
* switch-root: remount to MS_PRIVATELennart Poettering2012-08-121-9/+8
* shutdown: recursively mark root as private before pivotDave Reisner2012-08-101-1/+1
* switch-root: don't wait for processesLennart Poettering2012-07-171-2/+2
* Spelling fixes.Ville Skyttä2012-07-161-1/+1
* shutdown: add missing includeLennart Poettering2012-07-131-0/+1