summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nptl: Fix deadlock on atfork handler which calls dlclose (BZ#24595)azanella/bz24595Adhemerval Zanella2019-08-086-91/+257
* Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h.Joseph Myers2019-08-072-0/+10
* Add AT_RECURSIVE from Linux 5.2 to fcntl.h.Joseph Myers2019-08-062-0/+5
* s390: Fix Enable VDSO for static linkingStefan Liebler2019-08-062-0/+6
* Add CLONE_PIDFD from Linux 5.2 to bits/sched.h.Joseph Myers2019-08-052-0/+7
* linux: Enable vDSO for static linking as default (BZ#19767)Adhemerval Zanella2019-08-0517-52/+34
* sparc: Enable VDSO for static linkingAdhemerval Zanella2019-08-054-10/+13
* s390: Enable VDSO for static linkingAdhemerval Zanella2019-08-055-9/+16
* riscv: Enable VDSO for static linkingAdhemerval Zanella2019-08-054-10/+13
* sh: Update libm-tests-ulpsAdhemerval Zanella2019-08-052-20/+24
* login: Remove utmp backend jump tables [BZ #23518]Florian Weimer2019-08-0510-197/+105
* elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocessAlexandra Hájková2019-08-052-39/+38
* Update kernel version in comment in syscall-names.list.Joseph Myers2019-08-022-1/+3
* Update Linux kernel version number in tst-mman-consts.py to 5.2.Joseph Myers2019-08-022-1/+6
* powerpc: Cleanup: use actual power8 assembly mnemonicsRaoni Fassina Firmino2019-08-0112-187/+102
* hppa: Update libm-tests-ulpsAdhemerval Zanella2019-08-012-44/+48
* malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]Florian Weimer2019-08-012-1/+7
* Get new entropy on each attempt __gen_tempname (BZ #15813)Adhemerval Zanella2019-08-012-7/+12
* Open master for 2.31 development.glibc-2.30.9000Carlos O'Donell2019-08-012-2/+26
* Tag 2.30 release.glibc-2.30Carlos O'Donell2019-08-013-3/+7
* Update install and NEWS for 2.30 release.Carlos O'Donell2019-08-014-12/+119
* Update translations.Carlos O'Donell2019-07-3135-8668/+8494
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-318-132/+31
* Restore r31 setting in powerpc32 swapcontext.Joseph Myers2019-07-302-0/+8
* nptl: Use uintptr_t for address diagnostic in nptl/tst-pthread-getattrFlorian Weimer2019-07-302-8/+15
* Linux: Move getdents64 to <dirent.h>Florian Weimer2019-07-297-8/+70
* test-container: Install with $(sorted-subdirs) [BZ #24794]Tulio Magno Quites Machado Filho2019-07-293-4/+12
* gconv: Check reference count in __gconv_release_cache [BZ #24677]Florian Weimer2019-07-262-3/+12
* x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ #24603]H.J. Lu2019-07-244-0/+52
* build-many-glibcs.py: Use Linux 5.2 by defaultFlorian Weimer2019-07-242-1/+6
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-2410-94/+333
* test-container: Install with $(all-subdirs) [BZ #24794]Tulio Magno Quites Machado Filho2019-07-232-1/+6
* test-container: Avoid copying unintended system librariesTulio Magno Quites Machado Filho2019-07-232-2/+7
* Add NEWS entry about the new AArch64 IFUNC resolver call ABISzabolcs Nagy2019-07-222-0/+8
* locale/C-translit.h.in: Cyrillic -> ASCII transliteration [BZ #2872]Egor Kobylkin2019-07-202-0/+174
* Linux: Update syscall-names.list to Linux 5.2Florian Weimer2019-07-192-1/+18
* Regenerate po/libc.pot for 2.30 release.Carlos O'Donell2019-07-182-225/+220
* nptl: Add POSIX-proposed _clock functions to hppa pthread.hAdhemerval Zanella2019-07-182-0/+41
* nptl: Remove unnecessary forwarding of pthread_cond_clockwait from libcMike Crowe2019-07-184-10/+10
* Afar locales: Months and days updated from CLDR (bug 21897).Rafal Luzynski2019-07-175-12/+30
* nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996).Rafal Luzynski2019-07-172-6/+6
* nl_BE and nl_NL locales: Dutch salutations (bug 23996).PanderMusubi2019-07-173-0/+17
* ga_IE and en_IE locales: Revert first_weekday removal (bug 24200).Daniil Zhilin2019-07-173-0/+8
* nptl: Remove futex_supports_exact_relative_timeoutsMike Crowe2019-07-125-26/+12
* Update NEWS for new _clockwait and _clocklock functionsMike Crowe2019-07-122-0/+13
* nptl: Add POSIX-proposed pthread_mutex_clocklockMike Crowe2019-07-1235-27/+267
* nptl: Rename lll_timedlock to lll_clocklock and add clockid parameterMike Crowe2019-07-1213-54/+103
* nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthread_rwlock_clockwrlockMike Crowe2019-07-1241-100/+493
* nptl: pthread_rwlock: Move timeout validation into _full functionsMike Crowe2019-07-124-20/+29
* nptl: Add POSIX-proposed pthread_cond_clockwaitMike Crowe2019-07-1237-18/+353