forked from nasa/osal
-
Notifications
You must be signed in to change notification settings - Fork 0
Testing Draco Integration Workflows #1
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
Open
arielswalker
wants to merge
106
commits into
main
Choose a base branch
from
draco-integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Source Updates for Equuleus-rc1+dev20
…o 0 for VxWorks RTPs
…his is selected in the CMakeLists.txt file.
…s-rtp, splitting it from the posix implementation
…so Linux functionality would be unchanged
Fix 4 add vxworks rtp support
Adds API calls to get and set socket options, with the initial implementation of the IP differentiated services code point (DSCP) value as an option.
Fix nasa#10, Update VxWorks Tests
Add QNX operating system OSAL and BSP support
Fix nasa#21, Update GitHub Pipelines
Open Source Updates for Equuleus-rc1+dev21
Fix nasa#19, Remove Cache for Standalone Build
Fix cFS/cFS#4, Add MCDC Pipeline
Fix nasa#13, add API to get/set socket options
Fix cFS/cFS#56, Add MC/DC Delta
Fix cFS/workflows#7, Provide Clean Workflow Environment
Fix cFS/cFS#116, deprecations in latest Cmake versions
Fix cFS/cFS#170, Use Workflow Containers
Fix nasa#59, add define for monotonic clock on RTEMS
…s-add-to-project-workflow Part cFS/workflows#39, Exclude Draft PRs for Add to Project Workflow
Fix nasa#71, Update Workflow Coverage Path
Create a shared RwLock API, along with a POSIX implementation and the associated test cases and stubs. Add configuration option to disable RwLocks. Since some persistent data structures within cFS are read-heavy, it would be wise to take advantage of a readers-writer lock over a mutex for synchronization for performance reasons.
…ws-on-pr Part cFS/cFS#222, Use Subset of Workflows on PR
Fix nasa#56, Add RwLock API & its POSIX implementation
…ection and manipulation
The "self_task" local variable is only needed during error reporting, and even in that case only if the debug option is turned on. This just moves the OS_TaskGetID call into the OS_DEBUG macro so it avoids all the issues.
Open Source Updates for Equuleus-rc1+dev31
Fix nasa#6, Modify open() call to prevent command injection vulnerability
Fix nasa#75, avoid unused variable when DEBUG is off
Fix nasa#80, Add OS Monotonic impl to QNX build
Fix cFS/cFS#197, Added support for QNX SDP 8.0
Adds OS_FileAllocate and OS_FileTruncate APIs. These are wrappers around fallocate and ftruncate. While ftruncate appears well supported by RTOSs, posix fallocate is not - so it is implemented in a separate file.
Fix cFS/cFS#277, Add file allocate and truncate APIs
Adds an alternative implementation of OS_SocketAddrFromString that uses the getaddrinfo() system call to look up the name in DNS (or whatever network name service is configured). Without changing the API, this can only return the first address. The existing (non-DNS) option is retained for RTOSs that may not have this feature. The DNS version is only enabled on posix for now.
Fix cFS/cFS#280, add DNS support to OS_SocketAddrFromString
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist (Please check before submitting)
Describe the contribution
A clear and concise description of what the contribution is.
Testing performed
Steps taken to test the contribution:
Expected behavior changes
A clear and concise description of how this contribution will change behavior and level of impact.
System(s) tested on
Additional context
Add any other context about the contribution here.
Third party code
If included, identify any third party code and provide text file of license
Contributor Info - All information REQUIRED for consideration of pull request
Full name and company/organization/center of all contributors ("Personal" if individual work)