aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-15Fix typoSamuel Thibault1-1/+1
2015-09-14Fix i386 exp missing underflows (bug 18961).Joseph Myers6-5/+712
2015-09-14Fix exp2 missing underflows (bug 16521).Joseph Myers11-12/+773
2015-09-14Use ALIGN_DOWN in systrim.Carlos O'Donell2-3/+5
2015-09-14Prevent check-local-headers.sh hang.Carlos O'Donell2-1/+6
2015-09-13Fix typoSamuel Thibault2-1/+6
2015-09-12linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes4-59/+64
2015-09-11localedef: improve error message [BZ #16985]Mike Frysinger3-5/+11
2015-09-12Add more random libm test inputs (mainly for ldbl-128).Joseph Myers7-106/+3586
2015-09-11NaCl: Do not install <sys/mtio.h>.Roland McGrath2-0/+15
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers29-44/+119
2015-09-11Update libm-test-ulps for MIPS.Joseph Myers3-182/+185
2015-09-11Fix ldbl-128/ldbl-128ibm lgamma spurious "invalid", incorrect signgam (bug 18...Joseph Myers5-3/+55
2015-09-11Add more randomly-generated libm tests.Joseph Myers5-39/+631
2015-09-10Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers23-128/+24427
2015-09-09To fix BZ #18675, use __fstatvfs64 in __fpathconf.Paul Pluzhnikov3-14/+11
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers148-160/+324
2015-09-08BZ#18921: Mark fixed in NEWS.Roland McGrath1-2/+2
2015-09-08MIPS: Only use .set mips* assembler directives when necessaryAndrew Bennett6-23/+54
2015-09-08Fix parallel build of before-compile targets.Samuel Thibault3-3/+16
2015-09-06Fix rules generating headers in hurd/ and mach/Samuel Thibault3-4/+17
2015-09-06Check sysheaders when looking for Mach and Hurd headersManolis Ragkousis5-0/+45
2015-09-04BZ#18921: Fix opendir inverted o_directory_works test.Roland McGrath2-1/+9
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers11-1/+24
2015-09-04Terminate FDE before return trampoline in makecontext for powerpc (bug 18635)Andreas Schwab2-0/+13
2015-09-04powerpc: Fix compiler warning in some syscalls.Carlos Eduardo Seo2-1/+6
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers8-11/+25
2015-09-04Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).Joseph Myers6-4/+15
2015-09-04Amend ChangeLog to reflect deletion of elf/tst-znodelete-zlib.ccFlorian Weimer1-0/+1
2015-09-03Mark elf/tst-protected1[ab] as XFAIL.Roland McGrath2-0/+12
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers9-12/+27
2015-09-03Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers3-2/+5
2015-09-03Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers5-5/+15
2015-09-01Fix BZ #18757.Paul Pluzhnikov4-2/+32
2015-09-01Filter out NULL entries.Paul Pluzhnikov2-1/+5
2015-09-01Add netinet/in.h values from Linux 4.2.Joseph Myers3-0/+7
2015-09-01Add more TCP_* values to netinet/tcp.h.Joseph Myers2-0/+15
2015-08-31Fix non-v9 32-bit sparc build.Brett Neumeier3-1/+7
2015-08-31Fix broken overflow check in posix_fallocate [BZ 18873]Paul Eggert4-3/+11
2015-08-29NEWS: add #18887Mike Frysinger1-1/+1
2015-08-29getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger6-22/+113
2015-08-29de.po: fix SIGALRM typo [BZ #4404]Mike Frysinger2-1/+6
2015-08-28time/tst-strptime2.c: test full input range +/- 0-9999James Perkins2-53/+185
2015-08-28strptime %z: fix rounding, extend range to +/-9959 [BZ #16141]James Perkins4-15/+40
2015-08-28Mention 15786 in NEWSH.J. Lu1-4/+4
2015-08-28Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella5-6/+82
2015-08-27Note bug 14941 as having been fixed in 2.18.Joseph Myers2-11/+12
2015-08-27Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu7-3/+119
2015-08-27Add i386 memset and memcpy assembly functionsH.J. Lu16-198/+230
2015-08-27 Fix undefined warning messages in GCC 6.Steve Ellcey4-33/+53