aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* ctfmerge: demote "No ctf sections found" to a warningEd Maste2024-02-141-8/+2
* ctfmerge: Remove function cast of strcompare() for qsort()Minsoo Choo2024-02-031-1/+1
* dtrace tests: Catch up with ping(8) output changesMark Johnston2024-01-101-1/+1
* dtrace tests: Stop hard-coding an incorrect path to sleep(1)Mark Johnston2024-01-104-4/+4
* dtrace tests: Run ksh with -pMark Johnston2024-01-1010-10/+10
* dtrace: Add the 'oformat' libdtrace optionDomagoj Stolfa2024-01-1039-165/+3744
* ctfconvert: Handle DW_AT_data_bit_offsetMark Johnston2024-01-021-1/+3
* libdtrace: Fix line number reporting in error messagesMark Johnston2023-12-311-0/+2
* Trim various $FreeBSD$John Baldwin2023-10-102-4/+0
* 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: move kinst tests to commonChristos Margiolis2023-07-041-0/+0
* ctfconvert: Integer encoding types are unsignedMark Johnston2023-06-281-3/+3
* kinst: fix memcpy() tracing crashChristos Margiolis2023-05-261-0/+1
* dtrace.1: fix mandoc -TlintChristos Margiolis2023-05-231-5/+5
* dtrace(1): add -d flag to dump D script post-dt_sugarChristos Margiolis2023-05-234-10/+28
* 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
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-261-2/+0
* lockstat: Use gelf.h instead of playing games with the preprocessorMark Johnston2023-02-251-13/+8
* lockstat: Use the correct type for a symbol sizeMark Johnston2023-02-251-1/+1
* ctfdump: Use getprogname()Zhenlei Huang2023-02-232-25/+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
* dtrace tests: Extend the kinst regression testMark Johnston2022-12-081-0/+1
* kinst: Add a rudimentary regression test caseMark Johnston2022-10-111-0/+46
* libdtrace: Add kinst supportChristos Margiolis2022-10-113-0/+33
* dtrace: Add a "regs" variableMark Johnston2022-10-041-0/+2
* ctfconvert: Actually use the asprintf() helperMark Johnston2022-08-031-1/+1
* ctfconvert: Give bitfield types names distinct from the base typeMark Johnston2022-08-033-3/+19
* dtrace tests: Rename some test type names to avoid a conflictMark Johnston2022-08-031-6/+6
* dtrace tests: Override RLIMIT_CORE for a test which triggers a core dumpMark Johnston2022-08-031-1/+1
* lockstat: Fix construction of comparision predicatesKornel Dulęba2022-07-041-2/+2
* dtrace: Remove local mips supportBrooks Davis2022-07-011-75/+0
* ctfdump: Remove definitions of warn() and vwarn()Mark Johnston2022-04-213-31/+2
* libctf: Fix recursive descent into anonymous SOU fieldsMark Johnston2022-04-121-2/+2
* dtrace tests: Fix expected outout for tst.system.dLi-Wen Hsu2022-03-091-6/+6
* zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska2022-03-081-2/+2
* ctf: Avoid passing a caddr_t to roundup2()Mark Johnston2022-03-071-1/+1
* ctf: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-2/+0
* ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}Mark Johnston2022-03-073-271/+472
* libctf: Handle CTFv3 containersMark Johnston2022-03-078-421/+895
* ctf: Add definitions for CTFv3Mark Johnston2022-03-071-94/+114
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-1/+1