summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add rprintf.hRalf Corsepius2009-10-241-1/+1
|
* 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-241-0/+15
| | | | | | | | | | | | | | | * capture/init.c: Remove setup_tasks_to_watch. * capture/system.h: Remove test*(). Add setup_tasks_to_watch(). * capture/test1.c: Fix prototype. * fileio/init.c: Fix broken printfs. * minimum/init.c: Remove unused var. * nsecs/empty.c: Add missing prototype. * nsecs/rprintf.h: New. * nsecs/init.c: Printf fixes. * unlimited/system.h: Add missing prototypes. * unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Various warning fixes.
* Various warning fixes.Ralf Corsepius2009-10-244-19/+21
|
* Add missing prototypes.Ralf Corsepius2009-10-241-3/+3
|
* Printf fixes.Ralf Corsepius2009-10-241-5/+7
|
* New.Ralf Corsepius2009-10-241-0/+9
|
* Add missing prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove unused var.Ralf Corsepius2009-10-241-2/+0
|
* Fix broken prints.Ralf Corsepius2009-10-241-2/+2
|
* Fix prototype.Ralf Corsepius2009-10-241-1/+1
|
* Remove test*().Ralf Corsepius2009-10-241-3/+1
| | | | Add setup_tasks_to_watch().
* Remove setup_tasks_to_watch.Ralf Corsepius2009-10-241-2/+0
|
* interrupt handler type changeThomas Doerfler2009-10-211-1/+24
|
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-3/+7
| | | | * unlimited/test1.c: Spacing.
* 2009-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-022-1/+5
| | | | | * hello/init.c: Remove call to devFS_Show() which had accidentally gotten committed.
* 2009-09-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-142-1/+5
| | | | * capture/test1.c: Use size_t for sizes.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-264-43/+22
| | | | | * hello/Makefile.am, hello/init.c: Simplify. * hello/system.h: Removed.
* 2009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-212-1/+5
| | | | * unlimited/test2.c: Fix spacing.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-127-28/+17
| | | | | | | * cdtest/main.cc, fileio/init.c, fileio/system.h, pppd/pppdapp.c, ticker/system.h, ticker/tasks.c: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-104-19/+22
| | | | | | * fileio/system.h, ticker/system.h, ticker/ticker.scn: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-2/+7
| | | | | * ticker/tasks.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-1/+6
| | | | * fileio/system.h: Switch to unified work area.
* 2009-06-11 Roxana Leontie <roxana.leontie@gmail.com>Chris Johns2009-06-122-1/+6
| | | | | * cdtest/system.h: modified the number of max semaphores - test was failing before
* 2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-042-0/+18
| | | | * loopback/init.c: Add missing initializers.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-282-6/+5
| | | | | * iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-287-7/+64
| | | | | | | * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
* removed obsolete references to login.hThomas Doerfler2009-04-142-1/+4
|
* Eliminate _exe_/.exe.Ralf Corsepius2009-04-0315-106/+106
|
* 2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-04-031-0/+9
| | | | | | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Eliminate _exe_/.exe.
* Fix Id string typo.Joel Sherrill2009-03-291-2/+2
|
* 2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>Joel Sherrill2009-03-292-2/+7
| | | | | * fileio/init.c: Change arguments to rtems_shell_init() to match new expectations.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-4/+10
| | | | | * cdtest/main.cc: Use printk() in global destructors since printf() no longer works.
* Format.Joel Sherrill2009-02-271-0/+1
|
* Adapt to modified shell configurationThomas Doerfler2009-02-272-2/+6
|
* 2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-182-4/+8
| | | | * capture/test1.c: Add const to eliminate warning.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-162-1/+5
| | | | * capture/test1.c: Eliminate all public use of TOD conversion routines.
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-142-2/+13
| | | | | | | | | | * unlimited/init.c: Run all tests successfully with maxixum number of priorities as 16 instead of 256. This was done by temporarily modifying the score priority.h maximum. This allowed testing of all API code to ensure that it worked properly with a reduced number of priorities. Most modifications were to switch from hard-coded maximum to using the API provided methods to determine maximum number of priority levels.
* 2008-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-092-2/+40
| | | | | * fileio/init.c: Add explicit creation of /etc/passwd and /etc/group so we have a test case for real password checking.
* 2008-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-11-242-22/+28
| | | | * paranoia/paranoia.c: Add missing prototypes.
* 2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-132-1/+5
| | | | * unlimited/system.h: Tighten configuration for stack space.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-022-0/+7
| | | | | * fileio/init.c: When USE_SHELL not defined, do not attempt to configure shell.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-022-2/+6
| | | | * unlimited/system.h: 10000 task ids is too many for some targets.
* 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-182-1/+7
| | | | | | * unlimited/system.h: Support up to 10K tasks in loop. With 64MB on pc386 and configured for unified workspace, you can get close to this.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-172-1/+6
| | | | | * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-173-0/+22
| | | | | | * minimum/init.c, unlimited/system.h: Add support for optionally having a unified work area. In other words, the RTEMS Workspace and C Program Heap are the same pool of memory.
* 2008-09-17 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill2008-09-174-4/+12
| | | | | | | | * hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC project code to add simple device only filesystem (devfs), optionally completely drop out filesystem, and to clean up disabling newlib reentrancy support. This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code space.
* Convert to "bool".Ralf Corsepius2008-09-066-21/+21
|
* 2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-061-0/+6
| | | | | | * capture/system.h, capture/test1.c, fileio/init.c, unlimited/init.c, unlimited/system.h, unlimited/test1.c: Convert to "bool".
* 2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-053-2/+7
| | | | | * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Updating and fixing while running mptests on psim.
* 2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-162-3/+13
| | | | | * fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.