summaryrefslogtreecommitdiffstats
path: root/testsuites (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fsrfsbitmap01/test.c: Remove tabsJoel Sherrill2012-10-011-7/+8
|
* misc fstests: Remove spaces at EOLJoel Sherrill2012-10-016-21/+16
|
* New fstest to cover RFS bitmaps - fsrfsbitmap01Krzysztof Miesowicz2012-10-016-0/+743
|
* new fstest hitting fpathconf functionKrzysztof Miesowicz2012-10-016-0/+171
|
* timespec helpers: Add wrappers with new testKrzysztof Mięsowicz2012-08-296-1/+316
|
* sp77: new test to cover allocated message size overflowingKrzysztof Mięsowicz2012-08-296-1/+102
| | | | Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
* Revert "Add config.h.in."Gedare Bloom2012-08-068-523/+0
| | | | This reverts commit cf42a6ea9dbb6ebee498ae8db319d3e475bcd6be.
* Remove CVS-Ids.Ralf Corsépius2012-07-191-2/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-07-191-5/+0
|
* Require automake-1.12.2.Ralf Corsépius2012-07-1912-12/+12
|
* Require autoconf-2.69.Ralf Corsépius2012-07-1912-12/+12
|
* psxtests/psxchroot01: TypoSebastian Huber2012-07-171-1/+1
|
* psxtests/psxpipe01: Use greedy allocation APISebastian Huber2012-07-171-3/+4
|
* libtests/termios01: Use greedy allocation APISebastian Huber2012-07-172-36/+22
|
* score: Change greedy allocation APISebastian Huber2012-07-1710-25/+34
|
* libtests/mghttpd01: New testChristian Mauderer2012-07-129-0/+470
|
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-021-5/+5
| | | | | The previous version was sub-optimal for read-ahead transfer counts of one.
* libblock: Fix read-ahead trigger and next updateSebastian Huber2012-07-022-40/+52
|
* libblock: Fix continuous blocks write requestSebastian Huber2012-07-026-0/+230
|
* libtests/block06: Increase stack sizeSebastian Huber2012-07-021-0/+2
|
* fstests/fsfseeko01: New testSebastian Huber2012-06-196-0/+119
|
* score: New structure TOD_ControlSebastian Huber2012-06-141-2/+2
| | | | | Group the global TOD variables (_TOD_Now, _TOD_Uptime, and _TOD_Is_set) in a structure to reduce address loads in _TOD_Tickle_ticks().
* libblock: Add block device statisticsSebastian Huber2012-06-126-0/+275
|
* libtests/block13: Add const qualifierSebastian Huber2012-06-041-1/+1
|
* libtests/block05: Fix warningsSebastian Huber2012-06-041-2/+2
|
* libblock: Add read-ahead taskSebastian Huber2012-06-046-0/+275
| | | | | | | | | | | Read-ahead requests were previously executed in the context of the reading task. This blocks the reading task until the complete read with read-ahead transfer is finished. A read-ahead task is introduced to off-load the read-ahead transfer. This allows the reading task to work with the requested block more quickly. The read-ahead is triggered after two misses of ascending consecutive blocks or a read hit of a block read by the most-recent read-ahead transfer. The read-ahead feature is configurable and can be disabled.
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-315-8/+7
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-3113-124/+65
|
* sptests - Eliminate missing prototype warningsJoel Sherrill2012-05-3171-106/+388
|
* Revert "Revert "libtests/complex: Avoid generated files""Ralf Corsépius2012-05-317-437/+145
| | | | This reverts commit 0c2d8ec48a116cadb86564bc1226e308e197d4c1.
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-318-1116/+316
| | | | This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-318-316/+1116
| | | | This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.
* Revert "libtests/complex: Avoid generated files"Ralf Corsépius2012-05-317-145/+437
| | | | This reverts commit a80a108d447d596e476611108cd468ec993be4a6.
* libblock: Simplify disk managementSebastian Huber2012-05-311-1/+1
| | | | | Add block_count and media_blocks_per_block to rtems_disk_device. Add and use rtems_disk_init_phys() and rtems_disk_init_log().
* libblock: Remove const qualifier from bdbuf APISebastian Huber2012-05-3112-19/+19
| | | | This allows addtion of per disk statistics for example.
* libblock: Add task stack size bdbuf configurationSebastian Huber2012-05-3111-17/+17
| | | | | | The task stack size for the swap-out and worker tasks is now configurable. The bdbuf task resources are now included in the work space size estimate.
* Filesystem: Wait for unmount() to finishSebastian Huber2012-05-293-43/+64
|
* Add config.h.in.Ralf Corsépius2012-05-248-0/+523
|
* Revert "Revert "libtests/complex: Avoid generated files""Ralf Corsépius2012-05-247-437/+145
| | | | This reverts commit 0c2d8ec48a116cadb86564bc1226e308e197d4c1.
* Revert "Revert "libtests/math*: Avoid generated files""Ralf Corsépius2012-05-248-1116/+316
| | | | This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.
* Revert "libtests/math*: Avoid generated files"Ralf Corsépius2012-05-238-316/+1116
| | | | This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.
* Revert "libtests/complex: Avoid generated files"Ralf Corsépius2012-05-237-145/+437
| | | | This reverts commit a80a108d447d596e476611108cd468ec993be4a6.
* libtests/math*: Avoid generated filesSebastian Huber2012-05-228-1116/+316
| | | | Use C pre-processor instead of shell commands.
* libtests/complex: Avoid generated filesSebastian Huber2012-05-227-437/+145
| | | | Use C pre-processor instead of shell commands.
* Add missing )Ralf Corsépius2012-05-181-1/+1
|
* Remove references to configure.in.Ralf Corsépius2012-05-181-1/+1
|
* Remove obsolete reference to posix bsp.Ralf Corsépius2012-05-181-1/+0
|
* Remove stray dnl.Ralf Corsépius2012-05-181-2/+0
|
* libcsupport: Adjust malloc_walk() prototypeSebastian Huber2012-05-162-10/+10
| | | | | | | | The header file <rtems/malloc.h> provides now also the malloc_walk() prototype. The malloc_walk() prototype reflects now the _Protected_heap_Walk() API. The return status helps to print only in case of an error.
* Filesystem: Move operations to mount table entrySebastian Huber2012-05-151-1/+0
| | | | | | | | | | | The scope of the file system operations is the file system instance. The scope of the file system node handlers is the file location. The benefit of moving the operations to the mount table entry is a size reduction of the file location (rtems_filesystem_location_info_t). The code size is slightly increased due to additional load instructions. Restructure rtems_filesystem_mount_table_entry_t to improve cache efficiency.