OpenBSD CVS

CVS log for src/usr.bin/pmdb/Attic/core.c


[BACK] Up to [local] / src / usr.bin / pmdb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Thu Aug 30 15:53:47 2012 UTC (11 years, 8 months ago) by kettenis
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

Move pmdb to the attic.

It's unfinished.  It will never be finished.
It's unfinishable.  deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 1 15:44:37 2007 UTC (16 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.7: +7 -1 lines
Diff to previous 1.7 (colored)

in (unused function) free_core(), unmap the core; from veins@evilkittens.org

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 1 15:43:56 2007 UTC (16 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

close core file fd after mmap; veins@evilkittens.org

Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 17 23:43:45 2003 UTC (20 years, 9 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fix ptr arythmetics in core_write(); from aaron@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 29 00:01:46 2003 UTC (21 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.4: +7 -3 lines
Diff to previous 1.4 (colored)

implement short reads at the end of the core segement

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 28 23:33:27 2003 UTC (21 years, 1 month ago) by mickey
Branch: MAIN
Changes since 1.3: +8 -4 lines
Diff to previous 1.3 (colored)

do not core dump on stripped executables. revmap the registers printed to the symbols even for cores (already happens for live executables); art@ said it should wait until after the release and so it is already after the release now

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 22 02:55:54 2002 UTC (21 years, 10 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.2: +9 -9 lines
Diff to previous 1.2 (colored)

Map the core file with MAP_PRIVATE.
Some other random cleanups.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 22 01:20:50 2002 UTC (21 years, 10 months ago) by art
Branch: MAIN
Changes since 1.1: +45 -1 lines
Diff to previous 1.1 (colored)

Support for reading from core files.
From Jean-Francois Brousseau <krapht@secureops.com>

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 5 18:02:27 2002 UTC (21 years, 11 months ago) by fgsch
Branch: MAIN

core support from Jean-Francois Brousseau <krapht@secureops.com> with
a few tweaks of mine. tested on sparc64 and i386.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.