about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* abstract out compiler runtime library for linking libc.soRich Felker2012-08-021-1/+2
* 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
* gcc wrapper improvement: leave libgcc dir in the library pathRich Felker2012-07-231-1/+1
* add ioperm/iopl syscallsRich Felker2012-07-233-0/+31
* add splice and vmsplice syscallsRich Felker2012-07-233-0/+28
* add extended attributes syscallsRich Felker2012-07-232-0/+74
* add pipe2 syscallRich Felker2012-07-232-0/+9
* remove scanf dependency from getaddrinfo /etc/services supportRich Felker2012-07-221-5/+4
* getaddrinfo /etc/services lookup supportRich Felker2012-07-221-3/+16
* fix namespace issue in prototypes in math.hRich Felker2012-07-221-2/+2
* fix wrong size for sigjmp_buf signal set arrayRich Felker2012-07-221-1/+1