cvs commit: src/sys/kern tty.c

Diomidis Spinellis dds at FreeBSD.org
Tue Nov 16 17:41:16 GMT 2004


dds         2004-11-16 17:41:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty.c 
  Log:
  Improvements and fixes in the 1.241 commit:
  
  - Have TS_ZOMBIE ttys return POLLHUP instead of POLLERR
  - Remove unneeded POLLWRNORM (old bug)
  - TS_ZOMBIE ttys will set POLLIN and POLLRDNORM
  - Do not call selrecord in TS_ZOMBIE ttys
  
  PR:             kern/73821
  Reviewed by:    bde
  MFC after:      4 weeks
  
  Revision  Changes    Path
  1.242     +9 -6      src/sys/kern/tty.c


More information about the cvs-src mailing list