aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-11/+11
* dwatch: install hard links with same mode as targetEd Maste2022-11-231-0/+1
* libicp: Link with -z noexecstack for ld.bfd.John Baldwin2022-11-222-0/+4
* zfs: merge openzfs/zfs@2163cde45Martin Matuska2022-11-161-0/+1
* pkgbase: Put zfs utilities and lib in their own packageEmmanuel Vadot2022-10-2622-14/+23
* zfsd(8): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* libdtrace: Fix some CPU register number definitions to match the kernelMark Johnston2022-10-121-3/+3
* kinst: Add a rudimentary regression test caseMark Johnston2022-10-113-1/+67
* libdtrace: Add kinst supportChristos Margiolis2022-10-114-0/+34
* dtrace: Add a "regs" variableMark Johnston2022-10-041-0/+2
* libzpool: Disable -Wuse-after-free for dbuf.c.John Baldwin2022-10-031-0/+4
* zfs: merge openzfs/zfs@c629f0bf6Martin Matuska2022-09-212-2/+0
* In man page cross refs to sudo, indicate it comes from ports/security/sudo.Jens Schweikhardt2022-08-141-1/+1
* 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
* libnvpair: install libnvpair.hKristof Provost2022-07-211-0/+2
* zfs: merge openzfs/zfs@cb01da680Martin Matuska2022-07-071-0/+1
* cddl/*: add a WITH(OUT)_DTRACE optionBrooks Davis2022-07-066-66/+41
* lockstat: Fix construction of comparision predicatesKornel Dulęba2022-07-041-2/+2
* dtrace: Remove local mips supportBrooks Davis2022-07-013-84/+0
* libicp_rescue: Fix build for powerpc64leJessica Clarke2022-07-011-1/+1
* libicp: Fix build for powerpc64leJessica Clarke2022-07-011-1/+1
* zfs: merge openzfs/zfs@deb121309Martin Matuska2022-06-233-2/+58
* zfs: merge openzfs/zfs@b9d98453fMartin Matuska2022-06-031-1/+1
* zfs: merge openzfs/zfs@c0cf6ed67Martin Matuska2022-05-182-3/+2
* ctf: Link CTF toolchain man pages to ctf.5Mark Johnston2022-04-213-12/+16
* 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 test: skip flakey common.misc.t_dtrace_contrib.tst_dynopt_d in CILi-Wen Hsu2022-03-241-0/+3
* DTrace test: Add a new keyword SKIPCI to gentest.shLi-Wen Hsu2022-03-242-4/+8
* 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-084-14/+70
* 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-072-2/+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-107-1827/+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
* Disable clang 14 warning about bitwise operators in zstdDimitry Andric2022-02-081-0/+1