about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2022-11-0322-110/+0
* linux: Drop useless include from fstatat.cAurelien Jarno2022-11-021-2/+0
* linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-021-0/+51
* Apply asm redirection in not-cancel before first useAdhemerval Zanella2022-11-011-15/+15
* aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2022-10-282-4/+4
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-256-74/+622
* Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers2022-10-243-0/+12
* linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella2022-10-204-9/+27
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-1844-463/+760
* Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers2022-10-121-0/+1
* Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab2022-10-109-110/+82
* elf: Remove _dl_string_hwcapJavier Pello2022-10-062-24/+0
* Update kernel version to 6.0 in header constant testsJoseph Myers2022-10-053-4/+4
* Update syscall lists for Linux 6.0Joseph Myers2022-10-051-2/+2
* malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella2022-09-301-1/+1
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-09-301-1/+1
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-231-3/+3
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-09-201-0/+3
* linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella2022-09-204-4/+4
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-09-201-0/+25
* Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2022-09-192-108/+69
* RISC-V: Allow long jumps to __syscall_errorƁukasz Stelmach2022-09-166-6/+6
* Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2022-09-091-3/+3
* LoongArch: Add soft float support.caiyinyu2022-09-015-7/+79
* S390: Always use svc 0Stefan Liebler2022-08-3013-66/+46
* LoongArch: Fix ptr mangling/demangling features.caiyinyu2022-08-301-17/+16
* s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer2022-08-251-1/+1
* Add AArch64 HWCAP2_* constants from Linux 5.19Joseph Myers2022-08-221-0/+9
* Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)Joseph Myers2022-08-222-64/+3
* alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer2022-08-221-4/+3
* Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer2022-08-161-3/+3
* Move ip_mreqn structure from Linux to genericSamuel Thibault2022-08-151-8/+0
* Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer2022-08-151-2/+5
* linux: Fix sys/mount.h usage with kernel headersAdhemerval Zanella2022-08-123-8/+137
* linux: Use compile_c_snippet to check linux/mount.h availabilityAdhemerval Zanella2022-08-121-0/+5
* linux: Mimic kernel defition for BLOCK_SIZEAdhemerval Zanella2022-08-121-1/+1
* linux: Use compile_c_snippet to check linux/pidfd.h availabilityAdhemerval Zanella2022-08-121-3/+5
* LoongArch: Add pointer mangling support.caiyinyu2022-08-121-3/+60
* tst-process_madvise: Check process_madvise-syscall support.Stefan Liebler2022-08-111-2/+5
* Remove ldd libc4 supportAdhemerval Zanella2022-08-0412-134/+0
* Assume only FLAG_ELF_LIBC6 suportLucas A. M. Magalhaes2022-08-0412-268/+0
* Remove left over LD_LIBRARY_VERSION usagesAdhemerval Zanella2022-08-045-11/+0
* Linux: Remove exit system call from _exitFlorian Weimer2022-08-041-1/+0
* LoongArch: Add vdso support for gettimeofday.caiyinyu2022-08-042-0/+23
* Update kernel version to 5.19 in header constant testsJoseph Myers2022-08-033-4/+4
* Update syscall lists for Linux 5.19Joseph Myers2022-08-023-2/+4
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-022-15/+61
* tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd callMark Wielaard2022-07-291-0/+7
* LoongArch: Add greg_t and gregset_t.caiyinyu2022-07-291-0/+3
* LoongArch: Fix VDSO_HASH and VDSO_NAME.caiyinyu2022-07-291-2/+2