From owner-freebsd-commit Sun Jun 4 19:37:08 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05282 for commit-outgoing; Sun, 4 Jun 1995 19:37:08 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA05205 for cvs-sys-outgoing; Sun, 4 Jun 1995 19:35:42 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA05164 ; Sun, 4 Jun 1995 19:35:16 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id MAA12166; Mon, 5 Jun 1995 12:32:56 +1000 Date: Mon, 5 Jun 1995 12:32:56 +1000 From: Bruce Evans Message-Id: <199506050232.MAA12166@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, cvs-sys@freefall.cdrom.com, davidg@freefall.cdrom.com Subject: Re: cvs commit: src/sys/kern tty.c Sender: commit-owner@FreeBSD.org Precedence: bulk > Modified: sys/kern tty.c > Log: > Restore Andrew's change in rev 1.44 for t_timeout. I can't see how that > could have caused PR 445 unless the user specifically mis-configured > 'comcontrol' in rc.serial. t_timeout is only set/cleared via the > TIOCSDRAINWAIT ioctl and defaults to 0. > > Reviewed by: Andrew Chernov I haven't reviewed Andrey's comments yet :-(. Of course the user must have mis-configured dtrwait. It isn't documented anywhere that using dtrwait may break the non-blocking behaviour of writes to ttys. Bruce