aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-06-25Linux: Move aio_return, aio_return64 into libcFlorian Weimer
2021-06-25Linux: Move aio_read, aio_read64 into libcFlorian Weimer
2021-06-25Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer
2021-06-25Linux: Move aio_error, aio_error64 into libcFlorian Weimer
2021-06-25Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer
2021-06-25Linux: Move aio_init from librt into libcFlorian Weimer
2021-06-24x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein
2021-06-24Consolidate pthread_atforkAdhemerval Zanella
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-24x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella
2021-06-23x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu
2021-06-23x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein
2021-06-23x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein
2021-06-23x86-64: Add wcslen optimize for sse4.1Noah Goldstein
2021-06-23x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella
2021-06-22linux: timerfd_gettime minor cleanupAdhemerval Zanella
2021-06-22linux: Remove time64-supportAdhemerval Zanella
2021-06-22linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella
2021-06-22linux: Remove supports_time64 () from clock_getresAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for selectAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella
2021-06-22linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer
2021-06-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-21rt: Move shm_unlink into libcFlorian Weimer
2021-06-21rt: Move shm_open into libcFlorian Weimer
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer
2021-06-15nptl: Export _pthread_cleanup_push, _pthread_cleanup_pop againFlorian Weimer
2021-06-15s390x: Align child stack while clone. [BZ #27968]Stefan Liebler
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for socket-constants.hAdhemerval Zanella
2021-06-15y2038: Use a common definition for shmid_dsAdhemerval Zanella
2021-06-15y2038: Use a common definition for semid_dsAdhemerval Zanella
2021-06-15y2038: Use a common definition for msqid_dsLukasz Majewski