aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* zpool(8): Fix a few typos regarding 'inverval' -> 'interval'Gordon Bergling2020-07-201-3/+3
* zpool-features(7): Note that the boot loader has support for large_blocksAllan Jude2020-07-151-4/+3
* Fix a Wvoid-pointer-to-enum-cast warning missed in r359978.Brooks Davis2020-07-061-1/+1
* MFOpenZFS: Add basic zfs ioc input nvpair validationToomas Soome2020-06-234-13/+99
* ZFS: Allow setting checksum=skein on boot poolsAllan Jude2020-06-192-3/+6
* Add HISTORY sections to ZFS and dtrace manpageGordon Bergling2020-06-146-5/+35
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-1/+7
* zfs allow/unallow should work with numeric uid/gidAndriy Gapon2020-05-121-5/+13
* Revert r360445Bryan Drewery2020-04-282-8/+10
* ctfmerge: Assert that there is enough room for types.Bryan Drewery2020-04-282-10/+8
* zfs-program.8: fix orphan .XrAlan Somers2020-04-181-2/+2
* zfs: Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-04-114-11/+24