LinuxTV

CVS log for dietlibc/libdl/_dl_main.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jul 7 12:35:43 2008 UTC (15 years, 11 months ago) by sanjiyan
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -2 lines
... missed to remove useless code...

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jul 7 12:31:53 2008 UTC (15 years, 11 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
more patches for dynamic ARM from Gernot Tenchio.

Revision 1.34: 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
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +14 -5 lines
fix the dynamic library for the ARM architecture (Gernot Tenchio)

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Nov 16 10:04:00 2006 UTC (17 years, 6 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -0 lines
Added DT_GNU_HASH symbol resolver.

Revision 1.32: 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.31: preferred, colored
Changes since revision 1.31: +11 -8 lines
fixed my libdl code to run with gcc-4.0.x

Revision 1.31: 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.30: preferred, colored
Changes since revision 1.30: +10 -10 lines
gcc 4...

Revision 1.30: 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.29: preferred, colored
Changes since revision 1.29: +7 -7 lines
GCC 4 and buildins...

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Apr 29 18:44:02 2005 UTC (19 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +26 -17 lines
... make the inline assembler stuff hidden.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Jan 29 02:29:16 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -6 lines
now at least diet-dyn works ;)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jan 29 00:07:43 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
minor bug

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jan 28 23:09:25 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +8 -14 lines
...

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Dec 17 21:04:26 2004 UTC (19 years, 5 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -1 lines
remove _dl_fmt_xlong0 as it will always be unused
(functionality was aready implemented...)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:14:49 2004 UTC (19 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +53 -18 lines
  add sigisemptyset, sigandset and sigorset (John K. Hohm)
  minor additions to make gdb 6.3 happy (John K. Hohm)
  ld.so support for gdb (John K. Hohm)
  implement nice(2) via setpriority() if there is no nice syscall

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 10 19:39:12 2004 UTC (19 years, 6 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -2 lines
- libdl + gcc 3.4 resulted in a SIGSEGV because local names were dynamically
  resolved....
- Also fixed a bug in the symbol resolver

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Sep 10 13:10:16 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -17 lines
fixed a libdl ref-counter bug (Thomas Walpuski)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 13 03:31:24 2003 UTC (21 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -0 lines
I found a way to make sysenter backwards compatible
It probably breaks WANT_DYNAMIC

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Apr 7 11:45:28 2003 UTC (21 years, 2 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -0 lines
remove warings/errors produced by the static definitions...

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Feb 19 13:18:40 2003 UTC (21 years, 3 months ago) by olaf
Branches: MAIN
CVS tags: branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +262 -3 lines
add some experimental (x86-64,sparc) code that oes not interfere with the
current code.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 19 12:10:12 2003 UTC (21 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +67 -39 lines
*/__testandset.S: jump to global symbol with local jump
libdl/*: added symbol-types and comment cleanup

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Nov 15 15:39:17 2002 UTC (21 years, 6 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -1 lines
fixing the dynamic COPY-relocation bug...

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Nov 6 19:03:50 2002 UTC (21 years, 7 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +230 -216 lines
ok, several fxes:
  - gcc-3.x doesn't like multiline-strings (used in the inline assembler)
  - gcc-3.x doesn't have __func__ but ONLY __FUNCTION__
  - dlopen/dlsym fixed for dlopen(0,...)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 13 22:33:01 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
OK some functions were not marked as such and so gcc 3.x treat them as
bss-objects (variables) if compiling for the dynamic system...

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Sep 13 14:37:21 2002 UTC (21 years, 9 months ago) by olaf
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
ok. the new libdl code is now the default.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 7 17:40:09 2002 UTC (22 years ago) by olaf
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
fix of *scanf with width
minor change in libdl

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Mar 26 13:07:38 2002 UTC (22 years, 2 months ago) by olaf
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -23 lines
- add some more from the sparc64 port
- fixed away the last waring in _dl_main.c

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +462 -127 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.10: 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.9: preferred, colored
Changes since revision 1.9: +123 -60 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.9: download - view: text, markup, annotated - select for diffs
Mon Mar 4 16:30:33 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
ups the new dynlinker code had the same argument-problem...

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +15 -2 lines
minor change (removed first strcat's now use memcpy)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 14 19:36:01 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +138 -200 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.6: 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.5: preferred, colored
Changes since revision 1.5: +356 -27 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.5: download - view: text, markup, annotated - select for diffs
Thu Jan 17 16:30:27 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +163 -15 lines
some minor fixes...
added symbol resolver do _dl_main (new dynamic linker)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 14 17:25:15 2002 UTC (22 years, 4 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +32 -10 lines
little changes for new concept of libdl.so

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 10 19:12:47 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +30 -17 lines
included the _dl_rel (No need to create a PIC-envirioment for the call)

Revision 1.2: 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.1: preferred, colored
Changes since revision 1.1: +102 -23 lines
type changes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 6 20:06:49 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
initial total dynamic libdl bootstrap code
todo: self relocation, ..... (too much)

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>