about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* get rid of eh_frame bloatRich Felker2012-08-291-3/+12
* fix bug caused by main app & libc having map set; cannot free themRich Felker2012-08-271-1/+1
* dladdr support for dynamic linker (nonstandard extension)Rich Felker2012-08-263-0/+105
* implement "low hanging fruit" from C11Rich Felker2012-08-257-49/+75
* add c11 quick_exit and at_quick_exit functionsRich Felker2012-08-253-0/+46
* fix bug in gnu hash lookup on dlsym(handle, name) lookupsRich Felker2012-08-251-1/+1
* clean up search_vec usage for vdsoRich Felker2012-08-251-2/+2
* use new search_vec function to find vdso in dynamic linkerRich Felker2012-08-251-4/+2
* ensure canary is setup if stack-prot libs are dlopen'd into non-ssp appRich Felker2012-08-252-2/+6
* add gnu hash support in the dynamic linkerRich Felker2012-08-252-13/+86
* type exposure fixes in sys/sem.hRich Felker2012-08-241-2/+5
* stdio_ext.h needs to include stdio.h, at least to get FILE...Rich Felker2012-08-241-0/+2
* fix missing uintXX_t in nameser.hRich Felker2012-08-241-0/+2
* fix dirent.h with _BSD_SOURCERich Felker2012-08-241-0/+3
* optimize legacy ffs functionRich Felker2012-08-231-4/+2
* fix bug whereby most atexit-registered functions got skippedRich Felker2012-08-191-3/+2
* make dynamic linker report all failures before exitingRich Felker2012-08-181-2/+6
* release notes for 0.9.4 v0.9.4Rich Felker2012-08-171-0/+29
* add mips to supported arch list in INSTALL fileRich Felker2012-08-171-1/+1
* crt1 must align stack pointer on mipsRich Felker2012-08-171-0/+1
* fix bug computing argc when invoking ld-musl-mips.so.1 progname ...Rich Felker2012-08-171-3/+3
* split up installation targetRich Felker2012-08-171-2/+10
* fix extremely rare but dangerous race condition in robust mutexesRich Felker2012-08-173-20/+33
* fix float parsing logic for long decimal expansionsRich Felker2012-08-171-1/+1
* handle null arguments to legacy bsd err.h functionsRich Felker2012-08-151-2/+2
* improve headers to better deal with removed-in-posix-2008 featuresRich Felker2012-08-152-13/+22
* add missing xattr functionsRich Felker2012-08-152-0/+18
* update copyright/credits for recent code additionsRich Felker2012-08-151-2/+12
* support configuring cross compiling with CROSS_COMPILE prefix variableRich Felker2012-08-141-3/+6
* Merge remote-tracking branch 'nsz/bsd'Rich Felker2012-08-131-25/+26
|\
| * math: fix _BSD_SOURCE namespace in math.hnsz2012-08-131-25/+26
* | Merge remote-tracking branch 'nsz/exp'Rich Felker2012-08-132-40/+35
|\ \ | |/ |/|
| * math: fix exp.s on i386 and x86_64 so the exception flags are correctnsz2012-08-082-40/+35
* | remove significandlRich Felker2012-08-132-8/+0
* | add significand[fl] math functionsRich Felker2012-08-134-0/+25
* | publicly expose getdents api under _BSD_SOURCERich Felker2012-08-131-0/+7
* | memcpy asm for i386 and x86_64Rich Felker2012-08-112-0/+51
* | avoid need for -march=mips2 to compile mips atomic.h asmRich Felker2012-08-111-0/+8
* | remove unused but buggy code from strstr.cRich Felker2012-08-111-10/+0
* | remove buggy short-string wcsstr implementation; always use twowayRich Felker2012-08-111-9/+0
* | add bsd fgetln functionRich Felker2012-08-114-1/+25
* | minor but worthwhile optimization in printf: avoid expensive strspnRich Felker2012-08-101-4/+2
* | trivial optimization to printf: avoid wasted call frameRich Felker2012-08-101-1/+1
* | use int instead of long for ptrdiff_t on all 32-bit archsRich Felker2012-08-102-2/+2
* | fix incorrect ptrdiff_t type on mipsRich Felker2012-08-101-1/+1
* | add blowfish hash support to cryptRich Felker2012-08-103-8/+806
* | fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-0914-20/+31
* | add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-094-0/+8
* | make crypt return an unmatchable hash rather than NULL on failureRich Felker2012-08-091-5/+2
|/
* further fixes for mips ioctl.h headerRich Felker2012-08-071-4/+4