index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
shutdown.c
Age
Commit message (
Expand
)
Author
2013-12-18
log: don't reopen /dev/console each time we call log_open()
Lennart Poettering
2013-11-25
shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...
Lennart Poettering
2013-11-18
Remove duplicate includes
Karel Zak
2013-11-08
shutdown: unify handling of reboot() syscall a bit
Lennart Poettering
2013-11-07
Support additional argument in reboot
WaLyong Cho
2013-11-06
util: unify reading of /proc/cmdline
Lennart Poettering
2013-11-06
shutdown: trim the cgroup tree on loop iteration
Lennart Poettering
2013-07-15
build-sys: discover the path to kexec during build time
Zbigniew Jędrzejewski-Szmek
2013-07-11
shutdown: avoid malloc() if we can
Lennart Poettering
2013-07-11
shutdown: fix /proc/cmdline reading of 'quiet'
Kay Sievers
2013-07-05
suppress status message output at shutdown when 'quiet' is given
Kay Sievers
2013-04-09
shutdown: print a nice message before returning to initrd
Lennart Poettering
2013-04-08
shutdown: print a message when storage is finalized
Lennart Poettering
2012-12-07
shutdown, umount: use verbs consistently
Michal Schmidt
2012-12-07
shutdown, umount: logging improvements
Michal Schmidt
2012-12-07
shutdown: downgrade a warning
Michal Schmidt
2012-11-28
shutdown: don't pivot to /run/initramfs if already there
Tom Gundersen
2012-11-16
shutdown: readd explicit sync() when shutting down
Lennart Poettering
2012-09-05
shutdown: in containers, invoke reboot(2), too. Then fallback to exit() if CA...
Lennart Poettering
2012-09-05
shutdown: remove explicit sync() invocations
Lennart Poettering
2012-08-12
switch-root: remount to MS_PRIVATE
Lennart Poettering
2012-08-10
shutdown: recursively mark root as private before pivot
Dave Reisner
2012-07-17
switch-root: don't wait for processes
Lennart Poettering
2012-07-16
Spelling fixes.
Ville Skyttä
2012-07-13
shutdown: add missing include
Lennart Poettering
2012-07-13
container: when shutting down in a container don't detach loop devices
Lennart Poettering
2012-07-13
core: go on a killing spree when transitioning from initrd to main system
Lennart Poettering
2012-07-10
switch-root: reopen /dev/console before we switch root
Lennart Poettering
2012-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-05-08
sleep: implement suspend/hibernate as first class targets
Lennart Poettering
2012-04-24
shutdown: don't complain if we cannot lock memory, to make container shutdown...
Lennart Poettering
2012-04-22
shutdown: don't try to shut down DM devices in a container
Lennart Poettering
2012-04-12
shutdown: move shutdown to core since it replaces PID 1
Lennart Poettering