From c0c2a8b2df59eeb29ef1b75be5fd3ee26c6b10c3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 Jun 2012 00:47:42 +0000 Subject: [PATCH] NFS just finished a major weight reduction program git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4838 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 20 +- Documentation/NuttxPortingGuide.html | 79 +++- configs/README.txt | 5 + fs/nfs/Kconfig | 18 +- fs/nfs/nfs.h | 194 +------- fs/nfs/nfs_mount.h | 41 +- fs/nfs/nfs_node.h | 6 - fs/nfs/nfs_proto.h | 28 -- fs/nfs/nfs_socket.c | 8 - fs/nfs/nfs_util.c | 103 +---- fs/nfs/nfs_vfsops.c | 659 +++++++++++++-------------- fs/nfs/rpc.h | 14 - fs/nfs/rpc_clnt.c | 280 +----------- include/nuttx/fs/nfs.h | 9 - tools/mkconfig.c | 12 +- 15 files changed, 473 insertions(+), 1003 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8a4489ff6f..a3f87f9179 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 6, 2012

+

Last Updated: June 13, 2012

@@ -424,6 +424,15 @@

+ +
+ +

+

  • + NFS Client. Client side support for a Network File System (NFS, version 3, UDP). +
  • +

    +
    @@ -561,6 +570,15 @@
  • Networking utilities (DHCP server and client, SMTP client, TELNET client, FTP server and client, TFTP client, HTTP server and client). Inheritable TELNET sessions (as "controlling terminal")
  • + +
    + +

    +

  • + NFS Client. Client side support for a Network File System (NFS, version 3, UDP). +
  • +

    +
    diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 18ff07d19c..ee3c9a5e98 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

    NuttX RTOS Porting Guide

    -

    Last Updated: May 6, 2011

    +

    Last Updated: June 13, 2012

    @@ -634,6 +634,7 @@