aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Improve a verifier error messageDomagoj Stolfa2023-01-241-10/+10
* dtrace: correct the aframes value for fbt providerMitchell Horne2023-01-121-2/+3
* dtrace: correct profile aframes value for riscvMitchell Horne2023-01-121-2/+1
* dtrace: dtrace_getpcstack() tweaks for riscvMitchell Horne2023-01-122-13/+21
* dtrace: kill mips definitions in profile providerMitchell Horne2023-01-121-12/+0
* dtrace: remove unused definesMitchell Horne2023-01-123-20/+0
* kinst: Add per-CPU interrupt trampolinesMark Johnston2022-12-083-5/+78
* kinst: Make the provider ops table constMark Johnston2022-12-081-1/+1
* kinst: Correct a commentMark Johnston2022-12-081-1/+1
* powerpc/dtrace: Guard fuword64 usage for powerpc64 onlyJustin Hibbits2022-11-211-0/+4
* dtrace: avoid kinst warn when not usedMateusz Guzik2022-11-151-2/+7
* dtrace: Fix the i386 FBT buildMark Johnston2022-11-011-0/+8
* dtrace: Fix up %rip for invop probes on x86Mark Johnston2022-10-312-1/+15
* dtrace: Make pid provider work on trivial testsJustin Hibbits2022-10-301-0/+4
* kinst: Clarify a comment in the trampoline allocatorMark Johnston2022-10-141-4/+5
* kinst: Remove an unused constantMark Johnston2022-10-141-5/+0
* dtrace: Drop illumos ifdefs for CPU register definitionsMark Johnston2022-10-122-60/+0
* kinst: Initial revisionChristos Margiolis2022-10-116-0/+1204
* dtrace: Add a "regs" variableMark Johnston2022-10-048-55/+63
* opensolaris: Delete unused sourcesMark Johnston2022-09-292-81/+0
* Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* dtrace/amd64: Implement emulation of call instructionsMark Johnston2022-08-093-7/+59
* fbt/x86: Extract arg1 for return probes from the trapframeMark Johnston2022-08-091-2/+4
* stand/libsa: zfs use standard ZFS_EARLY stuffWarner Losh2022-07-241-0/+2
* zfs: Increase compatibility for different environmentsWarner Losh2022-07-241-0/+2
* Adjust fbt_unload() definition to avoid clang 15 warningDimitry Andric2022-07-211-1/+1
* Adjust prototype_unload() definition to avoid clang 15 warningDimitry Andric2022-07-201-1/+1
* Adjust dtrace_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust dtrace_getf_barrier() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust profile_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust dtmalloc_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* stand: Add blake3 support to boot loaderWarner Losh2022-07-093-1/+104
* loader: add support for gzip compressionToomas Soome2022-06-093-9/+107
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-2/+2
* dtrace: add warning for /dev/dtrace/prototypeChristos Margiolis2022-06-011-1/+4
* dtrace: remove /dev/dtrace/fbtChristos Margiolis2022-06-011-20/+0
* dtrace: remove /dev/dtrace/profileChristos Margiolis2022-06-011-21/+0
* dtrace: remove /dev/dtrace/dtmallocChristos Margiolis2022-06-011-20/+0
* boot/zfs: Extend zfsimpl.h and make it easier to useMark Johnston2022-05-211-18/+213
* libsa: Make the nvlist implementation more self-containedMark Johnston2022-05-201-34/+0
* stand/zfs: Fix const-qual warningsMark Johnston2022-05-041-4/+4
* zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska2022-03-081-2/+2
* fbt: Add support for CTFv3 containersMark Johnston2022-03-071-78/+231
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-360/+0
* fasttrap: Avoid creating WX mappingsMark Johnston2022-03-012-3/+4
* fasttrap: Assert that fasttrap_fork() successfully unmaps scratch spaceMark Johnston2022-03-011-2/+3
* fbt: Remove handling for CTFv1Mark Johnston2022-02-231-2/+1
* fd: rename fget*_locked to fget*_norefMateusz Guzik2022-02-221-1/+4