History log of /netbsd/tests/lib/librumphijack/h_client.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 3efe214b 16-Sep-2021 andvar <andvar@NetBSD.org>

fix typos in word "successful".


# 39c153db 04-Oct-2019 mrg <mrg@NetBSD.org>

msg:
avoid passing the same pointer in multiple arguments for restrict
marked arguments:
- sigaction() wants separate in/out
- use memmove() not memcpy() for overlapping regions (this may fix
a rea

msg:
avoid passing the same pointer in multiple arguments for restrict
marked arguments:
- sigaction() wants separate in/out
- use memmove() not memcpy() for overlapping regions (this may fix
a real bug in nvi -- but it seems unlikely)
- select() wants separate read/write/except
- sigprocmask() wants separate set/oset

show more ...


# 0d02a313 20-Apr-2012 jruoho <jruoho@NetBSD.org>

Close all file descriptors before trying to reason about the number of open
descriptors. Should fix the test failures reported on current users.


# fb0a05b3 17-Apr-2012 jruoho <jruoho@NetBSD.org>

Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3).


# 4fd7b519 14-Mar-2011 pooka <pooka@NetBSD.org>

test RUMPHIJACK fdoff=8


# f35c89d4 08-Mar-2011 pooka <pooka@NetBSD.org>

print out the unexpected rv too


# 6c8e5a93 01-Mar-2011 pooka <pooka@NetBSD.org>

Create a pipe on which to select. selecting on STDIN_FILENO seems
to be succesful *sometimes* on some archs (i'm suspecting this is
in some way related to lib/libc/ttyio/t_ttyio failing).


# 6ba70ec0 20-Feb-2011 pooka <pooka@NetBSD.org>

check that poll on an invalid fd doesn't hang in the dual poll case


# 6d41bab9 12-Feb-2011 pooka <pooka@NetBSD.org>

Add test case from PR lib/44552 by Alexander Nasonov. I also lobbed
in a test for select(0, NULL, NULL, NULL, &tv) in there.


# 906bea29 11-Feb-2011 pooka <pooka@NetBSD.org>

add test for fix in rev 1.36 of librumphijack/hijack.c