summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Fixed comment.Joel Sherrill2006-04-131-1/+4
| |
* | 2006-04-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-131-1/+1
| | | | | | | | | | | | | | | | PR 949/networking * libnetworking/sys/socket.h: GNU/Linux is wrong in making MSG_DONTWAIT public. It is strictly BSD and not SUSV. See http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/socket.h.html for clarification.
* | 2006-04-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-131-0/+5
| | | | | | | | | | PR 949/networking * libnetworking/sys/socket.h:
* | 2006-04-12 Lars Munch <lars@segv.dk>Joel Sherrill2006-04-122-1/+6
| | | | | | | | | | PR 949/networking * libnetworking/sys/socket.h: Make MSG_DONTWAIT public as in GNU/Linux.
* | 2006-04-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-076-8/+22
| | | | | | | | | | | | | | | | * posix/inline/rtems/posix/mutex.inl, posix/inline/rtems/posix/timer.inl, posix/macros/rtems/posix/cond.inl, posix/macros/rtems/posix/mutex.inl, posix/macros/rtems/posix/timer.inl: Fix warnings.
* | * score/inline/rtems/score/threadmp.inl,Joel Sherrill2006-04-073-0/+5
| | | | | | | | score/macros/rtems/score/threadmp.inl: Fix compile error.
* | 2006-04-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-04-057-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru> * score/include/rtems/score/mpci.h, score/include/rtems/score/threadmp.h, score/inline/rtems/score/threadmp.inl, score/macros/rtems/score/threadmp.inl, score/src/threadmp.c, score/src/threadqenqueue.c: Victor spotted the problem that _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate variables and needed to be set to the same value. I took that idea and just removed _Thread_MP_Receive. All uses are now _MPCI_Receive_server_tcb.
* | Eliminate undesired sign-extension.Eric Norum2006-03-272-1/+5
| |
* | This commit was generated by cvs2svn to compensate for changes in r13387,Ralf Corsepius2006-03-231-0/+12
|\| | | | | which included commits to RCS files with non-trunk default branches.