Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-18 | 6961755 ld.so.1's -e arguments should take precedence over environment ↵ | Rod Evans | 1 | -0/+3 | |
variables. 6748925 moe returns wrong hwcap library in some circumstances | |||||
2010-05-26 | 6949596 wrong section alignment generated in joint compilation with shared ↵ | Rod Evans | 1 | -3/+3 | |
library | |||||
2010-05-20 | 6954032 Support library with ld_open and -z allextract in snv_139 do not mix | Ali Bahrami | 1 | -2/+3 | |
2010-05-19 | 6943772 Testing for a symbols existence with RTLD_PROBE is compromised by ↵ | Rod Evans | 4 | -16/+38 | |
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-04-26 | 6932220 ld -z allextract skips objects that lack global symbols | Ali Bahrami | 3 | -11/+16 | |
2010-04-13 | 6941727 ld relocation cache memory use is excessive | Ali Bahrami | 3 | -29/+160 | |
2010-03-29 | 6938628 ld.so.1 should produce diagnostics for all dl*() entry points | Rod Evans | 2 | -25/+35 | |
--HG-- rename : usr/src/cmd/sgs/liblddbg/common/callback.c => usr/src/cmd/sgs/liblddbg/common/dlfcns.c | |||||
2010-03-25 | 6931044 ld should not allow SHT_PROGBITS .eh_frame sections on amd64 | Ali Bahrami | 1 | -0/+2 | |
6931056 pvs -r output can include empty versions in output | |||||
2010-03-01 | 6918143 symbol capabilities | Rod Evans | 9 | -94/+277 | |
6910387 .tdata and .tbss separation invalidates TLS program header information | |||||
2010-02-28 | PSARC 2009/657 delete obsolete system call traps | Roger A. Faulkner | 1 | -1/+1 | |
6906485 delete obsolete system call traps --HG-- rename : usr/src/cmd/truss/xstat.c => usr/src/cmd/truss/stat.c rename : usr/src/lib/libc/port/gen/dup2.c => usr/src/lib/libc/port/gen/dup.c rename : usr/src/lib/libc/port/sys/libc_fcntl.c => usr/src/lib/libc/port/sys/fcntl.c rename : usr/src/lib/libc/port/sys/libc_open.c => usr/src/lib/libc/port/sys/open.c | |||||
2010-02-22 | 6916788 ld version 2 mapfile syntax | Ali Bahrami | 7 | -133/+300 | |
PSARC/2009/688 Human readable and extensible ld mapfile syntax | |||||
2010-02-18 | 6914728 Add dl_iterate_phdr() function to ld.so.1 | Ali Bahrami | 1 | -1/+22 | |
PSARC/2010/015 dl_iterate_phdr | |||||
2009-12-02 | 6900241 ld should track SHT_GROUP sections by symbol name, not section name | Ali Bahrami | 2 | -1/+3 | |
6901773 Special handling of STT_SECTION group signature symbol for GNU objects 6901895 Failing asserts in ld update_osym() trying to build gcc 4.5 develpment head 6875758 Remove temporary workaround to ctfmerge from 6866605 | |||||
2009-10-16 | 6885456 Need to implement GNU-ld behavior in construction of .init/.fini ↵ | Ali Bahrami | 1 | -5/+6 | |
sections | |||||
2009-10-14 | 6888489 Null environment variables are not overriding crle(1) replaceable ↵ | Rod Evans | 2 | -31/+64 | |
environment variables. | |||||
2009-09-18 | 6850768 ld option to autogenerate wrappers/interposers similar to GNU ld --wrap | Ali Bahrami | 2 | -0/+18 | |
PSARC/2009/493 ld -z wrap option | |||||
2009-07-29 | 6863263 libproc doesn't access in-core elf data correctly | Edward Pilatowicz | 2 | -73/+1 | |
2009-07-23 | 6862967 rd_loadobj_iter() failing for core files | Rod Evans | 3 | -8/+87 | |
6856173 streams core dumps when compiled in 64bit with a very large static array size 6834197 ld pukes when given an empty plate | |||||
2009-06-24 | 6853809 ld.so.1: rescan fallback optimization is invalid | Rod Evans | 2 | -9/+6 | |
6854158 ld.so.1: interposition can be skipped because of incorrect caller/destination validation | |||||
2009-06-16 | 6849998 remove undocumented mapfile $SPECVERS and $NEED options | Ali Bahrami | 2 | -13/+7 | |
2009-05-18 | 6841199 Undo 10 year old workaround and use 64-bit ld on 32-bit objects | Ali Bahrami | 1 | -0/+1 | |
6784790 ld should examine archives to determine output object class/machine PSARC/2009/305 ld -32 option | |||||
2009-05-12 | 6837777 ld ordered section code uses too much memory and works too hard | Ali Bahrami | 2 | -19/+34 | |
2009-05-08 | 6831308 ld.so.1: symbol rescanning does a little too much work | Rod Evans | 4 | -46/+189 | |
2009-04-21 | 6831285 linker LD_DEBUG support needs improvements | Ali Bahrami | 3 | -19/+50 | |
2009-04-03 | 6821619 Solaris linkers need systematic approach to ELF OSABI | Ali Bahrami | 5 | -662/+698 | |
PSARC/2009/196 ELF objects to set OSABI / elfdump -O option --HG-- rename : usr/src/cmd/sgs/libconv/common/cap.c => usr/src/cmd/sgs/libconv/common/cap_machelf.c rename : usr/src/cmd/sgs/libconv/common/dynamic.c => usr/src/cmd/sgs/libconv/common/dynamic_machelf.c rename : usr/src/cmd/sgs/libconv/common/globals.c => usr/src/cmd/sgs/libconv/common/globals_machelf.c rename : usr/src/cmd/sgs/libconv/common/sections.c => usr/src/cmd/sgs/libconv/common/sections_machelf.c rename : usr/src/cmd/sgs/libconv/common/symbols_sparc.c => usr/src/cmd/sgs/libconv/common/symbols_sparc_machelf.c | |||||
2009-03-20 | 6801536 ld: mapfile processing oddities unveiled through mmapobj(2) observations | Rod Evans | 5 | -136/+117 | |
2009-03-18 | 6813909 generalize eh_frame support to non-amd64 platforms | Ali Bahrami | 5 | -47/+39 | |
--HG-- rename : usr/src/cmd/sgs/libld/common/unwind.amd.c => usr/src/cmd/sgs/libld/common/unwind.c | |||||
2009-02-23 | 6807050 GNU linkonce sections can create duplicate and incompatible eh_frame ↵ | Ali Bahrami | 1 | -4/+16 | |
FDE entries | |||||
2009-01-28 | 6798676 ld.so.1: enters infinite loop with realloc/defragmentation logic | Rod Evans | 1 | -7/+8 | |
2009-01-22 | 6792836 ld is slow when processing GNU linkonce sections | Ali Bahrami | 1 | -3/+17 | |
2009-01-21 | 6686372 ld.so.1 should use mmapobj(2) | Rod Evans | 6 | -116/+93 | |
6726108 dlopen() performance could be improved. | |||||
2009-01-07 | 6789925 64-bit applications with SF1_SUNW_ADDR32 require non-default ↵ | Rod Evans | 4 | -15/+26 | |
starting address | |||||
2008-12-17 | 6782597 32-bit ld.so.1 needs to accept objects with large inode number | Ali Bahrami | 1 | -1/+37 | |
2008-12-16 | 6778453 RTLD_GROUP prevents use of application defined malloc | Rod Evans | 2 | -2/+4 | |
2008-12-09 | 6775062 remove /usr/lib/libldstab.so | Ali Bahrami | 2 | -2/+4 | |
2008-11-19 | 6736890 PT_SUNWBSS should be disabled | Ali Bahrami | 2 | -16/+11 | |
PSARC/2008/715 PT_SUNWBSS removal | |||||
2008-10-31 | 6748160 problem with -zrescan | Ali Bahrami | 2 | -1/+5 | |
PSARC 2008/651 New ld archive rescan options | |||||
2008-10-14 | 6754965 introduce the SF1_SUNW_ADDR32 bit in software capabilities | Rod Evans | 3 | -12/+1 | |
PSARC/2008/622 32-bit Address Restriction Software Capabilities Flag | |||||
2008-09-24 | 6749055 ld should generate GNU style VERSYM indexes for VERNEED records | Ali Bahrami | 2 | -5/+20 | |
PSARC/2008/603 ELF objects to adopt GNU-style Versym indexes | |||||
2008-09-23 | 6746674 setuid applications do not find libraries any more because trusted ↵ | Rod Evans | 1 | -3/+3 | |
directories behavior changed | |||||
2008-09-18 | 6744003 ld(1) could provide better argument processing diagnostics | Rod Evans | 2 | -1/+5 | |
PSARC/2008/583 add gld options to ld(1) | |||||
2008-09-02 | 6735939 ld(1) discarded symbol relocations errors (Studio and GNU). | Rod Evans | 3 | -37/+34 | |
6354160 Solaris linker includes more than one copy of code in binary when linking gnu object code 6732920 mdb doesn't quite handle Extended ELF sections | |||||
2008-07-09 | 6617475 gas creates erroneous FILE symbols [was: ld.so.1 is reported as ↵ | ab196087 | 1 | -0/+3 | |
false positive by wsdiff] | |||||
2008-07-02 | 6720509 usr/src/cmd/sgs/sgsdemangler should be removed | ab196087 | 1 | -1/+0 | |
--HG-- rename : usr/src/cmd/sgs/sgsdemangler/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile rename : usr/src/cmd/sgs/sgsdemangler/Makefile.com => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile.com rename : usr/src/cmd/sgs/sgsdemangler/Makefile.sub => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile.sub rename : usr/src/cmd/sgs/sgsdemangler/Makefile.targ => deleted_files/usr/src/cmd/sgs/sgsdemangler/Makefile.targ rename : usr/src/cmd/sgs/sgsdemangler/amd64/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/amd64/Makefile rename : usr/src/cmd/sgs/sgsdemangler/common/README.dem => deleted_files/usr/src/cmd/sgs/sgsdemangler/common/README.dem rename : usr/src/cmd/sgs/sgsdemangler/common/demangle.c => deleted_files/usr/src/cmd/sgs/sgsdemangler/common/demangle.c rename : usr/src/cmd/sgs/sgsdemangler/common/llib-ldemangle => deleted_files/usr/src/cmd/sgs/sgsdemangler/common/llib-ldemangle rename : usr/src/cmd/sgs/sgsdemangler/i386/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/i386/Makefile rename : usr/src/cmd/sgs/sgsdemangler/sparc/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/sparc/Makefile rename : usr/src/cmd/sgs/sgsdemangler/sparcv9/Makefile => deleted_files/usr/src/cmd/sgs/sgsdemangler/sparcv9/Makefile | |||||
2008-05-13 | 6699131 elfdump should display core file notes | ab196087 | 2 | -14/+224 | |
2008-05-12 | 6699594 The ld command has a problem handling 'protected' mapfile keyword. | rie | 1 | -5/+7 | |
2008-04-09 | 6509323 Need to disable the Multiple Files loading - same name, different ↵ | rie | 2 | -11/+26 | |
directories (or its stat() use) | |||||
2008-03-31 | 6679212 sgs use of SCCS id for versioning is obstacle to mercurial migration | ab196087 | 1 | -3/+9 | |
2008-03-27 | 6678244 elfdump dymamic section sanity checking needs refinement | ab196087 | 1 | -3/+5 | |
2008-03-19 | 6674666 elfedit dyn:posflag1 needs option to locate element via NEEDED item | ab196087 | 1 | -2/+4 | |