simplify pthread_attr_t stack/guard size representation
[musl] / src /
2016-11-08 Rich Felkersimplify pthread_attr_t stack/guard size representation
2016-11-08 Rich Felkerfix swprintf internal buffer state and error handling
2016-11-07 Daniel Sabogalfix integer overflow of tm_year in __secs_to_tm
2016-11-07 Hannu Nymanfix parsing of quoted time zone names
2016-10-22 Rich Felkerredesign snprintf without undefined behavior
2016-10-20 Daniel Sabogaladd missing confstr constants
2016-10-20 Rich Felkerfix minor problem in previous strtod non-nearest roundi...
2016-10-20 Szabolcs Nagyfix strtod int optimization in non-nearest rounding...
2016-10-20 Szabolcs Nagyfix strtod and strtof rounding with many trailing zeros
2016-10-20 Rich Felkerfix gratuitous undefined behavior in strptime
2016-10-20 Rich Felkerfix getopt_long_only misinterpreting "--" as an option
2016-10-20 Szabolcs Nagyfix float formatting of some exact halfway cases
2016-10-20 Felix Jandaadd pthread_setname_np
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2016-10-20 Szabolcs Nagymath: fix pow signed shift ub
2016-10-20 Natanael Copause dynamic buffer for getmntent
2016-10-20 Rich Felkerfix integer overflows and uncaught EOVERFLOW in printf...
2016-10-20 Rich Felkerfix integer overflow in float printf needed-precision...
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...
next