aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella7-339/+13
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella28-258/+1
2021-11-22Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers1-1/+3
2021-11-10Update syscall lists for Linux 5.15Joseph Myers28-4/+31
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu3-13/+0
2021-10-29Fix compiler issue with mmap_internalStafford Horne1-0/+2
2021-10-28riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song1-2/+3
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein32-0/+32
2021-10-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-10-20linux: Fix a possibly non-constant expression in _Static_assertFangrui Song1-3/+3
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella3-27/+0
2021-10-18timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne1-1/+1
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-1/+1
2021-10-11Fix nios2 localplt failureJoseph Myers1-0/+1
2021-10-08Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez1-36/+14
2021-10-07S390: Add PCI_MIO and SIE HWCAPsStefan Liebler1-0/+7
2021-10-06y2038: Use a common definition for stat for sparc32Adhemerval Zanella1-23/+31
2021-10-01Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach1-0/+8
2021-09-28Add fmaximum, fminimum functionsJoseph Myers30-0/+1672
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2-116/+0
2021-09-27linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella1-5/+134
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella1-50/+18
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella1-0/+6
2021-09-24Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer1-1/+1
2021-09-22Add narrowing fma functionsJoseph Myers30-0/+280
2021-09-14Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers1-0/+4
2021-09-14Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-09-10Add narrowing square root functionsJoseph Myers30-0/+280
2021-09-08Update syscall lists for Linux 5.14Joseph Myers26-2/+33
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang3-3/+9
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar247-261/+0
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella1-21/+10