summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sh: Add string-fzb.hazanella/generic-stringsAdhemerval Zanella2018-10-021-0/+53
* powerpc: Add string-fza.hRichard Henderson2018-10-021-0/+70
* arm: Add string-fza.hRichard Henderson2018-10-021-0/+70
* alpha: Add string-fzb.h and string-fzi.hRichard Henderson2018-10-022-0/+164
* hppa: Add string-fzb.h and string-fzi.hRichard Henderson2018-10-022-0/+204
* hppa: Add memcopy.hRichard Henderson2018-10-021-0/+44
* string: Improve generic strcpyAdhemerval Zanella2018-10-022-3/+130
* string: Improve generic strcmpRichard Henderson2018-10-021-8/+89
* string: Improve generic strchrnulRichard Henderson2018-10-021-122/+22
* string: Improve generic strchrRichard Henderson2018-10-022-139/+26
* string: Improve generic strnlenAdhemerval Zanella2018-10-024-152/+43
* string: Improve generic memrchrRichard Henderson2018-10-024-153/+46
* string: Improve generic memchrRichard Henderson2018-10-021-115/+37
* string: Improve generic strlenRichard Henderson2018-10-021-70/+13
* Add string vectorized find and detection functionsAdhemerval Zanella2018-10-027-0/+509
* Add string-maskoff.h generic headerAdhemerval Zanella2018-10-021-0/+72
* Parameterize OP_T_THRES from memcopy.hRichard Henderson2018-10-027-17/+51
* Parameterize op_t from memcopy.hRichard Henderson2018-10-023-5/+34
* Fix build from commit 0b727edAdhemerval Zanella2018-10-022-0/+6
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-023-67/+16
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-029-49/+214
* Move MREMAP_* to bits/mman-shared.h.Joseph Myers2018-10-014-12/+16
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2887-86/+92
* i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2018-09-283-69/+21
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-288-7/+83
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-2757-110/+202
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-2725-35/+74
* Fix stack overflow in tst-setcontext9 (bug 23717)Andreas Schwab2018-09-272-2/+8
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-265-2/+86
* Share MAP_* flags between more architectures.Joseph Myers2018-09-266-46/+66
* Remove leading space from testrun.shAndreas Schwab2018-09-262-1/+6
* Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella2018-09-257-12/+155
* Complete sys/procfs.h unification.Joseph Myers2018-09-257-130/+105
* Unify more sys/procfs.h headers.Joseph Myers2018-09-2525-892/+648
* Unify some sys/procfs.h headers.Joseph Myers2018-09-2520-1015/+347
* Use libsupport for tst-spawn.cAdhemerval Zanella2018-09-252-122/+97
* Clean up iconv/gconv_int.h for unnecessary declarationsArjun Shankar2018-09-254-22/+24
* Don't build libnsl for new ABIsAndreas Schwab2018-09-247-51/+113
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-2112-100/+50
* it_CH/it_IT locales: Correct some LC_TIME formats (bug 10425).Rafal Luzynski2018-09-213-5/+15
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-2027-31/+76
* Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers2018-09-202-18/+16
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-203-0/+121
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-202-2/+7
* Fix tst-setcontext9 for optimized small stacks.Carlos O'Donell2018-09-192-9/+44
* Fix mktime localtime offset confusionPaul Eggert2018-09-193-3/+13
* Merge mktime, timegm from upstream GnulibPaul Eggert2018-09-196-316/+781
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2018-09-194-4/+44
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-192-1/+6
* Add new pow implementationSzabolcs Nagy2018-09-1915-10616/+594