Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/kernel



Module Name:    src
Committed By:   riastradh
Date:           Wed Sep 23 18:26:07 UTC 2026

Modified Files:
        src/tests/kernel: Makefile t_fdrestart.c

Log Message:
t_fdrestart: Test named fifos too.

Turns out we're missing a wakeup on close for read and write on fifos
too!

PR kern/57659: closing pipe writefd fails to wake concurrent write on
same writefd


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/tests/kernel/Makefile
cvs rdiff -u -r1.5 -r1.6 src/tests/kernel/t_fdrestart.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index