aboutsummaryrefslogtreecommitdiff
path: root/bin/domainname/(developers-only)
diff options
context:
space:
mode:
authorQuentin Thébault <quentin.thebault@defenso.fr>2026-01-14 00:14:22 +0000
committerKyle Evans <kevans@FreeBSD.org>2026-01-14 00:15:30 +0000
commit5e1c7867e1b9a8abe7307d01087cddc057e39859 (patch)
tree85e1079ec09671ec29a4c0287fb7482bf8b82911 /bin/domainname/(developers-only)
parent7669cbd0f06402573fe627e9e6f86c69cfd3d12b (diff)
vt(4): allow up to _SIG_MAXSIG (128) for VT_SETMODEHEADmain
VT_SETMODE ioctl currently checks the provided signal numbers with its own ISSIGVALID macro that uses NSIG (32) as a maximum, although the code that will actually send the signal in sys/kern/kern_sig.c uses _SIG_VALID which allows up to _SIG_MAXSIG (128). This change aligns the vt code with the kernel internals and enables the use of higher signal numbers so that applications are not limited to SIGUSR1 and SIGUSR2 for vt release and acquire signals. Signed-off-by: Quentin Thébault <quentin.thebault@defenso.fr> Reviewed by: emaste, imp, kevans Differential Revision: https://reviews.freebsd.org/D53615
Diffstat (limited to 'bin/domainname/(developers-only)')
0 files changed, 0 insertions, 0 deletions