aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/lib/libdtrace/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add "jid" and "jailname" variables to DTrace.Mark Johnston2018-01-121-2/+6
* Fix an off-by-one in dt_opt_setenv().Mark Johnston2018-01-101-9/+10
* Complete support for dtrace's -x setenv option.Mark Johnston2017-12-033-19/+74
* Add an envp argument to proc_create().Mark Johnston2017-12-031-1/+1
* Fix the type signature for sx(9) DTrace subroutines.Mark Johnston2017-11-241-1/+1
* dt_modtext: return error on archs lacking an implementationEd Maste2017-11-211-4/+4
* Take r313504 into account when recomputing the string table length.Mark Johnston2017-11-161-2/+9
* libdtrace: replace "DOODAD" with more descriptive stringEd Maste2017-10-272-9/+18
* Avoid adding an extra "0x" prefix before pointer formats.Mark Johnston2017-10-062-2/+2
* Add a O_CLOEXEC use missed in r323166.Mark Johnston2017-09-121-1/+1