summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/paranoia/paranoia.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* samples/paranoia: Remove <bsp.h> includeSebastian Huber2019-11-121-1/+0
| | | | This include is superfluous.
* samples: Avoid build system defined definesSebastian Huber2019-11-121-0/+4
| | | | Update #3818.
* testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-061-2/+0
|
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-2/+2
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Add HAVE_CONFIG_H.Ralf Corsepius2011-02-221-0/+4
|
* exclude big samples for SMALL MEMORY BSPsThomas Doerfler2010-03-291-0/+3
|
* 2008-11-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-11-241-22/+24
| | | | * paranoia/paranoia.c: Add missing prototypes.
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-1/+1
| | | | | | | | * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * paranoia/paranoia.c: Commented out incorrect and conflicting prototype of read().
* Changed B, H, and W variables to BVar, HVar, and WVar to avoid conflictsJoel Sherrill1999-11-091-35/+35
| | | | | with ITRON 3.0 data types regardless of how dumb it is to name types with a simple letter.
* Solaris port updates from Chris JohnsJoel Sherrill1998-01-231-0/+4
|
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-1/+1
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* maximum number of messages removed and include statement cleanupJoel Sherrill1995-08-171-2/+2
|
* Initial revisionJoel Sherrill1995-05-111-0/+2300