Home | History | Annotate | Download | only in librumphijack
History log of /src/tests/lib/librumphijack/h_client.c
RevisionDateAuthorComments
 1.10  16-Sep-2021  andvar fix typos in word "successful".
 1.9  04-Oct-2019  mrg 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
 1.8  20-Apr-2012  jruoho branches: 1.8.32;
Close all file descriptors before trying to reason about the number of open
descriptors. Should fix the test failures reported on current users.
 1.7  17-Apr-2012  jruoho Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3).
 1.6  14-Mar-2011  pooka branches: 1.6.4;
test RUMPHIJACK fdoff=8
 1.5  08-Mar-2011  pooka print out the unexpected rv too
 1.4  01-Mar-2011  pooka 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).
 1.3  20-Feb-2011  pooka check that poll on an invalid fd doesn't hang in the dual poll case
 1.2  12-Feb-2011  pooka branches: 1.2.2;
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.
 1.1  11-Feb-2011  pooka add test for fix in rev 1.36 of librumphijack/hijack.c
 1.2.2.3  05-Mar-2011  bouyer Sync with HEAD
 1.2.2.2  17-Feb-2011  bouyer Sync with HEAD
 1.2.2.1  12-Feb-2011  bouyer file h_client.c was added on branch bouyer-quota2 on 2011-02-17 12:00:54 +0000
 1.6.4.1  23-May-2012  yamt sync with head.
 1.8.32.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed