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: Caelum-rc4+dev4 #1226

Merged
merged 9 commits into from
Feb 25, 2022
Merged

Commits on Feb 10, 2022

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

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    99d6f48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7676b89 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Fix #1222, protect if OS_FDGetInfo called on socket

    Datagram sockets do not have a name_entry, it is set NULL.
    If the user calls OS_FDGetInfo() on this type of ID, it will
    pass the first test, so this needs to be checked for non-NULL.
    jphickey committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    21cc7f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1215 from skliper/fix1214-uninit_ut_var

    Fix #1214, Resolve UT uninitialized variable warnings
    astrogeco committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    603dc13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1219 from skliper/fix1218-ut_assert_doxygen

    Fix #1218, Add ut_assert to doxygen and fix warnings
    astrogeco committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    35df49a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1223 from fix-1222-fdgetinfo-socket

    Fix #1222, protect if OS_FDGetInfo called on socket
    astrogeco committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7369007 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Merge pull request #1217 from skliper/fix1216-rm_explicit_filename

    Fix #1216, Remove explicit filename doxygen comments
    astrogeco committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b06b98e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Bump to v6.0.0-rc4+dev42

    Part of IC:Caelum+dev4, nasa/cFS#432
    
    **Includes**
    
    PR #1215
    - Resolve UT uninitialized variable warnings
    
    PR #1219
    - Add ut_assert to doxygen and fix warnings
    
    PR #1223
    - Protect if OS_FDGetInfo called on socket
    astrogeco committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    776de07 View commit details
    Browse the repository at this point in the history