3790 Commits (029c622a89bf8cc15fd9fd56e8e88465ca6130cf)
 

Author SHA1 Message Date
Rich Felker 029c622a89 fix output size handling for multi-unicode-char big5-hkscs characters 8 years ago
Rich Felker 165a1e37a5 fix iconv mapping of big5-hkscs characters that map to two unicode chars 8 years ago
Will Dietz 99f4237a69 fix iconv conversion to UTF-32 with implicit (big) endianness 8 years ago
Will Dietz 55a661ff5e fix iconv buffer overflow converting to legacy JIS-based encodings 8 years ago
Rich Felker 40bae2d32f make linking of thread-start with explicit scheduling conditional 8 years ago
Rich Felker b8742f3260 improve design of thread-start with explicit scheduling attributes 8 years ago
Rich Felker 1db9a35569 clean up and reduce size of internal pthread structure 8 years ago
Rich Felker cdba6b2562 improve joinable/detached thread state handling 8 years ago
Rich Felker 526e64f54d improve pthread_exit synchronization with functions targeting tid 8 years ago
Rich Felker 4df4216351 remove incorrect ESRCH error from pthread_kill 8 years ago
Rich Felker 9e2d820a55 use a dedicated futex object for pthread_join instead of tid field 8 years ago
Rich Felker 941bd884cc optimize sigisemptyset 8 years ago
Rich Felker 375840c7d8 avoid excessive stack usage in getcwd 8 years ago
Rich Felker e3c682ab52 work around arm gcc's rejection of r7 asm constraints in thumb mode 8 years ago
Rich Felker 9be4ed5d89 getopt_long_only: don't prefix-match long-options that match short ones 8 years ago
Rich Felker b4b1e10364 reintroduce hardening against partially-replaced allocator 8 years ago
Rich Felker 72141795d4 return chunks split off by memalign using __bin_chunk instead of free 8 years ago
Rich Felker 3c2cbbe7ba using malloc implementation types/macros/idioms for memalign 8 years ago
Rich Felker 23389b1988 move malloc implementation types and macros to an internal header 8 years ago
Rich Felker 618b18c78e revert detection of partially-replaced allocator 8 years ago
Will Dietz 3f3cc3e995 setvbuf: minor comment typo fix 8 years ago
Andre McCurdy 8c2943f057 arm: use a_ll/a_sc atomics when building for ARMv6T2 8 years ago
Andre McCurdy 749a06b4c5 arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macros 8 years ago
Andre McCurdy ea489b8b0d provide optimized a_ctz_32 for arm 8 years ago
Andre McCurdy 0c6abb5882 remove a_ctz_l from arch specific atomic_arch.h 8 years ago
Marc André Tanner 3f6dc30470 fix out of bounds write for zero length buffer in gethostname 8 years ago
Rich Felker 0b80a7b040 add support for caller-provided buffers to setvbuf 8 years ago
Rich Felker 6019459251 clean up allocation/setup logic for open_[w]memstream 8 years ago
Rich Felker 0b043c7b70 clean up allocation/setup logic for fmemopen 8 years ago
Rich Felker 4245a233c1 minor cleanup in fopencookie 8 years ago
Rich Felker c9f415d7ea allow interposition/replacement of allocator (malloc) 8 years ago
Rich Felker c1014a812c refactor flockfile not to duplicate lock mechanism logic 8 years ago
Rich Felker c21f750727 fix stdio lock dependency on read-after-free not faulting 8 years ago
Rich Felker 502027540b remove unused __brk function/source file 8 years ago
Rich Felker d610c14855 enable reclaim_gaps for fdpic 8 years ago
Rich Felker 14032c30e2 comment __malloc_donate overflow logic 8 years ago
Alexander Monakov ce7ae11acf ldso, malloc: implement reclaim_gaps via __malloc_donate 8 years ago
Alexander Monakov d889cc3463 malloc: fix an over-allocation bug 8 years ago
Rich Felker b9410061e2 use explicit dynamic-list rather than symbolic-functions for linking 8 years ago
Rich Felker 4bf0717e51 fix return value of nice function 8 years ago
Alexander Monakov 424eab2225 optimize malloc0 9 years ago
Rich Felker 10e4bd3780 fix incorrect results for catan with some inputs 8 years ago
Rich Felker ae2a01da2e fix wrong result in casin and many related complex functions 8 years ago
Samuel Holland ea81529fb9 implement wcsftime padding specifier extensions 8 years ago
Rich Felker 119bc55ba6 prevent bypass of guarantee that suids start with fd 0/1/2 open 8 years ago
Szabolcs Nagy 282b1cd266 fix fmaf wrong result 8 years ago
Rich Felker 729fef0a93 fix default feature profile in tar.h 8 years ago
Rich Felker c7bb9c41d2 adjust makefile target-specific CFLAGS rules to be more robust & complete 8 years ago
Rich Felker a7c53e0c2c fix out-of-tree build of crt files with stack protector enabled 8 years ago
Rich Felker 919ad8d5fb explicitly use signed keyword to define intNN_t and derivative types 8 years ago