NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/12534 CVS commit: src/sys/kern



The following reply was made to PR kern/12534; it has been noted by GNATS.

From: "Andreas Gustafsson" <gson%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/12534 CVS commit: src/sys/kern
Date: Fri, 12 Jun 2015 17:28:53 +0000

 Module Name:	src
 Committed By:	gson
 Date:		Fri Jun 12 17:28:53 UTC 2015
 
 Modified Files:
 	src/sys/kern: tty.c
 
 Log Message:
 When closing a tty, limit the amount of time spent waiting for the
 output to drain to five seconds so that exiting processes with
 buffered output for a serial port blocked by flow control do not
 hang indefinitely.  Should fix PR kern/12534.  OK christos.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.262 -r1.263 src/sys/kern/tty.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index