Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-21 | Add x32 support to dynamic linker audit | H.J. Lu | |
2012-03-21 | Add _ITOA_NEEDED and _ITOA_WORD_TYPE | H.J. Lu | |
Add _ITOA_NEEDED and _ITOA_WORD_TYPE to override _itoa and _itowa. | |||
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | |
2012-03-20 | Remove old debug/backtracesyms files, replace with elf versions. | Andreas Jaeger | |
2012-03-19 | Move sysdeps/generic/elf/* to sysdeps/generic | Andreas Jaeger | |
2012-03-19 | Create and use libc_feupdateenv_test. | Richard Henderson | |
We can reduce the number of STMXCSR, and often we can avoid the call to __feraiseexcept. | |||
2012-03-19 | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson | |
2012-03-19 | Convert libc_feholdexcept et al from macros to inline functions. | Richard Henderson | |
2012-03-19 | Make inline __isnan, __isinf_ns, __finite generic. | Richard Henderson | |
For code generation to stay identical on x86_64, this requires that we define the fp word manipulation macros before including the generic header. | |||
2012-03-16 | Add x32 support to ldconfig | H.J. Lu | |
2012-03-14 | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger | |
so that double arithmetic in s_sin is done in 53 bit (without extend i386 double precision) | |||
2012-03-12 | Fix another instance of the _dl_random masking bug, plus coding style. | David S. Miller | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix masking out of the most significant byte of random value used. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix coding style in previous change. | |||
2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | |
This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. | |||
2012-03-05 | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | |
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure default stack guard is set in last bytes. * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same. | |||
2012-02-21 | Remove old initfini mechanism. | Joseph Myers | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | |
2012-02-07 | Remove _G_ARGS macros. | Marek Polacek | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | 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 | More fallout from supporting only ELF | Ulrich Drepper | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | |
2012-01-07 | More IA-64 removal | Ulrich Drepper | |
2011-12-10 | Optimize generic ELF hash function a bit more | Ulrich Drepper | |
2011-12-04 | Small optimization of generic ELF hash function | Ulrich Drepper | |
2011-12-04 | Fix attreibute for _dl_elf_hash | Ulrich Drepper | |
2011-12-03 | Fix more warnings | Ulrich Drepper | |
2011-11-12 | Prepare dwarf2.h for multiple inclusion | Ulrich Drepper | |
2011-11-12 | Fix incomplete edit in last patch | Ulrich Drepper | |
2011-11-12 | Avoid redefinition of DWARF constants | Ulrich Drepper | |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | |
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed. | |||
2011-08-14 | Warning patrol. | Roland McGrath | |
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | |
2011-07-19 | _dl_sort_fini: Remove unused argument | Marek Polacek | |
2011-06-29 | Fix build with multiarch disabled. | Aurelien Jarno | |
2011-05-15 | Make stack canary value harder to read through read overflow | Ulrich Drepper | |
2011-05-14 | Fix typo in comment | Ulrich Drepper | |
2011-05-14 | Fix potential problem with out-of-scope buffer | Ulrich Drepper | |
2011-04-22 | Remove doubled words. | Jim Meyering | |
2010-10-26 | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | |
2010-10-24 | Require suid bit on audit objects in privileged programs | Andreas Schwab | |
2010-08-11 | Fix IPTOS_CLASS definition. | Ulrich Drepper | |
2010-05-03 | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab | |
2010-03-26 | Mark _dl_random attribute_relro in the header file. | Richard Henderson | |
It's already so marked in dl-sysdep.c. Failure to so mark in the header file leads the compiler to believe that the variable should be addressable via the .sdata section. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||
2010-01-15 | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | |
If a binary gets invoked by passing it as argument to ld.so the stack still holds the auxiliary vector of ld.so when entering the _start routine of the executable. So the invocation via ld.so is not fully transparent to the executable. This causes problems if the executable wants to scan the auxv itself. | |||
2010-01-14 | Define IPTOS_CLASS_* macros according to RFC 2474. | Philip Prindeville | |
2009-11-03 | Make name of libgcc_s library configurable | Andreas Schwab | |
2009-10-30 | Uglify IFUNC tests for PPC. | Alan Modra | |