summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-183-2/+7
| | | | | * aclocal/rtems-top.m4: Remove RTEMS_API. * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * aclocal/rtems-top.m4: Bump RTEMS_API to 4.8.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+6
| | | | * libmisc/capture/capture-cli.c: Use size_t instead of int.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * 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-172-1/+5
| | | | * 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.
* Adaptations to automake-1.10.Ralf Corsepius2006-10-165-13/+11
|
* This commit was generated by cvs2svn to compensate for changes in r13861,Ralf Corsepius2006-10-141-0/+152
|\ | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2006-10-141-0/+152
| |
* | 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.
* | Flush stdout after updating the command line.Chris Johns2006-09-281-2/+7
| |
* | 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-253-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-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-09-254-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-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2006-09-2519-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.
* | Add name.Joel Sherrill2006-09-251-0/+2
| |
* | * score/Makefile.am, score/preinstall.am,Joel Sherrill2006-09-2526-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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-148-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-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-143-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-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-132-0/+6
| | | | | | | | | | * libnetworking/rtems/rtems_malloc_mbuf.c: Removed warning by adding prototype of malloc.
* | 2006-09-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-134-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-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-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.
* | 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-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
| |
* | 2006-09-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-012-2/+6
| | | | | | | | * libnetworking/net/if_loop.c: Remove warning.
* | * 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-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.
* | * libnetworking/net/if_ethersubr.c: (ether_ioctl)Till Straumann2006-08-222-0/+9
| | | | | | | | | | Return error for unknown/unsupported ioctl command. (Change merged from freeBSD).
* | 2006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-153-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.
* | This commit was generated by cvs2svn to compensate for changes in r13747,Ralf Corsepius2006-08-122-0/+556
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.5Ralf Corsepius2006-08-122-0/+556
| |
| * Import from zlib-1.2.4Ralf Corsepius2006-08-122-126/+126
| |
* | * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann2006-08-102-1/+7
| | | | | | | | | | fixed wrong calculation of 1000baseTx autonegotiation result.
* | 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-103-3/+9
| | | | | | | | | | * cpu.c, rtems/score/sh.h: Recognize sh2e variant so multilibs will all compile.