about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* reintroduce hardening against partially-replaced allocatorRich Felker2018-04-194-5/+22
* return chunks split off by memalign using __bin_chunk instead of freeRich Felker2018-04-193-7/+8
* using malloc implementation types/macros/idioms for memalignRich Felker2018-04-191-20/+22
* move malloc implementation types and macros to an internal headerRich Felker2018-04-192-37/+40
* revert detection of partially-replaced allocatorRich Felker2018-04-193-15/+6
* setvbuf: minor comment typo fixWill Dietz2018-04-191-1/+1
* arm: use a_ll/a_sc atomics when building for ARMv6T2Andre McCurdy2018-04-191-1/+1
* arm: respect both __ARM_ARCH_6KZ__ and __ARM_ARCH_6ZK__ macrosAndre McCurdy2018-04-192-2/+2
* provide optimized a_ctz_32 for armAndre McCurdy2018-04-191-0/+12
* remove a_ctz_l from arch specific atomic_arch.hAndre McCurdy2018-04-193-24/+28
* fix out of bounds write for zero length buffer in gethostnameMarc André Tanner2018-04-191-1/+1
* add support for caller-provided buffers to setvbufRich Felker2018-04-181-11/+14
* clean up allocation/setup logic for open_[w]memstreamRich Felker2018-04-182-38/+50
* clean up allocation/setup logic for fmemopenRich Felker2018-04-181-21/+31
* minor cleanup in fopencookieRich Felker2018-04-181-5/+2
* allow interposition/replacement of allocator (malloc)Rich Felker2018-04-185-23/+39
* refactor flockfile not to duplicate lock mechanism logicRich Felker2018-04-182-12/+14
* fix stdio lock dependency on read-after-free not faultingRich Felker2018-04-183-20/+24
* remove unused __brk function/source fileRich Felker2018-04-171-7/+0
* enable reclaim_gaps for fdpicRich Felker2018-04-171-2/+18
* comment __malloc_donate overflow logicRich Felker2018-04-171-0/+3
* ldso, malloc: implement reclaim_gaps via __malloc_donateAlexander Monakov2018-04-172-30/+47
* malloc: fix an over-allocation bugAlexander Monakov2018-04-171-4/+4
* use explicit dynamic-list rather than symbolic-functions for linkingRich Felker2018-04-172-4/+41
* fix return value of nice functionRich Felker2018-04-171-5/+9
* optimize malloc0Alexander Monakov2018-04-111-6/+23
* fix incorrect results for catan with some inputsRich Felker2018-04-111-13/+1
* fix wrong result in casin and many related complex functionsRich Felker2018-04-093-3/+6
* implement wcsftime padding specifier extensionsSamuel Holland2018-04-071-3/+5
* prevent bypass of guarantee that suids start with fd 0/1/2 openRich Felker2018-04-051-0/+2
* fix fmaf wrong resultSzabolcs Nagy2018-04-021-1/+1
* fix default feature profile in tar.hRich Felker2018-03-281-0/+2
* adjust makefile target-specific CFLAGS rules to be more robust & completeRich Felker2018-03-241-11/+8
* fix out-of-tree build of crt files with stack protector enabledRich Felker2018-03-241-1/+1
* explicitly use signed keyword to define intNN_t and derivative typesRich Felker2018-03-121-4/+4
* fix minor namespace issues in termios.hRich Felker2018-03-106-0/+12
* remove spurious const keyword in sigqueue declarationRich Felker2018-03-101-1/+1
* fix minor namespace issue in unistd.hRich Felker2018-03-101-2/+1
* fix minor namespace issue in tar.hRich Felker2018-03-101-0/+2
* fix minor namespace issues in limits.hRich Felker2018-03-101-5/+10
* use PAGESIZE rather than PAGE_SIZE in user.h bitsRich Felker2018-03-104-8/+8
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-107-8/+8
* fix nl_langinfo_l(CODESET, loc) reporting wrong locale's valueRich Felker2018-03-071-1/+1
* add public interface headers to implementation filesRich Felker2018-02-256-0/+11
* fix aliasing violations in fgetpos/fsetposRich Felker2018-02-243-2/+3
* use idiomatic safe form for FUNLOCK macroRich Felker2018-02-241-1/+1
* in vswprintf, initialize the FILE rather than memset-and-assignRich Felker2018-02-241-9/+8
* remove unused MIN macro from getdelim source fileRich Felker2018-02-241-2/+0
* remove useless null check before call to free in fcloseRich Felker2018-02-241-1/+1
* remove useless and confusing parentheses in stdio __towrite functionRich Felker2018-02-241-1/+1