aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2019-11-11y2038: linux: Provide __ppoll64 implementationLukasz Majewski
2019-11-11linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer
2019-11-08sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis
2019-11-08Remove hppa pthreadP.hAdhemerval Zanella
2019-11-07nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06nptl: Move nanosleep implementation to libcAdhemerval Zanella
2019-11-06S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler
2019-11-05linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski
2019-11-04nptl: Fix niggles with pthread_clockjoin_npMike Crowe
2019-11-03hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin
2019-11-02y2038: linux: Provide __futimens64 implementationLukasz Majewski
2019-11-02y2038: linux: Provide __utimensat64 implementationLukasz Majewski
2019-11-01nptl: Add pthread_clockjoin_npMike Crowe
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella
2019-10-31Refactor PI mutexes internal definitionsAdhemerval Zanella
2019-10-31Remove pause and nanosleep not cancel wrappersAdhemerval Zanella
2019-10-31nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella
2019-10-31Consolidate lowlevellock-futex.hAdhemerval Zanella
2019-10-31Consolidate futex-internal.hAdhemerval Zanella
2019-10-30Make second argument of gettimeofday as 'void *'Zack Weinberg
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg
2019-10-30Consolidate and deprecate ftimeZack Weinberg
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg
2019-10-30hurd: Support for file record lockingSvante Signell
2019-10-27y2038: linux: Provide __clock_getres64 implementationLukasz Majewski
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis
2019-10-24hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis
2019-10-23S390: Remove not needed stack frame in syscall function.Stefan Liebler
2019-10-21Remove x64 _finite tests and referencesWilco Dijkstra
2019-10-21Remove math-finite.hWilco Dijkstra
2019-10-20Include <kernel-features.h> explicitly in Linux clock_settime.cLukasz Majewski
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira
2019-10-18Add nocancel version of pread64()Leandro Pereira
2019-10-18Update sysvipc kernel-features.h files for Linux 5.1Adhemerval Zanella
2019-10-18S390: Add new s390 platform z15.Stefan Liebler
2019-10-18nptl: SIGCANCEL, SIGTIMER, SIGSETXID are always definedFlorian Weimer
2019-10-17sysvipc: Implement semop based on semtimedopAdhemerval Zanella
2019-10-17ipc: Refactor sysvipc internal definitionsAdhemerval Zanella
2019-10-14Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h.Joseph Myers
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella