cvs commit: src/sys/dev/syscons syscons.c
Joe Marcus Clarke
marcus at FreeBSD.org
Tue Sep 18 20:59:34 PDT 2007
marcus 2007-09-19 03:59:34 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
sys/dev/syscons syscons.c
Log:
Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl
to become unkillable when that process is sent a termination signal. The
process will sit in waitvt looping in the kernel, and chewing up all
available CPU until the system is rebooted.
Submitted by: Jilles Tjoelker <jilles at stack.nl>
Reviewed by: bde
Approved by: re (kensmith)
MFC after: 1 week
Revision Changes Path
1.452 +1 -2 src/sys/dev/syscons/syscons.c
More information about the cvs-src
mailing list