]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add regression tests for bugs 220459 and 220398
authorAlan Somers <asomers@FreeBSD.org>
Mon, 17 Jul 2017 18:33:30 +0000 (18:33 +0000)
committerAlan Somers <asomers@FreeBSD.org>
Mon, 17 Jul 2017 18:33:30 +0000 (18:33 +0000)
commit7e3db62753839a1adb6560af7d3824b65a912500
tree4403d0e237a75cae854f1cf9f4a8d202b54c9e73
parent2474da326721ae357afa728a5c410269c8b19691
Add regression tests for bugs 220459 and 220398

Bug 220398 - lio_listio(2) never sends asynchronous notification if nent==0
Bug 220459 - lio_listio(2) doesn't support SIGEV_THREAD

PR: 220459
PR: 220398
Reviewed by: cem, jhb
MFC after: 3 weeks
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D11470
tests/sys/aio/Makefile
tests/sys/aio/lio_test.c [new file with mode: 0644]