Commit Graph
21667 Commits
Author SHA1 Message Date
Ralf Corsepius 4cbe22a4ec Housekeeping 2010-09-07 14:36:40 +00:00
Ralf Corsepius 18c4308e00 Regenerate. 2010-09-03 05:48:42 +00:00
Ralf Corsepius d76de26ec1 Add gdb-7.2 2010-09-03 05:48:08 +00:00
Ralf Corsepius b791b20cd4 GDB_VERS = 7.2 2010-09-03 05:47:31 +00:00
Ralf Corsepius d40a62ddd3 New (gdb-7.1 patches rebased against gdb-7.2) 2010-09-03 05:46:26 +00:00
Ralf Corsepius deae980942 2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1696/networking:
	* libnetworking/arpa/inet.h: Partial update from FreeBSD.
	#include <rtems/endian.h>.
	Remove addr2ascii, ascii2addr.
2010-09-01 11:12:37 +00:00
Ralf Corsepius f4e5f2f6af 2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/libc/addr2ascii.c,
	libnetworking/libc/ascii2addr.c,
	libnetworking/libc/addr2ascii.3: Remove.
	* libnetworking/Makefile.am: Reflect changes above.
2010-09-01 11:08:30 +00:00
Ralf Corsepius 2c0464405f 2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add htonl.
	* POSIX/htonl.c: New.
2010-09-01 06:42:58 +00:00
Ralf Corsepius 521869335b 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: AC_CHECK_DECLS([seteuid]).
	* psximfs02/init.c: Provide decl for seteuid if not provided by
	libc.
2010-08-30 16:58:13 +00:00
Ralf Corsepius 32ac0faf35 2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: AC_CHECK_DECLS([seteuid]).
	* psximfs02/init.c: Provide decl for seteuid if not provided by
	libc.
2010-08-30 16:58:12 +00:00
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