Page MenuHomeFreeBSD

vt(4): CONS_HISTORY/CONS_CLRHIST should operate on issuing terminal
ClosedPublic

Authored by jah on Jul 4 2020, 10:22 PM.
Tags
None
Referenced Files
F109080391: D25564.diff
Fri, Jan 31, 1:14 PM
Unknown Object (File)
Dec 27 2024, 5:39 PM
Unknown Object (File)
Dec 26 2024, 11:41 AM
Unknown Object (File)
Dec 25 2024, 11:32 PM
Unknown Object (File)
Dec 23 2024, 12:32 AM
Unknown Object (File)
Nov 2 2024, 11:36 PM
Unknown Object (File)
Sep 30 2024, 1:06 AM
Unknown Object (File)
Sep 30 2024, 1:05 AM
Subscribers

Details

Summary

Currently the CONS_HISTORY and CONS_CLRHIST ioctls modify the state of the
active terminal instead of the terminal against which the ioctl was issued.
Because of the way vidcontrol(1) works, these are the same in most cases.
But a poorly-timed window switch can make them differ. This is reproducible
by issuing e.g. 'vidcontrol -s 2 && vidcontrol -C' to switch from vty 1 to
vty 2; teken will reset the cursor position on vty 1 but vt(4) will clear
the history buffer of vty 2, producing an interesting state of affairs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable