nuttx/fs/nfs
Gregory Nutt 42a0796615 Squashed commit of the following:
sched/semaphore:  Add nxsem_post() which is identical to sem_post() except that it never modifies the errno variable.  Changed all references to sem_post in the OS to nxsem_post().

    sched/semaphore:  Add nxsem_destroy() which is identical to sem_destroy() except that it never modifies the errno variable.  Changed all references to sem_destroy() in the OS to nxsem_destroy().

    libc/semaphore and sched/semaphore:  Add nxsem_getprotocol() and nxsem_setprotocola which are identical to sem_getprotocol() and set_setprotocol() except that they never modifies the errno variable.  Changed all references to sem_setprotocol in the OS to nxsem_setprotocol().  sem_getprotocol() was not used in the OS
2017-10-03 15:35:24 -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
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 Squashed commit of the following: 2017-10-03 15:35:24 -06:00
nfs_vfsops.c Squashed commit of the following: 2017-10-03 15:35:24 -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 More trailing whilespace removal 2014-04-13 16:22:22 -06:00