CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/08/04 09:00:57
Modified files: sys/dev/wscons : wsdisplay.c Log message: If VT switching is blocked because we're resuming and we can't sleep, return EBUSY. Prevents a panic when doing a VT switch from the keyboard while we're still resuming. ok deraadt@, miod@