aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* fbt: Add support for CTFv3 containersMark Johnston2022-03-071-78/+231
* fbt: Remove handling for CTFv1Mark Johnston2022-02-231-2/+1
* Teach DTrace about BTI on arm64Andrew Turner2022-01-191-0/+8
* dtrace: add a knob to control maximum size of principal buffersAndriy Gapon2022-01-111-0/+4
* Remove mips dtrace.Warner Losh2022-01-076-1503/+0
* dtrace: Use C99 fixed-width integer types.John Baldwin2021-12-281-12/+12
* 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-306-6/+0
* sys/cddl: remove extraneous semicolonsEd Maste2021-08-161-2/+2
* dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov2021-08-081-1/+1
* fbt: Remove some handling for multiple CTF containersMark Johnston2021-04-021-35/+9
* x86: remove gcov kernel supportKonstantin Belousov2021-04-021-2/+1
* Tune DTrace 'aframes' for the FBT and profile providers on arm64.Robert Watson2021-03-222-4/+4
* DTrace: remove sparc64 remnants in non-contrib codeEd Maste2021-03-221-17/+0
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-032-19/+37
* Reimplement the arm64 dtrace_gethrtime(), which provides theRobert Watson2021-02-191-10/+13
* arm64: Improve DDB backtrace supportJessica Clarke2021-02-011-10/+1
* riscv: fix kernel buildMitchell Horne2021-01-151-0/+2
* Handle using a sub instruction in the arm64 fbtAndrew Turner2021-01-122-1/+22
* Only allow a store through sp in the arm64 fbtAndrew Turner2021-01-121-3/+13
* dtrace: Blacklist riscv exception handlers for fbtKristof Provost2021-01-121-0/+13
* Changes that improve DTrace FBT reliability on freebsd/arm64:Robert Watson2021-01-115-3/+25
* Check that the frame pointer is within the current stack.John Baldwin2020-12-082-13/+8
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-082-4/+13
* sdt: Create providers and probes in separate passes when loading sdt.koMark Johnston2020-12-031-17/+39
* Fix syntaxKonstantin Belousov2020-12-011-2/+3
* Fix syntaxKonstantin Belousov2020-12-011-2/+2
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Add a kstack_contains() helper function.John Baldwin2020-12-012-22/+10
* malloc: move malloc_type_internal into malloc_typeMateusz Guzik2020-11-061-1/+1
* Fix build after r367020Mitchell Horne2020-10-241-3/+3
* dtrace: fix fbt return probes on RISC-VKristof Provost2020-09-112-7/+13
* Tighten frame pointer checking in DTrace's amd64 stack unwinder.Mark Johnston2020-09-011-5/+9
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-255-2/+4
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-231-1/+2
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-212-7/+13
* Don't overflow the trap frame when accessing lr or xzr.Andrew Turner2020-07-171-4/+29
* Fix entering KDB with dtrace-enabled kernel.Ruslan Bukin2020-05-261-0/+6
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-211-0/+3
* Clear systrace_args_func when systrace probes are disabled.Mark Johnston2020-02-281-6/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-263-4/+9
* dtrace: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-122-4/+6
* Remove scary-looking printf output that happens when you kldload dtrace onIan Lepore2020-01-091-1/+12
* dtrace: 64-bits registers supportMariusz Zaborski2019-10-041-0/+4
* Implement x86 dtrace_invop_(un)init() in C.Mark Johnston2019-09-234-34/+38
* dtrace: 64-bits registers supportMariusz Zaborski2019-06-051-0/+4
* powerpc/dtrace: Fix fbt function probing for ELFv2Justin Hibbits2019-05-271-0/+2