Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-31 | Weed out duplicates before trying to load libraries.... Delayed | Eric Andersen | |
checking for duplicates and returning an alias if an existing lib is already loaded is still correct for the dlopen case. | |||
2003-08-19 | Cool. Found most of the problem. Turns out we were inadvertanly loading some | Eric Andersen | |
libraries multiple times, wasting memory and causing different libraries to use different symbol sets, some of which were not properly resolved. Continue scrubbing ld.so and converting it to use proper types. | |||
2003-08-19 | Phase one of my evil plan to clean up ld.so... | Eric Andersen | |