summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
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
2007-10-14db_cmd_search: When we compare names we'd better stop at the nul byte.uwe
2007-10-12Fix command name matching, avoid jumps to null function pointers andmartin
2007-10-08Do another setjmp right before entering the command loop, we do not wantmartin
2007-10-02Some cleanup:martin
2007-10-01No need to db_init_commands() early any more - it will happen on firstmartin
2007-10-01Special case the initialization of builtin command tables to avoid usingmartin
2007-09-23Minor clenaup - db_cmd_loop_done is a bool nowadays, so use true/falsemartin
2007-09-23Simplify the "tables are already setup" test.martin
2007-09-23Fix build for archs w/o DB_MACHINE_COMMANDS.martin
2007-09-23Add missing argument - fixes compilation if KGDB is defined.martin
2007-09-22Add a new option DDB_VERBOSE_HELP that adds online help to ddb.martin
2007-09-07Implementation of POSIX message queues.rmind
2007-07-19include cdefs.h before opt_xxx.hdsl
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2007-04-30Import of POSIX Asynchronous I/O.rmind
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-22Fix lossage from boolean_t -> bool and updated x86 bus_dma.matt
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-05ANSIfy db_error.uwe
2006-09-05Mark db_error __attribute__((__noreturn__)).uwe
2006-08-30fix incomplete initializer.christos
2006-05-14integrate kauth.elad
2006-05-14Move declaration up ahead of active code in the function, so thathe
2006-05-14XXX: GCC uninitialized.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-14Coverity CID 1094: Protect against NULL deref.christos
2006-04-02Now that BKPT_SET takes two arguments, supply the second argument.he
2006-02-19Add a "show all pages" command to DDB which prints one line per physicalbjh21
2006-01-24add ddb "sh mbuf" command.yamt
2006-01-22db_show_sched_qs: fix pointer cast lint considers troublesome.uwe
2006-01-22Add /l to show all procs usage.uwe