summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add config.h.inRalf Corsepius2011-03-011-0/+1
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-222-1/+5
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-2223-0/+92
|
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+10
| | | | | | | | | | * base_mp/apptask.c, base_mp/init.c, base_sp/apptask.c, base_sp/init.c, capture/init.c, capture/test1.c, cdtest/init.c, fileio/init.c, hello/init.c, loopback/init.c, minimum/init.c, nsecs/empty.c, nsecs/init.c, paranoia/init.c, paranoia/paranoia.c, pppd/init.c, pppd/pppdapp.c, ticker/init.c, ticker/tasks.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Add HAVE_CONFIG_H.
* 2011-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-172-12/+14
| | | | * pppd/system.h: Use confdefs.h to generate device driver table.
* 2011-02-17 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2011-02-172-0/+6
| | | | * pppd/system.h: Added missing include files.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-1/+5
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-12-08 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-12-082-19/+6
| | | | | * loopback/init.c: Loop back interface will be initialized now during normal initialization via rtems_bsdnet_initialize_network().
* 2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-163-10/+8
| | | | | | * fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP). * configure.ac: Remove AM_CONDITIONAL(LIBCHIP). Force autoconf-2.67, automake-1.11.1.
* 2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Sebastian Huber2010-07-072-0/+23
| | | | | * minimum/init.c: Use fatal error extension to prevent infinite runtime.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-3/+7
| | | | * capture/capture.doc: Remove more ITRON references.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-022-4/+4
| | | | * iostream/init.cc: Remove the hack.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-024-19/+32
| | | | | | * fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
* 2010-04-04 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-041-0/+4
| | | | * capture/init.c: Remove unused variable "out".
* Remove unused variable "out".Ralf Corsepius2010-04-041-1/+0
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-295-9/+19
|
* 2010-03-12 Sebastian Huber <Sebastian.Huber@embedded-brains.de>Joel Sherrill2010-03-122-23/+25
| | | | * fileio/init.c: Remove deprecation warnings.
* 2010-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-112-1/+5
| | | | * fileio/init.c: Fix warnings for ctype methods.
* Whitespace removal.Ralf Corsepius2009-11-305-33/+33
|
* 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-021-0/+5
| | | | | * loopback/init.c: Adjust return-type of rtems_bsdnet_loopattach to int to match with rtems/rtems_bsdnet.h.
* Adjust return-type of rtems_bsdnet_loopattach to int to match with ↵Ralf Corsepius2009-11-021-1/+1
| | | | rtems/rtems_bsdnet.h.
* 2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-301-0/+7
| | | | | | | * base_mp/apptask.c: Use PRIxrtems_id to print rtems_ids. Include "tmacros.h". * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am: Add -I$(top_srcdir)/../support/include.
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-302-0/+2
|
* Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2009-10-301-2/+4
| | | | Include "tmacros.h".
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-291-0/+2
| | | | | * pppd/netconfig.h: Add UL suffix to long constants to avoid implicit integer overflows on 16bit targets.
* Add UL suffix to long constants to avoidRalf Corsepius2009-10-291-2/+2
| | | | implicit integer overflows on 16bit targets.
* 2009-10-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-292-1/+5
| | | | * fileio/init.c: Use %zd to print ssize_t.
* 2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-271-0/+5
| | | | | * base_sp/apptask.c, unlimited/init.c: Use PRIdrtems_task_argument to print rtems_task_argument's.
* Use PRIdrtems_task_argument to print rtems_task_argument's.Ralf Corsepius2009-10-272-3/+3
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+3
| | | | | | * base_sp/apptask.c, unlimited/init.c, unlimited/test1.c, unlimited/test2.c, unlimited/test3.c: Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.
* Include "tmacros.h". Use PRIxrtems_id to print rtems_ids.Ralf Corsepius2009-10-265-11/+17
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+5
| | | | | * unlimited/Makefile.am, base_sp/Makefile.am: Add -I$(top_srcdir)/../support/include.
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-262-0/+4
|
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+2
| | | | | * loopback/init.c : Add prototype for rtems_bsdnet_loopattach. Remove evil type-cast.
* Add prototype for rtems_bsdnet_loopattach.Ralf Corsepius2009-10-261-2/+3
| | | | Remove evil type-cast.
* 2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-261-0/+6
| | | | | | * nsecs/rprintf.h: Remove (PRItime_t moved to tmacros.h). * nsecs/Makefile.am: Add -I$(top_srcdir)/../support/include. * nsecs/init.c: Include "tmacros.h" instead of "rprintf.h"
* Remove.Ralf Corsepius2009-10-261-9/+0
|
* Add -I$(top_srcdir)/../support/include.Ralf Corsepius2009-10-261-1/+3
|
* Include "tmacros.h" instead of "rprintf.h"Ralf Corsepius2009-10-261-2/+1
|
* 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().