| fbf2d5a9 | 06-Oct-2016 |
Ed Maste <emaste@FreeBSD.org> |
Add test for a musl libc memmem bug
With a short needle (aka little) musl's memmem could read past the end of the haystack (aka big). This was fixed in musl commit c718f9f.
Reviewed by: ed Sponsore
Add test for a musl libc memmem bug
With a short needle (aka little) musl's memmem could read past the end of the haystack (aka big). This was fixed in musl commit c718f9f.
Reviewed by: ed Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D8137
show more ...
|
| 6e122b96 | 26-Aug-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Add copious debugging to aid in determining why :sigqueue_rt is currently failing
For some odd reason SIGINT is only being delivered once, as opposed to multiple times.
Disclaimer: this test was ru
Add copious debugging to aid in determining why :sigqueue_rt is currently failing
For some odd reason SIGINT is only being delivered once, as opposed to multiple times.
Disclaimer: this test was run on a kernel built on 08/14/2016. Need to build a new kernel and rerun the test.
show more ...
|
| 1ffd722a | 25-Aug-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Don't test `size[i] % align[i] == 0` case on FreeBSD
Per jemalloc(3)/aligned_alloc(3), the behavior is undefined if the size isn't an integral multiple of the alignment. Thus, this is a NetBSD-speci
Don't test `size[i] % align[i] == 0` case on FreeBSD
Per jemalloc(3)/aligned_alloc(3), the behavior is undefined if the size isn't an integral multiple of the alignment. Thus, this is a NetBSD-specific test.
Sponsored by: EMC / Isilon Storage Division
show more ...
|
| 86c9d991 | 09-Jun-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Fix up r274061
Detect /usr/share/dict/words the "right way" by using require.files instead of the hacked up attempt in the dict(..) function, which didn't work properly on systems where MK_DICT == n
Fix up r274061
Detect /usr/share/dict/words the "right way" by using require.files instead of the hacked up attempt in the dict(..) function, which didn't work properly on systems where MK_DICT == no.
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
show more ...
|
| d44d3fba | 09-Jun-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Update `goodResult` after recent changes made to the PRNG in libc
The PRNG was changed in r300953/r300956, and subsequently, the numbers generated have changed. This is expected ABI breakage per ach
Update `goodResult` after recent changes made to the PRNG in libc
The PRNG was changed in r300953/r300956, and subsequently, the numbers generated have changed. This is expected ABI breakage per ache
X-MFC with: r300953, r300956 Tested with: amd64, i386 Sponsored by: EMC / Isilon Storage Division
show more ...
|