aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2021-12-31time: Refactor timesize.h for some ABIsAdhemerval Zanella4-11/+15
2021-12-31open64: Force O_LARGEFILE on all architecturesStafford Horne4-29/+4
2021-12-30x86-64: Add vector tan/tanf implementation to libmvecSunil K Pandey1-0/+8
2021-12-30x86-64: Add vector erfc/erfcf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector asinh/asinhf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector tanh/tanhf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector erf/erff implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector acosh/acoshf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector atanh/atanhf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector log1p/log1pf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector log2/log2f implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector log10/log10f implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector atan2/atan2f implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector cbrt/cbrtf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector sinh/sinhf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector expm1/expm1f implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector cosh/coshf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector exp10/exp10f implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector exp2/exp2f implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector hypot/hypotf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector asin/asinf implementation to libmvecSunil K Pandey1-0/+8
2021-12-29x86-64: Add vector atan/atanf implementation to libmvecSunil K Pandey1-0/+8
2021-12-28elf: Add _dl_find_object functionFlorian Weimer32-0/+32
2021-12-28malloc: Remove memusage.hAdhemerval Zanella1-0/+29
2021-12-28Remove atomic-machine.h atomic typedefsAdhemerval Zanella5-81/+0
2021-12-28microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLSThomas Petazzoni1-1/+3
2021-12-23Set default __TIMESIZE default to 64Adhemerval Zanella12-12/+195
2021-12-22x86-64: Add vector acos/acosf implementation to libmvecSunil K Pandey1-0/+8
2021-12-21Linux: Fix 32-bit vDSO for clock_gettime on powerpc32maminjie1-1/+1
2021-12-20Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.hJoseph Myers1-0/+2
2021-12-17riscv: align stack in clone [BZ #28702]Aurelien Jarno1-0/+3
2021-12-17powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho1-0/+4
2021-12-17arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macroFlorian Weimer2-4/+4
2021-12-15malloc: Add Huge Page support for mmapAdhemerval Zanella1-0/+127
2021-12-15malloc: Add madvise support for Transparent Huge PagesAdhemerval Zanella1-0/+74
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella25-0/+50
2021-12-10x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu2-87/+0
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer35-4/+123
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer3-7/+109
2021-12-09Linux: Use rseq to accelerate sched_getcpuFlorian Weimer1-2/+17
2021-12-09nptl: Add rseq registrationFlorian Weimer13-1/+929
2021-12-06linux: Add generic ioctl implementationAdhemerval Zanella3-31/+85
2021-12-06linux: Add generic syscall implementationAdhemerval Zanella4-67/+65
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer1-0/+25
2021-11-30linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella10-221/+3
2021-11-30linux: Implement mremap in CAdhemerval Zanella3-1/+42
2021-11-30linux: Add prlimit64 C implementationAdhemerval Zanella18-27/+47
2021-11-25linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella1-25/+35
2021-11-25linux: Add fanotify_mark C implementationAdhemerval Zanella18-22/+42
2021-11-25linux: Only build fstatat fallback if requiredAdhemerval Zanella1-7/+11