- 453f462 make configure store its command line in config.mak for easy re-run by Rich Felker · 11 years ago
- 82fa6b4 fix atomicity and other issues installing dynamic linker symlink by Rich Felker · 11 years ago
- 63893d3 some initial math asm for armhf (fabs[f] and sqrt[f]) by Rich Felker · 11 years ago
- 4918c2b fix detection of arm hardfloat by Rich Felker · 11 years ago
- 7318c62 support floating point environment (fenv) on armhf (hard float) subarchs by Rich Felker · 11 years ago
- 0a4a4a7 fix build of x86_64 expl assembly by Rich Felker · 11 years ago
- badaa04 add function types to arm crt assembly by Rich Felker · 11 years ago
- c221af9 math: fix pow(x,-1) to raise underflow properly by Szabolcs Nagy · 11 years ago
- 411efb3 math: fix i386 atan2.s to raise underflow for subnormal results by Szabolcs Nagy · 11 years ago
- 6d85096 math: clean up atan2.c by Szabolcs Nagy · 11 years ago
- 31c5fb8 math: fix x86 asin, atan, exp, log1p to raise underflow by Szabolcs Nagy · 11 years ago
- 1b3973f math: fix x86 expl.s to raise underflow and clean up special case handling by Szabolcs Nagy · 11 years ago
- c599f4f math: fix asin, atan, log1p, tanh to raise underflow on subnormal by Szabolcs Nagy · 11 years ago
- cd18dc8 math: fix tgamma to raise underflow for large negative values by Szabolcs Nagy · 11 years ago
- f29fea0 math: fix pow(0,-inf) to raise divbyzero flag by Szabolcs Nagy · 11 years ago
- 1b77b90 math: minor scalbn*.c simplification by Szabolcs Nagy · 11 years ago
- 56b57f3 fix length computation in dn_expand by Rich Felker · 11 years ago
- fcc522c de-duplicate dn_expand, fix return value and signature, clean up by Rich Felker · 11 years ago
- cccc184 add arm-optimized memcpy implementation from bionic libc by Rich Felker · 11 years ago
- fb72a97 rework makefile subarch logic to allow shared files by Rich Felker · 11 years ago
- 4ce6bd8 add missing MSG_EXCEPT in sys/msg.h by Rich Felker · 11 years ago
- 35eb1a1 provide declarations for strtod_l and family by Rich Felker · 11 years ago
- 804e994 add subarch asm support for PIC objects/shared libc by Rich Felker · 11 years ago
- 7568ee4 add missing a_or_l to atomic.h for non-x86 archs by Rich Felker · 11 years ago
- 90d7772 allow subarch-specific asm, including asm specific to the default by Rich Felker · 11 years ago
- 7c44097 fix _NSIG and SIGRTMAX on mips by Rich Felker · 11 years ago
- 41c6328 fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127 by Rich Felker · 11 years ago
- 7406fdf add pthread_setaffinity_np and pthread_getaffinity_np functions by Rich Felker · 11 years ago
- eeb0328 add cpu affinity interfaces by Rich Felker · 11 years ago
- 76fbf6a change sigset_t functions to restrict to _NSIG by Rich Felker · 11 years ago
- 3c5c5e6 optimize posix_spawn to avoid spurious sigaction syscalls by Rich Felker · 11 years ago
- 65d7aa4 fix missing errno from exec failure in posix_spawn by Rich Felker · 11 years ago
- 9848e64 block all signals, even implementation-internal ones, in faccessat child by Rich Felker · 11 years ago
- d4d6d6f block signals during fork by Rich Felker · 11 years ago
- 72482f9 work around libraries with versioned symbols in dynamic linker by Rich Felker · 11 years ago
- e28c2ec sys/personality.h: add missing C++ compat by rofl0r · 11 years ago
- 6a0aa82 sys/personality.h: add missing macros by rofl0r · 11 years ago
- 19b4a0a add Big5 charset support to iconv by Rich Felker · 11 years ago
- 983aceb make fcvt decimal point location for zero make more sense by Rich Felker · 11 years ago
- a0cc022 fix ecvt/fcvt decimal point position output by Rich Felker · 11 years ago
- 734062b iconv support for legacy Korean encodings by Rich Felker · 11 years ago
- a7f18a5 have new timer threads unblock their own SIGTIMER by Rich Felker · 11 years ago
- 7c6c290 add system for resetting TLS to initial values by Rich Felker · 11 years ago
- 7356c25 fix multiple bugs in SIGEV_THREAD timers by Rich Felker · 11 years ago
- 14012b9 add some new linux AT_* flags by Rich Felker · 11 years ago
- 0a05eac fix faccessat to support AT_EACCESS flag by Rich Felker · 11 years ago
- 89384f7 collapse euidaccess to a call to faccessat by Rich Felker · 11 years ago
- f0ceb5a add prototypes for euidaccess/eaccess by Rich Felker · 11 years ago
- a89aaee add legacy euidaccess function and eaccess alias for it by Rich Felker · 11 years ago
- d3a98ff make tdestroy allow null function pointer if no destructor is needed by Rich Felker · 11 years ago
- 2d2da64 fix aliasing violations in tsearch functions by Rich Felker · 11 years ago
- 86cc54b protect against long double type mismatches (mainly powerpc for now) by Rich Felker · 11 years ago
- 2f820f3 add legacy function valloc by Rich Felker · 11 years ago
- 2e5dfa5 fix feature test macro logic for _BSD_SOURCE by Rich Felker · 11 years ago
- 0c7294e add wcsftime_t alias by Rich Felker · 11 years ago
- feff6b4 add missing c++ extern "C" wrapping to link.h by Rich Felker · 11 years ago
- 9ca1f62 make fchdir, fchmod, fchown, and fstat support O_PATH file descriptors by Rich Felker · 11 years ago
- c8c0844 debloat code that depends on /proc/self/fd/%d with shared function by Rich Felker · 11 years ago
- 0dc4824 work around linux's lack of flags argument to fchmodat syscall by Rich Felker · 11 years ago
- 3e3753c move RPATH search after LD_LIBRARY_PATH search by Rich Felker · 11 years ago
- 78c6d30 provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE by Rich Felker · 11 years ago
- 8d01dfc if map_library has allocated a buffer for phdrs, free it on success too by Rich Felker · 11 years ago
- d5884a5 improve error handling in map_library and support long phdrs by Rich Felker · 11 years ago
- 7443dd2 fix uninitialized dyn variable in map_library by Rich Felker · 11 years ago
- 38f44d6 fix (deprecated) mktemp logic and update it to match other temp functions by Rich Felker · 11 years ago
- 9a97d10 remove (no longer useful) namespace-protected __mktemp symbol by Rich Felker · 11 years ago
- c4685ae make mkdtemp and mkstemp family leave template unchanged on fail by Rich Felker · 11 years ago
- 926272d optimized memset asm for i386 and x86_64 by Rich Felker · 11 years ago
- 4a1f55e work around gcc 4.8's generation of self-referential mem* functions at -O3 by Rich Felker · 11 years ago
- 5db951e in pthread_getattr_np, use mremap rather than madvise to measure stack by Rich Felker · 11 years ago
- 27593d3 fix theoretical out-of-bound access in dynamic linker by Rich Felker · 11 years ago
- f8c376d prevent passing PT_INTERP name to dlopen from double-loading libc by Rich Felker · 11 years ago
- 339516a add some sanity checks in dynamic loader code by Rich Felker · 11 years ago
- c4f49a6 fix bug where read error was treated as success reading library headers by Rich Felker · 11 years ago
- d0c6cb0 don't call null pointer if DT_INIT/DT_FINI are null by Rich Felker · 11 years ago
- 9a8d7be add macros for new(ish) prctl commands by Rich Felker · 11 years ago
- 9932505 fix some prctl macros that were incorrectly copied into this file by Rich Felker · 11 years ago
- 4874814 use separate sigaction buffers for old and new data by Timo Teräs · 11 years ago
- 372a948 release notes for 0.9.12 by Rich Felker · 11 years ago
- 7efa12a add missing erfcl wrapper for archs where long double is plain double by Rich Felker · 11 years ago
- 1ae4bc4 fix semantically incorrect use of LC_GLOBAL_LOCALE by Rich Felker · 11 years ago
- f44e239 fix indention-with-spaces by Rich Felker · 11 years ago
- d53b1f8 reorder strftime to eliminate the incorrect indention level by Rich Felker · 11 years ago
- 54446d7 add wrapper headers, with warnings, for various incorrect names under sys by Rich Felker · 11 years ago
- bf7b728 a few more fixes for unistd/sysconf feature reporting by Rich Felker · 11 years ago
- a6d39fd report presence of ADV and MSG options in unistd.h and sysconf by Rich Felker · 11 years ago
- 7783050 report that posix_spawn is supported in unistd.h and sysconf by Rich Felker · 11 years ago
- ce05325 add ABI symbols for strtol family functions by Rich Felker · 11 years ago
- a97a050 make ldd report the libc/dynamic linker itself by Rich Felker · 11 years ago
- 876748e fix computation of entry point and main app phdrs when invoking via ldso by Rich Felker · 11 years ago
- 16ac00a fix powerpc build breakage from dynamic linker path search changes by Rich Felker · 11 years ago
- c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
- f9dd79c fix undefined strcpy call in inet_ntop by Rich Felker · 11 years ago
- 1cd417b make inet_ntop format v4-mapped ipv6 addresses properly by Rich Felker · 11 years ago
- 43d2531 do not include math modules in the default -O3 optimization set by Rich Felker · 11 years ago
- a926fe2 fix incorrect type for new si_call_addr in siginfo_t by Rich Felker · 11 years ago
- 3d4583c add protocol families PF_IB and PF_VSOCK to socket.h by Szabolcs Nagy · 11 years ago
- b54f169 update siginfo according to linux headers by Szabolcs Nagy · 11 years ago
- 87be54a rework langinfo code for ABI compat and for use by time code by Rich Felker · 11 years ago
- ad4a536 update strxfrm/wcsxfrm for future LC_COLLATE support and ABI compat by Rich Felker · 11 years ago