about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab2013-02-0410-14/+38
* Improve link_map.l_addr comment.Jan Kratochvil2013-02-023-2/+9
* Remove unmaintained and unused localedata/CHECKSUMSAndreas Jaeger2013-02-012-424/+4
* Remove BOUNDED_N and BOUNDED_1.Joseph Myers2013-02-017-24/+24
* Remove bp-start.h and INIT_ARGV_and_ENVIRON.Joseph Myers2013-02-014-74/+9
* Remove CHECK_IOCTL, CHECK_FCNTL and CHECK_N_PAGES.Joseph Myers2013-01-312-27/+6
* Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK.Joseph Myers2013-01-3115-35/+55
* Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers2013-01-3110-97/+44
* Remove bp-thunks code.Joseph Myers2013-01-317-216/+25
* Fix casinh spurious underflows away from [-i,i] (bug 15062).Joseph Myers2013-01-318-1/+528
* Update German translations.David S. Miller2013-01-312-2/+6
* MIPS: Correct NewABI syscall wrapper whitespace damage.Maciej W. Rozycki2013-01-293-164/+170
* * time/tzfile.c: Include stdint.h for SIZE_MAX.Maxim Kuvyrkov2013-01-262-0/+5
* 2013-01-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-01-252-23/+4
* Don't bother checking for $CC option to accept ISO C89.Thomas Schwinge2013-01-253-90/+13
* configure: Default to CPP="$CC -E" unless overridden.Thomas Schwinge2013-01-253-167/+28
* AArch64: Adding optimized strncmp implementation.Marcus Shawcroft2013-01-242-0/+208
* AArch64: Adding optimized strnlen implementation.Marcus Shawcroft2013-01-243-0/+182
* Avoid backtrace tests matching filenames when searching for function names.Joseph Myers2013-01-246-65/+93
* Whitespace fix for __glibc_likely/__glibc_unlikely defns.Roland McGrath2013-01-232-4/+8
* Add a minor 'cas' atomic optimization on sparc.David S. Miller2013-01-233-12/+39
* ulimit: remove buggy bsd implementationPino Toscano2013-01-232-91/+1
* ulimit: include <limits.h>Pino Toscano2013-01-232-0/+2
* ulimit: move linux implementation as posixPino Toscano2013-01-232-0/+5
* S/390: Fix setjmp/longjmp FPR save/restoreAndreas Krebbel2013-01-233-9/+17
* Build elf/tst-array2 and elf/tst-array5 with --no-as-neededAdam Conrad2013-01-222-0/+8
* Make bits/wchar.h correct for all architectures (bug 15036).Joseph Myers2013-01-234-35/+35
* Use libgcc unwinder for sparc backtraces, if available.David S. Miller2013-01-217-57/+198
* Avoid busy loop in wordexp when substituted command closed its stdoutAndreas Schwab2013-01-213-3/+19
* m68k: update libm test ULPsAndreas Schwab2013-01-202-0/+26
* m68k: add unwind tables to backtraceAndreas Schwab2013-01-202-0/+10
* Remove use of mpa2.hAndreas Schwab2013-01-203-2/+6
* Add backtrace for m68kAndreas Schwab2013-01-192-0/+161
* Add not-cancel.h for m68k/nptlAndreas Schwab2013-01-193-0/+7
* Add tests that backtrace and backtrace_symbols produce correct results.Joseph Myers2013-01-186-1/+521
* Corrected ChangeLog date of __kernel_get_tbfreq fix.Ryan S. Arnold2013-01-181-1/+1
* PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.Anton Blanchard2013-01-185-29/+55
* Update NEWSSiddhesh Poyarekar2013-01-181-2/+2
* Fix application of the exception maskSiddhesh Poyarekar2013-01-182-1/+5
* Simplify calculation of 2^-m in __mpexpSiddhesh Poyarekar2013-01-183-29/+39
* Remove unnecessary multiplication with RADIXISiddhesh Poyarekar2013-01-182-3/+8
* Update sparc ULPs.David S. Miller2013-01-172-0/+78
* Fix cacos real-part inaccuracy for result real part near 0 (bug 15023).Joseph Myers2013-01-1716-130/+430
* Add HAVE_MREMAP for mremap usagePino Toscano2013-01-174-11/+13
* AArch64: Implement optimized strlen.Marcus Shawcroft2013-01-172-0/+121
* AArch64: Implement optimized strcmpMarcus Shawcroft2013-01-172-0/+159
* AArch64: Implement optimized bzero.Marcus Shawcroft2013-01-172-0/+31
* AArch64: Implement optimized memmove.Marcus Shawcroft2013-01-172-0/+316
* AArch64: Implement optimized memcpy.Marcus Shawcroft2013-01-172-0/+180
* AArch64: Implement optimized memset.Marcus Shawcroft2013-01-172-0/+233