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

fix typos in word "successful".


# a83f6c13 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 ...


# c69613ea 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.


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

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


# 3bc8d793 14-Mar-2011 pooka <pooka@NetBSD.org>

test RUMPHIJACK fdoff=8


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

print out the unexpected rv too


# e71885fb 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).


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

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


# e43200f1 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.


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

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