aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2022-07-25struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64Arnout Vandecappelle (Essensium/Mind)
2022-07-25Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)Florian Weimer
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto
2022-07-19linux: return UNSUPPORTED from tst-mount if entering mount namespace failsMichael Hudson-Doyle
2022-07-14S390: Define SINGLE_THREAD_BY_GLOBAL only on s390xStefan Liebler
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella
2022-07-05linux: Add mount_setattrAdhemerval Zanella
2022-07-05linux: Add tst-mount to check for Linux new mount APIAdhemerval Zanella
2022-07-05linux: Add open_treeAdhemerval Zanella
2022-07-05linux: Add fspickAdhemerval Zanella
2022-07-05linux: Add fsconfigAdhemerval Zanella
2022-06-30Refactor internal-signals.hAdhemerval Zanella
2022-06-30AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunableTejas Belagod
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella
2022-06-30linux: Remove unnecessary nice.c and signal.cArjun Shankar
2022-06-29Linux: Forward declaration of struct iovec for process_madviseFlorian Weimer
2022-06-24linux: Add move_mountAdhemerval Zanella
2022-06-24linux: Add fsmountAdhemerval Zanella
2022-06-24linux: Add fsopenAdhemerval Zanella
2022-06-02linux: Add process_mreleaseAdhemerval Zanella
2022-06-02linux: Add process_madviseAdhemerval Zanella
2022-06-02linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10Adhemerval Zanella
2022-06-02Linux: Adjust struct rseq definition to current kernel versionFlorian Weimer
2022-06-01linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui
2022-06-01Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers
2022-06-01Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.hJoseph Myers
2022-05-31Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers
2022-05-26Update kernel version to 5.18 in header constant testsJoseph Myers
2022-05-25Update syscall-names.list for Linux 5.18Joseph Myers
2022-05-23linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella
2022-05-17linux: Add tst-pidfd.cAdhemerval Zanella
2022-05-17linux: Add P_PIDFDAdhemerval Zanella
2022-05-17linux: Add pidfd_send_signalAdhemerval Zanella
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella
2022-05-17linux: Add pidfd_openAdhemerval Zanella
2022-05-17linux: Add a getauxval test [BZ #23293]Szabolcs Nagy
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella
2022-05-16Remove kernel version checkAdhemerval Zanella
2022-05-16linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer
2022-05-16Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella
2022-05-09Linux: Implement a useful version of _startup_fatalFlorian Weimer
2022-05-09ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer
2022-05-06linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella
2022-05-05clock_adjtime: Use __nonnull to avoid null pointerXiaoming Ni