summaryrefslogtreecommitdiff
path: root/testsuites (follow)
AgeCommit message (Collapse)Author
2011-12-13Upgrade to 4.10.24.10.2Joel Sherrill
2011-12-092011-12-09 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* math/init.c, mathf/init.c: Use DEVFS since we do have devices.
2011-08-212011-08-21 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1890/cpukit * psxmsgq01/init.c: POSIX says msg_prio is allowed to be NULL.
2011-07-312011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1855/cpukit * Makefile.am, configure.ac: Correct signal processing during pthread_join. We are supposed to unblock the thread waiting on a pthread_join(), dispatch the signal handler, account for it potentially overwriting errno, and then have the thread return to blocking within pthread_join(). * psxeintr_join/.cvsignore, psxeintr_join/Makefile.am, psxeintr_join/init.c, psxeintr_join/psxeintr_join.doc, psxeintr_join/psxeintr_join.scn: New files.
2011-07-312011-07-31 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
PR 1867/cpukit * Makefile.am, configure.ac, psx12/task.c, psxkey03/init.c, psxrwlock01/test.c: Correct implementation of pthread_exit() and pthread_join() to support the case where a thread is joinable but calls pthread_exit() before a thread has attempted to join. * psx16/.cvsignore, psx16/Makefile.am, psx16/init.c, psx16/psx16.doc, psx16/psx16.scn: New files.
2011-07-21Upgrade to 4.10.14.10.1Joel Sherrill
2011-05-262011-05-27 Chris Johns <chrisj@rtems.org>Chris Johns
* samples/fileio/init.c, samples/fileio/system.h: Add support for create a RAM disk from the shell to aid bug testing on the 4.10 branch.
2011-03-18This commit was manufactured by cvs2svn to create branchcvs2git
'rtems-4-10-branch'. Cherrypick from master 2011-03-18 10:11:40 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2010-04-09 Ralf Corsépius <ralf.corsepius@rtems.org>': cpukit/zlib/ChangeLog cpukit/zlib/ChangeLog.zlib cpukit/zlib/FAQ cpukit/zlib/Makefile.am cpukit/zlib/README cpukit/zlib/adler32.c cpukit/zlib/compress.c cpukit/zlib/crc32.c cpukit/zlib/deflate.c cpukit/zlib/deflate.h cpukit/zlib/doc/algorithm.txt cpukit/zlib/gzclose.c cpukit/zlib/gzguts.h cpukit/zlib/gzlib.c cpukit/zlib/gzread.c cpukit/zlib/gzwrite.c cpukit/zlib/infback.c cpukit/zlib/inffast.c cpukit/zlib/inflate.c cpukit/zlib/inflate.h cpukit/zlib/inftrees.c cpukit/zlib/inftrees.h cpukit/zlib/trees.c cpukit/zlib/uncompr.c cpukit/zlib/zconf.h cpukit/zlib/zlib.3 cpukit/zlib/zlib.h cpukit/zlib/zutil.c cpukit/zlib/zutil.h testsuites/libtests/mathf/.cvsignore testsuites/libtests/mathf/Makefile.am testsuites/libtests/mathf/mathf.scn Cherrypick from master 2011-02-02 13:58:02 UTC Ralf Corsepius <ralf.corsepius@rtems.org> 'New (Split out from math/).': testsuites/libtests/mathf/domathf.c testsuites/libtests/mathf/init.c
2011-02-08Ensure all version instances say 4.10.Joel Sherrill
2011-02-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* sp69/init.c: Use "ld" instead of PRId32 to print struct timespec->tv_nsec.
2011-02-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
2011-02-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t. * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]), AC_CHECK_SIZEOF([blkcnt_t]).
2011-02-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* include/pmacros.h: Add PRIxblksize_t, PRIxblkcnt_t. * configure.ac: Add AC_CHECK_SIZEOF([blksize_t]), AC_CHECK_SIZEOF([blkcnt_t]).
2011-02-082011-02-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* sp19/inttest.h: Use PRIx32 instead of "lx".
2011-02-022011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* sp04/tswitch.c: Shrink memory requirements.
2011-02-022011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* cpuuse/tswitch.c: Shrink memory requirements.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* math/math.scn, mathf/mathf.scn: Regenerate. * Makefile.am, configure.ac: Add mathf/. * math/init.c, math/Makefile.am: Reflect having split-out mathf. * math/domathf.c, math/domathl.c: Remove. * mathf/Makefile.am, mathf/domathf.c, mathf/init.c, mathf/mathf.scn: New (Split out from math/).
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* math/init.c: Use fprintf(stdout,..) instead of printf. Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2011-02-01This commit was manufactured by cvs2svn to create branchcvs2git
'rtems-4-10-branch'. Cherrypick from master 2011-02-01 05:48:30 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>': cpukit/libmisc/stringto/stringtolongdouble.c testsuites/libtests/POSIX/htonl.c testsuites/libtests/math/.cvsignore testsuites/libtests/math/Makefile.am testsuites/libtests/math/domath.c testsuites/libtests/math/domath.in testsuites/libtests/math/domathf.c testsuites/libtests/math/domathl.c testsuites/libtests/math/init.c
2011-01-272011-01-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* math/math.scn: New.
2011-01-142011-01-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* math/domath.c, math/domathf.c, math/domath.in, math/domathl.c, math/init.c, math/Makefile.am: New (Import from rtems-4.11). * Makefile.am: Add math/ * configure.ac: Add math/Makefile.
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
PR 1708/build: * aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Check for pthread_attr_{get,set}cputime instead of pthread_pthread_attr_{get,set}cputime (Typo).
2010-10-012010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Check for pthread_attr_{get,set}cputime instead of pthread_pthread_attr_{get,set}cputime (Typo).
2010-09-232010-09-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
2010-09-012010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* POSIX/Makefile.am: Add htonl. * POSIX/htonl.c: New.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns
* iostream/init.cc: Remove the hack.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns
* psxfile01/test.c, psxmount/test.c, psxreaddir/test.c, psxstat/test.c: Update to the new mount API.
2010-06-022010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns
* fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
2010-05-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
2010-05-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
2010-05-292010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* support/include/tmacros.h: Remove PRIdoff_t.
2010-05-172010-05-17 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill
* psxfile01/test.c, psxfile01/psxfile01.scn: This file now exercises the _rename_r in libcsupport. For now, it also provides two fsmount_me_h handlers to enable certain error checking paths
2010-05-172010-05-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber
PR 1433/cpukit * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3. * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c, block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of RTEMS_NO_MEMORY.
2010-05-032010-05-03 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber
* block01/init.c, block02/init.c, block03/init.c, block04/init.c, block05/init.c, block06/init.c, block07/init.c, block09/init.c, block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
2010-05-012010-05-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* Makefile.am: Move POSIX in front of other tests.
2010-04-282010-04-22 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill
* support/include/tmacros.h: Changed check_dispatch_disable_level() to treat all non-zero values of _Thread_Dispatch_disable_level equally.
2010-04-282010-04-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxfile01/test.c: Add check for errno on chdir(NULL).
2010-04-252010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psxrdwrv/test.c: Use SIZE_MAX not SSIZE_MAX.
2010-04-252010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill
* psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init() thread can reliably reach the pthread_join() call.
2010-04-252010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* psxreaddir/psxreaddir.scn, psxreaddir/test.c: Do not test for rewinddir(NULL) since we are now using newlib's implementation and it does not check for NULL. This causes a fault on some targets.
2010-04-252010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill
* bspcmdline01/init.c: Fix assert conditional.
2010-04-112010-04-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New. * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
2010-04-11Add flockfile, funlockfile, ftrylockfile.Ralf Corsepius
2010-04-11New.Ralf Corsepius
2010-04-042010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius
* capture/init.c: Remove unused variable "out".
2010-04-04Remove unused variable "out".Ralf Corsepius
2010-04-032010-04-03 Joel Sherrill <joel.sherrill@oarcorp.com>Ralf Corsepius
* psx07/init.c, psx09/init.c, psx12/init.c, psxhdrs/pthread11.c, psxhdrs/pthread22.c, psxhdrs/sched01.c, psxhdrs/sched03.c: Reflect POSIX changes to sched_param.