| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-22 | add a return in the panic message | christos |
| 2013-11-24 | Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing | rmind |
| 2013-10-19 | fix userland build, by moving all the unused stuff inside ifdef _KERNEL | christos |
| 2013-10-19 | Mark a potentialy unused variable | martin |
| 2013-02-10 | need <sys/types.h> for various crap that other headers use (pid_t etc). | christos |
| 2013-02-10 | Hook the new ddb/db_panic.c to the build. | apb |
| 2013-02-10 | Move the DDB-specific part of vpanic() to a new db_panic() function, | apb |
| 2013-02-10 | read_symtab_from_file used to be defined in ddb/db_aout.c, but that | apb |
| 2013-01-06 | remove the new command not the old one. | christos |
| 2013-01-06 | remove previous, dmesg just works. | christos |
| 2013-01-06 | Add "show dmesg" that prints the contents of the message buffer. | christos |
| 2013-01-05 | Add "show panic" that shows the current panic string. two ports had it, and | christos |
| 2012-09-01 | Use _KERNEL_OPT | matt |
| 2012-09-01 | Make DB_MAX_LINES a kernel option | matt |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-28 | Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) move | rmind |
| 2012-03-15 | Add __printflike attribution to use vprintf and friends with an argument | joerg |
| 2012-02-10 | add __printflike where needed | christos |
| 2012-02-10 | fix printf formats. | christos |
| 2012-02-09 | Re-indent, and factor out strlen() now that we have more space. | christos |
| 2012-02-09 | Remove bogus code in the non kernel case involving end[]. In this case | christos |
| 2011-12-31 | include stddef.h for offsetof | christos |
| 2011-12-31 | - fix offsetof usage, and redundant defines | christos |
| 2011-12-03 | If we are DIAGNOSTIC don't try to go further if we failed to take the | christos |
| 2011-12-02 | deal with the proc_lock mutex. | christos |
| 2011-11-13 | set panicstr to "reboot forced via kernel debugger" when rebooting | mrg |
| 2011-10-23 | Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w | jym |
| 2011-07-28 | Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure | uebayasi |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-31 | re-instate db_kill_proc | christos |
| 2011-05-26 | Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. | joerg |
| 2011-05-17 | move and rename the uvm history code out of uvm_stat to "kernhist". | mrg |
| 2011-04-12 | Fix GENERIC_SUN4U build. | nakayama |
| 2011-04-12 | include <sys/cpu.h> when using cpu specific info. fixes building | mrg |
| 2011-04-11 | avoid compiling dead code into crash. | mrg |
| 2011-04-11 | obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code | mrg |
| 2011-04-10 | Add: | christos |
| 2011-02-20 | When looking for the next element of cpu_queue compare the pointer to the | hannken |
| 2011-02-09 | Since curlwp and curproc must always be non-NULL, remove the == NULL branches. | matt |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2010-09-13 | fix extern/static inconsistency | drochner |
| 2010-08-31 | Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so that | enami |
| 2010-08-31 | Fix indent in prevous commit. | enami |
| 2010-08-30 | Don't overflow DDB command history. Coyote Point changelist description: | tls |
| 2010-02-02 | Include "ctype.h" in the central place which deals with building the | tron |
| 2010-02-01 | Include "ctype.h" if we are not building a kernel to fix the build | tron |
| 2010-01-31 | New modifiers for the "write" command: /BHL. They act like /bhl but do not | phx |
| 2009-12-17 | Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. | rmind |