summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
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
2006-01-22This is not IOCCC. Replace " >"[cp == p] with conditional expression.uwe
2006-01-21Add CONSTCOND to DB_EXPR_T_IS_QUAD.uwe
2005-12-11merge ktrace-lwp.christos
2005-12-03After addition of "show all pools", we now need <sys/pool.h> here.he
2005-12-01add "show all pools" command for ddb.yamt
2005-11-27Move DDB files to files.ddbthorpej
2005-11-27make DDB_COMMANDONENTER sysctl. (ddb.commandonenter)yamt
2005-11-26add a new option DDB_COMMANDONENTER.yamt
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-06-01make the argument of db_write_bytes const (sorry for the signature change)drochner
2005-06-01more constification falloutdrochner
2005-05-30minor updates: vax port kludge is in trace, not kill. spelling.jhawk
2005-05-29Add lots of const.christos
2005-04-29move decl of db_machine_command_table from db_interface.h to db_command.cyamt
2005-03-28remove stray error(1) comment.christos
2005-02-26nuke trailing whitespaceperry
2005-02-15The way I handled /dev/ksyms requests vs. kernel requests was completelycube
2005-01-16reduce db_maxoff from 256MB to 1MB, that should be plenty.chs
2004-09-29Implement ddb setting that allows all ddb output to be teed into thereinoud
2004-09-28Note that point 32 (ddb output to msgbuf) is Work In Progress and is aboutreinoud
2004-09-28Add an item to help developers without serial consoles.reinoud
2004-07-27Make ddb's "show sched_qs" aware of big-endian sched_qs arrangements.nathanw
2004-05-25Sysctl descriptions under ddb subtreeatatat
2004-04-27That's not supposed to be there. Sorry.atatat
2004-04-21kill sprintf, use snprintfitojun
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-12-04Dynamic sysctl.atatat
2003-11-18add "show mount" ddb commanddbj