about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Make second argument of gettimeofday as 'void *'Zack Weinberg2019-10-303-6/+6
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-3013-297/+90
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-302-78/+0
* Consolidate and deprecate ftimeZack Weinberg2019-10-302-43/+0
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-307-112/+35
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-303-50/+11
* Use clock_settime to implement settimeofday.Zack Weinberg2019-10-308-85/+99
* Use clock_settime to implement stime; withdraw stime.Zack Weinberg2019-10-302-40/+0
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-3011-61/+64
* Linux/Alpha: don't use timeval32 system calls.Zack Weinberg2019-10-3018-131/+637
* hurd: Support for file record lockingSvante Signell2019-10-301-24/+87
* y2038: linux: Provide __clock_getres64 implementationLukasz Majewski2019-10-271-3/+35
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-2712-17/+20
* Define __STATFS_MATCHES_STATFS64Alistair Francis2019-10-248-2/+32
* hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer2019-10-241-3/+11
* sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis2019-10-234-2/+38
* S390: Remove not needed stack frame in syscall function.Stefan Liebler2019-10-232-44/+8
* Remove x64 _finite tests and referencesWilco Dijkstra2019-10-2151-428/+57
* Remove math-finite.hWilco Dijkstra2019-10-211-24/+0
* Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski2019-10-201-0/+1
* elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira2019-10-181-2/+1
* Add nocancel version of pread64()Leandro Pereira2019-10-185-2/+41
* Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella2019-10-1811-27/+57
* S390: Add new s390 platform z15.Stefan Liebler2019-10-182-3/+3
* nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer2019-10-182-78/+5
* sysvipc: Implement semop based on semtimedopAdhemerval Zanella2019-10-172-7/+4
* ipc: Refactor sysvipc internal definitionsAdhemerval Zanella2019-10-1722-192/+56
* Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers2019-10-149-7/+96
* sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella2019-10-1032-419/+336
* syscall-names.list: fix typos in commentDmitry V. Levin2019-10-101-5/+4
* y2038: linux: Provide __clock_settime64 implementationLukasz Majewski2019-10-101-4/+32
* mips: Do not malloc on getdents64 fallbackAdhemerval Zanella2019-10-091-59/+81
* sparc: Assume GOTDATA support in the toolchainFlorian Weimer2019-10-092-65/+2
* nptl: Move pthread_attr_setschedparam implementation into libcFlorian Weimer2019-10-0728-29/+0
* riscv: Remove support for variable page sizesFlorian Weimer2019-10-073-120/+0
* nptl: Move pthread_attr_getschedparam implementation into libcFlorian Weimer2019-10-0728-29/+0
* nptl: Move pthread_attr_setinheritsched implementation into libc.Florian Weimer2019-10-0428-28/+0
* [powerpc] No need to enter "Ignore Exceptions Mode"Paul A. Clarke2019-10-021-4/+15
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-0152-238/+241
* Update bits/mman.h constants and tst-mman-consts.py for Linux 5.3.Joseph Myers2019-09-303-1/+5
* [powerpc] Rename fesetenv_mode to fesetenv_controlPaul A. Clarke2019-09-275-6/+6
* [powerpc] libc_feholdsetround_noex_ppc_ctx: optimize FPSCR writePaul A. Clarke2019-09-271-1/+1
* [powerpc] Rename fegetenv_status to fegetenv_controlPaul A. Clarke2019-09-277-9/+9
* [powerpc] __fesetround_inline optimizationsPaul A. Clarke2019-09-271-3/+15
* [powerpc] libc_feupdateenv_test: optimize FPSCR accessPaul A. Clarke2019-09-272-2/+18
* [powerpc] fenv_private.h clean upPaul A. Clarke2019-09-278-117/+38
* Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.Joseph Myers2019-09-271-0/+1
* Fix tst-sigcontext-get_pc rule name from a43565ac447b1Adhemerval Zanella2019-09-251-1/+1
* Fix vDSO initialization on arm and mipsAndreas Schwab2019-09-242-4/+4
* [powerpc] SET_RESTORE_ROUND optimizations and bug fixPaul A. Clarke2019-09-192-25/+36