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-01-19 #767

Merged
merged 36 commits into from
Jan 27, 2021
Merged

Commits on Jan 7, 2021

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

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    4b65be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62eb12d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c968de0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    e963847 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df458a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a928734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55aa1a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0cb76e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Configuration menu
    Copy the full SHA
    9074cf9 View commit details
    Browse the repository at this point in the history
  2. Fix #748, add additional casts

    jphickey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0d4c3c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    619e88f View commit details
    Browse the repository at this point in the history
  4. Fix #429, update OS_time_t definition to 64-bit ticks

    Use a single 64-bit tick counter as OS_time_t, rather than
    a split 32 bit seconds + 32 bit microseconds counter.
    
    This benefits in several ways:
    
    - increases the timing precision by 10x (0.1us ticks)
    - increases the representable range by 400x (+/-14000 yrs)
    - simplifies addition/subtraction (no carry over)
    - avoids "year 2038" bug w/32-bit timestamps
    jphickey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7e34a2c View commit details
    Browse the repository at this point in the history
  5. Fix #718, deprecate OS_fsBlocksFree and OS_fsBytesFree

    Users should call OS_FileSysStatVolume() and read the respective
    output members of the structure as indicated.
    jphickey committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8c7535c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

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

Commits on Jan 21, 2021

  1. Merge pull request #748 from zanzaben/fix699_Select_Test_RTEMS

    Fix #699, format printf correctly
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    2b1211a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #759 from jphickey/fix-718-deprecate-bytesblocksfree

    Fix #718, deprecate OS_fsBlocksFree and OS_fsBytesFree
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    ff42bfd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #696 from ArielSAdamsNASA/SecurityPolicy

    Fix #743, Create OSAL Security Policy Markdown
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e453e2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #747 from skliper/fix746-os_printf_stub_print

    Fix #746, Add UtDebug message from OS_printf stub
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    709b582 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #751 from skliper/fix577-nested_add

    Fix #577, Document nested tests not supported
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    86b13a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33738d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #763 from skliper/fix761-ut_file_null

    Fix #761, Terminate string in TestReadWriteLseek
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0af2a55 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #758 from skliper/fix757-cpp_typo

    Fix #757, Read extern C in osapi.h to support C++ use
    astrogeco committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0d569e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    3fa2f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e248041 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #725 from zanzaben/fix724_Rename_UT_ClearForceFail

    Fix #724, #722, rename ut clear force fail
    astrogeco committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    436e1ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f725ee4 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Merge pull request #694 from zanzaben/fix591_TTF_not_reported

    Fix #591, add test teardown failure to test summary
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4165e67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #754 from skliper/fix753-rm_ut_checkforopensockets

    Fix #753, Remove UT_CheckForOpenSockets
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    95cab23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #749 from zanzaben/fix685_RTEMS_chmod_test

    Fix #685 change file create to use read write
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0ba7e87 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #739 from zanzaben/fix692_network_api_state_or_ass…

    …ertions
    
    Fix #692, fix or statements
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4a87c68 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #695 from zanzaben/fix229_mqueue_functional_test

    Fix #229, mqueue functional test
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    bddede2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #735 from jphickey/fix-429-expand-ostimet-part2

    Fix #429, OS_time_t with single tick counter
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    0867182 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    773dc88 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #764 from skliper/fix760-ut_fails

    Fix #760, Install modules and clean up files for unit tests
    astrogeco committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    6af008c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Bump to v5.1.0-rc1+dev221

    Update ReadMe
    astrogeco committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    27d99a2 View commit details
    Browse the repository at this point in the history