Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -34/+4 | |
| | ||||||
* | move to new test framework | Mike Frysinger | 2005-07-02 | 1 | -34/+4 | |
| | ||||||
* | new testing framework to unify duplicated code in subdirs | Mike Frysinger | 2005-07-02 | 6 | -384/+88 | |
| | ||||||
* | exit according to how many tests failed | Mike Frysinger | 2005-07-02 | 1 | -20/+30 | |
| | ||||||
* | make sure we strip quotes from the cross compiler prefix | Mike Frysinger | 2005-07-02 | 1 | -1/+1 | |
| | ||||||
* | new testcase for clone() | Mike Frysinger | 2005-07-02 | 2 | -0/+138 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -8/+22 | |
| | ||||||
* | use new __always_inline define | Mike Frysinger | 2005-07-02 | 2 | -11/+11 | |
| | ||||||
* | use new __always_inline define | Mike Frysinger | 2005-07-02 | 1 | -2/+2 | |
| | ||||||
* | sync with glibc versions | Mike Frysinger | 2005-07-02 | 3 | -89/+176 | |
| | ||||||
* | use C style comments | Mike Frysinger | 2005-07-02 | 1 | -2/+1 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -3/+11 | |
| | ||||||
* | sync with glibc | Mike Frysinger | 2005-07-02 | 1 | -2/+7 | |
| | ||||||
* | enable clone.S | Mike Frysinger | 2005-07-01 | 1 | -2/+1 | |
| | ||||||
* | sync up against latest glibc and add errno handling | Mike Frysinger | 2005-07-01 | 1 | -11/+16 | |
| | ||||||
* | make sure we include features.h to get the hidden define | Mike Frysinger | 2005-07-01 | 2 | -8/+8 | |
| | ||||||
* | make sure we include features.h to get the hidden define | Mike Frysinger | 2005-07-01 | 1 | -0/+1 | |
| | ||||||
* | tweak whitespace/syntax | Mike Frysinger | 2005-07-01 | 1 | -10/+10 | |
| | ||||||
* | remove errno include since we dont use any errno stuff, remove #error left ↵ | Mike Frysinger | 2005-07-01 | 1 | -5/+3 | |
| | | | | behind, and touchup syntax | |||||
* | add a new option for enabling pthreads debug output | Mike Frysinger | 2005-07-01 | 1 | -0/+10 | |
| | ||||||
* | we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ↵ | Mike Frysinger | 2005-07-01 | 1 | -1/+1 | |
| | | | | look right | |||||
* | update the debug macros so they build with newer gcc versions | Mike Frysinger | 2005-07-01 | 4 | -30/+36 | |
| | ||||||
* | GNU libc -> glibc | Mike Frysinger | 2005-07-01 | 10 | -24/+24 | |
| | ||||||
* | use $(CROSS_COMPILER_PREFIX) by default for CROSS setting | Mike Frysinger | 2005-07-01 | 1 | -1/+1 | |
| | ||||||
* | reenable the glibc portion of the test so that we can do a ↵ | Mike Frysinger | 2005-07-01 | 1 | -3/+3 | |
| | | | | non-interactive/silent comparison between uclibc and glibc results | |||||
* | update tests to check exit status and abort only if things didnt work correctly | Mike Frysinger | 2005-07-01 | 1 | -9/+6 | |
| | ||||||
* | make the test silent/non-interactive and only abort if it actually fails | Mike Frysinger | 2005-07-01 | 3 | -6/+25 | |
| | ||||||
* | make test output nicer so its easier to go through a log of `make -s` and ↵ | Mike Frysinger | 2005-07-01 | 18 | -99/+74 | |
| | | | | find out what works/fails | |||||
* | remove old depend on Config and make it so that a test failure aborts the ↵ | Mike Frysinger | 2005-07-01 | 19 | -132/+128 | |
| | | | | make process | |||||
* | dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .config | Mike Frysinger | 2005-06-30 | 1 | -2/+6 | |
| | ||||||
* | type cast output to prevent build warnings | Mike Frysinger | 2005-06-30 | 1 | -1/+1 | |
| | ||||||
* | type cast output to prevent build warnings | Mike Frysinger | 2005-06-30 | 1 | -1/+1 | |
| | ||||||
* | remove unused variable | Mike Frysinger | 2005-06-30 | 1 | -1/+1 | |
| | ||||||
* | fix type casting so we dont have any warnings on 32/64 bit arches | Mike Frysinger | 2005-06-30 | 3 | -32/+32 | |
| | ||||||
* | fix ALL_SUBDIRS/DIRS setting so clean always kills everything | Mike Frysinger | 2005-06-30 | 1 | -5/+6 | |
| | ||||||
* | exit with an error if thread functions failed so make can detect the problem | Mike Frysinger | 2005-06-30 | 1 | -23/+19 | |
| | ||||||
* | oops, we dont want to use relative paths for the header files | Mike Frysinger | 2005-06-30 | 1 | -1/+1 | |
| | ||||||
* | remove pointless exit 1 ... if $(AR) fails then make will abort ok | Mike Frysinger | 2005-06-30 | 1 | -1/+1 | |
| | ||||||
* | fix typo in umount2() emulation of umount() | Mike Frysinger | 2005-06-30 | 1 | -4/+11 | |
| | ||||||
* | if the include files get updated we want to rebuild | Mike Frysinger | 2005-06-30 | 2 | -3/+3 | |
| | ||||||
* | create generic ELF_* macros to hide 32/64 bit differences | Mike Frysinger | 2005-06-30 | 3 | -4/+24 | |
| | ||||||
* | whitespace tweaks | Mike Frysinger | 2005-06-30 | 2 | -17/+16 | |
| | ||||||
* | change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the ↵ | Mike Frysinger | 2005-06-30 | 8 | -29/+29 | |
| | | | | bitsize | |||||
* | Quick and dirty hack to prevent ld.so from beeing loaded twice. | Joakim Tjernlund | 2005-06-30 | 1 | -0/+2 | |
| | | | | Bug exposed by the new __libc_stack_end feature in libc.so. | |||||
* | typecast to long instead of int so pointers on 64bit arches can be typecast ↵ | Mike Frysinger | 2005-06-30 | 1 | -2/+2 | |
| | | | | safely | |||||
* | small whitespace fix | Mike Frysinger | 2005-06-30 | 1 | -2/+2 | |
| | ||||||
* | err revert %p->%x change since _dl_printf() is not fprintf() | Mike Frysinger | 2005-06-30 | 1 | -11/+13 | |
| | ||||||
* | use %p instead of %x to show addresses so we dont have to worry about the ↵ | Mike Frysinger | 2005-06-30 | 1 | -14/+12 | |
| | | | | sizeof pointers | |||||
* | use %p instead of %x to show addresses so we dont have to worry about the ↵ | Mike Frysinger | 2005-06-30 | 1 | -18/+15 | |
| | | | | sizeof pointers | |||||
* | The function '_dl_memset' should always be inlined regardless of the | "Steven J. Hill" | 2005-06-30 | 2 | -15/+15 | |
| | | | | | | | | optimization level chosen. This allows uClibc to be compiled with the latest GCC-4.1.0. While tracking down the specific culprit causing the segmentation fault of the dynamic loader with GCC-4.1.0 I was able to force inlining of other functions such that I shaved 512 bytes off the size of the loader, yay. Also fixed warning in 'dl-hash.c'. |