Home | History | Annotate | Download | only in read
History log of /src/tests/kernel/kqueue/read/t_ttypty.c
RevisionDateAuthorComments
 1.3  15-Feb-2019  mgorny Fix reporting EOF via kevent and add a test case

Fix the kernel pty driver to report closed slave via master's kevent
EVFILT_READ. This behavior matches the behavior for pipes, is
consistent with how FreeBSD implements it and is relied upon by LLDB's
main loop implementation.

Includes feedback by kre and kamil (from tech-kern), commit approved
by kamil.
 1.2  13-Jan-2017  christos branches: 1.2.6; 1.2.14;
Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.
 1.1  20-Feb-2009  jmmv branches: 1.1.2; 1.1.30;
Add the kernel-level tests developed by Lukasz Strzygowski as part of the
atfify GSoC 2008 project.
 1.1.30.1  20-Mar-2017  pgoyette Sync with HEAD
 1.1.2.2  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.2.1  20-Feb-2009  jym file t_ttypty.c was added on branch jym-xensuspend on 2009-05-13 19:19:34 +0000
 1.2.14.1  10-Jun-2019  christos Sync with HEAD
 1.2.6.1  01-Mar-2019  martin Pull up following revision(s) (requested by kamil in ticket #1201):

tests/kernel/kqueue/read/t_ttypty.c: revision 1.3
sys/kern/tty_pty.c: revision 1.145

Fix reporting EOF via kevent and add a test case

Fix the kernel pty driver to report closed slave via master's kevent
EVFILT_READ. This behavior matches the behavior for pipes, is
consistent with how FreeBSD implements it and is relied upon by LLDB's
main loop implementation.

Includes feedback by kre and kamil (from tech-kern), commit approved
by kamil.

RSS XML Feed