-
Tue Feb 12 2019 - <nick.alcock@oracle.com> - 1.2.1-1
- Fix bug causing DTrace to fail to terminate if a subprocess grabbed with -c
dies when the pid or usdt providers, ustack() or similar actions are in use
[Orabug: 29195206]
- Fix compilation failure with glibc 2.28+ due to makedev() [Orabug: 29196221]
- Fix testsuite to work with GNU Awk 4.2+'s new plugin system (Eugene Loh)
[Orabug: 29056323]
-
Thu Dec 13 2018 - <nick.alcock@oracle.com> - 1.2.0-1
- Add pcap(skb, proto) action to support libpcap-based packet capture, with
formatted output when tshark is installed (Alan Maguire, Nick Alcock)
[Orabug: 28953618]
- Fix memory leaks [Orabug: 29036502] [Orabug: 28990529]
- Translator changes for kernel 4.19 and 4.20-pre compatibility
- Improve resilience of signal.d generation in later glibc releases
(Eugene Loh) [Orabug: 28951289]
- Testsuite: handle systems on which ping6 is in /usr/bin (Eugene Loh)
[Orabug: 28958357]
- Testsuite: allow for increased SDT arg count (Kris Van Hees)
[Orabug: 28217266]
-
Thu Oct 25 2018 - <nick.alcock@oracle.com> - 1.1.1-1
- Skip unstable tests, as this is a release branch
- Boost timeouts on a few tests for VMs on which fork() is slow
- Mark a few more tests unstable
- Do not run noresolve tests on UEK4 (Vincent Lim)
-
Fri Aug 10 2018 - <nick.alcock@oracle.com> - 1.1.0-1
- Add more DTRACE_PROBE definitions to sdt.h, for SystemTap
compatibility, and test them (Tomas Jedlicka) [Orabug: 27721525]
- New ctfpath option, allowing explicit specification of ctf archives
to use for the running kernel (Tomas Jedlicka) [Orabug: 28178265]
- Fix memory leaks and minor uninitialized-data bugs [Orabug: 28247636]
- Add test for SDT argument retrieval from stack, in UEK4QU7
(Kris Van Hees) [Orabug: 25949088]
- Remove preallocation from the buffering testsuite (Tomas Jedlicka)
[Orabug: 27998779]
- Include the smoketests in make check [Orabug: 28128338]
- Improve testsuite temporary file creation (Eugene Loh)
[Orabug: 28142056]
- Clean up compiler warnings (Eugene Loh) [Orabug: 27934422, 27998779]
-
Fri Aug 10 2018 - <nick.alcock@oracle.com> - 1.0.4-1
- Properly handle breakpoints tripped while DTrace is exiting
[Orabug: 28473826]
- Do not crash on self-grabs and on races with dtrace termination
[Orabug: 28361373]
- Test fixes (boost timeouts, kernel 4.17 compatibility,
unskip a forgotten test).
-
Tue Jul 24 2018 - <nick.alcock@oracle.com> - 1.0.3-1
- Fix disassembler coredump (Tomas Jedlicka) [Orabug: 28054399]
- Fix process-termination-related crash and deadlock bugs
(Nick Alcock, Tomas Jedlicka) [Orabug: 27961105, 28133496]
- Fix deadlock on creation of new threads in -c/-p processes
[Orabug: 28210986]
- Speed up aggmod tests (Eugene Loh, Tomas Jedlicka)
[Orabug: 28007146, 28119700]
-
Thu May 10 2018 - <nick.alcock@oracle.com> - 1.0.2-1
- Testsuite fixes [Orabug: 27995907]
-
Fri Apr 27 2018 - <nick.alcock@oracle.com> - 1.0.1-1
- ARM64 USDT and pid probe support (Kris Van Hees) [Orabug: 27847969]
- Fix -c option on ARM64 (Kris Van Hees) [Orabug: 27847946]
- Disable pid provider tests on UEK4.
- Testsuite fixes [Orabug: 27921244, 27919918]
-
Thu Mar 29 2018 - <tomas.jedlicka@oracle.com> - 1.0.0-10
- Enabled tst.default.d in smoketests.
-
Tue Mar 27 2018 - <tomas.jedlicka@oracle.com> - 1.0.0-9
- Updated translators to match new kernel redesign of per-task and
per-process data. [Orabug: 27731759]
- Enhanced build system to support multiple kernels [Orabug: 27731756]
- Added pid provider support (Kris Van Hees) [Orabug: 27609459]
- Adjusted the interpretation of /proc/kallmodsyms for aarch64
(Eugene Loh) [Orabug: 27214992]