aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Revert "dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag"Andriy Gapon2024-04-211-2/+3
* arm64: Use void pointers for arguments to arm64_get_writable_addrJohn Baldwin2024-03-152-4/+4
* arm64: Switch the address argument to cpu_*cache* to a pointerJohn Baldwin2024-03-152-5/+3
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-1/+1
* dtrace: make 'ring' and 'fill' policies imply 'noswitch' flagAndriy Gapon2024-01-281-3/+2
* dtrace/profile: Set t_dtrace_trapframe for profile probesMark Johnston2024-01-071-1/+6
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2719-22/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-276-6/+0
* boot/zfs: Add some fields to dsl_dir_phys_tMark Johnston2023-10-231-1/+14
* dtrace: remove x86 non-EARLY_AP_STARTUP supportEd Maste2023-10-102-56/+0
* dtrace: fix fbt regression for aarch64Igor Ostapenko2023-10-031-9/+8
* kinst: do not look for a function epilogueChristos Margiolis2023-09-152-14/+15
* dtrace: Fix a kernel panic in printm()Domagoj Stolfa2023-09-061-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
* dtrace: rename rp to frame in dtrace_getreg()Christos Margiolis2023-05-236-71/+71
* dtrace: add register bindings for arm64Christos Margiolis2023-05-232-5/+48
* dtrace: implement dtrace_instr_size() for arm64Christos Margiolis2023-05-231-0/+14