summaryrefslogtreecommitdiff
path: root/external/bsd/tradcpp/dist/tests/t19.c
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/tradcpp/dist/tests/t19.c')
0 files changed, 0 insertions, 0 deletions
aiable. This will be cloned for a forthcoming kevent test case. 2021-10-02In the fifo_hup1 test, also ensure that POLLHUP is de-asserted when athorpej new writer appears. 2021-10-02- fifo_poll(): If the last writer has disappeared, detect this and returnthorpej POLLHUP, per POSIX. - fifo_close(): Use the new fifo_socantrcvmore(), which is like the garden-variety socantrcvmore(), except it specifies POLL_HUP rather than POLL_IN (so the correct code for SIGIO is sent). - sowakeup(): Allow POLL_HUP as a code (notifies poll'ers with POLLHUP). - Add test cases for correct POLLHUP behavior with FIFOs. Fixes PR kern/56429. 2020-07-17Add ppoll() a compatibility wrapper around pollts(2)kamil Submitted by Apurva Nandan. 2012-03-18Move the references to PRs from code comments to the test description. Oncejruoho ATF has the ability to output the metadata in the HTML reports, it should be easy to traverse between releng and gnats -reports via links. 2011-10-15Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'jruoho as a test case instead of separate file. 2011-07-07Add the syscall tests back. Couple of files and tests were also renamed forjruoho consistency. All of these now mimic the libc structure.