summaryrefslogtreecommitdiff
path: root/testsuites (follow)
AgeCommit message (Expand)Author
2012-11-15score: Add RTEMS_FATAL_SOURCE_STACK_CHECKERSebastian Huber
2012-11-15score: Add RTEMS_FATAL_SOURCE_ASSERTSebastian Huber
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber
2012-11-15score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber
2012-11-15sapi: Add and use rtems_internal_error_descriptionSebastian Huber
2012-11-15sptests/spfatal24: Fix NULL pointer accessSebastian Huber
2012-11-14testsuites: Include <bsp.h>Sebastian Huber
2012-11-13sptests/spintrcritical09: Fix check orderSebastian Huber
2012-11-13fstests/fsrfsbitmap01: Fix NULL pointer accessSebastian Huber
2012-11-13samples/fileio: Add DOSFS and RFS on demandSebastian Huber
2012-11-13sptests/spinternalerror01: New testSebastian Huber
2012-11-07libtests/devfs03: Initialize nodesSebastian Huber
2012-11-07sptests/spfatal08: SimplifySebastian Huber
2012-11-07sptests/spfatal07: Use confdefs.h to trigger testSebastian Huber
2012-11-02libblock: Block device transfer request API changeSebastian Huber
2012-10-30rtems: Add system eventsSebastian Huber
2012-10-26libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber
2012-10-26libtests/block16: New testSebastian Huber
2012-10-25score: Work area initialization API changeSebastian Huber
2012-10-25score: Append to free list in _Heap_Extend()Sebastian Huber
2012-10-25score: Change _Heap_Extend() APISebastian Huber
2012-10-15Make tems_rfs_bitmap_ut_test_range, rtems_rfs_bitmap_ut_alloc_seq_test, rtems...Ralf Corsépius
2012-10-15Remove unused var "sc".Ralf Corsépius
2012-10-15Remove unused var "service". Move #include "test-http-client.h" after std-hea...Ralf Corsépius
2012-10-15Move extern "C" after std-header inclusions.Ralf Corsépius
2012-10-15Use %zd instead of %d to print size_t'sRalf Corsépius
2012-10-15sptests/sp39: Increase clock tick intervalSebastian Huber
2012-10-11Use proper 3 line form of license textJoel Sherrill
2012-10-11Use %zu instead of %lu to print size_t's.Ralf Corsépius
2012-10-11Cleanup Krzysztof's copyright notices.Ralf Corsépius
2012-10-07fstests/fsimfsgeneric01: Avoid global stateSebastian Huber
2012-10-07Filesystem: Reject removal of root nodesSebastian Huber
2012-10-07score: Critical fix for thread dispatchingSebastian Huber
2012-10-03mghttpd: Requires POSIX to build server and testsJoel Sherrill
2012-10-01fsrfsbitmap01/test.c: Remove tabsJoel Sherrill
2012-10-01misc fstests: Remove spaces at EOLJoel Sherrill
2012-10-01New fstest to cover RFS bitmaps - fsrfsbitmap01Krzysztof Miesowicz
2012-10-01new fstest hitting fpathconf functionKrzysztof Miesowicz
2012-08-29timespec helpers: Add wrappers with new testKrzysztof Mięsowicz
2012-08-29sp77: new test to cover allocated message size overflowingKrzysztof Mięsowicz
2012-08-06Revert "Add config.h.in."Gedare Bloom
2012-07-19Remove CVS-Ids.Ralf Corsépius
2012-07-19Remove CVS-Ids.Ralf Corsépius
2012-07-19Require automake-1.12.2.Ralf Corsépius
2012-07-19Require autoconf-2.69.Ralf Corsépius
2012-07-17psxtests/psxchroot01: TypoSebastian Huber
2012-07-17psxtests/psxpipe01: Use greedy allocation APISebastian Huber
2012-07-17libtests/termios01: Use greedy allocation APISebastian Huber
2012-07-17score: Change greedy allocation APISebastian Huber
2012-07-12libtests/mghttpd01: New testChristian Mauderer