oweals/musl.git
2015-05-12 Rich Felkerrelease 1.1.9 v1.1.9
2015-05-08 Szabolcs Nagyfix netinet/ether.h for c++
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-03 Rich Felkerimprove iswdigit macro to diagnose errors
2015-05-02 Rich Felkerfix broken cancellation on x32 due to incorrect saved...
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-02 Rich Felkerfix dangling pointers in x32 syscall timespec fixup...
2015-05-01 Szabolcs Nagyadd IPTOS_CLASS_* macros to netinet/ip.h
2015-05-01 Szabolcs Nagycomplex: fix ctanh(+-0+i*nan) and ctanh(+-0+-i*inf)
2015-05-01 Rich Felkerfix integer overflow in elf.h macro SHF_EXCLUDE
2015-05-01 Rich Felkerfix mishandling of ENOMEM return case in internal getgr...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-30 Szabolcs Nagyaarch64: fix CRTJMP in reloc.h
2015-04-28 Rich Felkerfix sh jmp_buf size to match ABI
2015-04-27 Rich Felkerfix name of sh crt asm directory
2015-04-25 Rich Felkerfix build regression in aarch64 sigsetjmp
2015-04-24 Rich Felkerfix ldso name for sh-nofpu subarch
2015-04-24 Rich Felkerfix build regression in sh-nofpu subarch due to missing...
2015-04-24 Rich Felkerfix failure of sh reloc.h to properly detect endianness...
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 Felkeradd dependency of dlstart.lo on crt_arch.h to Makefile
2015-04-23 Rich Felkerfix regression in x86_64 math asm with old binutils
2015-04-23 Rich Felkerfix syntax errors in configure script
2015-04-22 Rich Felkerminor optimization to pthread_spin_trylock
2015-04-22 Rich Felkeroptimize spin lock not to dirty cache line while spinning
2015-04-22 Rich Felkerin visibility preinclude, remove overrides for stdin...
2015-04-22 Rich Felkerfix inconsistent visibility for __hwcap and __sysinfo...
2015-04-22 Rich Felkerremove additional libc struct accessor cruft
2015-04-22 Rich Felkerremove useless visibility application from static-linki...
2015-04-22 Rich Felkerremove libc.h dependency from otherwise-independent...
2015-04-22 Rich Felkerremove cruft for libc struct accessor function and...
2015-04-22 Rich Felkermake configure check for visibility preinclude compatib...
2015-04-21 Rich Felkerfix duplocale clobbering of new locale struct with...
2015-04-21 Andre McCurdyconfigure: check for -march and -mtune passed via CC
2015-04-21 Rich Felkerremove dead case for F_SETLKW in fcntl
2015-04-21 Rich Felkerfix mmap leak in sem_open failure path for link call
2015-04-21 Rich Felkerremove always-true conditional in dynamic linker TLSDES...
2015-04-21 Rich Felkerremove redundant code in do_dlsym function
2015-04-20 Rich Felkerfix breakage in x32 dynamic linker due to mismatching...
2015-04-20 Rich Felkerfix regression in configure script with new visibility...
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 Szabolcs Nagyadd PR_*_FP_MODE prctl options
2015-04-18 Szabolcs Nagyadd PR_MPX_*_MANAGEMENT prctl options
2015-04-18 Szabolcs Nagyadd IP_CHECKSUM socket option to netinet/in.h
2015-04-18 Szabolcs Nagyadd execveat syscall number to microblaze
2015-04-18 Rich Felkerimprove ctype.h macros to diagnose errors
2015-04-18 Rich Felkerfix missing quotation mark in mips crt_arch.h that...
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-07 Rich Felkerfix possible clobbering of syscall return values on...
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 Felkerremove macro definition of longjmp from setjmp.h
2015-04-02 Rich Felkerharden dynamic linker library path search
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-04-01 Rich Felkeraarch64: remove duplicate macro definitions in bits...
2015-04-01 Rich Felkeraarch64: fix definition of sem_nsems in semid_ds structure
2015-04-01 Szabolcs Nagyaarch64: fix namespace pollution in bits/shm.h
2015-03-30 Rich Felkerrelease 1.1.8 v1.1.8
2015-03-28 Szabolcs Nagyregex: fix character class repetitions
next