add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h
[musl] / src /
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
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
next