5001 Commits (18289e5dea03f46dbb2315bf51a261d1f9ebe3ef)
 

Author SHA1 Message Date
J. Neuschäfer 18289e5dea ldso: fix typo in comment 2 years ago
A. Wilcox 86373b4999 powerpc: update HWCAP bits for Power10 1 year ago
Casey Connolly fde29c04ad stdio: skip empty iovec when buffering is disabled 1 year ago
Rich Felker ae3a8c93a6 fix strcasestr failing to find zero-length needle 1 year ago
Rich Felker 23febbd3c5 align mbsnrtowcs behavior on partial character with new requirements 1 year ago
Rich Felker 6915b34860 dns resolver: reorder sockaddr union to make initialization safe 1 year ago
Rich Felker a34ca6ead1 termios: fix input speed handling 1 year ago
Alex Rønne Petersen b6b81f697b clone: clear the frame pointer in the child process on relevant ports 1 year ago
Alex Rønne Petersen 5e03c03fcd clone: align the given stack pointer on or1k and riscv 1 year ago
Lihua Zhao 06c5e4e832 signal: check sigpause() input parameter 1 year ago
Xing Li b0dc340b38 loongarch64: add bits/hwcap.h for cpu feature bits in AT_HWCAP auxv entry 2 years ago
Rich Felker cabbd8697d bind_textdomain_codeset: fix return value 1 year ago
Rich Felker 00fb7107ca shadow.h: remove declaration of function not implemented 1 year ago
Alex Rønne Petersen 362fc54572 riscv: mark __restore and __restore_rt hidden 1 year ago
Alex Rønne Petersen f1cda422cd i386, x86_64, x32: set the symbol type for the crt1 START function 1 year ago
Rich Felker c47ad25ea3 iconv: harden UTF-8 output code path against input decoder bugs 1 year ago
Rich Felker 4c4f15dae5 hasmntopt: match only whole options not arbitrary substrings 1 year ago
Rich Felker e5adcd97b5 iconv: fix erroneous input validation in EUC-KR decoder 1 year ago
Rich Felker 5e594aeabf iconv: fix erroneous decoding of some invalid ShiftJIS sequences 1 year ago
Alex Rønne Petersen 6af4f25b89 s390x: manually inline __tls_get_addr in __tls_get_offset 1 year ago
Yao Zi 5ccf05d86d ldso: don't reclaim zero-memory-sized segments 2 years ago
Rich Felker 1a98576401 sched.h: reduce namespace conflicts in _GNU_SOURCE profile 1 year ago
Rich Felker d36e5bf83b mq: add x32-specific implementations to work around mismatched kernel ABI 1 year ago
Rich Felker 561cd07dff SIGEV_THREAD timers: re-block signals when reusing kernel thread 1 year ago
Rich Felker 47fa6e4fcc SIGEV_THREAD timers: fix fatal signal if internal SIGTIMER becomes unblocked 1 year ago
Xing Li 61399d4bd0 loongarch64: add TLSDESC support 2 years ago
Rich Felker 9b6a24f9c5 wire up vdso clock_gettime for riscv32 and riscv64 2 years ago
Rich Felker f2375aacac wire up vdso clock_gettime for powerpc, powerpc64, and s390x 2 years ago
Alex Rønne Petersen bc5f816a7a mips: use preferred asm mnemomic jr for better assembler compatibility 2 years ago
Alyssa Ross 4e6c827cf4 mntent: exclude trailing newline from parsed field 2 years ago
Alex Rønne Petersen 9929a571b5 arm: fix _init/_fini alignment in crti.o 2 years ago
Khem Raj 047a16398b sys/stat.h: fix typo in statx member name stx_dio_offset_align 2 years ago
Stefan Liebler 5be920e910 s390x: don't allow br r0 in CRTJMP asm 2 years ago
Rich Felker 2fc56aaa9f update contributor name in authorship notices 2 years ago
Rich Felker 43664364c8 fix compile regression in exit on archs without SYS_pause 2 years ago
Rich Felker 6d8000d3c6 abstract missing SYS_pause syscall with macros 2 years ago
Rich Felker 23ab04a863 statx: add new struct statx fields and corresponding mask macros 2 years ago
Rich Felker 4ca8c26776 statx: fix uninitialized attributes/mask in fallback path 2 years ago
Gabriel Ravier 251cbb6366 statx: fix ENOSYS emulation not setting stx_rdev_* 2 years ago
Rich Felker 8c43c56269 sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation 2 years ago
Rich Felker 300a1f5390 sigaltstack: enforce dynamic MINSIGSTKSZ limit 2 years ago
Rich Felker 572a2e2eb9 printf: drastically reduce stack usage without [long] double args 2 years ago
Rich Felker c94a0c16f0 isatty: don't collapse all non-EBADF errors to ENOTTY 2 years ago
Rich Felker ee18e584bf printf core: replace if(0) blocks around switch cases with explicit gotos 2 years ago
Rich Felker 06a9647093 iconv: add cp858 2 years ago
Rich Felker e1b57ede3e catan: remove no-op reduction mod pi and unused code 2 years ago
Rich Felker ca4e632df4 remove incorrect comment regarding powl exceptional cases 2 years ago
Rich Felker c851b268bd strerror: add error strings for EUCLEAN and ENAVAIL 2 years ago
Rich Felker 9c78557af0 use hidden visibility for C entry point function _start_c 2 years ago
Rich Felker 882aedf6a1 fix lost or delayed wakes in sem_post under certain race conditions 2 years ago