summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Import from zlib-1.2.4Ralf Corsepius2006-03-231-0/+12
| |
| * Import from zlib-1.2.4Ralf Corsepius2006-03-031-4/+4
| |
* | 2006-03-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-172-1/+6
| | | | | | | | * cpu.c (_CPU_Initialize): Add fpu initialization.
* | 2006-03-17 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-03-172-0/+14
| | | | | | | | | | * rtems/score/cpu.h: Setup CPU_*_ENDIAN from GCC's__MIPS{EL|EB}__. (Partial merger of submission by Bruce Robinson <brucer@pmccorp.com>).
* | 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-082-1/+8
| | | | | | | | | | | | | | PR 761/rtems * score/src/threadhandler.c: Add volatile cast so test is weak function is present will do something. Otherwise, it can be assume by gcc to always be a true condition.
* | 2006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-085-8/+15
| | | | | | | | | | | | | | * itron/macros/rtems/itron/semaphore.inl, itron/macros/rtems/itron/task.inl: Fix warnings. * posix/macros/rtems/posix/cond.inl: Fix typo. * score/macros/rtems/score/heap.inl: Fix missed type change.
* | Added PR825 reference.Joel Sherrill2006-03-071-1/+2
| |
* | 2006-03-07 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2006-03-072-1/+13
| | | | | | | | | | | | | | PR 830/filesystem * libcsupport/src/termios.c: termios ioctl(FIONREAD) reported wrong number of characters. So add chars in low-level/raw buffer to total count.
* | 2006-03-07 Steven Johnson <sjohnson@sakuraindustries.com>Joel Sherrill2006-03-072-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | PR 850/rtems * score/src/watchdogtickle.c: A Watchdog (used to timeout an event) with a delay of 1 sometimes does not seem to timeout. The problem occurs, because for whatever reason when the watchdog tickle function executes, the watchdog->delta_interval is 0. it is then decremented before being tested, becomes huge and so doesnt time out. It is thought there is a race condition where the watchdog->delta_interval is calculated by reference to a head (also with a delay of 1). But before it can be added after the head, the head is removed, so the new head now has a delay of 0.
* | 2006-03-07 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>Joel Sherrill2006-03-072-76/+349
| | | | | | | | | | | | | | PR 852/filesystem * libblock/src/bdbuf.c: Increase performance of MSDOS file accesses by using a simple read-ahead and write-combining scheme. Improvement is dramatic.
* | 2006-03-07 Till Strauman <strauman@slac.stanford.edu>Joel Sherrill2006-03-072-11/+22
| | | | | | | | | | | | PR 886/filesystem * libcsupport/src/libio.c: fcntl(fd,F_GETFL) fails to set O_NONBLOCK if the descriptor is in non-blocking mode.
* | 2006-03-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-03-075-8/+49
| | | | | | | | | | | | | | | | | | PR 866/rtems * score/include/rtems/system.h, score/include/rtems/score/isr.h, score/inline/rtems/score/thread.inl, score/macros/rtems/score/thread.inl: Added memory barriers to enter and exit of dispatching and interrupt critical sections so GCC will not optimize and reorder code out of a critical section.
* | FormattingJoel Sherrill2006-03-011-9/+9
| |
* | Just "cc" in the clobbered register list for interrupt enable/disable/flashEric Norum2006-02-282-5/+24
| | | | | | | | | | operations. The "memory" barrier will move the the generic interrupt enable/disable/flash macros.
* | 2006-02-08 Thomas Rauscher <trauscher@loytec.com>Joel Sherrill2006-02-082-0/+13
| | | | | | | | | | | | | | | | PR 890/networking * httpd/webs.c: The webservers enters an infinite loop when a POST request with less data than indicated in the Content-Length header is received. It also consumes additional heap memory and a file descriptor for each invalid POST.
* | 2006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-012-1/+8
| | | | | | | | | | | | | | * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K. Most i386 targets are not memory strapped so making this a bit large is not a burden. It lets more tests run. ticker and psxtimer will not even run with 1K of stack.
* | 2006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-014-4/+11
| | | | | | | | | | * posix/inline/rtems/posix/cond.inl, posix/macros/rtems/posix/cond.inl, posix/src/conddestroy.c: Remove warnings.
* | 2006-02-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-02-015-8/+16
| | | | | | | | | | | | * rtems/src/tasks.c, rtems/src/taskvariableadd.c, rtems/src/taskvariabledelete.c, rtems/src/taskvariableget.c: Remove warnings.
* | Remove unused codeRalf Corsepius2006-01-181-8/+0
| |
* | Resurrect accidentially deleted file.Ralf Corsepius2006-01-182-1/+48
| |
* | 2006-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-182-40/+38
| | | | | | | | | | | | | | | | | | * posix/include/intr.h, posix/include/rtems/posix/intr.h posix/include/rtems/posix/threadsup.h, posix/inline/rtems/posix/intr.inl. posix/macros/rtems/posix/intr.inl, posix/src/intr.c: Remove (Unused, dead). * posix/Makefile.am: Reflect changes above. Rework.
* | Remove.Ralf Corsepius2006-01-186-771/+0
| |
* | RegenerateRalf Corsepius2006-01-181-0/+4
| |
* | 2006-01-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-182-4/+8
| | | | | | | | * posix/Makefile.am: Build devctl.
* | 2006-01-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-163-48/+65
| | | | | | | | | | * rtems/Makefile.am: Rework. * score/Makefile.am: Rework.