Commit History

Author SHA1 Message Date
  Jiuzhu Dong cf61df9c5f fs/aio: unify socket into fs operate 3 years ago
  Gregory Nutt 4b44b628ea Run nxstyle against all .c and .h files modified by this PR. 4 years ago
  Gregory Nutt a4218e2144 include/nuttx/sched.h: Make naming of all internal names consistent: 4 years ago
  Gregory Nutt ae401cecdd Check return from nxsem_wait_initialize() 4 years ago
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 years ago
  Gregory Nutt a64869aa67 CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 5 years ago
  Gregory Nutt 170a50c690 Squashed commit of the following: 6 years ago
  Gregory Nutt 536e4d7fa6 fs/vfs: Change the return value of internal function fs_getfilep(). It no longer sets the errno variable but, rather, returns errors in the same manner as other internal OS functions. 7 years ago
  Gregory Nutt 986c568d34 Correct file header comments 8 years ago
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 years ago
  Gregory Nutt 9ab0d4c56f fs/aio: Corrrect some backward tests in aio_read() and aio_write(): Socket descriptors have higher numbers than file descriptors. In aio_contain(), Copy u.ptr (void *) when initializing aioc and not the case specific u.aioc_filep. From Michal Ulianko. 9 years ago
  Gregory Nutt f8f6a8fbce AIO: Several fixes for socket transfers, mostly from Victor Mayoral Vilches 10 years ago
  Gregory Nutt ae3cc327c7 AIO now also supports socket transfers 10 years ago
  Gregory Nutt f575567f55 Fix a compilation error in last commits that occure if CONFIG_PRIORITY_INHERITANCE is not selected 10 years ago
  Gregory Nutt 9e102bc458 Fix some cornercase locking issues; make AIO lock re-entrant 10 years ago
  Gregory Nutt cd0c493657 Basic fixes for a clean simulator build with last big fs changes 10 years ago
  Gregory Nutt d914f3ceec Major structure of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything 10 years ago
  Gregory Nutt 52ce95b8b8 Add a AIO control container to increase the payload with OS internal stuff. 10 years ago