Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-31 | Fix casinh spurious underflows away from [-i,i] (bug 15062). | Joseph Myers | |
2013-01-31 | Update German translations. | David S. Miller | |
* po/de.po: Update from translation team. | |||
2013-01-29 | MIPS: Correct NewABI syscall wrapper whitespace damage. | Maciej W. Rozycki | |
2013-01-26 | * time/tzfile.c: Include stdint.h for SIZE_MAX. | Maxim Kuvyrkov | |
2013-01-25 | 2013-01-25 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | |
* sysdeps/mips/memmove.c: Remove. | |||
2013-01-25 | Don't bother checking for $CC option to accept ISO C89. | Thomas Schwinge | |
2013-01-25 | configure: Default to CPP="$CC -E" unless overridden. | Thomas Schwinge | |
2013-01-24 | AArch64: Adding optimized strncmp implementation. | Marcus Shawcroft | |
2013-01-24 | AArch64: Adding optimized strnlen implementation. | Marcus Shawcroft | |
2013-01-24 | Avoid backtrace tests matching filenames when searching for function names. | Joseph Myers | |
2013-01-23 | Whitespace fix for __glibc_likely/__glibc_unlikely defns. | Roland McGrath | |
2013-01-23 | Add a minor 'cas' atomic optimization on sparc. | David S. Miller | |
* sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__arch_compare_and_exchange_val_32_acq): Use %g0 as second argument of CAS if possible. * sysdeps/sparc/sparc64/bits/atomic.h (__arch_compare_and_exchange_val_32_acq): Likewise. (__arch_compare_and_exchange_val_64_acq): Likewise. | |||
2013-01-23 | ulimit: remove buggy bsd implementation | Pino Toscano | |
The bsd implementation of ulimit produces wrong return values, so remove it in favour of the posix implementation. The only regression for non-Linux implementations using bsd sysdeps and not providing an own ulimit is that the __UL_GETMAXBRK case (which is non-standard) is left unimplemented (giving EINVAL). | |||
2013-01-23 | ulimit: include <limits.h> | Pino Toscano | |
2013-01-23 | ulimit: move linux implementation as posix | Pino Toscano | |
The linux implementation of ulimit works correctly and has nothing specific to Linux, so move it as general posix implementation. | |||
2013-01-23 | S/390: Fix setjmp/longjmp FPR save/restore | Andreas Krebbel | |
2013-01-22 | Build elf/tst-array2 and elf/tst-array5 with --no-as-needed | Adam Conrad | |
* elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed). (LDFLAGS-tst-array5): Likewise. | |||
2013-01-23 | Make bits/wchar.h correct for all architectures (bug 15036). | Joseph Myers | |
2013-01-21 | Use libgcc unwinder for sparc backtraces, if available. | David S. Miller | |
* sysdeps/sparc/backtrace.c: New file. * sysdeps/sparc/sparc32/backtrace.h: New file. * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file. * sysdeps/sparc/sparc64/backtrace.h: New file. * sysdeps/sparc/sparc64/backtrace.c: Delete. * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add -funwind-tables. | |||
2013-01-21 | Avoid busy loop in wordexp when substituted command closed its stdout | Andreas Schwab | |
2013-01-20 | m68k: update libm test ULPs | Andreas Schwab | |
2013-01-20 | m68k: add unwind tables to backtrace | Andreas Schwab | |
2013-01-20 | Remove use of mpa2.h | Andreas Schwab | |
2013-01-19 | Add backtrace for m68k | Andreas Schwab | |
2013-01-19 | Add not-cancel.h for m68k/nptl | Andreas Schwab | |
2013-01-18 | Add tests that backtrace and backtrace_symbols produce correct results. | Joseph Myers | |
2013-01-18 | Corrected ChangeLog date of __kernel_get_tbfreq fix. | Ryan S. Arnold | |
2013-01-18 | PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq. | Anton Blanchard | |
In order for the __kernel_get_tbfreq vDSO call to work the INTERNAL_VSYSCALL_NCS macro needed to be updated to prevent it from assuming an integer return type (since the timebase frequency is a 64-bit value) by specifying the type of the return type as a macro parameter. The macro then specifically declares the return value as a 'register' (or implied pair) of the denoted type. The compiler is then informed that this register (or implied pair) is to be used for the return value. | |||
2013-01-18 | Update NEWS | Siddhesh Poyarekar | |
2013-01-18 | Fix application of the exception mask | Siddhesh Poyarekar | |
Fixes BZ #14496. | |||
2013-01-18 | Simplify calculation of 2^-m in __mpexp | Siddhesh Poyarekar | |
2013-01-18 | Remove unnecessary multiplication with RADIXI | Siddhesh Poyarekar | |
2013-01-17 | Update sparc ULPs. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2013-01-17 | Fix cacos real-part inaccuracy for result real part near 0 (bug 15023). | Joseph Myers | |
2013-01-17 | Add HAVE_MREMAP for mremap usage | Pino Toscano | |
Introduce (only on Linux) and use a HAVE_MREMAP symbol to advertize mremap availability. Move the malloc-sysdep.h include from arena.c to malloc.c, since what is provided by malloc-sysdep.h is needed earlier in malloc.c, before the inclusion of arena.c. | |||
2013-01-17 | AArch64: Implement optimized strlen. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized strcmp | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized bzero. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memmove. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memcpy. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memset. | Marcus Shawcroft | |
2013-01-17 | AArch64: Implement optimized memcmp. | Marcus Shawcroft | |
2013-01-17 | AArch64: Tidyup whitespace. | Marcus Shawcroft | |
2013-01-17 | Fix ChangeLog | Siddhesh Poyarekar | |
2013-01-17 | Fix header comment | Siddhesh Poyarekar | |
2013-01-16 | Implement x86 SIZE32/SIZE64 relocations | H.J. Lu | |
2013-01-17 | Adapt installed powerpc headers better for soft-float / no-FPRs. | Joseph Myers | |
2013-01-16 | Hide reference to mktemp in libpthread | Andreas Schwab | |
2013-01-16 | Consolidate constant defines into mpa.h | Siddhesh Poyarekar | |
2013-01-16 | Fix the value of TWO | Siddhesh Poyarekar | |