Commit Graph

21633 Commits

Author SHA1 Message Date
Joel Sherrill
010d830d04 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
2010-08-15 23:28:46 +00:00
Joel Sherrill
6ab0094d98 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Do not use .rel files for libbsp pieces.
2010-08-15 23:27:57 +00:00
Joel Sherrill
01b58467f5 Add comment. 2010-08-15 22:51:01 +00:00
Joel Sherrill
b6eb8b9f80 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
* startup/syscalls.c:
2010-08-15 22:50:13 +00:00
Ralf Corsepius
b8165ce28b Remove bogusly included files. 2010-08-15 06:38:50 +00:00
Joel Sherrill
8c87a9a65e 2010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* spurious/spinit.c: Add include of bootcard.h to fix warning.
2010-08-13 20:49:09 +00:00
Joel Sherrill
967bc14656 2010-08-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1674/docs
	* user/Makefile.am, user/dirstat.texi: Fix bad node reference.
2010-08-13 17:31:37 +00:00
Sebastian Huber
f6c33f3eef 2010-08-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/src/media.c: Use unprotected chain extract.
2010-08-13 12:50:56 +00:00
Sebastian Huber
d91e3a71bb 2010-08-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libblock/include/rtems/media.h, libblock/src/media-desc.c,
	libblock/src/media-dev-ident.c, libblock/src/media-path.c,
	libblock/src/media-server.c, libblock/src/media.c: New files.
	* Makefile.am, preinstall.am, libblock/Makefile.am: Reflect changes
	above.
2010-08-13 12:40:16 +00:00
Chris Johns
c3367ade01 2010-08-13 Chris Johns <chrisj@rtems.org>
* libfs/src/imfs/imfs_eval.c: Add the missing ';' for the debug
        case.
2010-08-13 04:49:31 +00:00
Ralf Corsepius
92101deff8 mpfr-2.4.2 2010-08-13 03:06:37 +00:00
Ralf Corsepius
fb477dd385 Regenerate. 2010-08-13 02:13:00 +00:00
Ralf Corsepius
4393d3711c Bump GCC_RPMREL. 2010-08-13 02:12:35 +00:00
Ralf Corsepius
8d32cc6a8c Regenerate. 2010-08-12 15:39:16 +00:00
Ralf Corsepius
bd87139ec9 Bump GCC_RPMREL. 2010-08-12 15:38:48 +00:00
Ralf Corsepius
aa04052b57 New. 2010-08-12 14:10:27 +00:00
Ralf Corsepius
9f86f4a986 Regenerate. 2010-08-12 14:09:54 +00:00
Ralf Corsepius
645febd556 gdb-7.1-rtems4.11-20100812.diff. 2010-08-12 14:09:15 +00:00
Ralf Corsepius
bff5732e8c Bump GDB_RPMREL = 4 2010-08-12 14:08:41 +00:00
Sebastian Huber
a43befd923 Typo. 2010-08-11 12:17:49 +00:00
Sebastian Huber
58fa947101 2010-09-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h: Include <rtems.h> to resolve all
	dependencies.
2010-08-11 12:16:11 +00:00
Joel Sherrill
30c9b6a2c6 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1658/cpukit
	* Makefile.am, configure.ac: If the system is not up, consider it a
	fatal error. This eliminated sp61 and added spfatal23.
	* spfatal23/.cvsignore, spfatal23/Makefile.am, spfatal23/spfatal23.doc,
	spfatal23/spfatal23.scn, spfatal23/testcase.h: New files.
	* sp61/.cvsignore, sp61/Makefile.am, sp61/init.c, sp61/sp61.doc,
	sp61/sp61.scn: Removed.
2010-08-10 22:58:00 +00:00
Joel Sherrill
7299818419 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1658/cpukit
	* sapi/src/exshutdown.c, score/include/rtems/score/interr.h: If the
	system is not up, consider it a fatal error.
2010-08-10 22:56:35 +00:00
Joel Sherrill
d539f2b807 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
PR 1661/testing
	* termios01/init.c, termios01/termios01.scn: Added a test case to
	hit a case in rtems_termios_read.
2010-08-10 22:31:49 +00:00
Joel Sherrill
6e7ee0bd25 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1662/filesystem
	* libcsupport/src/termios.c: osem is now released before attempt
	to delete in rtems_termios_close.
2010-08-10 22:15:32 +00:00
Joel Sherrill
8f0b33466b 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1660/filesystem
	* libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h: Changed
	int pipe_release to void pipe_release.
	* libfs/src/imfs/imfs_fifo.c: Corresponding change to
	IMFS_fifo_close since pipe_release does not return any error.
	* libfs/src/imfs/imfs_initsupp.c: Changes to improve
	IMFS_determine_bytes_per_block
2010-08-10 17:41:32 +00:00
Joel Sherrill
ce656dff3a 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
PR 1663/testing
	* spmkdir/init.c: New cases to get the error path in rtems_mkdir
	routine.
2010-08-10 17:34:12 +00:00
Joel Sherrill
d9c60fdde1 2010-08-10 Bharath Suri <bharath.s.jois@gmail.com>
PR 1598/testing
	* psxpasswd02/init.c, psxpasswd02/psxpasswd02.scn: New test case
	added to improve coverage of getpwent.c.
2010-08-10 14:50:14 +00:00
Joel Sherrill
a263ce5cbf 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1664/testing
	* termios01/init.c: Use INT_MAX instead of hard-coded number for error
	case to avoid warning on 16-bit targets.
2010-08-10 14:45:22 +00:00
Joel Sherrill
b50cde4222 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1665/testing
	* psximfs02/init.c: Fix uninitialized variable warning.
2010-08-10 14:41:47 +00:00
Joel Sherrill
07b93de9fd 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing
	* malloc04/init.c: Add public methods to get/set malloc heap pointer so
	the tests do not have to peer behind the API.
2010-08-10 13:15:38 +00:00
Joel Sherrill
bad55939df 2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing
	* libcsupport/Makefile.am, libcsupport/include/rtems/libcsupport.h: Add
	public methods to get/set malloc heap pointer so the tests do not
	have to peer behind the API.
	* libcsupport/src/mallocgetheapptr.c,
	libcsupport/src/mallocsetheapptr.c: New files.
2010-08-10 13:15:30 +00:00
Ralf Corsepius
aec88a2831 Regenerate. 2010-08-10 04:07:41 +00:00
Ralf Corsepius
68735e8380 newlib-1.18.0-rtems4.11-20100810.diff. 2010-08-10 04:04:48 +00:00
Ralf Corsepius
3f568eb1cd Bump GCC_RPMREL. 2010-08-10 04:04:17 +00:00
Ralf Corsepius
b78a7faeca New. 2010-08-10 04:01:15 +00:00
Joel Sherrill
9f7690f36d 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1661/testing
	* psximfs02/init.c: Changes to improve coverage of
	imfs_initsupp.c, by using a bad value for
	CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK
2010-08-09 14:37:01 +00:00
Joel Sherrill
2e54cdc4d8 2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1661/testing
	* termios01/init.c, termios01/termios_testdriver.c,
	termios01/termios01.scn: Changes to improve coverage of
	rtems_termios_open routine.
2010-08-09 14:36:47 +00:00
Joel Sherrill
8d9c8247e5 2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing
	* spfifo02/init.c, spmountmgr01/init.c, spprivenv01/init.c: Eliminate
	most references to RTEMS_Malloc_Heap.
2010-08-09 14:29:36 +00:00
Joel Sherrill
38cc1e1b21 2010-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing
	* psxchroot01/test.c, psximfs01/init.c, psximfs02/init.c,
	psxpipe01/init.c: Eliminate most references to RTEMS_Malloc_Heap.
2010-08-09 14:29:33 +00:00
Sebastian Huber
5f1300a79e 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/inline/rtems/score/object.inl: Use attribute unused in
	_Objects_Is_local_id().
2010-08-09 09:16:08 +00:00
Sebastian Huber
3b9d1aba5a 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/Makefile.am, rtems/preinstall.am: Install
	<rtems/rtems/mainpage.h> to allow documentation generation.
2010-08-09 09:03:11 +00:00
Sebastian Huber
e5a2eb4d32 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/include/rtems.h, rtems/mainpage.h,
	rtems/include/rtems/rtems/types.h: Documentation.
2010-08-09 08:59:57 +00:00
Sebastian Huber
e9f7e13b18 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sp09/screen12.c: Update for rtems_region_create() changes.
	* sp09/sp09.scn: Update.
2010-08-09 08:46:56 +00:00
Sebastian Huber
93280b56fb 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1604/cpukit
	* rtems/src/regioncreate.c: Removed superfluous parameter check.
2010-08-09 08:24:41 +00:00
Sebastian Huber
05d470a557 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1615/cpukit
	* posix/src/keyrundestructors.c: Improved POSIX compliance.  Now we may
	have an unlimited number of iterations.
2010-08-09 08:13:21 +00:00
Sebastian Huber
670be3c6f2 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1513/doc
	* user/chains.t: Added missing functions.  Uniform text for
	unprotected functions.
2010-08-09 07:51:19 +00:00
Sebastian Huber
b8af65a8f1 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/inline/rtems/chain.inl: Added
	rtems_chain_extract_unprotected().
2010-08-09 07:38:51 +00:00
Ralf Corsepius
4685a5901f 2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/aio.h, posix/src/aio_return.c:
	Let aio_return return ssize_t (Mandated by POSIX).
2010-08-09 07:33:58 +00:00
Ralf Corsepius
87adad480a 2010-08-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxpasswd02/init.c: Remove unused variable.
2010-08-09 05:24:01 +00:00