summaryrefslogtreecommitdiffstats
path: root/ldso/libdl/libdl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Joakim Tjernlund writes:Eric Andersen2004-02-141-2/+6
* Based on a problem report and patch from Florian Schirmer, fix a compileEric Andersen2004-02-121-3/+3
* Rework file naming, aiming for at least a vague level of consistancyEric Andersen2004-02-101-3/+3
* Thanks to Joakim's recent paches, we can now remove the FIXMEEric Andersen2004-02-071-7/+0
* Step one, begin shuffling things around a bitEric Andersen2004-02-071-5/+5
* Eliminate separate passes for _dl_copy_fixups() and _dl_fixup(), andEric Andersen2004-01-291-16/+4
* As noted by Doru Petrescu, there was a spurious line that was usingEric Andersen2004-01-201-1/+0
* Doh! I was returning with an incorrect pointer type when dlopeningEric Andersen2003-10-151-7/+7
* When someone would dlopen a shared lib that was already opened,Eric Andersen2003-10-091-12/+14
* Fix a problem with dtors/dtors.Eric Andersen2003-09-021-35/+46
* I just realized we need global symbol resolution for everything inEric Andersen2003-08-191-61/+5
* Cool. Found most of the problem. Turns out we were inadvertanly loading someEric Andersen2003-08-191-92/+197
* Phase one of my evil plan to clean up ld.so...Eric Andersen2003-08-191-71/+20
* Run dlopened ctors and dtors in the correct orderEric Andersen2003-06-271-4/+8
* doh. I forgot mips can't talk to globals that early on in theEric Andersen2003-03-011-1/+1
* Fix a potential compile errorEric Andersen2003-02-281-0/+2
* If they call dlopen with anything other than RTLD_LAZYEric Andersen2003-01-031-2/+9
* Rework things such that staticly linked applications can useEric Andersen2002-12-121-6/+33
* For now, revert Ronald Wahl's change to dlopen. We need toEric Andersen2002-11-151-1/+1
* Ronald Wahl writes:Eric Andersen2002-11-151-0/+1
* Kill a warning. Patch from Joel Coltoff <joel@wmi.com>Eric Andersen2002-10-161-0/+4
* Fixed 'dlopen' call for MIPS. Things seem to work swimingly. Woohoo!"Steven J. Hill"2002-10-151-0/+9
* missed const-ifying this one.Eric Andersen2002-08-191-1/+1
* For some perverse reason we were not registering destructorsEric Andersen2002-08-081-0/+4
* Move destructor attribute tagEric Andersen2002-08-081-3/+1
* Missed a spotEric Andersen2002-08-081-6/+6
* Cleanup to avoid some undefined behaviorEric Andersen2002-08-081-38/+37
* Fix up of '_dlopen' call and removal of unneeded argument in call '_dl_load_e..."Steven J. Hill"2002-06-051-3/+1
* Patch from Tobias Anderberg <tobias.anderberg@axis.com> toEric Andersen2002-05-021-58/+27
* Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen2002-05-021-3/+3
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-111-4/+3
* Begin removing some unnecessary inlining, and fix namingEric Andersen2001-08-111-12/+12
* This syncs things up with my local tree. Mainly changes installerEric Andersen2001-08-081-11/+39
* Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen2001-07-171-5/+5
* Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen2001-07-131-57/+31
* Another cleanup. Never pass addresses as an 'int'Eric Andersen2001-05-011-309/+291
* I forgot to check this in.Eric Andersen2001-05-011-5/+5
* Silence a warningEric Andersen2001-04-241-1/+1
* Initial checkin for ld.so. This is a combination of effort from Manuel NovoaEric Andersen2001-04-231-0/+648