Age | Commit message (Expand) | Author |
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 |
1997-02-07 | wrong private name | Michael Shalayeff |
1997-02-07 | necessary support for kernfs. | Michael Shalayeff |
1997-01-27 | change prompt to ddb to match man page ddb(4) | Theo de Raadt |
1997-01-16 | use RB_TIMEBAD to indicate that the time is wrong and should not be copied | kstailey |
1996-11-29 | note 1024 limit on text+data. | Michael Shalayeff |
1996-11-28 | Actually draw the hanging. Remove some statics. Fix a bug in | Niklas Hallqvist |
1996-10-21 | random is stock | Theo de Raadt |
1996-09-27 | Prototype db_delete_line(). | briggs |
1996-08-29 | rnd -> random | Theo de Raadt |
1996-08-23 | signedness pedanetery | Niklas Hallqvist |
1996-08-16 | record real symtab end. | Michael Shalayeff |
1996-08-16 | add symtab list public iterator. | Michael Shalayeff |
1996-08-13 | Kludge to make DDB reverse symbol lookup work again. | Niklas Hallqvist |
1996-08-04 | Make compile on OpenBSD/alpha. MD stuff is still missing though. | Niklas Hallqvist |
1996-07-24 | printf style functions now are int, explicitly return 0 | Niklas Hallqvist |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt |
1996-06-17 | set default level to 5, misc cleanup. | Michael Shalayeff |
1996-05-31 | -Wall and -Wstrict-prototypes cleanup | Niklas Hallqvist |
1996-05-20 | remove unused #defines. | Michael Shalayeff |
1996-05-11 | Include sys/queue.h, and add multiple include protection | Niklas Hallqvist |
1996-05-10 | fix symtab skip loop (s,p,q,). | Michael Shalayeff |
1996-05-10 | do dynamic symtab allocattion. | Michael Shalayeff |
1996-05-07 | show symtab name when no less than 3 of them. | Michael Shalayeff |