summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/lib/tftpDriver.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-292002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1049/+0
Move networking libraries to c/src/exec/libnetworking * configure.ac: Reflect Moval. * Makefile.am: Reflect Moval. * wrapup/Makefile.am: Reflect Moval.
2002-01-162001-01-16 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-4/+3
* lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
2002-01-042002-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-16/+12
* lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include <rtems/seterr.h>.
2001-12-192001-12-18 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-1/+1
* lib/tftpDriver.c: Allow chdir() to work on TFTP `directories' (path names with a / at the end) while disallowing open() operations on TFTP `directories'.
2001-12-072001-12-07 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-6/+13
* lib/tftpDriver.c: Restore write capability.
2001-10-182001-10-18 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-23/+80
* lib/tftpDriver.c: Properly handles ../ components in chdir() and open() operations within the TFTP file system.
2001-09-272001-09-27 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-24/+107
* lib/tftpDriver.c: Add limited chdir() support to the TFTP filesystem.
2001-09-192001-09-19 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-0/+35
* lib/tftpDriver.c: Add some debugging capability.
2001-01-252001-01-25 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-9/+17
* lib/tftpDriver.c: Reduce first timeout interval. This improves throughput on systems which are dropping packets. Only the first timeout is reduced. This keeps the number of extra packets down on networks that are very busy and dropping lots of packets.
2000-12-142000-12-14 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-498/+585
* lib/tftpDriver.c: Added write capability.
2000-10-192000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>Joel Sherrill1-12/+14
* lib/tftpDriver.c: add comments to handlers struct function pointers. * rtems/rtems_glue.c: move pointer arithmetic to be _after_ pointer has been checked against NULL.
1999-12-13Correction from Eric Norum for timeout in TFTP driver following bugJoel Sherrill1-2/+3
report by Nick.SIMON@syntegra.bt.co.uk: TFTP uses UDP and UDP packets are prime targets for getting dropped when the network gets busy. I want the number of retries quite large in my application. I see that PACKET_REPLY_MILLISECONDS is, in fact, not being used.
1999-12-01Patch from Eric Norum <eric@cls.usask.ca> to fix a spot in the tftp fileJoel Sherrill1-1/+0
system table from when the rtems_filesystem_operations_table structure changed and the initializer in libnetworking/lib/tftpDriver.c did not get updated.
1999-08-23Patch from Eric Norum <eric@cls.usask.ca> to readd the behavior whereJoel Sherrill1-30/+6
the minor number indicated the port number to try.
1999-07-12Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill1-20/+15
I get the following warning when compiling the latest snapshot. I had a quick look at the source -- it certainly looks to me like this is a real bug. ../../../../src/rtems-19990709/c/src/lib/libc/mount.c:97: warning: `options' might be used uninitialized in this function Also, I changed the TFTP test program and TFTP driver to reflect the changes in the way paths are passed to the TFTP driver. The TFTP driver now needs a proper `dotted-decimal' hostname as the second component of the path name.
1999-06-15After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1-1/+1
mount() was changed to avoid the use of a string as the options.
1999-05-07Error reporting fixed by Jennifer.Joel Sherrill1-15/+15
1999-02-04Debugged and now works except for handling of minor number.Joel Sherrill1-313/+429
1999-01-21Made to compile after hacking tftp driver into beginnings of a mini-filesystem.Joel Sherrill1-34/+109
1999-01-19Added comments for changing to a filesystemJoel Sherrill1-0/+4
1998-08-19Base filesJoel Sherrill1-0/+609