m68k: force inlining bswap functions
[platform/upstream/glibc.git] / elf /
2015-01-25 BramFix segmentation fault when LD_LIBRARY_PATH contains...
2015-01-21 Carlos O'DonellFix recursive dlopen.
2015-01-09 Chung-Lin TangRemove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic...
2015-01-08 Richard HendersonAdd -Wno-trampolines as needed
2015-01-08 Chung-Lin TangAdd Nios II definitions to elf/elf.h.
2015-01-02 Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-31 Matthew FortuneAdd support for MIPS O32 FPXX and .MIPS.abiflags
2014-12-21 H.J. LuAdd hidden __tls_get_addr/___tls_get_addr alias
2014-12-19 David S. MillerFix array bounds warnings in elf_get_dyanmic_info(...
2014-12-16 Torvald RiegelFix warning in elf/tst-unique4lib.cc.
2014-12-11 Andreas SchwabConstify string parameters
2014-12-02 Joseph MyersFix elf/tst-unique4lib.cc warning.
2014-11-29 Carlos O'DonellExpand comments in elf/ldconfig.c (search_dir)
2014-11-28 H.J. LuResize DTV if the current DTV isn't big enough
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-24 Siddhesh PoyarekarRemove IS_IN_rtld
2014-11-24 Siddhesh PoyarekarRemove IS_IN_ldconfig
2014-11-24 Siddhesh PoyarekarDefine IN_MODULE for translation units that define...
2014-11-24 Siddhesh PoyarekarRemove IN_LIB
2014-11-21 Will NewtonAArch64: Update relocations for ILP32
2014-11-19 Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-06 Carlos O'DonellRun check-localpltk/textrel/execstack over ld.so.
2014-11-05 Joseph MyersRemove INTDEF / INTUSE / INTVARDEF (bug 14132).
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-11-05 Joseph MyersDon't use INTDEF/INTUSE with _dl_mcount (bug 14132).
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_init (bug 14132).
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_argv (bug 14132).
2014-10-31 Matthew FortuneAdd a hook to enable load-time inspection of program...
2014-10-28 Carlos O'Donellelf/dl-load.c: Use __strdup.
2014-10-10 Joseph MyersDon't use INTVARDEF/INTUSE with __libc_enable_secure...
2014-10-09 Kostya Serebryanyremove nested functions from elf/dl-load.c
2014-10-08 Roland McGrathRemove unnecessarily nested function in do_lookup_unique.
2014-10-01 Kostya Serebryanyremove nested functions from elf/dl-deps.c
2014-09-29 Carlos O'DonellCorrectly size profiling reloc table (bug 17411)
2014-09-16 Siddhesh PoyarekarRemove CFLAGS for interp.c
2014-09-16 Siddhesh PoyarekarInclude .interp section only for libc.so
2014-07-14 Alan ModraCorrect DT_PPC64_NUM
2014-07-03 Richard HendersonRely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
2014-07-03 Richard HendersonRemove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
2014-06-26 Siddhesh PoyarekarFix Wundef warning for ELF_MACHINE_NO_RELA
2014-06-23 Will Newtonelf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely
2014-06-23 Will Newtonelf/dl-lookup.c: Remove unnecessary static variable
2014-06-23 Will Newtonelf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a...
2014-06-20 Maciej W. Rozycki[BZ #16046] dl_iterate_phdr static executable test
2014-06-18 Joseph MyersUse $(rtld-prefix) more consistently.
2014-06-07 Joseph MyersRemove redundant C locale settings.
2014-06-06 Joseph MyersDon't require test wrappers to preserve environment...
2014-05-27 Ondřej BílkaRemove duplicate code in elf/dl-deps.c.
2014-05-27 Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-05-17 Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16 Joseph MyersUse existing makefile variables for dependencies on...
2014-05-14 Andreas SchwabRemove last use of USE___THREAD
2014-05-09 Adhemerval ZanellaFix elf/tst-tls9-static build
2014-05-05 Roland McGrathMove rules for Linux-specific pldd program to Linux...
2014-04-11 Paul Pluzhnikov2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-04-03 Roland McGrathFactor mmap/munmap of PT_LOAD segments out of _dl_map_o...
2014-04-03 Will Newtonelf/dl-lookup.c: Remove obsolete comment about nested...
2014-03-27 Paul Pluzhnikov2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-03-26 Paul Pluzhnikov2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-03-25 Joseph MyersAdd empty GLIBC_2.2.5 version to elf/Versions.
2014-03-25 Paul PluzhnikovAddress post-commit patch comments.
2014-03-24 Paul PluzhnikovFix BZ #16634.
2014-03-14 Mike Frysingerstop supporting bash-1.x
2014-03-13 Mike Frysingersotruss: drop ksh support and add basic POSIX shell...
2014-03-13 Roland McGrathUse __ehdr_start, when available, for rtld to get its...
2014-03-13 Paul PluzhnikovAdd missing elf/tst-pie2.c -- should have been in
2014-03-12 Paul Pluzhnikov2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-03-07 Joseph MyersMake tests consistently use *.out output files.
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-28 Carlos O'DonellPromote do_lookup_x:check_match to a full function.
2014-02-28 Roland McGrathFix fallout from Joseph's untested Makeconfig change.
2014-02-25 Carlos O'DonellBZ #16613: Support TLS in audit libraries.
2014-02-25 Andreas SchwabFix race conditions in pldd that may leave the process...
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-14 Joseph MyersSplit up rules for tests that compare output with basel...
2014-02-12 Joseph MyersMake ABI tests generate .out files.
2014-02-11 Joseph MyersMerge MIPS dl-lookup.c into generic file.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-05 Allan McRaeRevert "Patch 3/4 of the effort to make TLS access...
2014-02-05 Allan McRaeRevert "Patch 2/4 of the effort to make TLS access...
2014-02-05 Allan McRaeRevert "Async-signal safe TLS."
2014-01-31 Maciej W. Rozycki[BZ #16046] Static dlopen correction fallout fixes.
2014-01-09 Brooks MosesObvious comment typo fix ("openened") in elf/dl-load.c.
2014-01-03 Paul PluzhnikovMerge branch 'master' of ssh://sourceware.org/git/glibc
2014-01-03 Andrew HunterAsync-signal safe TLS.
2014-01-01 Allan McRaeUpdate remaining copyright dates
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-19 Paul PluzhnikovFix white space as well.
2013-12-19 Paul PluzhnikovFix incorrect power of 2 check in last commit.
2013-12-19 Paul PluzhnikovCleanup compile warnings.
2013-12-19 Paul PluzhnikovPatch 2/4 of the effort to make TLS access async-signal...
2013-12-19 Paul PluzhnikovPatch 3/4 of the effort to make TLS access async-signal...
2013-12-18 Brooks MosesAdd error reporting (via errno) to getauxval().
2013-12-16 Roland McGrathClean up setjmp use in dl-error.c.
2013-12-05 Adhemerval ZanellaRevert wrong commit.
2013-12-05 Adhemerval ZanellaFix elf/get-dynamic-info.h for AT
2013-12-04 Ulrich WeigandPowerPC64 ELFv2 ABI 3/6: PLT local entry point optimization
2013-12-04 Ulrich WeigandPowerPC64 ELFv2 ABI 2/6: Remove function descriptors
2013-12-04 Alan ModraPowerPC64: Report overflow on @h and @ha relocations
next