summaryrefslogtreecommitdiff
path: root/sys/modules/dtrace/dtraceall
AgeCommit message (Expand)Author
2025-09-16dtraceall: Enable kinst for aarch64 and riscv as wellChristos Margiolis
2024-08-12dtraceall: Make dtaudit a dependencyMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
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-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-01dtrace: whack __mips__ from dtraceallMateusz Guzik
2022-10-30dtrace: Load fasttrap on powerpc with dtraceallJustin Hibbits
2022-10-11dtraceall: Automatically load kinst.ko on amd64Mark Johnston
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-06Enable dtrace support for mips64 and the ERL kernel configKurt Lidl
2017-08-07o Replace __riscv__ with __riscvRuslan Bukin
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-07-29Include FBT to modules build on RISC-V.Ruslan Bukin
2015-07-19Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston
2015-07-01First cut of DTrace for AArch64.Ruslan Bukin
2015-03-06Set a dependancy on fbt module for ARM.Ruslan Bukin
2014-12-27Submitted by: rick MaclemJulian Elischer
2014-12-23Remove the old NFS client and server from head,Rick Macklem
2014-12-07remove opensolaris cyclic code, replace with high-precision calloutsAndriy Gapon
2014-10-28Allow loading of dtraceall without nfscl if what you really wnat is nfsclientJulian Elischer
2014-03-06Use SYSDIR to reference to the top of the sys hierarchy. Define SYSDIRMarcel Moolenaar
2013-10-24Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston
2013-08-06opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon
2013-03-18Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits
2012-09-01The dtnfsclient module dependency should only be added if the old NFSRui Paulo
2012-07-11Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil
2011-06-18Add DTrace support to the new NFS client. This is essentiallyRick Macklem
2011-04-09Fix make buildworld -DMODULES_WITH_WORLD on i386Ulrich Spörlein
2011-03-12add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon
2010-08-24Enable fasttrap and make dtraceall depend on fasttrap when building i386Rui Paulo
2009-05-26Add the OpenSolaris dtrace lockstat provider. The lockstat providerStacey Son
2009-03-22Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTraceRobert Watson
2008-05-25Remove the dependency on lockstat. That its still work in progress.John Birrell
2008-05-17Add the DTrace kernel module makefiles.John Birrell