Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
0088bc44 |
| 24-Mar-2022 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
DTrace test: skip flakey common.misc.t_dtrace_contrib.tst_dynopt_d in CI
PR: 237641 Sponsored by: The FreeBSD Foundation
|
#
e62aee66 |
| 24-Mar-2022 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
DTrace test: Add a new keyword SKIPCI to gentest.sh
This is for marking a test case is flakey and should not be executed in the CI environment.
Reviewed by: markj Sponsored by: The FreeBSD Foundati
DTrace test: Add a new keyword SKIPCI to gentest.sh
This is for marking a test case is flakey and should not be executed in the CI environment.
Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34635
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
e2515283 |
| 27-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
#
d2d16e56 |
| 20-Aug-2020 |
Mark Johnston <markj@FreeBSD.org> |
Enable creation of static userspace probes in incremental builds.
To define USDT probes, dtrace -G makes use of relocations for undefined symbols: the target address is overwritten with NOPs and the
Enable creation of static userspace probes in incremental builds.
To define USDT probes, dtrace -G makes use of relocations for undefined symbols: the target address is overwritten with NOPs and the location is recorded in the DOF section of the output object file. To avoid link errors, the original relocation is destroyed. However, this means that the same input object file cannot be processed multiple times, as happens during incremental rebuilds. Instead, only set the relocation type to NONE, so that all information required to reconstruct USDT probes is preserved.
Reported by: bdrewery MFC after: 3 weeks Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/11.4.0 |
|
#
b155807e |
| 29-Apr-2020 |
Bryan Drewery <bdrewery@FreeBSD.org> |
dtrace tests: Support globbing for excludes
Downstream this makes skipping tests like common/ip/tst.*sctp*.ksh simpler.
Reviewed by: vangyzen, cem, markj Sponsored by: Dell EMC Differential Revisio
dtrace tests: Support globbing for excludes
Downstream this makes skipping tests like common/ip/tst.*sctp*.ksh simpler.
Reviewed by: vangyzen, cem, markj Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D24608
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
1e88cc8b |
| 22-Aug-2018 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add support for send, receive and state-change DTrace providers for SCTP. They are based on what is specified in the Solaris DTrace manual for Solaris 11.4.
Reviewed by: 0mp, dteske, markj Relnotes
Add support for send, receive and state-change DTrace providers for SCTP. They are based on what is specified in the Solaris DTrace manual for Solaris 11.4.
Reviewed by: 0mp, dteske, markj Relnotes: yes Differential Revision: https://reviews.freebsd.org/D16839
show more ...
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
bbd7a929 |
| 04-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r336870 through r337285, and resolve conflicts.
|
#
7bda9663 |
| 01-Aug-2018 |
Michael Tuexen <tuexen@FreeBSD.org> |
Add a dtrace provider for UDP-Lite.
The dtrace provider for UDP-Lite is modeled after the UDP provider. This fixes the bug that UDP-Lite packets were triggering the UDP provider. Thanks to dteske@ f
Add a dtrace provider for UDP-Lite.
The dtrace provider for UDP-Lite is modeled after the UDP provider. This fixes the bug that UDP-Lite packets were triggering the UDP provider. Thanks to dteske@ for providing the dwatch module.
Reviewed by: dteske@, markj@, rrs@ Relnotes: yes Differential Revision: https://reviews.freebsd.org/D16377
show more ...
|
#
53e09111 |
| 22-Jul-2018 |
Michael Tuexen <tuexen@FreeBSD.org> |
Improve TCP related tests for dtrace.
Ensure that the TCP connections are terminated gracefully as expected by the test. Use appropriate numbers for sent/received packets. In addition, enable tst.lo
Improve TCP related tests for dtrace.
Ensure that the TCP connections are terminated gracefully as expected by the test. Use appropriate numbers for sent/received packets. In addition, enable tst.localtcpstate.ksh, which should pass, but doesn't until https://reviews.freebsd.org/D16369 is committed.
Reviewed by: markj@ Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D16288
show more ...
|
#
dc9f20b3 |
| 15-Jul-2018 |
Michael Tuexen <tuexen@FreeBSD.org> |
Fix the UDP tests for dtrace.
The code imported from opensolaris was depending on ping supporting UDP for sending probes. Since this is not supported by ping on FreeBSD use a perl script instead. Th
Fix the UDP tests for dtrace.
The code imported from opensolaris was depending on ping supporting UDP for sending probes. Since this is not supported by ping on FreeBSD use a perl script instead. The remote test requires the usage of ksh93, so state that in the sheband. Enable the local test, but keep the remote test disabled, since it requires a remote machine on the LAN.
Reviewed by: markj@, gnn@ Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D16268
show more ...
|
Revision tags: release/11.2.0 |
|
#
d678ce4b |
| 14-Jan-2018 |
Mark Johnston <markj@FreeBSD.org> |
Remove tst.zonename.d from the list of expected failures.
X-MFC with: r327888
|
#
7c370190 |
| 15-Dec-2017 |
Mark Johnston <markj@FreeBSD.org> |
Mark uctf/err.user64mode.ksh as EXFAIL for now.
MFC after: 1 week
|
#
82725ba9 |
| 23-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r325999 through r326131.
|
#
483f7100 |
| 22-Nov-2017 |
Mark Johnston <markj@FreeBSD.org> |
Annotate pragma/err.invalidlibdep.ksh as EXFAIL.
The test creates a D library with a "depends_on library" pragma referencing a non-existent library, and expects compilation to fail. However, as far
Annotate pragma/err.invalidlibdep.ksh as EXFAIL.
The test creates a D library with a "depends_on library" pragma referencing a non-existent library, and expects compilation to fail. However, as far as I can tell, libdtrace is supposed simply abort compilation of the library in this case, and continue. This behaviour is desirable when adding libraries which depend on optional KLDs, for example.
MFC after: 1 week
show more ...
|
#
7c72b109 |
| 21-Nov-2017 |
Mark Johnston <markj@FreeBSD.org> |
Annotate usdt/tst.eliminate.ksh as EXFAIL.
It appears to depend on some behaviour specific to the Sun link editor.
MFC after: 1 week
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
ea1e967c |
| 19-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r318380 through r318559.
|
#
9ebaf5f8 |
| 19-May-2017 |
Mark Johnston <markj@FreeBSD.org> |
Remove the EXFAIL annotation for tests which pass as of r309596.
Reported by: bdrewery Sponsored by: Dell EMC Isilon
|
#
3ffd3530 |
| 16-Dec-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r309817 through r310168.
|
#
90556839 |
| 14-Dec-2016 |
Mark Johnston <markj@FreeBSD.org> |
Skip a ustack test that triggers an assertion on INVARIANTS kernels.
Reported by: ngie Sponsored by: Dell EMC Isilon X-MFC-With: r309698
|
#
1bde3b70 |
| 09-Dec-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r309519 through r309757.
|
#
d78e7e3b |
| 08-Dec-2016 |
Mark Johnston <markj@FreeBSD.org> |
err.D_PROC_CREATEFAIL.many.d passes, so remove the EFAIL annotation.
MFC after: 1 week Sponsored by: Dell EMC Isilon
|
#
5763f796 |
| 21-Oct-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r307383 through r307735.
|