4698 Commits (e99c4258275507c576d7d5bebdba1a8aadf120c4)
 

Author SHA1 Message Date
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
Szabolcs Nagy c4c38e6364 math: fix acoshf for negative inputs 5 years ago
Érico Rolim 074932c84d fix possible fd leak via missing O_CLOEXEC in pthread_setname_np 5 years ago
Rich Felker 9b77aaca86 oldmalloc: preserve errno across free 5 years ago
Rich Felker 98b9df994c fix build regression in oldmalloc 5 years ago
Rich Felker 2010df0d64 preserve errno across free 5 years ago
Rich Felker 9afed99c22 fix inconsistent signature of __libc_start_main 5 years ago
Rich Felker dd5b638471 fail posix_spawn file_actions operations with negative fds 5 years ago
Rich Felker 85e0e35196 release 1.2.2 5 years ago
Rich Felker 3953aecbef fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels 5 years ago
Arnd Bergmann 30f55067a6 fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels 5 years ago
Ariadne Conill db981ffb3e sh: fix incorrect mcontext_t member naming 6 years ago
Rich Felker 1e4204d522 use libc-internal malloc for newlocale/freelocale 6 years ago
Rich Felker 36246b347c drop use of pthread_once in newlocale 6 years ago
Rich Felker 37fcc13c12 lift locale lock out of internal __get_locale 6 years ago
Rich Felker c53e9b2394 fix misleading comment in strstr 6 years ago
Rich Felker b67d56c7b3 drop use of pthread_once for aio thread stack size init 6 years ago
Rich Felker 90ff016996 fix omission of non-stub pthread_mutexattr_getprotocol 6 years ago
Drew DeVault 56f0631d95 riscv64: fix inconsistent ucontext_t struct tag 6 years ago
Rich Felker 50c7935cd2 fix failure to preserve r6 in s390x asm; per ABI it is call-saved 6 years ago
Marius Hillenbrand 738c4e945c s390x: derive float_t from compiler or default to float 6 years ago
Ariadne Conill 821083ac7b implement reallocarray 6 years ago
Rich Felker 29ff7599a4 implement realpath directly instead of using procfs readlink 6 years ago
Dominic Chen 5d464f524b fix mallocng regression in malloc_usable_size with null argument 6 years ago
Issam E. Maghni d046ec92c1 configure: do not use obsolescent form of test -a|o 6 years ago
Érico Rolim c5d118ebbc fix segfault in lutimes when tv argument is NULL 6 years ago
Szabolcs Nagy 67f774625e netinet/in.h: add IP_RECVERR_4884 from linux v5.9 6 years ago
Szabolcs Nagy d078f83657 sys/fanotify.h: add new FAN_* macros from linux v5.9 6 years ago
Szabolcs Nagy 3ba370fe8d bits/syscall.h: add __NR_close_range from linux v5.9 6 years ago
William Woodruff badc5bb211 add missing personality values 6 years ago
Jinliang Li 6e98924890 arm fabs and sqrt: support single-precision-only fpu variants 6 years ago
Érico Rolim c8c3e341fb fix typo in INSTALL 6 years ago
Rich Felker e2fa720be7 work around linux bug in readlink syscall with zero buffer size 6 years ago
Rich Felker c17cda6d61 parse v3 or future-unknown zoneinfo file versions as v2+ 6 years ago
Rich Felker 585a0a78f9 explicitly prefer 64-bit/v2 zoneinfo tables 6 years ago