提交历史

作者 SHA1 备注 提交日期
  Jiuzhu Dong cf61df9c5f fs/aio: unify socket into fs operate 3 年之前
  Gregory Nutt ae401cecdd Check return from nxsem_wait_initialize() 4 年之前
  Pelle Windestam 7dd5356055 nxstyle: fixed various nxstyle warnings 4 年之前
  Gregory Nutt efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 5 年之前
  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 年之前
  Gregory Nutt b0dffdc2ca Fix a number of header files with mismatched 'extern C {' and '}' 8 年之前
  Gregory Nutt ae3cc327c7 AIO now also supports socket transfers 10 年之前
  Gregory Nutt 91f5ecc347 fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not defined 10 年之前
  Gregory Nutt 98a4b6fb79 The Asynch I/O implementation now satisfies POSIX priority requirements; it uses the new low priority worker thread interfaces to adjust the priority of the worker thread according to the priority of the client thread 10 年之前
  Gregory Nutt 9e102bc458 Fix some cornercase locking issues; make AIO lock re-entrant 10 年之前
  Gregory Nutt cd0c493657 Basic fixes for a clean simulator build with last big fs changes 10 年之前
  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 年之前
  Gregory Nutt 52ce95b8b8 Add a AIO control container to increase the payload with OS internal stuff. 10 年之前
  Gregory Nutt f73a18ae39 Move all file operations from libc/aio to fs/aio. These will need to be kernel routines in order to handler issues with using file descriptors on worker thread 10 年之前