summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed reference from no_cpu to mips64orion.Joel Sherrill1998-12-155-5/+5
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to reorganize POSIXJoel Sherrill1998-12-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | directory in preparation for automake: Here is a shell script which reorganizes some parts of the exec/posix source tree. This shell scripts moves include files below exec/posix to different locations than now. It doesn't yet apply automake, but still use the old autoconf configuration scheme. It doesn't influence the build scheme at all (unless I corrupted something), only the location of the header files is different, which would ease applying automake later. The purpose of this shell script is to demonstrate the style of structural changes I would like to see in rtems in near future to prepare a smooth transition to automake. Then CC could pickup rtems' header files from their location inside of the source tree in future, instead of the build tree as it is done now. In case you would accept this patch/script, there would be more similiar ones to come.
* Moved around per Ralf Corsepius as preparation for automakeJoel Sherrill1998-12-1545-4254/+0
|
* Switch from .s to .S on includeJoel Sherrill1998-12-141-2/+2
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-14230-387/+4371
| | | | | .s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1998-12-141-0/+28
| | | | | .s files to .S in conformance with GNU conventaons. This is a minor step along the way to supporting automake.
* Corrected prototype to confirm to POSIX 1003.1b.Joel Sherrill1998-12-146-30/+12
|
* Renamed ASFLAGS to ASMFLAGS for consistency per suggestion from Ralf ↵Joel Sherrill1998-12-141-4/+4
| | | | Corsepius <corsepiu@faw.uni-ulm.de>.
* Document from Ian Lance Taylor <ian@airs.com> on the tap function.Joel Sherrill1998-12-101-0/+28
|
* Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill1998-12-1064-851/+595
| | | | all conflicts.
* RDBG headers files ignored if not configuredJoel Sherrill1998-12-101-0/+4
|
* Fixed conflict between patchesJoel Sherrill1998-12-101-4/+3
|
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-12-1017-0/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Eric Norum <eric@skatter.usask.ca> Date: Sat, 5 Dec 98 13:20:51 -0600 What do you think of this patch? It implements your `tap' suggestion in a way that adds support for all ethernet devices with no driver modifications. I also added a return value from the tap function. If the return value is zero, the packet will be passed up the chain as usual. If the return value is non-zero the mbuf holding the packet will be freed and the packet will be dropped. If you like it, please submit it to Joel. I guess there needs to be an addition to the network documentation describing the additional ioctl's -- and a big warning that the tap function is called from a context that holds the network semaphore. Here is Eric's patch. I've tested it a bit, and made a couple of trivial changes. This is certainly better than mine: it should work for all Ethernet drivers. ================================================== The only concern I have about this patch is that the tap function may want to fiddle with the mbuf, calling functions like m_pullup and the like. If those force the networking code to rearrange the mbuf structure, then the caller's call to m_freem may crash. I don't know if this is a realistic concern--I don't know enough about the mbuf layer.
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-12-071-1/+1
| | | | This patch avoids a warning from the development version of gas.
* Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1998-12-0712-20/+48
| | | | | | | | | | | | | RTEMS permits using the SO_SNDTIMEO and SO_RCVTIMEO socket options to set a timeout for most socket I/O operations. However, in RTEMS 4.0.0, those options do not affect connect or accept. I don't know of any way to put a timeout on those calls in RTEMS 4.0.0; can anybody point to one. Since it is frequently useful to have a timeout on accept, and sometimes useful to have a timeout on connect shorter than the BSD system default of 75 seconds, the following patch causes SO_RCVTIMEO to affect connect and accept.
* changed version to 19981203Joel Sherrill1998-12-043-3/+3
|
* 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
|