Age | Commit message (Expand) | Author |
2009-11-29 | test/Rules.mak: disable -z,defs for now | Austin Foxley |
2009-11-29 | test/nptl: rework tst-tls3 to link with -z,now | Austin Foxley |
2009-11-29 | test/: compile fixes for nptl and tls tests | Austin Foxley |
2009-11-29 | test/nptl: don't use c99 features if you don't need to | Austin Foxley |
2009-11-29 | test: nptl and tls tests need main include dir | Austin Foxley |
2009-11-29 | test/dlopen: fix build for libtest.so | Austin Foxley |
2009-11-29 | test/dlopen: Match the function name that libtest actually sets | Austin Foxley |
2009-11-29 | test/pthread: fix build of cancellation-points test | Austin Foxley |
2009-11-29 | test/stat: fix compiling the memcmp-stat test when __USE_MISC is defined | Austin Foxley |
2009-11-28 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-11-26 | try to probe if stat.t_mtim.tv_nsec is available | Bernhard Reutner-Fischer |
2009-11-26 | correct comment | Bernhard Reutner-Fischer |
2009-11-26 | sync confname, environments with glibc | Bernhard Reutner-Fischer |
2009-11-25 | ignore some more testcase binaries | Bernhard Reutner-Fischer |
2009-11-25 | call nanosleep directly | Bernhard Reutner-Fischer |
2009-11-25 | conditional cancellation-point test of usleep | Bernhard Reutner-Fischer |
2009-11-25 | pass more ld flags | Bernhard Reutner-Fischer |
2009-11-22 | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley |
2009-11-22 | make tls and nptl test build | Bernhard Reutner-Fischer |
2009-11-22 | Look at HAVE_SHARED | Bernhard Reutner-Fischer |
2009-11-20 | futimens: add function | Bernhard Reutner-Fischer |
2009-11-20 | make test-skeleton C89 compliant | Bernhard Reutner-Fischer |
2009-11-19 | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer |
2009-11-19 | test: sync up with toplevel buildsys | Bernhard Reutner-Fischer |
2009-11-19 | .gitignore more testfiles | Bernhard Reutner-Fischer |
2009-11-09 | test/plt: add a script to find PLT usage | Mike Frysinger |
2009-10-22 | test/plt: add a script to find PLT usage | Mike Frysinger |
2009-10-17 | whitespace fixes | Austin Foxley |
2009-10-17 | build system changes needed for nptl | Austin Foxley |
2009-10-17 | test/tls/: tests for thread local storage functionality | Austin Foxley |
2009-10-17 | test/nptl/: tests for NPTL | Austin Foxley |
2009-10-17 | add .gitignore for test/ and extra/ | Austin Foxley |
2009-10-17 | test/dlopen: use pthread_once directly | Austin Foxley |
2009-07-30 | test_librt: Fix shmtest.c test case | Carmelo Amoroso |
2009-07-30 | test_librt: Fix build system for shm_open/unlink tests | Carmelo Amoroso |
2009-07-23 | test/librt: make it build again | Denys Vlasenko |
2009-07-23 | testsuite: fix one bug, one warning; extend README (one TODO added) | Denys Vlasenko |
2009-07-23 | testsuite: use KERNEL_HEADERS | Denys Vlasenko |
2009-07-03 | add testcases for shm_{open,unlink} | Bernhard Reutner-Fischer |
2009-03-16 | Fixed makefiles inclusion flow to pass actual configuration variable values. | Carmelo Amoroso |
2009-03-16 | Added string.h header for strerr prototype. | Carmelo Amoroso |
2009-02-23 | - remove superfluous $(strip) | Bernhard Reutner-Fischer |
2009-02-23 | - remove dependency on GNU error functionality | Bernhard Reutner-Fischer |
2009-02-23 | - disable libcrypt tests if we have no libcrypt | Bernhard Reutner-Fischer |
2009-02-18 | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko |
2009-02-17 | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko |
2009-02-17 | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko |
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko |
2009-02-12 | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso |
2009-02-05 | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko |