summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lockdep
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* lockdep: 4.1.2 -> 5.0.21, fix build, enable testsRobert Scott2020-09-22
| | | | | | | | | required a bit of an overhaul to ensure we're compiling against *this* kernel's headers, not those in glibc which are presumably from some other random kernel version. would be nice to update to a more recent version, the build of this tool reportedly got broken soon after this release.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* nixpkgs: lockdep 3.19.1 -> 4.1.2Austin Seipp2015-07-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: lockdep 3.17 -> 3.19.1Austin Seipp2015-03-17
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* lockdep: 3.16.1 -> 3.17Austin Seipp2014-10-09
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* lockdep: 3.14.4 -> 3.16.1Austin Seipp2014-08-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* lockdep: 3.14.2 -> 3.14.4Austin Seipp2014-05-18
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* lockdep: 3.14 -> 3.14.2Austin Seipp2014-04-28
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* lockdep: refactor into non-kernel packageAustin Seipp2014-04-08
Lockdep doesn't *really* require the kernel package - just the kernel sources. It's really a user-space tool just compiled from some portable code within the kernel, nothing more. Signed-off-by: Austin Seipp <aseipp@pobox.com>