[DTrace-devel] [oracle/dtrace-utils] e6f583: headers: add missing <stdint.h>

euloh noreply at github.com
Mon Sep 11 19:12:03 UTC 2023


  Branch: refs/heads/dev
  Home:   https://github.com/oracle/dtrace-utils
  Commit: e6f583f99a0b65aa83f75bcd125cee2276a9adff
      https://github.com/oracle/dtrace-utils/commit/e6f583f99a0b65aa83f75bcd125cee2276a9adff
  Author: Nick Alcock <nick.alcock at oracle.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M include/dtrace/universal.h

  Log Message:
  -----------
  headers: add missing <stdint.h>

include/dtrace/universal.h uses uint32_t and other <stdint.h> integral
types, so should include <stdint.h>.

Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 49fcdd931437b493bdb066f242365b4cac29b2e3
      https://github.com/oracle/dtrace-utils/commit/49fcdd931437b493bdb066f242365b4cac29b2e3
  Author: Nick Alcock <nick.alcock at oracle.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M libdtrace/dt_subr.c

  Log Message:
  -----------
  subr: tiny header tweak

I hunted down inclusions of <libgen.h> that weren't needed. Most were in
code I was touching anyway, but this one was independent.

Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 4f45d3776e90f3046e4b5188b523ed624d583ccc
      https://github.com/oracle/dtrace-utils/commit/4f45d3776e90f3046e4b5188b523ed624d583ccc
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M dtrace.spec

  Log Message:
  -----------
  Add nfs-utils to dtrace.spec

This dependency was already needed, at least for the test suite for
io-mount-nfs.sh and tst.nfs.sh.

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


  Commit: 79719f660d122315c3b8f04e63988e93b1a32c4a
      https://github.com/oracle/dtrace-utils/commit/79719f660d122315c3b8f04e63988e93b1a32c4a
  Author: Eugene Loh <eugene.loh at oracle.com>
  Date:   2023-09-11 (Mon, 11 Sep 2023)

  Changed paths:
    M libdtrace/dt_dis.c
    A test/unittest/disasm/tst.ann-endian.r
    A test/unittest/disasm/tst.ann-endian.sh

  Log Message:
  -----------
  Fix disasm for endian operations

Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


Compare: https://github.com/oracle/dtrace-utils/compare/a1d695a68b1a...79719f660d12



More information about the DTrace-devel mailing list