Age | Commit message (Expand) | Author |
2009-02-13 | - workaround oddity with position of function attributes | Bernhard Reutner-Fischer |
2009-02-12 | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso |
2009-02-11 | docs/probe_math_exception.c: | Denis Vlasenko |
2009-02-11 | add comment why do we need _ISbit() macro | Denis Vlasenko |
2009-02-10 | Re-add _ISbit macro required to build libstdc++ from gcc toolchain. | Carmelo Amoroso |
2009-02-10 | include more info in error messages so we have a better idea where things are... | Mike Frysinger |
2009-02-10 | add mmap()/munmap() implementation for Windows | Mike Frysinger |
2009-02-10 | do not rely on features.h so that elf.h can be used on non-elf systems (Darwi... | Mike Frysinger |
2009-02-09 | allow people to run the hostutils targets without having a .config file | Mike Frysinger |
2009-02-09 | ldouble_wrappers.c: add long and long long optimized wrappers | Denis Vlasenko |
2009-02-09 | unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacement | Mike Frysinger |
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger |
2009-02-09 | dont force -Wl,-s when building host utils -- people can strip themselves | Mike Frysinger |
2009-02-09 | reinstate bits/uClibc_arch_features.h in installed headers, | Denis Vlasenko |
2009-02-09 | Hand-optimize wrappers on i386: | Denis Vlasenko |
2009-02-09 | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko |
2009-02-08 | forgot to add libc/string/generic/strverscmp.c | Denis Vlasenko |
2009-02-08 | Add strverscmp() and versionsort[64](). | Denis Vlasenko |
2009-02-08 | nextafterf: trying to correct FP exception handling | Denis Vlasenko |
2009-02-06 | libm/s_nextafterf.c: forgot to "svn add" it | Denis Vlasenko |
2009-02-06 | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko |
2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko |
2009-02-05 | Make TLS configure time variable. Enable it along with NPTL. | Khem Raj |
2009-02-03 | - fix install_headers on hosts where ld does not support gnu hash-style but | Bernhard Reutner-Fischer |
2009-02-02 | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko |
2009-01-28 | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko |
2009-01-28 | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko |
2009-01-28 | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM | Carmelo Amoroso |
2009-01-28 | Remove check for the relocation type check in the resolver, | Carmelo Amoroso |
2009-01-28 | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso |
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko |
2009-01-22 | - also link librt with --as-needed and do so unconditionally to work around | Bernhard Reutner-Fischer |
2009-01-22 | - make sure __user is defined when including kernel's sigcontext.h | Bernhard Reutner-Fischer |
2009-01-21 | - commentary typo fix | Bernhard Reutner-Fischer |
2009-01-21 | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2009-01-20 | ldouble_wrappers.c: remove erroneous libm_hidden_def's | Denis Vlasenko |
2009-01-19 | extra/scripts/relative_path.sh: fix it | Denis Vlasenko |
2009-01-18 | __global_locale must be visible to users, move it outside of #ifdef _LIBC | Denis Vlasenko |
2009-01-14 | - hide __dl_ldso__ (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2009-01-14 | - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2009-01-14 | - make sure not to have relocs in Scrt1.o (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2009-01-14 | ldso: performs bootstrap relocations only if required by the arch. | Carmelo Amoroso |
2009-01-14 | libm_sh: fix libm build for sh | Carmelo Amoroso |
2009-01-14 | libm_sh: Re-added sh specific files erroneously removed recently, | Carmelo Amoroso |
2009-01-12 | ldso: do not comment out unused variables, just delete it. | Carmelo Amoroso |
2009-01-12 | - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ... | Bernhard Reutner-Fischer |
2009-01-12 | - fix typo in r24594 | Bernhard Reutner-Fischer |
2009-01-11 | utils/Makefile.in: de-obfuscate it a bit | Denis Vlasenko |
2009-01-11 | replace yet another _dl_malloc + _dl_memset with _dl_zalloc | Denis Vlasenko |