| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix common C ambiguity. | David Schleef | 2001-11-12 | 1 | -2/+2 |
* | Added .cvsignore | David Schleef | 2001-11-10 | 2 | -0/+6 |
* | Beef up the fork test, checking for proper SIGCHLD behavior | Eric Andersen | 2001-10-12 | 1 | -13/+45 |
* | Add in some math lib tests | Eric Andersen | 2001-10-02 | 15 | -0/+9839 |
* | Scrub up a few test things | Eric Andersen | 2001-09-27 | 2 | -7/+7 |
* | Fix the vfork test so it actually works this time. | Eric Andersen | 2001-09-21 | 1 | -1/+5 |
* | Add in a simple vfork test | Eric Andersen | 2001-09-21 | 3 | -1/+85 |
* | Minor update | Eric Andersen | 2001-08-29 | 2 | -8/+15 |
* | Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true | Eric Andersen | 2001-08-14 | 1 | -1/+2 |
* | Proper support for tests spannint multiple .o files | Eric Andersen | 2001-08-14 | 1 | -41/+47 |
* | This syncs things up with my local tree. Mainly changes installer | Eric Andersen | 2001-08-08 | 1 | -2/+4 |
* | Add test for proper realloc() behavior. | David Schleef | 2001-07-13 | 1 | -1/+27 |
* | Use uClibc's ldd, not the system one which is probably broken | Eric Andersen | 2001-07-12 | 5 | -14/+15 |
* | Added stpcpy and strcasestr along with some code to test them. | David McCullough | 2001-07-04 | 1 | -0/+60 |
* | ignore generated stuff | Eric Andersen | 2001-07-03 | 1 | -0/+2 |
* | Scrub up the tests a bit, and force everybody to use the | Eric Andersen | 2001-07-03 | 18 | -115/+120 |
* | Add a dlopen test | Eric Andersen | 2001-06-29 | 3 | -0/+66 |
* | Make all the uClibc tests use the --uclibc-use-build-dir flag | Eric Andersen | 2001-06-15 | 16 | -24/+25 |
* | Default to testing shared libs. | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
* | Add in a test for outb (that currently fails) | Eric Andersen | 2001-06-07 | 4 | -2/+32 |
* | Comment out broken test | Eric Andersen | 2001-05-29 | 1 | -1/+1 |
* | Fixing flak from the directory rearrangement | David Schleef | 2001-05-25 | 1 | -2/+2 |
* | Added -Wall | David Schleef | 2001-05-25 | 1 | -0/+3 |
* | Random quick-and-dirty evil malloc checker. | David Schleef | 2001-05-25 | 2 | -0/+65 |
* | The mmap syscall has 6 arguments, which has various implementations | David Schleef | 2001-05-25 | 2 | -0/+50 |
* | Test to check for proper stat mangling. | David Schleef | 2001-05-25 | 2 | -0/+82 |
* | termios test program, since I'm having difficulty on powerpc | David Schleef | 2001-05-25 | 2 | -0/+63 |
* | Fix a couple silly bugs in this test | Eric Andersen | 2001-05-11 | 1 | -1/+2 |
* | Fix the 'make clean' target | Eric Andersen | 2001-05-11 | 1 | -3/+4 |
* | Add in a qsort, alphasort, scandir test from Jon Nelson, jnelson@securepipe.com | Eric Andersen | 2001-05-08 | 3 | -1/+87 |
* | Fixup ppc to powerpc | Eric Andersen | 2001-05-04 | 1 | -1/+1 |
* | Just use 'ls -l' since ls -sh lacks sufficient granularity | Eric Andersen | 2001-04-27 | 1 | -2/+1 |
* | Ignore strerror | Eric Andersen | 2001-04-27 | 1 | -1/+1 |
* | Ignore generated binary | Eric Andersen | 2001-04-26 | 1 | -0/+1 |
* | Fix up compiler name | Eric Andersen | 2001-04-23 | 1 | -1/+1 |
* | Debug should be off by default | Eric Andersen | 2001-03-19 | 1 | -1/+1 |
* | Add in a setjmp test from David Schleef | Eric Andersen | 2001-03-16 | 2 | -0/+57 |
* | Forgot to increment i | Eric Andersen | 2001-02-23 | 1 | -1/+1 |
* | Fix problems with test wrapper and test compiler selection. | Manuel Novoa III | 2001-02-19 | 1 | -2/+2 |
* | Add in a silly test to check that argc, argv, and environ are | Eric Andersen | 2001-02-09 | 2 | -0/+66 |
* | Oops. Should be LDFLAGS, not CFLAGS twice | Eric Andersen | 2001-01-23 | 2 | -2/+2 |
* | Reworked all test suite makefiles (man did they need it). | Eric Andersen | 2001-01-20 | 14 | -325/+261 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -0/+24 |
* | Handle fork and vfork on a per architecture basis... | Eric Andersen | 2000-12-13 | 1 | -2/+8 |
* | Add in an additional test for memcmp suggested by Mathias Lewin | Eric Andersen | 2000-11-22 | 1 | -9/+19 |
* | Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>, | Eric Andersen | 2000-11-17 | 2 | -2/+2 |
* | Turn off debug noise | Eric Andersen | 2000-11-17 | 1 | -5/+2 |
* | Fix it so files are not stripped when debugging (doh!). Fix up strip | Eric Andersen | 2000-11-16 | 8 | -48/+24 |
* | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | 2000-11-15 | 1 | -2/+5 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 6 | -69/+69 |