index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldso
/
libdl
/
dlib.c
Age
Commit message (
Expand
)
Author
2003-08-19
Cool. Found most of the problem. Turns out we were inadvertanly loading some
Eric Andersen
2003-08-19
Phase one of my evil plan to clean up ld.so...
Eric Andersen
2003-06-27
Run dlopened ctors and dtors in the correct order
Eric Andersen
2003-03-01
doh. I forgot mips can't talk to globals that early on in the
Eric Andersen
2003-02-28
Fix a potential compile error
Eric Andersen
2003-01-03
If they call dlopen with anything other than RTLD_LAZY
Eric Andersen
2002-12-12
Rework things such that staticly linked applications can use
Eric Andersen
2002-11-15
For now, revert Ronald Wahl's change to dlopen. We need to
Eric Andersen
2002-11-15
Ronald Wahl writes:
Eric Andersen
2002-10-16
Kill a warning. Patch from Joel Coltoff <joel@wmi.com>
Eric Andersen
2002-10-15
Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo!
"Steven J. Hill"
2002-08-19
missed const-ifying this one.
Eric Andersen
2002-08-08
For some perverse reason we were not registering destructors
Eric Andersen
2002-08-08
Move destructor attribute tag
Eric Andersen
2002-08-08
Missed a spot
Eric Andersen
2002-08-08
Cleanup to avoid some undefined behavior
Eric Andersen
2002-06-05
Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e...
"Steven J. Hill"
2002-05-02
Patch from Tobias Anderberg <tobias.anderberg@axis.com> to
Eric Andersen
2002-05-02
Patch from Steven J. Hill <sjhill@realitydiluted.com>:
Eric Andersen
2002-01-11
Remove the now obsolete d-link tree. Update things to cope
Eric Andersen
2001-08-11
Begin removing some unnecessary inlining, and fix naming
Eric Andersen
2001-08-08
This syncs things up with my local tree. Mainly changes installer
Eric Andersen
2001-07-17
Turn off USE_CACHE by default (so ldconfig, by default, isn't
Eric Andersen
2001-07-13
Scrub up a few things I forgot. Add a few more cleanups.
Eric Andersen
2001-05-01
Another cleanup. Never pass addresses as an 'int'
Eric Andersen
2001-05-01
I forgot to check this in.
Eric Andersen
2001-04-24
Silence a warning
Eric Andersen
2001-04-23
Initial checkin for ld.so. This is a combination of effort from Manuel Novoa
Eric Andersen