summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kmod
Commit message (Collapse)AuthorAge
* Merge pull request #107824 from mroi/patch-kmodSandro2021-03-21
|\ | | | | kmod: fix depmod crash on darwin
| * 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
* | treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* | treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* | treewide: Inline more of the static overlayJohn Ericson2021-01-03
|/ | | | | Picking up where #107238 left off. I think I'll have gotten all the easy stuff with this.
* kmod: add patch to correct behaviour with --fieldDominik Xaver Hörl2020-08-24
| | | | | | This came up in https://github.com/NixOS/nixpkgs/pull/96008. Without this patch modinfo always prints the module name for builtin modules, even if an explicit --field is passed.
* kmod: 26 -> 27Michael Weiss2020-06-13
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* kmod: fix --enable-staticAlexander Bantyev2019-11-11
|
* aggregateModules: support depmod.d configurationGabriel Ebner2019-11-03
|
* aggregateModules: use stdenvNoCC instead of stdenv (#67579)Ben Wolsieffer2019-08-28
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* aggregateModules: allow passing nameLinus Heckemann2019-04-13
|
* kmod: 25 -> 26Will Dietz2019-03-11
| | | | https://lwn.net/Articles/779249/
* kmod: avoid mass rebuildMatthew Bauer2018-12-02
| | | | elf-header shouldn’t be needed on linux
* 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)
* kmod: add licenseMarkus Kowalewski2018-08-30
|
* kmod: Remove crossAttrsJohn Ericson2018-07-24
| | | | Issue #21191 is indeed fixed now.
* linux module handling: support kernels without modulesRobert Hensing2018-04-05
|
* kmod: 24 -> 25Tuomas Tynkkynen2018-01-17
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* kmod: crossDrv should use native xzEric Litak2017-04-14
|
* kmod: 23 -> 24Peter Hoeg2017-03-14
|
* aggregateModules: Preserve kernel's modules.{builtin,order}Eelco Dolstra2016-10-11
| | | | Fixes #19426.
* kmod: 22 -> 23, add /lib/modules to module directoriesNikolay Amiantov2016-08-19
|
* treewide: replace several /sbin paths by /binNikolay Amiantov2016-08-19
|
* kmod: add patch to allow searching for modules in several directoriesNikolay Amiantov2016-08-19
|
* Merge branch 'master' into stagingobadz2016-08-19
|\ | | | | | | Conflicts: pkgs/os-specific/linux/kmod/default.nix cc @abbradar
| * Revert "Merge branch 'modprobe-fix' of git://github.com/abbradar/nixpkgs"Shea Levy2016-08-15
| | | | | | | | | | | | | | Was meant to go into staging, sorry This reverts commit 57b2d1e9b0dcdd1d25bd2d450174764b9417ffc1, reversing changes made to 760b2b9048ea775c319cb348d74447a20dea513e.
* | kmod: 22 -> 23, add /lib/modules to module directoriesNikolay Amiantov2016-08-16
|/
* treewide: replace several /sbin paths by /binNikolay Amiantov2016-08-16
|
* kmod: add patch to allow searching for modules in several directoriesNikolay Amiantov2016-08-16
|
* linux: Compress kernel modulesEelco Dolstra2016-02-01
| | | | | This reduces the kernel package from 185 to 62 MiB, for a neglible boot time cost.
* kmod: 21 -> 22Louis Taylor2016-01-13
|
* Unmaintain a bunch of packagesShea Levy2015-07-01
|
* kmod: 20 -> 21William A. Kennington III2015-06-18
|
* kmod: 18 -> 20William A. Kennington III2015-03-26
|
* kmod: bumpShea Levy2014-09-15
|
* kmod: Respect $MODULE_DIR in ‘kmod static-nodes’Eelco Dolstra2014-04-17
|
* kmod: Update to 17Eelco Dolstra2014-04-17
|
* kmod: bumpShea Levy2014-02-03
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Upgrade kmod from 12 -> 15William A. Kennington III2013-11-29
|
* Kernel module aggregator: Use kmod instead of module-init-toolsEelco Dolstra2013-08-09
|
* kmod: Update to kmod-12Shea Levy2013-02-21
|
* kmod: Bump to version 9Shea Levy2012-07-29
|
* * kmod: look in /etc/modprobe.d.Eelco Dolstra2012-06-15
| | | | svn path=/nixpkgs/trunk/; revision=34521
* * kmod updated to version 8. Disabled the xz and zlib dependenciesEelco Dolstra2012-06-15
| | | | | | | because they're inconvenient in the initrd. Put modprobe etc. in $out/sbin. svn path=/nixpkgs/trunk/; revision=34520
* kmod: Create compat program symlinksShea Levy2012-04-04
| | | | svn path=/nixpkgs/trunk/; revision=33579
* kmod: respect MODULE_DIRShea Levy2012-04-04
| | | | svn path=/nixpkgs/trunk/; revision=33578
* Add kmod, the replacement for the now-defunct module-init-toolsShea Levy2012-03-25
The kmod tools appear to take a flag to name the location of the modules directory, so we may not need to migrate our module-init-tools patches svn path=/nixpkgs/trunk/; revision=33413