summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker6-9/+23
2012-09-06dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker1-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker192-382/+552
2012-09-06remove dependency of wmemmove on wmemcpy directionRich Felker1-4/+4
2012-09-06remove dependency of memmove on memcpy directionRich Felker1-5/+4
2012-09-06fix broken ttyname[_r] (failure to null-terminate result)Rich Felker1-1/+4
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker8-62/+57
2012-09-01fix wrong type for poll.h nfds_tRich Felker1-1/+1
2012-08-30fix missing statics in crypt_sha256 codeRich Felker1-3/+3
2012-08-29anti-DoS rounds count limits for blowfish and des cryptRich Felker2-2/+2
2012-08-29limit sha512 rounds to similar runtime to sha256 limitRich Felker1-1/+1
2012-08-29add sha256/sha512 cryptRich Felker4-1/+700
2012-08-29get rid of eh_frame bloatRich Felker1-3/+12
2012-08-27fix bug caused by main app & libc having map set; cannot free themRich Felker1-1/+1
2012-08-26dladdr support for dynamic linker (nonstandard extension)Rich Felker3-0/+105
2012-08-25implement "low hanging fruit" from C11Rich Felker7-49/+75
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker3-0/+46
2012-08-25fix bug in gnu hash lookup on dlsym(handle, name) lookupsRich Felker1-1/+1
2012-08-25clean up search_vec usage for vdsoRich Felker1-2/+2
2012-08-25use new search_vec function to find vdso in dynamic linkerRich Felker1-4/+2
2012-08-25ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker2-2/+6
2012-08-25add gnu hash support in the dynamic linkerRich Felker2-13/+86
2012-08-24type exposure fixes in sys/sem.hRich Felker1-2/+5
2012-08-24stdio_ext.h needs to include stdio.h, at least to get FILE...Rich Felker1-0/+2
2012-08-24fix missing uintXX_t in nameser.hRich Felker1-0/+2
2012-08-24fix dirent.h with _BSD_SOURCERich Felker1-0/+3
2012-08-23optimize legacy ffs functionRich Felker1-4/+2
2012-08-19fix bug whereby most atexit-registered functions got skippedRich Felker1-3/+2
2012-08-18make dynamic linker report all failures before exitingRich Felker1-2/+6
2012-08-17release notes for 0.9.4v0.9.4Rich Felker1-0/+29
2012-08-17add mips to supported arch list in INSTALL fileRich Felker1-1/+1
2012-08-17crt1 must align stack pointer on mipsRich Felker1-0/+1
2012-08-17fix bug computing argc when invoking ld-musl-mips.so.1 progname ...Rich Felker1-3/+3
2012-08-17split up installation targetRich Felker1-2/+10
2012-08-17fix extremely rare but dangerous race condition in robust mutexesRich Felker3-20/+33
2012-08-17fix float parsing logic for long decimal expansionsRich Felker1-1/+1
2012-08-15handle null arguments to legacy bsd err.h functionsRich Felker1-2/+2
2012-08-15improve headers to better deal with removed-in-posix-2008 featuresRich Felker2-13/+22
2012-08-15add missing xattr functionsRich Felker2-0/+18
2012-08-15update copyright/credits for recent code additionsRich Felker1-2/+12
2012-08-14support configuring cross compiling with CROSS_COMPILE prefix variableRich Felker1-3/+6
2012-08-13Merge remote-tracking branch 'nsz/bsd'Rich Felker1-25/+26
2012-08-13Merge remote-tracking branch 'nsz/exp'Rich Felker2-40/+35
2012-08-13math: fix _BSD_SOURCE namespace in math.hnsz1-25/+26
2012-08-13remove significandlRich Felker2-8/+0
2012-08-13add significand[fl] math functionsRich Felker4-0/+25
2012-08-13publicly expose getdents api under _BSD_SOURCERich Felker1-0/+7
2012-08-11memcpy asm for i386 and x86_64Rich Felker2-0/+51
2012-08-11avoid need for -march=mips2 to compile mips atomic.h asmRich Felker1-0/+8
2012-08-11remove unused but buggy code from strstr.cRich Felker1-10/+0