We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue will serve as a tracker for individual issues.
To make porting KRF to other kernels easier, we'll need to provide abstractions for (at least) the following operations:
krf_rng_state
krf_probability
cr0
Some potential challenges:
personality(2)
The text was updated successfully, but these errors were encountered:
We should also take a peek at https://github.com/roachspray/fkrf and see if we can learn from their experience porting to FreeBSD.
Sorry, something went wrong.
No branches or pull requests
This issue will serve as a tracker for individual issues.
To make porting KRF to other kernels easier, we'll need to provide abstractions for (at least) the following operations:
krf_rng_state
,krf_probability
, others in config.c). We currently use procfs for these on Linux.cr0
(on systems where necessary).Some potential challenges:
personality(2)
, which is Linux-only. Configurable targeting strategies #9 will fix this.The text was updated successfully, but these errors were encountered: