]> sourceware.org Git - glibc.git/history - elf
Revert unwanted patch. Again.
[glibc.git] / elf /
2010-06-28 Ulrich DrepperRevert unwanted patch. Again.
2010-06-28 Ulrich DrepperFix whitespaces.
2010-06-15 Kirill A. ShutemovFlush cache after solving TEXTRELs if arch requires it.
2010-05-22 Ulrich DrepperDon't crash on unresolved weak symbol reference when...
2010-05-21 Andreas SchwabDon't crash on unresolved weak symbol reference
2010-05-07 Roland McGrathFix a const warning in ldconfig.
2010-05-03 Ulrich DrepperFix ldconfig to handle symlinks in chroot correctly.
2010-05-03 Ulrich DrepperSimplify OOM handling in ldconfig.
2010-05-03 Ulrich DrepperOne more bug in ldconfig -r handling.
2010-05-03 Andreas SchwabDon't deadlock in __dl_iterate_phdr while (un)loading...
2010-05-03 Ulrich DrepperCode cleanup in __dl_iterate_phdr.
2010-04-19 Roland McGrathLink elf/noload test against -ldl.
2010-04-15 Andreas SchwabDon't crash in trace mode when dependencies are missing
2010-04-13 Matt Flemingelf/elf.h: Add SH specific ELF header flags.
2010-04-08 Ulrich DrepperMerge remote branch 'origin/roland/hwcap_mask'
2010-04-06 Joseph Myerself/elf.h (ELFOSABI_ARM_AEABI): Define.
2010-04-06 Roland McGrathObey LD_HWCAP_MASK in ld.so.cache lookups. roland/hwcap_mask
2010-04-06 Roland McGrathelf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
2010-04-05 Ulrich DrepperFix aux cache handling in ldconfig with chroot.
2010-03-29 Thomas SchwingeHandle platforms without aux vector
2010-03-26 Richard HendersonDon't take the address of a void object.
2010-03-24 Ulrich DrepperFix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING
2010-03-18 Ulrich DrepperFuture safety in checking ELF header.
2010-03-17 Ulrich DrepperExtended ELF ABI version handling only for Linux.
2010-03-15 Ulrich DrepperUpdate copyright year.
2010-03-15 Ulrich DrepperImplement handling of libc ABI in ELF header.
2010-03-12 Andreas SchwabDon't underestimate length of DST substitution
2010-03-11 Roland McGrathelf.h: Add missing R_X86_64_*64 relocs.
2010-03-05 Ulrich DrepperDefine new x86-64 relocation symbols
2010-03-02 Roland McGrathMerge commit 'origin/davem/sparc'
2010-03-01 Roland McGrathDefine NT_X86_XSTATE constant for ELF core files.
2010-02-25 Ulrich DrepperFix comment.
2010-02-12 Alan Modrafix powerpc macros in tls-macros.h
2010-02-10 David S. MillerSparc STT_GNU_IFUNC support
2010-02-10 Maxim KuvyrkovAdd m68k TLS relocations
2010-01-18 Andreas SchwabUse correct type when casting d_tag.
2010-01-18 Andreas SchwabIgnore negative dynamic entry types.
2010-01-15 Andreas Krebbel/390: Add runtime check for the highgprs kernel feature.
2010-01-15 Andreas Krebbelld.so: Adjust the auxv if ld.so is directly invoked.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-08 Roland McGrathAdd new ELF constant PN_XNUM.
2010-01-07 Roland McGrathUse NT_GNU_HWCAP instead of literal 2.
2009-12-15 Ulrich DrepperAvoid ELF lookup race.
2009-11-06 Ulrich DrepperFix up whitespaces.
2009-11-06 H.J. LuProperly handle STT_GNU_IFUNC symbols in do_sym.
2009-10-30 Ulrich DrepperAdd cast in tst-execstack to avoid warning.
2009-10-30 Alan ModraUglify IFUNC tests for PPC.
2009-10-30 Alan ModraImplement IFUNC for PPC.
2009-10-23 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-10-21 Andreas SchwabHandle IFUNC symbols in dlsym.
2009-10-07 Andreas SchwabFix descriptor leak when calling dlopen with RTLD_NOLOAD
2009-09-28 Ulrich DrepperFix missing reloc dependency
2009-08-08 H.J. LuSupport mixed SSE/AVX audit and check AVX only once.
2009-08-07 Andreas SchwabFix expanding STB_GNU_UNIQUE hash table.
2009-07-29 Ulrich DrepperPreserve SSE registers in runtime relocations on x86-64.
2009-07-29 Ulrich DrepperFix bookkeeping of static TLS block for TLS_TCB_AT_TP...
2009-07-27 Ulrich DrepperBreak out _dl_scope_free into its own file.
2009-07-27 Jakub JelinekFix STB_GNU_UNIQUE handling for > 30 unique symbols.
2009-07-26 Ulrich DrepperDefine NT_GNU_GOLD_VERSION.
2009-07-23 Ulrich DrepperMinor optimization of unloading prevention patch.
2009-07-23 Ulrich DrepperFix comment.
2009-07-23 Ulrich DrepperSome more fixes for the unique symbol handling.
2009-07-23 Ulrich DrepperHandle unloading of DSO with a unique symbol definition.
2009-07-16 Ulrich DrepperRemove warning and little optimization.
2009-07-15 Ulrich DrepperFix build issue with modules for audit test on machines...
2009-07-10 H.J. LuAdd AVX support to ld.so auditing for x86-64.
2009-07-10 Ulrich DrepperRemove do-lookup.h.
2009-07-10 Ulrich DrepperImplement STB_GNU_UNIQUE handling.
2009-07-07 Ulrich DrepperDefine STB_GNU_UNIQUE.
2009-07-07 Ulrich DrepperClean up code for hash table handling in ld.so.
2009-07-06 Ulrich DrepperOptimize test for valid ELF symbol types in lookup... ibm/master
2009-07-02 Ulrich DrepperFix whitespace in last patch.
2009-07-02 H.J. LuFix handling of xmm6 in ld.so audit hooks on x86-64.
2009-06-22 Ulrich DrepperMore whitespace cleanups.
2009-06-22 Ulrich DrepperClean up whitespaces in last patch.
2009-06-22 H.J. LuAdd more IFUNC tests.
2009-06-18 H.J. LuUse +link-pie Makefile rule to link PIE ifunc tests.
2009-06-17 Andreas SchwabDon't treat bug reporting message as a format string.
2009-06-16 H.J. LuConsolidate PIE linking Makefile rules.
2009-06-15 Jakub Jelineklibc part of prelink IFUNC support.
2009-06-03 H.J. LuTest for ELF IFUNC functionality.
2009-06-03 Ulrich DrepperTerminate correct buffer.
2009-06-01 Ulrich DrepperFinish IFUNC support for x86 and x86-64.
2009-05-16 Andreas SchwabRemove redundant .gitignore files.
2009-05-15 Jim Meyeringrename each .cvsignore file to .gitignore
2009-05-15 Ulrich DrepperTest DSOs for executable stack.
2009-04-27 Ulrich Drepper[BZ #10087]
2009-04-26 Ulrich Drepper* nscd/connections.c (send_ro_fd): Define temporary...
2009-04-26 Ulrich Drepper* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remov...
2009-04-19 Ulrich Drepper[BZ #10069]
2009-04-17 Roland McGrath2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon...
2009-04-16 Jakub Jelinek* elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if... cvs/fedora-glibc-20090416T1610
2009-04-15 Roland McGrath2009-04-14 Roland McGrath <roland@redhat.com>
2009-04-02 Roland McGrathMissed copyright year update
2009-04-02 Roland McGrath2009-04-01 Roland McGrath <roland@redhat.com>
2009-04-01 Ulrich Drepper* elf/dl-open.c: Keep track of used name spaces and... cvs/fedora-glibc-20090401T0935
2009-03-31 Ulrich Drepper* elf/dl-load.c: Remove support for systems without...
2009-03-30 Ulrich Drepper* elf/do-lookup.h (do_lookup_x): Minor optimization...
2009-03-16 Ulrich Drepper[BZ #9733]
2009-03-16 Ulrich Drepper* elf/rtld.c (dl_main): Extend help message for --audit...
next
This page took 0.09233 seconds and 8 git commands to generate.