aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Enable --enable-fortify-source with clangAdhemerval Zanella1-4/+4
2024-04-17linux: Avoid indirection on operand of type 'void *' for gettimeofdayAdhemerval Zanella1-2/+2
2024-04-17x86: Use bool for C++ on x86.hAdhemerval Zanella1-1/+1
2024-04-17linux: Adequate tst-clone3 to c11 atomicsAdhemerval Zanella2-10/+6
2024-04-17dirent: Remove variable lenght array structure for tst-getdents64.cAdhemerval Zanella1-11/+5
2024-04-17And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella3-3/+3
2024-04-17riscv: Do not use cfi_label when building with clangAdhemerval Zanella2-2/+2
2024-04-17aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella2-2/+2
2024-04-17string: Use asm alias instead of symbol redirections for stpcpy and mempcpyAdhemerval Zanella2-0/+6
2024-04-17Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella1-1/+1
2024-04-08elf: Add CPU iteration support for future use in ld.so diagnosticsFlorian Weimer1-0/+46
2024-04-04Cleanup __tls_get_addr on alpha/microblaze localplt.dataAdhemerval Zanella2-4/+0
2024-04-04arm: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella1-2/+0
2024-04-04aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella1-2/+0
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of sinhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of atanhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay1-0/+5
2024-04-04aarch64/fpu: Add vector variants of erfJoe Ramsay1-0/+5
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+1
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella40-77/+82
2024-03-22or1k: Add prctl wrapper to unwrap variadic argsStafford Horne1-0/+42
2024-03-21AArch64: Check kernel version for SVE ifuncsWilco Dijkstra1-0/+48
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti5-0/+14
2024-03-15linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer1-8/+0
2024-03-13Update kernel version to 6.8 in header constant testsJoseph Myers3-4/+4
2024-03-13Update syscall lists for Linux 6.8Joseph Myers27-2/+137
2024-03-12riscv: Fix alignment-ignorant memcpy implementationAdhemerval Zanella6-13/+98
2024-03-12linux/sigsetops: fix type confusion (bug 31468)Andreas Schwab2-9/+9
2024-03-01riscv: Add and use alignment-ignorant memcpyEvan Green2-0/+33
2024-03-01riscv: Add ifunc helper method to hwprobe.hEvan Green1-0/+29
2024-03-01riscv: Add __riscv_hwprobe pointer to ifunc callsEvan Green1-0/+10
2024-03-01riscv: Add hwprobe vdso call supportEvan Green4-2/+16
2024-03-01linux: Introduce INTERNAL_VSYSCALLEvan Green1-0/+12
2024-03-01riscv: Add Linux hwprobe syscall supportEvan Green6-2/+125
2024-02-29x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu7-0/+184
2024-02-28sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end markerH.J. Lu1-3/+6
2024-02-26S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler3-12/+63
2024-02-23tests: gracefully handle AppArmor userns containmentSimon Chopin1-1/+2
2024-02-17Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2-4/+2
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers1-0/+1
2024-02-08Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers1-0/+3
2024-02-02mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella1-5/+27
2024-02-01misc: tst-poll: Proper synchronize with child before sending the signalAdhemerval Zanella1-3/+3
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella1-2/+2
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman1-4/+7