Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | Remove gets declarations in C++ tests. | Joseph Myers | |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||
2012-01-08 | Static linking is always needed | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | Remove non-ELF support | Ulrich Drepper | |
2012-01-07 | More IA-64 removal | Ulrich Drepper | |
2012-01-07 | Add explicit declaration of gets in C++ code | Ulrich Drepper | |
2012-01-01 | Also update new programs | Ulrich Drepper | |
2012-01-01 | Update copyright year | Ulrich Drepper | |
2011-12-23 | Add missing inline keyword | Marek Polacek | |
According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug. | |||
2011-11-12 | Fix warning in __dl_iterate_phdr | Ulrich Drepper | |
2011-11-04 | Fix off-by-one when reading link name in sprof | Andreas Schwab | |
2011-11-01 | Account for alloca size rounding in extend_alloca | Andreas Schwab | |
2011-10-31 | Use extend_alloca in _dl_map_object_deps. | Paul Pluzhnikov | |
2011-10-29 | Typo in last checkin | Ulrich Drepper | |
2011-10-29 | Correctly NUL-terminate link name in sprof | Ulrich Drepper | |
2011-10-29 | Cleanups in ldconfig's chroot handling | Ulrich Drepper | |
2011-10-29 | Avoid warning in dl-lookup.c | Ulrich Drepper | |
2011-10-29 | Fix readlink call in ldconfig's chroot handling | Thomas Jarosch | |
2011-10-25 | Small optimization of dependency sorting | Andreas Schwab | |
2011-10-20 | Preserve link time dependencies over relocation dependencies | Andreas Schwab | |
2011-10-16 | Use rounds{s,d} for x86 rint, ceil, floor | Ulrich Drepper | |
2011-10-16 | Cleanup last patch | Ulrich Drepper | |
2011-10-16 | Fix potential problem with skipping relocations | Ulrich Drepper | |
We never seem to have hit this problem but way relative relocations were skipped was wrong. There are relative relocations only in the DT_REL/DT_RELA section. The elf_dynamic_do_##reloc function skipped the entries in all calls, though. | |||
2011-10-14 | Remove leftover debug message from pldd | Ulrich Drepper | |
2011-10-07 | elf/dl-load.c: Avoid warning | Marek Polacek | |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | |
2011-09-14 | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | |
2011-09-13 | Fix pattern on $(ldd-rewrite-script) substitution | Andreas Schwab | |
2011-09-13 | Only use USE___THREAD when defined | Andreas Schwab | |
2011-09-12 | Revert "Remove last use of USE___THREAD" | Ulrich Drepper | |
This reverts commit de82006d43e198fd162807c9adc720c7ebd728a3. Conflicts: ChangeLog | |||
2011-09-12 | Remove last use of USE___THREAD | Andreas Schwab | |
2011-09-11 | Prepend $(..) to $(ldd-rewrite-script) if non-absolute | Andreas Schwab | |
2011-09-11 | Provide static initializer for _dl_pagesize in statically linked code | Ulrich Drepper | |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | |
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | |||
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | |
Make several tool features mandatory and simplify the code. | |||
2011-09-09 | Define ELFOSABI_GNU. | Roland McGrath | |
2011-09-09 | Fix sotruss help messages | Ulrich Drepper | |
2011-09-09 | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | |
2011-09-08 | Fix warning in elf/sprof.c | Andreas Jaeger | |
2011-09-08 | Fix crash during error handling | Andreas Schwab | |
2011-09-08 | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | |
2011-09-07 | Pass back error code from dlerror_run | Ulrich Drepper | |
2011-09-07 | Fix memory leak in case of failed dlopen | Ulrich Drepper | |
2011-09-05 | Remove unused parameter in pldd and simplify ELF handling | Ulrich Drepper | |
2011-09-05 | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | |
2011-09-01 | Sanitize HWCAP_SPARC_* defines/usage, and add new entries. | David S. Miller | |
2011-08-30 | Relocate objects in dependency order | Andreas Schwab | |
2011-08-24 | Fix scope handling during dl_close | Andreas Schwab | |