summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-041-0/+4
| | | | * loopback/init.c: Add missing initializers.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+5
| | | | | * iostream/system.h: Remove the Init prototype. Provide in confdefs.h.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+7
| | | | | | | * 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-141-0/+4
|
* 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.
* 2009-03-29 Joel Sherrill <joel.sherrill@gmail.com>Joel Sherrill2009-03-291-0/+5
| | | | | * 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-021-0/+5
| | | | | * 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-271-0/+3
|
* 2008-12-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-181-0/+4
| | | | * capture/test1.c: Add const to eliminate warning.
* 2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-161-0/+4
| | | | * capture/test1.c: Eliminate all public use of TOD conversion routines.
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-141-0/+10
| | | | | | | | | | * 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-091-0/+5
| | | | | * 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-241-0/+4
| | | | * paranoia/paranoia.c: Add missing prototypes.
* 2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-131-0/+4
| | | | * unlimited/system.h: Tighten configuration for stack space.
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-021-0/+5
| | | | | * 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-021-0/+4
| | | | * unlimited/system.h: 10000 task ids is too many for some targets.
* 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-181-0/+6
| | | | | | * 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-171-0/+5
| | | | | * 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-171-0/+6
| | | | | | * 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-171-0/+8
| | | | | | | | * 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.
* 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-051-0/+5
| | | | | * 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-161-0/+5
| | | | | * fileio/init.c: New argument sequence for rtems_shell_init(). Also split on multiple lines and document each parameter.
* 2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-171-0/+4
| | | | * minimum/init.c: Disable confdefs.h debug.
* 2008-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-171-0/+5
| | | | | * iostream/system.h: Init task was close to blowing stack on PowerPC. * minimum/init.c: Disable Classic API Notepads.
* 2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-131-0/+6
| | | | | | * minimum/init.c: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY. Workspace usage now reduces to 4696 bytes on psim.
* 2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-131-0/+6
| | | | | | * minimum/init.c: Exerise new ability for application to configure minimum stack size. This test still runs the same with a 7.5K stack on the powerpc but reserves 15K less Workspace on the PowerPC.
* 2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-051-0/+6
| | | | | | * minimum/Makefile.am: Link against all managers. * minimum/init.c: Use existing confdefs.h macros to turn off more this test does not use.
* 2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-04-231-0/+5
| | | | | * iostream/system.h: Update to include definition of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER as appropriate.
* 2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-04-171-0/+5
| | | | | * fileio/init.c, hello/system.h, minimum/init.c, unlimited/system.h: Use CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER where needed.
* 2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-281-0/+5
| | | | | * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-291-0/+6
| | | | | | * fileio/system.h, ticker/system.h: Add new Object Services collection. This changed the name of a few previously public but undocumented services and added a some new services.
* 2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-01-111-0/+4
| | | | * hello/init.c: Remove accidental commit.
* 2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-111-0/+5
| | | | | * fileio/init.c, fileio/system.h, hello/init.c: Enable malloc statistics so shell output can be interesting.
* 2007-12-17 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-171-0/+5
| | | | | * testsuites/samples/fileio/init.c: Change shell_* to rtems_shell_*. Add the mount file-system type of msdos.
* 2007-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-141-0/+5
| | | | | * fileio/init.c, fileio/system.h: Increase stack requested for shell task. Turn on stack checking so the report is interesting.
* 2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-111-0/+5
| | | | | * fileio/init.c: Add RTEMS Shell configuration and static configuration of user commands.
* 2007-11-29 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-031-0/+7
| | | | | | | * iostream/Makefile.am: Change the executable name so it does not create a file which is the same name as the standard header file. * iostream/system.h: Need to increase the number of semaphores for the libstdc++ runtime.
* 2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-101-0/+4
| | | | * capture/Makefile.am: Use all managers.
* 2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-311-0/+4
| | | | * capture/Makefile.am: Fix typo -- not unlimited.
* 2007-08-21 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-211-0/+5
| | | | | * capture/init.c, capture/system.h, capture/test1.c: Removed CRs from files. Committed incorrectly.
* 2007-08-17 Chris Johns <chrisj@rtems.org>Chris Johns2007-08-171-0/+7
| | | | | | | * Makefile.am, README, configure.ac, capture/.cvsignore, capture/Makefile.am, capture/capture.doc, capture/capture.scn, capture/init.c, capture/system.h, capture/test1.c: Add a sample test for the capture engine.
* 2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-241-0/+4
| | | | * nsecs/init.c: Add include of unistd.h for sleep() prototype.
* 2007-07-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-07-171-0/+6
| | | | | | * nsecs/Makefile.am, nsecs/init.c: Move empty body to another file. The loop was being optimized out on the PowerPC. * nsecs/empty.c: New file.
* 2007-07-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-07-061-0/+4
| | | | * nsecs/init.c: Change name to avoid any hint of the timer driver.
* 2007-06-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-221-0/+5
| | | | | * nsecs/init.c: Do not make this test depend on the benchmark timer driver.
* 2007-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-06-211-0/+5
| | | | | * nsecs/init.c, nsecs/nsecs.scn: Add set of loops so you can see the time varaying in proportion to the length of the loop measured.
* 2007-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-161-0/+4
| | | | * nsecs/init.c: Remove stray "volatile int i".
* 2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-05-111-0/+12
| | | | | | | | | | | | * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.