summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* aclocal/rtems-top.m4: Bump RTEMS_API to 4.8.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+6
* libmisc/capture/capture-cli.c: Use size_t instead of int.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* aclocal/version.m4: Bump version to 4.7.99.0.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Require autoconf-2.60.
2006-10-16Fix broken fileRalf Corsepius1-1/+0
2006-10-162006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* configure.ac, aclocal/multi.m4, aclocal/prog-cc.m4, aclocal/prog-ccas.m4 automake/compile.am: Adaptations to automake-1.10.
2006-10-16Adaptations to automake-1.10.Ralf Corsepius5-13/+11
2006-10-14Import from zlib-1.2.4Ralf Corsepius1-0/+152
2006-09-282006-09-29 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+6
* libmisc/monitor/mon-command.c: Flush stdout after updating the command line.
2006-09-28Flush stdout after updating the command line.Chris Johns1-2/+7
2006-09-252006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-8/+25
* libnetworking/net/route.c, librpc/src/rpc/auth_none.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c, librpc/src/rpc/rtems_portmapper.c: Removed warnings.
2006-09-252006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-4/+77
* sapi/include/confdefs.h, sapi/src/posixapi.c, sapi/src/rtemsapi.c: Add Classic API Barriers and commented out hooks to initialize .
2006-09-252006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill19-14/+1015
* rtems/Makefile.am, rtems/preinstall.am, rtems/include/rtems.h, rtems/include/rtems/rtems/attr.h, rtems/include/rtems/rtems/config.h, rtems/inline/rtems/rtems/attr.inl, rtems/macros/rtems/rtems/attr.inl: Add Classic API Barriers. * rtems/include/rtems/rtems/barrier.h, rtems/include/rtems/rtems/barriermp.h, rtems/inline/rtems/rtems/barrier.inl, rtems/macros/rtems/rtems/barrier.inl, rtems/src/barrier.c, rtems/src/barriercreate.c, rtems/src/barrierdelete.c, rtems/src/barrierident.c, rtems/src/barrierrelease.c, rtems/src/barriertranslatereturncode.c, rtems/src/barrierwait.c: New files.
2006-09-25Add name.Joel Sherrill1-0/+2
2006-09-25 * score/Makefile.am, score/preinstall.am,Joel Sherrill26-21/+1660
score/include/rtems/score/coresem.h, score/include/rtems/score/object.h, score/include/rtems/score/states.h, score/inline/rtems/score/coresem.inl: Add SuperCore Barriers, SpinLocks and a partial implementation of RWLocks. * score/include/rtems/score/corebarrier.h, score/include/rtems/score/corerwlock.h, score/include/rtems/score/corespinlock.h, score/inline/rtems/score/corebarrier.inl, score/inline/rtems/score/corerwlock.inl, score/inline/rtems/score/corespinlock.inl, score/macros/rtems/score/corebarrier.inl, score/macros/rtems/score/corerwlock.inl, score/macros/rtems/score/corespinlock.inl, score/src/corebarrier.c, score/src/corebarrierrelease.c, score/src/corebarrierwait.c, score/src/corerwlock.c, score/src/corerwlockobtainread.c, score/src/corerwlockobtainwrite.c, score/src/corerwlockrelease.c, score/src/corespinlock.c, score/src/corespinlockrelease.c, score/src/corespinlockwait.c: New files.
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill8-26/+35
* libnetworking/net/route.c, librpc/src/rpc/auth_none.c, librpc/src/rpc/auth_unix.c, librpc/src/rpc/authunix_prot.c, librpc/src/rpc/rpc_callmsg.c, librpc/src/rpc/rpc_prot.c, librpc/src/rpc/rtems_portmapper.c: Removed warnings.
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-18/+21
* libmisc/cpuuse/cpuuse.c, libmisc/cpuuse/cpuuse.h: Promote CPU Usage to first class citizen. Rename to start with rtems_ and include documentation in user guide.
2006-09-132006-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* libnetworking/rtems/rtems_malloc_mbuf.c: Removed warning by adding prototype of malloc.
2006-09-132006-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-70/+78
* libmisc/stackchk/check.c, libmisc/stackchk/internal.h, libmisc/stackchk/stackchk.h: Move stack to first class citizen status. Include it in User Manual and rename to start with rtems_.
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.