summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make sure we include features.h to get the hidden defineMike Frysinger2005-07-012-8/+8
* make sure we include features.h to get the hidden defineMike Frysinger2005-07-011-0/+1
* tweak whitespace/syntaxMike Frysinger2005-07-011-10/+10
* remove errno include since we dont use any errno stuff, remove #error left be...Mike Frysinger2005-07-011-5/+3
* add a new option for enabling pthreads debug outputMike Frysinger2005-07-011-0/+10
* we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ...Mike Frysinger2005-07-011-1/+1
* update the debug macros so they build with newer gcc versionsMike Frysinger2005-07-014-30/+36
* GNU libc -> glibcMike Frysinger2005-07-0110-24/+24
* use $(CROSS_COMPILER_PREFIX) by default for CROSS settingMike Frysinger2005-07-011-1/+1
* reenable the glibc portion of the test so that we can do a non-interactive/si...Mike Frysinger2005-07-011-3/+3
* update tests to check exit status and abort only if things didnt work correctlyMike Frysinger2005-07-011-9/+6
* make the test silent/non-interactive and only abort if it actually failsMike Frysinger2005-07-013-6/+25
* make test output nicer so its easier to go through a log of `make -s` and fin...Mike Frysinger2005-07-0118-99/+74
* remove old depend on Config and make it so that a test failure aborts the mak...Mike Frysinger2005-07-0119-132/+128
* dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .configMike Frysinger2005-06-301-2/+6
* type cast output to prevent build warningsMike Frysinger2005-06-301-1/+1
* type cast output to prevent build warningsMike Frysinger2005-06-301-1/+1
* remove unused variableMike Frysinger2005-06-301-1/+1
* fix type casting so we dont have any warnings on 32/64 bit archesMike Frysinger2005-06-303-32/+32
* fix ALL_SUBDIRS/DIRS setting so clean always kills everythingMike Frysinger2005-06-301-5/+6
* exit with an error if thread functions failed so make can detect the problemMike Frysinger2005-06-301-23/+19
* oops, we dont want to use relative paths for the header filesMike Frysinger2005-06-301-1/+1
* remove pointless exit 1 ... if $(AR) fails then make will abort okMike Frysinger2005-06-301-1/+1
* fix typo in umount2() emulation of umount()Mike Frysinger2005-06-301-4/+11
* if the include files get updated we want to rebuildMike Frysinger2005-06-302-3/+3
* create generic ELF_* macros to hide 32/64 bit differencesMike Frysinger2005-06-303-4/+24
* whitespace tweaksMike Frysinger2005-06-302-17/+16
* change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bi...Mike Frysinger2005-06-308-29/+29
* Quick and dirty hack to prevent ld.so from beeing loaded twice.Joakim Tjernlund2005-06-301-0/+2
* typecast to long instead of int so pointers on 64bit arches can be typecast s...Mike Frysinger2005-06-301-2/+2
* small whitespace fixMike Frysinger2005-06-301-2/+2
* err revert %p->%x change since _dl_printf() is not fprintf()Mike Frysinger2005-06-301-11/+13
* use %p instead of %x to show addresses so we dont have to worry about the siz...Mike Frysinger2005-06-301-14/+12
* use %p instead of %x to show addresses so we dont have to worry about the siz...Mike Frysinger2005-06-301-18/+15
* The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"2005-06-302-15/+15
* Oops, fix link fail.Joakim Tjernlund2005-06-301-1/+1
* Add __libc_stack_end to libc.Joakim Tjernlund2005-06-294-11/+15
* need stdlib.h for some thingsMike Frysinger2005-06-291-2/+3
* need to include string.h for some mem funcsMike Frysinger2005-06-291-0/+1
* simplify TESTDIR setting and touchupMike Frysinger2005-06-2919-61/+38
* clean up and use topdir .config instead of local ConfigMike Frysinger2005-06-292-53/+45
* touchup syntaxMike Frysinger2005-06-291-14/+11
* touchups syntax and fix warning when using 64bit archesMike Frysinger2005-06-291-21/+18
* declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned offJoakim Tjernlund2005-06-291-0/+5
* need to include features.h to get uclibc definesMike Frysinger2005-06-292-0/+3
* need to include features.h to get uclibc definesMike Frysinger2005-06-292-0/+4
* previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 ...Mike Frysinger2005-06-292-10/+18
* if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...Mike Frysinger2005-06-291-0/+12
* Minor cleanup.Joakim Tjernlund2005-06-291-3/+2
* syntax tweaksMike Frysinger2005-06-292-13/+14