You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by li...@apache.org on 2021/03/05 12:35:34 UTC

[incubator-nuttx] branch master updated (0a797f1 -> 90be95b)

This is an automated email from the ASF dual-hosted git repository.

liuhaitao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 0a797f1  boards: Makefile: Author Gregory Nutt: update licenses to Apache
     add 90be95b  sched: Remove all group id related stuff

No new revisions were added by this update.

Summary of changes:
 fs/procfs/fs_procfsproc.c   | 58 +------------------------------
 include/nuttx/sched.h       | 26 +++-----------
 sched/group/group.h         | 16 ++-------
 sched/group/group_addrenv.c | 20 +++++------
 sched/group/group_create.c  | 85 +--------------------------------------------
 sched/group/group_find.c    | 54 ++--------------------------
 sched/group/group_leave.c   |  2 +-
 sched/sched/sched_waitid.c  | 12 ++-----
 sched/sched/sched_waitpid.c | 12 ++-----
 sched/task/task_exithook.c  | 20 ++++-------
 sched/task/task_getppid.c   |  4 ---
 sched/task/task_reparent.c  | 17 +++++----
 sched/task/task_setup.c     | 11 ++----
 13 files changed, 43 insertions(+), 294 deletions(-)