提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 67ec3d7926 Remove CONFIG_CAN_PASS_STRUCT 4 年之前
  Xiang Xiao fb63c0a293 sched/signal and related changes to other OS subsystems. 5 年之前
  Xiang Xiao a9ff43d93c fs/aio, libs/libc/aio, sched/mqueue, sched/timer, and sched/signal: Remove the code duplication for SIGEV_THREAD. 6 年之前
  Gregory Nutt fc127fd297 sched/signal: Add a generic signal notification facility. Modify the custom IOB available notifier so that it is now just a wrapper around this generic signal notification. This generic signal notification faility will, eventually, be used to support network polling. 6 年之前
  Gregory Nutt 4810499d3a Squashed commit of the following: 7 年之前
  Gregory Nutt 8198ba6a6d This change renames all internal, private NuttX signal-related functions to use the prefix nxsig_ so that they cannot be confused with application interfaces that begin, primarily, with sig_ 7 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt 849df03d22 Update dates on files modified for SIGEV_THREAD support 8 年之前
  Gregory Nutt 9835eeb181 signals: Basic framework to support SIGEV_THREAD 8 年之前
  Gregory Nutt e5f34875ff AIO signal related fixes; extensino to AIO test 10 年之前
  Gregory Nutt a5b4a4161b Modify logic to use AIO control block container 10 年之前
  Gregory Nutt 652d3ed29d Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS property 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 年之前