about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Linux: Move mq_unlink from librt to libcFlorian Weimer2021-06-2563-31/+87
* Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer2021-06-2565-89/+182
* Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer2021-06-2565-90/+183
* Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer2021-06-2563-62/+158
* Linux: Move mq_notify from librt to libcFlorian Weimer2021-06-2564-66/+90
* Linux: Move mq_getattr from librt to libcFlorian Weimer2021-06-2563-31/+71
* Linux: Move mq_setattr from librt to libcFlorian Weimer2021-06-2564-32/+97
* Linux: Move mq_close from librt to libcFlorian Weimer2021-06-2563-31/+70
* Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer2021-06-2562-94/+194
* rt: Rework lio_listio implementationFlorian Weimer2021-06-252-14/+0
* Linux: Move aio_write, aio_write64 into libcFlorian Weimer2021-06-2564-68/+128
* Linux: Move aio_suspend, aio_suspend64, __aio_suspend_time64 to libcFlorian Weimer2021-06-2563-78/+148
* Linux: Move aio_return, aio_return64 into libcFlorian Weimer2021-06-2562-60/+128
* Linux: Move aio_read, aio_read64 into libcFlorian Weimer2021-06-2564-68/+128
* Linux: Move aio_fsync, aio_fsync64 into libcFlorian Weimer2021-06-2562-60/+128
* Linux: Move aio_error, aio_error64 into libcFlorian Weimer2021-06-2562-60/+128
* Linux: Move aio_cancel, aio_cancel64 into libcFlorian Weimer2021-06-2568-93/+226
* Linux: Move aio_init from librt into libcFlorian Weimer2021-06-2567-50/+105
* x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein2021-06-241-7/+0
* Consolidate pthread_atforkAdhemerval Zanella2021-06-246-47/+76
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-246-283/+237
* x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella2021-06-243-4/+34
* x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu2021-06-231-2/+5
* x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2021-06-232-38/+107
* x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2021-06-232-37/+98
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-236-36/+63
* x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2021-06-234-242/+262
* hurd: Fix build after 52a5fe70a2Adhemerval Zanella2021-06-231-1/+2
* linux: Only use 64-bit syscall if required for clock_nanosleepAdhemerval Zanella2021-06-221-21/+25
* linux: Only use 64-bit syscall if required for internal futexAdhemerval Zanella2021-06-221-8/+16
* linux: Only use 64-bit syscall if required for utimensat familyAdhemerval Zanella2021-06-221-13/+18
* linux: Only use 64-bit syscall if required for sigtimedwaitAdhemerval Zanella2021-06-223-9/+36
* linux: Only use 64-bit syscall if required for mq_timedsendAdhemerval Zanella2021-06-221-16/+19
* linux: Only use 64-bit syscall if required for mq_timedreceiveAdhemerval Zanella2021-06-221-16/+19
* linux: Only use 64-bit syscall if required for timerfd_settimeAdhemerval Zanella2021-06-223-13/+48
* linux: Only use 64-bit syscall if required for semtimedopAdhemerval Zanella2021-06-221-23/+30
* linux: timerfd_gettime minor cleanupAdhemerval Zanella2021-06-221-5/+4
* linux: Remove time64-supportAdhemerval Zanella2021-06-223-94/+1
* linux: Remove supports_time64 () from clock_gettimeAdhemerval Zanella2021-06-221-10/+4
* linux: Remove supports_time64 () from clock_getresAdhemerval Zanella2021-06-221-11/+5
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-221-35/+37
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-223-27/+29
* linux: Only use 64-bit syscall if required for ppollAdhemerval Zanella2021-06-223-25/+39
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-2213-53/+50
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-224-0/+4
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-2220-19/+758
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-2226-2424/+86
* rt: Move shm_unlink into libcFlorian Weimer2021-06-2164-31/+66
* rt: Move shm_open into libcFlorian Weimer2021-06-2164-31/+66
* rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer2021-06-211-48/+0