Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2009 10:21:52 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty.c tty_pts.c
Message-ID:  <200907081022.n68AM9ID020316@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-07-08 10:21:52 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c tty_pts.c 
  Log:
  SVN rev 195444 on 2009-07-08 10:21:52Z by ed
  
  Fix regressions in return events of poll() on TTYs.
  
  As pointed out, POLLHUP should be generated, even if it hasn't been
  specified on input. It is also not allowed to return both POLLOUT and
  POLLHUP at the same time.
  
  Reported by:    jilles
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.328     +7 -9      src/sys/kern/tty.c
  1.34      +1 -2      src/sys/kern/tty_pts.c



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