commit 72da38a048a2cdd1dda3621a3ade865c65b30d4a
Author: Matthew Dillon <[email protected]>
Date: Sat Feb 17 11:29:49 2018 -0800
kernel - Fix syscons's visual bell
* The visual bell code was completely broken.
* Refactor the callout, and use the new callout_init_lk facility
to deal with races.
Reported-by: snurg
Summary of changes:
sys/dev/misc/syscons/syscons.c | 40 +++++++++++++++-------------------------
1 file changed, 15 insertions(+), 25 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/72da38a048a2cdd1dda3621a3ade865c65b30d4a
--
DragonFly BSD source repository