fix regression in configure script with new visibility option
[oweals/musl.git] / src /
2015-04-20 Rich Felkeradd optional global visibility override
2015-04-20 Rich Felkerremove invalid PLT calls from or1k asm
2015-04-20 Rich Felkerremove possible-textrels from powerpc asm
2015-04-20 Rich Felkerremove invalid PLT calls from microblaze asm
2015-04-20 Rich Felkerremove invalid PLT calls from sh asm
2015-04-19 Rich Felkerremove potentially PIC-incompatible relocations from...
2015-04-19 Rich Felkerremove the last of possible-textrels from i386 asm
2015-04-18 Rich Felkermake dlerror state and message thread-local and dynamic...
2015-04-18 Alexander Monakovadd missing 'void' in prototypes of internal pthread...
2015-04-18 Szabolcs Nagymath: fix pow(+-0,-inf) not to raise divbyzero flag
2015-04-18 Rich Felkerapply hidden visibility to tlsdesc accessor functions
2015-04-18 Szabolcs Nagycomment fixes in aarch64 tlsdesc asm
2015-04-18 Rich Felkerensure debugger hook for dynamic linker does not point...
2015-04-18 Rich Felkerfix mips fesetenv(FE_DFL_ENV) again
2015-04-18 Rich Felkerfix PLT call offset in sh dlsym asm
2015-04-18 Rich Felkerfix sh build regressions in asm
2015-04-18 Rich Felkerfix sh __set_thread_area uninitialized return value
2015-04-18 Rich Felkerredesign sigsetjmp so that signal mask is restored...
2015-04-15 Rich Felkeruse hidden __tls_get_new for tls/tlsdesc lookup fallbac...
2015-04-14 Rich Felkercleanup use of visibility attributes in pthread_cancel.c
2015-04-14 Rich Felkerfix inconsistent visibility for internal syscall symbols
2015-04-14 Rich Felkeruse hidden visibility for call from dlsym to internal...
2015-04-14 Rich Felkerconsistently use hidden visibility for cancellable...
2015-04-14 Rich Felkerfix inconsistent visibility for internal __tls_get_new...
2015-04-14 Rich Felkeruse hidden visibility for i386 asm-internal __vsyscall...
2015-04-14 Rich Felkermake _dlstart_c function use hidden visibility
2015-04-14 Rich Felkerremove initializers for decoded aux/dyn arrays in dynam...
2015-04-14 Rich Felkerallow libc itself to be built with stack protector...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-04-13 Rich Felkermove thread pointer setup to beginning of dynamic linke...
2015-04-13 Rich Felkerstabilize dynamic linker's layout of static TLS
2015-04-13 Rich Felkerallow i386 __set_thread_area to be called more than...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-11 Rich Felkerremove mismatched arguments from vmlock function defini...
2015-04-10 Rich Felkerapply vmlock wait to __unmapself in pthread_exit
2015-04-10 Rich Felkerredesign and simplify vmlock system
2015-04-10 Rich Felkeroptimize out setting up robust list with kernel when...
2015-04-10 Rich Felkerprocess robust list in pthread_exit to fix detached...
2015-04-04 Szabolcs Nagyfix getdelim to set the error indicator on all failures
2015-04-04 Rich Felkerfix rpath string memory leak on failed dlopen
2015-04-03 Rich Felkerhalt dynamic linker library search on errors resolving...
2015-04-02 Rich Felkerharden dynamic linker library path search
2015-03-28 Szabolcs Nagyregex: fix character class repetitions
2015-03-23 Szabolcs Nagydo not treat \0 as a backref in BRE
2015-03-23 Rich Felkerfix internal buffer overrun in inet_pton
2015-03-20 Rich Felkersuppress backref processing in ERE regcomp
2015-03-20 Rich Felkerfix memory-corruption in regcomp with backslash followe...
2015-03-17 Rich Felkerblock all signals (even internal ones) in cancellation...
2015-03-16 Rich Felkeravoid sending huge names as nscd passwd/group queries
2015-03-16 Rich Felkersimplify nscd lookup code for alt passwd/group backends
2015-03-16 Josiah Worcesteradd alternate backend support for getgrouplist
2015-03-12 Szabolcs Nagyadd aarch64 port
2015-03-11 Szabolcs Nagymath: add dummy implementations of 128 bit long double...
2015-03-11 Szabolcs Nagymath: add ld128 exp2l based on the freebsd implementation
2015-03-11 Szabolcs Nagycopy the dtv pointer to the end of the pthread struct...
2015-03-07 Rich Felkerfix regression in pthread_cond_wait with cancellation...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-06 Rich Felkerfix over-alignment of TLS, insufficient builtin TLS...
2015-03-05 Rich Felkeradd legacy functions from sysinfo.h duplicating sysconf...
2015-03-05 Rich Felkerfix signed left-shift overflow in pthread_condattr_setp...
2015-03-04 Rich Felkerremove useless check of bin match in malloc
2015-03-04 Rich Felkereliminate atomics in syslog setlogmask function
2015-03-04 Rich Felkerfix init race that could lead to deadlock in malloc...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-03-02 Rich Felkersuppress masked cancellation in pthread_join
2015-03-02 Rich Felkerfix namespace issue in pthread_join affecting thrd_join
2015-03-02 Rich Felkermake aio_suspend a cancellation point and properly...
2015-03-02 Rich Felkerfactor cancellation cleanup push/pop out of futex __tim...
2015-02-28 Rich Felkerfix failure of internal futex __timedwait to report...
2015-02-26 Rich Felkeroverhaul optimized x86_64 memset asm
2015-02-26 Rich Felkeroverhaul optimized i386 memset asm
2015-02-25 Alexander Monakovgetloadavg: use sysinfo() instead of /proc/loadavg
2015-02-23 Rich Felkerfix possible isatty false positives and unwanted device...
2015-02-23 Rich Felkerfix breakage in pthread_cond_wait due to typo
2015-02-23 Josiah Worcestersupport alternate backends for the passwd and group dbs
2015-02-23 Rich Felkerfix spurious errors in refactored passwd/group code
2015-02-23 Rich Felkerfix crashes in refactored passwd/group code
2015-02-23 Rich Felkersimplify cond var code now that cleanup handler is...
2015-02-23 Rich Felkerfix pthread_cond_wait cancellation race
2015-02-22 Rich Felkeradd new masked cancellation mode
2015-02-21 Rich Felkerprepare cancellation syscall asm for possibility of...
2015-02-20 Rich Felkermap interruption of close by signal to success rather...
2015-02-17 Rich Felkermake pthread_exit responsible for disabling cancellation
2015-02-14 Rich Felkerfix type error (arch-dependent) in new aio code
2015-02-13 Josiah Worcesterrefactor group file access code
2015-02-13 Rich Felkeroverhaul aio implementation for correctness
2015-02-11 Rich Felkerfix bad character checking in wordexp
2015-02-11 Josiah Worcesterrefactor passwd file access code
2015-02-10 Denys Vlasenkox86_64/memset: avoid performing final store twice
2015-02-10 Denys Vlasenkox86_64/memset: simple optimizations
2015-02-10 Timo Teräsmake protocol table zero byte separated and add ipv6...
2015-02-09 Szabolcs Nagyuse the internal macro name FUTEX_PRIVATE in __wait
2015-02-09 Szabolcs Nagyadd IEEE binary128 long double support to floatscan
2015-02-09 Szabolcs Nagymath: fix fmodl for IEEE binary128
2015-02-08 Szabolcs Nagysimplify armhf fesetenv
2015-02-08 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on mips
2015-02-08 Szabolcs Nagymath: fix __fpclassifyl(-0.0) for IEEE binary128
2015-02-08 Szabolcs Nagyadd parenthesis in fma.c to clarify intent and silence...
2015-02-07 Rich Felkermake getaddrinfo support SOCK_RAW and other socket...
2015-02-07 Szabolcs Nagyremove cruft from x86_64 syscall.h
next