-
Notifications
You must be signed in to change notification settings - Fork 215
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+dev13 #1468
Commits on May 21, 2024
-
Fix #1455, High-resolution timed ops
Add API calls equivalent to existing calls that use an absolute timeout as opposed to a relative timeout. The absolute timeout can support resolution of 0.1 usec in the default configuration. Internally this primarily affects the underlying call to select(). Note that per the definition of select() in POSIX, it uses a "struct timeval" which has a resolution of 1 usec.
Configuration menu - View commit details
-
Copy full SHA for ec30aa7 - Browse repository at this point
Copy the full SHA ec30aa7View commit details
Commits on Jun 24, 2024
-
Fix #1458, Moves OS_strnlen to public API and adds static analysis co…
…mments This commit addresses issues flagged during static analysis by: - Adding JSC 2.1 disposition comments. - Making OS_strnlen publicly accessible and replacing strlen with it.
jdfiguer authored and jdfiguer committedJun 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 3b40ede - Browse repository at this point
Copy the full SHA 3b40edeView commit details -
Fix #1465, add default handler for OS_strnlen
Calls to "OS_strnlen" are likely needed to return an actual length, so make a default handler that does return a length. The value may still be overridden in tests, though.
Configuration menu - View commit details
-
Copy full SHA for 44763aa - Browse repository at this point
Copy the full SHA 44763aaView commit details
Commits on Jul 2, 2024
-
Merge pull request #1456 from jphickey:fix-1455-hires-timedops
Fix #1455, High-res timed stream ops
Configuration menu - View commit details
-
Copy full SHA for a456bc7 - Browse repository at this point
Copy the full SHA a456bc7View commit details -
Merge pull request #1465 from chillfig:SA_jsc2_1
Fix #1458, Moves OS_strnlen to public API and adds static analysis comments
Configuration menu - View commit details
-
Copy full SHA for ac7c9f5 - Browse repository at this point
Copy the full SHA ac7c9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41738c4 - Browse repository at this point
Copy the full SHA 41738c4View commit details -
Correcting status check in network-api-test.c that was referencing th…
…e incorrect status variable.
Configuration menu - View commit details
-
Copy full SHA for 5cc0355 - Browse repository at this point
Copy the full SHA 5cc0355View commit details -
Merge pull request #1456 from jphickey:fix-1455-hires-timedops
Fix #1455, High-res timed stream ops
Configuration menu - View commit details
-
Copy full SHA for 5923fcf - Browse repository at this point
Copy the full SHA 5923fcfView commit details