aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-27Remove macros extend_alloca, extend_alloca_account [BZ #18023]Florian Weimer3-41/+7
2018-06-27Remove nptl/sockperf.c.Joseph Myers2-593/+4
2018-06-27_dl_map_object_deps: Use struct scratch_buffer [BZ #18023]Florian Weimer2-12/+22
2018-06-27gethostid (Linux variant): Switch to struct scratch_buffer [BZ #18023]Florian Weimer2-17/+37
2018-06-27wordexp: Rewrite parse_tilde to use struct scratch_buffer [BZ #18023]Florian Weimer2-17/+35
2018-06-26Revert hurd errno.h changesAdhemerval Zanella1-9/+0
2018-06-26Fix hardcoded /tmp paths in testing (bug 13888).Joseph Myers11-18/+50
2018-06-26In sem_open.c, pad was not initialized when __HAVE_64B_ATOMICS wasPatsy Franklin2-2/+8
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella51-35/+519
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer14-46/+70
2018-06-26sunrpc: Remove always-defined _RPC_THREAD_SAFE_ macroFlorian Weimer14-69/+19
2018-06-26libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer5-0/+586
2018-06-26support: Add TEST_NO_SETVBUFFlorian Weimer4-1/+14
2018-06-26libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer2-0/+21
2018-06-25nss_files: Use struct scratch_buffer instead of extend_alloca [BZ #18023]Florian Weimer2-22/+16
2018-06-25getent: Use dynarray in initgroups_keys [BZ #18023]Florian Weimer2-10/+36
2018-06-25_nss_nis_initgroups_dyn: Use struct scratch_buffer [BZ #18023]Florian Weimer2-10/+23
2018-06-25getgrent_next_nss (compat-initgroups): Remove alloca fallback [BZ #18023]Florian Weimer2-25/+27
2018-06-25nscd: Switch to struct scratch_buffer in adhstaiX [BZ #18023]Florian Weimer2-34/+51
2018-06-25nscd: Use struct scratch_buffer, not extend_alloca in most caches [BZ #18023]Florian Weimer5-152/+84
2018-06-25nscd restart: Use malloc instead of extend_alloca [BZ #18023]Florian Weimer2-38/+67
2018-06-25csb_PL: Add alternative month names (bug 23140).Rafal Luzynski3-5/+33
2018-06-25csb_PL: Update month translations + add yesstr/nostr (bug 19485).Rafal Luzynski2-2/+12
2018-06-22m68k: Reorganize log1p and significand implementationsTulio Magno Quites Machado Filho7-32/+56
2018-06-21Add Andes nds32 dynamic relocations to elf.hVincent Chen2-0/+21
2018-06-21elf.h: Add BPF relocation types.Mark Wielaard2-1/+7
2018-06-21math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer4-36/+80
2018-06-20Fix tst-cmp.c build with GCC mainline.Joseph Myers2-0/+21
2018-06-20Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.Joseph Myers3-0/+23
2018-06-20ldbl-128ibm-compat: Create libm-alias-float128.hTulio Magno Quites Machado Filho3-0/+183
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho8-107/+45
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho3-7/+22
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer2-2/+6
2018-06-19Fix scanf rounding of negative floating-point numbers (bug 23280).Joseph Myers4-17/+81
2018-06-19hurd: fix localplt.data formatSamuel Thibault1-1/+1
2018-06-19hurd: Fix "Missing required PLT reference"Samuel Thibault2-14/+22
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers13-0/+37
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers11-0/+31
2018-06-18Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers11-0/+31
2018-06-18Update MAP_TYPE value for hppa from Linux 4.17.Joseph Myers2-1/+6
2018-06-18Linux: Create Netlink socket with SOCK_CLOEXEC in __check_pf [BZ #15722]Florian Weimer2-1/+7
2018-06-18Fix powerpc64le build of nan-sign tests (bug 23303).Joseph Myers2-1/+13
2018-06-16hurd: Fix reference to _hurd_self_sigstateSamuel Thibault3-1/+14
2018-06-16hurd: Fix missing __pthread_get_cleanup_stack symbolSamuel Thibault6-15/+10
2018-06-16hurd: Whitelist PLT refs which are difficult to avoidSamuel Thibault2-0/+10
2018-06-16hurd: Avoid PLT references to syscallsSamuel Thibault3-7/+20
2018-06-16hurd: Avoid PLT ref to __mach_msgSamuel Thibault3-0/+6
2018-06-16hurd: Avoid PLT references to shortcutsSamuel Thibault4-0/+20
2018-06-16hurd: Avoid missing PLT ref from ld.so requirementSamuel Thibault2-1/+2
2018-06-16hurd: Avoid PLT ref for __pthread_get_cleanup_stackSamuel Thibault5-4/+15