This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
fs
/
nfs
History
Michael Jung
223104a6b4
fs/nfs/nfs_vfsops.c: Correctly infer file type. The file type is in struct nfs_statinfo_s's ns_type field, not in the ns_mode field.
2017-12-17 06:43:30 -06:00
..
Kconfig
…
Make.defs
…
nfs_mount.h
…
nfs_node.h
nfs: Simplify parameters saved for fstat()
2017-02-14 08:16:03 -06:00
nfs_proto.h
…
nfs_util.c
Correct recurring typo: semaphore not semapore
2017-10-09 09:57:56 -06:00
nfs_vfsops.c
fs/nfs/nfs_vfsops.c: Correctly infer file type. The file type is in struct nfs_statinfo_s's ns_type field, not in the ns_mode field.
2017-12-17 06:43:30 -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
…
xdr_subs.h
…