about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-273-12/+7
* LoongArch: Build Infrastructurecaiyinyu2022-07-267-0/+211
* LoongArch: Add ABI Listscaiyinyu2022-07-2611-0/+3385
* LoongArch: Linux ABIcaiyinyu2022-07-2614-0/+710
* LoongArch: Linux Syscall Interfacecaiyinyu2022-07-266-0/+903
* LoongArch: Atomic and Locking Routinescaiyinyu2022-07-261-0/+147
* struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)2022-07-251-1/+1
* Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer2022-07-252-6/+8
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-2236-7/+146
* linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle2022-07-191-19/+6
* S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler2022-07-141-0/+0