summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2008-03-19Remove useless "if" before "free".Ulrich Drepper1-2/+1
2008-03-08* sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code forUlrich Drepper1-3/+4
2008-03-08[BZ #5786]Ulrich Drepper3-3/+6
2008-03-08* sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper4-7/+7
2008-02-202008-02-19 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
2008-02-09* elf/elf.h (NT_PPC_SPE): New macro.Roland McGrath1-0/+1
2008-01-302008-01-30 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+3
2008-01-30* Makeconfig (sysd-rules-patterns): New variable.Roland McGrath1-14/+8
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper7-10/+115
2008-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper3-6/+6
2007-12-17* elf/tst-execstack.c (do_test): Don't fail if SELinux forbidsUlrich Drepper1-3/+38
2007-11-06* elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper1-1/+2
2007-10-31* elf/rtld.c (dl_main): Initialize stack and pointer guard earlyUlrich Drepper1-23/+39
2007-10-28[BZ #5222]Ulrich Drepper1-1/+1
2007-10-202007-10-19 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2007-10-192007-10-06 David S. Miller <davem@davemloft.net>Jakub Jelinek1-0/+1
2007-10-182007-10-18 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
2007-10-13(save_aux_cache): Free memory allocated for temporary file name.Ulrich Drepper1-0/+1
2007-10-05[BZ #5104]Ulrich Drepper1-1/+2
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): StoreUlrich Drepper5-89/+179
2007-09-19* elf/dl-lookup.c (add_dependency): Handle failing memoryUlrich Drepper1-6/+6
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper4-26/+71
2007-08-21* elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,Ulrich Drepper1-0/+22
2007-08-21(do_lookup_x): Minimal improvement in hash lookup loop.Ulrich Drepper1-1/+1
2007-08-16* elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u Jakub Jelinek1-1/+2
2007-08-14* elf/dl-misc.c: Undo last change. The kernel won't allow it.Ulrich Drepper1-6/+2
2007-08-13* elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,Ulrich Drepper1-8/+0
2007-08-13* sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper1-1/+1
2007-08-122007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper4-152/+491
2007-08-11* elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't needUlrich Drepper1-2/+6
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.Roland McGrath1-12/+10
2007-08-03* intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper1-0/+1
2007-07-16* elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath4-8/+12
2007-07-12[BZ #4775, BZ #4776]Ulrich Drepper1-3/+6
2007-07-102007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath1-5/+18
2007-07-04Fix typo.Ulrich Drepper1-1/+1
2007-07-04* elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.Ulrich Drepper2-8/+34
2007-06-30* elf/dl-load.c (open_verify): Find .note.ABI-tag notes evenUlrich Drepper1-8/+29
2007-06-30(open_verify): Find .note.ABI-tag notes even in PT_NOTE segments with multipl...Ulrich Drepper1-6/+23
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper7-77/+83
2007-06-19* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper5-26/+52
2007-06-18* elf/rtld.c (dl_main): Don't call init_tls more than once.Ulrich Drepper1-5/+5
2007-06-09* elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list andUlrich Drepper1-2/+7
2007-06-09* elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.Ulrich Drepper1-7/+3
2007-06-09* elf/dl-close.c (_dl_close_worker): Remove all to be removedUlrich Drepper1-19/+32
2007-05-19* elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper4-11/+49
2007-05-11(add_to_global): One more small cleanup patch.Ulrich Drepper1-6/+3
2007-05-11* elf/dl-close.c (_dl_close_worker): Help gcc to optimize byUlrich Drepper1-29/+29
2007-05-11* elf/dl-open.c (add_to_global): Introduce variable ns to help gccUlrich Drepper1-19/+22
2007-05-06[BZ #4131]Ulrich Drepper1-113/+113