summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius8-2670/+0
2002-06-272002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2-1/+1160
* Addition of a ftp client filesystem, comparable to the tftp one. * lib/ftpfs.c, rtems/ftpfs.h: New files. * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above.
2002-06-172002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-4/+4
* arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am. * kern/Makefile.am: Include $(top_srcdir)/../automake/*.am. * Makefile.am: Include $(top_srcdir)/../automake/*.am. Use ../aclocal. * lib/Makefile.am: Include $(top_srcdir)/../automake/*.am. * libc/Makefile.am: Include $(top_srcdir)/../automake/*.am. * machine/Makefile.am: Include $(top_srcdir)/../automake/*.am. * net/Makefile.am: Include $(top_srcdir)/../automake/*.am. * netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am. * nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am. * rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am. * sys/Makefile.am: Include $(top_srcdir)/../automake/*.am. * vm/Makefile.am: Include $(top_srcdir)/../automake/*.am. * wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-05-292002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-4/+4
Relocate c/src/libnetworking. * Makefile.am: Reflect moval. * machine/Makefile.am: Ditto. * net/Makefile.am: Ditto. * lib/Makefile.am: Ditto. * netinet/Makefile.am: Ditto. * vm/Makefile.am: Ditto. * libc/Makefile.am: Ditto. * sys/Makefile.am: Ditto. * arpa/Makefile.am: Ditto. * nfs/Makefile.am: Ditto. * kern/Makefile.am: Ditto. * rtems/Makefile.am: Ditto. * configure.ac: Dittp. * wrapup/Makefile.am: Ditto. Remove references to networking apps.
2002-03-282002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-1/+0
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * arpa/Makefile.am: Remove AUTOMAKE_OPTIONS. * kern/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * lib/Makefile.am: Remove AUTOMAKE_OPTIONS. * libc/Makefile.am: Remove AUTOMAKE_OPTIONS. * machine/Makefile.am: Remove AUTOMAKE_OPTIONS. * net/Makefile.am: Remove AUTOMAKE_OPTIONS. * netinet/Makefile.am: Remove AUTOMAKE_OPTIONS. * nfs/Makefile.am: Remove AUTOMAKE_OPTIONS. * pppd/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems_servers/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems_telnetd/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems_webserver/Makefile.am: Remove AUTOMAKE_OPTIONS. * sys/Makefile.am: Remove AUTOMAKE_OPTIONS. * vm/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
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-04-242000-04-24 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-36/+65
* lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP synchronization a little more robust -- no NTP daemon yet, but at least it trys a little harder when the primary NTP server is down.
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.
2000-09-052000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
* kern/Makefile.am, lib/Makefile.am, libc/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
2000-07-14Changed name of static table versions to avoid conflict.Joel Sherrill1-2/+2
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill2-5/+5
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
adds .cvsignore.
2000-02-03Patches rtems-rc-20000118-7.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+33
that contains the automake files for libnetworking plus a couple of minor fixes. [Now only one unused/unsupported Makefile.in remains (./c/src/lib/libbsp/hppa1.1/pxfl/Makefile.in).] To apply: patch -p1 < rtems-rc-20000118-7.diff /bin/sh rtems-rc-20000118-7.rm /bin/sh rtems-rc-20000118-7.add ./bootstrap Notes: * I have tested this one by building all BSPs for m68k, powerpc, sh and unix with toolchains built since last weekend. * I did not touch libnetworking's directory layout.
1999-12-13Patch from Eric Norum <eric@cls.usask.ca> to make the NTP handler a littleJoel Sherrill1-1/+1
more flexible about the error status returned from a timeout.
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-01Removed debugging printfs.Joel Sherrill1-2/+0
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-11-10Patch from Eric Norum <eric@cls.usask.ca> which includes:Joel Sherrill1-0/+160
Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.
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-20Added CVS IdsJoel Sherrill2-0/+8
1998-08-20Fixed many warnings.Joel Sherrill2-2/+4
1998-08-19Base filesJoel Sherrill4-0/+839