提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 9dff16e0e4 fix nxstyle warning 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 年之前
  Xiang Xiao 0b860726db Ensure psock_socket and psock_accept initialize s_crefs to 1 4 年之前
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 年之前
  Juha Niskanen e8b5dd4528 Fix use of undefined pp-token #errror, other typos. 5 年之前
  Gregory Nutt be3dd0bac6 fs/: Fix various coding standard issues found while testing tools/nxstyle.c 5 年之前
  Gregory Nutt b4f2b0dfc6 Remove all usage of printf() from the OS. That is not an acceptable context for the use of an application-oriented interface that depends on a task-specific file descriptor and C buffered I/O. 6 年之前
  Juha Niskanen 83a87e08e8 fs/userfs: use correct req type in userfs_truncate, remove use of undeclared buf 6 年之前
  Gregory Nutt e4652bd3dc Squashed commit of the following: 6 年之前
  Gregory Nutt d5f8a49f18 fs/userfs: Fix return value from dup method. In order to return a pointer, the parameter must be a pointer to a pointer. 7 年之前
  Gregory Nutt 7deb24484c This comment converts the underlying IPC used by the UserFS from Unix domain local sockets to UDP LocalHost loopback sockets. The problem with the local sockets is that they do require operations on the top level psuedo-file system inode tree. That tree must be locked during certain traversals such as enumerate mountpoints or enumerating directory entries. 7 年之前
  Gregory Nutt e5d7e4a12b fs/userfs: Correct check for response type. 7 年之前
  Gregory Nutt 0614f9673b fs/userfs: Some fixes from initial testing. 7 年之前
  Gregory Nutt 6e9039bb08 Squashed commit of the following: 7 年之前