提交历史

作者 SHA1 备注 提交日期
  YAMAMOTO Takashi e22dffba8e fs/mqueue/mq_close.c: Remove a redundant assignment 4 年之前
  Gregory Nutt a4218e2144 include/nuttx/sched.h: Make naming of all internal names consistent: 4 年之前
  Xiang Xiao 929292f57b mqueue: Add nxmq_open/nxmq_close/nxmq_unlink function 4 年之前
  Gregory Nutt ae401cecdd Check return from nxsem_wait_initialize() 4 年之前
  Gregory Nutt a4d6af8343 Check return from nxsem_wait_initialize() 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 年之前
  김정찬 a12f80fb90 sched/mqueue/mq_desclose.c: Add a test to verify that message queue is closed by the same task group that opened it. If not, then list corruption would result. This test is only performed if CONFIG_DEBUG_FEATURES is enabled since it should not normally be an issue: It would be a strange programming practice to open a message queue in open task group, then close it in another. 5 年之前
  Gregory Nutt be3dd0bac6 fs/: Fix various coding standard issues found while testing tools/nxstyle.c 5 年之前
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt fca07be1df Squashed commit of the following: 7 年之前
  Gregory Nutt 3fba968bb0 Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov. 8 年之前
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 年之前
  Gregory Nutt c70987e551 nuttx/fs: Fix some spacing and alignment issues 9 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt cc7130b836 Correct a reference counting error in mq_open() 9 年之前
  Gregory Nutt 8293a5e773 Minor file system clean-up 9 年之前
  Gregory Nutt 55be11b406 Fix an error when compiled with debug enabled 10 年之前
  Gregory Nutt 71b574f26c Repartition some message queue logic: sched/mqueue should have all mqueue knowledge; fs/mqueue should deal only with inodes 10 年之前
  Gregory Nutt 5462ede661 Fix some unbalanced sched_lock()/sched_unlock() pairs int the re-implemented VFS semaphore and message queue logic 10 年之前
  Gregory Nutt e340d89990 First round of fixes for re-implemented VFS message queues 10 年之前
  Gregory Nutt 419b074b15 Completes the re-implementation of mq_unlink() 10 年之前
  Gregory Nutt 1f2cc9f4fe Complete re-implementation of mq_close 10 年之前
  Gregory Nutt 9e975a217d Separate mqueue allocation logic from mq_open() and put it in sched/mqueue/mq_msgqalloc.c 10 年之前
  Gregory Nutt b0f80cc8db Move mq_open.c, mq_close.c, and mq_unlink.c from sched/mqueue to fs/mqueue 10 年之前