move calls to application init functions after crt1 entry point
[oweals/musl.git] / src /
2015-09-22 Rich Felkermove calls to application init functions after crt1...
2015-09-22 Rich Felkerfix breakage in non-fdpic dynamic linker init/fini...
2015-09-22 Rich Felkerfix resolving interp string address on fdpic ldd command
2015-09-22 Rich Felkeradd real fdpic loading of shared libraries
2015-09-22 Rich Felkeradd general fdpic support in dynamic linker and arch...
2015-09-21 Rich Felkerfactor symbol counting out of dladdr as its own function
2015-09-21 Rich Felkersimplify dlstart code by using integer type for base...
2015-09-17 Rich Felkerrefactor some more dynamic linker load address computations
2015-09-17 Rich Felkerremove some useless casts in dynamic linker
2015-09-17 Rich Felkeradd fdpic structs and reloc types for dynamic linking
2015-09-17 Rich Felkerfurther refactoring of dynamic linker load address...
2015-09-17 Rich Felkerbegin refactoring load address computations in dynamic...
2015-09-17 Rich Felkerremove old dlstart stage-2 symbolic lookup code; add...
2015-09-17 Rich Felkerintroduce new symbol-lookup-free rcrt1/dlstart stage...
2015-09-12 Rich Felkerprovide arch-generic fdpic self-relocation code for...
2015-09-12 Rich Felkermake sh clone asm fdpic-compatible
2015-09-11 Timo Teräsfix uninitialized scopeid in lookups from hosts file...
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-21 Steven Barthgetsubopt: don't include leading = in value string
2015-08-14 Natanael Copamatch historical behavior for tm_gmtoff member of struct tm
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-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-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 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 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 Felkerfix dynamic linker regression processing R_*_NONE type...
2015-05-29 Rich Felkerfix failure of ungetc and ungetwc to work on files...
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 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 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-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-18 Rich Felkerreprocess libc/ldso RELA relocations in stage 3 of...
2015-05-18 Rich Felkerfix null pointer dereference in dcngettext under specif...
2015-05-16 Rich Felkereliminate costly tricks to avoid TLS access for current...
2015-05-16 Rich Felkerin i386 __set_thread_area, don't assume %gs register...
2015-05-06 Rich Felkerfix futimes legacy function with null tv pointer
2015-05-06 Rich Felkerfix stack protector crashes on x32 & powerpc due to...
2015-05-02 Rich Felkerfix crash in x32 sigsetjmp
2015-05-02 Rich Felkerfix x32 __set_thread_area failure due to junk in upper...
2015-05-01 Szabolcs Nagycomplex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
2015-05-01 Rich Felkerfix mishandling of ENOMEM return case in internal getgr...
2015-04-28 Rich Felkerfix sh jmp_buf size to match ABI
2015-04-25 Rich Felkerfix build regression in aarch64 sigsetjmp
2015-04-24 Rich Felkerfix build regression in sh-nofpu subarch due to missing...
2015-04-23 Rich Felkerfix misalignment of dtv in static-linked programs with...
2015-04-23 Rich Felkerremove dead store from static __init_tls
2015-04-23 Rich Felkermake __init_tp function static when static linking
2015-04-23 Rich Felkerfix regression in x86_64 math asm with old binutils
2015-04-22 Rich Felkerminor optimization to pthread_spin_trylock
2015-04-22 Rich Felkeroptimize spin lock not to dirty cache line while spinning
next