summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add remote debug serverJoel Sherrill1998-12-03102-148/+20545
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and RPC support to RTEMS. Thanks. :) Email follows: Hello, For Xmas, here is the Remote Debugger on RTEMS ! Here are 2 patches for the Remote Debugger on RTEMS for pc386 from Linux host : - one for RTEMS it self, - one for GDB-4.17. 1/ RTEMS patch -------------- This patch adds 2 libraries : - a simplified SUN RPC library - the Remote Debugger library The configuration command is the following : ../rtems4/configure --target=i386-rtemself --enable-rtemsbsp=pc386 --enable-rdbg The SUN RPC library is built only if networking is set. The RDBG library is built if networking and enable-rdbg are set. The function used to initialize the debugger is : rtems_rdbg_initialize (); A special function has been created to force a task to be in a "debug" state : enterRdbg(). The use of this function is not mandatory. 2/ GDB-4.17 patch ----------------- This patch create a new RTEMS target for GDB-4.17. The configuration command is the following : ./configure --enable-shared --target=i386RTEMS To connect to a target, use : target rtems [your_site_address] Then, attach the target using : attach 1 And... Debug ;) You can obtain the original GDB-4.17 on ftp://ftp.debian.org/debian/dists/stable/main/source/devel/gdb_4.17.orig.tar.gz This has been tested from a Debian 2.0.1 linux host.
* Removed spaces.Joel Sherrill1998-12-036-28/+0
|
* Changed to account for ownership only being tracked when a priorityJoel Sherrill1998-12-032-0/+16
| | | | blocking protocol is used.
* Removed all ^M from the file.Jennifer Averett1998-12-032-312/+312
|
* Added psx to the front of all test names.Jennifer Averett1998-12-031-1/+1
|
* Removed all ^M from the scn file.Jennifer Averett1998-12-032-2506/+2506
|
* Cleaned up test.Jennifer Averett1998-12-0314-640/+960
| | | | Updated scn files to match present expected test output.
* Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1998-12-032-26/+2
|
* Updated scn files to match present expected test output.Jennifer Averett1998-12-038-22/+534
|
* Renamed all directories to start with psx.Jennifer Averett1998-12-034-4/+4
|
* Added a posix time test.Jennifer Averett1998-12-031-2/+2
| | | | Renamed all directories to start with psx.
* Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett1998-12-034-0/+104
|
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-035-5/+20
|
* Added source for F_DUPFD.Jennifer Averett1998-12-033-36/+54
|
* Modifications for RTEMS_UNIX.Jennifer Averett1998-12-0317-4/+80
|
* Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1998-12-031-13/+24
| | | | Modifications for RTEMS_UNIX.
* Modified to support test names longer than two characters plus theJoel Sherrill1998-12-031-1/+1
| | | | | test suite designator. In English, we now support psxfile in addition to psx11.
* Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill1998-12-0310-2/+82
|
* Moved cpuuse.h to rtems subdirectory.Joel Sherrill1998-12-032-2/+2
|
* Moved stackchk.h to rtems subdirectory.Joel Sherrill1998-12-039-17/+27
|
* Increased default amount of RAM.Joel Sherrill1998-12-031-1/+1
|
* Removed reference to stackchk.h.Joel Sherrill1998-12-031-4/+0
|
* Don't build libchip if we are targetting UNIX.Joel Sherrill1998-12-031-1/+6
|
* Corrected spacing.Joel Sherrill1998-12-032-2/+2
|
* Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1998-12-032-4/+8
|
* Removed reference to libpurify.Joel Sherrill1998-12-012-4/+4
|
* Include files now installed as <rtems/*.h>.Joel Sherrill1998-12-0114-18/+16
|
* Removed unused file.Joel Sherrill1998-12-015-195/+3
| | | | Include files now installed as <rtems/*.h>.
* changed version to 4.0.0-RADSTONEJoel Sherrill1998-11-251-1/+1
|
* First Cut at Hitachi SH.Joel Sherrill1998-11-2512-0/+1222
|
* New files copied from template and personalized.Joel Sherrill1998-11-2312-0/+1314
|
* New files added as part of file system infrastructure effort.Joel Sherrill1998-11-234-0/+84
|
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-23330-2518/+31856
| | | | | | | | | | | | | | | | | | | | | | | | overhaul of the RTEMS system call interface. This base file system is the "In-Memory File System" aka IMFS. The design and implementation was done by the following people: + Joel Sherrill (joel@OARcorp.com) + Jennifer Averett (jennifer@OARcorp.com) + Steve "Mr Mount" Salitasc (salitasc@OARcorp.com) + Kerwin Wade (wade@OARcorp.com) PROBLEMS ======== + It is VERY likely that merging this will break the UNIX port. This can/will be fixed. + There is likely some reentrancy/mutual exclusion needed. + Eventually, there should be a "mini-IMFS" description table to eliminate links, symlinks, etc to save memory. All you need to have "classic RTEMS" functionality is technically directories and device IO. All the rest could be left out to save memory.
* Added new tests in support of the file system infrastructure.Joel Sherrill1998-11-237-0/+373
|
* Added tests in support of the file system infrastructure.Joel Sherrill1998-11-2343-1/+9817
|
* Removed.Joel Sherrill1998-11-232-97/+1
|
* Upped the memory to 8 Mbytes.Joel Sherrill1998-11-231-1/+2
|
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-23154-494/+1593
| | | | it work.
* Added networking.Joel Sherrill1998-11-232-5/+10
|
* Removed "HAS_NETWORKING=no".Joel Sherrill1998-11-231-4/+0
|
* New network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill1998-11-234-0/+3113
|
* Bug report from Peter Mueller <pmueller@decrc.abb.de>:Joel Sherrill1998-11-191-1/+1
| | | | | | | | I use the m68k/efi332 BSP together with a home made board. After some time of debugging I found that the m68020 CPU is used to build rtems. This is not correct, because the 68332 does not have some of the 68020 features (no separate int stack ...). It is necessary to change this to mcpu32. After a clean/make everything works fine.
* Renamed exception constants per requests from Erik IvanenkoJoel Sherrill1998-11-191-19/+19
| | | | <erik.ivanenko@utoronto.ca> and Eric Valette <valette@crf.canon.fr>.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1998-11-193-4/+4
| | | | | | | Here is a cosmetic patch which corrects a few spelling problems in parts written by me. Apparently, I must have written these under the influence of ether (:-)
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-1929-702/+925
| | | | | | | | | | | | | | | 1) Socket timeout field changed from `short' to `long'. This makes longer timeouts possible. With a 1 kHz system clock the old system allowed timeouts only up to a little over 30 seconds! This change is a slightly cleaned-up version of the patch proposed by Ian Lance Taylor. 2) Major changes to BOOTP/DHCP reply handling. Now supports much of RFC2132. These changes were done at the request of, and with the assistance of, Erik Ivanenko. If you're making changes, you might want to change the network supplement Essentially just do a global search and replace of BOOTP with BOOTP/DHCP.
* Changed BOOTP -> BOOTP/DHCP.Joel Sherrill1998-11-192-11/+12
|
* Changed version string.Joel Sherrill1998-11-199-33/+447
| | | | | | Added much new stuff to the POSIX User's Guide. New chapters stuff shrunk.
* Stripped down to be just new chapters.Joel Sherrill1998-11-192-102/+8
|
* Renamed entire document so this is a transient working directory.Joel Sherrill1998-11-191-43/+5
|
* Merged these into POSIX manual.Joel Sherrill1998-11-1919-9745/+0
|