Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Create and use libc_feupdateenv_test. | Richard Henderson | 2012-03-19 | 1 | -0/+18 | |
| | | | | | We can reduce the number of STMXCSR, and often we can avoid the call to __feraiseexcept. | |||||
* | Create and use SET_RESTORE_ROUND{,_NOEX,_53BIT}{,F,L}. | Richard Henderson | 2012-03-19 | 1 | -0/+69 | |
| | ||||||
* | Convert libc_feholdexcept et al from macros to inline functions. | Richard Henderson | 2012-03-19 | 1 | -21/+78 | |
| | ||||||
* | Make inline __isnan, __isinf_ns, __finite generic. | Richard Henderson | 2012-03-19 | 1 | -13/+26 | |
| | | | | | | For code generation to stay identical on x86_64, this requires that we define the fp word manipulation macros before including the generic header. | |||||
* | Add x32 support to ldconfig | H.J. Lu | 2012-03-16 | 1 | -0/+1 | |
| | ||||||
* | Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit | Andreas Jaeger | 2012-03-14 | 1 | -0/+5 | |
| | | | | so that double arithmetic in s_sin is done in 53 bit (without extend i386 double precision) | |||||
* | Fix another instance of the _dl_random masking bug, plus coding style. | David S. Miller | 2012-03-12 | 1 | -2/+2 | |
| | | | | | | | * 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. | |||||
* | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 2012-03-09 | 1 | -0/+392 | |
| | | | | This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. | |||||
* | 2012-03-05 Tom de Vries <tom@codesourcery.com> | Tom de Vries | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | * 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. | |||||
* | Remove old initfini mechanism. | Joseph Myers | 2012-02-21 | 1 | -138/+0 | |
| | ||||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 74 | -222/+148 | |
| | ||||||
* | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | 2012-02-09 | 1 | -1/+0 | |
| | ||||||
* | Remove _G_ARGS macros. | Marek Polacek | 2012-02-07 | 1 | -3/+0 | |
| | ||||||
* | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2012-01-26 | 1 | -5/+1 | |
| | ||||||
* | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 1 | -5/+1 | |
| | ||||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 1 | -5/+8 | |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 2 | -19/+5 | |
| | ||||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 3 | -28/+26 | |
| | | | | No more __const. | |||||
* | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2012-01-07 | 1 | -10/+0 | |
| | ||||||
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 1 | -11/+1 | |
| | ||||||
* | Optimize generic ELF hash function a bit more | Ulrich Drepper | 2011-12-10 | 1 | -1/+4 | |
| | ||||||
* | Small optimization of generic ELF hash function | Ulrich Drepper | 2011-12-04 | 1 | -25/+22 | |
| | ||||||
* | Fix attreibute for _dl_elf_hash | Ulrich Drepper | 2011-12-04 | 1 | -1/+1 | |
| | ||||||
* | Fix more warnings | Ulrich Drepper | 2011-12-03 | 1 | -1/+2 | |
| | ||||||
* | Prepare dwarf2.h for multiple inclusion | Ulrich Drepper | 2011-11-12 | 1 | -0/+5 | |
| | ||||||
* | Fix incomplete edit in last patch | Ulrich Drepper | 2011-11-12 | 1 | -2/+0 | |
| | ||||||
* | Avoid redefinition of DWARF constants | Ulrich Drepper | 2011-11-12 | 2 | -76/+47 | |
| | ||||||
* | Improve printing of lookup scopes | Ulrich Drepper | 2011-08-16 | 1 | -1/+1 | |
| | | | | | | 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. | |||||
* | Warning patrol. | Roland McGrath | 2011-08-14 | 1 | -1/+1 | |
| | ||||||
* | Implement LD_DEBUG=scopes | Ulrich Drepper | 2011-08-13 | 1 | -2/+6 | |
| | ||||||
* | _dl_sort_fini: Remove unused argument | Marek Polacek | 2011-07-19 | 1 | -3/+3 | |
| | ||||||
* | Fix build with multiarch disabled. | Aurelien Jarno | 2011-06-29 | 1 | -1/+8 | |
| | ||||||
* | Make stack canary value harder to read through read overflow | Ulrich Drepper | 2011-05-15 | 1 | -9/+21 | |
| | ||||||
* | Fix typo in comment | Ulrich Drepper | 2011-05-14 | 1 | -1/+1 | |
| | ||||||
* | Fix potential problem with out-of-scope buffer | Ulrich Drepper | 2011-05-14 | 1 | -2/+2 | |
| | ||||||
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 1 | -2/+2 | |
| | ||||||
* | Fix concurrency problem between dl_open and dl_iterate_phdr | Andreas Krebbel | 2010-10-26 | 1 | -2/+5 | |
| | ||||||
* | Require suid bit on audit objects in privileged programs | Andreas Schwab | 2010-10-24 | 1 | -4/+2 | |
| | ||||||
* | Fix IPTOS_CLASS definition. | Ulrich Drepper | 2010-08-11 | 1 | -3/+2 | |
| | ||||||
* | Don't deadlock in __dl_iterate_phdr while (un)loading objects. | Andreas Schwab | 2010-05-03 | 1 | -0/+4 | |
| | ||||||
* | Mark _dl_random attribute_relro in the header file. | Richard Henderson | 2010-03-26 | 1 | -1/+1 | |
| | | | | | | | | 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> | |||||
* | ld.so: Adjust the auxv if ld.so is directly invoked. | Andreas Krebbel | 2010-01-15 | 1 | -2/+3 | |
| | | | | | | | | 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. | |||||
* | Define IPTOS_CLASS_* macros according to RFC 2474. | Philip Prindeville | 2010-01-14 | 1 | -12/+31 | |
| | ||||||
* | Make name of libgcc_s library configurable | Andreas Schwab | 2009-11-03 | 2 | -1/+4 | |
| | ||||||
* | Uglify IFUNC tests for PPC. | Alan Modra | 2009-10-30 | 1 | -0/+26 | |
| | ||||||
* | Add macros for DSCP markings. | Philip Prindeville | 2009-10-29 | 1 | -1/+37 | |
| | ||||||
* | Improve backtrace_symbols{,_fd} output when missing symbols. roland/backtrace-syms | Roland McGrath | 2009-08-20 | 2 | -46/+83 | |
| | ||||||
* | Handle unloading of DSO with a unique symbol definition. | Ulrich Drepper | 2009-07-23 | 1 | -1/+1 | |
| | ||||||
* | Replace hand-coded unwind tables from x86-64 pthread_once. | Ulrich Drepper | 2009-07-17 | 1 | -7/+36 | |
| | ||||||
* | Remove warning and little optimization. | Ulrich Drepper | 2009-07-16 | 1 | -0/+4 | |
| | | | | | The prototype for _dl_higher_prime_number was missing. While at it, the function is now marked with internal_function. |