summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
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-05-14integrate kauth.elad
2006-05-14Move declaration up ahead of active code in the function, so thathe
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-14Coverity CID 1094: Protect against NULL deref.christos
2006-02-19Add a "show all pages" command to DDB which prints one line per physicalbjh21
2006-01-24add ddb "sh mbuf" command.yamt
2005-12-01add "show all pools" command for ddb.yamt
2005-11-27make DDB_COMMANDONENTER sysctl. (ddb.commandonenter)yamt
2005-11-26add a new option DDB_COMMANDONENTER.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
2004-04-27That's not supposed to be there. Sorry.atatat
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2003-11-18add "show mount" ddb commanddbj
2003-10-10add "b" as a synonym for "break", since someone added "bt"chs
2003-09-20Add a "show sched_qs" command to dump the run queues. Format is:thorpej
2003-05-16switch to use strlcpy() from libkern.itojun
2003-05-15(1) Don't print the message buffer (via ddb's dmesg command) if theatatat
2003-04-28Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allowsbriggs
2003-02-13Add a synonym for trace - 'bt' and document itjmc
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2002-08-26Casting from a pointer, to a db_expr_t, has to go via an intptr_t.scw
2002-02-15Add a "show event" ddb command to show the event counters.simonb
2002-02-15ANSIfy, KNF.simonb
2001-11-12add RCSIDslukem
2001-08-17Add `show malloc' to dump the internal state of the MALLOC_DEBUG code.thorpej
2001-07-31Add an easy way to dump the message buffer from ddb.atatat
2001-06-03Default to kernel_map if no addr is available.matt
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30use _KERNEL_OPTmrg
2001-02-11alphabetize db_command tablesjhawk
2001-01-24make db_command_table[] const; since there is no way to dynamically extendjdolecek
2001-01-22Require the machine-dependant DDB commands to be in db_machine_command_table[]jdolecek
2001-01-18db_command_table needs to be writable at least when DB_MACHINE_COMMANDSenami
2001-01-17constify a littlejdolecek
2000-11-28Restore the top level `callout' command.eeh
2000-11-24add ddb commands "show uvmexp" and "show ncache".chs
2000-07-08printf format safetysommerfeld
2000-06-27remove include of <vm/vm.h>mrg
2000-06-17In db_command(), fix indentation and add a missing db_skip_to_eol() whichjhawk
2000-06-10In the "reboot" and (badly misnamed) "sync" commands, clear db_recoversommerfeld