summaryrefslogtreecommitdiff
path: root/sys/cddl/contrib
AgeCommit message (Expand)Author
9 dayscddl: remove sparc and mips codeMinsoo Choo
13 daysmips: remove mips leftoversMinsoo Choo
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2025-09-18dtrace: Deduplicate dtrace_sync() and dtrace_xcall() implementationsMark Johnston
2025-09-10dtrace: Use a size_t to represent a buffer size in the printm actionMark Johnston
2025-05-28dtrace: Add compiler barriers around updates to per-CPU flagsMark Johnston
2025-02-24dtrace: fix signature mismatch for taskqueue callbacksSHENGYI HONG
2025-01-25dtrace: Remove the noinline qualifier from dtrace_getarg()Mark Johnston
2025-01-23dtrace: Use size_t instead of uintptr_t to represent buffer offsetsMark Johnston
2025-01-22dtrace: Fix the definition of pc_tMark Johnston
2024-11-23dtrace: Remove an unused typedefMark Johnston
2024-11-22dtrace: Avoid excessive pcpu allocationsMark Johnston
2024-09-19dtrace/amd64: Remove the dtrace_invop_callsite symbolMark Johnston
2024-07-29vm: Remove kernel stack swapping support, part 3Mark Johnston
2024-07-24dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston
2024-04-21Revert "dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag"Andriy Gapon
2024-01-28dtrace: make 'ring' and 'fill' policies imply 'noswitch' flagAndriy Gapon
2023-09-06dtrace: Fix a kernel panic in printm()Domagoj Stolfa
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-06inline_fls: remove redundant INLINE_FLS testDoug Moore
2023-06-03dtrace: deduplicate arm64 breakpoint definitionChristos Margiolis
2023-05-30dtrace: deduplicate some RISC-V functionsChristos Margiolis
2023-05-23dtrace: remove ifdef around dtrace_instr_size()Christos Margiolis
2023-05-22dtrace: export dtrace_dis_get_byte()Christos Margiolis
2023-04-20dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis
2023-04-20dtrace: get rid of uchar_t typesChristos Margiolis
2023-01-24dtrace: Improve a verifier error messageDomagoj Stolfa
2022-11-20powerpc/dtrace: Guard fuword64 usage for powerpc64 onlyJustin Hibbits
2022-10-30dtrace: Make pid provider work on trivial testsJustin Hibbits
2022-10-04dtrace: Add a "regs" variableMark Johnston
2022-08-09dtrace/amd64: Implement emulation of call instructionsMark Johnston
2022-07-19Adjust dtrace_getf_barrier() definition to avoid clang 15 warningDimitry Andric
2022-06-02Use KERNEL_PANICKED() in more placesMitchell Horne
2022-03-08zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska
2022-03-07ctf: Import ctf.h from OpenBSDMark Johnston
2022-03-01fasttrap: Avoid creating WX mappingsMark Johnston
2022-03-01fasttrap: Assert that fasttrap_fork() successfully unmaps scratch spaceMark Johnston
2022-02-22fd: rename fget*_locked to fget*_norefMateusz Guzik
2022-01-19Teach DTrace about BTI on arm64Andrew Turner
2022-01-11dtrace: add a knob to control maximum size of principal buffersAndriy Gapon
2021-12-17dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa
2021-08-30Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner
2021-08-16sys/cddl: remove extraneous semicolonsEd Maste
2021-08-09dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov
2021-03-22Teach DTrace that unaligned accesses are OK on aarch64, not just x86.Robert Watson
2021-03-03Handle functions that use a nop in the arm64 fbtAndrew Turner
2021-01-12Handle using a sub instruction in the arm64 fbtAndrew Turner
2021-01-12Only allow a store through sp in the arm64 fbtAndrew Turner
2021-01-08dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery
2021-01-07Install dtrace.h and dependenciesAlex Richardson