summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/rtld/common/_elf.h
AgeCommit message (Collapse)AuthorFilesLines
2022-09-0714901 remove remaining a.out support from sgsRichard Lowe1-2/+2
Reviewed by: Dan McDonald <danmcd@mnx.io> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Approved by: Garrett D'Amore <garrett@damore.org>
2010-07-206956152 dlclose() from an auditor can be fatal. Preinit/activity events ↵Rod Evans1-3/+3
should be more flexible.
2010-05-196943772 Testing for a symbols existence with RTLD_PROBE is compromised by ↵Rod Evans1-6/+1
RTLD_BIND_NOW PSARC/2010/175 Deferred symbol references 6943432 dlsym(RTLD_PROBE) should only bind to symbol definitions 6668759 an external method for determining whether an ELF dependency is optional --HG-- rename : usr/src/cmd/sgs/rtld/common/_inline.h => usr/src/cmd/sgs/rtld/common/_inline_gen.h
2010-03-016918143 symbol capabilitiesRod Evans1-4/+13
6910387 .tdata and .tbss separation invalidates TLS program header information
2009-05-086831308 ld.so.1: symbol rescanning does a little too much workRod Evans1-1/+1
2009-01-216686372 ld.so.1 should use mmapobj(2)Rod Evans1-23/+38
6726108 dlopen() performance could be improved.
2008-11-196736890 PT_SUNWBSS should be disabledAli Bahrami1-2/+0
PSARC/2008/715 PT_SUNWBSS removal
2008-10-146754965 introduce the SF1_SUNW_ADDR32 bit in software capabilitiesRod Evans1-4/+0
PSARC/2008/622 32-bit Address Restriction Software Capabilities Flag
2008-04-096509323 Need to disable the Multiple Files loading - same name, different ↵rie1-7/+9
directories (or its stat() use)
2008-03-04PSARC/2008/148: new ldd(1) -p optionrie1-0/+1
6357282 ldd should recognize PARENT and EXTERN symbols
2008-01-316654381 lazy loading fall-back needs optimizingrie1-3/+3
2007-03-216516665 The link-editors should be more resilient against gcc's symbol ↵ab1960871-0/+2
versioning
2007-02-286523787 dlopen() handle gets mistakenly orphaned - results in access to ↵rie1-1/+1
freed memory
2007-01-25PSARC 2007/026 ELF symbol sort sectionsab1960871-32/+38
6475344 DTrace needs ELF function and data symbols sorted by address
2006-09-19PSARC 2006/526 SHT_SUNW_LDYNSYM - default local symbol additionab1960871-4/+7
4934427 runtime linker should load up static symbol names visible to dladdr()
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+154