aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-16riscv: fix setjmp assembly when compiling for ilp32f/lp64f.HEADmasterAlex Rønne Petersen4-48/+72
2025-08-07powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlistsRich Felker2-14/+14
2025-07-30fix erroneous definition of IN6_IS_ADDR_V4COMPATRich Felker1-1/+2
2025-07-16aarch64: mask off SME and unknown/future hwcap bitsRich Felker1-0/+22
2025-07-12aarch64: replace asm source file for __set_thread_area with inline asmRich Felker2-7/+5
2025-07-12elf.h: add AT_HWCAP3 and AT_HWCAP4Rich Felker1-0/+2
2025-07-01printf: fix regression in large double formatting on ld128 archsRich Felker1-6/+6
2025-07-01fix register name usage in aarch64 clone.sRich Felker1-1/+1
2025-06-13make __getauxval a public ABI symbolSzabolcs Nagy1-1/+1
2025-06-13statx: add Linux 6.11 fields/constantsJ. Neuschäfer1-1/+9
2025-06-13ldso: fix typo in commentJ. Neuschäfer1-1/+1
2025-05-27powerpc: update HWCAP bits for Power10A. Wilcox2-0/+4
2025-05-27stdio: skip empty iovec when buffering is disabledCasey Connolly1-0/+5
2025-05-16fix strcasestr failing to find zero-length needleRich Felker1-0/+1
2025-05-05align mbsnrtowcs behavior on partial character with new requirementsRich Felker1-2/+4
2025-05-05dns resolver: reorder sockaddr union to make initialization safeRich Felker1-1/+1
2025-02-22termios: fix input speed handlingRich Felker3-4/+19
2025-02-21clone: clear the frame pointer in the child process on relevant portsAlex Rønne Petersen9-8/+17
2025-02-21clone: align the given stack pointer on or1k and riscvAlex Rønne Petersen3-0/+4
2025-02-21signal: check sigpause() input parameterLihua Zhao1-1/+1
2025-02-21loongarch64: add bits/hwcap.h for cpu feature bits in AT_HWCAP auxv entryXing Li1-0/+14
2025-02-21bind_textdomain_codeset: fix return valueRich Felker1-2/+4
2025-02-21shadow.h: remove declaration of function not implementedRich Felker1-1/+0
2025-02-21riscv: mark __restore and __restore_rt hiddenAlex Rønne Petersen2-0/+4
2025-02-21i386, x86_64, x32: set the symbol type for the crt1 START functionAlex Rønne Petersen3-0/+3
2025-02-12iconv: harden UTF-8 output code path against input decoder bugsRich Felker1-0/+4
2025-02-09hasmntopt: match only whole options not arbitrary substringsRich Felker1-1/+9
2025-02-09iconv: fix erroneous input validation in EUC-KR decoderRich Felker1-1/+1
2025-02-09iconv: fix erroneous decoding of some invalid ShiftJIS sequencesRich Felker1-0/+2
2025-02-09s390x: manually inline __tls_get_addr in __tls_get_offsetAlex Rønne Petersen1-10/+10
2025-02-09ldso: don't reclaim zero-memory-sized segmentsYao Zi1-0/+1
2025-01-13sched.h: reduce namespace conflicts in _GNU_SOURCE profileRich Felker1-9/+8
2024-12-23mq: add x32-specific implementations to work around mismatched kernel ABIRich Felker2-0/+36
2024-12-13SIGEV_THREAD timers: re-block signals when reusing kernel threadRich Felker1-0/+2
2024-12-13SIGEV_THREAD timers: fix fatal signal if internal SIGTIMER becomes unblockedRich Felker1-1/+8
2024-10-22loongarch64: add TLSDESC supportXing Li3-0/+39
2024-10-22wire up vdso clock_gettime for riscv32 and riscv64Rich Felker2-4/+2
2024-10-22wire up vdso clock_gettime for powerpc, powerpc64, and s390xRich Felker3-0/+14
2024-10-22mips: use preferred asm mnemomic jr for better assembler compatibilityAlex Rønne Petersen3-6/+6
2024-10-22mntent: exclude trailing newline from parsed fieldAlyssa Ross1-1/+1
2024-10-22arm: fix _init/_fini alignment in crti.oAlex Rønne Petersen1-0/+2
2024-10-12sys/stat.h: fix typo in statx member name stx_dio_offset_alignKhem Raj1-1/+1
2024-10-11s390x: don't allow br r0 in CRTJMP asmStefan Liebler1-1/+1
2024-10-10update contributor name in authorship noticesRich Felker2-3/+3
2024-10-10fix compile regression in exit on archs without SYS_pauseRich Felker1-1/+1
2024-10-10abstract missing SYS_pause syscall with macrosRich Felker2-5/+12
2024-09-13statx: add new struct statx fields and corresponding mask macrosRich Felker1-1/+8
2024-09-13statx: fix uninitialized attributes/mask in fallback pathRich Felker1-1/+1
2024-09-13statx: fix ENOSYS emulation not setting stx_rdev_*Gabriel Ravier1-0/+2
2024-08-31sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretationRich Felker1-2/+7