aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Teach DTrace about BTI on arm64Andrew Turner2022-01-192-0/+11
* dtrace: add a knob to control maximum size of principal buffersAndriy Gapon2022-01-112-1/+7
* Remove mips dtrace.Warner Losh2022-01-076-1503/+0
* dtrace: Use C99 fixed-width integer types.John Baldwin2021-12-281-12/+12
* dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa2021-12-171-0/+4
* stand/zfs: Mark pcount as unusedWarner Losh2021-12-161-1/+2
* Fix dtrace fbt return probes on arm64Andrew Turner2021-12-142-6/+12
* Allow ddb and dtrace use the DMAP region on arm64Andrew Turner2021-10-011-1/+5
* kern: drop remaining references to removed makesyscalls.shKyle Evans2021-09-101-2/+2
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-307-7/+1
* sys/cddl: remove extraneous semicolonsEd Maste2021-08-162-3/+3