about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* linux: Add support for clock_getres64 vDSOAdhemerval Zanella2020-01-038-12/+24
* linux: Enable vDSO clock_gettime64 for mipsAdhemerval Zanella2020-01-031-0/+5
* linux: Enable vDSO clock_gettime64 for armAdhemerval Zanella2020-01-031-0/+1
* linux: Enable vDSO clock_gettime64 for i386Adhemerval Zanella2020-01-031-0/+1
* linux: Optimize fallback 32-bit clock_gettimeAdhemerval Zanella2020-01-031-4/+12
* linux: Add support for clock_gettime64 vDSOAdhemerval Zanella2020-01-039-12/+34
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-0331-289/+257
* elf: Enable relro for static buildAdhemerval Zanella2020-01-031-4/+14
* linux: Consolidate time implementationAdhemerval Zanella2020-01-033-55/+54
* linux: Consolidate Linux gettimeofdayAdhemerval Zanella2020-01-034-100/+63
* linux: Update mips vDSO symbolsAdhemerval Zanella2020-01-031-0/+1
* linux: Update x86 vDSO symbolsAdhemerval Zanella2020-01-033-4/+4
* Remove vDSO support from make-syscall.shAdhemerval Zanella2020-01-031-44/+1
* x86: Make x32 use x86 time implementationAdhemerval Zanella2020-01-032-2/+0
* linux: Fix vDSO macros build with time64 interfacesAdhemerval Zanella2020-01-0310-98/+58
* Linux: Fix clock_nanosleep time64 checkAdhemerval Zanella2020-01-031-8/+12
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-03263-351/+605
* Update libc.pot for 2.31 releaseSiddhesh Poyarekar2020-01-021-70/+66
* Multiple locales: Add date_fmt (bug 24054)Rafał Lużyński2020-01-02204-203/+564
* build-many-glibcs.py: Fix “glibcs i686-gnu --strip”Florian Weimer2020-01-021-4/+9
* Linux: Remove pread/pread64, pwrite/pwrite64 kludges from <sysdep.h>Florian Weimer2020-01-024-40/+0
* build-many-glibcs.py: Implement update-syscalls commandFlorian Weimer2020-01-021-3/+62
* build-many-glibcs.py: Introduce glibc build policy classesFlorian Weimer2020-01-021-49/+80
* build-many-glibcs.py: Introduce LinuxHeadersPolicyForBuildFlorian Weimer2020-01-021-43/+48
* Linux: Use system call tables during buildFlorian Weimer2020-01-0221-58/+46
* Linux: Add tables with system call numbersFlorian Weimer2020-01-0230-22/+9050
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-0127-27/+27
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0110671-10671/+10671
* alpha: Set wait4 as cancellation entrypointAdhemerval Zanella2019-12-302-1/+26
* lv_LV locale: Correct the time part of d_t_fmt (bug 25324)Rafał Lużyński2019-12-301-1/+1
* km_KH locale: Use "%M" instead of "m" in d_t_fmt (bug 25323)Rafał Lużyński2019-12-301-1/+1
* hurd: Global signal dispositionJeremie Koenig2019-12-2921-163/+386
* hurd sendmsg: Fix warning on calling CMSG_*HDRSamuel Thibault2019-12-291-2/+2
* hurd: Signal code refactoringJeremie Koenig2019-12-291-112/+160
* hurd: Add getcontext, makecontext, setcontext, swapcontextThomas Schwinge2019-12-296-0/+440
* hurd: Support sending file descriptors over Unix socketsEmilio Pozuelo Monfort2019-12-292-13/+157
* ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128Gabriel F. T. Gomes2019-12-271-0/+14
* ldbl-128ibm-compat: Compiler flags for stdio functionsTulio Magno Quites Machado Filho2019-12-271-0/+6
* Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho2019-12-2710-2/+48
* aarch64: add default memcpy version for kunpeng920Xuelei Zhang2019-12-271-1/+1
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-274-4/+4
* aarch64: Modify error-shown comments for strcpyXuelei Zhang2019-12-271-1/+1
* linux: Consolidate sigprocmaskAdhemerval Zanella2019-12-276-220/+3
* Fix return code for __libc_signal_* functionsAdhemerval Zanella2019-12-272-15/+15
* nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)Adhemerval Zanella2019-12-261-3/+0
* mnw_MM, my_MM, and shn_MM locales: Do not use %OpRafał Lużyński2019-12-233-4/+4
* Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2019-12-232-0/+18
* ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes2019-12-236-3/+113
* Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes2019-12-236-59/+62
* Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes2019-12-238-385/+424