nuttx/fs/nfs
Gregory Nutt 2c2aa94b7d Squashed commit of the following:
net/: psock_recvfrom() is an internal interface and should not set the errno nor should it be a cancellation point.

    net/: psock_accept() is not a cancellation point.

    net/: psock_getsockopt() and psock_socket*9 are an internal interfaces and should not set the errno.

    net/: psock_getsockopt() is an internal interface and should not set the errno.

    net/: psock_listen() is an internal interface and should not set the errno.

    net/: psock_connect(( is an internal interface and should not set the errno nor should it be a cancellation point.

    net/: psock_bind() is an internal interface and should not set the errno.

    net/: psock_accept() is an internal interface and should not set the errno.
2017-09-30 08:18:08 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs Completes VFS-based named semaphore implemetation. Still a little buggy 2014-09-28 15:58:56 -06:00
nfs_mount.h Add NFS rewinddir support; fixe some NFS warnings 2012-06-14 21:54:50 +00:00
nfs_node.h nfs: Simplify parameters saved for fstat() 2017-02-14 08:16:03 -06:00
nfs_proto.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00
nfs_util.c nfs: Simplify parameters saved for fstat() 2017-02-14 08:16:03 -06:00
nfs_vfsops.c Remove CONFIG_NET_MULTILINK. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 15:26:09 -06:00
nfs.h Fix calculations using MSEC_PER_TICK. If USEC_PER_TICK is less than 1000, then MSEC_PER_TICK will be zero. It will be inaccurate in any case. 2016-09-25 08:17:33 -06:00
rpc_clnt.c Squashed commit of the following: 2017-09-30 08:18:08 -06:00
rpc.h Prep for 6.19 release 2012-06-15 16:23:17 +00:00
xdr_subs.h More trailing whilespace removal 2014-04-13 16:22:22 -06:00