Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make malloc build for no-threads configurations. | Roland McGrath | 2012-08-17 | 1 | -5/+6 |
| | |||||
* | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | 2012-08-17 | 1 | -78/+0 |
| | |||||
* | Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX. | Roland McGrath | 2012-08-03 | 1 | -0/+72 |
| | |||||
* | foo | Roland McGrath | 2012-08-01 | 1 | -2/+6 |
| | |||||
* | Don't assume SIGWINCH is defined. | Roland McGrath | 2012-07-31 | 1 | -2/+4 |
| | |||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 2 | -9/+68 |
| | |||||
* | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 2012-07-26 | 1 | -2/+2 |
| | |||||
* | Move ldsodefs.h audit definitions to sysdeps directories. | Joseph Myers | 2012-07-25 | 1 | -108/+0 |
| | |||||
* | Move localplt baselines to sysdeps directories. | Joseph Myers | 2012-07-20 | 1 | -0/+9 |
| | |||||
* | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2012-06-01 | 1 | -10/+6 |
| | |||||
* | Add <sys/auxv.h> and getauxval. | Richard Henderson | 2012-05-20 | 2 | -0/+26 |
| | |||||
* | Split up stackguard-macros.h into sysdeps directories. | Joseph Myers | 2012-05-15 | 1 | -0/+4 |
| | |||||
* | Hurd: Fix paths in paths.h | Samuel Thibault | 2012-05-10 | 1 | -4/+4 |
| | |||||
* | Hurd: Fix value of __libc_stack_end | Samuel Thibault | 2012-05-10 | 1 | -1/+5 |
| | |||||
* | Add missed zero length files in previous abilist commit. | David S. Miller | 2012-04-28 | 8 | -0/+0 |
| | |||||
* | move libgcc_s soname definition to shlib-versions | Siddhesh Poyarekar | 2012-04-26 | 2 | -4/+2 |
| | |||||
* | Remove all traces of reg_char. | David S. Miller | 2012-04-18 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | * sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise. | ||||
* | Fix ilogb exception and errno (bug 6794) | Adhemerval Zanella | 2012-04-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | [BZ #6794] Following Joseph comments about bug 6794, here is a proposed fix. It turned out to be a large fix mainly because I had to move some file along to follow libm files/names conventions. Basically I have added wrappers (w_ilogb.c, w_ilogbf.c, w_ilogbl.c) that now calls the symbol '__ieee754_ilogb'. The wrappers checks for '__ieee754_ilogb' output and set the errno and raise exceptions as expected. The '__ieee754_ilogb' is implemented in sysdeps. I have moved the 's_ilogb[f|l]' files to e_ilogb[f|l] and renamed the '__ilogb[f|l]' to '__ieee754_ilogb[f|l]'. I also found out a bug in i386 and x86-64 assembly coded ilogb implementation where it raises a FE_DIVBYZERO when argument is '0.0'. I corrected this issue as well. Finally I added the errno and FE_INVALID tests for 0.0, NaN and +-InF argument. Tested on i386, x86-64, ppc32 and ppc64. | ||||
* | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 2012-04-11 | 1 | -1/+4 |
| | | | | | | | | | | | It may sometimes be desirable to make the dynamic linker only pick up libraries from the library path and rpath and not look at the ld.so.cache that ldconfig generates. An example of such a use case is the glibc testsuite where the dynamic linker must not be influenced by any external paths or caches. This change adds a new option --inhibit-ldcache that when used, tells the dynamic linker to not use ld.so.cache even if it is available. | ||||
* | Avoid overflows from long double functions using __kernel_standard. | Joseph Myers | 2012-03-28 | 1 | -0/+1 |
| | |||||
* | Merge branch 'elf-move' | Andreas Jaeger | 2012-03-27 | 3 | -247/+0 |
|\ | | | | | | | | | | | | | Conflicts: debug/backtracesymsfd.c sysdeps/generic/elf/backtracesymsfd.c sysdeps/i386/configure.in | ||||
| * | Remove old debug/backtracesyms files, replace with elf versions. | Andreas Jaeger | 2012-03-20 | 2 | -247/+0 |
| | | |||||
| * | Move sysdeps/generic/elf/* to sysdeps/generic | Andreas Jaeger | 2012-03-19 | 3 | -0/+0 |
| | | |||||
* | | Add forward declaration for La_x32_regs/La_x32_retval | H.J. Lu | 2012-03-22 | 1 | -0/+2 |
| | | |||||
* | | Add x32 support to dynamic linker audit | H.J. Lu | 2012-03-21 | 1 | -0/+9 |
| | | |||||
* | | Add _ITOA_NEEDED and _ITOA_WORD_TYPE | H.J. Lu | 2012-03-21 | 1 | -4/+20 |
| | | | | | | | | Add _ITOA_NEEDED and _ITOA_WORD_TYPE to override _itoa and _itowa. | ||||
* | | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2012-03-20 | 2 | -1/+93 |
|/ | |||||
* | 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 |
| |