History log of /netbsd/tests/lib/librumpclient/t_fd.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 12920163 13-May-2019 bad <bad@NetBSD.org>

Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed
after moving rump's mainbus from rumpdev to rumpkern.

Produces the same atf-run results as before.


# 77102b8e 13-Jan-2017 christos <christos@NetBSD.org>

Don't play with "../.." in includes for h_macros.h; deal with it centrally.
Minor fixes.


# 7517aad7 10-Aug-2016 kre <kre@NetBSD.org>

Extra libs for rump.


# 9a0e88af 25-Aug-2011 hannken <hannken@NetBSD.org>

t_fd/sigio: pass test if we receive at least one SIGIO signal.

While a real kernel collects these signals until the connect() returns and
then delivers one signal rump delivers every signal so we ge

t_fd/sigio: pass test if we receive at least one SIGIO signal.

While a real kernel collects these signals until the connect() returns and
then delivers one signal rump delivers every signal so we get more than one.

Ok: Antti Kantee <pooka@netbsd.org>

show more ...


# 5d634a0f 15-Aug-2011 gson <gson@NetBSD.org>

As the sigio test case is currently failing with "sigcnt != 1", print the
actual sigcnt value to aid in diagnosing the problem.


# 656eda06 20-Feb-2011 pooka <pooka@NetBSD.org>

Add a test that checks that the client receives SIGIO for an O_ASYNC
socket.


# 4983887c 09-Feb-2011 pooka <pooka@NetBSD.org>

Add test which checks rumpclient does not use fds 0-2 for its
internal purposes.