summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-102-0/+6
| | | | | | | | * .cvsignore: New file.
* | 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-092-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-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-095-0/+1599
| | | | | | | | | | * rtems/score/cpu.h, rtems/score/cpu_asm.h, rtems/score/nios2.h, rtems/score/types.h: New files.
* | 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-094-1/+8
| | | | | | | | | | * configure.ac, librpc/src/xdr/xdr_float.c, score/cpu/Makefile.am: New port to Altera NIOS II.
* | 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-097-0/+853
| | | | | | | | | | * ChangeLog, Makefile.am, cpu.c, cpu_asm.S, irq.c, preinstall.am, rtems/asm.h: New files.
* | * libnetworking/rtems/rtems_mii_ioctl_kern.c:Till Straumann2006-08-092-2/+19
| | | | | | | | | | 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-132-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.
* | * rtems/old-exceptions/cpu.h, rtems/powerpc/registers.h:Till Straumann2006-07-133-2/+8
| | | | | | | | | | Checked inline assembly; added early-clobber '&' to output operands of multi-instruction asms.
* | * pppd/sys-rtems.c: fixed error message so that the correctTill Straumann2006-07-132-1/+6
| | | | | | | | ioctl is reported.
* | 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-117-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.
* | applied patches for PR1117/1118/1119/1120Thomas Doerfler2006-07-099-8/+146
| |
* | convert to utf-8Ralf Corsepius2006-07-061-1/+1
| |
* | 2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-292-0/+5
| | | | | | | | * Makefile.am: Add ampolish3.
* | 2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-293-2/+284
| | | | | | | | | | * ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
* | 2006-06-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-242-2/+9
| | | | | | | | | | * 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-232-8/+16
| | | | | | | | * libcsupport/include/rtems/cdefs.h: Partial update from freebsd.
* | PR 1101/rtemsJoel Sherrill2006-06-222-1/+3
| | | | | | | | * libcsupport/src/base_fs.c: Remove extra endif.
* | 2006-06-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-225-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.
* | Fix formatting.Joel Sherrill2006-06-211-1/+1
| |
* | PR1091/patchTill Straumann2006-06-192-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-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-182-0/+12
| | | | | | | | * 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>.
* | PR 1088/rtemsRalf Corsepius2006-06-181-0/+1
| | | | | | | | Add missing #include <limits.h>.
* | Remove duplicate #include <limits.h>.Ralf Corsepius2006-06-181-1/+0
| |
* | 2006-06-02 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2006-06-101-0/+5
| | | | | | | | | | * cpu.c: Added __mips==32 to fix build problems on those targets caused by the Bruce Robinson.
* | Added __mips==32 to fix build problems on those targets caused by the ↵Greg Menke2006-06-101-2/+2
| | | | | | | | B.Robinson patch
* | 2006-06-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-088-628/+360
| | | | | | | | | | | | | | * 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:
* | B.Robinson MIPS patchGreg Menke2006-06-084-174/+200
| |
* | Formatting.Joel Sherrill2006-06-031-10/+8
| |
* | 2006-06-02 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-06-035-6/+17
| | | | | | | | | | | | * itron/src/trcv_mbf.c, posix/src/semopen.c, rtems/src/taskvariableadd.c, score/macros/rtems/score/heap.inl: Fix warnings.
* | 2006-06-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2006-06-022-8/+66
| | | | | | | | * cpu.c, cpu_asm.S: Fixed ARM Data Abort handling.
* | Fixed ARM Data Abort handling.Jay Monkman2006-06-021-0/+4
| |
* | Update icps_allecho counter.Eric Norum2006-05-312-4/+11
| |
* | Add flag to inhibit ICMP replies.Eric Norum2006-05-304-3/+16
| |
* | This commit was generated by cvs2svn to compensate for changes in r13434,Ralf Corsepius2006-05-281-0/+107
|\| | | | | which included commits to RCS files with non-trunk default branches.
| * Import from zlib-1.2.4Ralf Corsepius2006-05-281-0/+107
| |
* | Provide customisable mbuf allocation.Eric Norum2006-05-256-4/+185
| | | | | | | | Patch from Steven Johnson <sjohnson@sakuraindustries.com>
* | 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-163-3/+16
| | | | | | | | | | * aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3.
* | telnetd and capture changes.Eric Norum2006-04-271-0/+9
| |
* | Accept <CR><NUL> as equivalent to <CR><LF>.Eric Norum2006-04-271-1/+1
| |
* | Add ability to free information on task delete.Eric Norum2006-04-272-8/+36
| |
* | 2006-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-191-1/+1
| | | | | | | | * aclocal/version.m4: Updated to rtems-4.6.99.3.
* | 2006-04-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-182-1/+5
| | | | | | | | * aclocal/version.m4: Updated to rtems-4.6.99.3.