OSDN Git Service

support clean/distclean make targets in unconfigured tree
[android-x86/external-musl-libc.git] / src /
2016-02-16 Rich Felkerin crypt-sha*, reject excessive rounds as error rather...
2016-02-16 Rich Felkerfix unlikely corner cases in getopt's message printing
2016-02-16 Rich Felkerfix assumption in fputs that fwrite returning 0 implies...
2016-02-11 Rich Felkerfix return value for fread/fwrite when size argument...
2016-02-11 Rich Felkerfix line-buffered flush omission for odd usage of putc...
2016-02-10 Rich Felkerfix failed write reporting by fwrite in line-buffered...
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-02-04 Rich Felkerin mips cancellable syscall asm, don't assume gp regist...
2016-02-04 Rich Felkeravoid using signals when a thread attempts to cancel...
2016-01-31 Szabolcs Nagyfix malloc_usable_size for NULL input
2016-01-31 Szabolcs Nagyregex: increase the stack tre uses for tnfa creation
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-31 Szabolcs Nagyregex: simplify the {,} repetition parsing logic
2016-01-31 Szabolcs Nagyregex: treat \+, \? as repetitions in BRE
2016-01-31 Szabolcs Nagyregex: rewrite the repetition parsing code
2016-01-31 Szabolcs Nagyregex: treat \| in BRE as alternation
2016-01-31 Szabolcs Nagyregex: reject repetitions in some cases with REG_BADRPT
2016-01-31 Szabolcs Nagyregex: clean up position accounting for literal nodes
2016-01-31 Rich Felkerfix misaligned pointer-like objects in arm atomics...
2016-01-29 Rich Felkerreuse parsed resolv.conf in dns core to avoid re-readin...
2016-01-29 Rich Felkerfix uninitialized variable in new resolv.conf parser
2016-01-29 Rich Felkeradd support for search domains to dns resolver
2016-01-29 Rich Felkerfix handling of dns response codes
2016-01-29 Rich Felkerfix logic for matching search/domain keywords in resolv...
2016-01-28 Rich Felkerfactor resolv.conf parsing out of res_msend to its...
2016-01-28 Rich Felkeradd errno setting to stub utmpxname function
2016-01-28 Kylie McClainlegacy/utmpx: Add utmp{,x}name stubs
2016-01-27 Rich Felkerimprove clock_gettime and adapt it to support slightly...
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-26 Rich Felkermove dynamic linker to its own top-level directory...
2016-01-26 Rich Felkeradapt static dl_iterate_phdr not to depend on !defined...
2016-01-26 Rich Felkermove static-linked stub dlsym out of dynlink.c
2016-01-25 Rich Felkermove static-linked stub dlopen out of dynlink.c
2016-01-25 Rich Felkermove dlinfo out of dynlink.c
2016-01-25 Rich Felkermove dlclose out of dynlink.c to its own source file
2016-01-25 Rich Felkermove static-linked stub invalid dso handle checking...
2016-01-25 Rich Felkermove static/stub version of dladdr out of dynlink.c
2016-01-25 Rich Felkerfactor dlerror and error-setting code out of dynlink.c
2016-01-22 Rich Felkeradd arch/abi info to dynamic linker's id/version output
2016-01-22 Rich Felkermove sh port's __shcall internal function from arch...
2016-01-22 Rich Felkermove sh __unmapself code from arch/sh/src to main src...
2016-01-22 Rich Felkermove x32 sysinfo impl and syscall fixup code out of...
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-21 Rich Felkeroverhaul sh atomics for new atomics framework, add...
2016-01-21 Rich Felkerrefactor internal atomic.h
2016-01-20 Khem Rajexclude vis.h when compiling assembly files
2016-01-20 Rich Felkerswitch arm, sh, and mips fenv asm from .sub system...
2016-01-20 Rich Felkerswitch sh and mips setjmp asm from .sub system to ...
2016-01-20 Rich Felkerreplace armhf math asm source files with inline asm
2016-01-20 Rich Felkeradapt build of arm memcpy asm not to use .sub files
2016-01-17 Ron Yorstonfix if_nametoindex return value when socket open fails
2016-01-06 Timo Teräsadd missing protocols to protoent lookup functions
2015-12-20 Rich Felkerfix overly pessimistic realloc strategy in getdelim
2015-12-20 Rich Felkeravoid updating caller's size when getdelim fails to...
2015-12-16 Rich Felkerfix crash when signal number 0 is passed to sigaction
2015-12-08 Szabolcs Nagyfix tsearch, tfind, tdelete to handle null pointer...
2015-12-08 Szabolcs Nagytsearch code cleanup
2015-12-08 Szabolcs Nagyfix tsearch to avoid crash on oom
2015-12-08 Szabolcs Nagyfix tdelete to properly balance the tree
2015-11-30 Jo-Philipp Wichproperly handle point-to-point interfaces in getifaddrs()
2015-11-28 Szabolcs Nagyldso: fix the dtv update logic in __tls_get_new
2015-11-22 Rich Felkermath: explicitly promote expressions to excess-precisio...
2015-11-20 Rich Felkerremove undef weak refs to init/fini array symbols in...
2015-11-16 Rich Felkeruse private maps even for read-only segments of FDPIC...
2015-11-12 Rich Felkerremove use of SHARED macro in dynamic linker version...
2015-11-12 Rich Felkerunify static and dynamic linked implementations of...
2015-11-12 Rich Felkerunify static and dynamic libc init/fini code paths
2015-11-12 Rich Felkereliminate use of SHARED macro in __tls_get_addr
2015-11-12 Rich Felkereliminate use of SHARED macro to suppress visibility...
2015-11-11 Rich Felkeruse correct nofpu versions of setjmp/longjmp used on...
2015-11-11 Rich Felkerfix dynamic loader library mapping for nommu systems
2015-11-11 Rich Felkerfix return value of nl_langinfo for invalid item arguments
2015-11-10 Rich Felkerexplicitly assemble all arm asm sources as UAL
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-10 Rich Felkeruse vfp mnemonics rather than hard-coded opcodes in...
2015-11-05 Szabolcs Nagyuse vfp mnemonics instead of p10 coprocessor ones in...
2015-11-05 Rich Felkerconvert arm memcpy asm to UAL, remove .word hacks
2015-11-05 Rich Felkerremove external linkage from __simple_malloc definition
2015-11-02 Rich Felkerfix mremap memory synchronization and use of variadic...
2015-11-02 Daniel Micayprevent allocs than PTRDIFF_MAX via mremap
2015-11-02 Rich Felkeruse explicit __cp_cancel label in cancellable syscall...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-29 Rich Felkerfix missing bss handling in FDPIC ELF loader
2015-10-27 Hauke Mehrtensgetnameinfo: make size check not fail for bigger sizes
2015-10-26 Rich Felkersafely handle failure to open hosts, services, resolv...
2015-10-25 Rich Felkerfix single-byte overflow of malloc'd buffer in getdelim
2015-10-19 Szabolcs Nagydeclare fpu usage to the assembler in arm hard-float...
2015-10-16 Bobby Binghamadd missing memory barrier to pthread_join
2015-10-16 Rich Felkerfix dladdr treatment of function descriptors for fdpic
2015-10-15 Rich Felkerfix visibility mismatch in dynamic linker stage 2 funct...
2015-10-14 Rich Felkerfix strftime handling of out-of-range struct tm fields
2015-10-08 Rich Felkerfix integer overflows in time_t/struct tm conversion...
2015-10-08 Rich Felkerfix open_[w]memstream behavior when no writes take...
2015-10-01 Rich Felkermake nl_langinfo(CODESET) always return "ASCII" in...
2015-10-01 Rich Felkerfix mips fesetround failure to write back resulting...
2015-09-29 Rich Felkereliminate protected-visibility data in libc.so with...
2015-09-25 Rich Felkeravoid attempting to lookup IP literals as hostnames
2015-09-25 Rich Felkermake getaddrinfo return error if both host and service...
2015-09-24 Rich Felkerfix localeconv field value for unavailable values
2015-09-24 Szabolcs Nagyavoid reading uninitialized memory in __map_file
next