#
2a1440c6 |
| 14-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Diff reduce with upstream by taking diff hunks that were contributed back
|
#
63d1fd59 |
| 14-Jan-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123
Sponsored by: Dell EMC Isilon
|
#
3560641a |
| 03-Sep-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Don't dedupe signals less than SIGRTMIN
FreeBSD always delivers all signals sent with sigqueue, except when dealing with low memory conditions according to kib (see bug # 212173 comment # 5).
In co
Don't dedupe signals less than SIGRTMIN
FreeBSD always delivers all signals sent with sigqueue, except when dealing with low memory conditions according to kib (see bug # 212173 comment # 5).
In collaboration with: kib PR: 212173 Sponsored by: EMC / Isilon Storage Division
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 ...
|
#
640235e2 |
| 12-Aug-2016 |
Enji Cooper <ngie@FreeBSD.org> |
Checkpoint initial integration work
- Some of the lib/libc and lib/thr tests fail - lib/msun/exp_test:exp2_values now passes with clang 3.8.0
The Makefiles in contrib/netbsd-tests were pruned as th
Checkpoint initial integration work
- Some of the lib/libc and lib/thr tests fail - lib/msun/exp_test:exp2_values now passes with clang 3.8.0
The Makefiles in contrib/netbsd-tests were pruned as they have no value
Sponsored by: EMC / Isilon Storage Division
show more ...
|
#
ff0ba872 |
| 17-Nov-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some items from the vendor tree that
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some items from the vendor tree that use #if defined(__FreeBSD__) or #if defined(__NetBSD__) which are being left alone
Requested by: bde, rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|
#
deafa707 |
| 23-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
- Mark unused parameters __unused in handler - Call sigqueue with getpid() instead of 0 -- the latter idiom appears to only be valid on NetBSD
In collaboration with: pho Sponsored by: EMC / Isilon S
- Mark unused parameters __unused in handler - Call sigqueue with getpid() instead of 0 -- the latter idiom appears to only be valid on NetBSD
In collaboration with: pho Sponsored by: EMC / Isilon Storage Division
show more ...
|
#
57718be8 |
| 02-Oct-2014 |
Enji Cooper <ngie@FreeBSD.org> |
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks
Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , minus the vendor Makefiles
Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade
MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
show more ...
|