about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2019-11-121-35/+47
* slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25097]Florian Weimer2019-11-121-1/+1
* Fix clock_nanosleep when interrupted by a signalAdhemerval Zanella2019-11-111-9/+7
* y2038: linux: Provide __ppoll64 implementationLukasz Majewski2019-11-111-4/+45
* linux: Reduce stack size for nptl/tst-thread-affinity-pthreadFlorian Weimer2019-11-111-1/+4
* sysdeps/clock_nanosleep: Use clock_nanosleep_time64 if avaliableAlistair Francis2019-11-081-4/+57
* Remove hppa pthreadP.hAdhemerval Zanella2019-11-081-16/+0
* nptl: Add missing placeholder abi symbol from nanosleep moveAdhemerval Zanella2019-11-079-0/+9
* hurd: Remove lingering references to the time functionFlorian Weimer2019-11-071-2/+2
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-064-132/+47
* nptl: Move nanosleep implementation to libcAdhemerval Zanella2019-11-0627-54/+0
* S390: Fp comparison are now raising FE_INVALID with gcc 10.Stefan Liebler2019-11-061-5/+7
* linux: pselect: Remove CALL_PSELECT6 macroLukasz Majewski2019-11-051-9/+2
* nptl: Fix niggles with pthread_clockjoin_npMike Crowe2019-11-042-1/+12
* hppa: Align __clone stack argument to 8 bytes (Bug 25066)John David Anglin2019-11-031-2/+7
* y2038: linux: Provide __futimens64 implementationLukasz Majewski2019-11-021-3/+19
* y2038: linux: Provide __utimensat64 implementationLukasz Majewski2019-11-021-4/+61
* nptl: Add pthread_clockjoin_npMike Crowe2019-11-0128-0/+38
* Refactor adjtimex based on clock_adjtimeAdhemerval Zanella2019-10-312-2/+2
* Refactor PI mutexes internal definitionsAdhemerval Zanella2019-10-312-0/+95
* Remove pause and nanosleep not cancel wrappersAdhemerval Zanella2019-10-315-76/+2
* nptl: Replace non cancellable pause/nanosleep with futexAdhemerval Zanella2019-10-314-47/+33
* Consolidate lowlevellock-futex.hAdhemerval Zanella2019-10-312-205/+128
* Consolidate futex-internal.hAdhemerval Zanella2019-10-312-270/+196
* 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