Commit History

Author SHA1 Message Date
  Gregory Nutt ae401cecdd Check return from nxsem_wait_initialize() 4 years ago
  Pelle Windestam 7dd5356055 nxstyle: fixed various nxstyle warnings 4 years ago
  Gregory Nutt efe65749ce Fix condition logic: The setup seems to support a network without sockets. That is not the case. 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 b0dffdc2ca Fix a number of header files with mismatched 'extern C {' and '}' 8 years ago
  Gregory Nutt ae3cc327c7 AIO now also supports socket transfers 10 years ago
  Gregory Nutt 91f5ecc347 fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not defined 10 years ago
  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 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
  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 years ago