Commit Graph

559 Commits

Author SHA1 Message Date
Ralf Corsepius
87fbcc5ea2 New. 2010-04-11 16:44:20 +00:00
Joel Sherrill
bb30ffd3bf 2010-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* block10/.cvsignore: New file.
2010-02-26 14:57:33 +00:00
Thomas Doerfler
e7fb54eb05 add purge capability to libblock, add proper test case 2010-01-26 15:09:03 +00:00
Joel Sherrill
dd6a748a49 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/.cvsignore, block09/.cvsignore: New files.
2010-01-20 17:15:51 +00:00
Joel Sherrill
4783238f5a 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/init.c: Remove warning.
2010-01-20 17:15:14 +00:00
Joel Sherrill
c313b68128 2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* block08/block08.scn, block08/init.c: Add starting and ending messages
	so the scripts detect successful exit.
2010-01-20 17:12:38 +00:00
Thomas Doerfler
64734fc14b updates and new test cases 2010-01-19 08:55:18 +00:00
Joel Sherrill
aea66e878a 2009-12-28 Aanjhan Ranganathan <aanjhan@gmail.com>
* bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
	to cover the bsp_cmdline_get_param() routine.
2009-12-28 16:42:08 +00:00
Joel Sherrill
9325362b21 2009-12-21 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* block06/init.c: Update for disk device API change.  Changed EBADRQC
	to EINVAL.
2009-12-21 14:49:55 +00:00
Joel Sherrill
e8e3848188 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* termios01/init.c: Increase number of termios ports by 1.
2009-12-11 02:12:57 +00:00
Ralf Corsepius
0b7c296c46 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios01/termios_testdriver.c:
	Reflect changes to rtems_termios_callbacks->write.
2009-12-10 14:26:39 +00:00
Ralf Corsepius
ea9a626e3a Reflect changes to rtems_termios_callbacks->write. 2009-12-10 14:26:32 +00:00
Joel Sherrill
500fcd5c88 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* block01/init.c, block02/init.c, block03/init.c, block04/init.c,
	block05/init.c, block07/init.c, bspcmdline01/init.c,
	stringto01/init.c, stringto01/stringto_test_template.h,
	termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
	Use rtems_test_assert() consistently instead of system assert().
	rtems_test_assert() is designed to integrate into the RTEMS test
	suite infrastructure.
2009-12-08 17:52:49 +00:00
Ralf Corsepius
e56cac325f 2009-12-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add readv, writev.
	* POSIX/writev.c, POSIX/readv.c: New.
2009-12-06 06:52:15 +00:00
Ralf Corsepius
4ec957a156 Add readv, writev. 2009-12-06 06:52:08 +00:00
Ralf Corsepius
c7183ce0d9 New. 2009-12-06 06:51:40 +00:00
Ralf Corsepius
3e70362587 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/sigfillset.c: Let main() return "status".
2009-12-04 15:18:47 +00:00
Ralf Corsepius
0c5ff13483 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
	sigismember.
	* POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
	POSIX/sigismember.c: New.
2009-12-04 15:17:45 +00:00
Ralf Corsepius
4583cac88e New. 2009-12-04 15:17:31 +00:00
Ralf Corsepius
0cd3878008 2009-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add wait.
	* POSIX/wait.c: New.
2009-12-04 06:55:02 +00:00
Joel Sherrill
73008d3d60 2009-12-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* bspcmdline01/test.c: Removed.
2009-12-03 12:07:05 +00:00
Ralf Corsepius
c53ba11a40 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add POSIX.
	* configure.ac: Add POSIX/.
	* POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
	POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
	POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
	POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
	POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
	POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
	POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
	POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
	POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
	POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
	POSIX/waitpid.c, POSIX/write.c: New.
2009-12-02 15:03:45 +00:00
Ralf Corsepius
60d47abfcf New. 2009-12-02 15:00:05 +00:00
Joel Sherrill
4a1c09df39 2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* stringto01/init.c: New file.
2009-12-02 12:14:24 +00:00
Joel Sherrill
57544fbb52 2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add string_to_xxx conversion test.
	* stringto01/.cvsignore, stringto01/Makefile.am,
	stringto01/stringto01.doc, stringto01/stringto01.scn,
	stringto01/stringto_test_template.h: New files.
2009-12-01 22:10:33 +00:00
Thomas Doerfler
f9925bcc24 added documentation
corrections in block tests
added Makefile.am
2009-11-30 12:41:10 +00:00
Ralf Corsepius
b1274bd94c Whitespace removal. 2009-11-30 03:33:25 +00:00
Joel Sherrill
5d01adfb24 2009-11-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
	block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
	* block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
	block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
2009-11-21 20:53:15 +00:00
Ralf Corsepius
be6a9a2dee 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
	Remove bogus cast.
2009-11-16 04:55:17 +00:00
Ralf Corsepius
7eab7adeb9 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
2009-11-16 04:51:36 +00:00
Ralf Corsepius
87bd3ee83a 2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems++/Task1.cc: Eliminate more warnings.
2009-11-14 21:54:45 +00:00
Ralf Corsepius
1fcff14ff1 2009-11-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
	several dozens of warnings.
2009-11-14 21:09:34 +00:00
Ralf Corsepius
d093934163 2009-11-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* block06/init.c: Add missing prototype.
2009-11-13 09:47:57 +00:00
Thomas Doerfler
b27799c311 New test case 2009-11-12 15:34:09 +00:00
Thomas Doerfler
e6000760b2 Added block05, block06 and block07 2009-11-09 16:27:42 +00:00
Ralf Corsepius
c3fc9d8068 2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios/init.c: Remove sh2 hacks.
2009-11-01 06:36:28 +00:00
Ralf Corsepius
86f02622de Remove sh2 hacks. 2009-11-01 06:36:22 +00:00
Ralf Corsepius
10d01af5c2 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* block01/init.c: Include <stdio.h>.
2009-10-30 13:32:05 +00:00
Ralf Corsepius
2bf41bcbb3 Include <stdio.h>. 2009-10-30 13:31:58 +00:00
Ralf Corsepius
600f76da39 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
2009-10-30 08:22:51 +00:00
Ralf Corsepius
80b991e917 Eliminate TRUE/FALSE, use bool instead of int. 2009-10-30 08:22:45 +00:00
Ralf Corsepius
7fa11e4e67 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* block02/init.c: Remove unused var.
2009-10-30 06:58:44 +00:00
Ralf Corsepius
80640ef8d8 Remove unused var. 2009-10-30 06:58:37 +00:00
Thomas Doerfler
90d2402223 Added block02, block03 and block04 2009-10-29 12:55:30 +00:00
Ralf Corsepius
3b9ab80e4b 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* monitor02/init.c: Add local prototype for
	rtems_shell_main_monitor.
2009-10-29 07:22:14 +00:00
Ralf Corsepius
b48baaf60b Add local prototype for rtems_shell_main_monitor. 2009-10-29 07:22:07 +00:00
Ralf Corsepius
5306b49757 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* termios01/init.c: Fix parity_table_Entry type.
	Correct parity_table initialization.
	Add PRIdrtems_termios_baud_t.
	Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
2009-10-27 11:43:46 +00:00
Ralf Corsepius
14664255e8 Fix parity_table_Entry type.
Correct parity_table initialization.
Add PRIdrtems_termios_baud_t.
Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
2009-10-27 11:43:29 +00:00
Ralf Corsepius
e23c697fec 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
	* malloctest/init.c: Use %zu instead of %d to print size_t's.
2009-10-26 13:36:13 +00:00
Ralf Corsepius
ee875ad3a5 Use PRIu32 to print uint32_t's. 2009-10-26 13:36:07 +00:00