about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix bug computing argc when invoking ld-musl-mips.so.1 progname ...Rich Felker2012-08-171-3/+3
* 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
* add missing xattr functionsRich Felker2012-08-151-0/+15
* 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-131-7/+0
* | add significand[fl] math functionsRich Felker2012-08-133-0/+21
* | memcpy asm for i386 and x86_64Rich Felker2012-08-112-0/+51
* | 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-113-1/+21
* | 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
* | 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
* | make crypt return an unmatchable hash rather than NULL on failureRich Felker2012-08-091-5/+2
|/
* fix bug dlsym bug that slipped in during dynamic linker cleanupRich Felker2012-08-071-1/+1
* dlsym RTLD_NEXT support for mipsRich Felker2012-08-051-0/+15
* more changes that were lost when committing mips dynamic linkerRich Felker2012-08-051-0/+4
* fix change lost in the process of integrating mips dynamic linkerRich Felker2012-08-051-2/+2
* mips dynamic linker supportRich Felker2012-08-052-0/+49
* 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
* fix argument type error on wcwidth functionRich Felker2012-08-021-2/+2
* fix missing static in getusershell (namespace pollution)Rich Felker2012-08-021-1/+1
* optimize mempcpy to minimize need for data saved across the callRich Felker2012-07-311-2/+1
* optimize arm setjmp/longjmp register saving/loadingRich Felker2012-07-272-6/+2
* save AT_HWCAP from auxv for subsequent use in machine-specific codeRich Felker2012-07-273-0/+4
* retry on cas failures in sem_trywaitRich Felker2012-07-241-2/+2
* add ioperm/iopl syscallsRich Felker2012-07-232-0/+18
* add splice and vmsplice syscallsRich Felker2012-07-232-0/+16
* add extended attributes syscallsRich Felker2012-07-231-0/+47
* add pipe2 syscallRich Felker2012-07-231-0/+8
* remove scanf dependency from getaddrinfo /etc/services supportRich Felker2012-07-221-5/+4
* getaddrinfo /etc/services lookup supportRich Felker2012-07-221-3/+16
* add floating point register saving/restoring to mips setjmp/longjmpRich Felker2012-07-222-1/+29
* make getservby*_r return error code rather than -1 (and using errno)Rich Felker2012-07-222-19/+35
* fix logic error for skipping failed interfaces in if_nameindexRich Felker2012-07-211-8/+7
* fix getservby*() with null pointer for protocol argumentRich Felker2012-07-142-0/+8
* avoid blx instruction which does not exist on armv4t or armv4Rich Felker2012-07-141-1/+2
* make dynamic linker tell the debugger its own pathnameRich Felker2012-07-131-0/+5
* sigsetjmp asm for mipsRich Felker2012-07-121-0/+27
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-0/+13
* fix several locks that weren't updated right for new futex-based __lockRich Felker2012-07-124-10/+10
* fix pthread_kill unlockingRich Felker2012-07-121-1/+1
* fix breakage of x86_64 sigaction from recent changes for mipsRich Felker2012-07-121-1/+1