aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* dtrace/amd64: Remove the dtrace_invop_callsite symbolMark Johnston2024-10-042-4/+2
* dtrace tests: Add a test case which validates FBT probe argumentsMark Johnston2024-10-041-3/+25
* dtrace_test: Remove the dependency on dtraceallMark Johnston2024-10-041-1/+0
* dtrace/amd64: Fix probe argument fetchingMark Johnston2024-10-041-46/+31
* dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston2024-08-088-4/+12
* dtrace: Add a partial implementation of dtrace_getarg() on arm64Mark Johnston2024-07-141-5/+28
* dtrace: Remove LOCK_LEVELMark Johnston2024-07-021-2/+0
* boot/zfs: Sync the definition of dsl_dataset_phys with OpenZFSMark Johnston2024-06-091-1/+4
* Revert "dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag"Andriy Gapon2024-04-211-2/+3
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-03-091-1/+1
* dtrace: make 'ring' and 'fill' policies imply 'noswitch' flagAndriy Gapon2024-02-171-3/+2
* dtrace/profile: Set t_dtrace_trapframe for profile probesMark Johnston2024-01-151-1/+6
* boot/zfs: Add some fields to dsl_dir_phys_tMark Johnston2023-10-251-1/+14
* dtrace: remove x86 non-EARLY_AP_STARTUP supportEd Maste2023-10-132-56/+0
* dtrace: fix fbt regression for aarch64Igor Ostapenko2023-10-101-9/+8
* dtrace: Fix a kernel panic in printm()Domagoj Stolfa2023-09-271-1/+21
* sys: Remove $FreeBSD$: one-line catalogWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-168-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1693-186/+0
* kinst.h: make pointer to probe in kinst_cpu_state constChristos Margiolis2023-07-191-1/+1
* Revert "dtrace: cache current probe in kdtrace_thread_t"Christos Margiolis2023-07-191-2/+0
* kinst: port to arm64Christos Margiolis2023-07-192-0/+481
* kinst: use per-probe trampolines in riscvChristos Margiolis2023-07-191-71/+42
* kinst: start moving towards per-probe trampolinesChristos Margiolis2023-07-193-5/+61
* kinst: exclude cpu_switchChristos Margiolis2023-07-191-0/+7
* kinst: check for 'push %rbp' anywhere in the functionChristos Margiolis2023-07-191-6/+17
* kinst.h: reorder function declarations based on implementation fileChristos Margiolis2023-07-191-6/+9
* Don't bother to check COMPAT_32BIT when __LP64__ is definedJessica Clarke2023-07-091-2/+2
* inline_fls: remove redundant INLINE_FLS testDoug Moore2023-07-061-2/+2
* kinst: update LICENSE headersChristos Margiolis2023-07-045-8/+28
* kinst: port to riscvChristos Margiolis2023-07-042-0/+647
* dtrace: cache current probe in kdtrace_thread_tChristos Margiolis2023-07-041-0/+2
* dtrace/arm64: Fix user memory access routinesMark Johnston2023-06-151-7/+9
* dtrace/arm64: Store the fault address when suppressing a page faultMark Johnston2023-06-151-1/+1
* arm64: Remove struct arm64_frameMark Johnston2023-06-151-1/+1
* kinst: rename t_kinst to t_kinst_trampChristos Margiolis2023-06-133-10/+11
* kinst: hide KINST_TRAMPCHUNK_SIZE from ISA-specific headersChristos Margiolis2023-06-132-1/+1
* kinst: fix kinst_probe_md field indentationChristos Margiolis2023-06-031-9/+9
* kinst: use bool where appropriateChristos Margiolis2023-06-033-12/+12
* kinst: simplify trampoline fill definitionsChristos Margiolis2023-06-032-5/+6
* fbt: simplify arm64 function-prologue parsingChristos Margiolis2023-06-031-26/+16
* dtrace: deduplicate arm64 breakpoint definitionChristos Margiolis2023-06-032-4/+7
* dtrace: deduplicate some RISC-V functionsChristos Margiolis2023-05-304-69/+90
* kinst: fix memcpy() tracing crashChristos Margiolis2023-05-263-3/+25
* kinst: add kinst_excluded()Christos Margiolis2023-05-263-1/+64
* kinst: be explicit about trampoline placementChristos Margiolis2023-05-251-6/+13
* kinst: use dtrace_dis_get_byte() instead of own copyChristos Margiolis2023-05-231-13/+1