aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Lninux: consolidate epoll_create implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate dup2 implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate chown implementationAdhemerval Zanella Netto1-2/+7
2022-12-07Linux: consolidate chmod implementationAdhemerval Zanella Netto1-3/+7
2022-12-07linux: Consolidate dl-origin.cAdhemerval Zanella Netto2-88/+5
2022-12-07linux: Use long int for syscall return valueXing Li1-1/+1
2022-12-06configure: Remove check if ld is GNUAdhemerval Zanella1-15/+13
2022-11-17Define in_int32_t_range to check if the 64 bit time_t syscall should be usedYunQiang Su16-20/+20
2022-11-10Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer4-26/+63
2022-11-09riscv: Get level 3 cache's informationZong Li1-0/+6
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella22-2/+67
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-2/+1
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer22-110/+0
2022-11-02linux: Drop useless include from fstatat.cAurelien Jarno1-2/+0
2022-11-02linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno1-0/+51
2022-11-01Apply asm redirection in not-cancel before first useAdhemerval Zanella1-15/+15
2022-10-28aarch64: Fix the extension header write in getcontext and swapcontextSzabolcs Nagy2-4/+4
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella6-74/+622
2022-10-24Add ADDRB from Linux 6.0 to bits/termios-c_cflag.hJoseph Myers3-0/+12
2022-10-20linux: Avoid shifting a negative signed on POSIX timer interfaceAdhemerval Zanella4-9/+27
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer44-463/+760
2022-10-12Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.hJoseph Myers1-0/+1
2022-10-10Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)Andreas Schwab9-110/+82
2022-10-06elf: Remove _dl_string_hwcapJavier Pello2-24/+0
2022-10-05Update kernel version to 6.0 in header constant testsJoseph Myers3-4/+4
2022-10-05Update syscall lists for Linux 6.0Joseph Myers1-2/+2
2022-09-30malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella1-1/+1
2022-09-30stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella1-1/+1
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra1-3/+3
2022-09-20hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin1-0/+3
2022-09-20linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella4-4/+4
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella1-0/+25
2022-09-19Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2-108/+69
2022-09-16RISC-V: Allow long jumps to __syscall_errorƁukasz Stelmach6-6/+6
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra1-3/+3
2022-09-01LoongArch: Add soft float support.caiyinyu5-7/+79
2022-08-30S390: Always use svc 0Stefan Liebler13-66/+46
2022-08-30LoongArch: Fix ptr mangling/demangling features.caiyinyu1-17/+16
2022-08-25s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer1-1/+1
2022-08-22Add AArch64 HWCAP2_* constants from Linux 5.19Joseph Myers1-0/+9
2022-08-22Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)Joseph Myers2-64/+3
2022-08-22alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer1-4/+3
2022-08-16Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer1-3/+3
2022-08-15Move ip_mreqn structure from Linux to genericSamuel Thibault1-8/+0
2022-08-15Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer1-2/+5
2022-08-12linux: Fix sys/mount.h usage with kernel headersAdhemerval Zanella3-8/+137
2022-08-12linux: Use compile_c_snippet to check linux/mount.h availabilityAdhemerval Zanella1-0/+5
2022-08-12linux: Mimic kernel defition for BLOCK_SIZEAdhemerval Zanella1-1/+1
2022-08-12linux: Use compile_c_snippet to check linux/pidfd.h availabilityAdhemerval Zanella1-3/+5
2022-08-12LoongArch: Add pointer mangling support.caiyinyu1-3/+60