summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/lib/tftpDriver.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-1049/+0
|
* 2001-01-16 Eric Norum <eric.norum@usask.ca>Joel Sherrill2002-01-161-4/+3
| | | | * lib/tftpDriver.clib/tftpDriver.c: Fix TFTP block number checking.
* 2002-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-16/+12
| | | | | * lib/tftpDriver.c: Remove set_errno_and_return_minus_one, include <rtems/seterr.h>.
* 2001-12-18 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-12-191-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-07 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-12-071-6/+13
| | | | * lib/tftpDriver.c: Restore write capability.
* 2001-10-18 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-10-181-23/+80
| | | | | * lib/tftpDriver.c: Properly handles ../ components in chdir() and open() operations within the TFTP file system.
* 2001-09-27 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-09-271-24/+107
| | | | | * lib/tftpDriver.c: Add limited chdir() support to the TFTP filesystem.
* 2001-09-19 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-09-191-0/+35
| | | | * lib/tftpDriver.c: Add some debugging capability.
* 2001-01-25 Eric Norum <eric.norum@usask.ca>Joel Sherrill2001-01-251-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-14 Eric Norum <eric.norum@usask.ca>Joel Sherrill2000-12-141-498/+585
| | | | * lib/tftpDriver.c: Added write capability.
* 2000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>Joel Sherrill2000-10-191-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.
* Correction from Eric Norum for timeout in TFTP driver following bugJoel Sherrill1999-12-131-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.
* Patch from Eric Norum <eric@cls.usask.ca> to fix a spot in the tftp fileJoel Sherrill1999-12-011-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.
* Patch from Eric Norum <eric@cls.usask.ca> to readd the behavior whereJoel Sherrill1999-08-231-30/+6
| | | | the minor number indicated the port number to try.
* Patch from Eric Norum <eric@cls.usask.ca>:Joel Sherrill1999-07-121-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.
* After comments D. V. Henkel-Wallace <gumby@zembu.com>, the interface toJoel Sherrill1999-06-151-1/+1
| | | | mount() was changed to avoid the use of a string as the options.
* Error reporting fixed by Jennifer.Joel Sherrill1999-05-071-15/+15
|
* Debugged and now works except for handling of minor number.Joel Sherrill1999-02-041-313/+429
|
* Made to compile after hacking tftp driver into beginnings of a mini-filesystem.Joel Sherrill1999-01-211-34/+109
|
* Added comments for changing to a filesystemJoel Sherrill1999-01-191-0/+4
|
* Base filesJoel Sherrill1998-08-191-0/+609