aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers4-1/+14
2019-09-30Add helper script for glibc debuggingGabriel F. T. Gomes1-1/+157
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke6-6/+17
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke2-1/+7
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke8-9/+21
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke2-3/+21
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke3-2/+24
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke9-117/+67
2019-09-27Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.Joseph Myers2-0/+5
2019-09-26y2038: Introduce struct __timespec64 - new internal glibc typeLukasz Majewski2-0/+28
2019-09-26auto-changelog: Remove latin1 from codecsSiddhesh Poyarekar2-1/+6
2019-09-25Set the expects flags to clock_nanosleepAdhemerval Zanella3-1/+4
2019-09-25Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella2-1/+7
2019-09-24inet/net-internal.h: Fix uninitalised clntudp_call() variableAlistair Francis2-0/+17
2019-09-24Fix vDSO initialization on arm and mipsAndreas Schwab3-5/+18
2019-09-20Script to generate ChangeLog-like output from git logSiddhesh Poyarekar5-0/+1244
2019-09-19[powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke3-25/+46
2019-09-19Fix building support_ptrace.c on i686-gnu.Stefan Liebler2-1/+4
2019-09-19S390: Use _HP_TIMING_S390_H instead of _HP_TIMING_H.Stefan Liebler2-2/+7
2019-09-18Update syscall-names.list for Linux 5.3.Joseph Myers2-2/+9
2019-09-18Use Linux 5.3 in build-many-glibcs.py.Joseph Myers2-1/+6
2019-09-18S390: Add support for HP_TIMING_NOW.Stefan Liebler2-0/+46
2019-09-18Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers2-1/+11
2019-09-18Add UNSUPPORTED check in elf/tst-pldd.Stefan Liebler5-19/+137
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella2-1/+2
2019-09-17mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella5-36/+25
2019-09-17powerpc: Simplify vsyscall internal macrosAdhemerval Zanella6-54/+59
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella35-650/+237
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella34-157/+223
2019-09-17Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang2-1/+6
2019-09-14alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno4-0/+10
2019-09-09Fix http: URL in 'configure'Paul Eggert3-4/+10
2019-09-09Regenerate charmap-kw.h, locfile-kw.hPaul Eggert5-35/+37
2019-09-07Fix three GNU license URLs, along with trailing-newline issues.Paul Eggert3-6/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert10598-10604/+10604
2019-09-05Use __attribute_pure__ macro in bits/mathcalls.hGabriel F. T. Gomes1-2/+2
2019-09-05locale: Avoid zero-length array in _nl_category_names [BZ #24962]Florian Weimer7-27/+38
2019-09-05math: Replace const attribute with pure in totalorder* functionsGabriel F. T. Gomes2-3/+9
2019-09-04y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski2-0/+64
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg72-243/+382
2019-09-03Update Alpha libm-test-ulpsAurelien Jarno2-8/+12
2019-09-03localedef: Use initializer for flexible array member [BZ #24950]Florian Weimer3-7/+15
2019-09-02Add misc/tst-mntent-autofs, testing autofs "ignore" filteringFlorian Weimer3-1/+148
2019-09-02Use autofs "ignore" mount hint in getmntent_r/getmntentIan Kent2-12/+44
2019-08-30hurd: Fix buildSamuel Thibault1-1/+1
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra9-98/+91
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer33-34/+69
2019-08-30hurd: Fix SS_ONSTACK supportSamuel Thibault2-26/+47
2019-08-30hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault2-23/+4
2019-08-30hurd: Fix poll and select POSIX compliancy details about errorsSamuel Thibault2-41/+123