summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
1998-12-14Switch from .s to .S on includeJoel Sherrill1-2/+2
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill220-373/+1400
.s files to .S in conformance with GNU conventions. This is a minor step along the way to supporting automake.
1998-12-14Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to rename allJoel Sherrill1-0/+28
.s files to .S in conformance with GNU conventaons. This is a minor step along the way to supporting automake.
1998-12-14Corrected prototype to confirm to POSIX 1003.1b.Joel Sherrill4-20/+8
1998-12-14Renamed ASFLAGS to ASMFLAGS for consistency per suggestion from Ralf ↵Joel Sherrill1-4/+4
Corsepius <corsepiu@faw.uni-ulm.de>.
1998-12-10Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill43-608/+405
all conflicts.
1998-12-10RDBG headers files ignored if not configuredJoel Sherrill1-0/+4
1998-12-10Fixed conflict between patchesJoel Sherrill1-4/+3
1998-12-10Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill13-0/+100
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.
1998-12-07Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill1-1/+1
This patch avoids a warning from the development version of gas.
1998-12-07Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill9-15/+36
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.
1998-12-04changed version to 19981203Joel Sherrill2-2/+2
1998-12-03Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add remote debug serverJoel Sherrill90-21/+18877
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.
1998-12-03Removed spaces.Joel Sherrill3-14/+0
1998-12-03Changed to account for ownership only being tracked when a priorityJoel Sherrill1-0/+8
blocking protocol is used.
1998-12-03Removed all ^M from the file.Jennifer Averett1-156/+156
1998-12-03Added psx to the front of all test names.Jennifer Averett1-1/+1
1998-12-03Removed all ^M from the scn file.Jennifer Averett1-1253/+1253
1998-12-03Cleaned up test.Jennifer Averett7-320/+480
Updated scn files to match present expected test output.
1998-12-03Added Comment that a result is valid at 4 or 5 seconds.Jennifer Averett1-13/+1
1998-12-03Updated scn files to match present expected test output.Jennifer Averett4-11/+267
1998-12-03Renamed all directories to start with psx.Jennifer Averett4-4/+4
1998-12-03Added a posix time test.Jennifer Averett1-2/+2
Renamed all directories to start with psx.
1998-12-03Added imfs_fdatasync routine that gets called from both fdatasync and datasync.Jennifer Averett3-0/+78
1998-12-03Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett4-5/+16
1998-12-03Added source for F_DUPFD.Jennifer Averett2-24/+36
1998-12-03Modifications for RTEMS_UNIX.Jennifer Averett12-3/+57
1998-12-03Added a imfs fdatasync routine that gets called for fdatasync and datasync.Jennifer Averett1-13/+24
Modifications for RTEMS_UNIX.
1998-12-03Modified to support test names longer than two characters plus theJoel Sherrill1-1/+1
test suite designator. In English, we now support psxfile in addition to psx11.
1998-12-03Insure that the same output occurs when multiprocessing is disabled.Joel Sherrill5-1/+41
1998-12-03Moved cpuuse.h to rtems subdirectory.Joel Sherrill1-1/+1
1998-12-03Moved stackchk.h to rtems subdirectory.Joel Sherrill8-16/+26
1998-12-03Increased default amount of RAM.Joel Sherrill1-1/+1
1998-12-03Removed reference to stackchk.h.Joel Sherrill1-4/+0
1998-12-03Don't build libchip if we are targetting UNIX.Joel Sherrill1-1/+6
1998-12-03Corrected spacing.Joel Sherrill1-1/+1
1998-12-03Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1-2/+4
1998-12-01Removed reference to libpurify.Joel Sherrill2-4/+4
1998-12-01Include files now installed as <rtems/*.h>.Joel Sherrill10-13/+11
1998-12-01Removed unused file.Joel Sherrill4-194/+2
Include files now installed as <rtems/*.h>.
1998-11-23New files added as part of file system infrastructure effort.Joel Sherrill4-0/+84
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill232-1862/+22837
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.
1998-11-23Added new tests in support of the file system infrastructure.Joel Sherrill4-0/+218
1998-11-23Added tests in support of the file system infrastructure.Joel Sherrill28-1/+5240
1998-11-23Removed.Joel Sherrill2-97/+1
1998-11-23Upped the memory to 8 Mbytes.Joel Sherrill1-1/+2
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill92-192/+830
it work.
1998-11-23Added networking.Joel Sherrill2-5/+10
1998-11-23New network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.Joel Sherrill4-0/+3113
1998-11-19Renamed exception constants per requests from Erik IvanenkoJoel Sherrill1-19/+19
<erik.ivanenko@utoronto.ca> and Eric Valette <valette@crf.canon.fr>.