Module Name: src Committed By: roy Date: Sat Feb 27 11:16:38 UTC 2010
Modified Files: src/libexec/ld.elf_so: load.c rtld.c rtld.h symbol.c Log Message: Implement negative cache checks for symbol lookups. Uses the Donelist idea from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/libexec/ld.elf_so/load.c cvs rdiff -u -r1.128 -r1.129 src/libexec/ld.elf_so/rtld.c cvs rdiff -u -r1.88 -r1.89 src/libexec/ld.elf_so/rtld.h cvs rdiff -u -r1.50 -r1.51 src/libexec/ld.elf_so/symbol.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.