Age | Commit message (Expand) | Author |
2002-05-18 | Implement db_stack_dump - a function that will print a stack | Artur Grabowski |
2002-05-18 | Rename the MD db_stack_trace_cmd to db_stack_trace_print. Add an argument | Artur Grabowski |
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski |
2002-05-14 | Use db_format in db_printsym (we'll want to be able to use printf in it soon). | Artur Grabowski |
2002-05-14 | db_printf has three non-standard formats that are not supported by | Artur Grabowski |
2002-05-13 | minor knf. | Artur Grabowski |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-27 | don't execute the pmap_update() call if we have no watch list. bo-bo art :-) | Per Fogelstrom |
2002-01-28 | Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@. | Miod Vallat |
2002-01-02 | Add more vocabulary (commands) to ddb, from NetBSD. | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-08-19 | shorter | Artur Grabowski |
2001-08-19 | Needed a simple cast after a sparc64 change. | Mike Frantzen |
2001-08-19 | Ugly hack to make symbols work on sparc64. | Artur Grabowski |
2001-08-19 | Print a reason for failing to init the symbol table. | Artur Grabowski |
2001-08-19 | shorten the message to fit on a line. | Artur Grabowski |
2001-08-18 | I am sick and tired of bug reports LACKING INFORMATION. | Artur Grabowski |
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie |
2001-07-04 | missed EOL at EOF | Marc Espie |
2001-06-29 | print the total score, size permitting | Michael Shalayeff |
2001-06-29 | cleanup, including removing the size rule which nobody | Michael Shalayeff |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-04-18 | New boot command: boot halt. | Artur Grabowski |
2001-04-05 | Tell the users what to report when the kernel crashes. | Artur Grabowski |
2001-03-15 | $OpenBSD$ | Niklas Hallqvist |
2001-02-10 | When computing the value of an entry in the string table, don't | Todd C. Miller |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ... | Niklas Hallqvist |
2001-02-08 | Capital punishment, just in case :-) | Niklas Hallqvist |
2001-02-06 | Allow booting on alphas with DDB, although no symbols will be seen. | Niklas Hallqvist |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2000-06-07 | Allow passing an address to 'show malloc' and print out some information about | Artur Grabowski |
2000-06-07 | Add 'show malloc' that prints out malloc debugging information if available. | Artur Grabowski |
2000-04-05 | do not exhaust the random pool while debugging | Michael Shalayeff |
2000-02-27 | Provide a means to lock ddb off on systems at high securelevel, in order | Hugh Graham |
1999-09-11 | s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/ | Michael Shalayeff |
1999-06-17 | fix continuing from breakpoints on sparc | Artur Grabowski |
1999-02-26 | uvm compat | Artur Grabowski |
1998-12-20 | The "end" symbol should be a long, not an int to make 64-bit machines happy. ... | Todd C. Miller |
1998-09-01 | the sync command does not work, back it out | Artur Grabowski |
1998-08-30 | add a sync command that does not reboot | Artur Grabowski |
1998-08-21 | Don't make symbols strings absolute in the symbol table so we can share it wi... | Todd C. Miller |
1998-04-26 | correct copyright | Theo de Raadt |
1998-03-16 | Add the option SOFTWARE_SSTEP_EMUL. This is used with mips processors | Per Fogelstrom |
1998-02-25 | Add command to print out extents. This helps in debugging PnP stuff, | Tobias Weingartner |
1998-02-05 | rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entry | Theo de Raadt |
1997-12-29 | sysctl ddb.panic_ddb; felix@mamba.pond.sub.org | Theo de Raadt |