summaryrefslogtreecommitdiff
path: root/src/shutdown
AgeCommit message (Collapse)Author
2022-06-13 Make scandir compile-time configurableLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-01-13 Get the supervision tree rid of any control terminalLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-28 Allow normal users to run s6-l-i-hpr/sLaurent Bercot
Instead of testing the euid, test writability to the shutdownd pipe. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-11-28 bugfix: shutdownd: flush the writes to stage 4.new in the container caseLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 Adapt to s6-2.11.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-25 Make shutdownd work with CONFIG_TTY=nLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-10 Prepare for 1.0.6.4, adapt to skalibs-2.11.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-04-19 Clean up the wtmp messLaurent Bercot
2021-03-19 shutdownd: unsupervise even when rename() failsLaurent Bercot
2021-02-12 Fix them bugsLaurent Bercot
2021-02-12 bugfix: wall message on non-immediate shutdown(8)Laurent Bercot
2021-01-27 bugfix: actually log to catch-all in shutdownd.Laurent Bercot
Also support more options in telinit.
2020-12-09 Make it work with the new s6. Add s6-linux-init-nuke.Laurent Bercot
2020-11-30 Adapt to skalibs-2.10.0.0 and s6-2.10.0.0Laurent Bercot
2020-11-06 Change error message on !isatty()Laurent Bercot
2020-11-06 Fix trivial bugLaurent Bercot
2020-11-06 Add -i option to shutdown and hprLaurent Bercot
2020-03-21 Include posixishard as late as possibleLaurent Bercot
2020-01-19 Add -C and -B options, prepare for 1.0.4.0Laurent Bercot
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Print HPR_BANNER_WALL to all users in shutdown(8) tooLaurent Bercot
2019-09-06 shutdown protocol now transmits a timeout; move to stopwatch APILaurent Bercot
2019-08-19 Add stage 4 hook supportLaurent Bercot
2019-07-28 Don't forget to sync before rebootingLaurent Bercot
2019-07-18 remove extra if branch in shutdownd; prepare for 1.0.2.1Laurent Bercot
2019-06-09 Add -H and -P to s6-l-i-shutdown, prepare for 1.0.2.0Laurent Bercot
2019-05-12 No utmpx errors; no additional /dev/console message when shutdown -a failsLaurent Bercot
2019-05-07 Careful with that stack, EugeneLaurent Bercot
2019-05-06 Fix hpr_wall utmp access, so is ut_id entirely unused?Laurent Bercot
2019-05-06 Fix shutdown time bugLaurent Bercot
2019-05-06 fix hpr -w, refactor shutdownLaurent Bercot
2019-05-04 Correctly (hopefully) unsupervise stuff before stage 4Laurent Bercot
2019-05-02 Fix 'what' bugLaurent Bercot
2019-05-02 Some printf debugging...Laurent Bercot
2019-05-02 Small tweaksLaurent Bercot
2019-04-30 shutdownd kills most of the supervision tree before stage 4Laurent Bercot
2019-04-28 More bugfixes, glibc multilib workaroundLaurent Bercot
2019-04-28 More shutdownd fixesLaurent Bercot
2019-04-28 Fix pipe reading in shutdownLaurent Bercot
2019-04-28 Fix stage2 and stage3 invocation pathsLaurent Bercot
2019-04-26 Make a single hpr. Full doc, first draft.Laurent Bercot
2019-04-16 It builds! Tomorrow: skeletons for stage2, stage3 and runlevel scripts.Laurent Bercot