Module Name: src Committed By: joerg Date: Mon Mar 28 00:37:41 UTC 2011
Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Refine locking scheme around init/fini to not hold the exclusive lock. Use a simple generation count instead and restart looking for work if it changed (e.g. due to an dlopen call from an init function). Leave the possible dlclose() race for now. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/libexec/ld.elf_so/rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.