Page MenuHomeFreeBSD

vt: fix window switching w.r.t. cngrab/cnungrab
ClosedPublic

Authored by kevans on Nov 6 2020, 3:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 8:19 AM
Unknown Object (File)
Sat, Apr 20, 8:54 PM
Unknown Object (File)
Sat, Apr 20, 6:39 PM
Unknown Object (File)
Tue, Mar 26, 1:13 PM
Unknown Object (File)
Dec 20 2023, 4:58 AM
Unknown Object (File)
Dec 14 2023, 8:27 PM
Unknown Object (File)
Aug 17 2023, 1:45 PM
Unknown Object (File)
Aug 16 2023, 9:22 AM
Subscribers

Details

Summary

Noticed while investigating the situation that lead to D27109, vt(4) will switch away from the current window but never switch back if the console ends up being ungrabbed.

Resolve this by recording the active window in cngrab(), and restore it on the last cnungrab() if we actually switched away.

While I was hacking on this, I noticed that vt_allocate_keyboard will do a cnungrab/cngrab dance if it needs to. Yank out basically just the parts it needs and use those directly to avoid clobbering the pre-grab window state -- it just wants the keyboard restored.

Test Plan

Switch to ttyv1, break to debugger, continue; observe it switching back to a functional ttyv1.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 34661