1363 Commits (67ba40d1e05c39ffe71294476d2f2c13c481f3bd)
 

Author SHA1 Message Date
Rich Felker 67ba40d1e0 optimize legacy ffs function 14 years ago
Rich Felker a749ba3adc fix bug whereby most atexit-registered functions got skipped 14 years ago
Rich Felker 04109502c0 make dynamic linker report all failures before exiting 14 years ago
Rich Felker 53de960d6f release notes for 0.9.4 14 years ago
Rich Felker 3ae8b980d1 add mips to supported arch list in INSTALL file 14 years ago
Rich Felker 259071c249 crt1 must align stack pointer on mips 14 years ago
Rich Felker efe9751468 fix bug computing argc when invoking ld-musl-mips.so.1 progname ... 14 years ago
Rich Felker 0780936312 split up installation target 14 years ago
Rich Felker da8d0fc4fa fix extremely rare but dangerous race condition in robust mutexes 14 years ago
Rich Felker 11458e5b09 fix float parsing logic for long decimal expansions 14 years ago
Rich Felker dc82ee4e30 handle null arguments to legacy bsd err.h functions 14 years ago
Rich Felker 3f80afc505 improve headers to better deal with removed-in-posix-2008 features 14 years ago
Rich Felker 7650390de8 add missing xattr functions 14 years ago
Rich Felker 0d4d1a96e4 update copyright/credits for recent code additions 14 years ago
Rich Felker 94e920d0cd support configuring cross compiling with CROSS_COMPILE prefix variable 14 years ago
Rich Felker b99836f3ad Merge remote-tracking branch 'nsz/bsd' 14 years ago
Rich Felker 2d93d64461 Merge remote-tracking branch 'nsz/exp' 14 years ago
nsz 23e6940a2c math: fix _BSD_SOURCE namespace in math.h 14 years ago
Rich Felker ab76321c14 remove significandl 14 years ago
Rich Felker 2242bf616b add significand[fl] math functions 14 years ago
Rich Felker 0c42beb5f9 publicly expose getdents api under _BSD_SOURCE 14 years ago
Rich Felker aaa9eb5101 memcpy asm for i386 and x86_64 14 years ago
Rich Felker 036eaa24cf avoid need for -march=mips2 to compile mips atomic.h asm 14 years ago
Rich Felker f997e224fc remove unused but buggy code from strstr.c 14 years ago
Rich Felker 35c16933f0 remove buggy short-string wcsstr implementation; always use twoway 14 years ago
Rich Felker 617182734c add bsd fgetln function 14 years ago
Rich Felker 2b964b010e minor but worthwhile optimization in printf: avoid expensive strspn 14 years ago
Rich Felker 4c346919a9 trivial optimization to printf: avoid wasted call frame 14 years ago
Rich Felker e3ebe7db5d use int instead of long for ptrdiff_t on all 32-bit archs 14 years ago
Rich Felker c5875ad34b fix incorrect ptrdiff_t type on mips 14 years ago
Rich Felker a02bf5fc50 add blowfish hash support to crypt 14 years ago
Rich Felker 2f437040e7 fix (hopefully) all hard-coded 8's for kernel sigset_t size 14 years ago
Rich Felker 83b42d94bd add defines for number of sigset_t bytes syscalls expect 14 years ago
Rich Felker b3c4cc121f make crypt return an unmatchable hash rather than NULL on failure 14 years ago
nsz 1fb0169154 math: fix exp.s on i386 and x86_64 so the exception flags are correct 14 years ago
Rich Felker ae0b9da48c further fixes for mips ioctl.h header 14 years ago
Rich Felker ff02f94e2d fix another mips gratuitous-incompatibility bug: ioctl numbers 14 years ago
Rich Felker 6ecff18cc5 fix bug dlsym bug that slipped in during dynamic linker cleanup 14 years ago
Rich Felker 721564a264 make configure accept mipsel 14 years ago
Rich Felker 3a1e7566db dlsym RTLD_NEXT support for mips 14 years ago
Rich Felker 7fee5f9606 fix socket.h on mips 14 years ago
Rich Felker 32e7bd78ae align mips _init/_fini functions 14 years ago
Rich Felker 7d9a5c6af7 more changes that were lost when committing mips dynamic linker 14 years ago
Rich Felker fa91df41e8 more stuff lost committing mips dynamic linker 14 years ago
Rich Felker 59f4086cb1 fix change lost in the process of integrating mips dynamic linker 14 years ago
Rich Felker 470569ca00 remove configure check disabling shared libraries on mips 14 years ago
Rich Felker babf820180 mips dynamic linker support 14 years ago
Rich Felker d04378016b make dynlink.lo depend on reloc.h in makefile 14 years ago
Rich Felker 87d13a4c33 more cleanup of dynamic linker internals 14 years ago
Rich Felker 7cb44cd3de more dynamic linker internals cleanup 14 years ago