| Commit message (Expand) | Author | Age | Files | Lines |
* | Run check-localpltk/textrel/execstack over ld.so. | Carlos O'Donell | 2014-11-06 | 1 | -1/+2 |
* | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 2014-11-05 | 3 | -10/+4 |
* | Modify several tests to use test-skeleton.c | Arjun Shankar | 2014-11-05 | 7 | -14/+35 |
* | Don't use INTDEF/INTUSE with _dl_mcount (bug 14132). | Joseph Myers | 2014-11-05 | 3 | -3/+3 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -1/+0 |
* | Don't use INTDEF/INTUSE with _dl_argv (bug 14132). | Joseph Myers | 2014-11-04 | 2 | -21/+21 |
* | Add a hook to enable load-time inspection of program headers | Matthew Fortune | 2014-10-31 | 2 | -0/+40 |
* | elf/dl-load.c: Use __strdup. | Carlos O'Donell | 2014-10-28 | 1 | -19/+5 |
* | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 2014-10-10 | 4 | -21/+21 |
* | remove nested functions from elf/dl-load.c | Kostya Serebryany | 2014-10-09 | 1 | -36/+52 |
* | Remove unnecessarily nested function in do_lookup_unique. | Roland McGrath | 2014-10-08 | 1 | -27/+30 |
* | remove nested functions from elf/dl-deps.c | Kostya Serebryany | 2014-10-01 | 1 | -15/+15 |
* | Correctly size profiling reloc table (bug 17411) | Carlos O'Donell | 2014-09-29 | 1 | -2/+6 |
* | Remove CFLAGS for interp.c | Siddhesh Poyarekar | 2014-09-16 | 2 | -3/+12 |
* | Include .interp section only for libc.so | Siddhesh Poyarekar | 2014-09-16 | 1 | -2/+1 |
* | Correct DT_PPC64_NUM | Alan Modra | 2014-07-14 | 1 | -1/+1 |
* | Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL | Richard Henderson | 2014-07-03 | 2 | -20/+6 |
* | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2014-07-03 | 1 | -3/+0 |
* | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2014-06-26 | 1 | -1/+1 |
* | elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely | Will Newton | 2014-06-23 | 1 | -20/+19 |
* | elf/dl-lookup.c: Remove unnecessary static variable | Will Newton | 2014-06-23 | 1 | -4/+1 |
* | elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a function | Will Newton | 2014-06-23 | 1 | -145/+159 |
* | [BZ #16046] dl_iterate_phdr static executable test | Maciej W. Rozycki | 2014-06-20 | 2 | -1/+48 |
* | Use $(rtld-prefix) more consistently. | Joseph Myers | 2014-06-18 | 1 | -2/+1 |
* | Remove redundant C locale settings. | Joseph Myers | 2014-06-07 | 1 | -1/+0 |
* | Don't require test wrappers to preserve environment variables, use more consi... | Joseph Myers | 2014-06-06 | 2 | -3/+5 |
* | Remove duplicate code in elf/dl-deps.c. | Ondřej Bílka | 2014-05-27 | 1 | -31/+19 |
* | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 2014-05-27 | 2 | -3/+3 |
* | Use existing makefile variables for dependencies on glibc libraries. | Joseph Myers | 2014-05-16 | 1 | -2/+2 |
* | Remove last use of USE___THREAD | Andreas Schwab | 2014-05-14 | 1 | -149/+5 |
* | Fix elf/tst-tls9-static build | Adhemerval Zanella | 2014-05-09 | 1 | -2/+2 |
* | Move rules for Linux-specific pldd program to Linux-specific Makefile. | Roland McGrath | 2014-05-05 | 1 | -6/+2 |
* | 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2014-04-11 | 1 | -1/+4 |
* | Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al. | Roland McGrath | 2014-04-03 | 6 | -200/+350 |
* | elf/dl-lookup.c: Remove obsolete comment about nested function | Will Newton | 2014-04-03 | 1 | -5/+4 |
* | 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2014-03-27 | 1 | -10/+8 |
* | 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2014-03-26 | 1 | -40/+36 |
* | Add empty GLIBC_2.2.5 version to elf/Versions. | Joseph Myers | 2014-03-25 | 1 | -0/+3 |
* | Address post-commit patch comments. | Paul Pluzhnikov | 2014-03-24 | 1 | -2/+8 |
* | Fix BZ #16634. | Paul Pluzhnikov | 2014-03-24 | 3 | -13/+87 |
* | stop supporting bash-1.x | Mike Frysinger | 2014-03-13 | 1 | -15/+8 |
* | sotruss: drop ksh support and add basic POSIX shell support | Mike Frysinger | 2014-03-13 | 2 | -10/+7 |
* | Use __ehdr_start, when available, for rtld to get its own headers. | Roland McGrath | 2014-03-13 | 1 | -4/+19 |
* | Add missing elf/tst-pie2.c -- should have been in | Paul Pluzhnikov | 2014-03-13 | 1 | -0/+38 |
* | 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2014-03-12 | 3 | -6/+8 |
* | Make tests consistently use *.out output files. | Joseph Myers | 2014-03-07 | 1 | -5/+5 |
* | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 2014-03-06 | 1 | -36/+22 |
* | Promote do_lookup_x:check_match to a full function. | Carlos O'Donell | 2014-02-28 | 1 | -104/+122 |
* | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 2014-02-28 | 1 | -3/+3 |
* | BZ #16613: Support TLS in audit libraries. | Carlos O'Donell | 2014-02-25 | 6 | -2/+71 |