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
/
ldso
/
boot1.c
Age
Commit message (
Expand
)
Author
2002-01-11
Remove old named file. Fix headers on updated one.
Eric Andersen
2001-11-12
powerpc/elfinterp.c: Powerpc works now. Major rework; most relocs
David Schleef
2001-08-11
Begin removing some unnecessary inlining, and fix naming
Eric Andersen
2001-08-06
If /etc/ld.so.preload was size 0, the shared lib loader would
Eric Andersen
2001-07-17
Fix missing function when USE_CACHE is enabled
Eric Andersen
2001-07-13
Scrub up a few things I forgot. Add a few more cleanups.
Eric Andersen
2001-07-13
This takes about 6k off the size of the x86 shared lib loader...
Eric Andersen
2001-07-12
Small fixups for powerpc
David Schleef
2001-07-03
Finish up merging the arm port into the main tree.
Eric Andersen
2001-06-27
Cleanup to not use kernel headers at all.
Eric Andersen
2001-06-15
Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDERR macros that
Eric Andersen
2001-06-14
Yet more ldso cleanups. Be more discriminating about when using inlines
Eric Andersen
2001-06-07
Changes needed to build the ldso dir for m68k. I haven't tested it,
David McCullough
2001-06-04
Teach the ldso stuff to use the proper elf.h header file, not a local copy.
Eric Andersen
2001-05-16
Oops again. We do want to print this info, but only when
Eric Andersen
2001-05-16
Oops. I left in some debugging noise. Also some minor formatting updates.
Eric Andersen
2001-05-10
Check if ld.so is included in the NEEDED list. If so, do not _again_
Eric Andersen
2001-05-03
Dont segfault when folks run ld-uclibc as an executable.
Eric Andersen
2001-05-03
Some more minor updates. Add in some debug stuff, and
Eric Andersen
2001-05-02
Some more updates and explanation
Eric Andersen
2001-05-01
Another cleanup. Never pass addresses as an 'int'
Eric Andersen
2001-05-01
Yet another major rework. This time around, rework it to no longer
Eric Andersen
2001-04-27
Eliminate the useless _dl_interpreter_exit function
Eric Andersen
2001-04-24
Disable an ugly bug-workaround for ancient versions of gcc.
Eric Andersen
2001-04-23
Initial checkin for ld.so. This is a combination of effort from Manuel Novoa
Eric Andersen