-
Notifications
You must be signed in to change notification settings - Fork 86
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
add basic support a linux-like syscall evendfd
#1052
Merged
Merged
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e414c88 - Browse repository at this point
Copy the full SHA e414c88View commit details
Commits on Feb 11, 2024
-
add interrupt handler for COM1
To avoid debug messages of unhandled interrupts, a handler for COM1 is registerted.
Configuration menu - View commit details
-
Copy full SHA for 802ad8f - Browse repository at this point
Copy the full SHA 802ad8fView commit details -
increase compatibility to Unix
fine-tuning of the TCP stack and the behavior of the system call `poll`
Configuration menu - View commit details
-
Copy full SHA for e3af6ab - Browse repository at this point
Copy the full SHA e3af6abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ae7e8f - Browse repository at this point
Copy the full SHA 2ae7e8fView commit details
Commits on Feb 12, 2024
-
avoid overflow by increasing the event counter
increasing the event counter blocks, if a overflow is possible
Configuration menu - View commit details
-
Copy full SHA for d4f250f - Browse repository at this point
Copy the full SHA d4f250fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f4a81c - Browse repository at this point
Copy the full SHA 1f4a81cView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 596745f - Browse repository at this point
Copy the full SHA 596745fView commit details -
introduce listen state within TCP socket
if smoltcp leaves the state LISTEN, the poll function returns Poll::Ready. Just to give the user space the option to call accept.
Configuration menu - View commit details
-
Copy full SHA for 84f985e - Browse repository at this point
Copy the full SHA 84f985eView commit details
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.