summary refs log tree commit diff
path: root/pkgs/os-specific/linux/klibc
Commit message (Collapse)AuthorAge
...
* * A function `useKlibc' to build a package using klibc as the CEelco Dolstra2008-08-08
| | | | | | | | library. * Removed devicemapperStatic, e2fsprogsDiet, lvm2Static since they're redundant (it's what you get when you use pkgsDiet/pkgsStatic). svn path=/nixpkgs/trunk/; revision=12554
* * Fix a regression in klibcShrunk.Eelco Dolstra2008-05-28
| | | | svn path=/nixpkgs/trunk/; revision=11920
* * Put all packages that depend on a specific kernel (notably kernelEelco Dolstra2008-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | modules) together in an attribute set returned by the function "kernelPackagesFor" that takes a kernel as argument. For instance, kernelPackages_2_6_23 is the result of calling this function with kernel_2_6_23. This is necessary in NixOS to make it easier to override the kernel: it's not enough to just specify a different kernel (via the boot.kernel option), but you also need matching nvidiaDriver, aufs, iwlwifi, etc. Having a single attribute set that contains all kernel-related packages makes this much easier. * The kernel now has a passthru attribute "features" that allows NixOS expressions to test whether a kernel has certain features. For instance, the externel "iwlwifi" kernel module package should only be built on kernels < 2.6.24, as kernels >= 2.6.24 have iwlwifi support integrated. So the NixOS expressions can do the test "kernel.features ? iwlwifi" to see if the iwlwifi package should be built. Kernel patches can declare additional features. E.g., the fbsplash patch adds a "fbSplash" feature. svn path=/nixpkgs/trunk/; revision=11881
* * klibShrunk: just the klibc binaries without header files etc; usefulEelco Dolstra2008-03-14
| | | | | | for installation in initrds. svn path=/nixpkgs/trunk/; revision=11125
* * Rewrite all the kernel.org URLs to mirror://kernel/.Eelco Dolstra2007-08-27
| | | | svn path=/nixpkgs/trunk/; revision=9202
* * klibc 1.5.Eelco Dolstra2007-03-15
| | | | svn path=/nixpkgs/trunk/; revision=8295
* * Borrowed a patch from Gentoo to get splashutils to work on x86_64.Eelco Dolstra2007-02-06
| | | | | | * Latest klibc. svn path=/nixpkgs/trunk/; revision=7871
* * Remove makeFlags/installFlags redundancy.Eelco Dolstra2006-12-27
| | | | svn path=/nixpkgs/trunk/; revision=7501
* * Urgh, splashutils requires the klibc headers to contain header filesEelco Dolstra2006-11-26
| | | | | | | from the fbsplash kernel patch. So use the actual patched kernel as an input to klibc, instead of Glibc's kernel headers. svn path=/nixpkgs/trunk/; revision=7138
* * Latest klibc.Eelco Dolstra2006-11-25
| | | | svn path=/nixpkgs/trunk/; revision=7133
* * Splashutils.Eelco Dolstra2006-11-25
| | | | svn path=/nixpkgs/trunk/; revision=7126
* * Copy lots of files to nix.cs.uu.nl.Eelco Dolstra2006-01-30
| | | | svn path=/nixpkgs/trunk/; revision=4623
* * "." -> "source".Eelco Dolstra2005-12-05
| | | | svn path=/nixpkgs/trunk/; revision=4335
* add klibcArmijn Hemel2005-08-27
svn path=/nixpkgs/trunk/; revision=3723