summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BZ#18921: Fix opendir inverted o_directory_works test.roland/opendir-extra-statRoland McGrath2015-09-032-1/+9
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-039-12/+27
* Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers2015-09-033-2/+5
* Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers2015-09-035-5/+15
* Fix BZ #18757.Paul Pluzhnikov2015-09-014-2/+32
* Filter out NULL entries.Paul Pluzhnikov2015-09-012-1/+5
* Add netinet/in.h values from Linux 4.2.Joseph Myers2015-09-013-0/+7
* Add more TCP_* values to netinet/tcp.h.Joseph Myers2015-09-012-0/+15
* Fix non-v9 32-bit sparc build.Brett Neumeier2015-08-313-1/+7
* Fix broken overflow check in posix_fallocate [BZ 18873]Paul Eggert2015-08-314-3/+11
* NEWS: add #18887Mike Frysinger2015-08-291-1/+1
* getmntent: fix memory corruption w/blank lines [BZ #18887]Mike Frysinger2015-08-296-22/+113
* de.po: fix SIGALRM typo [BZ #4404]Mike Frysinger2015-08-292-1/+6
* time/tst-strptime2.c: test full input range +/- 0-9999James Perkins2015-08-282-53/+185
* strptime %z: fix rounding, extend range to +/-9959 [BZ #16141]James Perkins2015-08-284-15/+40
* Mention 15786 in NEWSH.J. Lu2015-08-281-4/+4
* Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella2015-08-285-6/+82
* Note bug 14941 as having been fixed in 2.18.Joseph Myers2015-08-272-11/+12
* Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu2015-08-277-3/+119
* Add i386 memset and memcpy assembly functionsH.J. Lu2015-08-2716-198/+230
* Fix undefined warning messages in GCC 6.Steve Ellcey2015-08-274-33/+53
* Remove i486 subdirectoryH.J. Lu2015-08-273-6/+5
* Move i486/strlen.S to strlen.SH.J. Lu2015-08-272-0/+5
* Move i486/strcat.S to strcat.SH.J. Lu2015-08-273-1/+6
* Move i486/pthread_spin_trylock.S to pthread_spin_trylock.SH.J. Lu2015-08-274-2/+8
* Move i486/string-inlines.c to string-inlines.cH.J. Lu2015-08-273-204/+21
* Move i486/htonl.S to htonl.SH.J. Lu2015-08-273-38/+7
* Move i486/bits/atomic.h to bits/atomic.hH.J. Lu2015-08-272-0/+5
* Remove sysdeps/i386/i486/VersionsH.J. Lu2015-08-272-13/+4
* Mention mkdtemp as another secure alternative to mktempGleb Fotengauer-Malinovskiy2015-08-273-5/+12
* Disable uninitialized warning with GCC 4.8Stan Shebs2015-08-262-0/+17
* Meaningless ChangeLog cleanup to trigger buildbot.Roland McGrath2015-08-261-68/+0
* powerpc: Sync hwcap.h with kernelCarlos Eduardo Seo2015-08-263-1/+10
* powerpc: Revert to default atomic ops in elision codePaul E. Murphy2015-08-262-21/+6
* mips: siginfo.h: add SIGSYS details [BZ #18863]Mike Frysinger2015-08-263-2/+21
* Replace BZERO_P/PIC with USE_AS_BZERO/SHAREDH.J. Lu2015-08-265-24/+32
* Replace MEMPCPY_P/PIC with USE_AS_MEMPCPY/SHAREDH.J. Lu2015-08-263-8/+10
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-265-12/+32
* Adjust _Unwind_Word in unwind.h to version in libgcc.Stefan Liebler2015-08-262-2/+9
* S390: Fix build error with gcc6 in utf8_utf16-z9.c.Stefan Liebler2015-08-262-0/+8
* S390: Optimize string, wcsmbs and memory functions.Stefan Liebler2015-08-262-3/+10
* S390: Optimize memrchr.Stefan Liebler2015-08-266-1/+227
* S390: Optimize wmemcmp.Stefan Liebler2015-08-268-2/+240
* S390: Optimize wmemset.Stefan Liebler2015-08-2613-56/+373
* S390: Optimize memccpy.Stefan Liebler2015-08-267-1/+228
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-2620-61/+795
* S390: Optimize strcspn and wcscspn.Stefan Liebler2015-08-2616-29/+822
* S390: Optimize strpbrk and wcspbrk.Stefan Liebler2015-08-2616-88/+948
* S390: Optimize strspn and wcsspn.Stefan Liebler2015-08-2616-64/+823
* S390: Optimize strrchr and wcsrchr.Stefan Liebler2015-08-2611-3/+522