summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace
AgeCommit message (Expand)Author
2025-09-16dtraceall: Enable kinst for aarch64 and riscv as wellChristos Margiolis
2025-01-22dtrace: Build systrace_freebsd32 only if COMPAT_FREEBSD32 is configuredMark Johnston
2024-08-12dtraceall: Make dtaudit a dependencyMark Johnston
2024-07-24dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-19sdt: Implement SDT probes using hot-patchingMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-19kinst: port to arm64Christos Margiolis
2023-07-04kinst: port to riscvChristos Margiolis
2023-07-04kinst: accommodate other architectures in MakefileChristos Margiolis
2023-05-23dtrace: implement dtrace_instr_size() for arm64Christos Margiolis
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-20dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis
2023-03-22sys: Retire OPENZFS_CWARNFLAGS now that it is empty.John Baldwin
2023-03-01dtrace: whack __mips__ from dtraceallMateusz Guzik
2023-01-12dtrace: include fbt module unconditionallyMitchell Horne
2022-10-30dtrace: Load fasttrap on powerpc with dtraceallJustin Hibbits
2022-10-30dtrace: Add pid provider to the build for powerpcJustin Hibbits
2022-10-11dtraceall: Automatically load kinst.ko on amd64Mark Johnston
2022-10-11kinst: Initial revisionChristos Margiolis
2021-12-31mips: Remove dtrace build supportWarner Losh
2021-11-17Export symbols from opensolaris.ko and dtrace.koMark Johnston
2021-01-08dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery
2020-12-27openzfs: fix gcc kernel module buildsRyan Libby
2020-10-17Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2020-02-05Stop compiling dtrace modules with -DSMP.Mark Johnston
2019-02-21Disconnect fasttrap from the 32-bit powerpc build.Mark Johnston
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-03-20Rename assym.s to assym.incEd Maste
2018-01-11Build systrace_freebsd32 on arm64.Michael Tuexen
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-24Don't redefine _KERNEL.Mark Johnston
2017-09-06Enable dtrace support for mips64 and the ERL kernel configKurt Lidl
2017-08-07o Replace __riscv__ with __riscvRuslan Bukin
2017-05-18Normalize SYSDIR on SRCTOP instead of .CURDIREnji Cooper
2017-04-05Stop building assym.o into the module.Bryan Drewery
2017-03-29Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-03Replace the implementation of DTrace's RAND subroutine for generatingGeorge V. Neville-Neil
2016-11-16Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin
2016-11-03o Add support for long double.Ruslan Bukin
2016-08-11Revert r303911 "Remove extra -msoft-float flags settings."Ruslan Bukin
2016-08-10Remove extra -msoft-float flags settings.Ruslan Bukin
2016-07-29Include FBT to modules build on RISC-V.Ruslan Bukin
2016-07-28Build DTrace assym.o with -msoft-float flag for RISC-V so we haveRuslan Bukin
2015-10-22Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin
2015-07-19Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston