aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-15localedata: CLDRv29: update LC_ADDRESS.country_num valuesMike Frysinger19-26/+62
2016-04-15localedata: LC_PAPER: use copy directives everywhereMike Frysinger168-560/+337
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella2-0/+5
2016-04-14malloc: Add missing internal_function attributes on function definitionsFlorian Weimer2-0/+9
2016-04-14Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2-6/+12
2016-04-14malloc: Remove malloc hooks from fork handlerFlorian Weimer3-119/+25
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer3-35/+7
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer9-51/+321
2016-04-14Remove union wait [BZ #19613]Florian Weimer17-199/+72
2016-04-13localedata: de_IT: new localeMatthias Wallnoefer3-0/+152
2016-04-13localedata: de_{AT,CH}: copy data from de_DEMatthias Wallnoefer3-6/+9
2016-04-13Register extra test objectsAndreas Schwab6-5/+30
2016-04-12localedata: LC_MEASUREMENT: use copy directives everywhereMike Frysinger306-613/+615
2016-04-12localedata: CLDRv29: update LC_IDENTIFICATION language/territory fieldsMike Frysinger96-132/+230
2016-04-12localedata: LC_TIME.date_fmt: delete entries same as the default valueMike Frysinger140-592/+142
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu6-171/+260
2016-04-12VDSO support for MIPSMatthew Fortune8-0/+149
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella17-427/+52
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella18-414/+53
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella5-10/+47
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella4-0/+25
2016-04-11nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]Florian Weimer2-0/+13
2016-04-11Add missing bug number to ChangeLogFlorian Weimer1-0/+1
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault3-6/+9
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault3-0/+11
2016-04-09Allow overriding of CFLAGS as well as CPPFLAGS for rtld.Nick Alcock3-2/+8
2016-04-09When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj2-1/+8
2016-04-09localedata: CLDRv28: update LC_PAPER valuesMike Frysinger3-2/+7
2016-04-09configure: fix `test ==` usageMike Frysinger5-6/+13
2016-04-08localedata: iw_IL: delete old/deprecated locale [BZ #16137]Mike Frysinger8-174/+18
2016-04-08Fix limits.h NL_NMAX namespace (bug 19929).Joseph Myers3-2/+9
2016-04-08localedata: i18n: fix typos in tel_int_fmtMike FABIAN2-1/+5
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers7-7/+19
2016-04-07powerpc: Add optimized P8 strspnPaul E. Murphy7-1/+304
2016-04-07hsearch_r: Include <limits.h>Florian Weimer2-0/+5
2016-04-07scratch_buffer_set_array_size: Include <limits.h>Florian Weimer2-0/+5
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu2-54/+95
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu2-13/+28
2016-04-06Add memcpy/memmove/memset benchmarks with large dataH.J. Lu6-2/+393
2016-04-06Mention Bug in ChangeLog for S390: Save and restore fprs/vrs while resolving ...Stefan Liebler1-0/+1
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu2-0/+18
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu2-0/+7
2016-04-04strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer7-25/+301
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu7-32/+51
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu2-24/+39
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu2-5/+6
2016-04-01Use PTR_ALIGN_DOWN on strcspn and strspnAdhemerval Zanella3-2/+10
2016-04-01Test 64-byte alignment in memset benchtestH.J. Lu2-1/+12
2016-04-01Test 64-byte alignment in memmove benchtestH.J. Lu2-0/+13
2016-04-01Test 64-byte alignment in memcpy benchtestH.J. Lu2-0/+12