aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/dtrace
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1617-17/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* kinst: port to arm64Christos Margiolis2023-07-191-1/+1
* kinst: port to riscvChristos Margiolis2023-07-041-0/+3
* kinst: accommodate other architectures in MakefileChristos Margiolis2023-07-041-4/+11
* dtrace: implement dtrace_instr_size() for arm64Christos Margiolis2023-05-231-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis2023-04-201-0/+4
* sys: Retire OPENZFS_CWARNFLAGS now that it is empty.John Baldwin2023-03-2214-14/+1
* dtrace: whack __mips__ from dtraceallMateusz Guzik2023-03-011-2/+1
* dtrace: include fbt module unconditionallyMitchell Horne2023-01-121-7/+3
* dtrace: Load fasttrap on powerpc with dtraceallJustin Hibbits2022-10-301-1/+1
* dtrace: Add pid provider to the build for powerpcJustin Hibbits2022-10-301-1/+3
* dtraceall: Automatically load kinst.ko on amd64Mark Johnston2022-10-111-0/+3
* kinst: Initial revisionChristos Margiolis2022-10-112-0/+18
* mips: Remove dtrace build supportWarner Losh2021-12-311-2/+0
* Export symbols from opensolaris.ko and dtrace.koMark Johnston2021-11-171-3/+1
* dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery2021-01-081-1/+0
* openzfs: fix gcc kernel module buildsRyan Libby2020-12-2713-0/+13
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-171-1/+1
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-2513-44/+24
* Stop compiling dtrace modules with -DSMP.Mark Johnston2020-02-052-4/+0
* Disconnect fasttrap from the 32-bit powerpc build.Mark Johnston2019-02-211-3/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-064-11/+3
* Rename assym.s to assym.incEd Maste2018-03-201-3/+3
* Build systrace_freebsd32 on arm64.Michael Tuexen2018-01-111-0/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Don't redefine _KERNEL.Mark Johnston2017-11-241-2/+0
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-063-3/+7
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Normalize SYSDIR on SRCTOP instead of .CURDIREnji Cooper2017-05-181-1/+1
* Stop building assym.o into the module.Bryan Drewery2017-04-051-15/+1
* Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson2017-03-292-1/+19
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-0414-14/+14
* Replace the implementation of DTrace's RAND subroutine for generatingGeorge V. Neville-Neil2017-02-033-0/+4
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-161-0/+4
* o Add support for long double.Ruslan Bukin2016-11-031-1/+1
* Revert r303911 "Remove extra -msoft-float flags settings."Ruslan Bukin2016-08-111-0/+5
* Remove extra -msoft-float flags settings.Ruslan Bukin2016-08-101-5/+0
* Include FBT to modules build on RISC-V.Ruslan Bukin2016-07-292-2/+4
* Build DTrace assym.o with -msoft-float flag for RISC-V so we haveRuslan Bukin2016-07-281-0/+5
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-223-6/+23
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-194-22/+0
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-012-2/+3
* Set a dependancy on fbt module for ARM.Ruslan Bukin2015-03-061-1/+1
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-102-1/+8
* Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, supportWarner Losh2015-01-031-0/+1
* Submitted by: rick MaclemJulian Elischer2014-12-271-1/+1
* Remove the old NFS client and server from head,Rick Macklem2014-12-233-21/+0