summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Eric Norum <eric@cls.usask.ca> which includes:Joel Sherrill1999-11-101-0/+160
| | | | | Patches against 1105 snapshot to add NTP server support to network configuration/BOOTP.
* 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
|
* Added CVS IdsJoel Sherrill1998-08-202-0/+8
|
* Fixed many warnings.Joel Sherrill1998-08-202-2/+4
|
* Base filesJoel Sherrill1998-08-194-0/+839