fix undefined behavior in memset due to missing sequence points
[musl] / src /
2016-10-06 Rich Felkerfix regexec with haystack strings longer than INT_MAX
2016-10-06 Rich Felkerfix missing integer overflow checks in regexec buffer...
2016-10-06 Szabolcs Nagyfix strftime %y for negative tm_year
2016-09-24 Daniel Sabogalfix getservby*_r result pointer value on error
2016-09-24 Daniel Sabogalremove dead case in gethostbyname2_r
2016-09-19 Rich Felkersimplify/refactor fflush and make fflush_unlocked an...
2016-09-16 Daniel Sabogalfix if_indextoname error case
2016-09-16 Rich Felkerfix printf regression with alt-form octal, zero flag...
2016-08-30 Rich Felkerrestore _Noreturn to __assert_fail
2016-08-30 Olivier Brunelgetdtablesize: fix returning hard instead of soft rlimit
2016-08-30 Szabolcs Nagymath: fix 128bit long double inverse trigonometric...
2016-08-30 Szabolcs Nagyverify that ttyname refers to the same file as the fd
2016-08-11 Rich Felkerfix pread/pwrite syscall calling convention on sh
2016-07-13 Rich Felkerrevert unrelated change that slipped into last commit
2016-07-13 Rich Felkerfix regression in tcsetattr on all mips archs
2016-07-07 Rich Felkerfix asctime day/month names not to vary by locale
2016-07-07 Rich Felkerremove obsolete and unused gethostbyaddr implementation
2016-07-03 Rich Felkerimprove abort fallback behavior when raising SIGABRT...
2016-07-03 Rich Felkerdefine appropriate feature test macros to get CBAUD...
2016-07-01 Rich Felkerfix posix_fadvise syscall args on powerpc, unify with...
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-29 Rich Felkerfix misordered syscall arguments for posix_fadvise...
2016-06-29 Rich Felkerin posix_fadvise, don't bypass __syscall macro infrastr...
2016-06-29 Natanael Coparefactor name_from_dns in hostname lookup backend
2016-06-29 Natanael Copain performing dns lookups, check result from res_mkquery
2016-06-27 Rich Felkerfix misaligned address buffers in gethostbyname[2]...
2016-06-27 Rich Felkerfix failure to obtain EOWNERDEAD status for process...
2016-06-21 Rich Felkerremove comments on copyright status from UTF-8 implemen...
2016-05-23 Rich Felkerfix a64l undefined behavior on ILP32 archs, wrong resul...
2016-05-22 Szabolcs Nagyfix the use of uninitialized value in regcomp
2016-05-09 Bobby Binghamadd powerpc64 port
2016-05-04 Andrew Kelleyfix incorrect protocol name and number for egp
2016-04-26 Rich Felkerfix FILE buffer underflow in ungetwc
2016-04-25 Rich Felkerfix thread structure/dtv-pointer corruption on powerpc
2016-04-18 Petr Vaněkremove dead store in res_msend
2016-04-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)
2016-04-01 Rich Felkerfix read past end of haystack buffer for short needles...
2016-03-29 Rich Felkerfix undefined pointer comparison in stdio-internal...
2016-03-24 Timo Teräsfix gethostbyaddr_r to fill struct hostent.h_length...
2016-03-16 Rich Felkerfix padding string formats to width in wide printf...
2016-03-06 Felix Fietkauadd powerpc soft-float support
2016-03-06 Alexander Monakovenv: avoid leaving dangling pointers in __env_map
2016-03-06 Rich Felkeradd mips64 port
2016-03-06 Rich Felkergeneralize mips-specific reloc code not to hard-code...
2016-03-04 Szabolcs Nagymath: fix expf(-NAN) and exp2f(-NAN) to return -NAN...
2016-03-03 Nathan Zadoksadd sched_getcpu vDSO support
2016-03-03 Nathan Zadoksadd sched_getcpu
2016-03-02 Szabolcs Nagyfix ^* at the start of a complete BRE
2016-03-02 Szabolcs Nagyfix * at the start of a BRE subexpression
2016-03-02 Michael Meeuwisseexplicitly include stdio.h to get EOF definition needed...
2016-03-02 Rich Felkerhandle non-matching address family entries in hosts...
2016-02-23 Bobby Binghamallow implementing a_cas_p with pointer-sized ll/sc
2016-02-19 Rich Felkerwork around regression building for armhf with clang...
2016-02-18 Rich Felkerimprove macro logic for enabling arm math asm
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
next