[Bug 289812] [vt] Make frsig field optional in VT_SETMODE.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 289812] [vt] Make frsig field optional in VT_SETMODE."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Oct 2025 14:07:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289812 --- Comment #5 from Jan Beich <jbeich@FreeBSD.org> --- frsig == 0 wouldn't help portability e.g., mpv didn't set frsig at all, vkmark wanted acqsig == 0 and relsig == 0 as well. According to sys/compat/linux/linux_ioctl.c invalid signals are reset to 0 instead of returning EINVAL. -- You are receiving this mail because: You are the assignee for the bug.