aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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-171-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-181-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-151-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-051-21/+27
* shutdown: remove explicit sync() invocationsLennart Poettering2012-09-051-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
* container: when shutting down in a container don't detach loop devicesLennart Poettering2012-07-131-0/+1
* core: go on a killing spree when transitioning from initrd to main systemLennart Poettering2012-07-131-187/+7
* switch-root: reopen /dev/console before we switch rootLennart Poettering2012-07-101-13/+7
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-311-1/+1
* sleep: implement suspend/hibernate as first class targetsLennart Poettering2012-05-081-1/+5
* shutdown: don't complain if we cannot lock memory, to make container shutdown...Lennart Poettering2012-04-241-2/+1
* shutdown: don't try to shut down DM devices in a containerLennart Poettering2012-04-221-1/+3
* shutdown: move shutdown to core since it replaces PID 1Lennart Poettering2012-04-121-0/+492