-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better handling of get_mce_kill return value
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# TODO | ||
* after PR is made, create changelog | ||
* 32bit support? | ||
* fix https://github.com/nix-rust/nix/pull/1550/checks?check_run_id=4637943143 | ||
* https://cirrus-ci.com/task/6249061924732928 | ||
|
||
|
||
# refactor | ||
* skriv helper functions för att deduplicera | ||
* red ut om c_int / c_ulong skall användas | ||
* greppa på c_ulong? | ||
* maybeuninit memory alloc? | ||
|
||
|
||
# intressanta kodreferenser | ||
* sys/signal.rs wait() & killpg() | ||
|
||
|
||
# not implemented | ||
* capability stuff avoided | ||
* powerpc, arm64, mips etc. stuff avoided | ||
|
||
|
||
# questions | ||
* how many of the prctl options should be implemented, considering i do not have the means to test all architectures | ||
* should the naming be changed to be more user friendly, or remain as it is, as close to the original name as possible | ||
* which feature (if any) should prctl be under. and should it be enabled by default | ||
* should prctl be exported as unsafe function or not? | ||
|
||
|
||
# argumentation för min impl | ||
* nix unified syscalls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters