aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* libctf: Use const ctf_file_t references in string lookup routinesMark Johnston2022-02-232-5/+5
* libdtrace: Add a missing newline to an error messageMark Johnston2022-02-231-1/+1
* libctf: Remove checks for CTFv1Mark Johnston2022-02-232-13/+8
* ctfconvert: Rip out STABS supportMark Johnston2022-02-106-1825/+0
* libctf: Rip out CTFv1 supportMark Johnston2022-02-101-35/+1
* libctf: Use ctf_type_t instead of struct ctf_typeMark Johnston2022-02-101-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
* ctfconvert: Handle arrays of empty structsMark Johnston2021-12-311-2/+10
* dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa2021-12-171-1/+1
* libctf: Improve check for duplicate SOU definitions in ctf_add_type()Mark Johnston2021-10-041-27/+73
* dtrace.1: Document a couple of preprocessor-related optionsMark Johnston2021-09-071-0/+11
* dtrace.1: Document -x ldpathMark Johnston2021-09-071-1/+9
* dtrace: fix an out of bound read and a NULL pointer incrementDomagoj Stolfa2021-06-172-2/+8
* dtrace tests: Fix tst.system.d after ping/ping6 unificationMark Johnston2021-04-231-3/+3
* dtrace: Document the libdir, nolibs and syslibdir optionsDomagoj Stolfa2021-04-021-1/+9
* libctf: Adjust logic to match upstream after 410556f1fMark Johnston2021-03-281-3/+3
* libctf: Fix an out-of-bounds read in ctf_lookup_by_name()Domagoj Stolfa2021-03-271-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-171-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
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-2573-75256/+18
* 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
* zfs: fix EIO accessing dataset after resuming interrupted receiveAlan Somers2020-08-201-1/+1
* 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
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-072-0/+11
* ctfmerge: Fix missing pthread_cond_init()Alex Richardson2020-08-061-0/+1
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-055-6/+68
* MFOpenZFS: Fix zpool history unbounded memory usageMark Johnston2020-07-233-26/+41