Commit History

Author SHA1 Message Date
  Xiang Xiao de480b01b6 fs/nfs: Add the simplest RPCAUTH_UNIX support 4 years ago
  Xiang Xiao 7794214a7d fs/nfs: Support both IPv6 and TCP 4 years ago
  Xiang Xiao 915f094a74 NFS bug fix and improvement (#412) 4 years ago
  Xiang Xiao 0b860726db Ensure psock_socket and psock_accept initialize s_crefs to 1 4 years ago
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 years ago
  Gregory Nutt c11c18858f fs/nfs/rpc_clnt.c: Fix a typo introduced with bd3cc792ff1b69ad571e8245148119d0f7a7e3bb. 5 years ago
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 years ago
  Juha Niskanen e8b5dd4528 Fix use of undefined pp-token #errror, other typos. 5 years ago
  zhangyuan7 37b9bbbdef fs/nfs: Update nfs mount to VER3 6 years ago
  Michael Jung 800da58e6c fs/nfs/rpc_clnt.c: Commit 091e3f7 broke the NFS client. sendto() can (correctly) no lnoger by used with a connected UDP socket. In that case, send() must be used instead. 6 years ago
  Gregory Nutt 2c2aa94b7d Squashed commit of the following: 7 years ago
  Gregory Nutt 9e8529b1d0 net/sockets: psock_sendto() is an internal OS interface an should not set the errno variable. 7 years ago
  Gregory Nutt 1acafa813b Missing open quotation mark on one of the modified debug statements. 8 years ago
  Gregory Nutt ad2f7b0119 fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 years ago
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 years ago
  Gregory Nutt 654788a8e0 Fix NFS compile problem with CONFIG_NFS_STATISTICS=y 9 years ago
  Gregory Nutt d6704a1cd7 Suffer the consequences of moving struct timeval to its correct location 9 years ago
  Gregory Nutt 205260d5e2 Reanem kzalloc to kmm_zalloc for consistency 10 years ago
  Gregory Nutt 220216cc38 nuttx/fs: Remove explicity references to errno. That is a problem from within the kernel for certain configurations 10 years ago
  Gregory Nutt f8024cf409 More trailing whilespace removal 10 years ago
  patacongo 5a2eda210b Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 11 years ago
  patacongo d01b64585e Refactor nfs_socket.c/.h logic; Those files are not gone 12 years ago
  patacongo b5a56aaea8 Prep for 6.19 release 12 years ago
  patacongo 7b3b3aadb2 NFS should fail if EINTR is received 12 years ago
  patacongo 680d9ccc13 Improve NFS retry logic 12 years ago
  patacongo b1ca44e80e More NFS buffering improvements 12 years ago
  patacongo 17f5e9c5e2 Clean up NFS user interface; Fix NFS disconnect bug 12 years ago