index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
pmdb
Age
Commit message (
Expand
)
Author
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
2003-01-28
add a license goo; pt out by ray@securityfoo.net
Michael Shalayeff
2003-01-27
Follow art's lead on the license.
Dale Rahn
2003-01-27
Add licenses where I forgot them. (I'm ashamed).
Artur Grabowski
2003-01-27
missing license; pointed out by ray at securityfoo dot net.
Federico G. Schwindt
2003-01-27
missing $OpenBSD$
Jason Wright
2003-01-26
catched -> caught
Ryan Thomas McBride
2003-01-16
match the funky regs order between getregs and reg_names
Michael Shalayeff
2003-01-15
make it compile, becomes useful now
Michael Shalayeff
2002-11-27
unkonwn -> unknown; Tor Houghton <torh@bogus.net>
Peter Valchev
2002-10-07
do not crash when a breakpoint can't get set (remove it
Vincent Labrecque
2002-08-09
Get rid of remaining __P usage (except for imported code);
Jason Peel
2002-08-09
Correct the size arg to memset() so argv will be cleared correctly; art@ ok.
Aaron Campbell
2002-08-08
implement setenv.
Artur Grabowski
2002-08-08
Make a good attempt to find the registers for the first frame.
Artur Grabowski
2002-07-31
Update to correctly deal with link_map.
Artur Grabowski
2002-07-31
unbreak process_getregs
Artur Grabowski
2002-07-31
Fix error message.
Artur Grabowski
2002-07-24
don't use the TAILQ before it is initialised. makes pmdb not crash on
Vincent Labrecque
2002-07-22
check argc after getopt(), otherwise we may go ahead even if we only got
Federico G. Schwindt
2002-07-22
KNF and unbreak PT_GETREGS
Artur Grabowski
2002-07-22
Map the core file with MAP_PRIVATE.
Artur Grabowski
2002-07-22
Use process_getregs everywhere.
Artur Grabowski
2002-07-22
knf
Artur Grabowski
2002-07-22
Support for reading from core files.
Artur Grabowski
2002-07-12
malloc/strdup failure not handled; cloder@acm.org
Theo de Raadt
2002-07-10
'sez' is not an english word; ok deraadt@
Jason Peel
2002-06-26
typo; found by Jean-Francois Brousseau <krapht@secureops.com>
Todd T. Fries
2002-06-11
Fail if no symbol table is found, don't crash.
Artur Grabowski
2002-06-09
don't go further on stripped binaries; been in my tree for ever.
Federico G. Schwindt
2002-06-09
some knf.
Federico G. Schwindt
2002-06-09
document
Todd T. Fries
2002-06-09
provide '-p <pid>' (process attach); thanks to
Todd T. Fries
2002-06-05
document -c, add Xr to core(5) and some minor changes as per mandoc(7).
Federico G. Schwindt
[next]