LinuxTV

CVS log for dietlibc/libdl/dlclose.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:14:49 2004 UTC (19 years, 6 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -0 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.14: 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
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: +2 -2 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.13: 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
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -3 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.12: 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.11: preferred, colored
Changes since revision 1.11: +5 -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.11: 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.10: preferred, colored
Changes since revision 1.10: +9 -11 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 Dec 10 18:25:41 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
type changes.

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

Revision 1.8: 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.7: preferred, colored
Changes since revision 1.7: +2 -6 lines
errorhandling in dlopen (_dl_load.c)
other DEBUG macro

Revision 1.7: 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.6: preferred, colored
Changes since revision 1.6: +21 -4 lines
library references the second (try)...

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jul 2 12:29:08 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
*** empty log message ***

Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
ups reference counter

Revision 1.4: 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.3: preferred, colored
Changes since revision 1.3: +0 -1 lines
minor changes (more debug code ...)

Revision 1.3: 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.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
so a little more dl .... (redefine ELF please...)

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: +3 -1 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>