Commit Graph

23768 Commits

Author SHA1 Message Date
Ralf Corsepius
ee22b256be 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* tm30/init.c: Make benchmark_barrier_create,
	benchmark_barrier_ident, benchmark_barrier_delete static.
2011-12-13 09:54:51 +00:00
Ralf Corsepius
260fa3fd30 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx07/init.c: Remove unused var "clock_allowed".
2011-12-13 09:40:08 +00:00
Ralf Corsepius
4534ba300e 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* fileio/init.c: Comment out setup_nvdisk (Unused).
	Make shell_nvdisk_trace, shell_nvdisk_erase, shell_bdbuf_trace,
	disk_test_set_block_size, disk_test_write_blocks, disk_test_block_sizes,
	parse_size_arg, create_ramdisk, create_nvdisk static.
	* nsecs/init.c: Make my_ctime, subtract_em static.
2011-12-13 09:36:01 +00:00
Ralf Corsepius
4b27463311 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for getrusage decl.
	* psxgetrusage01/init.c:
	Fix header file inclusion order.
	Move configuration section up.
	Apply HAVE_DECL_GETRUSAGE.
2011-12-13 06:52:09 +00:00
Ralf Corsepius
66496446db 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for getrusage.h decl.
	* libcsupport/src/getrusage.c:
	Apply HAVE_DECL_GETRUSAGE (Missing prototypes).
2011-12-13 06:47:21 +00:00
Ralf Corsepius
055e668569 2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* compile, depcomp, mdate-sh, texinfo.tex:
	Update from automake-1.11.1b.
2011-12-13 04:59:22 +00:00
Ralf Corsepius
c444d1ec3c 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add support/include/tmtests_empty_function.h.
	* support/include/tmtests_empty_function.h: New.
	* support/src/tmtests_empty_function.c,
	support/src/tmtests_support.c:
	Include "tmtests_empty_function.h".
	Remove local decls (Missing prototypes).
2011-12-13 04:37:56 +00:00
Gedare Bloom
a1a25aeb58 2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1989
	* shared/start/start.S, shared/startup/linkcmds: Boot stack and heap
	space improvements.
2011-12-12 19:31:48 +00:00
Gedare Bloom
8bc6b663f1 2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1988
	* shared/start/start.S: Add _init and _fini to .init and .fini sections
2011-12-12 19:00:48 +00:00
Gedare Bloom
e17789bf3d 2011-12-12 Gedare Bloom <gedare@rtems.org>
PR bsps/1988
	* shared/startup/linkcmds: Relocate .init and .fini sections closer to
	.text.
2011-12-12 18:52:18 +00:00
Sebastian Huber
b1345b2494 2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* spwkspace/init.c: Test _Workspace_String_duplicate().
2011-12-12 15:18:18 +00:00
Sebastian Huber
141b31107a 2011-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* score/src/wkstringduplicate.c: New file.
	* score/Makefile.am: Reflect change above.
	* score/include/rtems/score/wkspace.h: Declare
	_Workspace_String_duplicate().
2011-12-12 15:17:33 +00:00
Ralf Corsepius
ebd6c936de Regenerate. 2011-12-12 10:57:00 +00:00
Ralf Corsepius
db52dbac3f Adjust Source0. 2011-12-12 10:56:20 +00:00
Ralf Corsepius
341cdaf2f6 Regenerate. 2011-12-12 10:52:29 +00:00
Ralf Corsepius
ec1dc981fc Bump AUTOCONF_RPMREL.
Update to automake-1.11.1b.
2011-12-12 10:51:43 +00:00
Ralf Corsepius
4835eb04fb Fix perl module filtering. 2011-12-12 10:51:05 +00:00
Ralf Corsepius
14d4397d01 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h: Remove (Unused).
2011-12-11 07:38:02 +00:00
Ralf Corsepius
1415194ce1 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add support/include/tmtests_empty_function.h.
2011-12-11 06:50:42 +00:00
Ralf Corsepius
436ef337de 2011-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/tmtests_empty_function.h: New.
	* support/src/tmtests_empty_function.c,
	support/src/tmtests_support.c:
	Include "tmtests_empty_function.h".
	Remove local decls (Missing prototypes).
2011-12-11 06:49:22 +00:00
Ralf Corsepius
d71462b4eb 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac (CFLAGS): Add -Wmissing-prototypes.
2011-12-10 05:53:03 +00:00
Ralf Corsepius
4172953cc4 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/fork.c: Include <unistd.h> for "fork" prototype.
	Don't include <sys/types.h> (unnecessary).
2011-12-10 05:34:15 +00:00
Ralf Corsepius
0a3c6d89d9 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1985/cpukit
	* telnetd/Makefile.am: Remove icmds.c.
2011-12-10 04:27:36 +00:00
Ralf Corsepius
ac4f31c814 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/interrupts/vectorexceptions.c: Make
	mips_dump_exception_frame, mips_default_exception_code_handler
	static.
2011-12-10 04:07:46 +00:00
Ralf Corsepius
de5868fe37 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu
	* shared/src/cache_aligned_malloc.c:
	Include <rtems/rtems/cache.h>.
2011-12-10 04:03:50 +00:00
Ralf Corsepius
99365ed037 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu
	* rtems/include/rtems/rtems/cache.h:
	Add rtems_cache_aligned_malloc decl.
2011-12-10 04:00:32 +00:00
Ralf Corsepius
0a752f4e93 2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/sigtimedwait.c: Make _POSIX_signals_Get_lowest static.
2011-12-10 03:56:16 +00:00
Joel Sherrill
a40eec45a1 2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1985/cpukit
	* telnetd/icmds.c: Removed.
	All functionality is in shell. Obsolete and unreferenced.
2011-12-09 18:21:17 +00:00
Sebastian Huber
c7dc99ef21 2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/init.c: Fix due to alignment issue.
2011-12-09 16:44:15 +00:00
Sebastian Huber
b6c5fe0f83 2011-12-09 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxconfig01/.cvsignore, psxconfig01/Makefile.am, psxconfig01/init.c,
	psxconfig01/psxconfig01.doc, psxconfig01/psxconfig01.scn: New files.
	* Makefile.am, configure.ac: Reflect changes above.
2011-12-09 16:27:11 +00:00
Joel Sherrill
2eddd4d61b 2011-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* make/custom/gen68360.cfg, make/custom/gen68360_040.cfg,
	make/custom/pgh360.cfg: Simplify and clean up.
2011-12-09 16:12:46 +00:00
Ralf Corsepius
2571c79e66 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* project.am (MOSTLYCLEANFILES): Remove index.html.
	* ada_user/Makefile.am (CLEANFILES): Fixup image handling.
2011-12-09 15:20:14 +00:00
Ralf Corsepius
67cc389e1f 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Make _defaultExcHandler static.
2011-12-09 14:07:58 +00:00
Jennifer Averett
0f98487dae 2011-12-09 Jennifer Averett
* cpu.c: Correct typo.
2011-12-09 14:04:37 +00:00
Ralf Corsepius
b9c2f07d59 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/sonic.c: Activate SONIC_STATIC.
2011-12-09 13:16:25 +00:00
Ralf Corsepius
bf5d715672 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/vt.c: Make _kd_mksound static.
	* ide/ide.c: Make pc386_ide_probe, pc386_ide_initialize,
	pc386_ide_read_reg, pc386_ide_write_reg, pc386_ide_write_block,
	pc386_ide_control, pc386_ide_config_io_speed static.
2011-12-09 13:12:40 +00:00
Ralf Corsepius
32f2304ac3 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/pci/pcibios.c: Make pcib_find_by_devid static.
2011-12-09 13:10:15 +00:00
Ralf Corsepius
da13f46bdb 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/flashdisk.c:
	Make rtems_fdisk_crc16_gen_factors static.
	* libblock/src/nvdisk.c:
	Make rtems_nvdisk_crc16_gen_factors static.
2011-12-09 13:04:48 +00:00
Ralf Corsepius
102e93602c 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectsetname.c:
	Include <rtems/rtems/object.h> (Missing prototype).
2011-12-09 11:37:45 +00:00
Ralf Corsepius
1059b7600d 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/src/rtemsobjectgetclassicname.c:
	Include <rtems/rtems/object.h> (Missing prototype).
2011-12-09 07:36:41 +00:00
Chris Johns
8504f12471 2011-12-09 Chris Johns <chrisj@rtems.org>
PR 1968/filesystem
        * libfs/src/rfs/rtems-rfs-file.c: Fix to the seek bug where a seek
        to 0 after reading the end of the file did not point to the
        correct block.
        * libfs/src/rfs/rtems-rfs-rtems.h,
        libfs/src/rfs/rtems-rfs-trace.c: Fix the trace flags. Used to fix
        the bug.
2011-12-09 07:21:02 +00:00
Ralf Corsepius
ba5df99c89 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/vgacons.c: Add VGACONS_STATIC.
	* console/vgacons.h: Remove VGACONS_STATIC.
2011-12-09 07:20:28 +00:00
Ralf Corsepius
884a581346 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/if_fxp.c: Add missing initializer.
2011-12-09 07:16:48 +00:00
Ralf Corsepius
06d28d620f 2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftp01/Makefile.am:
	Re-add ftpd01_LDADD (Fix breakage introduced by previous patch).
2011-12-09 05:57:06 +00:00
Joel Sherrill
57bbd5cbce 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* configure.ac: Remove obsolete optional manager capability.
2011-12-08 21:42:36 +00:00
Joel Sherrill
5fa9b7069d 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove
	obsolete optional manager capability.
2011-12-08 21:40:23 +00:00
Joel Sherrill
bbf8816ab2 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* optman/.cvsignore, optman/Makefile.am, optman/preinstall.am,
	optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
	optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
	optman/rtems/no-part.c, optman/rtems/no-region.c,
	optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
	optman/rtems/no-signal.c, optman/rtems/no-timer.c,
	optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.
2011-12-08 21:39:52 +00:00
Joel Sherrill
50bb5c5f9c 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* leaf.cfg, Templates/Makefile.leaf: Remove obsolete optional manager
	capability.
2011-12-08 21:39:13 +00:00
Joel Sherrill
448f6577fb 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am,
	tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional
	manager capability.
2011-12-08 21:38:46 +00:00
Joel Sherrill
d13eb6bf2c 2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp10/Makefile.am, sp11/Makefile.am, sp12/Makefile.am,
	sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am,
	sp16/Makefile.am, sp17/Makefile.am, sp18/Makefile.am,
	sp19/Makefile.am, sp20/Makefile.am, sp2038/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp27a/Makefile.am, sp28/Makefile.am,
	sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am,
	sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
	sp35/Makefile.am, sp36/Makefile.am, sp37/Makefile.am,
	sp38/Makefile.am, sp39/Makefile.am, sp40/Makefile.am,
	sp41/Makefile.am, sp42/Makefile.am, sp43/Makefile.am,
	sp44/Makefile.am, sp45/Makefile.am, sp46/Makefile.am,
	sp47/Makefile.am, sp48/Makefile.am, sp49/Makefile.am,
	sp50/Makefile.am, sp51/Makefile.am, sp52/Makefile.am,
	sp53/Makefile.am, sp54/Makefile.am, sp55/Makefile.am,
	sp56/Makefile.am, sp57/Makefile.am, sp58/Makefile.am,
	sp59/Makefile.am, sp60/Makefile.am, sp62/Makefile.am,
	sp63/Makefile.am, sp64/Makefile.am, sp65/Makefile.am,
	sp66/Makefile.am, sp67/Makefile.am, sp68/Makefile.am,
	sp69/Makefile.am, sp70/Makefile.am, sp71/Makefile.am,
	sp72/Makefile.am, sp73/Makefile.am, sp74/Makefile.am,
	sp75/Makefile.am, sp76/Makefile.am, spassoc01/Makefile.am,
	spcbssched01/Makefile.am, spcbssched02/Makefile.am,
	spcbssched03/Makefile.am, spchain/Makefile.am,
	spclockget/Makefile.am, spcoverage/Makefile.am,
	spedfsched01/Makefile.am, spedfsched02/Makefile.am,
	spedfsched03/Makefile.am, sperror01/Makefile.am,
	sperror02/Makefile.am, sperror03/Makefile.am, spfatal01/Makefile.am,
	spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am,
	spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am,
	spfatal08/Makefile.am, spfatal09/Makefile.am, spfatal10/Makefile.am,
	spfatal11/Makefile.am, spfatal12/Makefile.am, spfatal13/Makefile.am,
	spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am,
	spfatal17/Makefile.am, spfatal18/Makefile.am, spfatal19/Makefile.am,
	spfatal20/Makefile.am, spfatal21/Makefile.am, spfatal22/Makefile.am,
	spfatal23/Makefile.am, spfatal24/Makefile.am, spfatal25/Makefile.am,
	spfifo01/Makefile.am, spfifo02/Makefile.am, spfifo03/Makefile.am,
	spfifo04/Makefile.am, spfifo05/Makefile.am, spheapprot/Makefile.am,
	spintrcritical01/Makefile.am, spintrcritical02/Makefile.am,
	spintrcritical03/Makefile.am, spintrcritical04/Makefile.am,
	spintrcritical05/Makefile.am, spintrcritical06/Makefile.am,
	spintrcritical07/Makefile.am, spintrcritical08/Makefile.am,
	spintrcritical09/Makefile.am, spintrcritical10/Makefile.am,
	spintrcritical11/Makefile.am, spintrcritical12/Makefile.am,
	spintrcritical13/Makefile.am, spintrcritical14/Makefile.am,
	spintrcritical15/Makefile.am, spintrcritical16/Makefile.am,
	spintrcritical17/Makefile.am, spmkdir/Makefile.am,
	spmountmgr01/Makefile.am, spnotepad01/Makefile.am,
	spnsext01/Makefile.am, spobjgetnext/Makefile.am,
	spprintk/Makefile.am, spprivenv01/Makefile.am,
	sprbtree01/Makefile.am, spsimplesched01/Makefile.am,
	spsimplesched02/Makefile.am, spsimplesched03/Makefile.am,
	spsize/Makefile.am, spstkalloc/Makefile.am, spthreadq01/Makefile.am,
	spwatchdog/Makefile.am, spwkspace/Makefile.am: Remove obsolete
	optional manager capability.
2011-12-08 21:38:41 +00:00