summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/bnx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/microcode/bnx')
0 files changed, 0 insertions, 0 deletions
d>Add "show panic" that shows the current panic string. two ports had it, andchristos 2012-02-10add __printflike where neededchristos 2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg 2011-04-10Add:christos 2009-02-18- fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again.yamt 2008-11-25Add some basic DDB stuff for modules.ad 2008-07-10Add a show files command that prints the vnodes associated with ablymn 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2007-09-07Implementation of POSIX message queues.rmind 2007-04-30Import of POSIX Asynchronous I/O.rmind 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 2006-01-21Add CONSTCOND to DB_EXPR_T_IS_QUAD.uwe 2005-12-01add "show all pools" command for ddb.yamt 2005-06-01more constification falloutdrochner 2005-05-29Add lots of const.christos 2005-04-29move decl of db_machine_command_table from db_interface.h to db_command.cyamt 2003-09-20Add a "show sched_qs" command to dump the run queues. Format is:thorpej 2003-05-22Somehow overlooked in earlier commits: prototype db_kgdb_cmd().briggs 2003-05-17On some platforms, sizeof(db_expr_t) > sizeof(long), so add a methodscw 2002-02-15ANSIfy, KNF.simonb 2001-11-09Remove unneeded declarations of the db_machine_init() function. Thethorpej 2001-07-31Add an easy way to dump the message buffer from ddb.atatat 2001-01-22Require the machine-dependant DDB commands to be in db_machine_command_table[]jdolecek 2000-05-26Rename the machine-specific stack trace printing functionsjhawk 2000-05-20Install "show arptab" (db_show_arptab) in the ddb command tree.jhawk 1998-09-05Assign copyright to TNF.christos 1997-05-07Add db_kill_proc().gwr 1996-02-05DDB prototype changes.christos