| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a compile-time option called SPLASSERT_WATCH which changes the |  anton | 2019-05-08 | 1 | -1/+5 |
* | irrelevant part snuck into previous commit; from semarie |  deraadt | 2018-10-29 | 1 | -2/+1 |
* | Correctly deal with upper level unveil's by keeping track of the covering |  beck | 2018-10-28 | 1 | -1/+2 |
* | Do not call logwakeup(), ending in wakeup_n(), while holding a mutex. |  mpi | 2018-04-10 | 1 | -5/+11 |
* | Do not panic from ddb(4) when a lock requirement isn't fulfilled. |  mpi | 2018-03-20 | 1 | -1/+3 |
* | Show uvm_fault and trace when typing show panic on a page fault'd kernel |  pirofti | 2018-01-05 | 1 | -1/+2 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -3/+3 |
* | Unifdef KGDB. |  mpi | 2017-04-30 | 1 | -7/+1 |
* | Unifdef KADB. |  mpi | 2017-04-27 | 1 | -5/+1 |
* | Tweak lock inits to make the system runnable with witness(4) |  visa | 2017-04-20 | 1 | -2/+3 |
* | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not |  bluhm | 2016-05-17 | 1 | -2/+1 |
* | Delete the final, inscrutable NOSTRICT and VARARGS lint comments |  guenther | 2015-09-29 | 1 | -2/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Add dmesg -s support, to view the output of rc(8) system startup messages. |  mpf | 2015-01-13 | 1 | -2/+2 |
* | KASSERTMSG(9): New kernel assertion with message |  uebayasi | 2014-07-13 | 1 | -3/+2 |
* | reboot(9): Add MI reboot entry function |  uebayasi | 2014-07-11 | 1 | -2/+3 |
* | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of |  guenther | 2013-12-12 | 1 | -6/+13 |
* | disable %n in printf(9); there is no need for it in the kernel besides |  djm | 2013-11-25 | 1 | -6/+7 |
* | After a panic, do not fill up the dmesg with splassert messages. |  bluhm | 2013-08-07 | 1 | -1/+4 |
* | add support for %td for ptrdiff_t in kernel printf |  sf | 2013-07-03 | 1 | -1/+4 |
* | do not include machine/cpu.h from a .c file; it is the responsibility of |  deraadt | 2013-03-28 | 1 | -2/+1 |
* | Allow kernel printfs to go to console if in ddb instead of being redirected |  drahn | 2011-04-03 | 1 | -3/+14 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -7/+9 |
* | Do not disallow kernel crash dumps on panic if swap encryption is enabled, |  miod | 2008-06-27 | 1 | -8/+1 |
* | Remove unused variable consintr. ok mbalmer |  bluhm | 2007-12-30 | 1 | -10/+3 |
* | Introduce %z for printf(9), like %z for printf(3). Used to print |  ray | 2007-10-08 | 1 | -1/+9 |
* | Remove support for ddb-only %r, %z, and the ddb-specific handling of %n from |  miod | 2007-09-01 | 1 | -66/+2 |
* | enable splassert (1) by default; requested and ok many |  deraadt | 2007-04-26 | 1 | -2/+2 |
* | allow bit 32 to be printed; bug spotted and fix tested by dlg |  deraadt | 2006-12-11 | 1 | -2/+2 |
* | missing punctuation in comments; from bret lambert |  jmc | 2006-11-17 | 1 | -2/+2 |
* | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. |  miod | 2006-07-06 | 1 | -2/+2 |
* | the bit shifted should be a type at least as wide as the comparison (u_quad_t) |  jason | 2006-06-01 | 1 | -2/+2 |
* | extend %b support so that it will allow for arguments with more than 32 bits. |  jason | 2006-05-29 | 1 | -6/+24 |
* | tprintf() is now only necessary for NFS, so do not compile it for kernels |  miod | 2005-12-27 | 1 | -1/+5 |
* | ansi and deregister. No binary change. |  jsg | 2005-12-09 | 1 | -6/+3 |
* | typo in comment: sprintf -> snprintf, ok markus@ |  grunk | 2005-09-27 | 1 | -3/+3 |
* | Try to start log message buffer on a new line. Helps install scripts avoid |  krw | 2005-04-14 | 1 | -17/+3 |
* | protect printf with a mutex instead of SIMPLELOCK. |  art | 2004-07-20 | 1 | -48/+10 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -1/+52 |
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 2004-01-03 | 1 | -2/+2 |
* | Kill non-standard kernel printf %: braindead extension for good. |  miod | 2003-12-21 | 1 | -24/+1 |
* | option to log ddb output to kernel message buffer, via sysctl ddb.log |  tedu | 2003-06-28 | 1 | -3/+6 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Add kern.splassert=3. deraadt@ ok. |  ho | 2003-05-29 | 1 | -1/+7 |
* | typos in comments; From: Bengt Wessling <bengt@lemuria.org>, 10x |  henning | 2003-05-27 | 1 | -2/+2 |
* | remove sprintf() and vsprintf(). nothing in the kernel needs it. if |  deraadt | 2003-05-22 | 1 | -43/+1 |
* | Match vprintf prototype to userland and standards. |  art | 2003-05-21 | 1 | -4/+5 |
* | ansi and de-register; ok millert |  jason | 2003-05-20 | 1 | -33/+13 |
* | Kill a bunch more commons (very few left =) |  jason | 2003-05-13 | 1 | -2/+2 |