index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ld.elf_so
Age
Commit message (
Expand
)
Author
2010-03-19
Use the gcc directive to disable SSP warnings.
roy
2010-03-18
Use alloca(3) instead of local xmalloc for creating our DoneLists.
roy
2010-02-27
Implement negative cache checks for symbol lookups.
roy
2010-01-17
Restore backwards compatibility for binaries referencing the main
skrll
2010-01-16
Remove cargo cult dlinfo entry point.
skrll
2010-01-15
Put the dlopen,and friends entry points back.
skrll
2010-01-14
Remove the entry points for dlopen() and friends. They haven't been used
skrll
2010-01-14
Make DEBUG build compile.
skrll
2010-01-14
Wrap a few long lines.
skrll
2010-01-14
Shut gcc up.
skrll
2010-01-13
Shut gcc up.
skrll
2010-01-13
PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols
christos
2010-01-10
Reset the COMBRELOC cache Obj_Entry if it was freed.
skrll
2010-01-10
Fixup comment.
skrll
2010-01-09
Small tidyup.
skrll
2009-12-18
use COPTS for -G0.
mrg
2009-12-14
Merge from matt-nb5-mips64:
matt
2009-12-13
simplify the logic for compat ld.elf_so and move it here. we now can
mrg
2009-12-13
if BSD_MK_COMPAT_FILE is defined, .include it.
mrg
2009-12-13
rename LD32DIR to MLIBDIR.
mrg
2009-12-02
If the environment is corrupt, die. From FreeBSD.
christos
2009-11-17
Make _rtld_pagesz of type size_t.
skrll
2009-11-11
Add RCSID
skrll
2009-11-04
Fix start symbols for new binutils.
skrll
2009-10-22
Fix start symbol for newer binutils.
skrll
2009-09-25
ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE.
skrll
2009-09-24
Add Solarisa-like dlinfo() interface to the ELF dynamic linker.
pooka
2009-09-19
Fix start symbol. I have no idea how this worked before.
skrll
2009-09-12
Fix the start symbol.
skrll
2009-08-29
Remove trailing \n in calls to _rtld_error: a newline is automatically
jmmv
2009-05-24
Apply fix borrowed from i386: Fix const issue (cast const pointers
he
2009-05-24
Copy build fix from i386: Fix const issues (cast const pointers
he
2009-05-23
After a recent WARNS= bump on ld.elf_so it fails to build on hppa,
mjf
2009-05-22
Use the new Elf_SOff (signed offset) type to fix a few signed/unsigned
martin
2009-05-20
fix signed/unsigned comparisons and const cast away (untested)
christos
2009-05-20
Add a reminder about ldd depending on ld.so.
ad
2009-05-19
warns=4
christos
2009-04-12
Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")
lukem
2009-03-16
Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")
lukem
2009-03-16
Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t")
lukem
2009-03-16
Default to WARNS=4
lukem
2009-03-15
rename a variable to avoid a compiler warning
lukem
2009-01-06
add some (uintptr_t) to some casts, so these compile with ELFSIZE=32
mrg
2009-01-06
move the defines for RTLD_ARCH_SUBDIR into a sub-sub-makefile so we can
mrg
2008-10-26
if LD32DIR is defined:
mrg
2008-10-16
Never build this with PIE.
christos
2008-10-04
lib/39649: dlsym(3) does not follow dependencies
skrll
2008-09-27
avoid usind __builtin_return_address(0) on PowerPC because it fails in
macallan
2008-07-29
Make sure to call dlerror() to clear any error messages after the relocations
matt
2008-07-24
RCSID police
skrll
[next]