Age | Commit message (Expand) | Author |
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 |
1997-11-04 | db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. | chuck |
1997-09-08 | put 'help' in front of 'hangman' | Theo de Raadt |
1997-09-08 | KNF | Theo de Raadt |
1997-09-06 | fix #endif; David.Sainty@MCS.VUW.AC.NZ | Theo de Raadt |
1997-08-07 | slight KNF | Niklas Hallqvist |
1997-08-07 | document needed MD funcs for SOFTWARE_SSTEP better | Niklas Hallqvist |
1997-07-23 | typo | Niklas Hallqvist |
1997-07-23 | Support an DB_VALID_BREAKPOINT option for validation of breakpoints. | Niklas Hallqvist |
1997-07-19 | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | Niklas Hallqvist |
1997-07-19 | Make SOFTWARE_SSTEP compile with strict prototyping | Niklas Hallqvist |
1997-07-19 | SOFTWARE_SSTEP bugs fixed. KNF. register specs removed. Include vm.h | Niklas Hallqvist |
1997-07-08 | remove register, move strx decl, and change it to long as it is meant to take | Niklas Hallqvist |
1997-07-08 | Let the count of symbols be long, so the nlist array will get proper | Niklas Hallqvist |
1997-07-07 | Do not wrap lines so often, much prettier x output | Niklas Hallqvist |
1997-07-06 | 64 bit fixes | Niklas Hallqvist |
1997-07-06 | A number should be db_expr_t | Niklas Hallqvist |
1997-07-06 | Style nits + provide getreg_val proto conditionally. Removed unused var. | Niklas Hallqvist |
1997-07-03 | const happyness | Niklas Hallqvist |
1997-06-12 | MI exec header | Michael Shalayeff |
1997-05-29 | correct case KERNFS && !LKM | Michael Shalayeff |
1997-05-29 | futher support for kernfs...... | Michael Shalayeff |
1997-05-29 | move db_radix to the db_output.c, where all the vars are. | Michael Shalayeff |
1997-03-25 | Ok here is the mvme88k userland, minus a few important pieces. | Dale S. Rahn |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist |
1997-03-21 | Instead of explicit extern, include the include file which should do it | Niklas Hallqvist |
1997-03-21 | Make ddb variables long (for 64bit archs). from netbsd | Niklas Hallqvist |
1997-02-07 | i hate militarists, pacifists either. | Michael Shalayeff |
1997-02-07 | Untested changes SUCK | Theo de Raadt |