aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* ctfconvert: Handle DW_AT_data_bit_offsetMark Johnston2024-01-091-1/+3
* libdtrace: Fix line number reporting in error messagesMark Johnston2024-01-071-0/+2
* Trim various $FreeBSD$John Baldwin2023-10-242-4/+0
* ctfconvert: Integer encoding types are unsignedMark Johnston2023-07-051-3/+3
* libdtrace: Do not set SHF_ALLOC on SUNW_dof relocation sectionsMark Johnston2023-04-111-2/+2
* libdtrace: fix indendation in dt_printd()Christos Margiolis2023-03-271-1/+1
* lockstat: Use gelf.h instead of playing games with the preprocessorMark Johnston2023-03-051-13/+8
* lockstat: Use the correct type for a symbol sizeMark Johnston2023-03-051-1/+1
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-271-2/+0
* ctfdump: Use getprogname()Zhenlei Huang2023-02-262-25/+1
* libdtrace: Change the binding of USDT probe symbols to STB_WEAKMark Johnston2022-12-191-0/+1
* dtrace: Add a "regs" variableMark Johnston2022-10-181-0/+2
* ctfconvert: Give bitfield types names distinct from the base typeMark Johnston2022-08-113-3/+19
* dtrace tests: Override RLIMIT_CORE for a test which triggers a core dumpMark Johnston2022-08-111-1/+1
* dtrace tests: Rename some test type names to avoid a conflictMark Johnston2022-08-111-6/+6
* lockstat: Fix construction of comparision predicatesKornel Dulęba2022-07-191-2/+2
* ctfdump: Remove definitions of warn() and vwarn()Mark Johnston2022-04-283-31/+2
* libctf: Fix recursive descent into anonymous SOU fieldsMark Johnston2022-04-141-2/+2
* ctf: Avoid passing a caddr_t to roundup2()Mark Johnston2022-04-071-1/+1
* ctf: Fix a -Wunused-but-set-variable warningMark Johnston2022-04-071-2/+0
* ctf: Add v3 support to CTF tools, ctf{convert,dump,merge}Mark Johnston2022-04-073-271/+472
* libctf: Handle CTFv3 containersMark Johnston2022-04-078-421/+895
* ctf: Add definitions for CTFv3Mark Johnston2022-04-071-94/+114
* ctf: Import ctf.h from OpenBSDMark Johnston2022-04-071-1/+1
* dtrace tests: Fix expected outout for tst.system.dLi-Wen Hsu2022-03-091-6/+6
* libctf: Use const ctf_file_t references in string lookup routinesMark Johnston2022-03-022-5/+5
* libctf: Remove checks for CTFv1Mark Johnston2022-03-022-13/+8
* libdtrace: Add a missing newline to an error messageMark Johnston2022-03-021-1/+1
* libctf: Rip out CTFv1 supportMark Johnston2022-02-211-35/+1
* libctf: Use ctf_type_t instead of struct ctf_typeMark Johnston2022-02-211-1/+1
* ctfconvert: Rip out STABS supportMark Johnston2022-02-216-1825/+0
* dt_unring_buf: set dtbd_oldest to the start of the first recordAndriy Gapon2022-02-081-1/+1
* ctfconvert: Handle arrays of empty structsMark Johnston2022-01-071-2/+10
* dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa2021-12-271-1/+1
* libctf: Improve check for duplicate SOU definitions in ctf_add_type()Mark Johnston2021-10-181-27/+73
* dtrace.1: Document a couple of preprocessor-related optionsMark Johnston2021-09-141-0/+11
* dtrace.1: Document -x ldpathMark Johnston2021-09-141-1/+9
* dtrace: fix an out of bound read and a NULL pointer incrementDomagoj Stolfa2021-06-242-2/+8
* dtrace tests: Fix tst.system.d after ping/ping6 unificationMark Johnston2021-04-301-3/+3
* dtrace: Document the libdir, nolibs and syslibdir optionsDomagoj Stolfa2021-04-091-1/+9
* libctf: Adjust logic to match upstream after 410556f1fMark Johnston2021-04-031-3/+3
* libctf: Fix an out-of-bounds read in ctf_lookup_by_name()Domagoj Stolfa2021-04-031-2/+3
* 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-201-1/+1
* dtrace tests: fix prototypes for gcc buildRyan Libby2021-01-114-6/+9
* libdtrace: Format USDT symbols correctly based on symbol bindingMark Johnston2021-01-101-4/+10
* dtrace: honor LC_NUMERIC for %'d and alike, and LC_TIME for %TAndriy Gapon2020-12-031-0/+9
* When copying types from one CTF container to another, ensure that weJonathan T. Looney2020-11-201-2/+2
* When copying types from one CTF container to another, ensure that weJonathan T. Looney2020-11-171-1/+22
* Address compiler warnings in C code used by the DTrace test suite.Mark Johnston2020-09-1933-112/+105