K 10 svn:author V 6 kevans K 8 svn:date V 27 2019-11-29T03:51:01.224523Z K 7 svn:log V 187 snp: don't reference tp->t_mtx directly This is the only part of snp(4) that pokes around in struct tty directly; replace it with the tty_getlock accessor to avoid struct tty internals. END