musl
2015-09-12 Rich Felkeradd sh fdpic subarch variants
2015-09-12 Rich Felkeradd fdpic version of entry point code for sh
2015-09-12 Rich Felkerprovide arch-generic fdpic self-relocation code for...
2015-09-12 Rich Felkermake sh clone asm fdpic-compatible
2015-09-12 Rich Felkermake sh crti/crtn init/fini fragments setup proper...
2015-09-12 Rich Felkeradd sh relocation types needed for fdpic to elf.h
2015-09-11 Timo Teräsfix uninitialized scopeid in lookups from hosts file...
2015-09-09 Rich Felkerfix missing earlyclobber flag in i386 a_ctz_64 asm
2015-09-09 Rich Felkerremove unused (and invalid) C version of sigsetjmp
2015-09-09 Rich Felkerfix breakage in nl_langinfo from previous commit
2015-09-09 Rich Felkermake nl_langinfo(CODESET) always return "UTF-8"
2015-09-09 Rich Felkerfix fclose of permanent (stdin/out/err) streams
2015-08-31 Timo Teräsimplement arm eabi mem* functions
2015-08-30 Rich Felkerremove use of buggy .SECONDARY special target in makefile
2015-08-30 Rich Felkerrelease 1.1.11
2015-08-27 Rich Felkerfix makefile suppression of intermediate file removal
2015-08-26 Alex DowadBuild process uses script to add CFI directives to...
2015-08-21 Steven Barthgetsubopt: don't include leading = in value string
2015-08-16 Rich Felkermitigate performance regression in libc-internal locks...
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
2015-08-11 Szabolcs Nagyaarch64: fix 64-bit syscall argument passing
2015-08-09 Rich Felkerfix failure of tempnam to null-terminate result
2015-08-07 Rich Felkermitigate blow-up of heap size under malloc/free contention
2015-07-28 Rich Felkerfix missing synchronization in atomic store on i386...
2015-07-25 Rich Felkerfix undefined left-shift of negative values in utf...
2015-07-24 Rich Felkerfix atexit when it is called from an atexit handler
2015-07-21 Roman Yeryominsocket.h: cleanup/reorder mips and powerpc bits/socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-07-21 Felix Fietkaumips: fix mcontext_t register array field name
2015-07-09 Rich Felkerhandle loss of syslog socket connection
2015-07-09 Rich Felkerfix incorrect void return type for syncfs function
2015-07-08 Rich Felkerfix negated return value of ns_skiprr, breakage in...
2015-07-06 Shizadd musl-clang, a wrapper for system clang installs
2015-07-06 Shizbuild: fix musl-targeting toolchain test
2015-07-06 Shizbuild: overhaul wrapper script system for multiple...
2015-07-06 Rich Felkertreat empty TZ environment variable as GMT rather than...
2015-06-28 Alexander Monakovdynlink.c: pass gnu-hash table pointer to gnu_lookup
2015-06-28 Alexander Monakovdynlink.c: slim down gnu_lookup
2015-06-28 Alexander Monakovdynlink.c: use bloom filter in gnu hash lookup
2015-06-28 Alexander Monakovdynlink.c: use a faster expression in gnu_hash
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-06-23 Rich Felkermake dynamic linker work around MAP_FAILED mmap failure...
2015-06-23 Rich Felkerreimplement strverscmp to fix corner cases
2015-06-22 Rich Felkerfix regression/typo that disabled __simple_malloc when...
2015-06-22 Rich Felkerfix calloc when __simple_malloc implementation is used
2015-06-20 Rich Felkerprovide __stack_chk_fail_local in libc.a
2015-06-20 Rich Felkerwork around mips detached thread exit breakage due...
2015-06-17 Rich Felkerignore ENOSYS error from mprotect in pthread_create...
2015-06-16 Rich Felkerswitch to using trap number 31 for syscalls on sh
2015-06-16 Rich Felkerswitch sh port's __unmapself to generic version when...
2015-06-16 Rich Felkeradd support for sh2 interrupt-masking-based atomics...
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2015-06-16 Rich Felkerbyte-based C locale, phase 3: make MB_CUR_MAX variable...
2015-06-16 Rich Felkerbyte-based C locale, phase 2: stdio and iconv (multibyt...
2015-06-16 Rich Felkerbyte-based C locale, phase 1: multibyte character handl...
2015-06-16 Rich Felkerfix btowc corner case
2015-06-14 Szabolcs Nagyarm: add vdso support
2015-06-14 Rich Felkerrefactor malloc's expand_heap to share with __simple_malloc
2015-06-13 Rich Felkerremove cancellation points in stdio
2015-06-13 Rich Felkerfix idiom for setting stdio stream orientation to wide
2015-06-13 Rich Felkeradd printing of null %s arguments as "(null)" in wide...
2015-06-13 Rich Felkeradd %m support to wide printf
2015-06-11 Rich Felkeradd sh asm for vfork
2015-06-10 Rich Felkerimplement arch-generic version of __unmapself
2015-06-09 Rich Felkerin malloc, refuse to use brk if it grows into stack
2015-06-09 Rich Felkerfix spurious errors from pwd/grp functions when nscd...
2015-06-07 Rich Felkerfix regression in pre-v7 arm on kernels with kuser...
2015-06-07 Rich Felkeradd multiple inclusion guard to locale_impl.h
2015-06-07 Rich Felkerremove redefinition of MB_CUR_MAX in locale_impl.h
2015-06-06 Rich Felkermake static C and C.UTF-8 locales available outside...
2015-06-06 Rich Felkerremove another invalid skip of locking in ungetwc
2015-06-06 Rich Felkeradd macro version of ctype.h isascii function
2015-06-06 Rich Felkerremove invalid skip of locking in ungetwc
2015-06-05 Timo Teräsfix uselocale((locale_t)0) not to modify locale
2015-06-04 Rich Felkerrelease 1.1.10
2015-06-04 Rich Felkerfix dynamic linker regression processing R_*_NONE type...
2015-06-03 Rich Felkeradd additional Makefile dependency rules for rcrt1...
2015-05-29 Rich Felkerfix failure of ungetc and ungetwc to work on files...
2015-05-28 Rich Felkeradd missing legacy LFS64 macros in sys/resource.h
2015-05-28 Shizconfigure: work around compilers that merely warn for...
2015-05-27 Rich Felkerimplement fail-safe static locales for newlocale
2015-05-27 Rich Felkerrename internal locale file handling locale maps
2015-05-27 Rich Felkeroverhaul locale internals to treat categories roughly...
2015-05-27 Rich Felkerreplace atomics with locks in locale-setting code
2015-05-26 Rich Felkeradd rcrt1 start file for fully static-linked PIE
2015-05-26 Rich Felkerfix incorrect application of visibility to Scrt1.o
2015-05-26 Rich Felkerreprocess all libc/ldso symbolic relocations in dynamic...
2015-05-25 Rich Felkermove call to dynamic linker stage-3 into stage-2 function
2015-05-25 Rich Felkermark mips crt code as code
2015-05-25 Rich Felkermark mips cancellable syscall code as code
2015-05-25 Rich Felkersimplify/shrink relocation processing in dynamic linker...
2015-05-25 Rich Felkerremove processing of DT_JMPREL from dynamic linker...
2015-05-25 Rich Felkerfix stack alignment code in mips crt_arch.h
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-05-21 Rich Felkerremove outdated and misleading comment in iconv.c
2015-05-21 Rich Felkerin iconv_open, accept "CHAR" and "" as aliases for...
2015-05-20 Rich Felkerfix inconsistency in a_and and a_or argument types...
2015-05-19 Bobby Binghaminline llsc atomics when building for sh4a
2015-05-18 Rich Felkerreprocess libc/ldso RELA relocations in stage 3 of...
2015-05-18 Rich Felkerfix null pointer dereference in dcngettext under specif...
next