aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2021-11-25linux: Add fanotify_mark C implementationAdhemerval Zanella
2021-11-25linux: Only build fstatat fallback if requiredAdhemerval Zanella
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella
2021-11-22Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers
2021-11-10Update syscall lists for Linux 5.15Joseph Myers
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu
2021-10-29Fix compiler issue with mmap_internalStafford Horne
2021-10-28riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song
2021-10-20linux: Fix a possibly non-constant expression in _Static_assertFangrui Song
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella
2021-10-18timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella
2021-10-11Fix nios2 localplt failureJoseph Myers
2021-10-08Linux: implement getloadavg(3) using sysinfo(2)Cristian Rodríguez
2021-10-07S390: Add PCI_MIO and SIE HWCAPsStefan Liebler
2021-10-06y2038: Use a common definition for stat for sparc32Adhemerval Zanella
2021-10-01Linux: Add FUTEX_LOCK_PI2Kurt Kanzenbach
2021-09-28Add fmaximum, fminimum functionsJoseph Myers
2021-09-28Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer
2021-09-27linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310)Adhemerval Zanella
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella
2021-09-27misc: Add __get_nprocs_schedAdhemerval Zanella
2021-09-24Linux: Avoid closing -1 on failure in __closefrom_fallbackFlorian Weimer
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-14Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l...Joseph Myers
2021-09-14Update kernel version to 5.14 in tst-mman-consts.pyJoseph Myers
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-08Update syscall lists for Linux 5.14Joseph Myers
2021-09-07MIPS: Setup errno for {f,l,}xstatJiaxun Yang
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella
2021-08-24powerpc: Use --no-tls-get-addr-optimize in test only if the linker supports itFangrui Song
2021-08-13mips: increase stack alignment in clone to match the ABIXi Ruoyao
2021-08-12mips: align stack in clone [BZ #28223]Xi Ruoyao
2021-08-09Add PTRACE_GET_RSEQ_CONFIGURATION from Linux 5.13 to sys/ptrace.hJoseph Myers
2021-08-09librt: fix NULL pointer dereference (bug 28213)Nikita Popov
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer
2021-08-04linux: Add sparck brk implementationAdhemerval Zanella
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar