aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
AgeCommit message (Expand)AuthorFilesLines
2022-06-02linux: Add process_mreleaseAdhemerval Zanella38-0/+124
2022-06-02linux: Add process_madviseAdhemerval Zanella38-0/+214
2022-06-02linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10Adhemerval Zanella1-0/+3
2022-06-02Linux: Adjust struct rseq definition to current kernel versionFlorian Weimer1-22/+6
2022-06-01linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui1-1/+2
2022-06-01Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers1-0/+2
2022-06-01Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2022-05-31Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers1-0/+1
2022-05-26Update kernel version to 5.18 in header constant testsJoseph Myers2-2/+2
2022-05-25Update syscall-names.list for Linux 5.18Joseph Myers1-2/+2
2022-05-23linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.hAdhemerval Zanella1-0/+4
2022-05-17linux: Add tst-pidfd.cAdhemerval Zanella2-0/+173
2022-05-17linux: Add P_PIDFDAdhemerval Zanella1-0/+14
2022-05-17linux: Add pidfd_send_signalAdhemerval Zanella36-0/+43
2022-05-17linux: Add pidfd_getfdAdhemerval Zanella36-0/+43
2022-05-17linux: Add pidfd_openAdhemerval Zanella38-1/+129
2022-05-17linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2-0/+75
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy1-4/+0
2022-05-16Remove dl-librecon.h header.Adhemerval Zanella2-60/+0
2022-05-16elf: Remove ldconfig kernel version checkAdhemerval Zanella8-80/+64
2022-05-16Remove kernel version checkAdhemerval Zanella7-186/+7
2022-05-16linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)Adhemerval Zanella1-32/+4
2022-05-16csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-0/+82
2022-05-16Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer5-78/+71
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella1-2/+5
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella6-12/+21
2022-05-09Linux: Implement a useful version of _startup_fatalFlorian Weimer3-19/+65
2022-05-09ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2-13/+15
2022-05-06linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella1-1/+1
2022-05-05clock_adjtime: Use __nonnull to avoid null pointerXiaoming Ni2-3/+3
2022-05-05ntp_xxxtimex: Use __nonnull to avoid null pointerXiaoming Ni2-8/+8
2022-05-05adjtimex/adjtimex64: Use __nonnull to avoid null pointerXiaoming Ni2-4/+4
2022-05-04Linux: Define MMAP_CALL_INTERNALFlorian Weimer3-12/+30
2022-05-04i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer3-3/+37
2022-05-04i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer1-3/+0
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella1-2/+2
2022-04-27posix/glob.c: update from gnulibDJ Delorie1-0/+1
2022-04-27linux: Fix missing internal 64 bit time_t stat usageAdhemerval Zanella2-4/+4
2022-04-22Default to --with-default-link=no (bug 25812)Florian Weimer1-0/+6
2022-04-19elf: Remove __libc_init_secureFangrui Song1-24/+0
2022-04-18mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard1-15/+23
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein1-1/+1
2022-04-10powerpc: Relocate stinfo->mainAlan Modra2-2/+19
2022-04-10linux: Constify rfv variable in dl_vdso_vsymAlan Modra1-1/+1
2022-04-05linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella1-5/+6
2022-03-28Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers1-0/+2
2022-03-24Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-03-23Update syscall lists for Linux 5.17Joseph Myers27-2/+29
2022-03-23Fix ununsed fstatat64_time64_statxAdhemerval Zanella1-5/+5
2022-03-15hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin1-1/+1