Age | Commit message (Expand) | Author |
2008-11-08 | Add a new sysctl ``ddb.trigger'' | Marco Pfatschbacher |
2008-10-26 | for MP, ask people to try to trace the other cpus too | Theo de Raadt |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-03-23 | show all mounts command for ddb. From mickey a long time ago. | Miod Vallat |
2007-11-14 | Be consistent in db_cmd_loop_done declaration. | Miod Vallat |
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat |
2007-10-06 | Use db_printf instead of printf, to prevent problems with locking | Mark Kettenis |
2007-09-13 | A few %n/%r/%z format strings were missed, convert these to db_format(). | Miod Vallat |
2007-09-01 | Use db_format() instead of ddb-specific format specifiers; no functional | Miod Vallat |
2007-06-04 | Ten lines of backtrace should be better on 25-line screens, so that the panic | Miod Vallat |
2007-06-04 | If it's cold at panic time, attempt to show a small backtrace, there are too | Miod Vallat |
2007-03-15 | Disable x/q functionnality on 32bit platforms, because the examination code | Miod Vallat |
2006-09-30 | no malloc debug but configured kmemstats allow 'sh mal' to print smth useful;... | Michael Shalayeff |
2006-08-24 | Off-by-one in ``dmesg'' command; it takes a vax to find such bugs. | Miod Vallat |
2006-07-12 | fake structs to let kernels compile on architectures that some german | Theo de Raadt |
2006-07-11 | add mount/vnode/buf and softdep printing commands; tested on a few archs and ... | Michael Shalayeff |
2006-07-07 | only count right guess when had been guessed right; from Leonardo Chiquitto F... | Michael Shalayeff |
2006-07-06 | Make sure we alter ddb variables as ints, not longs; only matters on 64 bit | Miod Vallat |
2006-07-06 | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | Miod Vallat |
2006-07-06 | Remove db_check_interrupt() related logic, since it was dummied in practice. | Miod Vallat |
2006-07-06 | ALIGNED_POINTER is defined on all platforms. | Miod Vallat |
2006-05-20 | add show all pools command listing all pools as vmstat -m does; miod@ ok | Michael Shalayeff |
2006-05-16 | fix comments | Michael Shalayeff |
2006-03-15 | Still allow ddb.console and ddb.panic to be raised if securelevel <= 0; | Miod Vallat |
2006-03-15 | use sysctl_int_lower (old code had the negative bug) | Theo de Raadt |
2006-03-13 | ansi/deregister. No binary change. | Jonathan Gray |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat |
2005-09-29 | char end[] vs long end, bad; pr 4288 | Theo de Raadt |
2005-09-06 | Remove old m88k workaround, now that we have SET_PC_REGS(). | Miod Vallat |
2005-05-10 | db_printf(s) -> db_printf("%s", s) from NetBSD | Uwe Stuehler |
2005-04-19 | Do not bother looking for symbols if either esym is zero or the computed | Miod Vallat |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat |
2005-01-08 | radical size reduction from andreas@ | Michael Shalayeff |
2005-01-04 | switch to SET_PC_REGS if available, okay miod@ | Marc Espie |
2005-01-03 | Add "show panic" command to ddb, to easily retrieve the panic message. | Miod Vallat |
2004-08-09 | mips/sgi uses same symbol table style setup as sparc64 | Per Fogelstrom |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino |
2004-03-15 | Remove errant semi-colon. miod@ ok | Aaron Campbell |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-02-06 | default db.log=1. as noted by Sam Smith, this is more useful. mickey concurred | Ted Unangst |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-03 | add dmesg command; ok deraadt, mcbride, henning and more | Markus Friedl |
2003-08-24 | sprinkle some __kprintf__ attributes around functions which use format | Anil Madhavapeddy |
2003-07-08 | better output length estimate for a nicer printout | Michael Shalayeff |
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 |