summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/release/2.10/master' into fedora/2.10/masterAndreas Schwab2009-07-296-8/+213
|\
| * Fix whitespace in last patch.Ulrich Drepper2009-07-292-2/+2
| * Remove redundant .gitignore files.Andreas Schwab2009-07-291-6/+0
| * Fix build issue with modules for audit test on machines != x86-64.Ulrich Drepper2009-07-161-1/+3
| * Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu2009-07-164-1/+210
| * Terminate correct buffer.Ulrich Drepper2009-06-061-1/+1
| * rename each .cvsignore file to .gitignoreJim Meyering2009-05-221-0/+0
| * [BZ #10087]Ulrich Drepper2009-04-271-3/+5
| * * nscd/connections.c (send_ro_fd): Define temporary variable to avoidUlrich Drepper2009-04-261-15/+52
| * * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inlineUlrich Drepper2009-04-262-10/+46
| * [BZ #10069]Ulrich Drepper2009-04-191-0/+12
| * 2009-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2009-04-171-9/+7
| * * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610Jakub Jelinek2009-04-161-1/+2
| * 2009-04-14 Roland McGrath <roland@redhat.com>Roland McGrath2009-04-151-22/+42
| * Missed copyright year updateRoland McGrath2009-04-021-1/+1
| * 2009-04-01 Roland McGrath <roland@redhat.com>Roland McGrath2009-04-021-1/+13
| * * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-0111-30/+50
| * * elf/dl-load.c: Remove support for systems without MAP_ANON.Ulrich Drepper2009-03-314-40/+5
| * * elf/do-lookup.h (do_lookup_x): Minor optimization and cleanup.Ulrich Drepper2009-03-301-7/+7
| * [BZ #9733]Ulrich Drepper2009-03-164-14/+20
| * * elf/rtld.c (dl_main): Extend help message for --audit option.Ulrich Drepper2009-03-161-1/+2
| * * elf/dl-runtime.c (reloc_offset): Define.Ulrich Drepper2009-03-151-9/+12
| * * elf/dl-sysdep.c (_dl_show_auxv): Add support for AT_BASE_PLATFORM.Ulrich Drepper2009-03-141-29/+30
| * * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-133-6/+21
| * * include/stdio.h (fmemopen): Add libc_hidden_proto.Ulrich Drepper2009-03-101-1/+1
| * * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER isUlrich Drepper2009-02-101-1/+3
| * * debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2009-02-064-17/+91
| * * elf/Makefile (ld.so): Adjust the sed script to insert _begin in toUlrich Drepper2009-01-311-2/+2
| * * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): TakeUlrich Drepper2009-01-113-11/+22
| * (AT_RANDOM): Define AT_BASE_PLATFORM and AT_RANDOM.Ulrich Drepper2009-01-111-0/+4
| * * posix/getconf.c: Update copyright year.Ulrich Drepper2009-01-023-6/+6
| * * elf/elf.h (NT_386_IOPERM): New macro.Roland McGrath2008-11-261-0/+2
| * * elf/dl-tls.c (__tls_get_addr): After calling _dl_update_slotinfo cvs/fedora-glibc-20081031T2102Ulrich Drepper2008-10-314-2/+71
| * * elf/Makefile: Add rules to build and run tst-tls17. cvs/fedora-glibc-20081019T1815Ulrich Drepper2008-10-174-1/+77
| * * stdlib/divmod_1.c: Use correct type for dummy variable.Ulrich Drepper2008-10-171-1/+1
| * (_dl_update_slotinfo): Copy all of the initial DTV.Ulrich Drepper2008-10-161-1/+1
| * 2008-10-01 Mark Shinwell <shinwell@codesourcery.com>Roland McGrath2008-10-011-2/+11
| * * Makefile (check-data): Check data directory in add-ons.Roland McGrath2008-08-191-2/+2
| * * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo allUlrich Drepper2008-08-143-12/+0
| * * elf/Makefile (check-localplt.out): Also check libresolv andUlrich Drepper2008-08-011-0/+2
| * 2008-07-28 Roland McGrath <roland@redhat.com>Roland McGrath2008-07-291-0/+1
| * * Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper2008-07-262-3/+3
| * * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Namespace cleanup.Ulrich Drepper2008-07-262-12/+7
| * * elf/elf.h: Define AT_EXECFN.Ulrich Drepper2008-07-244-1/+15
| * * shlib-versions (sparc.*-.*-.*, sparc64.*-.*-.*): Add ABI lines.Roland McGrath2008-05-221-4/+8
| * * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.Jakub Jelinek2008-05-191-4/+0
| * Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-135-28/+229
| * * elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path inUlrich Drepper2008-05-121-43/+56
| * * 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