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+dev5 #1451

Merged
merged 11 commits into from
Feb 23, 2024
Merged

Commits on Jan 20, 2023

  1. Remove softsleep, as a dead store.

    Sam Price authored and dzbaker committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    da4fa3d View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Feb 24, 2023

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

Commits on Mar 14, 2023

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

Commits on Feb 14, 2024

  1. Fix #1433, use virtual path as name for FS_BASED maps

    Use the "virtual_path" instead of "device_name" as the name
    record for FS_BASED entries.  This should allow duplicate
    detection to work as expected.
    
    The device_name on mappings made via this method will now be
    an empty string.  It is not relevant because this type of map
    is used for devices that are already mounted.
    jphickey committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    b3cdc13 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #1448 from jphickey:fix-1433-fixedmap

    Fix #1433, use virtual path as name for FS_BASED maps
    dzbaker committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    04149d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge pull request #1446 from thesamprice:deadStore

    Fix #1452, Remove softsleep, as a dead store.
    dzbaker committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fff0725 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1357 from thnkslprpt:fix-1356-remove-stray-remani…

    …ng-goto
    
    Fix #1356, Remove stray remaining 'goto' in OSAL test code
    dzbaker committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c51a337 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1354 from thnkslprpt:fix-1353-mismatched-function…

    …-parameter-names
    
    Fix #1353, Align mismatched function prototype/implem. parameter names
    dzbaker committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e7add95 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1331 from thnkslprpt:fix-1330-variables-declared-…

    …mid-function
    
    Fix #1330, Move variables declared mid-function to the top
    dzbaker committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b88b641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2484176 View commit details
    Browse the repository at this point in the history