Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osal Integration candidate: 2021-05-04 #979

Merged
merged 5 commits into from
May 5, 2021
Merged

Commits on Apr 27, 2021

  1. Fix #964, UtPrintx function

    Fix the UtPrintx() routine such that the loop stops correctly.
    Also improves the output to print the address, not just the data.
    
    Note if UtPrintf is used, one sees the file/line of the UtPrintx
    function, not the actual test location, so it is better to call
    UT_BSP_DoText directly so it omits this extraneous info.
    jphickey committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d059147 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Fix #960, add socket shutdown implementation

    Adds an OS_SocketShutdown() wrapper around the BSD socket shutdown() API.
    This allows a data transfer of a stream socket to be gracefully shut
    down prior to socket closure.
    jphickey committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0f98567 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Merge pull request #973 from jphickey/fix-964-utprintx-loop

    Fix #964, UtPrintx function
    astrogeco committed May 3, 2021
    Configuration menu
    Copy the full SHA
    8a9b9ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #976 from jphickey/fix-960-socket-shutdown

    Fix #960, add socket shutdown implementation
    astrogeco committed May 3, 2021
    Configuration menu
    Copy the full SHA
    55ab09e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    bf2f73d View commit details
    Browse the repository at this point in the history