aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg8-85/+99
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg2-40/+0
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg11-61/+64
2019-10-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg18-131/+637
2019-10-30hurd: Support for file record lockingSvante Signell1-24/+87
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski1-3/+35
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski12-17/+20
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis8-2/+32
2019-10-24hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer1-3/+11
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis4-2/+38
2019-10-23S390: Remove not needed stack frame in syscall function.Stefan Liebler2-44/+8
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra51-428/+57
2019-10-21Remove math-finite.hWilco Dijkstra1-24/+0
2019-10-20Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski1-0/+1
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira1-2/+1
2019-10-18Add nocancel version of pread64()Leandro Pereira5-2/+41
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella11-27/+57
2019-10-18S390: Add new s390 platform z15.Stefan Liebler2-3/+3
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2-78/+5
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella2-7/+4
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella22-192/+56
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers9-7/+96
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella32-419/+336
2019-10-10syscall-names.list: fix typos in commentDmitry V. Levin1-5/+4
2019-10-10y2038: linux: Provide __clock_settime64 implementationLukasz Majewski1-4/+32
2019-10-09mips: Do not malloc on getdents64 fallbackAdhemerval Zanella1-59/+81
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