OpenBSD CVS

CVS log for src/sbin/modload/Attic/elf.c


[BACK] Up to [local] / src / sbin / modload

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10, Thu Oct 9 03:43:34 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +1 -1 lines
FILE REMOVED

no more modules

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 31 23:26:47 2012 UTC (11 years, 9 months ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

modload needs to invoke ld with -nopie now on ELF platforms

ok pascal

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 6 11:36:26 2011 UTC (13 years, 2 months ago) by miod
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
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
for chars.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 28 09:05:18 2004 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: 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, 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
Changes since 1.6: +6 -6 lines
Diff to previous 1.6 (colored)

use __LP64__; miod

Revision 1.6 / (download) - annotate - [select for diffs], Thu Sep 18 18:00:13 2003 UTC (20 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fix early free (subtle); marius@monkey.org

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 21 03:55:35 2003 UTC (20 years, 10 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

ld needs -Z flag since W^X.  from marius erikson in pr3360.  ok drahn@

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 11 18:28:22 2002 UTC (21 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.3: +92 -105 lines
Diff to previous 1.3 (colored)

ansi; modload users please test

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 9 08:13:07 2002 UTC (22 years ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.2: +17 -17 lines
Diff to previous 1.2 (colored)

rm trailing whitespace

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 8 21:58:36 2002 UTC (22 years, 5 months ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.1: +9 -9 lines
Diff to previous 1.1 (colored)


rename symtab to not collide with symtab in modload.c

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 8 21:28:38 2002 UTC (22 years, 5 months ago) by ericj
Branch: MAIN


add support in modload for ELF
from NetBSD
miod@ ok.

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.