summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
* Fixing the nvidia x86_64 driver urlLluís Batlle i Rossell2011-08-03
| | | | svn path=/nixpkgs/trunk/; revision=28139
* Updating the nvidia drivers (I experience hangs from time to time, maybe ↵Lluís Batlle i Rossell2011-08-03
| | | | | | this will solve that) svn path=/nixpkgs/trunk/; revision=28138
* * Linux 2.6.32.43.Eelco Dolstra2011-07-28
| | | | svn path=/nixpkgs/trunk/; revision=27981
* Add comments explaining the purpose of the postBuild prependShea Levy2011-07-24
| | | | svn path=/nixpkgs/trunk/; revision=27922
* Fix problem with linux 3.0 trying to install in /nix/store/...Shea Levy2011-07-24
| | | | | | Thanks to MarcWeber on IRC for helping with this svn path=/nixpkgs/trunk/; revision=27921
* First attempt at linuxPackages_3_0Shea Levy2011-07-24
| | | | svn path=/nixpkgs/trunk/; revision=27915
* Add firmware for rtl8192c and related NICsShea Levy2011-07-23
| | | | svn path=/nixpkgs/trunk/; revision=27912
* Updating the linux 2.6.39 to 2.6.39.3Lluís Batlle i Rossell2011-07-21
| | | | svn path=/nixpkgs/trunk/; revision=27878
* Linux: Actually use `postBuild'.Ludovic Courtès2011-07-19
| | | | svn path=/nixpkgs/trunk/; revision=27833
* Added packages for radeon-r600 and radeon-r700 firmware.Peter Simons2011-07-14
| | | | svn path=/nixpkgs/trunk/; revision=27783
* * Fix evaluation.Eelco Dolstra2011-07-12
| | | | svn path=/nixpkgs/trunk/; revision=27739
* Add meta.platforms to the Linux kernel expression.Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27722
* Added Linux 2.6.15Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27721
* Added Linux 2.6.26Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27720
* Add udev145Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27719
* Renamed udev to udev166Ludovic Stordeur2011-07-11
| | | | | | | | This renaming prepares the landing of several versions of udev which are required to boot old Linux versions. The udev expression is mapped to udev166. svn path=/nixpkgs/trunk/; revision=27718
* Fixed Linux 2.6.31 compilationLudovic Stordeur2011-07-11
| | | | | | linux_2_6_31 compilation was broken and added the CIFS timeout patch. svn path=/nixpkgs/trunk/; revision=27716
* Added CIFS timeout patch for Linux 2.6.15Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27715
* Added CIFS timeout patch for Linux 2.6.{25 --> 28}Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27713
* Renamed cifs-timeout-2.6.{32 --> 29} patchLudovic Stordeur2011-07-11
| | | | | | | Renamed cifs-timeout-2.6.32 patch to cifs-timeout-2.6.29 as this is the older kernel version this patch applies to. svn path=/nixpkgs/trunk/; revision=27711
* Added CIFS timeout patch for Linux 2.6.{35 --> 38}Ludovic Stordeur2011-07-11
| | | | svn path=/nixpkgs/trunk/; revision=27710
* Suffixed cifs timeout patch with kernel version.Ludovic Stordeur2011-07-11
| | | | | | | | Currently suffixed with 2.6.32. This pre-patch prepares the landing of several versions of this patch to support other Linux kernel versions. svn path=/nixpkgs/trunk/; revision=27709
* Improved the Linux kernel building frameworkLudovic Stordeur2011-07-11
| | | | | | | | | | | | | Moved the hardcoded postBuild hook from the builder to generic.nix: Some old kernel (such as 2.6.15) did not yet support the unifdef target. As a result, compiling them with the current Linux builder leads to a failure. Fixed by moving this hook as argument of the top-level function of generic.nix. This allows some kernel nix codes to overrides its default value. svn path=/nixpkgs/trunk/; revision=27708
* util-linux-ng: prepare expression for the addition of perl as a buildInputPeter Simons2011-07-08
| | | | | | | | The chkdupexe utility requires perl. We cannot change the expression, though, without triggering a re-build of almost all of stdenv, so for the time being I'm making Perl an optional build input that is disabled by default. svn path=/nixpkgs/trunk/; revision=27681
* htop: updated to version 0.9Peter Simons2011-07-08
| | | | svn path=/nixpkgs/trunk/; revision=27680
* * NVIDIA X11 driver updated to 275.09.07.Eelco Dolstra2011-06-22
| | | | svn path=/nixpkgs/trunk/; revision=27517
* hostapd: packaged.Evgeny Egorochkin2011-06-19
| | | | svn path=/nixpkgs/trunk/; revision=27501
* Adding the firmware for ralink rt2860 cards e.g. Asus EEE 1000Cillian de Roiste2011-06-19
| | | | svn path=/nixpkgs/trunk/; revision=27496
* Updating to version 1.56 since 1.53 wouldn't compileCillian de Roiste2011-06-19
| | | | svn path=/nixpkgs/trunk/; revision=27495
* QEMU-KVM: Add ncurses support.Ludovic Courtès2011-06-17
| | | | svn path=/nixpkgs/trunk/; revision=27491
* * Linux 2.6.32.41.Eelco Dolstra2011-06-08
| | | | svn path=/nixpkgs/trunk/; revision=27395
* * qemu-kvm updated to 0.14.1.Eelco Dolstra2011-06-08
| | | | svn path=/nixpkgs/trunk/; revision=27394
* Add libnl-3.0Yury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27385
* bluez-4.90Yury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27371
* wpa_supplicant: split wpa_gui from main package, install .desktop file and iconsYury G. Kudryashov2011-06-07
| | | | svn path=/nixpkgs/trunk/; revision=27369
* Making bluez install some of its test tools. Mainly, the bluez-simple-agent,Lluís Batlle i Rossell2011-05-20
| | | | | | | that can do a pincode handshake with the user. svn path=/nixpkgs/trunk/; revision=27284
* Fix kernel configurationMichael Raskin2011-05-20
| | | | svn path=/nixpkgs/trunk/; revision=27282
* Add Linux 2.6.39Michael Raskin2011-05-19
| | | | svn path=/nixpkgs/trunk/; revision=27279
* os-specific/linux/blcr: Fix url and hashMarco Maggesi2011-05-13
| | | | svn path=/nixpkgs/trunk/; revision=27249
* * Enable JPEG and PNG support in qemu-kvm's VNC implementation.Eelco Dolstra2011-05-13
| | | | svn path=/nixpkgs/trunk/; revision=27243
* * Linux 2.6.32.40.Eelco Dolstra2011-05-11
| | | | svn path=/nixpkgs/trunk/; revision=27222
* * NVIDIA driver updated to 270.41.06.Eelco Dolstra2011-04-27
| | | | svn path=/nixpkgs/trunk/; revision=26985
* Making openssh cross-build. And making linux-pam almost cross-build, I think.Lluís Batlle i Rossell2011-04-25
| | | | | | | This allows me to put sftp-server in the nanonote and use it through dropbear. svn path=/nixpkgs/trunk/; revision=26971
* Updating linux 2.6.37Lluís Batlle i Rossell2011-04-25
| | | | svn path=/nixpkgs/trunk/; revision=26966
* Updating the nanonote kernel 2.6.36, because I was hitting a bug about stack ↵Lluís Batlle i Rossell2011-04-24
| | | | | | | | | | | shrinking: https://bugzilla.redhat.com/show_bug.cgi?id=643426 No problem in 2.6.36.3. svn path=/nixpkgs/trunk/; revision=26947
* Update Linux kernel versionMichael Raskin2011-04-23
| | | | svn path=/nixpkgs/trunk/; revision=26929
* * Linux 2.6.32.38.Eelco Dolstra2011-04-20
| | | | svn path=/nixpkgs/trunk/; revision=26900
* Add fbcondecor for 2.6.38Shea Levy2011-04-18
| | | | svn path=/nixpkgs/trunk/; revision=26876
* Update Linux kernel versionMichael Raskin2011-04-17
| | | | svn path=/nixpkgs/trunk/; revision=26872
* Updating linux 2.6.38 to 2.6.38.2Lluís Batlle i Rossell2011-04-13
| | | | svn path=/nixpkgs/trunk/; revision=26832