about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Experimental patch to default PPC64 to no-execstack support. This will needRyan Arnold2010-06-293-0/+17
* (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM in elf/elf.h.Ulrich Drepper2009-07-291-0/+6
* Add new AT_BASE_PLATFORM bits to AUXV.Ryan S. Arnold2009-07-241-27/+28
* Fixed up sed invocation to work with newer linker scripts.Ryan S. Arnold2009-07-241-2/+2
* * elf/tls-macros.h (__TLS_GET_ADDR): Define according to the ABIUlrich Drepper2008-04-111-2/+7
* * elf/Makefile (tests): Substitute tests-vis-yes here.Ulrich Drepper2008-04-101-7/+5
* Remove useless "if" before "free".Ulrich Drepper2008-03-191-2/+1
* * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code forUlrich Drepper2008-03-081-3/+4
* [BZ #5786]Ulrich Drepper2008-03-083-3/+6
* * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): AddUlrich Drepper2008-03-084-7/+7
* 2008-02-19 Roland McGrath <roland@redhat.com>Roland McGrath2008-02-201-0/+1
* * elf/elf.h (NT_PPC_SPE): New macro.Roland McGrath2008-02-091-0/+1
* 2008-01-30 Roland McGrath <roland@redhat.com>Roland McGrath2008-01-301-1/+3
* * Makeconfig (sysd-rules-patterns): New variable.Roland McGrath2008-01-301-14/+8
* * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-177-10/+115
* * posix/getconf.c: Update copyright year.Ulrich Drepper2008-01-023-6/+6
* * elf/tst-execstack.c (do_test): Don't fail if SELinux forbidsUlrich Drepper2007-12-171-3/+38
* * elf/rtld.c (dl_main): Use the page size to find the map start.Ulrich Drepper2007-11-061-1/+2
* * elf/rtld.c (dl_main): Initialize stack and pointer guard earlyUlrich Drepper2007-10-311-23/+39
* [BZ #5222]Ulrich Drepper2007-10-281-1/+1
* 2007-10-19 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-201-1/+1
* 2007-10-06 David S. Miller <davem@davemloft.net>Jakub Jelinek2007-10-191-0/+1
* 2007-10-18 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-181-0/+1
* (save_aux_cache): Free memory allocated for temporary file name.Ulrich Drepper2007-10-131-0/+1
* [BZ #5104]Ulrich Drepper2007-10-051-1/+2
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-295-89/+179
* * elf/dl-lookup.c (add_dependency): Handle failing memory cvs/fedora-glibc-20070920T0007Ulrich Drepper2007-09-191-6/+6
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-184-26/+71
* * elf/elf.h: Define R_PARISC_PLABEL21L, R_PARISC_PLABEL14R,Ulrich Drepper2007-08-211-0/+22
* (do_lookup_x): Minimal improvement in hash lookup loop.Ulrich Drepper2007-08-211-1/+1
* * elf/Makefile ($(objpfx)ld.so): Use readelf -s and awk instead of nm -u cvs/fedora-glibc-20070816T2121Jakub Jelinek2007-08-161-1/+2
* * elf/dl-misc.c: Undo last change. The kernel won't allow it.Ulrich Drepper2007-08-141-6/+2
* * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute,Ulrich Drepper2007-08-131-8/+0
* * sysdeps/unix/sysv/linux/x86_64/libc-start.cUlrich Drepper2007-08-131-1/+1
* 2007-08-01 Andreas Jaeger <aj@suse.de>Ulrich Drepper2007-08-124-152/+491
* * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't needUlrich Drepper2007-08-111-2/+6
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-071-12/+10
* * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_openUlrich Drepper2007-08-031-0/+1
* * elf/ldconfig.c: Allow GPLv2 or any later version.Roland McGrath2007-07-164-8/+12
* [BZ #4775, BZ #4776]Ulrich Drepper2007-07-121-3/+6
* 2007-07-09 Roland McGrath <roland@redhat.com>Roland McGrath2007-07-101-5/+18
* Fix typo.Ulrich Drepper2007-07-041-1/+1
* * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check.Ulrich Drepper2007-07-042-8/+34
* * elf/dl-load.c (open_verify): Find .note.ABI-tag notes evenUlrich Drepper2007-06-301-8/+29
* (open_verify): Find .note.ABI-tag notes even in PT_NOTE segments with multipl...Ulrich Drepper2007-06-301-6/+23
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-207-77/+83
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-195-26/+52
* * elf/rtld.c (dl_main): Don't call init_tls more than once.Ulrich Drepper2007-06-181-5/+5
* * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list andUlrich Drepper2007-06-091-2/+7
* * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.Ulrich Drepper2007-06-091-7/+3