Age | Commit message (Expand) | Author |
2019-05-08 | Add a compile-time option called SPLASSERT_WATCH which changes the | anton |
2018-10-29 | irrelevant part snuck into previous commit; from semarie | Theo de Raadt |
2018-10-28 | Correctly deal with upper level unveil's by keeping track of the covering | Bob Beck |
2018-04-10 | Do not call logwakeup(), ending in wakeup_n(), while holding a mutex. | Martin Pieuchot |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-27 | Unifdef KADB. | Martin Pieuchot |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2016-05-17 | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not | Alexander Bluhm |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2014-07-13 | KASSERTMSG(9): New kernel assertion with message | Masao Uebayashi |
2014-07-11 | reboot(9): Add MI reboot entry function | Masao Uebayashi |
2013-12-12 | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | Philip Guenther |
2013-11-25 | disable %n in printf(9); there is no need for it in the kernel besides | Damien Miller |
2013-08-07 | After a panic, do not fill up the dmesg with splassert messages. | Alexander Bluhm |
2013-07-03 | add support for %td for ptrdiff_t in kernel printf | Stefan Fritsch |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2011-04-03 | Allow kernel printfs to go to console if in ddb instead of being redirected | Dale Rahn |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2008-06-27 | Do not disallow kernel crash dumps on panic if swap encryption is enabled, | Miod Vallat |
2007-12-30 | Remove unused variable consintr. ok mbalmer | Alexander Bluhm |
2007-10-08 | Introduce %z for printf(9), like %z for printf(3). Used to print | Ray Lai |
2007-09-01 | Remove support for ddb-only %r, %z, and the ddb-specific handling of %n from | Miod Vallat |
2007-04-26 | enable splassert (1) by default; requested and ok many | Theo de Raadt |
2006-12-11 | allow bit 32 to be printed; bug spotted and fix tested by dlg | Theo de Raadt |
2006-11-17 | missing punctuation in comments; from bret lambert | Jason McIntyre |
2006-07-06 | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | Miod Vallat |
2006-06-01 | the bit shifted should be a type at least as wide as the comparison (u_quad_t) | Jason Wright |
2006-05-29 | extend %b support so that it will allow for arguments with more than 32 bits. | Jason Wright |
2005-12-27 | tprintf() is now only necessary for NFS, so do not compile it for kernels | Miod Vallat |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2005-09-27 | typo in comment: sprintf -> snprintf, ok markus@ | Alexander von Gernler |
2005-04-14 | Try to start log message buffer on a new line. Helps install scripts avoid | Kenneth R Westerback |
2004-07-20 | protect printf with a mutex instead of SIMPLELOCK. | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-21 | Kill non-standard kernel printf %: braindead extension for good. | Miod Vallat |
2003-06-28 | option to log ddb output to kernel message buffer, via sysctl ddb.log | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | Add kern.splassert=3. deraadt@ ok. | Hakan Olsson |
2003-05-27 | typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10x | Henning Brauer |
2003-05-22 | remove sprintf() and vsprintf(). nothing in the kernel needs it. if | Theo de Raadt |
2003-05-21 | Match vprintf prototype to userland and standards. | Artur Grabowski |
2003-05-20 | ansi and de-register; ok millert | Jason Wright |
2003-05-13 | Kill a bunch more commons (very few left =) | Jason Wright |