| Commit message (Expand) | Author | Age | Files | Lines |
* | * elf/dl-dst.h: No need for _dl_dst_count, _dl_dst_substitute, | Ulrich Drepper | 2007-08-13 | 1 | -8/+0 |
* | * sysdeps/unix/sysv/linux/x86_64/libc-start.c | Ulrich Drepper | 2007-08-13 | 1 | -1/+1 |
* | 2007-08-01 Andreas Jaeger <aj@suse.de> | Ulrich Drepper | 2007-08-12 | 4 | -152/+491 |
* | * elf/dl-misc.c (_dl_sysdep_read_whole_file): We really don't need | Ulrich Drepper | 2007-08-11 | 1 | -2/+6 |
* | * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939 | Roland McGrath | 2007-08-07 | 1 | -12/+10 |
* | * intl/dcigettext.c (_nl_find_msg): Free encoding if __gconv_open | Ulrich Drepper | 2007-08-03 | 1 | -0/+1 |
* | * elf/ldconfig.c: Allow GPLv2 or any later version. | Roland McGrath | 2007-07-16 | 4 | -8/+12 |
* | [BZ #4775, BZ #4776] | Ulrich Drepper | 2007-07-12 | 1 | -3/+6 |
* | 2007-07-09 Roland McGrath <roland@redhat.com> | Roland McGrath | 2007-07-10 | 1 | -5/+18 |
* | Fix typo. | Ulrich Drepper | 2007-07-04 | 1 | -1/+1 |
* | * elf/dl-sysdep.c (_dl_important_hwcaps): Add integer overflow check. | Ulrich Drepper | 2007-07-04 | 2 | -8/+34 |
* | * elf/dl-load.c (open_verify): Find .note.ABI-tag notes even | Ulrich Drepper | 2007-06-30 | 1 | -8/+29 |
* | (open_verify): Find .note.ABI-tag notes even in PT_NOTE segments with multipl... | Ulrich Drepper | 2007-06-30 | 1 | -6/+23 |
* | * elf/dl-close.c (free_mem): Free _dl_scope_free_list. | Ulrich Drepper | 2007-06-20 | 7 | -77/+83 |
* | * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elements | Ulrich Drepper | 2007-06-19 | 5 | -26/+52 |
* | * elf/rtld.c (dl_main): Don't call init_tls more than once. | Ulrich Drepper | 2007-06-18 | 1 | -5/+5 |
* | * elf/do-lookup.h (do_lookup_x): Read r_nlist before r_list and | Ulrich Drepper | 2007-06-09 | 1 | -2/+7 |
* | * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist. | Ulrich Drepper | 2007-06-09 | 1 | -7/+3 |
* | * elf/dl-close.c (_dl_close_worker): Remove all to be removed | Ulrich Drepper | 2007-06-09 | 1 | -19/+32 |
* | * elf/dl-close.c (_dl_close_worker): When removing object from | Ulrich Drepper | 2007-05-19 | 4 | -11/+49 |
* | (add_to_global): One more small cleanup patch. | Ulrich Drepper | 2007-05-11 | 1 | -6/+3 |
* | * elf/dl-close.c (_dl_close_worker): Help gcc to optimize by | Ulrich Drepper | 2007-05-11 | 1 | -29/+29 |
* | * elf/dl-open.c (add_to_global): Introduce variable ns to help gcc | Ulrich Drepper | 2007-05-11 | 1 | -19/+22 |
* | [BZ #4131] | Ulrich Drepper | 2007-05-06 | 1 | -113/+113 |
* | 2007-04-22 Roland McGrath <roland@redhat.com> | Roland McGrath | 2007-04-22 | 1 | -0/+1 |
* | [BZ #4344] | Jakub Jelinek | 2007-04-13 | 1 | -4/+4 |
* | * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130 | Ulrich Drepper | 2007-03-17 | 2 | -6/+8 |
* | * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. | Richard Henderson | 2007-03-13 | 1 | -0/+3 |
* | * elf/rtld.c (RESOLVE_MAP): Always return bootstrap_map reference. | Ulrich Drepper | 2007-02-12 | 2 | -5/+7 |
* | * elf/dl-minimal.c: Undefine _itoa first. | Ulrich Drepper | 2007-01-25 | 1 | -1/+2 |
* | * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. | Ulrich Drepper | 2007-01-15 | 3 | -24/+49 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 50 | -707/+409 |
* | . | Jakub Jelinek | 2007-07-31 | 50 | -409/+707 |
* | * elf/elf.h (R_MIPS_GLOB_DAT): Define. | Jakub Jelinek | 2007-01-08 | 1 | -2/+3 |
* | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 2007-01-03 | 3 | -6/+6 |
* | * elf/dl-support.c: Include dl-procinfo.h. | Ulrich Drepper | 2006-12-19 | 1 | -0/+1 |
* | [BZ #3483] | Ulrich Drepper | 2006-11-10 | 1 | -1/+7 |
* | [BZ #3465] | Ulrich Drepper | 2006-11-10 | 3 | -3/+3 |
* | * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0 cvs/fedora-glibc-20061109T1949 | Ulrich Drepper | 2006-11-09 | 2 | -20/+13 |
* | * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P. | Ulrich Drepper | 2006-10-29 | 4 | -7/+7 |
* | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 2006-10-28 | 3 | -14/+8 |
* | * Makerules: USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 1 | -2/+6 |
* | USE_TLS support is now default. | Ulrich Drepper | 2006-10-27 | 36 | -262/+98 |
* | * elf/Makefile: Add rules to build and run tst-thrlock. | Ulrich Drepper | 2006-10-27 | 3 | -7/+60 |
* | * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and | Ulrich Drepper | 2006-10-27 | 2 | -12/+26 |
* | [BZ #3429] | Ulrich Drepper | 2006-10-27 | 1 | -10/+11 |
* | * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope | Ulrich Drepper | 2006-10-27 | 9 | -153/+85 |
* | [BZ #3313] | Ulrich Drepper | 2006-10-18 | 5 | -23/+41 |
* | * elf/dl-minimal.c (realloc): Optimize last patch. | Ulrich Drepper | 2006-10-13 | 1 | -4/+3 |
* | [BZ #3352] | Ulrich Drepper | 2006-10-12 | 1 | -3/+4 |