summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libnetworking/rtems/rtems_syscall.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-09-291-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.
* Patches from Eric NorumJoel Sherrill1998-08-201-3/+17
|
* Added CVS IdsJoel Sherrill1998-08-201-0/+4
|
* Fixed many warnings.Joel Sherrill1998-08-201-0/+1
|
* Base filesJoel Sherrill1998-08-191-0/+743