1526 Commits (97789d3e5d3f8f0f62177ea77c810a784dca986c)

Author SHA1 Message Date
Rich Felker 7650390de8 add missing xattr functions 14 years ago
Rich Felker ab76321c14 remove significandl 14 years ago
Rich Felker 2242bf616b add significand[fl] math functions 14 years ago
Rich Felker aaa9eb5101 memcpy asm for i386 and x86_64 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 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 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 6ecff18cc5 fix bug dlsym bug that slipped in during dynamic linker cleanup 14 years ago
Rich Felker 3a1e7566db dlsym RTLD_NEXT support for mips 14 years ago
Rich Felker 7d9a5c6af7 more changes that were lost when 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 babf820180 mips dynamic linker support 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
Rich Felker 05eff01e89 dynamic linker internals cleanup 14 years ago
Rich Felker 5a3a378615 floating point support for arm setjmp/longjmp 14 years ago
Rich Felker b0fc78520d fix argument type error on wcwidth function 14 years ago
Rich Felker 129ca6c05d fix missing static in getusershell (namespace pollution) 14 years ago
Rich Felker 970ef6a124 optimize mempcpy to minimize need for data saved across the call 14 years ago
Rich Felker 5aac5e2189 optimize arm setjmp/longjmp register saving/loading 14 years ago
Rich Felker e1b9c1b01b save AT_HWCAP from auxv for subsequent use in machine-specific code 14 years ago
Rich Felker 07e62953c7 retry on cas failures in sem_trywait 14 years ago
Rich Felker d426b04533 add ioperm/iopl syscalls 14 years ago
Rich Felker 53147f902b add splice and vmsplice syscalls 14 years ago
Rich Felker 207460d097 add extended attributes syscalls 14 years ago
Rich Felker 42f0e965c4 add pipe2 syscall 14 years ago
Rich Felker 845a5e69fa remove scanf dependency from getaddrinfo /etc/services support 14 years ago
Rich Felker efe72c5619 getaddrinfo /etc/services lookup support 14 years ago
Rich Felker dc046f55bb add floating point register saving/restoring to mips setjmp/longjmp 14 years ago
Rich Felker 75fff40b9b make getservby*_r return error code rather than -1 (and using errno) 14 years ago
Rich Felker 68c5822367 fix logic error for skipping failed interfaces in if_nameindex 14 years ago
Rich Felker 06650b9684 fix getservby*() with null pointer for protocol argument 14 years ago
Rich Felker 7be3b5a073 avoid blx instruction which does not exist on armv4t or armv4 14 years ago
Rich Felker 649cec5f98 make dynamic linker tell the debugger its own pathname 14 years ago
Rich Felker 532cd3a717 sigsetjmp asm for mips 14 years ago
Rich Felker 96107564e2 workaround another sendmsg kernel bug on 64-bit machines 14 years ago
Rich Felker bbbe87e35c fix several locks that weren't updated right for new futex-based __lock 14 years ago
Rich Felker c89f130f39 fix pthread_kill unlocking 14 years ago
Rich Felker ea4175e73f fix breakage of x86_64 sigaction from recent changes for mips 14 years ago
Rich Felker 92f8396b0c fix potential race condition in detached threads 14 years ago
Rich Felker a03f69d445 mips clone: don't free stack space used to copy arg 14 years ago
Rich Felker b58f738bcb fix mips clone() on real linux kernel 14 years ago
Rich Felker 715b6403ce fix clone() on mips (args were in wrong order) 14 years ago
Rich Felker 5c94367a9b first attempt at making threads work on mips 14 years ago