Commit Graph

21849 Commits

Author SHA1 Message Date
Joel Sherrill
33c46f1a70 2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c,
	psx04/task1.c, psx04/task2.c, psx04/task3.c, psx05/init.c,
	psx05/task.c, psx05/task2.c, psx05/task3.c, psx06/init.c,
	psx06/task.c, psx06/task2.c, psx07/init.c, psx08/init.c,
	psx08/task2.c, psx08/task3.c, psx09/init.c, psx10/init.c,
	psx10/task.c, psx10/task2.c, psx10/task3.c, psx11/init.c,
	psx11/task.c, psx12/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxcancel01/init.c, psxchroot01/test.c, psxitimer/init.c,
	psxkey01/task.c, psxkey02/init.c, psxkey03/init.c, psxmount/test.c,
	psxmsgq01/init.c, psxmsgq03/init.c, psxmsgq04/init.c,
	psxrwlock01/test.c, psxsem01/init.c, psxsignal01/init.c,
	psxsignal01/task1.c, psxsignal02/init.c, psxsignal03/init.c,
	psxsignal05/init.c, psxspin01/test.c, psxspin02/test.c,
	psxstack01/init.c, psxstack02/init.c, psxualarm/init.c: Eliminate
	double space after parenthesis on rtems_test_assert().
2010-10-21 21:22:25 +00:00
Sebastian Huber
15d5b9add7 Typo. 2010-10-21 14:42:23 +00:00
Sebastian Huber
c477be46b8 2010-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/tm27.h: New file.
	* Makefile.am, preinstall.am: Reflect change above.
	* include/bsp.h: Fixed lpc32xx_micro_seconds_delay().
	* misc/timer.c: Support for timer tests.
2010-10-21 13:58:18 +00:00
Sebastian Huber
6366c2e2a6 2010-10-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/ftpfs.c: Do not fall back to BOOTP server address
	in case hostname was not specified.
2010-10-19 09:16:20 +00:00
Sebastian Huber
71a6a16fd0 2010-10-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/ftpfs.c: Fixed a special case with no username and
	password.
2010-10-19 07:38:53 +00:00
Chris Johns
6dd4853c48 2010-10-19 Chris Johns <chrisj@rtems.org>
* libfs/src/rfs/rtems-rfs-rtems-file.c: Add missing unlock in
        write. Return the error code in close.
2010-10-18 22:39:35 +00:00
Ralf Corsepius
5f3ebd2849 Regenerate. 2010-10-14 15:12:12 +00:00
Ralf Corsepius
8ef2d0f161 Abandon autoconf < 2.68.
Exclude test 199.
2010-10-14 15:11:48 +00:00
Ralf Corsepius
02e9f5fb42 Use xz-compressed tarball except on el5.
Abandon autoconf < 2.68.
2010-10-14 15:10:53 +00:00
Ralf Corsepius
e469c173c3 Bump AUTOCONF_RPMREL. 2010-10-14 14:57:52 +00:00
Sebastian Huber
4a14d7b1e0 2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/emc.h, include/i2c.h, include/lpc32xx.h, include/nand-mlc.h:
	Update for <bsp/utility.h> changes.
2010-10-14 09:37:18 +00:00
Sebastian Huber
60d60575d8 2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/utility.h: Renamed macros.
2010-10-14 09:34:57 +00:00
Sebastian Huber
8f60119e57 2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/lpc24xx.h, misc/system-clocks.c: Removed superfluous include
	of <bsp/utility.h>.
2010-10-14 09:34:06 +00:00
Sebastian Huber
cb6c5dcf91 Added missing entry. 2010-10-14 07:18:38 +00:00
Sebastian Huber
1d3d868bab Typo. 2010-10-14 06:56:03 +00:00
Sebastian Huber
d267a8a0b0 2010-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* misc/system-clocks.c: Fixed lpc24xx_micro_seconds_delay().
2010-10-14 06:52:46 +00:00
Chris Johns
0a127c5591 2010-10-11 Chris Johns <chrisj@rtems.org>
* libfs/src/rfs/rtems-rfs-trace.c,
        libfs/src/rfs/rtems-rfs-trace.h: Add inode-delete.
        * libfs/src/rfs/rtems-rfs-shell.c: Fix formatting.
        * libfs/src/rfs/rtems-rfs-rtems-dir.c: Use ssize_t. Fix spelling.
        * libfs/src/rfs/rtems-rfs-block.c: Fix rtems_rfs_block_get_bpos to
        return the position correctly. A bpos does not have any special
        processing. Do no reset the buffer handle when shrinking
        indirectly.
        * libfs/src/rfs/rtems-rfs-inode.c: Add trace.
        * libfs/src/rfs/rtems-rfs-format.c: Fix comments.
        * libfs/src/rfs/rtems-rfs-group.c: Limit the inodes to the blocks
        in a group so the accounting works.
        * libfs/src/rfs/rtems-rfs-dir.c: PR 1705. Fix handling the offsets
        when deleting an entry.
        * libfs/src/rfs/rtems-rfs-buffer.h: Remove
        rtems_rfs_buffer_handle_reset. It is not needed and dangerous.
2010-10-11 04:34:48 +00:00
Chris Johns
0781705f8c 2010-10-11 Chris Johns <chrisj@rtems.org>
* console/console.c: Fix the baudrate command line support.
2010-10-11 00:36:48 +00:00
Ralf Corsepius
bc0b351530 Regenerate. 2010-10-09 06:51:17 +00:00
Ralf Corsepius
1fcd11ea46 newlib-1.18.0-rtems4.11-20101009.diff 2010-10-09 06:50:25 +00:00
Ralf Corsepius
76c0d6d674 Bump GCC_RPMREL. 2010-10-09 06:50:03 +00:00
Ralf Corsepius
5fd4e68986 New. 2010-10-09 06:49:05 +00:00
Ralf Corsepius
72ea1c2f5d Regenerate. 2010-10-08 14:26:06 +00:00
Ralf Corsepius
b94bb03e7f newlib-1.18.0-rtems4.11-20101008.diff. 2010-10-08 14:25:29 +00:00
Ralf Corsepius
c6e8ae8d89 Bump GCC_RPMREL. 2010-10-08 14:24:56 +00:00
Ralf Corsepius
34fb242d55 Add upstream newlib's complex math. 2010-10-08 13:24:22 +00:00
Ralf Corsepius
e76a4776a6 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: pthread_attr* functions are in <pthread.h>, not in
	<pthreads.h>.
2010-10-08 09:44:44 +00:00
Ralf Corsepius
b2b13e8af2 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-func.m4: Linearize checks.
	Add missing $2 to AC_CHECK_DECL.
2010-10-08 09:42:11 +00:00
Ralf Corsepius
acd08dd1b1 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
	guardsize.
2010-10-08 09:39:36 +00:00
Ralf Corsepius
4163a697b3 2010-10-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Add HAVE_DECL_PTHREAD_ATTR_SETGUARDSIZE guard around
	guardsize.
2010-10-08 09:39:35 +00:00
Ralf Corsepius
df24385ecf Regenerate. 2010-10-06 05:32:23 +00:00
Ralf Corsepius
c2f7c6d90f Bump GCC_RPMREL. 2010-10-06 05:31:36 +00:00
Ralf Corsepius
78c07661c9 newlib-1.18.0-rtems4.11-20101006.diff. 2010-10-06 05:31:09 +00:00
Ralf Corsepius
6ca6057b0c Add patch from http://sourceware.org/ml/newlib/2010/msg00502.html. 2010-10-06 05:30:16 +00:00
Joel Sherrill
538453e3b7 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Revert accident commit adding libdbm to
	build.
2010-10-04 17:45:32 +00:00
Joel Sherrill
f564c32b34 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxhdrs/pthread37.c, psxhdrs/pthread38.c, psxhdrs/pthread39.c,
	psxhdrs/pthread40.c: New files.
2010-10-04 16:09:44 +00:00
Joel Sherrill
6baf5a5bc3 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, psx07/init.c, psx07/psx07.scn,
	psxhdrs/Makefile.am, psxstack01/init.c: Add pthread_attr_getstack,
	pthread_attr_setstack, pthread_attr_getguardsize, and
	pthread_attr_setguardsize.
	* psxstack02/.cvsignore, psxstack02/Makefile.am, psxstack02/init.c,
	psxstack02/psxstack02.doc, psxstack02/psxstack02.scn: New files.
2010-10-04 15:53:45 +00:00
Joel Sherrill
9eb5c8ee80 *** empty log message *** 2010-10-04 15:33:09 +00:00
Joel Sherrill
21dd3ab8b6 2010-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, posix/Makefile.am, posix/src/pthread.c:
	* posix/src/pthreadattrgetguardsize.c, posix/src/pthreadattrgetstack.c,
	posix/src/pthreadattrsetguardsize.c, posix/src/pthreadattrsetstack.c:
	New files.
2010-10-04 15:32:36 +00:00
Ralf Corsepius
ad8adccd9b Regenerate. 2010-10-04 12:19:07 +00:00
Ralf Corsepius
b3e30af06a newlib-1.18.0-rtems4.11-20101004.diff 2010-10-04 12:18:00 +00:00
Ralf Corsepius
8b7c5d9e69 Bump GCC_RPMREL. 2010-10-04 12:17:22 +00:00
Ralf Corsepius
543405e1fa New. 2010-10-04 12:16:35 +00:00
Ralf Corsepius
bf0f33973c Add *.spec 2010-10-04 05:04:12 +00:00
Ralf Corsepius
50ab8586ea 2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* spfifo03/spfifo03.scn: Replace file.
2010-10-04 04:07:47 +00:00
Ralf Corsepius
6227170193 2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* spsize/size.c: Fix typo.
2010-10-03 07:16:50 +00:00
Ralf Corsepius
db9b700a92 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1708/build:
	* aclocal/check-cpuopts.m4: Fix m4-quoting.
2010-10-01 17:00:16 +00:00
Ralf Corsepius
f23b023550 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_attr_{get,set}cputime instead of
	pthread_pthread_attr_{get,set}cputime (Typo).
2010-10-01 16:56:07 +00:00
Ralf Corsepius
c517ae782e 2010-10-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_attr_{get,set}cputime instead of
	pthread_pthread_attr_{get,set}cputime (Typo).
2010-10-01 16:56:06 +00:00
Ralf Corsepius
8a0a414950 2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove -Wno-unused-variable.
2010-09-29 14:28:53 +00:00