Commit Graph

5 Commits

Author SHA1 Message Date
Sebastian Huber
6c0301daad tests/sptests: Use <rtems/test.h> 2014-03-25 08:06:21 +01:00
Chris Johns
c49985691f Change all references of rtems.com to rtems.org. 2014-03-21 08:10:47 +11:00
Joel Sherrill
9b4422a251 Remove All CVS Id Strings Possible Using a Script
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.
2012-05-11 08:44:13 -05:00
Sebastian Huber
5a4bb758c0 Filesystem: Remove per file descriptor semaphore
The per file descriptor semaphore (field of rtems_libio_t) is unused in
RTEMS.  There is a considerable memory overhead due to that.  A
semaphore needs roughly 124 bytes which is huge compared to the
approximately 72 bytes for the file descriptor structure itself.  Device
drivers can create their own synchronization primitives in the open
handler on demand.
2012-05-04 10:53:51 +02:00
Joel Sherrill
420607fdba 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new tests to generate fatal errors in
	rtems_termios_open().
	* spfatal16/.cvsignore, spfatal16/Makefile.am, spfatal16/spfatal16.doc,
	spfatal16/spfatal16.scn, spfatal16/testcase.h, spfatal17/.cvsignore,
	spfatal17/Makefile.am, spfatal17/spfatal17.doc,
	spfatal17/spfatal17.scn, spfatal17/testcase.h, spfatal18/.cvsignore,
	spfatal18/Makefile.am, spfatal18/spfatal18.doc,
	spfatal18/spfatal18.scn, spfatal18/testcase.h, spfatal19/.cvsignore,
	spfatal19/Makefile.am, spfatal19/spfatal19.doc,
	spfatal19/spfatal19.scn, spfatal19/testcase.h: New files.
2010-06-22 02:15:46 +00:00