aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-24powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song3-0/+40
2021-08-13mips: increase stack alignment in clone to match the ABIXi Ruoyao1-3/+3
2021-08-12mips: align stack in clone [BZ #28223]Xi Ruoyao1-0/+7
2021-08-09Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers9-7/+52
2021-08-09librt: fix NULL pointer dereference (bug 28213)Nikita Popov1-1/+1
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer1-1/+1
2021-08-04linux: Add sparck brk implementationAdhemerval Zanella1-0/+58
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu3-3/+3
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer21-0/+23
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer21-0/+23
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar56-56/+56
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar32-0/+224
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar52-20/+64
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar32-0/+256
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar37-0/+296
2021-07-21socket: Add time64 alias for sendmsgFlorian Weimer21-0/+23
2021-07-21socket: Add time64 alias for recvmsgFlorian Weimer21-0/+23
2021-07-21socket: Add time64 alias for sendmmsgFlorian Weimer24-0/+212
2021-07-21Linux: Add time64 alias for prctlFlorian Weimer25-1/+72
2021-07-21io: Add time64 alias for fcntlFlorian Weimer21-0/+23
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer22-1/+24