You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/05 11:20:59 UTC

[incubator-nuttx] branch master updated (75bfa45 -> eabe535)

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/incubator-nuttx.git.


    from 75bfa45  mm: Add kmm_malloc_size and mm_malloc_size
     add ebf89ff  mm/iob: add iob_get_queue_size() helper
     add eabe535  net/inet: add support of FIONREAD

No new revisions were added by this update.

Summary of changes:
 Documentation/reference/os/iob.rst                |  5 ++
 include/nuttx/mm/iob.h                            | 12 +++++
 include/nuttx/net/net.h                           |  6 +--
 include/nuttx/net/netdev.h                        |  2 -
 mm/iob/Make.defs                                  |  1 +
 mm/iob/{iob_free_chain.c => iob_get_queue_size.c} | 29 +++++-----
 net/inet/inet_sockif.c                            | 46 +++++++++++++++-
 net/local/local_sockif.c                          | 48 ++++++++++++++++-
 net/netdev/netdev_ioctl.c                         | 17 +++---
 net/tcp/Make.defs                                 |  2 +-
 net/tcp/tcp.h                                     | 17 ++++++
 sched/clock/clock_getres.c => net/tcp/tcp_ioctl.c | 64 ++++++++++++----------
 net/udp/Make.defs                                 |  1 +
 net/udp/udp.h                                     | 17 ++++++
 sched/clock/clock_getres.c => net/udp/udp_ioctl.c | 66 +++++++++++++----------
 15 files changed, 245 insertions(+), 88 deletions(-)
 copy mm/iob/{iob_free_chain.c => iob_get_queue_size.c} (77%)
 copy sched/clock/clock_getres.c => net/tcp/tcp_ioctl.c (66%)
 copy sched/clock/clock_getres.c => net/udp/udp_ioctl.c (65%)