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

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


    from 624fc5a9b8 sched: support dumping all file information during assert
     add f811b78d8c local:add check to the localsocket binding the path
     add 1a21445877 pipes: use priv refs instead of inode to resolve memleak
     add 6a267fe019 drivers/pipes:add PIPEPOLICY_0 check in pipecommon_read & 
pipecommon_write.
     add a591adc6d5 drivers/pipes: Add offset support for PIPEIOC_PEEK
     add 9147c955dc local:local socket sendto with adding binding path info
     add 7050c312df pipes:fix the issue of the circbuf cannot be incorrectly 
initialized due to PIPE_POLICY_0
     add 931029b9cb local_sendpacket.c:setting "EAGAIN" not as a error level
     add 622302fe02 local_recvmsg.c:setting "EAGAIN" not as a warning level
     add eb0055fd4a local_sendto:move lc_sendlock position to protect file 
system interface
     add 2195270ed5 localsocket:add net_lock to protect connection

No new revisions were added by this update.

Summary of changes:
 drivers/pipes/pipe.c         |  31 +-------
 drivers/pipes/pipe_common.c  |  49 +++++++------
 drivers/pipes/pipe_common.h  |   1 +
 include/nuttx/fs/ioctl.h     |   1 +
 net/local/local.h            |  62 ++++++++++------
 net/local/local_bind.c       |  26 +++++--
 net/local/local_conn.c       |  46 ++++++++++--
 net/local/local_connect.c    |   4 +
 net/local/local_fifo.c       |   4 +-
 net/local/local_recvmsg.c    | 170 ++++++++++++++++++++++++++-----------------
 net/local/local_recvutils.c  |  28 -------
 net/local/local_sendmsg.c    |  64 +++++++++++-----
 net/local/local_sendpacket.c |  91 ++++++++++++++++-------
 net/local/local_sockif.c     |   5 +-
 14 files changed, 354 insertions(+), 228 deletions(-)

Reply via email to