Up to [cvs.NetBSD.org] / src / tests / lib / librumphijack
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 20 05:15:11 2012 UTC (12 months, 4 weeks ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.7: +6 -3
lines
Diff to previous 1.7 (colored)
Close all file descriptors before trying to reason about the number of open descriptors. Should fix the test failures reported on current users.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Apr 17 09:23:21 2012 UTC (13 months ago) by jruoho
Branch: MAIN
Changes since 1.6: +21 -20
lines
Diff to previous 1.6 (colored)
Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3).
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 14 15:56:40 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache
Changes since 1.5: +16 -1
lines
Diff to previous 1.5 (colored)
test RUMPHIJACK fdoff=8
Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 8 14:53:03 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
print out the unexpected rv too
Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 1 08:54:18 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.3: +7 -4
lines
Diff to previous 1.3 (colored)
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).
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 20 23:45:46 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.2: +23 -1
lines
Diff to previous 1.2 (colored)
check that poll on an invalid fd doesn't hang in the dual poll case
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 12 10:28:08 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-quota2-base
Branch point for: bouyer-quota2
Changes since 1.1: +24 -1
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 11 15:38:14 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
add test for fix in rev 1.36 of librumphijack/hijack.c