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
F97536395: D27110.id81427.diff
Sun, Sep 29, 11:08 PM
F97536386: D27110.id79248.diff
Sun, Sep 29, 11:08 PM
F97516302: D27110.diff
Sun, Sep 29, 8:41 PM
Unknown Object (File)
Sun, Sep 29, 9:22 AM
Unknown Object (File)
Sat, Sep 28, 7:47 PM
Unknown Object (File)
Sat, Sep 28, 4:46 PM
Unknown Object (File)
Fri, Sep 27, 12:15 PM
Unknown Object (File)
Fri, Sep 27, 9:42 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable