| Commit message (Expand) | Author | Age | Files | Lines |
* | futimens: add function | Bernhard Reutner-Fischer | 2009-11-22 | 2 | -0/+92 |
* | make test-skeleton C89 compliant | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -4/+7 |
* | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -0/+2 |
* | test: sync up with toplevel buildsys | Austin Foxley | 2009-11-22 | 2 | -73/+45 |
* | .gitignore more testfiles | Bernhard Reutner-Fischer | 2009-11-22 | 1 | -1/+10 |
* | make tls and nptl test build | Bernhard Reutner-Fischer | 2009-11-19 | 4 | -249/+257 |
* | Look at HAVE_SHARED | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -1/+1 |
* | test/plt: add a script to find PLT usage | Mike Frysinger | 2009-11-09 | 1 | -0/+38 |
* | whitespace fixes | Austin Foxley | 2009-10-17 | 2 | -2/+2 |
* | tls: test for DTV vs TCB at TP correctly | Austin Foxley | 2009-09-23 | 1 | -2/+2 |
* | test/librt: make it build again | Denys Vlasenko | 2009-08-19 | 1 | -0/+3 |
* | testsuite: fix one bug, one warning; extend README (one TODO added) | Denys Vlasenko | 2009-08-19 | 3 | -14/+31 |
* | testsuite: use KERNEL_HEADERS | Denys Vlasenko | 2009-08-19 | 1 | -0/+10 |
* | test_librt: Fix shmtest.c test case | Carmelo Amoroso | 2009-07-30 | 1 | -3/+5 |
* | test_librt: Fix build system for shm_open/unlink tests | Carmelo Amoroso | 2009-07-30 | 2 | -2/+4 |
* | Sync nptl branch to master | Austin Foxley | 2009-07-09 | 1 | -2/+3 |
* | Cherry-picked some old commits into nptl: | Austin Foxley | 2009-07-09 | 1 | -8/+10 |
* | add testcases for shm_{open,unlink} | Bernhard Reutner-Fischer | 2009-07-09 | 2 | -0/+108 |
* | git: Added/Modified .gitignore | Filippo Arcidiacono | 2009-07-02 | 1 | -0/+254 |
* | Merged revisions 25669-25670,25673-25674 via svnmerge from | Khem Raj | 2009-03-16 | 52 | -216/+342 |
* | Add stdlib.h header for exit prototype. | Carmelo Amoroso | 2009-02-19 | 1 | -0/+1 |
* | test/math/compile_test.c: make it exit with 0 always | Denis Vlasenko | 2009-02-18 | 1 | -1/+2 |
* | test/math/compile_test.c: add compile testing of (some) floats | Denis Vlasenko | 2009-02-17 | 1 | -2/+67 |
* | libm/Makefile.in: reformat the list of wrappers | Denis Vlasenko | 2009-02-17 | 1 | -62/+64 |
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 3 | -3/+76 |
* | Pass NO_LONG_DOUBLE flag to basic-test when LONG_DOUBLE | Carmelo Amoroso | 2009-02-12 | 1 | -1/+3 |
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 1 | -1/+0 |
* | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | 2009-02-02 | 3 | -2/+6 |
* | Fix tls testcases to not use 'asm' keyword due to new CFLAGS -fno-asm. | Carmelo Amoroso | 2009-01-29 | 8 | -129/+129 |
* | Fix filterout directive. | Carmelo Amoroso | 2009-01-28 | 1 | -1/+1 |
* | Fixed NPTL tests build and cleanup: | Carmelo Amoroso | 2009-01-28 | 5 | -6/+7 |
* | Must include tls.h before link.h to have TLS related field available in struc... | Carmelo Amoroso | 2009-01-28 | 3 | -3/+3 |
* | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | 2009-01-28 | 2 | -1/+1 |
* | Synch with trunk: miscellaneous changes, mostly cleanup, | Carmelo Amoroso | 2009-01-22 | 2 | -19/+40 |
* | test/regex/tst-regex2.c: fix the rest of testsuite failures | Denis Vlasenko | 2008-12-25 | 1 | -0/+4 |
* | test/regex: make it faster to rebuild and run regex testcase | Denis Vlasenko | 2008-12-24 | 9 | -21/+29 |
* | test/Makefile: make "make compile" install headers first | Denis Vlasenko | 2008-12-24 | 5 | -223/+223 |
* | ldso/ldso/mips/*: non-pic support from trunk | Denis Vlasenko | 2008-12-23 | 1 | -8/+13 |
* | Fix wcswidth function when LOCALE support is disabled | Carmelo Amoroso | 2008-12-02 | 1 | -1/+1 |
* | Synch with trunk @ 24160 | Carmelo Amoroso | 2008-11-27 | 6 | -2/+28 |
* | Synch with trunk @ 24160 | Carmelo Amoroso | 2008-11-27 | 3 | -7/+6 |
* | This patch fixes locale-mbwc test failures when __UCLIBC_HAS_LOCALE__ is | Carmelo Amoroso | 2008-11-26 | 1 | -0/+24 |
* | ldso: Initialize fully dtv before calling the constructors. | Carmelo Amoroso | 2008-11-17 | 3 | -1/+51 |
* | Remove pointless extern declaration for __pthread_once | Carmelo Amoroso | 2008-08-20 | 1 | -2/+0 |
* | Use pthread_once now __pthread_once is not defined in tests. | Khem Raj | 2008-08-15 | 1 | -1/+1 |
* | &> seems like tcsh like. busybox/ash does not seem to like it I am getting wr... | Khem Raj | 2008-08-15 | 1 | -1/+1 |
* | Remove trailing whitespaces: two missing files | Carmelo Amoroso | 2008-07-31 | 2 | -5/+5 |
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 15 | -29/+32 |
* | Fix build failure: | Carmelo Amoroso | 2008-07-29 | 1 | -0/+2 |
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-12 | 4 | -2/+116 |