OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / ldso /
2014-09-16 Bernhard Reutner... buildsys: fix IS_IN_lib*
2014-09-04 Bernhard Reutner... ldso: Fix compile-error on noMMU
2014-08-18 Vineet GuptaNPTL: ARC support
2014-08-18 Joern RenneckeARC: ldso: Use @pcl syntax.
2014-07-22 Vineet GuptaARC: ldso: Dont force frame pointer as it useless for...
2014-06-12 Yann E. MORINarm: move check for BX to its own header
2014-04-23 Gregory Fongldso: Add remaining relocation types to the table
2014-04-23 Gregory Fongldso/mips: Remove redundant LD_DEBUG prints
2014-04-23 Gregory Fongldso/mips: actually print results of each relocation
2014-04-23 Bernhard Reutner... ldso: Fix misplaced declaration
2014-04-08 Cédric VINCENTldso: fix standalone execution on x86_64 architecture
2014-04-01 Max Filippovxtensa: add missing .literal_position directives
2014-01-15 Bernhard Reutner... ldso: arm, metag: Use runtime pagesize
2013-12-20 Bernhard Reutner... ldso: ARC: tweak whitespace some more
2013-12-20 Vineet Guptaldso: ARC whitespace tweaks
2013-12-20 Vineet Guptaldso: Add ARC support
2013-12-20 Waldemar BrodkorbFix for SIGBUS error on MIPS64 with N64 ABI
2013-12-20 Bernhard Reutner... ldso: use unlikely macro
2013-11-12 Bernhard Reutner... ldso: silence warnings in debug code
2013-11-06 Baruch Siachldso: remove duplicate function declarations
2013-11-06 Baruch Siachlibdl: fix unused variable warning
2013-11-06 Baruch Siachldso: fix unused variable warning
2013-06-07 Gregory Fongldso/libdl: Also include dl-tls.h for for !SHARED.
2013-05-13 Filippo Arcidiaconolibdl: fix dlopen implementation from statically linked...
2013-05-13 Filippo ARCIDIACONOlibc: deal with aux vect inside __uClibc_main only...
2013-03-22 Nathan SidwellFix some fragileness in dlopen/do_dlopen wrapper &...
2013-03-14 Markos Chandrasmetag: Add NPTL support
2013-03-14 Markos Chandrasmetag: Add support for loading shared objects into...
2013-03-14 Markos ChandrasAdd support for the Meta architecture
2013-03-14 Vineet Guptaldso: Fix Build warnings with common-generic ABI build
2013-03-07 Markos Chandrasbuildsys: Add missing $(SYMBOL_PREFIX) to symbol names
2013-02-20 Markos Chandrasldso: Use newer syscalls if arch does not have the...
2013-02-05 Bernhard Reutner... mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED
2013-01-09 Timo Teräsdl: fix dlsym lookups with RTLD_NEXT
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-18 Mike Frysingerldso: include dlfcn.h for RTLD_NODELETE
2012-06-15 Peter S. Mazingeradd LDSO_SAFE_RUNPATH config option
2012-06-15 Peter S. Mazingerdl-defs.h: avoid including dl-sysdep.h if compiling...
2012-06-15 Peter S. Mazingermips/README: fix comment about file from which function...
2012-06-15 Peter S. Mazingerldso: use _dl_strdup and _dl_dprintf only in ld-uClibc.so
2012-06-15 Peter S. Mazingerdl-string.h: include dl-defs.h instead of dl-sysdep.h
2012-06-15 Peter S. Mazingerdl-defs.h: include dl-sysdep.h before fallbacks.
2012-06-15 Peter S. Mazingerdl-elf.h: add some includes and fix comments
2012-06-15 Peter S. Mazingerldso/include: change guard of headers to reflect the...
2012-06-15 Peter S. Mazingerlibdl.c: disable dlinfo
2012-06-15 Peter S. Mazingerdl-string.h: change IS_IN_libdl guard to IS_IN_rtld
2012-06-15 Peter S. Mazingerdl-string.h: use __powerpc__ guard instead of powerpc
2012-06-15 Peter S. Mazingerdl-string.h: remove mips related guard
2012-06-15 Peter S. Mazingeravr32: common do_rem is good for it
2012-06-15 Peter S. Mazingerlibdl: no need for _dl_strstr in libdl, use strstr
2012-06-15 Peter S. Mazingerppc/elfinterp.c: fix comment typos
2012-06-15 Peter S. Mazingerdl-hash.h: remove unused _dl_symbol and unneeded prototypes
2012-06-15 Peter S. Mazingerlibdl.c: hide dl_cleanup
2012-06-15 Peter S. Mazingerdl-elf.h: remove unused prototype
2012-06-15 Peter S. Mazingerlibdl.c,dl-string.h: do not use inlined _dl_memset...
2012-06-15 Bernhard Reutner... ldso: use .arm mode for resolver unconditionally
2012-06-13 Mark SalterUpdate C6X support
2012-06-06 Filippo Arcidiaconoldso: preload standard path library with setuid bit set
2012-06-06 Mark SalterClean up DSBT support
2012-05-18 Filippo Arcidiaconoldso: sh: handle _dl_skip_args in linker startup instea...
2012-04-08 Filippo Arcidiaconoldso: fix fdpic support broken from prelink patch
2012-03-29 Mike Frysingerldso: mark _start hidden
2012-03-27 Mike Frysingerldso: bfin: add alias from __start to _start
2012-03-27 Mike Frysingerldso: bfin: tweak style
2012-03-25 Mike Frysingerldso: use ELF_xxx()/ElfW() helpers
2012-03-15 Carmelo Amorosoldso: remove duplicated assignment with TLS symbol
2012-03-14 Carmelo Amorosoldso:sh: fix compiler warning due to unused-but-set...
2012-02-09 Filippo Arcidiaconolibdl: fix memleak for local scope of dlopened's needed...
2012-01-27 Bernhard Reutner... ldso: fix typo in debug message
2012-01-24 Carmelo Amorosoldso/mips: fix symbol lookup for JUMP_SLOT and COPY...
2012-01-24 Carmelo Amorosolibdl: fix dlclose handling of symbol scope
2012-01-24 Khem Rajmips/libdl: Apply relocations after appending the new...
2012-01-15 Mike Frysingerbuildsys: cache build flags in vars
2012-01-02 Mike Frysingerldso: setup search path even when there are no "/"
2012-01-02 Mike Frysingerldso: simplify interp path search logic
2011-12-22 Timo Teräslibdl: rudimentary locking for dlopen/dlsym/dlclose
2011-11-27 Mike Frysingerldso: bfin: fix sram_flags init
2011-11-27 Mike Frysingerldso: bfin: shrink sram mapping func
2011-11-27 Mike Frysingerldso: fdpic: clean up style
2011-11-27 Mike Frysingerldso: fdpic: unify duplicate bfin/frv logic
2011-11-27 Mike Frysingerldso: use __func__ rather than __FUNCTION__
2011-11-23 Filippo Arcidiaconolibdl: fix size parameter when unmap library in dlclose
2011-11-07 Timo Teräsldso: support RTLD_NOLOAD
2011-10-25 Carmelo Amorosoldso: let people disable to lookup into LD_LIBRARY_PATH
2011-10-25 Carmelo Amorosoldso: minor fixes to implicit search path
2011-10-25 Carmelo Amorosoldso: disable the implicit path search in stand-alone...
2011-10-19 Carmelo Amorosolibdl: remove _dl_ldsopath from libdl.a
2011-10-14 Bernhard Reutner... ldso: silence harmless warning for !LDSO_PRELINK_SUPPORT
2011-10-06 Mike Frysingerldso: unify pread syscall definition
2011-10-06 Mike Frysingerldso: bfin/frv: drop dead simulator code
2011-10-06 Mike Frysingerldso: merge duplicate dl-syscalls.h code to common...
2011-10-06 Ryan Fluxmicroblaze mmu/elf/shared lib support
2011-10-01 Mike Frysingerldso: x86_64: delete unused variable
2011-10-01 Mike Frysingerldso: constify reloc array itself
2011-08-26 Carmelo Amorosoldso: fix build with PRELINK enabled and !TLS
2011-08-26 Bernhard Reutner... ldso: add missing include
2011-07-27 Kevin Cernekeeldso/mips: Clean up warnings
2011-07-27 Kevin Cernekeeldso/mips: dlsym() incorrectly matches undefined symbols
2011-07-27 Kevin Cernekeeldso/mips: Enable bootstrap relocations
next