summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-19add m68k portRich Felker-0/+224
2018-06-14add support for m68k 80-bit long double variantRich Felker-2/+21
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy-5/+10
2018-06-01fix output size handling for multi-unicode-char big5-hkscs charactersRich Felker-5/+13
2018-06-01fix iconv mapping of big5-hkscs characters that map to two unicode charsRich Felker-1/+1
2018-05-09fix iconv conversion to UTF-32 with implicit (big) endiannessWill Dietz-0/+2
2018-05-09fix iconv buffer overflow converting to legacy JIS-based encodingsWill Dietz-0/+1
2018-05-09make linking of thread-start with explicit scheduling conditionalRich Felker-28/+36
2018-05-09improve design of thread-start with explicit scheduling attributesRich Felker-23/+39
2018-05-07clean up and reduce size of internal pthread structureRich Felker-7/+9
2018-05-05improve joinable/detached thread state handlingRich Felker-24/+33
2018-05-05improve pthread_exit synchronization with functions targeting tidRich Felker-17/+18
2018-05-04remove incorrect ESRCH error from pthread_killRich Felker-1/+2
2018-05-02use a dedicated futex object for pthread_join instead of tid fieldRich Felker-5/+8
2018-05-01optimize sigisemptysetRich Felker-2/+3
2018-05-01avoid excessive stack usage in getcwdRich Felker-2/+2
2018-04-27getopt_long_only: don't prefix-match long-options that match short onesRich Felker-2/+15
2018-04-19reintroduce hardening against partially-replaced allocatorRich Felker-5/+13
2018-04-19return chunks split off by memalign using __bin_chunk instead of freeRich Felker-7/+8
2018-04-19using malloc implementation types/macros/idioms for memalignRich Felker-20/+22
2018-04-19move malloc implementation types and macros to an internal headerRich Felker-37/+40
2018-04-19revert detection of partially-replaced allocatorRich Felker-15/+6
2018-04-19setvbuf: minor comment typo fixWill Dietz-1/+1
2018-04-19remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy-19/+23
2018-04-19fix out of bounds write for zero length buffer in gethostnameMarc André Tanner-1/+1
2018-04-18add support for caller-provided buffers to setvbufRich Felker-11/+14
2018-04-18clean up allocation/setup logic for open_[w]memstreamRich Felker-38/+50
2018-04-18clean up allocation/setup logic for fmemopenRich Felker-21/+31
2018-04-18minor cleanup in fopencookieRich Felker-5/+2
2018-04-18allow interposition/replacement of allocator (malloc)Rich Felker-23/+30
2018-04-18refactor flockfile not to duplicate lock mechanism logicRich Felker-12/+14
2018-04-18fix stdio lock dependency on read-after-free not faultingRich Felker-20/+24
2018-04-17remove unused __brk function/source fileRich Felker-7/+0
2018-04-17comment __malloc_donate overflow logicRich Felker-0/+3
2018-04-17ldso, malloc: implement reclaim_gaps via __malloc_donateAlexander Monakov-18/+43
2018-04-17malloc: fix an over-allocation bugAlexander Monakov-4/+4
2018-04-17fix return value of nice functionRich Felker-5/+9
2018-04-11optimize malloc0Alexander Monakov-6/+23
2018-04-11fix incorrect results for catan with some inputsRich Felker-13/+1
2018-04-09fix wrong result in casin and many related complex functionsRich Felker-3/+6
2018-04-07implement wcsftime padding specifier extensionsSamuel Holland-3/+5
2018-04-05prevent bypass of guarantee that suids start with fd 0/1/2 openRich Felker-0/+2
2018-04-02fix fmaf wrong resultSzabolcs Nagy-1/+1
2018-03-07fix nl_langinfo_l(CODESET, loc) reporting wrong locale's valueRich Felker-1/+1
2018-02-25add public interface headers to implementation filesRich Felker-0/+11
2018-02-24fix aliasing violations in fgetpos/fsetposRich Felker-2/+2
2018-02-24use idiomatic safe form for FUNLOCK macroRich Felker-1/+1
2018-02-24in vswprintf, initialize the FILE rather than memset-and-assignRich Felker-9/+8
2018-02-24remove unused MIN macro from getdelim source fileRich Felker-2/+0
2018-02-24remove useless null check before call to free in fcloseRich Felker-1/+1