aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2019-10-09sparc: Assume GOTDATA support in the toolchainFlorian Weimer2-65/+2
2019-10-07nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer28-29/+0
2019-10-07riscv: Remove support for variable page sizesFlorian Weimer3-120/+0
2019-10-07nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer28-29/+0
2019-10-04nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer28-28/+0
2019-10-02[powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke1-4/+15
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis52-238/+241
2019-09-30Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers3-1/+5
2019-09-27[powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke5-6/+6
2019-09-27[powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke1-1/+1
2019-09-27[powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke7-9/+9
2019-09-27[powerpc] __fesetround_inline optimizationsPaul A. Clarke1-3/+15
2019-09-27[powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2-2/+18
2019-09-27[powerpc] fenv_private.h clean upPaul A. Clarke8-117/+38
2019-09-27Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.Joseph Myers1-0/+1
2019-09-25Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella1-1/+1
2019-09-24Fix vDSO initialization on arm and mipsAndreas Schwab2-4/+4
2019-09-19[powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2-25/+36
2019-09-19S390: Use _HP_TIMING_S390_H instead of _HP_TIMING_H.Stefan Liebler1-2/+2
2019-09-18Update syscall-names.list for Linux 5.3.Joseph Myers1-2/+4
2019-09-18S390: Add support for HP_TIMING_NOW.Stefan Liebler1-0/+42
2019-09-18Fix RISC-V vfork build with Linux 5.3 kernel headers.Joseph Myers1-1/+4
2019-09-17sparc64: Use linux generic time implementationAdhemerval Zanella1-1/+0
2019-09-17mips: Consolidate INTERNAL_VSYSCALL_CALLAdhemerval Zanella4-36/+16
2019-09-17powerpc: Simplify vsyscall internal macrosAdhemerval Zanella5-54/+38
2019-09-17Refactor vDSO initialization codeAdhemerval Zanella34-650/+177
2019-09-17Remove PREPARE_VERSION and PREPARE_VERSION_KNOWAdhemerval Zanella33-157/+163
2019-09-17Fix small error in HP_TIMING_PRINT trailing null char settingChung-Lin Tang1-1/+1
2019-09-14alpha: force old OSF1 syscalls for getegid, geteuid and getppid [BZ #24986]Aurelien Jarno3-0/+0
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 Eggert5836-5836/+5836
2019-09-04y2038: Introduce the __ASSUME_TIME64_SYSCALLS defineLukasz Majewski1-0/+59
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg56-143/+205
2019-09-03Update Alpha libm-test-ulpsAurelien Jarno1-8/+8
2019-08-30hurd: Fix buildSamuel Thibault1-1/+1
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra1-1/+0
2019-08-30nptl: Move pthread_attr_getinheritsched implementation into libcFlorian Weimer28-28/+0
2019-08-30hurd: Fix SS_ONSTACK supportSamuel Thibault1-26/+42
2019-08-30hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault1-23/+0
2019-08-30hurd getcwd: Allow unknown root directorySamuel Thibault1-12/+0
2019-08-30hurd: Fix implementation of setitimer.Samuel Thibault1-8/+12
2019-08-29MIPS support for GNU hashMihailo Stojanovic5-1/+36
2019-08-29sh: Split BE/LE abilistAdhemerval Zanella36-9/+3744
2019-08-29microblaze: Split BE/LE abilistAdhemerval Zanella30-1/+3651
2019-08-29arm: Split BE/LE abilistAdhemerval Zanella35-2/+3690
2019-08-28[powerpc] fegetenv_status: simplify instruction generationPaul A. Clarke1-15/+6
2019-08-28[powerpc] fesetenv: optimize FPSCR accessPaul A. Clarke1-8/+4
2019-08-28[powerpc] SET_RESTORE_ROUND improvementsPaul A. Clarke1-2/+36
2019-08-28[powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accessesPaul A. Clarke4-24/+30
2019-08-28[powerpc] fe{en,dis}ableexcept optimize bit translationsPaul A. Clarke3-33/+63