summaryrefslogtreecommitdiffstats
path: root/testsuites (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-13termios: Fix tcflow() error statusSebastian Huber1-7/+12
2012-12-07score: rtems_initialize_start_multitasking()Sebastian Huber1-1/+1
2012-12-05posix: Add and use <rtems/posix/psignalimpl.h>Sebastian Huber1-1/+3
2012-12-05dosfs: Cluster write optimizationRalf Kirchner6-0/+332
2012-12-05dosfs: Block size optimizationRalf Kirchner1-1/+1
2012-12-05fstests/fsdosfsformat01: New testRalf Kirchner6-1/+480
2012-12-05dosfs: Delete fattype parameter for msdos_format()Ralf Kirchner1-1/+0
2012-12-05dosfs: Add skip_alignment for msdos_format()Ralf Kirchner1-1/+1
2012-12-05libblock: Add sparse diskRalf Kirchner6-0/+478
2012-11-27score: Add CPU_Exception_frameSebastian Huber6-0/+119
2012-11-25psxtmtests_plan.csv: Identify Conditional Variable CasesJoel Sherrill1-10/+10
2012-11-22Filesystem: PR1619: Use ENOSYS for default statvfsSebastian Huber2-4/+4
2012-11-22score: Add and use <rtems/score/userextimpl.h>Sebastian Huber1-1/+1
2012-11-22fstests/fsfseeko01: Add test casesSebastian Huber1-4/+26
2012-11-21ftpfs: Use SIZE commandSebastian Huber2-0/+29
2012-11-21sptests/spcbssched02: PR2081: WorkaroundSebastian Huber1-8/+10
2012-11-21libnetworking: Use rtems_clock_get_uptime_secondsSebastian Huber1-1/+1
2012-11-21rtems: Add rtems_clock_get_uptime_seconds()Sebastian Huber2-0/+4
2012-11-21rtems: Add rtems_clock_get_uptime_timeval()Sebastian Huber2-0/+4
2012-11-15score: Add RTEMS_FATAL_SOURCE_STACK_CHECKERSebastian Huber1-5/+2
2012-11-15score: Add RTEMS_FATAL_SOURCE_ASSERTSebastian Huber2-4/+6
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber3-23/+0
2012-11-15score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber2-1/+2
2012-11-15sapi: Add and use rtems_internal_error_descriptionSebastian Huber8-62/+123
2012-11-15sptests/spfatal24: Fix NULL pointer accessSebastian Huber1-10/+4
2012-11-14testsuites: Include <bsp.h>Sebastian Huber5-0/+10
2012-11-13sptests/spintrcritical09: Fix check orderSebastian Huber1-17/+25
2012-11-13fstests/fsrfsbitmap01: Fix NULL pointer accessSebastian Huber6-90/+67
2012-11-13samples/fileio: Add DOSFS and RFS on demandSebastian Huber1-6/+10
2012-11-13sptests/spinternalerror01: New testSebastian Huber6-0/+121
2012-11-07libtests/devfs03: Initialize nodesSebastian Huber1-0/+2
2012-11-07sptests/spfatal08: SimplifySebastian Huber1-33/+1
2012-11-07sptests/spfatal07: Use confdefs.h to trigger testSebastian Huber1-4/+5
2012-11-02libblock: Block device transfer request API changeSebastian Huber9-60/+67
2012-10-30rtems: Add system eventsSebastian Huber10-0/+302
2012-10-26libblock: rtems_bdbuf_set_block_size() API changeSebastian Huber2-2/+2
2012-10-26libtests/block16: New testSebastian Huber6-0/+187
2012-10-25score: Work area initialization API changeSebastian Huber14-118/+70
2012-10-25score: Append to free list in _Heap_Extend()Sebastian Huber1-0/+42
2012-10-25score: Change _Heap_Extend() APISebastian Huber1-0/+7
2012-10-15Make tems_rfs_bitmap_ut_test_range, rtems_rfs_bitmap_ut_alloc_seq_test, rtems...Ralf Corsépius1-6/+6
2012-10-15Remove unused var "sc".Ralf Corsépius1-1/+0
2012-10-15Remove unused var "service". Move #include "test-http-client.h" after std-hea...Ralf Corsépius1-2/+2
2012-10-15Move extern "C" after std-header inclusions.Ralf Corsépius1-4/+4
2012-10-15Use %zd instead of %d to print size_t'sRalf Corsépius1-1/+1
2012-10-15sptests/sp39: Increase clock tick intervalSebastian Huber1-1/+1
2012-10-11Use proper 3 line form of license textJoel Sherrill1-3/+0
2012-10-11Use %zu instead of %lu to print size_t's.Ralf Corsépius1-1/+1
2012-10-11Cleanup Krzysztof's copyright notices.Ralf Corsépius7-11/+11
2012-10-07fstests/fsimfsgeneric01: Avoid global stateSebastian Huber1-4/+3