Up to [cvs.NetBSD.org] / src / tests / lib / libc / sys
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 8 12:25:05 2012 UTC (9 months, 1 week ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Make this compile on archs where VM_MIN_ADDRESS is not defined (or not exported to userland)
Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 7 20:27:12 2012 UTC (9 months, 1 week ago) by martin
Branch: MAIN
Changes since 1.2: +27 -6
lines
Diff to previous 1.2 (colored)
Deal with architectures defining VM_MIN_ADDRESS > 0. Add additional error code tests using a pointer one page past current brk.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 21 01:15:13 2012 UTC (13 months, 4 weeks ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Branch point for: yamt-pagecache
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored)
Avoid harmless compiler (integer) warnings.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 20 12:11:29 2012 UTC (13 months, 4 weeks ago) by jruoho
Branch: MAIN
Add few unit tests for mlock(2), including a case for PR kern/44788.