index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2005-07-06
import start of ldso based on glibc
Mike Frysinger
2005-07-06
make sure ldso.o depends on more files in subdirs
Mike Frysinger
2005-07-06
use % as the function marker instead of @
Mike Frysinger
2005-07-06
add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...
Mike Frysinger
2005-07-06
we need stdio.h for printf()
Mike Frysinger
2005-07-06
make test failures fatal
Mike Frysinger
2005-07-04
import armeb fixes as outlined by John Bowler
Mike Frysinger
2005-07-04
use the a_val member instead of a_ptr/a_fcn since newer elf defines dropped t...
Mike Frysinger
2005-07-02
move to new test framework
Mike Frysinger
2005-07-02
move to new test framework
Mike Frysinger
2005-07-02
move to new test framework
Mike Frysinger
2005-07-02
new testing framework to unify duplicated code in subdirs
Mike Frysinger
2005-07-02
exit according to how many tests failed
Mike Frysinger
2005-07-02
make sure we strip quotes from the cross compiler prefix
Mike Frysinger
2005-07-02
new testcase for clone()
Mike Frysinger
2005-07-02
sync with glibc
Mike Frysinger
2005-07-02
use new __always_inline define
Mike Frysinger
2005-07-02
use new __always_inline define
Mike Frysinger
2005-07-02
sync with glibc versions
Mike Frysinger
2005-07-02
use C style comments
Mike Frysinger
2005-07-02
sync with glibc
Mike Frysinger
2005-07-02
sync with glibc
Mike Frysinger
2005-07-01
enable clone.S
Mike Frysinger
2005-07-01
sync up against latest glibc and add errno handling
Mike Frysinger
2005-07-01
make sure we include features.h to get the hidden define
Mike Frysinger
2005-07-01
make sure we include features.h to get the hidden define
Mike Frysinger
2005-07-01
tweak whitespace/syntax
Mike Frysinger
2005-07-01
remove errno include since we dont use any errno stuff, remove #error left be...
Mike Frysinger
2005-07-01
add a new option for enabling pthreads debug output
Mike Frysinger
2005-07-01
we have to depend on BUILD_UCLIBC_LDSO in order for the makeconfig output to ...
Mike Frysinger
2005-07-01
update the debug macros so they build with newer gcc versions
Mike Frysinger
2005-07-01
GNU libc -> glibc
Mike Frysinger
2005-07-01
use $(CROSS_COMPILER_PREFIX) by default for CROSS setting
Mike Frysinger
2005-07-01
reenable the glibc portion of the test so that we can do a non-interactive/si...
Mike Frysinger
2005-07-01
update tests to check exit status and abort only if things didnt work correctly
Mike Frysinger
2005-07-01
make the test silent/non-interactive and only abort if it actually fails
Mike Frysinger
2005-07-01
make test output nicer so its easier to go through a log of `make -s` and fin...
Mike Frysinger
2005-07-01
remove old depend on Config and make it so that a test failure aborts the mak...
Mike Frysinger
2005-06-30
dont try to run ldd if LDSO_LDD_SUPPORT is disabled in .config
Mike Frysinger
2005-06-30
type cast output to prevent build warnings
Mike Frysinger
2005-06-30
type cast output to prevent build warnings
Mike Frysinger
2005-06-30
remove unused variable
Mike Frysinger
2005-06-30
fix type casting so we dont have any warnings on 32/64 bit arches
Mike Frysinger
2005-06-30
fix ALL_SUBDIRS/DIRS setting so clean always kills everything
Mike Frysinger
2005-06-30
exit with an error if thread functions failed so make can detect the problem
Mike Frysinger
2005-06-30
oops, we dont want to use relative paths for the header files
Mike Frysinger
2005-06-30
remove pointless exit 1 ... if $(AR) fails then make will abort ok
Mike Frysinger
2005-06-30
fix typo in umount2() emulation of umount()
Mike Frysinger
2005-06-30
if the include files get updated we want to rebuild
Mike Frysinger
2005-06-30
create generic ELF_* macros to hide 32/64 bit differences
Mike Frysinger
[next]