LinuxTV

CVS log for dietlibc/libdl/_dl_alloc.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 11 22:51:11 2008 UTC (16 years, 2 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
fix the dynamic library for the ARM architecture (Gernot Tenchio)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Oct 7 19:33:34 2005 UTC (18 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
fixed my libdl code to run with gcc-4.0.x

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 13 12:22:32 2005 UTC (19 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
gcc 4...

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri May 13 12:14:06 2005 UTC (19 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
GCC 4 and buildins...

Revision 1.14: 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
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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 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.13: 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.12: preferred, colored
Changes since revision 1.12: +1 -1 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.12: 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.11: preferred, colored
Changes since revision 1.11: +5 -0 lines
minor change (removed first strcat's now use memcpy)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Feb 14 19:36:00 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +27 -12 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.10: download - view: text, markup, annotated - select for diffs
Mon Oct 22 12:58:06 2001 UTC (22 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
make dynlinker "interact" with loaded libdl.so... evil evil...

Revision 1.9: 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.8: preferred, colored
Changes since revision 1.8: +0 -1 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.8: download - view: text, markup, annotated - select for diffs
Mon Jun 18 14:03:45 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -6 lines
some changes... now the test-ldso dosen't get a SIGSEGV...
works on i386 ...

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +10 -5 lines
changed some stuff yesterday and forgot to commit them...
so here is the dlopen... for first ldso implementation...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 7 22:14:27 2001 UTC (23 years ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2 lines
noch schnell einchecken.... :)

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +0 -1 lines
little changes...

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +12 -0 lines
uff.. a little more spec-complient dlopen...
the depending libs are loaded in the correct order...

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
minor changes (name handling...)

Revision 1.2: 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.1: preferred, colored
Changes since revision 1.1: +1 -1 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.1: download - view: text, markup, annotated - select for diffs
Tue May 22 16:55:43 2001 UTC (23 years ago) by olaf
Branches: MAIN
so a little more dl .... (redefine ELF please...)

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>