aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-22nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattrfw/gcc-10-fixesFlorian Weimer2-6/+11
2019-07-22Linux: Include <linux/sockios.h> in <bits/socket.h> under __USE_MISCfw/linux-5.2Florian Weimer2-0/+6
2019-07-21build-many-glibcs.py: Use Linux 5.2 by defaultFlorian Weimer2-1/+6
2019-07-21Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer10-94/+333
2019-07-21scripts/glibcextract.py: Print source code on compiler failureFlorian Weimer2-1/+11
2019-07-20locale/C-translit.h.in: Cyrillic -> ASCII transliteration [BZ #2872]Egor Kobylkin2-0/+174
2019-07-19Linux: Update syscall-names.list to Linux 5.2Florian Weimer2-1/+18
2019-07-18Regenerate po/libc.pot for 2.30 release.Carlos O'Donell2-225/+220
2019-07-18nptl: Add POSIX-proposed _clock functions to hppa pthread.hAdhemerval Zanella2-0/+41
2019-07-18nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe4-10/+10
2019-07-17Afar locales: Months and days updated from CLDR (bug 21897).Rafal Luzynski5-12/+30
2019-07-17nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996).Rafal Luzynski2-6/+6
2019-07-17nl_BE and nl_NL locales: Dutch salutations (bug 23996).PanderMusubi3-0/+17
2019-07-17ga_IE and en_IE locales: Revert first_weekday removal (bug 24200).Daniil Zhilin3-0/+8
2019-07-12nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe5-26/+12
2019-07-12Update NEWS for new _clockwait and _clocklock functionsMike Crowe2-0/+13
2019-07-12nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe35-27/+267
2019-07-12nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe13-54/+103
2019-07-12nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe41-100/+493
2019-07-12nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe4-20/+29
2019-07-12nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe37-18/+353
2019-07-12nptl: Add POSIX-proposed sem_clockwaitMike Crowe36-20/+293
2019-07-12nptl: Add clockid parameter to futex timed wait callsMike Crowe9-51/+110
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella5-5/+53
2019-07-10nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696]DJ Delorie11-2/+189
2019-07-10aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy3-6/+9
2019-07-10Don't declare __malloc_check_init in <malloc.h> (bug 23352)Andreas Schwab5-7/+12
2019-07-10locale/tst-locale-locpath: Fix arguments passingMao Han2-1/+5
2019-07-09[powerpc] fenv_libc.h: protect use of __builtin_cpu_supportsPaul A. Clarke2-1/+8
2019-07-08nftw: fill in stat buf for dangling links [BZ #23501]DJ Delorie4-3/+252
2019-07-08NEWS: clarify copy_file_rangeDJ Delorie1-3/+5
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella21-125/+138
2019-07-08math: Use wordsize-64 version for s_logbAdhemerval Zanella3-79/+33
2019-07-08benchtests: Add logb{f} benchmarkAdhemerval Zanella4-1/+27
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella13-42/+80
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella9-232/+39
2019-07-08benchtests: hypot benchmarkAdhemerval Zanella3-1/+22
2019-07-08dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanismVincent Chen2-0/+7
2019-07-04riscv: restore ABI compatibility (bug 24484)Andreas Schwab2-0/+10
2019-07-04aarch64: new ifunc resolver ABISzabolcs Nagy6-1/+193
2019-07-02nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ #20188]Florian Weimer40-397/+129
2019-07-02malloc: Add nptl, htl dependency for the subdirectory [BZ #24757]Florian Weimer2-0/+8
2019-07-02Fix build warnings in resolv/res_send.cStefan Liebler2-1/+21
2019-07-02build-many-glibcs.py: Add v4t variant for arm-linux-gnueabiFlorian Weimer2-1/+8
2019-07-01Call _dl_open_check after relocation [BZ #24259]H.J. Lu18-5/+387
2019-06-30powerpc: Use faster means to access FPSCR when possible in some casesPaul A. Clarke6-30/+94
2019-06-28Further improve string bench timingWilco Dijkstra13-13/+31
2019-06-28Bump up the runtime for "short" benchmarksAnton Youdkevitch10-8/+22
2019-06-28Linux: Use mmap instead of malloc in dirent/tst-getdents64Florian Weimer2-3/+15
2019-06-28Replace PREPARE_VERSION macro with inline functionTobias Klauser2-9/+16