OpenBSD CVS

CVS log for src/usr.bin/elf2aout/Attic/elf2aout.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7, Wed May 21 19:48:52 2008 UTC (16 years ago) by miod
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED

Remove elf2aout and elf2ecoff. They are no longer built since they were only
used by the long defunct OpenBSD/arc and OpenBSD/pmax ports, and nowadays
using objcopy or a linker script will perform such conversions if necessary.

ok deraadt@ kettenis@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 2 21:38:56 2006 UTC (18 years, 1 month ago) by djm
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks
suggested by kjell@; ok otto@ pat@ millert@ jaredy@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 16 01:11:09 2004 UTC (20 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: 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
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

errno is not specified to be int, but something from errno.h.  ok millert@

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 27 10:31:52 2003 UTC (20 years, 5 months ago) by henning
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3 (colored)

fix printf arguments and two typos in comments
From: Erick Borsboom <erick@bonzai.space-ei.nl>

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 10 22:20:46 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.2: +422 -440 lines
Diff to previous 1.2 (colored)

mostly ansi cleanup; pval ok

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 29 01:57:56 2001 UTC (23 years, 3 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

$OpenBSD$

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Dec 22 15:03:32 1996 UTC (27 years, 5 months ago) by graichen
Branch: GRAICHEN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, GRAICHEN_961222
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import of elf2aout - required for the pmax and taken from the NetBSD
elftools - adapted to OpenBSD by me

Revision 1.1 / (download) - annotate - [select for diffs], Sun Dec 22 15:03:32 1996 UTC (27 years, 5 months ago) by graichen
Branch: MAIN

Initial revision

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.