aboutsummaryrefslogtreecommitdiff
path: root/cddl
Commit message (Expand)AuthorAgeFilesLines
* zfsd: fault disks that generate too many I/O delay eventsAlan Somers2024-01-193-4/+88
* dtrace: fix constants used by the siftr probeMichael Tuexen2024-01-111-2/+2
* ctfconvert: Handle DW_AT_data_bit_offsetMark Johnston2024-01-091-1/+3
* libdtrace: Fix TCP data offset handling in the tcpinfo_t translatorMark Johnston2024-01-091-2/+2
* libdtrace: Fix line number reporting in error messagesMark Johnston2024-01-071-0/+2
* Trim various $FreeBSD$John Baldwin2023-10-243-5/+0
* Fix zfsd with the device_removal pool feature.Alan Somers2023-09-212-4/+38
* zfsd: listen for sysevent.fs.zfs instead of misc.fs.zfsAlan Somers2023-09-064-12/+12
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-236-12/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-23289-290/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-237-18/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2346-92/+0
* ctfconvert: Integer encoding types are unsignedMark Johnston2023-07-051-3/+3
* dtrace: add register bindings for RISC-VChristos Margiolis2023-05-072-0/+75
* dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis2023-05-071-1/+5
* 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
* dwatch: install hard links with same mode as targetEd Maste2023-03-231-0/+1
* libicp: Link with -z noexecstack for ld.bfd.John Baldwin2023-03-222-0/+4
* 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
* Delete obsolete Solaris compat header file stdlib.hZhenlei Huang2023-03-021-37/+0
* ctf: Remove unused function prototype for getpname()Zhenlei Huang2023-02-271-2/+0
* ctfdump: Use getprogname()Zhenlei Huang2023-02-262-25/+1
* pkgbase: Put zfs utilities and lib in their own packageEmmanuel Vadot2023-02-0222-14/+23
* libdtrace: Change the binding of USDT probe symbols to STB_WEAKMark Johnston2022-12-191-0/+1
* zfsd(8): Fix a typo in an error messageGordon Bergling2022-11-011-1/+1
* libdtrace: Fix some CPU register number definitions to match the kernelMark Johnston2022-10-191-3/+3
* dtrace: Add a "regs" variableMark Johnston2022-10-181-0/+2
* zfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release) into stable/13Martin Matuska2022-10-042-8/+0
* 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
* ctf: Link CTF toolchain man pages to ctf.5Mark Johnston2022-04-283-12/+16
* 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-072-2/+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