CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/14 12:25:22
Modified files:
sys/kern : tty.c
Log message:
Use a rwlock to protect the ttylist, rather than having ttymalloc/ttyfree
callers use spltty.
ok kettenis
