Skip to content
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 8 commits into from
Feb 13, 2024

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    e414c88 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. add interrupt handler for COM1

    To avoid debug messages of unhandled interrupts, a handler for COM1
    is registerted.
    stlankes committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    802ad8f View commit details
    Browse the repository at this point in the history
  2. increase compatibility to Unix

    fine-tuning of the TCP stack and the behavior of the
    system call `poll`
    stlankes committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    e3af6ab View commit details
    Browse the repository at this point in the history
  3. remove clippy warnings

    stlankes committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2ae7e8f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. avoid overflow by increasing the event counter

    increasing the event counter blocks, if a overflow is possible
    stlankes committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d4f250f View commit details
    Browse the repository at this point in the history
  2. remove clippy warnings

    stlankes committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1f4a81c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    596745f View commit details
    Browse the repository at this point in the history
  2. 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.
    stlankes committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    84f985e View commit details
    Browse the repository at this point in the history