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

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


    from 8b7d08f  net: Reoder the initialize sequence(mac->ip->tcp/udp)
     new dfb9a76  fs: Initialize g_inode_sem at the definition place
     new cf2538c  mm/shm: Initialize shm_info_s at the definition place
     new b078660  sched/wdog: Remove wd_initialize which isn't really used 
anymore
     new d9a442a  mm/iob: Remove initialized static variable inside 
iob_initialize
     new 2ce62bb  sched/irq: Remove the code which zero out g_irqvector fields
     new ab872b0  sched/init: Move binfmt_initialize before hardware 
initialization
     new 4cc2888  sched/init: Don't call sq_init/dq_init on global link list

The 7 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:
 fs/inode/fs_inode.c        | 13 +++------
 include/nuttx/mm/shm.h     | 16 -----------
 mm/iob/iob_initialize.c    | 66 ++++++++++++++++++----------------------------
 mm/shm/shm_initialize.c    | 26 +++---------------
 sched/init/nx_start.c      | 63 +++++++------------------------------------
 sched/irq/irq_initialize.c | 11 --------
 sched/wdog/wd_initialize.c | 26 ------------------
 sched/wdog/wdog.h          | 21 ---------------
 8 files changed, 43 insertions(+), 199 deletions(-)

Reply via email to