LinuxTV

CVS log for dietlibc/libdl/_dl_load.c

[BACK] Up to [DVB] / dietlibc / libdl

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Aug 30 12:25:06 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -1 lines
ups... there was a bufferoverflow if more the 4 PT_LOAD sections were
present....

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Mar 11 19:21:11 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +82 -34 lines
- so now the new dynamic-linker is working; some more tests and then it's
  the default...
- modified the old one so it still can be used.
- recode the DEBUG code so it can be used in the minimalistic syscall
  enviroment of the libdl.so/dynlinker (only a sub-subset is available)
All in one line:
  libdl.so+dynlinker < 10k on x86 :)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Feb 11 17:46:45 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
libdl/_dl_main.c: now includes the relocation part (seems to work)
  (it's still cleanroom code :) )
minor fixes in the other files

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Dec 10 18:25:41 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +17 -17 lines
type changes.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Oct 8 19:07:45 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -9 lines
so now dynamic-libc works again and the last missing relocationtype now
works too.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Oct 8 14:50:44 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -3 lines
little change. fail if depending lib fails.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 30 13:45:07 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
now the arm-"dyn-link"-jump is compatible with the gcc ptl-code... (*ARG*)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jul 16 14:03:40 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -4 lines
fixed relocation type 1 and removed unused variables

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 16 13:23:14 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +16 -32 lines
and now:
REMOVED the support for textrel...
have read an other spec that says: neede TEXTREL relocation types can't
be present in dynamic libraries... ARG... is there any sane standard ?!

other: minor changes...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jul 16 12:15:42 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +27 -11 lines
added support for shared libraries with relocations in the !! read only !!
text-segment (e.g. libraries compiled without -fPIC)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 10 21:05:26 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +28 -28 lines
a little different DEBUG-macro :)
a macro with var-args....

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 9 19:49:52 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -1 lines
tried to understand this ld.so on arm....

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 4 11:28:24 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +0 -4 lines
fixed a buffer-overflow (missed to check the size of a path pre copy...)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 4 10:05:47 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +50 -91 lines
errorhandling in dlopen (_dl_load.c)
other DEBUG macro

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jul 2 13:41:24 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
library references the second (try)...

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 2 12:29:47 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
reference counter...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Jul 2 11:49:53 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -3 lines
ups reference counter

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 21 13:38:27 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -7 lines
so here it is:  the dynamic loader (ld.so replacement)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 21 11:33:40 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
wrong bss zero pad length ... fixed.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 18 19:19:43 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +14 -3 lines
changed a "little" for dynamic dietlibc(.so)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jun 15 14:22:18 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +179 -200 lines
changed some stuff yesterday and forgot to commit them...
so here is the dlopen... for first ldso implementation...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:16:47 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +55 -1 lines
little changes...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:28:19 2001 UTC (23 years ago) by olaf
Branches: MAIN
uff.. a little more spec-complient dlopen...
the depending libs are loaded in the correct order...

Diff request

This form allows you to request diffs 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.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>