about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Linux: Avoid calling malloc indirectly from __get_nprocsFlorian Weimer2021-06-301-26/+57
* login: Move libutil into libcFlorian Weimer2021-06-3068-194/+467
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-308-1/+10
* Add RFC 8335 Definitions from Linux 5.13Andreas Roeseler2021-06-291-0/+18
* s390x: Update math: redirect roundeven functionStefan Liebler2021-06-293-1/+3
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-2833-0/+33
* nptl: Add glibc.pthread.stack_cache_size tunableFlorian Weimer2021-06-281-0/+4
* arm: align stack in clone [BZ 28020]Szabolcs Nagy2021-06-281-0/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-2810-83/+31
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-2880-201/+224
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-2876-116/+144
* Linux: Move timer_getoverrun from librt to libcFlorian Weimer2021-06-2877-93/+103
* Linux: Move timer_create, timer_delete from librt to libcFlorian Weimer2021-06-2888-231/+257
* Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.hFlorian Weimer2021-06-288-0/+138
* Update math: redirect roundeven functionH.J. Lu2021-06-275-2/+5
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-276-0/+22
* x86_64: roundeven with sse4.1 supportShen-Ta Hsieh2021-06-277-2/+118
* math: redirect roundeven functionShen-Ta Hsieh2021-06-275-1/+9
* Linux: Move timer helper routines from librt to libcFlorian Weimer2021-06-257-50/+64
* 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