about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* [x86] Add a feature bit: Fast_Unaligned_Copy hjl/pr19583H.J. Lu2016-03-233-2/+17
* x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2016-03-233-0/+8
* Don't set %rcx twice before "rep movsb"H.J. Lu2016-03-222-1/+5
* Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu2016-03-223-74/+105
* Fix malloc threaded tests link on non-LinuxSamuel Thibault2016-03-222-6/+9
* Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers2016-03-223-114/+90
* Remove __ASSUME_SIGNALFD4.Joseph Myers2016-03-213-26/+10
* posix: Fix posix_spawn implict check styleAdhemerval Zanella2016-03-212-1/+6
* Use JUMPTARGET in x86-64 pthreadH.J. Lu2016-03-214-7/+13
* localedata: standardize copyright/license information [BZ #11213]Mike Frysinger2016-03-21327-529/+2610
* math: don't clobber old libm.so on install [BZ #19822]Dylan Alex Simon2016-03-212-1/+8
* localedata: standardize first few linesMike Frysinger2016-03-21308-550/+930
* posix: Fix posix_spawn invalid memory accessAdhemerval Zanella2016-03-203-1/+12
* hurd: Add c++-types expected resultSamuel Thibault2016-03-202-4/+69
* hurd: Allow inlining IO locksSamuel Thibault2016-03-202-0/+7
* hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault2016-03-204-2/+53
* Fix mach-syscalls.mk buildSamuel Thibault2016-03-202-1/+2
* hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault2016-03-202-2/+10
* Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers2016-03-174-52/+7
* Remove __ASSUME_FALLOCATE.Joseph Myers2016-03-173-36/+21
* Use JUMPTARGET in x86-64 mathvecH.J. Lu2016-03-1639-130/+224
* add ChangeLog entryMike Frysinger2016-03-161-0/+5
* localedata: use same comment_char/escape_char in these filesMike Frysinger2016-03-162-145/+150
* localedata: an_ES: fix case of lang_abCarlos O'Donell2016-03-162-1/+5
* Fix hurd buildSamuel Thibault2016-03-164-1/+11
* Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell2016-03-157-5/+15
* Remove __ASSUME_PPOLL.Joseph Myers2016-03-153-29/+8
* Adjust kernel-features.h defaults for socket syscalls.Joseph Myers2016-03-1518-174/+124
* Fix resource leak in resolver (bug 19257)Andreas Schwab2016-03-152-1/+7
* Fix compilation of test-signgam-* testsAndreas Schwab2016-03-153-0/+8
* Update glibc headers for Linux 4.5.Joseph Myers2016-03-145-0/+14
* Remove mention of checktab.awk in timezone/README.Carlos O'Donell2016-03-142-2/+8
* Fix flag test in waitid compatibility layerSamuel Thibault2016-03-132-1/+6
* Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho2016-03-112-1/+6
* powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan2016-03-117-34/+44
* Removed unused timezone/checktab.awk.Carlos O'Donell2016-03-102-174/+4
* Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers2016-03-103-2/+26
* Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu2016-03-104-151/+181
* mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno2016-03-092-0/+13
* Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers2016-03-094-109/+32
* Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2016-03-083-3/+10
* Add sys/auxv.h wrapper to include/sys/Aurelien Jarno2016-03-082-0/+5
* Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu2016-03-082-0/+8
* powerpc: Remove uses of operand modifier (%s) in inline asmGabriel F. T. Gomes2016-03-082-6/+16
* powerpc: Fix dl-procinfo HWCAPCarlos Eduardo Seo2016-03-083-8/+13
* Support --enable-hardcoded-path-in-tests in benchtestsH.J. Lu2016-03-082-2/+9
* sunrpc: In key_call_keyenvoy, use int status instead of union waitFlorian Weimer2016-03-082-2/+7
* posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-testsAdhemerval Zanella2016-03-082-2/+10
* Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers2016-03-087-60/+161
* ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer2016-03-074-4/+83