Date: Sat, 13 Dec 2008 21:17:46 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/snp snp.c src/sys/kern tty.c src/sys/netgraph ng_tty.c src/sys/sys ttyhook.h Message-ID: <200812132118.mBDLI7JK017678@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2008-12-13 21:17:46 UTC FreeBSD src repository Modified files: sys/dev/snp snp.c sys/kern tty.c sys/netgraph ng_tty.c sys/sys ttyhook.h Log: SVN rev 186056 on 2008-12-13 21:17:46Z by mav Change ttyhook_register() second argument from thread to process pointer. Thread was not really needed there, while previous ng_tty implementation that used thread pointer had locking issues (using sx while holding mutex). Revision Changes Path 1.112 +2 -1 src/sys/dev/snp/snp.c 1.299 +11 -4 src/sys/kern/tty.c 1.42 +5 -5 src/sys/netgraph/ng_tty.c 1.2 +1 -1 src/sys/sys/ttyhook.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812132118.mBDLI7JK017678>