summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-02move to new test frameworkMike Frysinger
2005-07-02move to new test frameworkMike Frysinger
2005-07-02new testing framework to unify duplicated code in subdirsMike Frysinger
2005-07-02exit according to how many tests failedMike Frysinger
2005-07-02make sure we strip quotes from the cross compiler prefixMike Frysinger
2005-07-02new testcase for clone()Mike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-07-02use new __always_inline defineMike Frysinger
2005-07-02sync with glibc versionsMike Frysinger
2005-07-02use C style commentsMike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-02sync with glibcMike Frysinger
2005-07-01enable clone.SMike Frysinger
2005-07-01sync up against latest glibc and add errno handlingMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01make sure we include features.h to get the hidden defineMike Frysinger
2005-07-01tweak whitespace/syntaxMike Frysinger
2005-07-01remove errno include since we dont use any errno stuff, remove #error left be...Mike Frysinger
2005-07-01add a new option for enabling pthreads debug outputMike Frysinger
2005-07-01we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ...Mike Frysinger
2005-07-01update the debug macros so they build with newer gcc versionsMike Frysinger
2005-07-01GNU libc -> glibcMike Frysinger
2005-07-01use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger
2005-07-01reenable the glibc portion of the test so that we can do a non-interactive/si...Mike Frysinger
2005-07-01update tests to check exit status and abort only if things didnt work correctlyMike Frysinger
2005-07-01make the test silent/non-interactive and only abort if it actually failsMike Frysinger
2005-07-01make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger
2005-07-01remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger
2005-06-30dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger
2005-06-30type cast output to prevent build warningsMike Frysinger
2005-06-30type cast output to prevent build warningsMike Frysinger
2005-06-30remove unused variableMike Frysinger
2005-06-30fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger
2005-06-30fix ALL_SUBDIRS/DIRS setting so clean always kills everythingMike Frysinger
2005-06-30exit with an error if thread functions failed so make can detect the problemMike Frysinger
2005-06-30oops, we dont want to use relative paths for the header filesMike Frysinger
2005-06-30remove pointless exit 1 ... if $(AR) fails then make will abort okMike Frysinger
2005-06-30fix typo in umount2() emulation of umount()Mike Frysinger
2005-06-30if the include files get updated we want to rebuildMike Frysinger
2005-06-30create generic ELF_* macros to hide 32/64 bit differencesMike Frysinger
2005-06-30whitespace tweaksMike Frysinger
2005-06-30change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger
2005-06-30Quick and dirty hack to prevent ld.so from beeing loaded twice.Joakim Tjernlund
2005-06-30typecast to long instead of int so pointers on 64bit arches can be typecast s...Mike Frysinger
2005-06-30small whitespace fixMike Frysinger
2005-06-30err revert %p->%x change since _dl_printf() is not fprintf()Mike Frysinger
2005-06-30use %p instead of %x to show addresses so we dont have to worry about the siz...Mike Frysinger
2005-06-30use %p instead of %x to show addresses so we dont have to worry about the siz...Mike Frysinger
2005-06-30The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"