4882 Commits (b2c4c3d590a338b574bbbb691963995e6541ae75)
 

Author SHA1 Message Date
Érico Nogueira cbacd638e3 add SEEK_DATA and SEEK_HOLE to unistd.h 4 years ago
Wesley Wiser c4d4028dde fix failure to use add-cfi scripts on asm when building out-of-tree 5 years ago
Rich Felker 775bde6b5c fix wcwidth of hangul combining (vowel/final) letters 4 years ago
Rich Felker 8d404733e1 fix mismatched signatures for strtod_l family 4 years ago
Ismael Luceno 98e688a9da define NULL as nullptr when used in C++11 or later 5 years ago
Rich Felker 8274aaaaa1 fix hwcap access in powerpc-sf setjmp/longjmp 5 years ago
Rich Felker 3733c831f2 fix struct layout mismatch in sound ioctl time32 fallback conversion 5 years ago
Érico Nogueira b76f37fd56 add qsort_r and make qsort a wrapper around it 5 years ago
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Rich Felker e3e7189c11 fix undefined behavior in getdelim via null pointer arithmetic and memcpy 5 years ago
Rich Felker b713b8b2e4 fix excessively slow TLS performance on some mips models 5 years ago
Érico Nogueira 3eed6a6f0a fix error checking in pthread_getname_np 5 years ago
Rich Felker 3f701faace fix libc-internal signal blocking on mips archs 5 years ago
Rich Felker 0fbd7d6683 fix broken struct shmid_ds on powerpc (32-bit) 5 years ago
Szabolcs Nagy 4f3d346bff math: fix fmaf not to depend on FE_TOWARDZERO 5 years ago
Rich Felker 937822abb6 fix TZ parsing logic for identifying POSIX-form strings 5 years ago
Khem Raj 1f0c7cb1cc riscv: rename __NR_fstatat __NR_newfstatat 5 years ago
Michael Forney d8cb888db9 remove return with expression in void function 5 years ago
Érico Nogueira b7a130e0b9 remove unnecessary cast for map_library return 5 years ago
Érico Rolim bd3b9c4ca5 add pthread_getname_np function 5 years ago
Rich Felker e1a51185ce fix popen not to leak pipes from one child to another 5 years ago
Rich Felker e74acd59a5 remove spurious lock in popen 5 years ago
Érico Nogueira 9a40e842df define __STDC_UTF_{16,32}__ macros 5 years ago
Rich Felker aad50fcd79 fix regression in dl_iterate_phdr reporting of modules with no TLS 5 years ago
Joakim Sindholt 0ea78a6421 nscd: fall back gracefully on kernels without AF_UNIX support 5 years ago
Dominic Chen 95a540e176 mallocng/aligned_alloc: check for malloc failure 5 years ago
Rich Felker 2c00f95c1a make epoll_[p]wait a cancellation point 5 years ago
Rich Felker 521b4d27a0 fix dl_iterate_phdr dlpi_tls_data reporting to match spec 5 years ago
Rich Felker 122002f0dd remove no-longer-needed special case handling in popen 5 years ago
Rich Felker 8ef9d46f4d use internal malloc for posix_spawn file actions objects 5 years ago
Rich Felker cfdfd5ea3c don't fail to map library/executable with zero-length segment maps 5 years ago
Érico Rolim e48e99c112 suppress isascii() macro for C++ 5 years ago
Rich Felker b129cd8690 guard against compilers failing to handle setjmp specially by default 5 years ago
Szabolcs Nagy 3309e2d7a1 aarch64/bits/mman.h: add PROT_MTE from linux v5.10 5 years ago
Szabolcs Nagy 44331150c1 aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10 5 years ago
Szabolcs Nagy 42aa19a0fe add aarch64/bits/mman.h with PROT_BTI from linux v5.8 5 years ago
Szabolcs Nagy b7554b5e12 aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8 5 years ago
Szabolcs Nagy 87b8f14811 signal.h: add MTE specific SIGSEGV codes from linux v5.10 5 years ago
Szabolcs Nagy 19239cde94 sys/prctl.h: add MTE related constants from linux v5.10 5 years ago
Szabolcs Nagy 8b29f02370 elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10 5 years ago
Szabolcs Nagy d7210f0c12 sys/mman.h: add MAP_HUGE_16KB from linux v5.10 5 years ago
Szabolcs Nagy a7456524d7 sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10 5 years ago
Szabolcs Nagy 54ca1cc7f1 sys/membarrier.h: add new constants from linux v5.10 5 years ago
Szabolcs Nagy fd285f9dec bits/syscall.h: add process_madvise from linux v5.10 5 years ago
Rich Felker 49b6df3d9f fix error return value for cuserid 5 years ago
Rich Felker cc577d0e05 fix misuse of getpwuid_r in cuserid 5 years ago
Rich Felker a75283d777 cuserid: don't return truncated results 5 years ago
Sören Tempel ef137da642 cuserid: support invocation with a null pointer argument 6 years ago
Khem Raj e5d2823631 riscv64: define ELF_NFPREG 5 years ago
Szabolcs Nagy 964104f9f0 math: fix expm1f overflow threshold 5 years ago