Age | Commit message (Expand) | Author |
2004-08-09 | mips/sgi uses same symbol table style setup as sparc64 | Per Fogelstrom |
2004-06-25 | Instead of accessing ci_dev (that's an MI field), provide a marco that | Artur Grabowski |
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-04-25 | kill unbounded string op. deraadt ok | Jun-ichiro itojun Hagino |
2004-03-15 | Remove errant semi-colon. miod@ ok | Aaron Campbell |
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove |
2004-02-06 | default db.log=1. as noted by Sam Smith, this is more useful. mickey concurred | Ted Unangst |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-03 | add dmesg command; ok deraadt, mcbride, henning and more | Markus Friedl |
2003-08-24 | sprinkle some __kprintf__ attributes around functions which use format | Anil Madhavapeddy |
2003-07-08 | better output length estimate for a nicer printout | Michael Shalayeff |
2003-06-28 | option to log ddb output to kernel message buffer, via sysctl ddb.log | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | kill the clauses three and four on my sources | Michael Shalayeff |
2003-06-01 | When searching for the symbol table and string table we were looking | Artur Grabowski |
2003-05-12 | sho proc [addr] to print some proc's field; art@ ok | Michael Shalayeff |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2002-07-10 | It is supposed to be printf, not db_printf. This change costed me | Artur Grabowski |
2002-07-01 | Don't let variable declarations without "extern" living in .h files. | Miod Vallat |
2002-06-14 | 992 bytes. Also works if random function returns 0 first time. | Marcus Watts |
2002-06-11 | Saves 4 bytes of filespace | Marcus Watts |
2002-06-11 | can't call arc4random() before timeouts are enabled, use random() if cold. | Jason Wright |
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 |