This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d29748258b fs/inode: add pre-allocated task files to avoid allocator
access
new eb6fe17baa nuttx/list/queue: add helper macro list/sq/dq_is_singular()
new ec08031e4b sched/group: change type of task group member to single
queue
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
binfmt/binfmt_execmodule.c | 2 +-
fs/procfs/fs_procfsproc.c | 16 +++--
include/nuttx/list.h | 7 ++-
include/nuttx/queue.h | 8 +++
include/nuttx/sched.h | 10 ++-
sched/clock/clock_gettime.c | 30 +++++----
sched/group/group_create.c | 33 ++--------
sched/group/group_foreachchild.c | 18 ++++--
sched/group/group_join.c | 127 ++-------------------------------------
sched/group/group_killchildren.c | 2 +-
sched/group/group_leave.c | 121 +++----------------------------------
sched/task/task_exithook.c | 6 +-
12 files changed, 84 insertions(+), 296 deletions(-)