aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace
Commit message (Expand)AuthorAgeFilesLines
* libdtrace: Use designators to initialize the opcode arrayMark Johnston2025-01-291-80/+80
* libdtrace: Generalize handling of data models a bitMark Johnston2025-01-252-1/+8
* libdtrace: Use C99 designated initializers for dt_idops_tMark Johnston2025-01-221-24/+24
* libdtrace: Be less strict when comparing pointer typesMark Johnston2025-01-011-0/+23
* libdtrace: Compute the relocation offset for all non-ET_REL objectsMark Johnston2024-07-101-11/+13
* libdtrace: Use designated initializers for modules ops tablesMark Johnston2024-07-101-8/+8
* libdtrace: Work around a warning from flexMark Johnston2024-06-011-1/+1
* dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa2024-01-1011-156/+1612
* libdtrace: Fix line number reporting in error messagesMark Johnston2023-12-311-0/+2
* dtrace: remove dead code for PR_REQUESTEDEric van Gyzen2023-08-011-95/+0
* dtrace: do not overload libproc flagsEric van Gyzen2023-08-012-22/+20
* dtrace: remove illumos code from dt_proc.cEric van Gyzen2023-08-011-148/+2
* dtrace: prevent forked child from running after an error conditionEric van Gyzen2023-07-121-3/+13
* dtrace(1): add -d flag to dump D script post-dt_sugarChristos Margiolis2023-05-232-6/+13
* libdtrace: get rid of illumos ifdefs in dt_module_update(), fix dm_file and d...Christos Margiolis2023-05-231-27/+3
* libdtrace: Do not set SHF_ALLOC on SUNW_dof relocation sectionsMark Johnston2023-04-041-2/+2
* libdtrace: fix indendation in dt_printd()Christos Margiolis2023-03-201-1/+1
* libdtrace: add riscv supportMitchell Horne2023-02-061-7/+103
* libdtrace: drop remaining mips supportMitchell Horne2023-02-062-28/+2
* dtrace: remove stray {Kristof Provost2023-01-241-1/+1
* dtrace: conditionally load the systrace_linux klds when loading dtrace.Andrew Gallatin2023-01-241-0/+9
* libdtrace: Change the binding of USDT probe symbols to STB_WEAKMark Johnston2022-12-111-0/+1
* libdtrace: Add kinst supportChristos Margiolis2022-10-113-0/+33
* dtrace: Add a "regs" variableMark Johnston2022-10-041-0/+2
* dtrace: Remove local mips supportBrooks Davis2022-07-011-75/+0
* libdtrace: Add a missing newline to an error messageMark Johnston2022-02-231-1/+1
* dtrace: remove unnecessary fflush()Chuck Silvers2022-02-101-1/+0
* dt_unring_buf: set dtbd_oldest to the start of the first recordAndriy Gapon2022-01-111-1/+1
* dtrace: fix an out of bound read and a NULL pointer incrementDomagoj Stolfa2021-06-172-2/+8
* libdtrace: Trivial style fixes to force dt_lex.c to be regeneratedMark Johnston2021-02-201-9/+10
* libdtrace: Stop relying on lex compatibilityMark Johnston2021-02-171-1/+1
* libdtrace: Format USDT symbols correctly based on symbol bindingMark Johnston2021-01-101-4/+10
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-254-3/+11
* Fix a typo in r364438 affecting 32-bit platforms.Mark Johnston2020-08-221-4/+4
* Fix a typo in r364438.Mark Johnston2020-08-201-1/+1
* Enable creation of static userspace probes in incremental builds.Mark Johnston2020-08-203-65/+89
* Remove non-FreeBSD ifdefs from dt_link.c.Mark Johnston2020-08-201-250/+19
* Fix libdtrace build with zsh as /bin/shAlex Richardson2020-08-114-54/+46
* Fix -DBUILD_WITH_STRICT_TMPPATH dtrace buildsAlex Richardson2020-08-114-0/+4
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-1/+7
* Do not load dtraceall.ko if dtrace.ko is already loaded.Mark Johnston2020-02-281-1/+1
* [PowerPC] [DTrace] Add ELFv2 support in libdtraceBrandon Bergren2020-02-051-4/+10
* Use a deterministic hash for USDT symbol names.Mark Johnston2020-01-071-5/+22
* Add libdtrace support for arm64 USDT probes.Mark Johnston2019-12-291-8/+70
* dtrace: avoid gcc9 Walloca-larger-thanRyan Libby2019-12-211-21/+47
* MFV r344364:Mark Johnston2019-02-201-4/+3
* Disable the D subroutines msgsize() and msgdsize().Mark Johnston2018-08-101-1/+1
* Given hidden visibility to symbols referenced by the DOF section.Mark Johnston2018-03-191-2/+3
* libdtrace: Fix another uninitialized dtt_flags UBConrad Meyer2018-03-161-3/+5
* libdtrace: Eliminate a minor UB by fully initializing parameter structConrad Meyer2018-03-161-3/+4