Date: Sat, 20 Dec 2008 09:36:40 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern tty.c Message-ID: <200812200936.mBK9apiU092309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2008-12-20 09:36:40 UTC FreeBSD src repository Modified files: sys/kern tty.c Log: SVN rev 186354 on 2008-12-20 09:36:40Z by ed Let wchan names more closely match pre-MPSAFE TTY behaviour. Right now the wchan strings "ttyinp" and "ttybgw" only differ one character from the strings we used prior to MPSAFE TTY. Just rename them back to their pre-MPSAFE TTY counterparts. Also rename "ttylck" to "ttymtx", which should make it more clear that a process is blocked on the TTY mutex, not some other form of locking. Revision Changes Path 1.302 +3 -3 src/sys/kern/tty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812200936.mBK9apiU092309>