OSDN Git Service

ARC: Make vfork weak in libc
[uclinux-h8/uClibc.git] / test / unistd /
2013-03-14 Bernhard Reutner... test: add missing top_srcdir
2013-03-14 Bernhard Reutner... test: cater for config
2013-02-11 Bernhard Reutner... libc: add posix_fallocate()
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-01-17 Mike Frysingertests: mark all helper scripts +x
2010-08-05 Bernhard Reutner... sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSOR...
2010-06-25 Bernhard Reutner... test: silence shadow warning
2010-06-11 Bernhard Reutner... testsuite: disable some tests for !LFS
2010-05-10 Khem Rajpowerpc: Add TLS and NPTL support
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-06 Bernhard Reutner... getconf: move to utils/
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-26 Bernhard Reutner... sync confname, environments with glibc
2009-03-16 Carmelo AmorosoFixed makefiles inclusion flow to pass actual configura...
2009-02-02 Denis Vlasenkolibm/ldouble_wrappers.c: add libm_hidden_def's to fix...
2008-09-26 Bernhard Reutner... - revert inappropriate part of r23478
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-06-27 Mike Frysingeradd test case for argv[0] == null
2007-01-29 Mike Frysingermark some funcs as noreturn
2007-01-29 Mike Frysingerfixup prototype warnings
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-07-05 Mike Frysingerfix license notice
2006-07-05 Mike Frysingerfix license notice
2006-03-08 Peter S. Mazingergetopt_long-simple behaves as gnu getopt if POSIXLY_COR...
2006-02-22 Mike Frysingerrevert unintended commit
2006-02-22 Mike Frysingersync with glibc
2006-02-22 Mike Frysingeradd clone2 prototype to shutup warnings
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-02-16 Mike Frysingerdisable test on non-mmu host
2006-02-15 Mike Frysingerdont bother setting TESTS now
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.