aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Fix effective GID shown by 'curpsinfo'Olivier Certner2025-09-171-1/+1
* tcp: cleanup of nits after use of accessor tcp_get_flagsRichard Scheffenegger2024-12-191-2/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* dtrace: allow NULL interface pointer for ifinfo_t translatorMichael Tuexen2024-02-161-2/+2
* dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa2024-01-101-1/+1
* libdtrace: Fix TCP data offset handling in the tcpinfo_t translatorMark Johnston2024-01-011-2/+2
* libdtrace: decode all tcp header flags and addRichard Scheffenegger2023-12-311-16/+19
* Fix typo in previous d282baddb0b02, breaking DTrace.Alexander Motin2023-11-171-1/+1
* Add interface NVME to devstatAlexander Motin2023-11-161-0/+3
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1618-36/+0
* dtrace: Add WITH_DTRACE_ASANDomagoj Stolfa2023-08-021-0/+10
* dtrace: do not overload libproc flagsEric van Gyzen2023-08-011-2/+0
* dtrace: Revert the addition of WITH_DTRACE_ASANMark Johnston2023-08-011-11/+0
* libdtrace: Explicitly set SHLIBDIR and SHLIB_MAJORMark Johnston2023-08-011-0/+4
* dtrace: Add WITH_DTRACE_ASANDomagoj Stolfa2023-07-271-0/+7
* dtrace: improve siftr probeMichael Tuexen2023-07-021-8/+19
* dtrace: third update to the siftr probeMichael Tuexen2023-07-011-2/+0
* dtrace: another update of the siftr probeMichael Tuexen2023-07-011-4/+4
* dtrace: update siftr probeMichael Tuexen2023-07-011-6/+6
* dtrace: fix constants used by the siftr probeMichael Tuexen2023-06-301-2/+2
* dtrace: add register bindings for arm64Christos Margiolis2023-05-232-0/+75
* dtrace: implement dtrace_instr_size() for arm64Christos Margiolis2023-05-231-0/+4
* dtrace: add register bindings for RISC-VChristos Margiolis2023-04-202-0/+75
* dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis2023-04-201-1/+5
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+2
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-11/+11
* libdtrace: Fix some CPU register number definitions to match the kernelMark Johnston2022-10-121-3/+3
* libdtrace: Add kinst supportChristos Margiolis2022-10-111-0/+1
* dtrace: Remove local mips supportBrooks Davis2022-07-011-4/+0
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-1/+0
* pkgbase: Put dtrace in its own packageEmmanuel Vadot2021-06-191-0/+1
* libdtrace: Stop relying on lex compatibilityMark Johnston2021-02-171-2/+0
* Install dtrace.h and dependenciesAlex Richardson2021-01-071-0/+7
* Remove -I flag for include path that doesn't existAlex Richardson2020-09-101-1/+0
* Correct the D definition for EINTEGRITY.Mark Johnston2020-09-011-1/+1
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-251-0/+10
* - Cleanups related to sparc64 removal.Yoshihiro Takahashi2020-07-281-3/+0
* sack_newdata and snd_recover hold the same value. Therefore, use onlyMichael Tuexen2020-02-131-1/+1
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-1/+4
* Add support for send, receive and state-change DTrace providers forMichael Tuexen2018-08-222-0/+172
* Add a dtrace provider for UDP-Lite.Michael Tuexen2018-07-313-0/+81
* Add support for TCP state names used by Solaris.Michael Tuexen2018-07-141-0/+26
* The IP, TCP, and UDP provider report IP addresses as strings.Michael Tuexen2018-06-183-8/+8
* Unbreak dtrace runtime for udp after svn r334719 SO_REUSEPORT commit.Sean Bruno2018-06-071-4/+4
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-4/+4
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-241-4/+4
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-231-4/+4
* Consistent casing for fallback SIGCHLD (s/Unknown/unknown/)Devin Teske2018-02-261-1/+1
* Updates and enhancements to signal.d to aid DTrace scriptingDevin Teske2018-02-251-0/+52