aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2023-02-06AArch64: Improve SVE memcpy and memmoveWilco Dijkstra1-20/+14
2023-02-05Move RETURN_TO to x86/sysdep.h and implement x86_64 version.Flavio Cruz2-34/+17
2023-02-02Remove sysdeps/mach/i386/machine-sp.hFlavio Cruz1-30/+0
2023-02-02hurd: Move some i386 bits to x86Samuel Thibault10-107/+129
2023-02-01hurd: Implement SHM_ANONSergey Bugaev1-0/+25
2023-02-01hurd: Implement O_TMPFILESergey Bugaev1-0/+4
2023-02-01Linux: optimize clone3 internal usageAdhemerval Zanella Netto2-1/+32
2023-02-01aarch64: Add the clone3 wrapperAdhemerval Zanella Netto2-0/+87
2023-02-01linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto4-26/+52
2023-02-01Linux: Do not align the stack for __clone3Adhemerval Zanella Netto2-77/+0
2023-02-01linux: Extend internal clone3 documentationAdhemerval Zanella Netto1-9/+1
2023-02-01linux: Do not reset signal handler in posix_spawn if it is already SIG_DFLAdhemerval Zanella Netto1-1/+1
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein1-2/+2
2023-01-31Regenerate configure.Carlos O'Donell2-3/+4
2023-01-24sparc (64bit): Regenerate ulpsAndreas K. Hüttel1-3/+4
2023-01-24ia64: Regenerate ulpsAndreas K. Hüttel1-2/+2
2023-01-18x86: Cache computation for AMD architecture.Sajan Karumanchi1-159/+45
2023-01-17AArch64: Improve strrchrWilco Dijkstra1-25/+33
2023-01-17AArch64: Optimize strnlenWilco Dijkstra1-21/+18
2023-01-17AArch64: Optimize strlenWilco Dijkstra1-8/+12
2023-01-17AArch64: Optimize strcpyWilco Dijkstra1-17/+19
2023-01-17AArch64: Improve strchrnulWilco Dijkstra1-2/+10
2023-01-17AArch64: Optimize strchrWilco Dijkstra1-28/+24
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra1-12/+4
2023-01-17AArch64: Optimize memrchrWilco Dijkstra1-9/+11
2023-01-17AArch64: Optimize memchrWilco Dijkstra1-13/+14
2023-01-11math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]Adhemerval Zanella1-0/+11
2023-01-10Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers7110-7110/+7110
2023-01-05Fix ldbl-128 built-in function useJoseph Myers3-2/+6
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu1-9/+16
2023-01-02i686: Regenerate ulpsAndreas K. Hüttel1-7/+7
2023-01-02hurd getcwd: Fix memory leak on errorSamuel Thibault1-0/+2
2023-01-02hurd fcntl: Make LOCKED macro more robustSamuel Thibault1-2/+3
2023-01-02hurd: Make dl-sysdep __sbrk check __vm_allocate callSamuel Thibault1-1/+2
2023-01-02htl: Drop duplicate check in __pthread_stack_allocSamuel Thibault1-3/+0
2022-12-30htl: Fix sem_wait race between read and gsync_waitSamuel Thibault1-2/+2
2022-12-22Linux: Pass size argument of epoll_create to the kernelFlorian Weimer1-1/+1
2022-12-22Define MADV_COLLAPSE from Linux 6.1Joseph Myers2-0/+3
2022-12-21powerpc64: Increase SIGSTKSZ and MINSIGSTKSZRajalakshmi Srinivasaraghavan1-0/+5
2022-12-21Update kernel version to 6.1 in header constant testsJoseph Myers3-4/+4
2022-12-20Update syscall lists for Linux 6.1Joseph Myers1-2/+2
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer5-101/+22
2022-12-19Linux: Remove epoll_create, inotify_init from syscalls.listFlorian Weimer2-2/+2
2022-12-19Linux: Reflow and sort some Makefile variablesFlorian Weimer1-63/+155
2022-12-19mach: Drop remnants of old_CFLAGSSamuel Thibault2-8/+0
2022-12-19mach: Fix passing -ffreestanding when checking for gnumach headersSamuel Thibault2-12/+6
2022-12-19Force use of -ffreestanding when checking for gnumach headersFlavio Cruz2-1/+13
2022-12-15x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein1-1/+11
2022-12-13Allow _Qp_fgt in sparc64 localplt.dataJoseph Myers1-0/+1