CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/30 10:41:10
Modified files: sys/kern : tty.c tty_pty.c Log message: Add missing KNOTE() calls after selwakeup() in ptcread() (to wake up writers after the master side of the pty has finished reading) and in ttyflush(). ok tedu millert