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: Equuleus-rc1+dev13 #1468

Merged
merged 8 commits into from
Jul 2, 2024
Merged

Commits on May 21, 2024

  1. Fix #1455, High-resolution timed ops

    Add API calls equivalent to existing calls that use an absolute timeout
    as opposed to a relative timeout.  The absolute timeout can support
    resolution of 0.1 usec in the default configuration.
    
    Internally this primarily affects the underlying call to select().
    
    Note that per the definition of select() in POSIX, it uses a
    "struct timeval" which has a resolution of 1 usec.
    jphickey committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ec30aa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix #1458, Moves OS_strnlen to public API and adds static analysis co…

    …mments
    
    This commit addresses issues flagged during static analysis by:
    - Adding JSC 2.1 disposition comments.
    - Making OS_strnlen publicly accessible and replacing strlen with it.
    jdfiguer authored and jdfiguer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3b40ede View commit details
    Browse the repository at this point in the history
  2. Fix #1465, add default handler for OS_strnlen

    Calls to "OS_strnlen" are likely needed to return an actual length,
    so make a default handler that does return a length.  The value
    may still be overridden in tests, though.
    jphickey committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    44763aa View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request #1456 from jphickey:fix-1455-hires-timedops

    Fix #1455, High-res timed stream ops
    dzbaker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a456bc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1465 from chillfig:SA_jsc2_1

    Fix #1458, Moves OS_strnlen to public API and adds static analysis comments
    dzbaker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ac7c9f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41738c4 View commit details
    Browse the repository at this point in the history
  4. Correcting status check in network-api-test.c that was referencing th…

    …e incorrect status variable.
    dzbaker authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5cc0355 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1456 from jphickey:fix-1455-hires-timedops

    Fix #1455, High-res timed stream ops
    dzbaker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    5923fcf View commit details
    Browse the repository at this point in the history