Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 20:58:48 +0000 (UTC)
From:      Martin Blapp <mbr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty.c
Message-ID:  <200609302058.k8UKwmvR015793@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mbr         2006-09-30 20:58:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             tty.c 
  Log:
  MFC rev. 1.260
  
  Any call of tty_close() with a tty refcount of <= 1 is wrong and we will
  free the tty in this case. This is a workaround until the underlaying
  devfs/tty problems are fixed.
  
  Approved by:    re
  
  Revision   Changes    Path
  1.250.2.2  +9 -1      src/sys/kern/tty.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609302058.k8UKwmvR015793>