nuta / kerla

A new operating system kernel with Linux binary compatibility written in Rust.
Other
3.33k stars 89 forks source link

Implement kill system call #153

Closed bayedieng closed 2 years ago

bayedieng commented 2 years ago

This pr implements the kill syscall in order to further linux compatibility, omitting permission checks as Linux capabilities need to be implemented to do so.

Pre-Submission Checklist

When you submit a PR, please make sure your PR satisfies the following checklist:

nuta commented 2 years ago

@bayedieng I can't see any fixes for my comments. Perhaps did you forget to push commits?

bayedieng commented 2 years ago

@nuta updated.

nuta commented 2 years ago

Thanks @bayedieng!