kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / kern / subr_prf.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2010-11-30 Sascha Wildnerkernel: Bring in hexdump() from FreeBSD.
2010-11-01 Matthew Dillonkernel - Minor rerrangement to help w/ low level debugging
2010-09-06 Matthew Dillonkernel - Fix panic when X11 intercepts console (III)
2010-09-05 Matthew Dillonkernel - Fix panic when X11 intercepts console (II)
2010-09-05 Matthew Dillonkernel - Fix panic when X11 intercepts console
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew Dillon MPSAFE TTY - Fix deadlock in reporting of probe errors.
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-01-02 Sascha Wildnerkprintf(9): Add 'h' and 'hh' modifiers (ACPI debug...
2009-08-30 Matthew DillonKernel - add ksnrprintf() and friends.
2009-08-25 Matthew Dillonkernel - Add support for %z[d,x,etc].
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-07-17 Matthew DillonGive krateprintf() an initial burst capability if count...
2008-01-04 Matthias SchmidtMove the following entries from kern to security
2007-12-08 Matthew DillonFix krateprintf(). The frequency was improperly being...
2007-07-30 Matthew DillonIntroduce krateprintf(), a rate-controlled kprintf...
2006-12-26 Sascha Wildner- addlog(...) is identical to log(-1, ...). Get rid...
2006-12-23 Sascha WildnerAnsify function declarations and fix some minor style...
2006-12-23 Sascha WildnerRemove printf() definition and prototype from the kernel.
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonAdd 'k' versions for printf, sprintf, and snprintf...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2005-11-21 Matthew DillonStart working on making the printf() path MPSAFE, becau...
2005-09-29 Matthew DillonAdd a sysctl, kern.unprivileged_read_msgbuf (defaults...
2004-09-13 Matthew DillonClean up struct session hold/rele management. The...
2003-11-09 Matthew DillonCore integer types header file reorganization stage...
2003-08-26 Robert Garrett__P() removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: