summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-216-11/+118
* x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-216-8/+76
* x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-218-11/+183
* x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-216-16/+132
* x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-215-5/+72
* x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-217-42/+137
* x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-217-9/+127
* x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu2019-01-218-5/+167
* resolv: Do not send queries for non-host-names in nss_dns [BZ #24112]Florian Weimer2019-01-212-2/+31
* resolv: Reformat inet_addr, inet_aton to GNU styleFlorian Weimer2019-01-212-91/+106
* malloc: Revert fastbins to old-style atomicsFlorian Weimer2019-01-182-96/+84
* Disable lazy binding on tests for minimal signal handlerH.J. Lu2019-01-182-0/+17
* manual: Fix the wording to "alternative" rather than "alternate"TAMUKI Shoichi2019-01-182-3/+8
* powerpc: Fix tiny bug in strncmp.cPaul Clarke2019-01-162-1/+5
* Tests for minimal signal handler functionality in MINSIGSTKSZ space.Zack Weinberg2019-01-1611-0/+602
* Update libc.potSiddhesh Poyarekar2019-01-162-301/+346
* Add XFAIL_ROUNDING_IBM128_LIBGCC to more fma() testsTulio Magno Quites Machado Filho2019-01-152-56/+61
* powerpc: fix tst-ucontext-ppc64-vscr test for POWER 5/6.Rogerio Alves2019-01-152-2/+7
* x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval2019-01-1416-6/+1358
* Fix a few typos in commentsDmitry V. Levin2019-01-1212-11/+25
* strftime: Consequently use the "L_" macro with character literalsTAMUKI Shoichi2019-01-112-3/+8
* powerpc: Fix VSCR position in ucontext (bug 24088)Rogerio Alves2019-01-114-0/+102
* resolv: IDNA tests: AAAA (28) is valid, no fallthrough to defaultAndreas K. Hüttel2019-01-102-0/+6
* RISC-V: Update LP64D libm-test-ulps.Jim Wilson2019-01-092-48/+70
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-01-095-2/+15
* soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu2019-01-0727-26/+57
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-074-2/+80
* en_US: define date_fmt (bug 24046)Aurelien Jarno2019-01-072-0/+9
* manual: Use @code{errno} instead of @var{errno} [BZ #24063]Florian Weimer2019-01-0712-31/+54
* posix: Fix tst-spawn.c issue from commit 805334b26cAdhemerval Zanella2019-01-052-2/+7
* ChangeLog: Fix an obvious typo in the previous commit.Rafal Luzynski2019-01-051-1/+1
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-045-0/+27
* Fix the manual for old texinfoSzabolcs Nagy2019-01-042-4/+8
* Linux: Improve handling of resource limits in misc/tst-ttynameFlorian Weimer2019-01-042-4/+52
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-0315-164/+146
* i386: Remove bogus THREAD_ATOMIC_* macrosAdhemerval Zanella2019-01-032-37/+3
* x86_64: Remove wrong THREAD_ATOMIC_* macrosAdhemerval Zanella2019-01-032-37/+3
* nptl: Fix testcases for new pthread cancellation mechanismAdhemerval Zanella2019-01-033-9/+24
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-0315-142/+23
* AArch64: Update dl-procinfo.c with new HWCAPSzabolcs Nagy2019-01-033-3/+10
* posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella2019-01-034-14/+75
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-0343-103/+682
* termios: Consolidate termios.hAdhemerval Zanella2019-01-039-295/+35
* termios: Add powerpc termios-miscAdhemerval Zanella2019-01-034-50/+84
* termios: Remove Linux _IOT_termiosAdhemerval Zanella2019-01-034-9/+4
* termios: Consolidate tcflow symbolic constantsAdhemerval Zanella2019-01-039-23/+69
* termios: Consolidate local mode definitionsAdhemerval Zanella2019-01-0311-120/+214
* termios: Consolidate control mode definitionsAdhemerval Zanella2019-01-0310-60/+123
* termios: Consolidate Baud Rate Selection definitions (BZ#23783)Adhemerval Zanella2019-01-0311-131/+212
* termios: Consolidate Output Modes definitionsAdhemerval Zanella2019-01-0311-211/+280