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-03-30 #927

Merged
merged 16 commits into from
Apr 1, 2021
Merged

Commits on Mar 10, 2021

  1. Fix #843, remove BIG/LITTLE bit order macros

    The "common_types.h" file will no longer provide these.
    jphickey committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5ea8bb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Fix #888, better return codes from OS_SymbolTableDump_Impl

    Improve the error codes from this function.
    
    - Introduces a new error "OS_ERR_OUTPUT_TOO_LARGE" if the size
    limit was insufficient (instead of OS_SUCCESS).
    - Return OS_ERROR if an empty file was written - this likely
    indicates some fundamental issue with the VxWorks symbol table.
    - Return OS_ERR_NAME_TOO_LONG if one of the symbol names was
    too long, (instead of generic OS_ERROR).
    
    Improve unit test to check for/verify these responses.
    jphickey committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    c9327ee View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    b49a7f9 View commit details
    Browse the repository at this point in the history
  2. Fix #853, remove OS_TaskRegister

    This function is no longer needed and has been a no-op since v5.0.0.
    jphickey committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3670076 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    f8c8b39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #878 from jphickey/fix-843-endian-cleanup

    Fix #843, remove BIG/LITTLE bit order macros
    astrogeco authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c03909c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #918 from skliper/fix846-code_review_minor_cleanup

    Fix #846, Minor clean up and clarification in comments/naming
    astrogeco authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d848f09 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #923 from skliper/fix831-add_bsd_sockets_coverage

    Fix #831, Finish os-impl-bsd-socket.c coverage testing
    astrogeco authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    073019a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Fix #929, use test function for osal_id_t

    Do not initialize or compare osal_id_t directly to integers,
    use the provided comparison function.
    jphickey committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c24bee1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

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

Commits on Mar 29, 2021

  1. Merge pull request #915 from jphickey/fix-888-symEach-errs

    Fix #888, better return codes from OS_SymbolTableDump_Impl
    astrogeco authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    318afe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Merge pull request #926 from nasa/fix-853-task-register

    Fix #853, remove OS_TaskRegister
    astrogeco authored Mar 30, 2021
    Configuration menu
    Copy the full SHA
    581e993 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Merge pull request #935 from skliper/fix934-rm_script_mode

    Fix #934, Remove unused SCRIPT_MODE flag
    astrogeco authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3d3fe01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0d8bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #930 from jphickey/fix-929-objid-check

    Fix #929, use test function for osal_id_t
    astrogeco authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    6dbb0c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

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