Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2007 14:24:38 +0000 (UTC)
From:      Konstantin Belousov <kib@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:  <200708031424.l73EOciE000217@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2007-08-03 14:24:38 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             tty.c 
  Log:
  MFC rev. 1.273, submitted by peter:
  
  Change kn_hook value from cdev to struct tty to avoid dereferencing freed
  cdev.
  In ttygone(), wake up select(), sigio and kevent() users in addition
  to the queue sleepers.
  Return EV_EOF from kevent filters if TS_GONE is set.
  
  Revision   Changes    Path
  1.250.2.5  +17 -7     src/sys/kern/tty.c



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