Age | Commit message (Expand) | Author |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-08-01 | in (unused function) free_core(), unmap the core; from veins@evilkittens.org | Theo de Raadt |
2007-08-01 | close core file fd after mmap; veins@evilkittens.org | Theo de Raadt |
2007-07-24 | same uninit variable bug as in elf_syms.c | Theo de Raadt |
2007-07-24 | uninit variable causing crash; veins@evilkittens.org | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-03 | Minimal sh bits for pmdb. | Miod Vallat |
2006-12-20 | remove unneeded #include | Steven Mestdagh |
2006-11-19 | Cope with <machine/frame.h> removal. | Miod Vallat |
2006-11-19 | always make a man | Theo de Raadt |
2006-11-19 | always build man page, that is the way we do things | Theo de Raadt |
2004-11-11 | fp regs also | Per Fogelstrom |
2004-11-11 | First attempt. Frame digging is tricky since 'jr ra' instructions | Per Fogelstrom |
2004-11-10 | where the files will be | Theo de Raadt |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat |
2004-02-28 | use amd64 chunks | Theo de Raadt |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-17 | use unsigned ints for the frame fields and add proper typecasting so we | Jean-Francois Brousseau |
2004-02-10 | repair frame size; makes tr work | Michael Shalayeff |
2004-02-02 | partially working... | Dale Rahn |
2004-01-29 | some support for amd64 | Michael Shalayeff |
2004-01-14 | Fix after recent struct reg and struct frame changes. | Miod Vallat |
2003-12-03 | Append but not override COPTS. | Alexander Yurchenko |
2003-10-31 | New libedit api changes. | Otto Moerbeek |
2003-09-22 | Off-by-ones, from aaron@ | Miod Vallat |
2003-08-18 | when given only an executable name without a valid path, resolve the | Jean-Francois Brousseau |
2003-08-17 | fix ptr arythmetics in core_write(); from aaron@ | Michael Shalayeff |
2003-08-02 | check return value from process_{read,write} proper | Michael Shalayeff |
2003-08-02 | document examine | Michael Shalayeff |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith |
2003-07-10 | add missing includes | David Krause |
2003-07-01 | cosmetic (avoid space before period); ok art | Peter Valchev |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-05-30 | kill an unused variable | Michael Shalayeff |
2003-05-30 | m88k pmdb support bits; only compile-tested at the moment. | Miod Vallat |
2003-05-30 | Fix BREAKPOINT_DECR_PC value. | Miod Vallat |
2003-05-30 | Preliminary m68k pmdb support. | Miod Vallat |
2003-05-30 | Handle process_load() failure. This prevents "pmdb foo" to dump core upon | Miod Vallat |
2003-05-15 | Get rid of read_from_pid() and write_to_pid(), they were | Jean-Francois Brousseau |
2003-04-25 | check asprintf return value for error, as the pointer is not guaranteed | Peter Valchev |
2003-04-05 | free value after asprintf; ok art | Peter Valchev |
2003-03-29 | implement memory examine command. takes both symbol or address | Michael Shalayeff |
2003-03-29 | implement short reads at the end of the core segement | Michael Shalayeff |
2003-03-28 | do not core dump on stripped executables. revmap the registers printed to the... | Michael Shalayeff |
2003-03-22 | .Nd shouldn't end with a period | David Krause |
2003-03-14 | make fetching regs and stack trace really work | Michael Shalayeff |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |