Age | Commit message (Expand) | Author | Files | Lines |
2014-12-02 | Fix elf/tst-unique4lib.cc warning. | Joseph Myers | 1 | -1/+1 |
2014-11-29 | Expand comments in elf/ldconfig.c (search_dir) | Carlos O'Donell | 1 | -2/+24 |
2014-11-28 | Resize DTV if the current DTV isn't big enough | H.J. Lu | 1 | -41/+61 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 2 | -8/+2 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 4 | -4/+4 |
2014-11-24 | Remove IS_IN_ldconfig | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-24 | Define IN_MODULE for translation units that define NOT_IN_libc | Siddhesh Poyarekar | 1 | -0/+1 |
2014-11-24 | Remove IN_LIB | Siddhesh Poyarekar | 2 | -2/+2 |
2014-11-21 | AArch64: Update relocations for ILP32 | Will Newton | 1 | -3/+17 |
2014-11-19 | Add new macro IN_MODULE to identify module in which source is built | Siddhesh Poyarekar | 2 | -1/+11 |
2014-11-06 | Run check-localpltk/textrel/execstack over ld.so. | Carlos O'Donell | 1 | -1/+2 |
2014-11-05 | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 3 | -10/+4 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 7 | -14/+35 |
2014-11-05 | Don't use INTDEF/INTUSE with _dl_mcount (bug 14132). | Joseph Myers | 3 | -3/+3 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 1 | -1/+0 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_argv (bug 14132). | Joseph Myers | 2 | -21/+21 |
2014-10-31 | Add a hook to enable load-time inspection of program headers | Matthew Fortune | 2 | -0/+40 |
2014-10-28 | elf/dl-load.c: Use __strdup. | Carlos O'Donell | 1 | -19/+5 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 4 | -21/+21 |
2014-10-09 | remove nested functions from elf/dl-load.c | Kostya Serebryany | 1 | -36/+52 |
2014-10-08 | Remove unnecessarily nested function in do_lookup_unique. | Roland McGrath | 1 | -27/+30 |
2014-10-01 | remove nested functions from elf/dl-deps.c | Kostya Serebryany | 1 | -15/+15 |
2014-09-29 | Correctly size profiling reloc table (bug 17411) | Carlos O'Donell | 1 | -2/+6 |
2014-09-16 | Remove CFLAGS for interp.c | Siddhesh Poyarekar | 2 | -3/+12 |
2014-09-16 | Include .interp section only for libc.so | Siddhesh Poyarekar | 1 | -2/+1 |
2014-07-14 | Correct DT_PPC64_NUM | Alan Modra | 1 | -1/+1 |
2014-07-03 | Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL | Richard Henderson | 2 | -20/+6 |
2014-07-03 | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 1 | -3/+0 |
2014-06-26 | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 1 | -1/+1 |
2014-06-23 | elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely | Will Newton | 1 | -20/+19 |
2014-06-23 | elf/dl-lookup.c: Remove unnecessary static variable | Will Newton | 1 | -4/+1 |
2014-06-23 | elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a function | Will Newton | 1 | -145/+159 |
2014-06-20 | [BZ #16046] dl_iterate_phdr static executable test | Maciej W. Rozycki | 2 | -1/+48 |
2014-06-18 | Use $(rtld-prefix) more consistently. | Joseph Myers | 1 | -2/+1 |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers | 1 | -1/+0 |
2014-06-06 | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2 | -3/+5 |
2014-05-27 | Remove duplicate code in elf/dl-deps.c. | Ondřej Bílka | 1 | -31/+19 |
2014-05-27 | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 2 | -3/+3 |
2014-05-16 | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 1 | -2/+2 |
2014-05-14 | Remove last use of USE___THREAD | Andreas Schwab | 1 | -149/+5 |
2014-05-09 | Fix elf/tst-tls9-static build | Adhemerval Zanella | 1 | -2/+2 |
2014-05-05 | Move rules for Linux-specific pldd program to Linux-specific Makefile. | Roland McGrath | 1 | -6/+2 |
2014-04-11 | 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -1/+4 |
2014-04-03 | Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al. | Roland McGrath | 6 | -200/+350 |
2014-04-03 | elf/dl-lookup.c: Remove obsolete comment about nested function | Will Newton | 1 | -5/+4 |
2014-03-27 | 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -10/+8 |
2014-03-26 | 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -40/+36 |
2014-03-25 | Add empty GLIBC_2.2.5 version to elf/Versions. | Joseph Myers | 1 | -0/+3 |
2014-03-24 | Address post-commit patch comments. | Paul Pluzhnikov | 1 | -2/+8 |
2014-03-24 | Fix BZ #16634. | Paul Pluzhnikov | 3 | -13/+87 |