CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/07/31 10:29:39
Modified files: sys/kern : subr_suspend.c Log message: Give the resume_time check in resuming() more headroom. On the Z13 resume by power button will usually trigger an immediate shutdown after resume. When resume succeeds the headroom provided by resume_time + 10 is between 1 to 3 seconds, which is a bit close. Set the ceiling to resume + 15 to give us more time to finish resuming. ok kettenis@