Age | Commit message (Expand) | Author |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2011-11-07 | When multiple display modifiers are specified on a ddb examine command, do | Miod Vallat |
2011-05-22 | In ddb, when dereferencing a pointer, use sizeof a pointer. | Ariane van der Steldt |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2011-04-03 | Allow kernel printfs to go to console if in ddb instead of being redirected | Dale Rahn |
2010-11-27 | Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-11-05 | Implement m_print as real ddb command "show mbuf addr" in the way other | Claudio Jeker |
2010-09-08 | stray spaces no code change | Marco Peereboom |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-06-28 | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, | Philip Guenthe |
2010-05-26 | Fallout from the proc.h include cleanup: proc.h must be included before | Philip Guenthe |
2010-01-19 | A couple #ifdefs were missed when the final name of the DDB_STRUCT | Philip Guenthe |
2009-11-21 | Fix `print $registername' on 64 bit platforms. | Miod Vallat |
2009-08-17 | dd 'show all bufs' to show all the buffers in the system | Jasper Lievisse Adriaanse |
2009-08-14 | add ddb functions to be able to show all the nfsnodes in the system | Thordur I. Bjornsson |
2009-08-13 | fix a typo its supposed to be show all vnodes not show all vnodes, | Thordur I. Bjornsson |
2009-08-13 | add a show all vnodes command, use dlg's nice pool_walk() to accomplish | Thordur I. Bjornsson |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-08 | two things: | Bob Beck |
2009-07-15 | Check db_recover for NULL before longjmp(db_recover) in db_error(), as it can | Miod Vallat |
2009-06-17 | Revert bufq's. this is inline with the major midlayer reverts that | Thordur I. Bjornsson |
2009-06-03 | add a flexible buffer queue (bufq) api, based on the never used | Thordur I. Bjornsson |
2009-05-30 | Allow 8 byte writes from ddb (w/q) on 64 bit platforms, just like we allow | Miod Vallat |
2009-01-20 | Let this compile on landisk (and other configs) by wrapping the nfs | Thordur I. Bjornsson |
2009-01-18 | Add nfs ddb hooks, for now only to show all the outstanding nfsreq's | Thordur I. Bjornsson |
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 |