kernel - Stop KTR logging during panic
[dragonfly.git] / sys / kern / kern_ktr.c
2012-08-21 Matthew Dillonkernel - Stop KTR logging during panic
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-26 Matthew Dillonkernel - callout_init() -> callout_init_mp() in selecte...
2011-07-16 Sascha Wildnerktr(4): Add some sysctl descriptions for viewing with...
2011-07-16 Sascha Wildnerktr(4): Ensure that KTR_ENTRIES is 2^n and document...
2011-01-23 Sascha Wildnerkernel: Silence an unused variable warning.
2011-01-21 Matthew Dillonkernel - Fix lockup when debug.ktr.resynchronize is...
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2010-09-19 Matthew Dillonkernel - cleanup and some KTR work for x86_64
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-30 Matthew Dillonkernel - remove spin_lock_rd() and spin_unlock_rd()
2010-01-23 YONETANI TomokazuFix kernel build for UP+KTR
2009-03-27 Matthew DillonAdjust the KTR code to use cache-aligned per-cpu struct...
2009-03-27 Matthew DillonFix DDB's 'show ktr' command - improper panic and impro...
2008-12-28 Matthew DillonRemove KTR hacks, pass va_list through as needed.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-02-12 Simon SchubertUnstaticize some variables so ktrdump will find them.
2007-11-03 Sascha WildnerRemove unused tunables.
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-11-07 Matthew DillonMore Machine-dependant/Machine-independant code and...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-29 Matthew DillonRemove conditional memory allocation based on KTR_ALL...
2006-05-29 Matthew DillonClean up compiler warnings when KTR is enabled but...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-03-25 Sascha WildnerKTR_VERBOSE's logging was being done outside 'if (ktr_b...
2005-12-12 Matthew DillonMove tsc_offsets[] to a new home to unbreak kernel...
2005-12-10 Matthew DillonAdd a feature and a sysctl (debug.ktr.testipicnt) to...
2005-12-10 Matthew DillonMake the KTR test logging work for UP as well as SMP.
2005-12-10 Matthew DillonFix UP build issues. Move tsc_offsets[] from mp_machde...
2005-12-07 Matthew DillonAdd KTR_TESTLOG and debug.ktr.testlogcnt, which issues...
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-06-20 Matthew DillonAdd a caller backtrace feature (enabled by default...
2005-06-20 Matthew DillonReimplement the kernel tracepoint facility. The new...
2005-04-20 Joerg SonnenbergerUse get_approximate_time_t().
2005-03-09 Hiten PandyaFix $FreeBSD$ ident string.
2005-02-12 Eirik NygaardAdd per cpu buffer for storing KTR information.
2004-09-20 Eirik NygaardAdd KTR, a facility that logs kernel events to help...