summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * aclocal/rtems-top.m4: Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * libmisc/capture/capture-cli.c: Use size_t instead of int.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * aclocal/version.m4: Bump version to 4.7.99.0.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60.
* Fix broken fileRalf Corsepius2006-10-161-1/+0
|
* 2006-10-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-161-0/+5
| | | | | * configure.ac, aclocal/multi.m4, aclocal/prog-cc.m4, aclocal/prog-ccas.m4 automake/compile.am: Adaptations to automake-1.10.
* 2006-09-29 Chris Johns <chrisj@rtems.org>Chris Johns2006-09-281-0/+6
| | | | | * libmisc/monitor/mon-command.c: Flush stdout after updating the command line.
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-251-0/+7
| | | | | | | * 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-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-09-251-0/+5
| | | | | * sapi/include/confdefs.h, sapi/src/posixapi.c, sapi/src/rtemsapi.c: Add Classic API Barriers and commented out hooks to initialize .
* 2006-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-09-251-0/+15
| | | | | | | | | | | | | | | * 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.
* Add name.Joel Sherrill2006-09-251-0/+2
|
* * score/Makefile.am, score/preinstall.am,Joel Sherrill2006-09-251-0/+21
| | | | | | | | | | | | | | | | | | | | | | 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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-141-0/+7
| | | | | | | * 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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-141-0/+6
| | | | | | * 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-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-131-0/+5
| | | | | * libnetworking/rtems/rtems_malloc_mbuf.c: Removed warning by adding prototype of malloc.
* 2006-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-131-0/+6
| | | | | | * 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-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-111-0/+5
| | | | | * 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 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-09-111-0/+5
| | | | | * libnetworking/netinet/in_cksum.c: Joel should have used int32_t not uint32_t when removing warnings.
* 2006-09-08 Ken Peters <ken.peters@jpl.nasa.gov>Joel Sherrill2006-09-081-0/+7
| | | | | | | 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-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.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-011-0/+4
| | | | * libnetworking/net/if_loop.c: Remove warning.
* * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'Till Straumann2006-09-011-0/+6
| | | | | to 'pppuntimeout' to avoid name clash with [future] bsdnet kernel routine.
* 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-011-0/+6
| | | | | | * 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-311-0/+15
| | | | | | | | | | | | | | | * 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-301-0/+14
| | | | | | | | | | | | | | * 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-301-0/+8
| | | | | | | | * 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-301-0/+6
| | | | | | * 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-291-0/+4
| | | | * libmisc/capture/capture-cli.c: Remove printf format warnings.
* 2006-08-29 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-291-0/+5
| | | | | * 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-291-0/+9
| | | | | | | | | * 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.
* * libnetworking/net/if_ethersubr.c: (ether_ioctl)Till Straumann2006-08-221-0/+6
| | | | | Return error for unknown/unsupported ioctl command. (Change merged from freeBSD).
* 2006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-151-0/+6
| | | | | | * 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.
* * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann2006-08-101-0/+6
| | | | | fixed wrong calculation of 1000baseTx autonegotiation result.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-091-0/+5
| | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
* * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann2006-08-091-0/+6
| | | | | read ANER and include partner's autoneg capability when determining active link parameters.
* added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler2006-07-141-0/+27
|
* PR 1110/networkingTill Straumann2006-07-131-0/+8
| | | | | | | * 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.
* * pppd/sys-rtems.c: fixed error message so that the correctTill Straumann2006-07-131-0/+5
| | | | ioctl is reported.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-111-0/+12
| | | | | | | | | | | | 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-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-291-0/+3
| | | | * Makefile.am: Add ampolish3.
* 2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-291-0/+5
| | | | | * ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
* 2006-06-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-241-0/+5
| | | | | * libnetworking/net/if_var.h: #include <sys/queue.h>. Cosmetics from FreeBSD.
* 2006-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-231-0/+6
| | | | * libcsupport/include/rtems/cdefs.h: Partial update from freebsd.
* PR 1101/rtemsJoel Sherrill2006-06-221-0/+3
| | | | * libcsupport/src/base_fs.c: Remove extra endif.
* 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-221-0/+6
| | | | | | 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-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-181-0/+4
| | | | * libcsupport/include/rtems/libio.h: Add extern "C" {}.
* 2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-181-1/+7
| | | | | | * posix/src/mqueue.c: Remove duplicate #include <limits.h>. PR 1088/rtems * posix/src/ptimer.c: Add missing #include <limits.h>.
* 2006-06-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-081-0/+7
| | | | | | | * posix/Makefile.am, posix/preinstall.am, posix/include/rtems/posix/timer.h, posix/src/ptimer.c, posix/src/ptimer1.c, sapi/src/posixapi.c, score/include/rtems/score/object.h:
* Formatting.Joel Sherrill2006-06-031-10/+8
|