summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
AgeCommit message (Expand)Author
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
2000-06-08Only define db_show_arptab if NARP>1;jhawk
2000-06-06Stop using DDB-specific "%n" kprintf() format specifier. This wasjhawk
2000-05-28Change printing of cpu number in the prompt in the MULTIPROCESSOR casesommerfeld
2000-05-26Rename the machine-specific stack trace printing functionsjhawk
2000-05-23Fix a printf format.thorpej
2000-05-22Add a "sifting" command to ddb (named from the Sun OpenPROM command ofjhawk
2000-05-20Install "show arptab" (db_show_arptab) in the ddb command tree.jhawk
2000-05-15"p" should be an alias for "print", and was until "ps" was added.jhawk
2000-04-13From kern/9569.jhawk
2000-04-11actually add buf- and vnode-printing commands to the table.chs
2000-04-10add ddb commands for printing vnodes and bufs.chs
2000-03-30Die, register, die!augustss
2000-02-21On MP, print cpu number prior to promptsommerfeld
1999-11-02db_cmd_list(): variable ``width'' might have be used uninitialized, initializejdolecek
1999-10-28- change db_cmd_list() to list commands vertically rather than horizontallylukem
1999-05-10Improve the pool allocator's diagnostic helpers, adding the ability tothorpej
1999-04-12Quote "AS IS" as in the majority of Carnegy Mellon notices.pk
1999-04-06Fix a pasto in copyright text which has been procreating like rabbits..pk
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1998-07-05Include required "opt_ddb.h" header file.tron
1998-07-04defopt DDB.jonathan
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1997-09-11Add a 'reboot' command with a single parameter specifying the boot flags.scottr
1997-05-07Add a "kill" command that calls db_kill_proc().gwr
1997-02-03db_expr_t became a long.mycroft
1996-03-30Fix db_printf format specifications.christos
1996-03-13Kernel version of longjmp() does not take the return value of setjmp() aschristos
1996-03-07Bring setjmp/longjmp prototypes into scope.christos
1996-02-13eliminate setjmp.hgwr
1996-02-05DDB prototype changes.christos
1995-10-26Need to include <vm/vm.h>gwr
1995-10-16Fix nits pointed out by GCC 2.7.mycroft