dtrace tests: Rename some test type names to avoid a conflictMFC after: 1 weekSponsored by: The FreeBSD Foundation
DTrace: re-merge remainder of r249367 (original from Illumos).Bring back some important fixes from Illumos:3022 DTrace: keys should not affect the sort order when sorting by value3023 it should
DTrace: re-merge remainder of r249367 (original from Illumos).Bring back some important fixes from Illumos:3022 DTrace: keys should not affect the sort order when sorting by value3023 it should be possible to dereference dynamic variables3024 D integer narrowing needs some workWe particularly avoid the LD_NOLAZYLOAD changes that Illumos madeas those don't apply to FreeBSD and were causing problems ininteractive mode.Illumos Revision: 13758:23432da34147Reference:https://www.illumos.org/issues/3022https://www.illumos.org/issues/3023https://www.illumos.org/issues/3024MFC after: 1 monthTested by: markj
show more ...
DTrace: Revert r249367The following change from illumos brought caused DTrace topause in an interactive environment:3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid providerThis was n
DTrace: Revert r249367The following change from illumos brought caused DTrace topause in an interactive environment:3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid providerThis was not detected during testing because it doesn'taffect scripts.We shouldn't be changing the environment, especially since theLD_NOLAZYLOAD option doesn't apply to our (GNU) ld.Unfortunately the change from upstream was made in such a waythat it is very difficult to separate this change from theothers so, at least for now, it's better to just reverteverything.Reference:https://www.illumos.org/issues/3026Reported by: Navdeep Parhar and Mark Johnston
DTrace: option for time-ordered outputMerge changes from illumos:3021 option for time-ordered output from dtrace(1M)3022 DTrace: keys should not affect the sort order when sorting by value3023
DTrace: option for time-ordered outputMerge changes from illumos:3021 option for time-ordered output from dtrace(1M)3022 DTrace: keys should not affect the sort order when sorting by value3023 it should be possible to dereference dynamic variables3024 D integer narrowing needs some work3025 register leak in D code generation3026 libdtrace should set LD_NOLAZYLOAD=1 to help the pid providerThis brings yet another feature implemented in upstream DTrace.A complete description is available here:http://dtrace.org/blogs/ahl/2012/07/28/my-new-dtrace-favorite/This change bumps the DT_VERS_* number to 1.9.1 inaccordance to what is done in illumos.This change was somewhat complicated because upstream is mixed manychanges in an individual commit and some of the tests don't reallyapply to us.There are also appear to be differences in timestamping with Solarisso we had to workaround some assertions making sure no regressionhappened.Special thanks to Fabian Keil for changes and testing.Illumos Revisions: 13758:23432da34147Reference:https://www.illumos.org/issues/3021https://www.illumos.org/issues/3022https://www.illumos.org/issues/3023https://www.illumos.org/issues/3024https://www.illumos.org/issues/3025https://www.illumos.org/issues/1694Tested by: Fabian KeilObtained from: IllumosMFC after: 1 months
This commit was generated by cvs2svn to compensate for changes in r178476,which included commits to RCS files with non-trunk default branches.