work around arm gcc's rejection of r7 asm constraints in thumb mode
[oweals/musl.git] / src /
2018-04-27 Rich Felkergetopt_long_only: don't prefix-match long-options that...
2018-04-20 Rich Felkerreintroduce hardening against partially-replaced allocator
2018-04-20 Rich Felkerreturn chunks split off by memalign using __bin_chunk...
2018-04-20 Rich Felkerusing malloc implementation types/macros/idioms for...
2018-04-19 Rich Felkermove malloc implementation types and macros to an inter...
2018-04-19 Rich Felkerrevert detection of partially-replaced allocator
2018-04-19 Will Dietzsetvbuf: minor comment typo fix
2018-04-19 Andre McCurdyremove a_ctz_l from arch specific atomic_arch.h
2018-04-19 Marc André Tannerfix out of bounds write for zero length buffer in getho...
2018-04-18 Rich Felkeradd support for caller-provided buffers to setvbuf
2018-04-18 Rich Felkerclean up allocation/setup logic for open_[w]memstream
2018-04-18 Rich Felkerclean up allocation/setup logic for fmemopen
2018-04-18 Rich Felkerminor cleanup in fopencookie
2018-04-18 Rich Felkerallow interposition/replacement of allocator (malloc)
2018-04-18 Rich Felkerrefactor flockfile not to duplicate lock mechanism...
2018-04-18 Rich Felkerfix stdio lock dependency on read-after-free not faulting
2018-04-17 Rich Felkerremove unused __brk function/source file
2018-04-17 Rich Felkercomment __malloc_donate overflow logic
2018-04-17 Alexander Monakovldso, malloc: implement reclaim_gaps via __malloc_donate
2018-04-17 Alexander Monakovmalloc: fix an over-allocation bug
2018-04-17 Rich Felkerfix return value of nice function
2018-04-11 Alexander Monakovoptimize malloc0
2018-04-11 Rich Felkerfix incorrect results for catan with some inputs
2018-04-09 Rich Felkerfix wrong result in casin and many related complex...
2018-04-07 Samuel Hollandimplement wcsftime padding specifier extensions
2018-04-05 Rich Felkerprevent bypass of guarantee that suids start with fd...
2018-04-02 Szabolcs Nagyfix fmaf wrong result
2018-03-07 Rich Felkerfix nl_langinfo_l(CODESET, loc) reporting wrong locale...
2018-02-26 Rich Felkeradd public interface headers to implementation files
2018-02-24 Rich Felkerfix aliasing violations in fgetpos/fsetpos
2018-02-24 Rich Felkeruse idiomatic safe form for FUNLOCK macro
2018-02-24 Rich Felkerin vswprintf, initialize the FILE rather than memset...
2018-02-24 Rich Felkerremove unused MIN macro from getdelim source file
2018-02-24 Rich Felkerremove useless null check before call to free in fclose
2018-02-24 Rich Felkerremove useless and confusing parentheses in stdio __tow...
2018-02-24 Rich Felkeravoid use of readv syscall in __stdio_read backend...
2018-02-24 Rich Felkerconsistently return number of bytes read from stdio...
2018-02-24 Rich Felkerremove obfuscated flags bit-twiddling logic in __stdio_read
2018-02-24 Rich Felkerfix getopt wrongly treating colons in optstring as...
2018-02-23 Rich Felkeradd getentropy function
2018-02-23 Hauke Mehrtensadd getrandom syscall wrapper
2018-02-21 Rich Felkerconvert execvp error handling to switch statement
2018-02-21 Przemyslaw Pawelczykfix execvp failing on not-dir entries in PATH.
2018-02-12 Rich Felkerfix incorrect overflow check for allocation in fmemopen
2018-02-07 Dmitry V. Levinmake getcwd fail if it cannot obtain an absolute path
2018-02-06 Rich Felkeradjust strftime + modifier to match apparent intent...
2018-02-05 Rich Felkerfix strftime field widths with %F format and zero year
2018-02-05 Rich Felkerdocument pthread structure ABI constraints in comments
2018-02-05 Alexander Monakovre-fix child reaping in wordexp
2018-02-05 Rich Felkerrevert regression in faccessat AT_EACCESS robustness
2018-02-03 William Pitcockstore pthread stack guard sizes for pthread_getattr_np
2018-02-01 Samuel Hollandgetopt_long: accept prefix match of long options contai...
2018-02-01 Samuel Hollandfix getopt_long arguments to partial matches
2018-01-11 Rich Felkerfix printf alt-form octal with value 0 and no explicit...
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2018-01-09 Jens Gustedtconsistently use the LOCK an UNLOCK macros
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2017-12-19 Rich Felkerfix iconv output of surrogate pairs in ucs2
2017-12-19 Rich Felkeradd support for BOM-determined-endian UCS2, UTF-16...
2017-12-19 Rich Felkeradd cp866 (dos cyrillic) to iconv
2017-12-19 Rich Felkerupdate case mappings to unicode 10.0
2017-12-18 Rich Felkerupdate ctype tables to unicode 10.0
2017-12-18 Rich Felkerreformat ctype tables to be diff-friendly, match tool...
2017-12-15 Natanael Copause the name UTC instead of GMT for UTC timezone
2017-12-15 Natanael Copafix sysconf for infinite rlimits
2017-12-14 Rich Felkerfix data race in at_quick_exit
2017-12-12 Rich Felkeradd ibm1047 codepage (ebcdic representation of latin1...
2017-12-11 Timo Teräsimplement strftime padding specifier extensions
2017-12-06 William Pitcockimplement the fopencookie extension to stdio
2017-11-20 Rich Felkermake fgetwc handling of encoding errors consistent...
2017-11-20 Rich Felkerfix treatment by fgetws of encoding errors as eof
2017-11-19 Szabolcs Nagyfix fgetwc when decoding a character that crosses buffe...
2017-11-15 Rich Felkeradd reverse iconv mappings for JIS-based encodings
2017-11-13 Rich Felkergeneralize iconv framework for 8-bit codepages
2017-11-11 Rich Felkerreformat cjk iconv tables to be diff-friendly, match...
2017-11-11 Bobby Binghamprevent fork's errno from being clobbered by atfork...
2017-11-10 Rich Felkeradd iso-2022-jp support (decoding only) to iconv
2017-11-10 Rich Felkeradd iconv framework for decoding stateful encodings
2017-11-10 Rich Felkersimplify/optimize iconv utf-8 case
2017-11-10 Rich Felkerhandle ascii range individually in each iconv case
2017-11-10 Rich Felkermove iconv_close to its own translation unit
2017-11-10 Rich Felkerrefactor iconv conversion descriptor encoding/decoding
2017-11-10 A. Wilcoxfix getaddrinfo error code for non-numeric service...
2017-11-10 Rich Felkerfix mismatched type of __pthread_tsd_run_dtors weak...
2017-11-05 Rich Felkeradjust posix_spawn dup2 action behavior to match future...
2017-10-21 Rich Felkerfix regression in glob with literal . or .. path component
2017-10-19 Will Dietzposix_spawn: use larger stack to cover worst-case in...
2017-10-18 Rich Felkerin dns parsing callback, enforce MAXADDRS to preclude...
2017-10-14 Rich Felkerfix incorrect base name offset from nftw when pathname...
2017-10-14 Rich Felkerfix read-after-free type error in pthread_detach
2017-10-14 Szabolcs Nagymath: rewrite fma with mostly int arithmetics
2017-10-13 Rich Felkerfor executing init array functions, use function type...
2017-10-13 Rich Felkerfix access by setjmp and longjmp to __hwcap on arm...
2017-09-07 Rich Felkerwork around incorrect EPERM from mmap syscall
2017-09-07 Rich Felkerfix glob descent into . and .. with GLOB_PERIOD
2017-09-07 Rich Felkerdon't treat numeric port strings as servent records...
2017-09-07 Rich Felkerfix signal masking race in pthread_create with priority...
2017-09-04 Bartosz Brachaczekhandle whitespace before %% in scanf
2017-09-04 Alexander Monakovfix OOB reads in Xbyte_memmem
2017-09-04 Alexander Monakovfree allocations in clearenv
next