Commit Graph

12749 Commits

Author SHA1 Message Date
Joel Sherrill
f027b909c9 2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>
PR 1171/doc
	* user/timer.t: Correct documentation for rtems_timer_initiate_server.
2006-09-07 18:08:25 +00:00
Chris Johns
c2f22829d1 2006-09-06 Chris Johns <chrisj@rtems.org>
* pppd/pppd.h: Fix the bug in name change. The UNTIMEOUT
        macro did not use the ppp version.
2006-09-06 12:55:52 +00:00
Chris Johns
b59eff1c13 Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version. 2006-09-06 05:13:42 +00:00
Till Straumann
662c1577ac * startup/bspstart.c, start/start.S: Since the crude
memory autodetection code can easily fail (boards with
	'reserved' regions - I experienced a hard lockup on a
	dell precision 490 when writing past the bios-reported
	memory size) I added code that a) tries to save
	and use multiboot info, if present b) allows applications
	to override/set memory size via a weak alias.
2006-09-04 23:29:29 +00:00
Till Straumann
f74578a205 * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*) 2006-09-04 23:24:08 +00:00
Joel Sherrill
7f247f3c25 2006-09-04 Joel Sherrill <joel@OARcorp.com>
* libchip/network/greth.c, libchip/network/open_eth.c,
	libchip/network/smc91111.c, libchip/network/sonic.c: Fix error
	introduced by warning removal.
2006-09-04 13:00:15 +00:00
Chris Johns
4b88b73b1b Default to not building bsps. Too many problems. 2006-09-03 10:50:36 +00:00
Joel Sherrill
d2efdeb170 2006-09-01 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/if_loop.c: Remove warning.
2006-09-01 21:21:43 +00:00
Joel Sherrill
ac5b81c395 2006-09-01 Joel Sherrill <joel@OARcorp.com>
* libchip/network/greth.c, libchip/network/open_eth.c,
	libchip/network/smc91111.c: Remove warnings and correct prototype
	added earlier today.
2006-09-01 21:20:47 +00:00
Till Straumann
d8f86d925a * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'
to 'pppuntimeout' to avoid name clash with [future]
	bsdnet kernel routine.
2006-09-01 21:16:19 +00:00
Joel Sherrill
cf04e8aca9 *** empty log message *** 2006-09-01 19:10:01 +00:00
Joel Sherrill
300c914c64 *** empty log message *** 2006-09-01 18:15:01 +00:00
Joel Sherrill
a612b501b3 2006-09-01 Joel Sherrill <joel@OARcorp.com>
* libchip/network/cs8900.c, libchip/network/greth.c,
	libchip/network/i82586.c, libchip/network/open_eth.c,
	libchip/network/sonic.c: Remove warnings -- use uintptr_t, properly
	sized integers, and inttypes.h printf helpers.
2006-09-01 15:39:00 +00:00
Joel Sherrill
b3ee778ea9 2006-09-01 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/malloc.c, libnetworking/rtems/rtems_glue.c,
	libnetworking/sys/mbuf.h: Remove warnings -- use uintptr_t or
	properly sized integers.
2006-09-01 15:37:47 +00:00
Joel Sherrill
ddee935174 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Revert change. It did not appear to correct all
	warnings.
2006-08-31 01:53:35 +00:00
Joel Sherrill
a009d94459 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* ftpd/ftpd.c, libcsupport/include/sys/ioccom.h,
	libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c,
	libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h,
	libnetworking/net/if.c, libnetworking/net/if_ethersubr.c,
	libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h,
	libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c,
	libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c,
	libnetworking/rtems/rtems_bsdnet_internal.h,
	libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings
	due to improper use of int which shows up on 16 bit targets. Added
	ioctl_command_t since IOCTL command argument does not reliably fit
	into 16 bits.
2006-08-31 01:10:02 +00:00
Joel Sherrill
ae5a79c349 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* libcsupport/include/sys/ioccom.h, libnetworking/kern/uipc_socket2.c,
	libnetworking/net/ethernet.h, libnetworking/net/if.h,
	libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c,
	libnetworking/net/if_pppvar.h, libnetworking/net/ppp_tty.c,
	libnetworking/net/pppcompress.c, libnetworking/net/slcompress.c,
	libnetworking/netinet/in.h, libnetworking/netinet/ip_icmp.c,
	libnetworking/netinet/tcp.h, libnetworking/netinet/tcp_seq.h,
	libnetworking/sys/protosw.h, libnetworking/sys/socketvar.h: Remove
	warnings. Most of the warnings were 16/32 bit integer sizing issues.
	Some constants had L appended, some had casts add, some types were
	changed to reflect a bit width requirement.
2006-08-30 17:20:33 +00:00
Joel Sherrill
eba52fd39d 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h:
2006-08-30 17:16:50 +00:00
Joel Sherrill
352332193c 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* libmisc/cpuuse/cpuuse.c, libmisc/monitor/mon-command.c,
	libmisc/monitor/mon-driver.c, libmisc/monitor/mon-symbols.c,
	libmisc/rtmonuse/rtmonuse.c, libmisc/stackchk/check.c,
	libnetworking/libc/res_debug.c, telnetd/telnetd.c: Remove printf
	format warnings.
2006-08-30 13:53:02 +00:00
Joel Sherrill
48b1e29a7d 2006-08-30 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/utsname.c, libnetworking/libc/res_debug.c,
	libnetworking/net/if_media.h, libnetworking/rtems/rtems_mii_ioctl.c,
	librpc/src/rpc/svc_simple.c: Remove printf format warnings.
2006-08-30 13:18:40 +00:00
Joel Sherrill
8a1ae878d4 2006-08-29 Joel Sherrill <joel@OARcorp.com>
* libmisc/capture/capture-cli.c: Remove printf format warnings.
2006-08-29 21:55:30 +00:00
Joel Sherrill
0337a9c5e9 2006-08-29 Joel Sherrill <joel@OARcorp.com>
* score/include/rtems/score/object.h: _Objects_Local_node is a uint16_t
	so cast the _Objects_Local_node constant to 1.
2006-08-29 21:54:36 +00:00
Joel Sherrill
cd12590b7f 2006-08-29 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Correct inline assembly constraints.
2006-08-29 21:53:25 +00:00
Joel Sherrill
e197621ce8 2006-08-29 Joel Sherrill <joel@OARcorp.com>
* libfs/src/dosfs/fat.h, libfs/src/dosfs/msdos.h,
	libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_eval.c,
	libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_free.c,
	libfs/src/dosfs/msdos_fsunmount.c, libfs/src/dosfs/msdos_init.c,
	libfs/src/dosfs/msdos_misc.c, libfs/src/dosfs/msdos_mknod.c,
	libfs/src/imfs/imfs_debug.c: Remove warnings.
2006-08-29 19:38:08 +00:00
Joel Sherrill
36af34f9a9 2006-08-29 Joel Sherrill <joel@OARcorp.com>
* cpu_supplement/cpu_supplement.texi: New file.
2006-08-29 13:17:04 +00:00
Joel Sherrill
45bcd282b4 2006-08-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now
	included with RPMs.
	* gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am,
	gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs,
	gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html,
	gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html,
	gnu_docs/rtems_tools_index.html: Removed.
2006-08-27 15:07:35 +00:00
Chris Johns
896247d5e6 Handle the noarch rpms. Dump the file list. 2006-08-27 12:46:13 +00:00
Chris Johns
2ba11f8c75 Set the prefix into the MSYS fstab, This is a hack but it works. 2006-08-27 12:45:28 +00:00
Chris Johns
e25ff2c625 Ignore more build output files. 2006-08-27 12:44:47 +00:00
Chris Johns
5ceb567e4b Build the autotools for each RTEMS target. 2006-08-27 12:44:08 +00:00
Chris Johns
4f5d2dfcf1 Move the target list into a shared file. 2006-08-27 12:43:13 +00:00
Joel Sherrill
d8f0aa16bc 2006-08-23 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac, index.html.in: FAQ should now be
	completely in the Wiki.
	* FAQ/.cvsignore, FAQ/FAQ.texi, FAQ/Makefile.am, FAQ/basic.t,
	FAQ/bsp.t, FAQ/build45.t, FAQ/concepts.t, FAQ/debug.t,
	FAQ/endoftime.t, FAQ/entry, FAQ/freesw.t, FAQ/hwdebugaids.t,
	FAQ/projects.t, FAQ/stamp-vti, FAQ/tools.t, FAQ/version.texi,
	common/timemac.texi, common/timetbl.t, common/timing.t: Removed.
2006-08-23 19:23:30 +00:00
Joel Sherrill
83fb86f32b 2006-08-23 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, configure.ac, FAQ/stamp-vti, FAQ/version.texi,
	common/cpright.texi: Merging CPU Supplements into a single document.
	As part of this removed the obsolete and impossible to maintain size
	and timing information.
	* cpu_supplement/.cvsignore, cpu_supplement/Makefile.am,
	cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t,
	cpu_supplement/mips.t, cpu_supplement/powerpc.t,
	cpu_supplement/preface.texi, cpu_supplement/sh.t,
	cpu_supplement/sparc.t, cpu_supplement/tic4x.t: New files.
	* supplements/.cvsignore, supplements/Makefile.am,
	supplements/supplement.am, supplements/arm/.cvsignore,
	supplements/arm/BSP_TIMES, supplements/arm/ChangeLog,
	supplements/arm/Makefile.am, supplements/arm/arm.texi,
	supplements/arm/bsp.t, supplements/arm/callconv.t,
	supplements/arm/cpumodel.t, supplements/arm/cputable.t,
	supplements/arm/fatalerr.t, supplements/arm/intr_NOTIMES.t,
	supplements/arm/memmodel.t, supplements/arm/preface.texi,
	supplements/arm/timeBSP.t, supplements/c4x/.cvsignore,
	supplements/c4x/BSP_TIMES, supplements/c4x/ChangeLog,
	supplements/c4x/Makefile.am, supplements/c4x/bsp.t,
	supplements/c4x/c4x.texi, supplements/c4x/callconv.t,
	supplements/c4x/cpumodel.t, supplements/c4x/cputable.t,
	supplements/c4x/fatalerr.t, supplements/c4x/intr_NOTIMES.t,
	supplements/c4x/memmodel.t, supplements/c4x/preface.texi,
	supplements/c4x/timeBSP.t, supplements/i386/.cvsignore,
	supplements/i386/ChangeLog, supplements/i386/FORCE386_TIMES,
	supplements/i386/Makefile.am, supplements/i386/bsp.t,
	supplements/i386/callconv.t, supplements/i386/cpumodel.t,
	supplements/i386/cputable.t, supplements/i386/fatalerr.t,
	supplements/i386/i386.texi, supplements/i386/intr_NOTIMES.t,
	supplements/i386/memmodel.t, supplements/i386/preface.texi,
	supplements/i386/timeFORCE386.t, supplements/m68k/.cvsignore,
	supplements/m68k/ChangeLog, supplements/m68k/MVME136_TIMES,
	supplements/m68k/Makefile.am, supplements/m68k/bsp.t,
	supplements/m68k/callconv.t, supplements/m68k/cpumodel.t,
	supplements/m68k/cputable.t, supplements/m68k/fatalerr.t,
	supplements/m68k/intr_NOTIMES.t, supplements/m68k/m68k.texi,
	supplements/m68k/memmodel.t, supplements/m68k/preface.texi,
	supplements/m68k/timeMVME136.t, supplements/m68k/timedata.t,
	supplements/mips/.cvsignore, supplements/mips/BSP_TIMES,
	supplements/mips/ChangeLog, supplements/mips/Makefile.am,
	supplements/mips/bsp.t, supplements/mips/callconv.t,
	supplements/mips/cpumodel.t, supplements/mips/cputable.t,
	supplements/mips/fatalerr.t, supplements/mips/intr_NOTIMES.t,
	supplements/mips/memmodel.t, supplements/mips/mips.texi,
	supplements/mips/preface.texi, supplements/mips/timeBSP.t,
	supplements/powerpc/.cvsignore, supplements/powerpc/ChangeLog,
	supplements/powerpc/DMV177_TIMES, supplements/powerpc/Makefile.am,
	supplements/powerpc/PSIM_TIMES, supplements/powerpc/bsp.t,
	supplements/powerpc/callconv.t, supplements/powerpc/cpumodel.t,
	supplements/powerpc/cputable.t, supplements/powerpc/fatalerr.t,
	supplements/powerpc/intr_NOTIMES.t, supplements/powerpc/memmodel.t,
	supplements/powerpc/powerpc.texi, supplements/powerpc/preface.texi,
	supplements/powerpc/timeDMV177.t, supplements/powerpc/timePSIM.t,
	supplements/sh/.cvsignore, supplements/sh/BSP_TIMES,
	supplements/sh/ChangeLog, supplements/sh/Makefile.am,
	supplements/sh/bsp.t, supplements/sh/callconv.t,
	supplements/sh/cpumodel.t, supplements/sh/cputable.t,
	supplements/sh/fatalerr.t, supplements/sh/intr_NOTIMES.t,
	supplements/sh/memmodel.t, supplements/sh/preface.texi,
	supplements/sh/sh.texi, supplements/sh/timeBSP.t,
	supplements/sparc/.cvsignore, supplements/sparc/ChangeLog,
	supplements/sparc/ERC32_TIMES, supplements/sparc/Makefile.am,
	supplements/sparc/bsp.t, supplements/sparc/callconv.t,
	supplements/sparc/cpumodel.t, supplements/sparc/cputable.t,
	supplements/sparc/fatalerr.t, supplements/sparc/intr_NOTIMES.t,
	supplements/sparc/memmodel.t, supplements/sparc/preface.texi,
	supplements/sparc/sparc.texi, supplements/sparc/timeERC32.t,
	supplements/template/.cvsignore, supplements/template/BSP_TIMES,
	supplements/template/ChangeLog, supplements/template/Makefile.am,
	supplements/template/bsp.t, supplements/template/callconv.t,
	supplements/template/cpumodel.t, supplements/template/cputable.t,
	supplements/template/fatalerr.t, supplements/template/intr_NOTIMES.t,
	supplements/template/memmodel.t, supplements/template/preface.texi,
	supplements/template/template.texi, supplements/template/timeBSP.t: Removed.
2006-08-23 19:11:14 +00:00
Joel Sherrill
e8beb87007 2006-08-23 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Revert patch adding new exception support code to
	an old exception BSP.
2006-08-23 11:25:54 +00:00
Ralf Corsepius
eb6276b55f 2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems4.7/arm/gcc-sources.add, rtems4.7/h8300/gcc-sources.add,
	rtems4.7/i386/gcc-sources.add, rtems4.7/m68k/gcc-sources.add,
	rtems4.7/mips/gcc-sources.add, rtems4.7/powerpc/gcc-sources.add
	rtems4.7/sh/gcc-sources.add, rtems4.7/sparc/gcc-sources.add
	rtems4.7/tic4x/gcc-sources.add: Add gcc-4.0.3.
2006-08-23 03:53:18 +00:00
Ralf Corsepius
99e02e71d2 Add gcc-4.0.3 2006-08-23 03:52:40 +00:00
Ralf Corsepius
7989747744 2006-08-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* gcc/build.add: Revert --disable-libssp etc. hacks.
2006-08-23 03:45:43 +00:00
Joel Sherrill
25c5370021 2006-08-22 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Add basic _BSP_Fatal_error.
2006-08-22 17:21:14 +00:00
Chris Johns
d867214daa 2006-08-22 Chris Johns <chrisj@rtems.org>
* rtems4.7/avr/gcc-sources.add: Add the 4.0.3 patch.
        * patches/gcc-core-4.0.3-rtems-20060822.diff:
        The .exe for the versioned execuable for MinGW.
2006-08-22 12:08:05 +00:00
Chris Johns
f78916176c Add the 4.0.3 patch. 2006-08-22 11:57:36 +00:00
Chris Johns
e5e88aab51 The .exe for the versioned execuable for MinGW. 2006-08-22 11:57:03 +00:00
Chris Johns
ef5059395e Change the rpm to use the version. 2006-08-22 11:41:51 +00:00
Chris Johns
5428a43e2f Add a version for rtems.
Add checking messages.
2006-08-22 11:41:31 +00:00
Till Straumann
655c8bf240 * shared/vme/vmeconfig.c: open outbound window
to VME CSR space if the BSP defines _VME_CSR_ON_PCI
2006-08-22 02:52:29 +00:00
Till Straumann
d5423d834a * libnetworking/net/if_ethersubr.c: (ether_ioctl)
Return error for unknown/unsupported ioctl command.
	(Change merged from freeBSD).
2006-08-22 02:11:32 +00:00
Chris Johns
a2d7c41101 Move the build to host tools out of the target root, 2006-08-21 22:29:53 +00:00
Joel Sherrill
a94075bdda 2006-08-21 Joel Sherrill <joel@OARcorp.com>
* rtems4.7/h8300/binutils-sources.add,
	rtems4.7/m68k/binutils-sources.add: Add h8300 _tinydata patch and
	bump patch for targets needing it.
	* patches/binutils-2.17-rtems-20060815.diff: New file.
2006-08-21 14:38:33 +00:00
Chris Johns
7272828382 Fix the path in the batch file to the installed path. 2006-08-20 23:02:44 +00:00
Chris Johns
8a1c14be10 Renamed the spec file. 2006-08-18 11:28:17 +00:00
Chris Johns
0e872e6a2b Updated the specs file. 2006-08-18 11:27:56 +00:00