Revision tags: release/14.0.0, release/13.2.0, release/12.4.0 |
|
#
9ea2716b |
| 25-Aug-2022 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Reenable basic_signal:trap_signal_test on i386
This is fixed in dc4a2d1d0e838579f21d9d1fef8655f902f06ab2
PR: 265889 Sponsored by: The FreeBSD Foundation MFC with: dc4a2d1d0e838579f21d9d1fef8655f90
Reenable basic_signal:trap_signal_test on i386
This is fixed in dc4a2d1d0e838579f21d9d1fef8655f902f06ab2
PR: 265889 Sponsored by: The FreeBSD Foundation MFC with: dc4a2d1d0e838579f21d9d1fef8655f902f06ab2
show more ...
|
#
beeeb40b |
| 17-Aug-2022 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
basic_signal test: really skip trap_signal_test on i386
PR: 265889 Fixes: c04721e35ff0e8220c88d5b10f068dba18629f7e Sponsored by: The FreeBSD Foundation
|
#
c04721e3 |
| 17-Aug-2022 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
basic_signal test: temporarily skip trap_signal_test on i386
This case crashes a bhyve VM.
PR: 265889 Sponsored by: The FreeBSD Foundation
|
Revision tags: release/13.1.0 |
|
#
31cf95ce |
| 26-Jan-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Stop single stepping in signal handers on arm64
We should clear the single step flag when entering a signal hander and set it when returning. This fixes the ptrace__PT_STEP_with_signal test.
While
Stop single stepping in signal handers on arm64
We should clear the single step flag when entering a signal hander and set it when returning. This fixes the ptrace__PT_STEP_with_signal test.
While here add support for userspace to set the single step bit as on x86. This can be used by userspace for self tracing.
Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34170
show more ...
|
Revision tags: release/12.3.0 |
|
#
09f1ead2 |
| 24-Nov-2021 |
Warner Losh <imp@FreeBSD.org> |
Fix copyright to be like all my others in the tree
|
#
afc5ab87 |
| 23-Nov-2021 |
Warner Losh <imp@FreeBSD.org> |
Basic signal tests: Can we deliver a signal?
Basic signal tests that tests can we deliver a signal via raise() and can we deliver one via SIGALARM asynchronously.
In addition, tests whether or not
Basic signal tests: Can we deliver a signal?
Basic signal tests that tests can we deliver a signal via raise() and can we deliver one via SIGALARM asynchronously.
In addition, tests whether or not on ARM T32 (Thumb) code can interrupt A32 (normal) and vice versa.
While this test is aimed at ensuring basic qemu signals are working, it's good to have in the base.
Sponsored by: Netflix Discussed with: kevans, cognet Differential Revision: https://reviews.freebsd.org/D33078
show more ...
|