aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-12linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin5-5/+84
2018-01-12malloc: Ensure that the consolidated fast chunk has a sane size.Istvan Kurucsai2-0/+10
2018-01-12support: Preserve errno in write_message, TEST_VERIFY and other checksFlorian Weimer5-0/+21
2018-01-12Add missing reference to bug 20532Florian Weimer1-0/+1
2018-01-12libnsl: Do not install libnsl.so, libnsl.a if NIS is disabled [BZ #22701]Florian Weimer2-1/+16
2018-01-12hu_HU locale: Avoid double space (bug 22657).Egmont Koblinger2-2/+10
2018-01-12Fix s390 linknamespace fallout of bug 22702 patch.Joseph Myers2-1/+6
2018-01-11Make default libc_feholdsetround_noex_ctx use __feholdexcept (bug 22702).Joseph Myers2-4/+15
2018-01-11csu: Update __libgcc_s_init commentFlorian Weimer2-2/+11
2018-01-11nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]Florian Weimer4-1/+101
2018-01-10Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers2-2/+8
2018-01-10Regenerate libc.potDmitry V. Levin2-530/+534
2018-01-10nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ #22636]Florian Weimer2-1/+7
2018-01-10hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault7-194/+218
2018-01-10Fix powerpc-nofpu fmaxmagl, fminmagl spurious "invalid" exception (bug 22691).Joseph Myers2-0/+7
2018-01-10Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers3-12/+20
2018-01-09Fix powerpc-nofpu remainderl wrong sign of zero result (bug 22688).Joseph Myers2-0/+5
2018-01-09Fix powerpc-nofpu complex long double functions spurious "invalid" exception ...Joseph Myers2-6/+37
2018-01-09hurd: Use the new file_exec_paths RPCSamuel Thibault7-32/+167
2018-01-08tst-ttyname: skip the test when /dev/ptmx is not availableDmitry V. Levin2-1/+13
2018-01-08resolv: Support binary labels in test frameworkFlorian Weimer4-133/+302
2018-01-08support: Increase usability of TEST_COMPAREFlorian Weimer4-32/+49
2018-01-08[BZ #22637] Fix stack guard size accountingSzabolcs Nagy5-8/+21
2018-01-08x86-64: Add sincosf with vector FMAH.J. Lu7-4/+288
2018-01-08nptl: Add test for callee-saved register restore in pthread_exitFlorian Weimer3-2/+257
2018-01-08support: Define support_static_assert for use with C and C++Florian Weimer2-9/+21
2018-01-07getrlimit64: fix for 32-bit configurations with default version >= 2.2Aurelien Jarno2-0/+10
2018-01-07hurd: Fix pwritev*Samuel Thibault2-1/+2
2018-01-06Avoid race conditions when rebuilding librt.soPalmer Dabbelt2-0/+6
2018-01-06Strip shared objects in subdirectories of libPalmer Dabbelt2-1/+3
2018-01-06Add linux-4.15 VDSO hash for RISC-VPalmer Dabbelt2-0/+5
2018-01-06Allow make-link-multidir to make subdirectoriesPalmer Dabbelt2-0/+3
2018-01-06Add RISC-V dynamic relocations to elf.hPalmer Dabbelt2-0/+29
2018-01-06hurd: Fix glob64 compatibility symbolsSamuel Thibault4-3/+94
2018-01-06hurd: Fix posix glob testSamuel Thibault2-0/+4
2018-01-06i386: Regenerate libm-test-ulps for for gcc 7 on i686Samuel Thibault2-12/+14
2018-01-06hurd: Fix build without NO_HIDDENSamuel Thibault3-0/+12
2018-01-06hurd: Add jmp_buf-macros.hSamuel Thibault2-0/+10
2018-01-05powerpc: Fix error message during relocation overflowTulio Magno Quites Machado Filho2-1/+9
2018-01-05resource/tst-getrlimit.c: Add copyright headerAurelien Jarno2-0/+19
2018-01-05Add test for getrlimit/setrlimit/prlimit with infinity valueAurelien Jarno3-1/+178
2018-01-05prlimit: Translate old_rlimit from RLIM64_INFINITY to RLIM_INFINITY [BZ #22678]Aurelien Jarno2-6/+15
2018-01-05Alpha: Fix the RLIM_INFINITY and RLIM64_INFINITY constantsAurelien Jarno8-63/+83
2018-01-05Alpha: Add wrappers to get/setrlimit64 to fix RLIM64_INFINITY constant [BZ #2...Aurelien Jarno3-0/+131
2018-01-05NEWS: Deprecate static dlopenFlorian Weimer1-0/+4
2018-01-05NEWS: Deprecate direct access libio internalsFlorian Weimer1-0/+27
2018-01-04Increase some test timeouts.Joseph Myers4-0/+9
2018-01-04alpha: Remove s_trunc{f} implementation (BZ#22666)Adhemerval Zanella3-89/+5
2018-01-04alpha: Remove s_ceil{f} and s_floor{f} implementation (BZ#22665)Adhemerval Zanella5-210/+9
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer4-3/+263