summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-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-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* cpu.c: Remove warning.
2006-09-112006-09-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2-2/+7
* libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
2006-09-082006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2-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-062006-09-06 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+5
* pppd/pppd.h: Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version.
2006-09-06Fix the bug in name change. The UNTIMEOUT macro did not use the ppp version.Chris Johns1-1/+1
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* libnetworking/net/if_loop.c: Remove warning.
2006-09-01 * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'Till Straumann3-2/+8
to 'pppuntimeout' to avoid name clash with [future] bsdnet kernel routine.
2006-09-01*** empty log message ***Joel Sherrill11-30/+31
2006-09-01*** empty log message ***Joel Sherrill8-35/+39
2006-09-012006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-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-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-2/+6
* rtems/score/cpu.h: Revert change. It did not appear to correct all warnings.
2006-08-312006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill19-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-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill17-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-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+5
* rtems/score/cpu.h:
2006-08-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill9-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-302006-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-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-292006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-11/+17
* libmisc/capture/capture-cli.c: Remove printf format warnings.
2006-08-292006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-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-292006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* rtems/score/cpu.h: Correct inline assembly constraints.
2006-08-292006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill12-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-22 * libnetworking/net/if_ethersubr.c: (ether_ioctl)Till Straumann2-0/+9
Return error for unknown/unsupported ioctl command. (Change merged from freeBSD).
2006-08-152006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-2/+8
* libnetworking/kern/kern_sysctl.c: Change int to int32_t. * libnetworking/net/if_loop.c: Add cast to long. These plus a patch to machine/param.h let the h8300 build multilib.
2006-08-12Import from zlib-1.2.5Ralf Corsepius2-0/+556
2006-08-12Import from zlib-1.2.4Ralf Corsepius2-126/+126
2006-08-10 * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann2-1/+7
fixed wrong calculation of 1000baseTx autonegotiation result.
2006-08-102006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-3/+9
* cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all compile.
2006-08-102006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* .cvsignore: New file.
2006-08-092006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+10
* rtems/score/cpu.h: Because gcc implicitly uses floating point turn on floating point for all threads if there is a hardware FPU.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill5-0/+1599
* rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h, rtems/score/types.h: New files.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill4-1/+8
* configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill7-0/+853
* ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am, rtems/asm.h: New files.
2006-08-09 * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann2-2/+19
read ANER and include partner's autoneg capability when determining active link parameters.
2006-07-14added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler1-0/+27
2006-07-13 PR 1110/networkingTill Straumann2-44/+60
* libnetworking/machine/in_cksum.h: Replaced PPC and i386 assembly algorithms (must not assume carry bit is preserved across multiple asms). Added packet header as a 'm' input operand for all CPU variants. Added carry bit to clobber list.
2006-07-13 * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:Till Straumann3-2/+8
Checked inline assembly; added early-clobber '&' to output operands of multi-instruction asms.
2006-07-13 * pppd/sys-rtems.c: fixed error message so that the correctTill Straumann2-1/+6
ioctl is reported.
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-41/+40
PR 1124/rtems * score/include/rtems/score/threadq.h, score/src/coremutexseize.c, score/src/coremutexsurrender.c, score/src/threadqenqueue.c, score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c: The placement of the changing a thread's priority when using priority ceiling should be on the successful transfer of the mutex -- not when the thread tries to acquire. Plus the lack of a dispatch disable point lead to the potential for a thread timing out and already having inherited the ceiling priority.
2006-07-09applied patches for PR1117/1118/1119/1120Thomas Doerfler9-8/+146
2006-07-06convert to utf-8Ralf Corsepius1-1/+1
2006-06-292006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+5
* Makefile.am: Add ampolish3.
2006-06-292006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius3-2/+284
* ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
2006-06-242006-06-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+9
* libnetworking/net/if_var.h: #include <sys/queue.h>. Cosmetics from FreeBSD.
2006-06-232006-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-8/+16
* libcsupport/include/rtems/cdefs.h: Partial update from freebsd.
2006-06-22 PR 1101/rtemsJoel Sherrill2-1/+3
* libcsupport/src/base_fs.c: Remove extra endif.
2006-06-222006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill5-42/+10
PR 1101/rtems * libcsupport/src/base_fs.c, rtems/src/taskcreate.c, rtems/src/tasks.c, score/src/coremutex.c: Remove dead code.
2006-06-21Fix formatting.Joel Sherrill1-1/+1
2006-06-19 PR1091/patchTill Straumann2-1/+7
* cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.
2006-06-182006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-0/+12
* libcsupport/include/rtems/libio.h: Add extern "C" {}.
2006-06-182006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+7
* posix/src/mqueue.c: Remove duplicate #include <limits.h>. PR 1088/rtems * posix/src/ptimer.c: Add missing #include <limits.h>.