Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
New features:
- - The DTrace core and provider API now support a meta-provider, a framework
+ - The DTrace core and provider API now support meta-providers, a framework
that provides multiple providers using a common implementation.
- The Statically Defined Tracing (SDT) meta-provider has been implemented.
- Dynamic memory allocations from DIF code can now fail. Such failures are
handled appropriately by the callers.
- - The implementation of the division an modulo operations for signed 64-bit
+ - The implementation of the division and modulo operations for signed 64-bit
values have been corrected. This fixes various problems observed with
aggregations.