summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-22add a return in the panic messagechristos
2013-11-24Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacingrmind
2013-10-19fix userland build, by moving all the unused stuff inside ifdef _KERNELchristos
2013-10-19Mark a potentialy unused variablemartin
2013-02-10need <sys/types.h> for various crap that other headers use (pid_t etc).christos
2013-02-10Hook the new ddb/db_panic.c to the build.apb
2013-02-10Move the DDB-specific part of vpanic() to a new db_panic() function,apb
2013-02-10read_symtab_from_file used to be defined in ddb/db_aout.c, but thatapb
2013-01-06remove the new command not the old one.christos
2013-01-06remove previous, dmesg just works.christos
2013-01-06Add "show dmesg" that prints the contents of the message buffer.christos
2013-01-05Add "show panic" that shows the current panic string. two ports had it, andchristos
2012-09-01Use _KERNEL_OPTmatt
2012-09-01Make DB_MAX_LINES a kernel optionmatt
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-28Remove MALLOC_DEBUG and MALLOCLOG, which is dead code after malloc(9) movermind
2012-03-15Add __printflike attribution to use vprintf and friends with an argumentjoerg
2012-02-10add __printflike where neededchristos
2012-02-10fix printf formats.christos
2012-02-09Re-indent, and factor out strlen() now that we have more space.christos
2012-02-09Remove bogus code in the non kernel case involving end[]. In this casechristos
2011-12-31include stddef.h for offsetofchristos
2011-12-31- fix offsetof usage, and redundant defineschristos
2011-12-03If we are DIAGNOSTIC don't try to go further if we failed to take thechristos
2011-12-02deal with the proc_lock mutex.christos
2011-11-13set panicstr to "reboot forced via kernel debugger" when rebootingmrg
2011-10-23Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /wjym
2011-07-28Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensureuebayasi
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-05-31re-instate db_kill_procchristos
2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg
2011-05-17move and rename the uvm history code out of uvm_stat to "kernhist".mrg
2011-04-12Fix GENERIC_SUN4U build.nakayama
2011-04-12include <sys/cpu.h> when using cpu specific info. fixes buildingmrg
2011-04-11avoid compiling dead code into crash.mrg
2011-04-11obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the codemrg
2011-04-10Add:christos
2011-02-20When looking for the next element of cpu_queue compare the pointer to thehannken
2011-02-09Since curlwp and curproc must always be non-NULL, remove the == NULL branches.matt
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2010-09-13fix extern/static inconsistencydrochner
2010-08-31Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so thatenami
2010-08-31Fix indent in prevous commit.enami
2010-08-30Don't overflow DDB command history. Coyote Point changelist description:tls
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