LinuxTV

CVS log for dietlibc/libdl/_dl_open.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 11 19:21:12 2002 UTC (22 years, 3 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.18: preferred, colored
Changes since revision 1.18: +5 -5 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.18: download - view: text, markup, annotated - select for diffs
Tue Mar 5 16:28:12 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -2 lines
FIXED a bug in *scanf (there was no long long handling).
one step more to unified libdl/dynlinker (still 3 functions missing).

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 21 12:56:33 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3 lines
minor change (removed first strcat's now use memcpy)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 14 19:36:01 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
major rewrite of dynamic linker (first program now have libdl.so as dynamic linker)
this is still NOT working outside of my clean room ....

Revision 1.15: 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.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
fixed a buffer-overflow (missed to check the size of a path pre copy...)

Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
errorhandling in dlopen (_dl_load.c)
other DEBUG macro

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:28:19 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -321 lines
uff.. a little more spec-complient dlopen...
the depending libs are loaded in the correct order...

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 31 12:33:05 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +11 -3 lines
minor changes (name handling...)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 31 11:39:29 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -1 lines
generate more meaningful error messages

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 31 10:13:48 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +29 -10 lines
changed the load order of dependen librarys and added RTLD_NOW handling...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 28 15:14:52 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +17 -4 lines
misunderstanding of elf spec...
now the code for relocation is fixed...

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 28 13:04:07 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +15 -21 lines
minor changes (more debug code ...)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 28 11:29:13 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +48 -8 lines
now supporting bulk relocation.... and GOT discovery if non present in the
dynamic section !?!

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon May 28 08:48:28 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +30 -5 lines
now there is a "minimal", non-spec complient automatic open of needed libs
(this is really crap ...) this code can't detect loops ....

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue May 22 16:55:43 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +16 -35 lines
so a little more dl .... (redefine ELF please...)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 17 16:56:56 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +37 -3 lines

arm start-code is now dynamic aware

some minor test-changes in libdl

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 10 19:40:40 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -4 lines
little add-in to resolve nummeric-symboles to functions...
in here will be the resolve to other libs.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 10 16:35:58 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +23 -20 lines
changed some ...

still all is a TEST

TODO:
dlopen:
	- has to load needed dependent shared objects via itself .....
	- support for all relocations
	- generate "correct" errors for dlerror
	- support for non x86 code
	- rewrite for all this points....

dlerror:
	- meaningful messages ....

dlclose:
	- depends on dlopen

dlsym:
	- depends on dlopen

a little status :)

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 7 17:39:58 2001 UTC (23 years, 1 month ago) by olaf
Branches: MAIN
so here now my experimental code...

IT DOESN'T WORK !!! (working open only with me "special tests")

its here for multiple position-coding :)

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>