aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella1-1/+1
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella1-0/+24
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay1-0/+4
2023-11-20linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella2-53/+75
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra2-7/+0
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay1-0/+4
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay1-0/+4
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay1-0/+4
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay1-0/+4
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay1-0/+4
2023-11-07elf: Add glibc.mem.decorate_maps tunableAdhemerval Zanella1-5/+10
2023-11-07linux: Add PR_SET_VMA_ANON_NAME supportAdhemerval Zanella3-0/+81
2023-11-03Add SEGV_CPERR from Linux 6.6 to bits/siginfo-consts.hJoseph Myers1-1/+3
2023-11-03linux: Add HWCAP2_HBC from Linux 6.6 to AArch64 bits/hwcap.hAdhemerval Zanella1-0/+1
2023-11-03linux: Add FSCONFIG_CMD_CREATE_EXCL from Linux 6.6 to sys/mount.hAdhemerval Zanella1-0/+2
2023-11-03linux: Add MMAP_ABOVE4G from Linux 6.6 to sys/mman.hAdhemerval Zanella2-1/+2
2023-11-03Update kernel version to 6.6 in header constant testsAdhemerval Zanella2-3/+3
2023-11-03Update syscall lists for Linux 6.6Adhemerval Zanella28-2/+32
2023-11-01Use correct subdir when building tst-rfc3484* for mach and armArjun Shankar1-3/+0
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella34-271/+0
2023-10-26LoongArch: Update hwcap.h to sync with LoongArch kernel.caiyinyu1-0/+1
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2-0/+4
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay1-0/+4
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay1-0/+4
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay1-0/+4
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay1-0/+4
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay1-0/+4
2023-10-20tst-spawn-cgroup.c: Fix argument order of UNSUPPORTED message.Stefan Liebler1-3/+3
2023-10-17Add HWCAP2_MOPS from Linux 6.5 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers1-0/+4
2023-10-16Add AT_HANDLE_FID from Linux 6.5 to bits/fcntl-linux.hJoseph Myers1-0/+11
2023-10-04Fix FORTIFY_SOURCE false positiveVolker Weißmann1-1/+3
2023-10-02Linux: add ST_NOSYMFOLLOWKir Kolyshkin1-1/+3
2023-09-27io: Do not implement fstat with fstatatAdhemerval Zanella3-12/+68
2023-09-21Revert "LoongArch: Add glibc.cpu.hwcap support."caiyinyu5-158/+4
2023-09-20Update kernel version to 6.5 in header constant testsJoseph Myers2-2/+2
2023-09-19LoongArch: Add glibc.cpu.hwcap support.caiyinyu5-4/+158
2023-09-14Add MOVE_MOUNT_BENEATH from Linux 6.5 to sys/mount.hJoseph Myers2-2/+3
2023-09-12Update syscall lists for Linux 6.5Joseph Myers28-2/+31
2023-09-11ia64: Work around miscompilation and fix build on ia64's gcc-10 and laterSergei Trofimovich1-1/+3
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno1-1/+1
2023-09-05linux: Add pidfd_getpidAdhemerval Zanella Netto42-0/+478
2023-09-05posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)Adhemerval Zanella Netto51-3/+499
2023-09-05linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)Adhemerval Zanella Netto41-3/+414
2023-09-05linux: Define __ASSUME_CLONE3 to 0 for alpha, ia64, nios2, sh, and sparcAdhemerval Zanella Netto5-0/+40
2023-09-05mips: Add the clone3 wrapperAdhemerval Zanella Netto2-0/+141
2023-09-05arm: Add the clone3 wrapperAdhemerval Zanella Netto2-0/+81
2023-08-29LoongArch: Micro-optimize LD_PCRELXi Ruoyao1-6/+4
2023-08-28Add F_SEAL_EXEC from Linux 6.3 to bits/fcntl-linux.h.Kir Kolyshkin1-0/+1
2023-08-23Linux: Avoid conflicting types in ld.so --list-diagnosticsFlorian Weimer1-5/+8