Home | History | Annotate | Download | only in kern
History log of /src/sys/kern/kern_ctf.c
RevisionDateAuthorComments
 1.9  08-May-2025  hannken Handle CTF version 3. Provider FBT works again.
 1.8  06-Apr-2021  simonb Check the CTF magic number in an endian friendly way (and don't use
magic numbers to check the magic number!).
 1.7  28-May-2018  chs branches: 1.7.16;
merge a new version of the CDDL dtrace and ZFS code.
this changes the upstream vendor from OpenSolaris to FreeBSD,
and this version is based on FreeBSD svn r315983.

in addition to the 10 years of improvements from upstream,
this version also has these NetBSD-specific enhancements:
- dtrace FBT probes can now be placed in kernel modules.
- ZFS now supports mmap().
 1.6  07-Jul-2016  msaitoh branches: 1.6.16;
KNF. Remove extra spaces. No functional change.
 1.5  18-Oct-2014  snj branches: 1.5.2;
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
 1.4  21-Sep-2014  christos remove casts to the same type.
 1.3  03-May-2010  darran branches: 1.3.2; 1.3.20;
DTrace: Fix several bugs where the mod_ctf_get() function could return
success even though no CTF section was present in the kernel or module.
This fixes the panic that several people saw when trying out the FBT
provider without updating /boot or missing a CTF section in /netbsd.
 1.2  13-Mar-2010  christos branches: 1.2.2; 1.2.4;
make this compile.
 1.1  12-Mar-2010  darran DTrace: Add support for CTF sections in the netbsd elf image, load these
at boot.
Add a ksyms_mod_foreach() function to iterate a callback function over the
set of elf symbols for a specific module (netbsd included).
Add kern_ctf.c and mod_ctf_get() to allow the retrieval and decompression
of CTF sections for a specific module.
 1.2.4.3  17-Aug-2010  uebayasi Sync with HEAD.
 1.2.4.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.2.4.1  13-Mar-2010  uebayasi file kern_ctf.c was added on branch uebayasi-xip on 2010-04-30 14:44:09 +0000
 1.2.2.1  30-May-2010  rmind sync with head
 1.3.20.1  03-Dec-2017  jdolecek update from HEAD
 1.3.2.2  11-Aug-2010  yamt sync with head.
 1.3.2.1  03-May-2010  yamt file kern_ctf.c was added on branch yamt-nfs-mp on 2010-08-11 22:54:38 +0000
 1.5.2.1  09-Jul-2016  skrll Sync with HEAD
 1.6.16.1  25-Jun-2018  pgoyette Sync with HEAD
 1.7.16.1  17-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed