summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2010-02-02Include "ctype.h" in the central place which deals with building thetron
2010-02-01Include "ctype.h" if we are not building a kernel to fix the buildtron
2010-01-31New modifiers for the "write" command: /BHL. They act like /bhl but do notphx
2009-12-17Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions.rmind
2009-09-28quick fix for crash(8) build failure caused by my previous commit (revbsh
2009-09-27kgdb still needs db_{get,put}_value in ddb/db_access.c when SOFTWARE_SSTEP is...bsh
2009-07-19Add #ifdef MQUEUE for db_show_mqueue_cmd().rmind
2009-06-05extend 'show event' to take /i /t and /m modifiers, to select interrupt,mrg
2009-05-24More changes to improve kern_descrip.c.ad
2009-04-10add boilerplate missed in initial commitad
2009-03-31KGDB does no longer refers to ddb/db_access. Fixes compilation problems of KGDBreinoud
2009-03-21Make 'show event', 'dmesg' work with crash(8).ad
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-11Switch the default value (if no options DDB_ONPANIC is defined) formartin
2009-03-11Avoid "warning: cast from pointer to integer of different size"nakayama
2009-03-09include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL.mrg
2009-03-08include <sys/user.h>mrg
2009-03-08include ddb headers *after* sys/types.h or sys/param.h.mrg
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead
2009-03-01Do not set last_count to zero after every db_command function call it ishaad
2009-02-18- fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again.yamt
2009-02-04Default 'show all procs' to /l. People tend to type 'ps' without modifiersad
2009-01-30Default DDB_ONPANIC to zero. The end product is ultimately for thead
2009-01-05Fix my bug introduced in rev 1.98 of db_command.c where command prefixhaad
2008-12-07ddb: new 'show vmem' and 'show all vmems' commands.cegger
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-25Make DDB shows right register values on 32-bit sparc64 kernels.nakayama
2008-11-25Add some basic DDB stuff for modules.ad
2008-11-16more <sys/buf.h> policepooka
2008-11-14ifdef AIOad
2008-11-14+ifdef AIOad
2008-10-24don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad.christos
2008-10-03Replace more intptr_t to uintptr_t when casting VA.rmind
2008-09-29- Fix message queue permissions problems.rmind
2008-08-08Make "show uvmhist" available to all arches (not just sparc*) in ddb.skrll
2008-07-14Take care not to dereference NULL datapointer from fd tableblymn
2008-07-10Fix indents.blymn
2008-07-10Add a show files command that prints the vnodes associated with ablymn
2008-07-10Whitespace clean up.blymn
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-27Fix CS_MACH definition. 0x10 is spelled 0x10, not 0x16.uwe
2008-02-21Fix help string for "w" - it is "write" not "watch".uwe
2008-02-02When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checksmartin
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-12-13add ddb "whatis" command. inspired from solaris ::whatis dcmd.yamt
2007-12-02ps/w: display LWP info.ad
2007-11-14Add a missing "else". Should finally fix PR kern/37110.martin
2007-10-22Pacify some gcc uninitialized warnings at -O3martin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had