summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
AgeCommit message (Collapse)AuthorFilesLines
2006-07-16update from 2.6.17.5 to 2.6.17.6. They are releasing kernels so fast thatArmijn Hemel1-3/+3
2.6.17.4 was still the latest on ftp.nluug.nl when 2.6.17.6 was released :S svn path=/nixpkgs/trunk/; revision=5717
2006-07-15new kernel (yet another security update)Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5716
2006-07-07another security update -> 2.6.17.4Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5652
2006-07-04update to 2.6.17.3 (security bugs)Armijn Hemel1-3/+3
svn path=/nixpkgs/trunk/; revision=5573
2006-06-24new kernel, uses mktemp, use gcc34 for now (but this can probably be changed ↵Armijn Hemel1-6/+6
to 4.1.1, just being conservative here) svn path=/nixpkgs/trunk/; revision=5525
2006-06-24a config for 2.6.17.1Armijn Hemel1-0/+2483
svn path=/nixpkgs/trunk/; revision=5522
2006-01-30* Copy lots of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4623
2005-12-05* "." -> "source".Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=4335
2005-08-29add sound supportArmijn Hemel1-7/+182
svn path=/nixpkgs/trunk/; revision=3743
2005-08-23embed Nix generated hash into kernel image and module pathArmijn Hemel1-1/+10
svn path=/nixpkgs/trunk/; revision=3672
2005-08-20random commit (really, I forgot what was changed, not much)Armijn Hemel1-1/+1
svn path=/nixpkgs/trunk/; revision=3648
2005-08-19add no-op if some files aren't there for copying (and reintroduce "exit 1" ↵Armijn Hemel1-3/+4
for now) svn path=/nixpkgs/trunk/; revision=3647
2005-08-19remove "exit 1" so our build will succeedArmijn Hemel1-1/+0
svn path=/nixpkgs/trunk/; revision=3646
2005-08-19copy all the stuff that is needed for external modules to the store. RippedArmijn Hemel1-0/+47
from Fedora. svn path=/nixpkgs/trunk/; revision=3645
2005-08-19add quotesArmijn Hemel1-1/+1
svn path=/nixpkgs/trunk/; revision=3644
2005-08-19add arch argument, needed to copy right things eventuallyArmijn Hemel1-0/+1
svn path=/nixpkgs/trunk/; revision=3642
2005-08-19also remove "i386" from the name. This wasn't accurate anyway, because weArmijn Hemel1-1/+1
were building for the i686 hardware platform and not for i386. svn path=/nixpkgs/trunk/; revision=3641
2005-08-19make the versions match...Armijn Hemel1-1/+1
svn path=/nixpkgs/trunk/; revision=3640
2005-06-16don't forget to actually install modulesArmijn Hemel1-0/+1
svn path=/nixpkgs/trunk/; revision=3185
2005-06-15install kernel in the store (whoops, forgot to install modules :S )Armijn Hemel1-0/+2
svn path=/nixpkgs/trunk/; revision=3183
2005-06-15strip kernel config very heavilyArmijn Hemel1-748/+104
svn path=/nixpkgs/trunk/; revision=3182
2005-06-15first stub for kernel compilations. Still a lot missing, doesn't installArmijn Hemel3-0/+2788
everything correctly, the config currently compile quite a bit (too much for quick tests). This will change. --This line, and those below, will be ignored-- A linux/kernel A linux/kernel/builder.sh A linux/kernel/default.nix A linux/kernel/config svn path=/nixpkgs/trunk/; revision=3181