summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-02-04Modifed to reflect transition from device driver to file system.Joel Sherrill1-41/+4
1999-01-28Patch from Eric Norum <eric@skatter.usask.ca> to avoid dereferencing aJoel Sherrill1-1/+4
NULL pointer.
1999-01-26Changed prototype of rtems_bsdnet_makeFdForSocket to (void *) pointerJoel Sherrill1-1/+1
so that the libc code did not have to know about (struct socket).
1999-01-21Made to compile after hacking tftp driver into beginnings of a mini-filesystem.Joel Sherrill3-3/+188
1998-12-10Merged Eric Norum's select patch that was based on 4.0 and resolvedJoel Sherrill3-120/+21
all conflicts.
1998-12-07Patch from Ian Lance Taylor <ian@airs.com>:Joel Sherrill3-5/+12
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-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill2-0/+2
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.
1998-10-12Added header files per request from Chris Johns to avoid problemsJoel Sherrill1-0/+4
in include file order.
1998-09-29Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-3/+2
Remember the test to see if a socket could be read and written at the same time by two different tasks? I discovered that if both tasks attempt to close the socket a panic can occur from inside the BSD code. Closing the same socket twice from two different threads is certainly an error, but a panic is not the greatest error reporting method :-) The following small change to the socket close routine should reduce the chances of the panic.
1998-09-21Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-29/+101
Here's a patch to make the rtems_showroute routine a little more useful. For `host' route table entries the link-level address is now displayed. This is equivalent to the old `show arp table' information displayed by the KA9Q code.
1998-09-10Patch from Eric Norum <eric@skatter.usask.ca> to fix a cryptic errorJoel Sherrill1-1/+3
message after comments from Eric Valette <valette@crf.canon.fr>.
1998-08-31Fixed spacing. More comments from Eric Norum need to be addressed.Joel Sherrill1-7/+7
1998-08-31Patch from Emmanuel Raguet <raguet@crf.canon.fr>:Joel Sherrill1-0/+9
I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
1998-08-21All warnings removed.Joel Sherrill3-1/+20
1998-08-20Patches from Eric NorumJoel Sherrill1-3/+17
1998-08-20Added CVS IdsJoel Sherrill14-0/+51
1998-08-20Fixed many warnings.Joel Sherrill2-1/+2
1998-08-20FreeBSD stack compiles for the first time (except libc/strsep.c).Joel Sherrill1-1/+2
1998-08-20Base filesJoel Sherrill1-0/+50
1998-08-19Base filesJoel Sherrill15-0/+2630