summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-24Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley
2009-02-23- remove superfluous $(strip)Bernhard Reutner-Fischer
2009-02-23- remove dependency on GNU error functionalityBernhard Reutner-Fischer
2009-02-23- disable libcrypt tests if we have no libcryptBernhard Reutner-Fischer
2009-02-23- also filter out headers-yBernhard Reutner-Fischer
2009-02-23- fix weak ssp symbol on some arches (Peter S. Mazinger)Bernhard Reutner-Fischer
2009-02-23Use gcc built-in defines for detecting SH cores instead ofCarmelo Amoroso
2009-02-20Fix my previous commit to use preprocessor in the right way !Carmelo Amoroso
2009-02-20Linuxthreads_old and NPTL must be mutually exclusive.Carmelo Amoroso
2009-02-20Fix typo.Carmelo Amoroso
2009-02-20sh: Fix __SH_SYSCALL_TRAP_BASE for SH2A architectureCarmelo Amoroso
2009-02-19Install other linux kernel header subdirectories tooDenis Vlasenko
2009-02-18- explicitely discourage to use pregenerated locale data.Bernhard Reutner-Fischer
2009-02-18mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko
2009-02-18test/math/compile_test.c: make it exit with 0 alwaysDenis Vlasenko
2009-02-17test/math/compile_test.c: add compile testing of (some) floatsDenis Vlasenko
2009-02-17libm/Makefile.in: reformat the list of wrappersDenis Vlasenko
2009-02-17fix typo in commentDenis Vlasenko
2009-02-17test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko
2009-02-16Makefile.in: comment out deletion of include/ucontext.h,Denis Vlasenko
2009-02-15suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko
2009-02-14math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko
2009-02-13strict POSIX requires a path to specified to `find`Mike Frysinger
2009-02-13- repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer
2009-02-13- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACYBernhard Reutner-Fischer
2009-02-13- fix comment style to make it compile againBernhard Reutner-Fischer
2009-02-13- we may need getdomainname internallyBernhard Reutner-Fischer
2009-02-13- use existing __stringify macroBernhard Reutner-Fischer
2009-02-13- fix link failures coming from recently added, misplaced strverscmp.Bernhard Reutner-Fischer
2009-02-13- fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer
2009-02-13- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer
2009-02-13- workaround oddity with position of function attributesBernhard Reutner-Fischer
2009-02-12Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLECarmelo Amoroso
2009-02-11docs/probe_math_exception.c:Denis Vlasenko
2009-02-11add comment why do we need _ISbit() macroDenis Vlasenko
2009-02-10Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso
2009-02-10include more info in error messages so we have a better idea where things are...Mike Frysinger
2009-02-10add mmap()/munmap() implementation for WindowsMike Frysinger
2009-02-10do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger
2009-02-09allow people to run the hostutils targets without having a .config fileMike Frysinger
2009-02-09ldouble_wrappers.c: add long and long long optimized wrappersDenis Vlasenko
2009-02-09unify byte order cruft in bswap.h and porting.h and add a bswap_64() replacementMike Frysinger
2009-02-09unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger
2009-02-09dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger
2009-02-09reinstate bits/uClibc_arch_features.h in installed headers,Denis Vlasenko
2009-02-09Hand-optimize wrappers on i386:Denis Vlasenko
2009-02-09ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.Denis Vlasenko
2009-02-08forgot to add libc/string/generic/strverscmp.cDenis Vlasenko
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko
2009-02-08nextafterf: trying to correct FP exception handlingDenis Vlasenko