From owner-freebsd-bugs Tue Jun 27 14:35:59 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA04179 for bugs-outgoing; Tue, 27 Jun 1995 14:35:59 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA04158 ; Tue, 27 Jun 1995 14:35:55 -0700 Date: Tue, 27 Jun 1995 14:35:55 -0700 From: Bruce Evans Message-Id: <199506272135.OAA04158@freefall.cdrom.com> To: nnd@gw.itfs.nsk.su, bde, freebsd-bugs Subject: Changed information for PR kern/566 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: System locks after pty pair "broke" State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Tue Jun 27 14:29:18 PDT 1995 State-Changed-Why: Fixed in revision 1.31 of kern/vfs_subr.c. vclean() needs to do a nonblocking close to avoid the hang, and the nonblocking flag that it used (IO_NDELAY) had become inconsistent with the nonblocking flag that ttylclose() accepts (FNONBLOCK).