Commit Graph

21857 Commits

Author SHA1 Message Date
Ralf Corsepius
86f468142c 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/devctl.h, posix/src/devctl.c: Remove.
	* posix/Makefile.am: Remove devctl.
2010-08-30 12:25:49 +00:00
Ralf Corsepius
d28b259c79 Regenerate. 2010-08-30 12:25:37 +00:00
Ralf Corsepius
7bcae3d888 Remove devctl. 2010-08-30 12:25:23 +00:00
Ralf Corsepius
ec34180ff4 Remove. 2010-08-30 12:25:10 +00:00
Ralf Corsepius
80a7533ab6 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.
2010-08-30 12:21:32 +00:00
Ralf Corsepius
8534b0e5a2 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.
2010-08-30 12:21:31 +00:00
Joel Sherrill
b003995151 2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* posix/src/killinfo.c: Ensure interested is non-NULL before using it.
2010-08-29 19:50:33 +00:00
Joel Sherrill
a006af3153 2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libcsupport/src/privateenv.c: Add macro to test status when
	RTEMS_DEBUG is enabled. Note than evaluation of root directory should
	always work.
2010-08-29 19:49:52 +00:00
Joel Sherrill
fb90d67b2f 2010-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libcsupport/src/getlogin.c: Modify to use strncpy() on all paths.
2010-08-29 19:48:52 +00:00
Joel Sherrill
8cb97f594f 2010-08-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1694/shell
	* libmisc/shell/main_setenv.c: Address memory leak identified by
	Coverity.
2010-08-28 20:10:00 +00:00
Joel Sherrill
c188f8e7f2 Just comment out line. 2010-08-28 19:49:47 +00:00
Joel Sherrill
28ff5942a5 2010-08-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* libfs/src/pipe/pipe.c: Remove unreachable line flagged by Coverity as
	dead code.
2010-08-28 19:48:41 +00:00
Ralf Corsepius
d5811d0580 Abandon Fedora 11. 2010-08-28 06:14:02 +00:00
Joel Sherrill
293554ae2c Update date. 2010-08-27 18:07:03 +00:00
Joel Sherrill
e78b10bd27 2010-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/ctermid.c: Add comment explaining that this use of
	strcpy() is a potential buffer overrun but because the API does not
	provide a way to know the length of the user provided buffer, there
	is nothing we can do about it.
2010-08-27 18:06:46 +00:00
Joel Sherrill
57cdf005bc 2010-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_date.c: Use snprintf() not sprintf().
2010-08-27 18:04:28 +00:00
Joel Sherrill
f70b79178f 2010-08-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1693/filesystem
	* libfs/src/imfs/memfile.c: IMFS_memfile_get_block_pointer() was
	checking incorrect pointer and thus had dead code.
2010-08-27 17:43:26 +00:00
Joel Sherrill
9063a0e3c9 2010-08-27 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1692/filesystem
	* libcsupport/include/rtems/libio.h, libfs/src/devfs/devfs_eval.c,
	libfs/src/imfs/imfs_eval.c: Fix implementation and use of
	rtems_libio_is_valid_perms().
2010-08-27 17:32:59 +00:00
Sebastian Huber
225216358a 2010-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libfs/src/defaults/default_evalpath.c,
	libfs/src/defaults/default_evaluate_link.c: Removed superfluous
	assignment.
2010-08-27 06:42:46 +00:00
Sebastian Huber
f1e790d439 2010-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/mount.c, libcsupport/src/mount-mgr.c: Avoid
	strcpy().
2010-08-27 06:41:08 +00:00
Sebastian Huber
e91cd60022 2010-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/mount.c: Avoid strcpy().
2010-08-27 06:29:26 +00:00
Chris Johns
5422e5abd4 2010-08-27 Chris Johns <chrisj@rtems.org>
* console/console.c: Add baudrate support to the --console command
        line option. You can now do '--console=com1,115200'.
2010-08-27 04:38:37 +00:00
Joel Sherrill
e6a92f85ed 2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/sync.c: Add comment explaining why the return value
	from fsync() and fdatasync() is not checked.
2010-08-26 21:42:21 +00:00
Joel Sherrill
6b9886bbac 2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/monitor/mon-symbols.c: Fix length of buffer passed to
	strncpy() so there is room for a NULL terminator.
2010-08-26 21:41:41 +00:00
Joel Sherrill
030ab087ef 2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/eval.c: Make some filesystem implementation
	correctness checks conditional on RTEMS_DEBUG.
2010-08-26 19:57:19 +00:00
Joel Sherrill
29e1a88e33 2010-08-26 Bharath Suri <bharath.s.jois@gmail.com>
PR 1663/testing
	* spmkdir/init.c, spmkdir/spmkdir.scn: Added some test outputs to
	the test.
2010-08-26 19:40:09 +00:00
Joel Sherrill
5fa0adf64c 2010-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect some of
	aio being implemented.
2010-08-26 19:35:09 +00:00
Joel Sherrill
ad8b61431b 2010-08-26 Gedare Bloom <giddyup44@yahoo.com>
PR 1691/bsps
	* shared/include/traptable.h: Double the size of TABLE_SIZE to copy
	code branched to from the trap table.
2010-08-26 18:04:51 +00:00
Chris Johns
6ed22abde2 2010-08-26 Chris Johns <chrisj@rtems.org>
* libfs/src/defaults/default_evaluate_link.c: Remove assignment.

        * libfs/src/rfs/rtems-rfs-file.c: Check then load the inode is not
        present on the close.

        * libfs/src/rfs/rtems-rfs-format.c: Initialise the buffer chain.
2010-08-26 06:31:15 +00:00
Chris Johns
37ae92ae11 2010-08-26 Chris Johns <chrisj@rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
2010-08-26 06:07:10 +00:00
Ralf Corsepius
74b4509447 Regenerate. 2010-08-26 02:18:24 +00:00
Ralf Corsepius
8c81f88429 binutils-2.20.1-rtems4.11-20100826.diff 2010-08-26 02:16:40 +00:00
Ralf Corsepius
d89e247c7a Bump BINUTILS_RPMREL. 2010-08-26 02:16:19 +00:00
Ralf Corsepius
8c168003a5 Add binutils-pr11939 patch. 2010-08-26 02:15:42 +00:00
Joel Sherrill
4cce3f97c5 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 93/NO_EFFECT
	Coverity Id 94/NO_EFFECT
	* libcsupport/src/readv.c, libcsupport/src/writev.c: size_t is unsigned
	so it is useless to check for < 0.
2010-08-25 22:25:18 +00:00
Till Straumann
5ece7981f1 2010-08-25 Till Straumann <strauman@slac.stanford.edu>
PR 1689/bsps
	* shared/flash/intelFlash.c: Scale erase timeout by actual
	system clock rate rather than assuming a fixed value.
2010-08-25 22:21:14 +00:00
Joel Sherrill
ae336ea4be 2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* .cvsignore: New file.
2010-08-25 22:15:44 +00:00
Joel Sherrill
39aa5cfae0 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 125
	Coverity Id 126
	* libi2c/libi2c.c: Use strncpy and snprintf.
2010-08-25 21:17:03 +00:00
Joel Sherrill
49460dc6d4 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/coremsginsert.c: Fix typo.
2010-08-25 20:48:43 +00:00
Joel Sherrill
f8b7c83d37 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 148/STRAY_SEMICOLON
	* score/src/coremsginsert.c: Slightly modify macro.
2010-08-25 20:47:33 +00:00
Joel Sherrill
ce3bfb7e47 2010-08-25 Gedare Bloom <giddyup44@yahoo.com>
PR 1688/libcpu
	* shared/score/interrupt.S: Fix bug in the sun4u _ISR_Dispatch code
	that ends up cloberring the global registers. It manifests primarily
	as a memory alignment error when the globals are used to read to/from
	memory.
2010-08-25 20:33:25 +00:00
Joel Sherrill
21e3de112c 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 169
	* libmisc/stackchk/check.c: Readd line accidentally deleted between
	1.67 and 1.68.
2010-08-25 20:29:41 +00:00
Joel Sherrill
d4a97df3fd 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 163
	* libmisc/stackchk/check.c: Adjust conditional compilation.
2010-08-25 20:15:56 +00:00
Joel Sherrill
4b556660f1 2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 164/UNINIT
	Coverity Id 165/UNINIT
	* posix/src/prwlockinit.c, posix/src/pspininit.c,
	score/include/rtems/score/corespinlock.h,
	score/inline/rtems/score/corerwlock.inl,
	score/inline/rtems/score/corespinlock.inl: Add initialization helpers
	for score rwlock and spinlock. Use them from POSIX.
2010-08-25 20:01:47 +00:00
Sebastian Huber
1b5a0ecef7 2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libcsupport/src/free.c, libcsupport/src/malloc.c,
	libcsupport/src/malloc_initialize.c: Remove heap walks in case
	RTEMS_DEBUG is defined.
2010-08-25 14:30:01 +00:00
Sebastian Huber
5bb3197dfe 2010-08-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spheapprot/.cvsignore, spheapprot/Makefile.am,
	spheapprot/spheapprot.doc, spheapprot/spheapprot.scn: New files.
	* Makefile.am, configure.ac: Reflect changes above.
2010-08-25 13:05:47 +00:00
Ralf Corsepius
0d10d566fa Regenerate. 2010-08-25 12:46:46 +00:00
Ralf Corsepius
b51eb88b2c Bump GCC_RPMREL. 2010-08-25 12:46:17 +00:00
Ralf Corsepius
763e117ba4 newlib-1.18.0-rtems4.11-20100825.diff. 2010-08-25 12:46:01 +00:00
Ralf Corsepius
0fa653a68e New. 2010-08-25 12:45:40 +00:00