aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella3-1/+12
2016-03-20hurd: Add c++-types expected resultSamuel Thibault2-4/+69
2016-03-20hurd: Allow inlining IO locksSamuel Thibault2-0/+7
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault4-2/+53
2016-03-20Fix mach-syscalls.mk buildSamuel Thibault2-1/+2
2016-03-20hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault2-2/+10
2016-03-17Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers4-52/+7
2016-03-17Remove __ASSUME_FALLOCATE.Joseph Myers3-36/+21
2016-03-16Use JUMPTARGET in x86-64 mathvecH.J. Lu39-130/+224
2016-03-16add ChangeLog entryMike Frysinger1-0/+5
2016-03-16localedata: use same comment_char/escape_char in these filesMike Frysinger2-145/+150
2016-03-16localedata: an_ES: fix case of lang_abCarlos O'Donell2-1/+5
2016-03-16Fix hurd buildSamuel Thibault4-1/+11
2016-03-15Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell7-5/+15
2016-03-15Remove __ASSUME_PPOLL.Joseph Myers3-29/+8
2016-03-15Adjust kernel-features.h defaults for socket syscalls.Joseph Myers18-174/+124
2016-03-15Fix resource leak in resolver (bug 19257)Andreas Schwab2-1/+7
2016-03-15Fix compilation of test-signgam-* testsAndreas Schwab3-0/+8
2016-03-14Update glibc headers for Linux 4.5.Joseph Myers5-0/+14
2016-03-14Remove mention of checktab.awk in timezone/README.Carlos O'Donell2-2/+8
2016-03-13Fix flag test in waitid compatibility layerSamuel Thibault2-1/+6
2016-03-11Fix type of parameter passed by malloc_consolidateTulio Magno Quites Machado Filho2-1/+6
2016-03-11powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan7-34/+44
2016-03-10Removed unused timezone/checktab.awk.Carlos O'Donell2-174/+4
2016-03-10Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers3-2/+26
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu4-151/+181
2016-03-09mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno2-0/+13
2016-03-09Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers4-109/+32
2016-03-08Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath3-3/+10
2016-03-08Add sys/auxv.h wrapper to include/sys/Aurelien Jarno2-0/+5
2016-03-08Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu2-0/+8
2016-03-08powerpc: Remove uses of operand modifier (%s) in inline asmGabriel F. T. Gomes2-6/+16
2016-03-08powerpc: Fix dl-procinfo HWCAPCarlos Eduardo Seo3-8/+13
2016-03-08Support --enable-hardcoded-path-in-tests in benchtestsH.J. Lu2-2/+9
2016-03-08sunrpc: In key_call_keyenvoy, use int status instead of union waitFlorian Weimer2-2/+7
2016-03-08posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-testsAdhemerval Zanella2-2/+10
2016-03-08Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers7-60/+161
2016-03-07ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer4-4/+83
2016-03-07link sln fix to bugzilla [BZ #15333]Mike Frysinger1-0/+1
2016-03-07Fix min/max needed for ascii to INTERNAL conversionAndreas Schwab2-1/+6
2016-03-07sln: use stat64Hongjiu Zhang2-2/+7
2016-03-07libio: Clean up _IO_file_doallocate and _IO_wfile_doallocateFlorian Weimer3-50/+14
2016-03-07tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer6-55/+125
2016-03-07test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]Florian Weimer2-17/+5
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella27-2/+547
2016-03-07posix: execvpe cleanupAdhemerval Zanella13-151/+529
2016-03-07posix: Remove dynamic memory allocation from execl{e,p}Adhemerval Zanella4-125/+86
2016-03-06Group AVX512 functions in .text.avx512 sectionH.J. Lu3-2/+9
2016-03-07Add placeholder libnsl.abilist and libutil.abilist filesAurelien Jarno3-0/+5
2016-03-06Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu10-9/+27