summaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace
AgeCommit message (Expand)Author
12 daysdtrace: Add definitiosn for the cam dtrace providerWarner Losh
2025-11-24Use ZFSTOP more broadlyJohn Baldwin
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2025-11-05libdtrace: Update io.d to chase changes to struct bio layoutMark Johnston
2025-09-17dtrace: Fix effective GID shown by 'curpsinfo'Olivier Certner
2024-12-19tcp: cleanup of nits after use of accessor tcp_get_flagsRichard Scheffenegger
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-02-16dtrace: allow NULL interface pointer for ifinfo_t translatorMichael Tuexen
2024-01-10dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa
2024-01-01libdtrace: Fix TCP data offset handling in the tcpinfo_t translatorMark Johnston
2023-12-31libdtrace: decode all tcp header flags and addRichard Scheffenegger
2023-11-17Fix typo in previous d282baddb0b02, breaking DTrace.Alexander Motin
2023-11-15Add interface NVME to devstatAlexander Motin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-02dtrace: Add WITH_DTRACE_ASANDomagoj Stolfa
2023-08-01dtrace: do not overload libproc flagsEric van Gyzen
2023-08-01dtrace: Revert the addition of WITH_DTRACE_ASANMark Johnston
2023-08-01libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJORMark Johnston
2023-07-27dtrace: Add WITH_DTRACE_ASANDomagoj Stolfa
2023-07-02dtrace: improve siftr probeMichael Tuexen
2023-07-01dtrace: third update to the siftr probeMichael Tuexen
2023-07-01dtrace: another update of the siftr probeMichael Tuexen
2023-07-01dtrace: update siftr probeMichael Tuexen
2023-06-30dtrace: fix constants used by the siftr probeMichael Tuexen
2023-05-23dtrace: add register bindings for arm64Christos Margiolis
2023-05-23dtrace: implement dtrace_instr_size() for arm64Christos Margiolis
2023-04-20dtrace: add register bindings for RISC-VChristos Margiolis
2023-04-20dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-12-07tcp: embed inpcb into tcpcbGleb Smirnoff
2022-10-12libdtrace: Fix some CPU register number definitions to match the kernelMark Johnston
2022-10-11libdtrace: Add kinst supportChristos Margiolis
2022-07-01dtrace: Remove local mips supportBrooks Davis
2022-03-07ctf: Import ctf.h from OpenBSDMark Johnston
2021-06-19pkgbase: Put dtrace in its own packageEmmanuel Vadot
2021-02-17libdtrace: Stop relying on lex compatibilityMark Johnston
2021-01-07Install dtrace.h and dependenciesAlex Richardson
2020-09-10Remove -I flag for include path that doesn't existAlex Richardson
2020-09-01Correct the D definition for EINTEGRITY.Mark Johnston
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-07-28- Cleanups related to sparc64 removal.Yoshihiro Takahashi
2020-02-13sack_newdata and snd_recover hold the same value. Therefore, use onlyMichael Tuexen
2019-01-17Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick
2018-08-22Add support for send, receive and state-change DTrace providers forMichael Tuexen
2018-07-31Add a dtrace provider for UDP-Lite.Michael Tuexen
2018-07-14Add support for TCP state names used by Solaris.Michael Tuexen
2018-06-18The IP, TCP, and UDP provider report IP addresses as strings.Michael Tuexen
2018-06-07Unbreak dtrace runtime for udp after svn r334719 SO_REUSEPORT commit.Sean Bruno
2018-06-06Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno