summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kmod/darwin.patch
Commit message (Collapse)AuthorAge
* kmod: fix kmod tools crash on darwinMichael Roitzsch2020-12-28
| | | | | include the proper header for basename(), otherwise the returned pointer is truncated to 32 bit because an int return type is assumed
* kmod: enable on darwinMatthew Bauer2018-12-02
This is needed to build linux kernels on darwin. While we can’t actually use it to load kernel modules, we can use it to create indexes of modules on macOS. (cherry picked from commit ebb31480e8a45efbaff4c4a212bdfc0b053adde0)