summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2006-09-13 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-09-132-1/+6
| | | | | * sh7750/include/rtems/score/sh7750_regs.h: Fix spelling of IPRC (Probably a cyrillic 'C' instead of an ASCI 'C').
* 2006-09-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-09-132-4/+5
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-47/+50
| | | | | * mongoosev/vectorisrs/vectorisrs.c: Convert C++ style comments to C style.
* *** empty log message ***Joel Sherrill2006-09-116-131/+141
|
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-1/+5
| | | | * librdbg/src/_servtgt.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-4/+9
| | | | | * include/mpc5200.h, network_5200/network.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-3/+7
| | | | * startup/bspstart.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-117-595/+578
| | | | | | * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, startup/bspclean.c, startup/start_c.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-9/+14
| | | | | * console/console.c, startup/init5235.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-8/+12
| | | | * startup/init5282.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-65/+20
| | | | | * console/fb_vga.c, console/kd.h: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-1/+5
| | | | * include/arm_mode_bits.h: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-115-248/+53
| | | | | * libmisc/mw-fb/mw_fb.c, libmisc/mw-fb/mw_fb.h, libmisc/mw-fb/mw_uid.c, libmisc/mw-fb/mw_uid.h: Remove warning.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-118-975/+1045
| | | | | | | | | | * at91rm9200/include/at91rm9200.h, at91rm9200/include/at91rm9200_dbgu.h, at91rm9200/include/at91rm9200_emac.h, at91rm9200/include/at91rm9200_gpio.h, at91rm9200/include/at91rm9200_mem.h, at91rm9200/include/at91rm9200_pmc.h, s3c2400/include/s3c2400.h: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-0/+6
| | | | * cpu.c: Remove warning.
* 2006-09-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-09-112-2/+7
| | | | | * libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
* Remove extra CRLF.Chris Johns2006-09-117-2/+25
|
* Remove extra CRLF.Chris Johns2006-09-111-0/+5
|
* Remove extra CRLF.Chris Johns2006-09-1110-3026/+3026
|
* 2006-09-08 Kate Feng <feng1@bnl.gov>Joel Sherrill2006-09-082-1/+8
| | | | | | | PR 1150/bsps * custom/mvme5500.cfg: This is a follow-up of the PR846 due to the fact that gcc (4.0.2) implicitely uses the vector engine for optimization; -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec is better.
* 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2006-09-082-1/+6
| | | | | PR 1162/rtems * unlimited/system.h: Reserve enough memory for the stacks wanted.
* New file.Joel Sherrill2006-09-081-0/+35
|
* 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2006-09-082-1/+8
| | | | | | | PR 1170/rtems * rtems/src/timerserver.c: Timer Server created the TIME task with a hard-coded hexadecimal number instead of using rtems_build_name. This resulted in a byte-swapped name on some platforms.
* 2006-09-07 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2006-09-072-3/+12
| | | | | PR 1171/doc * user/timer.t: Correct documentation for rtems_timer_initiate_server.
* 2006-09-06 Chris Johns <chrisj@rtems.org>Chris Johns2006-09-061-0/+5
| | | | | * pppd/pppd.h: Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version.
* Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version.Chris Johns2006-09-061-1/+1
|
* * startup/bspstart.c, start/start.S: Since the crudeTill Straumann2006-09-043-20/+88
| | | | | | | | | 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.
* * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*)Till Straumann2006-09-042-0/+7
|
* 2006-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-045-5/+25
| | | | | | * libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c, libchip/network/sonic.c: Fix error introduced by warning removal.
* Default to not building bsps. Too many problems.Chris Johns2006-09-032-10/+15
|
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-012-2/+6
| | | | * libnetworking/net/if_loop.c: Remove warning.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-014-3/+9
| | | | | | * libchip/network/greth.c, libchip/network/open_eth.c, libchip/network/smc91111.c: Remove warnings and correct prototype added earlier today.
* * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'Till Straumann2006-09-013-2/+8
| | | | | to 'pppuntimeout' to avoid name clash with [future] bsdnet kernel routine.
* *** empty log message ***Joel Sherrill2006-09-0111-30/+31
|
* *** empty log message ***Joel Sherrill2006-09-018-35/+39
|
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-016-7/+19
| | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-014-14/+20
| | | | | | * libcsupport/src/malloc.c, libnetworking/rtems/rtems_glue.c, libnetworking/sys/mbuf.h: Remove warnings -- use uintptr_t or properly sized integers.
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-312-2/+6
| | | | | * rtems/score/cpu.h: Revert change. It did not appear to correct all warnings.
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-3119-49/+76
| | | | | | | | | | | | | | | * 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-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-3017-35/+53
| | | | | | | | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-302-0/+5
| | | | * rtems/score/cpu.h:
* 2006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-309-28/+52
| | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-306-6/+17
| | | | | | * 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-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-292-11/+17
| | | | * libmisc/capture/capture-cli.c: Remove printf format warnings.
* 2006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-292-2/+7
| | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-292-1/+5
| | | | * rtems/score/cpu.h: Correct inline assembly constraints.
* 2006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-2912-148/+137
| | | | | | | | | * 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 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-292-0/+113
| | | | * cpu_supplement/cpu_supplement.texi: New file.
* 2006-08-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-2715-457/+14
| | | | | | | | | | * 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.
* Handle the noarch rpms. Dump the file list.Chris Johns2006-08-271-6/+10
|