OSDN Git Service

sync with glibc
[uclinux-h8/uclibc-ng.git] / test / unistd /
2006-02-14 Mike Frysingersync with glibc
2006-02-14 Mike Frysingerdont bother defining _GNU_SOURCE
2006-02-14 Mike Frysingerrename to match glibc
2006-02-14 Mike Frysingerdont bother exporting variables and use := where approp...
2006-02-04 Mike Frysingerfix segfault do to sizeof(NULL) usage
2006-02-04 Mike Frysingerimport files from glibc for an ia64/static port
2005-11-15 Mike Frysingerimport test from glibc
2005-07-28 Mike Frysingercheck the return value of the clone call too
2005-07-27 Mike Frysingeradd a basic errno test based on one from ltp
2005-07-02 Mike Frysingernew testing framework to unify duplicated code in subdirs
2005-07-02 Mike Frysingernew testcase for clone()
2005-07-01 Mike FrysingerGNU libc -> glibc
2005-07-01 Mike Frysingermake test output nicer so its easier to go through...
2005-07-01 Mike Frysingerremove old depend on Config and make it so that a test...
2005-06-29 Mike Frysingersimplify TESTDIR setting and touchup
2005-02-12 Mike Frysingerno more cvs
2004-01-02 Eric AndersenDo not make tests depend on CC, since we no longer...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-01 Eric Andersenminor cleanup
2003-01-23 Eric AndersenUpdate tests to be somewhat consistant with the rest...
2002-11-15 Eric AndersenOnly build the 64 tests when relevant
2002-11-15 Eric AndersenAdd in a pread/pwrite test
2002-08-07 Eric Andersenmissed a file
2002-08-07 Eric Andersengetopt tests
2002-06-18 Eric AndersenA simple test for getcwd
2002-02-04 Eric AndersenFix headers
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-10-12 Eric AndersenBeef up the fork test, checking for proper SIGCHLD...
2001-09-21 Eric AndersenFix the vfork test so it actually works this time.
2001-09-21 Eric AndersenAdd in a simple vfork test
2001-07-03 Eric AndersenScrub up the tests a bit, and force everybody to use the
2001-06-15 Eric AndersenMake all the uClibc tests use the --uclibc-use-build...
2001-01-20 Eric AndersenReworked all test suite makefiles (man did they need...
2000-11-16 Eric AndersenFix it so files are not stripped when debugging (doh...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-27 Eric AndersenIgnore leftovers...
2000-10-26 Eric AndersenAdd in a fork test. Fix select so it works.