You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently implementing module loading and unloading for the linux kernel (see: nix-rust/nix#930). One goal would be to have inmod and rmmod replacements based on that.
My question: Is it OK to add these to this repo? I don't think insmod/rmmod is part of GNU Coreutils. On the other hand busybox has them and I like to think of uutils as a busybox replacement.
What is the opinion of the maintainers on this topic?
The text was updated successfully, but these errors were encountered:
I'd be willing to consider adding them, but I feel like we may want to just create an "extrautils" repo or something for utilities like those (though if we haven't done this by the time you or someone else finishes utilities like those I wouldn't be opposed to adding them to this repo).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm currently implementing module loading and unloading for the linux kernel (see: nix-rust/nix#930). One goal would be to have
inmod
andrmmod
replacements based on that.My question: Is it OK to add these to this repo? I don't think
insmod
/rmmod
is part of GNU Coreutils. On the other hand busybox has them and I like to think of uutils as a busybox replacement.What is the opinion of the maintainers on this topic?
The text was updated successfully, but these errors were encountered: