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

[patch-axel-63] #40

Closed
wants to merge 9 commits into from
Closed

[patch-axel-63] #40

wants to merge 9 commits into from

Commits on Jan 8, 2024

  1. remove return code of handlers

    The return codes are not checked anywhere, so they serve no practical
    purpose. Remove them to avoid giving false hopes that any caller will
    eventually care or even handle errors.
    
    Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d611e3f View commit details
    Browse the repository at this point in the history
  2. add explicit statements for unreachable code

    Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    14f7923 View commit details
    Browse the repository at this point in the history
  3. cleanup handleUnknownSyscall()

    Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3bf9589 View commit details
    Browse the repository at this point in the history
  4. move variable declaration

    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f46f532 View commit details
    Browse the repository at this point in the history
  5. helper function checkPreemption()

    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    836ff87 View commit details
    Browse the repository at this point in the history
  6. cleanup: add empty line

    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0582160 View commit details
    Browse the repository at this point in the history
  7. cleanup: use helper variable

    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    606e639 View commit details
    Browse the repository at this point in the history
  8. improve error messages

    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    58356df View commit details
    Browse the repository at this point in the history
  9. more code cleanup

    Axel Heider committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2060809 View commit details
    Browse the repository at this point in the history