about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix another mips gratuitous-incompatibility bug: ioctl numbersRich Felker2012-08-071-2/+2
* fix bug dlsym bug that slipped in during dynamic linker cleanupRich Felker2012-08-071-1/+1
* make configure accept mipselRich Felker2012-08-051-1/+1
* dlsym RTLD_NEXT support for mipsRich Felker2012-08-051-0/+15
* fix socket.h on mipsRich Felker2012-08-052-0/+6
* align mips _init/_fini functionsRich Felker2012-08-051-0/+2
* more changes that were lost when committing mips dynamic linkerRich Felker2012-08-051-0/+4
* more stuff lost committing mips dynamic linkerRich Felker2012-08-051-2/+2
* fix change lost in the process of integrating mips dynamic linkerRich Felker2012-08-051-2/+2
* remove configure check disabling shared libraries on mipsRich Felker2012-08-051-4/+0
* mips dynamic linker supportRich Felker2012-08-053-3/+102
* make dynlink.lo depend on reloc.h in makefileRich Felker2012-08-051-0/+2
* more cleanup of dynamic linker internalsRich Felker2012-08-051-8/+9
* more dynamic linker internals cleanupRich Felker2012-08-051-6/+6
* dynamic linker internals cleanupRich Felker2012-08-051-5/+7
* floating point support for arm setjmp/longjmpRich Felker2012-08-052-2/+54
* release notes for 0.9.3 v0.9.3Rich Felker2012-08-021-0/+35