Skip to content

Nos3 rc#7

Merged
zlynch2 merged 812 commits intonos3-devfrom
nos3-rc
Jan 16, 2026
Merged

Nos3 rc#7
zlynch2 merged 812 commits intonos3-devfrom
nos3-rc

Conversation

@zlynch2
Copy link

@zlynch2 zlynch2 commented Jan 16, 2026

No description provided.

astrogeco and others added 30 commits September 22, 2021 11:49
osal Integration candidate: 2021-09-21
Use a separate local variable rather than casting to (void **).
Add feature to generate_stubs.pl input phase to recognize and
skip over `#ifdef __cplusplus` blocks.  This makes it so it
can be used on C headers which are C++-enabled too.
Fix nasa#1177 Rename OS_XXXTime to OS_XXXLocalTime in comments
…-test-duplicate-check

Fix nasa#1183, Add Duplicate Check to Local Unit Test
- Set new build baseline for cFS-Caelum-rc4: v6.0.0-rc4
osal Integration candidate: Caelum+dev1
These new warnings are detected by the new compiler. They are all places
in unit test where an uninitialized value is passed via "const" pointer
into a unit under test.  By definition a "const" pointer is always an
input.

While the warning is pedantically true - should not pass an uninitialized
struct as an input - these were all unit tests where the object value
is a don't-care value, so it does not matter.  But to fix the warning,
simply need to initialize a value before making the call.
- Refactors symbol table searching to include
  both local and global symbol tables for POSIX
- Renamed global search to generic since there
  isn't currently a use case for global only search
Modifies the osal_id_t typedef to be a non-integer value.  The intent
is to catch cases where it inappropriately being used as an integer value.

This is transparent so long as the osal_id_t typedef and provided check
and conversion routines are used.
…tAssert_STUB_COUNT

Fix nasa#1200, Add missing space to UtAssert_STUB_COUNT
…6-equivalents-for-UtAssert_UINT32-macros

Fix nasa#1196, Add UINT8 and UINT16 equivalents for UtAssert_UINT32_<Comparison> macros
Fix nasa#1199, correct warnings on gcc11

 # Please enter a commit message to explain why this merge is necessary,
…flows

Fix nasa#1188, Reuse CodeQL, Static Analysis, Format Check
Lucas, John P and others added 29 commits July 5, 2023 09:13
Replace these with long and unsigned long, respectively, as some old systems
might not have these types even if it does provide stdint.h
Add OS_SocketBindAddress() and OS_SocketListen() to allow users to bind
an address without also calling listen().  The use case is for client
side connections where the source port needs to be controlled.
Fix nasa#1396, do not use intmax_t/uintmax_t types
Fix nasa#1398, separate bind and listen calls for streams
osal Integration candidate: Caelum-rc4+dev54
This reports that the functionality is not implemented and reports it as
an MIR result, instead of having most/all of the tests fail.
… to enable faster reverting and testing in the future if it ends up being an issue;
[nasa/nos3#210] Attempted to resolve CPU utilization issue
@zlynch2 zlynch2 merged commit 8beb6d2 into nos3-dev Jan 16, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.