OpenBSD CVS

src/usr.bin/pmdb/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / pmdb

Current tag: OPENBSD_3_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] arch/        
[TXT] Makefile (in the Attic) [Hide]  1.7   21 years  fgsch   core support from Jean-Francois Brousseau <krapht@secureops.com> with a few twea...
[TXT] aout_syms.c (in the Attic) [Hide]  1.9   21 years  art   Support for reading from core files. From Jean-Francois Brousseau <krapht@secure...
[TXT] break.c (in the Attic) [Hide]  1.7   21 years  pvalchev   unkonwn -> unknown; Tor Houghton <torh@bogus.net>
[TXT] break.h (in the Attic) [Hide]  1.2   22 years  jason   s/$PMDB$/$OpenBSD$/
[TXT] clit.c (in the Attic) [Hide]  1.4   21 years  aaron   Correct the size arg to memset() so argv will be cleared correctly; art@ ok.
[TXT] clit.h (in the Attic) [Hide]  1.2   22 years  jason   s/$PMDB$/$OpenBSD$/
[TXT] core.c (in the Attic) [Hide]  1.3   21 years  art   Map the core file with MAP_PRIVATE. Some other random cleanups.
[TXT] core.h (in the Attic) [Hide]  1.2   21 years  art   Support for reading from core files. From Jean-Francois Brousseau <krapht@secure...
[TXT] elf_syms.c (in the Attic) [Hide]  1.7   21 years  art   Update to correctly deal with link_map. (is link_map really supposed to be so du...
[TXT] pmdb.1 (in the Attic) [Hide]  1.12   21 years  david   .Nd shouldn't end with a period ok jmc@
[TXT] pmdb.c (in the Attic) [Hide]  1.12   21 years  art   implement setenv.
[TXT] pmdb.h (in the Attic) [Hide]  1.5   21 years  art   implement setenv.
[TXT] process.c (in the Attic) [Hide]  1.10   21 years  art   implement setenv.
[TXT] signal.c (in the Attic) [Hide]  1.3   21 years  todd   typo; found by Jean-Francois Brousseau <krapht@secureops.com>
[TXT] symbol.c (in the Attic) [Hide]  1.6   21 years  vincent   don't use the TAILQ before it is initialised. makes pmdb not crash on exit if c...
[TXT] symbol.h (in the Attic) [Hide]  1.4   22 years  art   Add a command 'sym_load' to load a symbol table at some offset. We are in a desp...