aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2024-03-18linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer1-8/+0
2024-03-18Include sys/rseq.h in tst-rseq-disable.cStefan Liebler1-0/+1
2024-02-12malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella1-1/+1
2023-09-16io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno1-1/+1
2023-05-31io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64Adhemerval Zanella1-0/+6
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella1-1/+1
2023-05-23__check_pf: Add a cancellation cleanup handler [BZ #20975]H.J. Lu2-0/+17
2022-11-11Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer4-26/+63
2022-11-02linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno1-0/+51
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella6-74/+622
2022-10-01hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin1-0/+3
2022-09-21m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella1-0/+25
2022-08-22socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2-15/+61
2022-08-22alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer1-4/+3
2022-08-05Update syscall lists for Linux 5.19Joseph Myers3-2/+4
2022-07-21Update syscall-names.list for Linux 5.18Joseph Myers1-2/+2
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella1-1/+1
2022-05-19linux: Add a getauxval test [BZ #23293]Szabolcs Nagy2-0/+75
2022-05-17csu: Implement and use _dl_early_allocate during static startupFlorian Weimer1-0/+82
2022-05-17Linux: Introduce __brk_call for invoking the brk system callFlorian Weimer5-78/+71
2022-05-17Linux: Implement a useful version of _startup_fatalFlorian Weimer3-19/+65
2022-05-17ia64: Always define IA64_USE_NEW_STUB as a flag macroFlorian Weimer2-13/+15
2022-05-17Linux: Define MMAP_CALL_INTERNALFlorian Weimer3-12/+30
2022-05-17i386: Honor I386_USE_SYSENTER for 6-argument Linux system callsFlorian Weimer3-3/+37
2022-05-17i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.SFlorian Weimer1-3/+0
2022-05-17elf: Remove __libc_init_secureFangrui Song1-24/+0
2022-05-17Linux: Consolidate auxiliary vector parsing (redo)Florian Weimer5-107/+104
2022-05-17Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHAREDFlorian Weimer1-1/+2
2022-05-17Revert "Linux: Consolidate auxiliary vector parsing"Florian Weimer5-102/+104
2022-05-17Linux: Consolidate auxiliary vector parsingFlorian Weimer5-105/+103
2022-05-17Linux: Assume that NEED_DL_SYSINFO_DSO is always definedFlorian Weimer2-9/+3
2022-05-17Linux: Remove DL_FIND_ARG_COMPONENTSFlorian Weimer1-15/+10
2022-05-17Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZEFlorian Weimer2-66/+1
2022-05-17elf: Merge dl-sysdep.c into the Linux versionFlorian Weimer1-12/+335
2022-05-06linux: Fix posix_spawn return code if clone fails (BZ#29109)Adhemerval Zanella1-1/+1
2022-05-03Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers1-0/+2
2022-05-03Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.hJoseph Myers1-0/+2
2022-05-03Update kernel version to 5.17 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-05-03Update kernel version to 5.16 in tst-mman-consts.pyJoseph Myers1-1/+1
2022-05-03Update syscall lists for Linux 5.17Joseph Myers27-2/+29
2022-04-28posix/glob.c: update from gnulibDJ Delorie1-0/+1
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella1-2/+2
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-18mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)=Joshua Kinard1-15/+23
2022-03-15hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin1-1/+1
2022-03-15hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2-82/+72
2022-03-03hppa: Revise gettext trampoline designJohn David Anglin3-31/+35
2022-03-03hppa: Fix swapcontextJohn David Anglin3-7/+58
2022-02-14linux: Use socket-constants-time64.h on tst-socket-timestamp-compatAdhemerval Zanella1-12/+13