Commit History

Author SHA1 Message Date
  김정찬 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 years ago
  Gregory Nutt abf6965c24 Squashed commit of the following: 5 years ago
  Xiang Xiao d6b0b0d94b sched/mqueue/mq_desclose.c: Fix warning: variable 'msgq' set but not used 5 years ago
  Xiang Xiao fb63c0a293 sched/signal and related changes to other OS subsystems. 5 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt fca07be1df Squashed commit of the following: 7 years ago
  Gregory Nutt 3fba968bb0 Fix an error when a task with open message queue descriptors is killed via task_delete(). Noted by Anton Gropyanov. 8 years ago
  Gregory Nutt b71907888e Remove some empty file section section header comments 8 years ago
  Gregory Nutt 849df03d22 Update dates on files modified for SIGEV_THREAD support 8 years ago
  Gregory Nutt 9835eeb181 signals: Basic framework to support SIGEV_THREAD 8 years ago
  Gregory Nutt 79d554939e sched/: Fix some spacing issues 9 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 71b574f26c Repartition some message queue logic: sched/mqueue should have all mqueue knowledge; fs/mqueue should deal only with inodes 10 years ago