-
Notifications
You must be signed in to change notification settings - Fork 217
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
Commits on Mar 10, 2021
-
Fix #843, remove BIG/LITTLE bit order macros
The "common_types.h" file will no longer provide these.
Configuration menu - View commit details
-
Copy full SHA for 5ea8bb2 - Browse repository at this point
Copy the full SHA 5ea8bb2View commit details
Commits on Mar 17, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for c9327ee - Browse repository at this point
Copy the full SHA c9327eeView commit details
Commits on Mar 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b49a7f9 - Browse repository at this point
Copy the full SHA b49a7f9View commit details -
Fix #853, remove OS_TaskRegister
This function is no longer needed and has been a no-op since v5.0.0.
Configuration menu - View commit details
-
Copy full SHA for 3670076 - Browse repository at this point
Copy the full SHA 3670076View commit details
Commits on Mar 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8c8b39 - Browse repository at this point
Copy the full SHA f8c8b39View commit details -
Merge pull request #878 from jphickey/fix-843-endian-cleanup
Fix #843, remove BIG/LITTLE bit order macros
Configuration menu - View commit details
-
Copy full SHA for c03909c - Browse repository at this point
Copy the full SHA c03909cView commit details -
Merge pull request #918 from skliper/fix846-code_review_minor_cleanup
Fix #846, Minor clean up and clarification in comments/naming
Configuration menu - View commit details
-
Copy full SHA for d848f09 - Browse repository at this point
Copy the full SHA d848f09View commit details -
Merge pull request #923 from skliper/fix831-add_bsd_sockets_coverage
Fix #831, Finish os-impl-bsd-socket.c coverage testing
Configuration menu - View commit details
-
Copy full SHA for 073019a - Browse repository at this point
Copy the full SHA 073019aView commit details
Commits on Mar 25, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for c24bee1 - Browse repository at this point
Copy the full SHA c24bee1View commit details
Commits on Mar 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 054165a - Browse repository at this point
Copy the full SHA 054165aView commit details
Commits on Mar 29, 2021
-
Merge pull request #915 from jphickey/fix-888-symEach-errs
Fix #888, better return codes from OS_SymbolTableDump_Impl
Configuration menu - View commit details
-
Copy full SHA for 318afe6 - Browse repository at this point
Copy the full SHA 318afe6View commit details
Commits on Mar 30, 2021
-
Merge pull request #926 from nasa/fix-853-task-register
Fix #853, remove OS_TaskRegister
Configuration menu - View commit details
-
Copy full SHA for 581e993 - Browse repository at this point
Copy the full SHA 581e993View commit details
Commits on Mar 31, 2021
-
Merge pull request #935 from skliper/fix934-rm_script_mode
Fix #934, Remove unused SCRIPT_MODE flag
Configuration menu - View commit details
-
Copy full SHA for 3d3fe01 - Browse repository at this point
Copy the full SHA 3d3fe01View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb0d8bd - Browse repository at this point
Copy the full SHA bb0d8bdView commit details -
Merge pull request #930 from jphickey/fix-929-objid-check
Fix #929, use test function for osal_id_t
Configuration menu - View commit details
-
Copy full SHA for 6dbb0c7 - Browse repository at this point
Copy the full SHA 6dbb0c7View commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4e8d3a3 - Browse repository at this point
Copy the full SHA 4e8d3a3View commit details