summary refs log tree commit diff
path: root/pkgs/os-specific/linux
AgeCommit message (Collapse)AuthorFilesLines
2014-08-14Upgrade: powertop: 2.5 -> 2.6.1Thomas Strobel1-3/+3
2014-08-12ldm: Bump to 0.5.Moritz Ulrich1-3/+5
We don't build docs because it would pull in git and perl as deps.
2014-08-12bluez: 5.16 -> 5.22Domen Kožar1-2/+2
2014-08-12Fix checkpolicy build; no idea how to test itMichael Raskin1-2/+4
2014-08-11criu: upgrade to 1.3-rc2Boris Sukholitko1-2/+2
2014-08-11sysdig: update to 0.1.87Vladimir Kirillov1-2/+2
2014-08-10criu: fix build for ZHFLuca Bruno1-2/+4
2014-08-09checkpolicy: mark as broken for ZHFLuca Bruno1-0/+1
2014-08-09Copy all so files over from nVidia blobMateusz Kowalczyk1-4/+2
2014-08-09Copy over libGLESv2 and libEGL too for nVidia blobMateusz Kowalczyk1-1/+1
2014-08-08Merge 'staging' into masterVladimír Čunát14-20/+20
2014-08-08Mark a bunch of packages as broken or not supported on DarwinEelco Dolstra1-4/+4
2014-08-04Merge remote-tracking branch 'origin/master' into staging.Peter Simons60-73/+96
Conflicts: pkgs/desktops/e18/enlightenment.nix
2014-08-04linux-kernel: Add new upstream version 3.16.aszlig1-0/+18
Also set linux_latest to it as well. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-08-03Update Sysdig system tracing toolMichael Raskin2-2/+8
2014-08-03Merge branch 'x-updates'Vladimír Čunát6-65/+39
Close #3147. The only major update is freetype-2.5, I think (it cost lots of work).
2014-08-02kernel: 3.15.7 -> 3.15.8William A. Kennington III1-2/+2
2014-08-02kernel: 3.14.14 -> 3.14.15William A. Kennington III1-2/+2
2014-08-02kernel: 3.12.25 -> 3.12.26William A. Kennington III1-2/+2
2014-08-02kernel: 3.10.50 -> 3.10.51William A. Kennington III1-2/+2
2014-08-02kernel: 3.4.100 -> 3.4.101William A. Kennington III1-2/+2
2014-08-02xf86_input_wacom: update from 0.23.0 to 0.25.0Cillian de Róiste1-2/+2
2014-08-02Merge recent master into x-updatesVladimír Čunát56-71/+70
Hydra: ?compare=1142825 Conflicts (easy): pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
2014-07-31Revert "Remove obsolete jackaudio version 1."Bjørn Forsman1-3/+3
This reverts commit bdb77826d98544ab37741f740dd3516023924b27. Jack1 is not obsolete and neither jack1 nor jack2 is called 'jackaudio'. Q: What's the difference between Jack1 and Jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-30Move CIFS support into a separate moduleEelco Dolstra1-1/+5
2014-07-29kernel: 3.15.5 -> 3.15.7William A. Kennington III1-2/+2
2014-07-29kernel: 3.14.12 -> 3.14.14William A. Kennington III1-2/+2
2014-07-29kernel: 3.10.48 -> 3.10.50William A. Kennington III1-2/+2
2014-07-29kernel: 3.4.98 -> 3.4.100William A. Kennington III1-2/+2
2014-07-28Remove obsolete jackaudio version 1.Peter Simons1-3/+3
2014-07-28Fix broken license references.Peter Simons1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk51-57/+52
2014-07-28Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2-4/+4
Conflicts: pkgs/applications/audio/espeak/edit.nix pkgs/applications/audio/lmms/default.nix pkgs/desktops/e18/enlightenment.nix pkgs/games/exult/default.nix pkgs/os-specific/linux/alsa-plugins/default.nix
2014-07-24linux: Update to 3.12.25Eelco Dolstra1-2/+2
2014-07-23jack: change package and attr names to 'jack1' and 'jack2'Bjørn Forsman1-2/+2
Currently, we have a 'jack' package with attrname 'jack1d' and a 'jackdbus' package with attrname 'jackaudio'. Make it consistent 'jack1' and 'jack2' in both package name and attrname. This aligns the naming with what can be found on the JACK homepage. Q: what's the difference between jack1 and jack2? A: http://trac.jackaudio.org/wiki/Q_differenc_jack1_jack2
2014-07-22Merge branch 'x-updates' into stagingVladimír Čunát6-65/+39
...in preparation for a merge to master
2014-07-22Don't use ensureDirEelco Dolstra1-2/+2
2014-07-22Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra4-13/+13
Conflicts: pkgs/misc/vim-plugins/default.nix
2014-07-17Merge recent master into x-updatesVladimír Čunát11-26/+28
2014-07-16linux: only enable CONFIG_NFS_SWAP for v3.6+ kernelsBjørn Forsman1-1/+3
Linux v3.6 is the earliest version with CONFIG_NFS_SWAP support. This change unbreaks NixOS tests for older kernels.
2014-07-16wpa_supplicant: update 2.1 -> 2.2, drop a patchVladimír Čunát1-9/+3
Fixes #3238.
2014-07-15nvidia-x11: Update to 340.24Eelco Dolstra2-4/+3
2014-07-15linux: Enable NFSv4.1, v4.2 clients and swap on NFSRicardo M. Correia1-0/+5
I'm only enabling for kernels >= 3.11 to be conservative, because clients and servers automatically negotiate and use the highest mutually supported version by default, but only in kernel 3.11 server NFSv4.1 support actually became RFC compliant. I'm also adding support for swap on NFS, which is enabled by default on Ubuntu kernels.
2014-07-14Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra7-13/+15
2014-07-14nvidia legacy 304xx driver updated to .123 point releaseCray Elliott1-3/+3
among other things, fixes compilation with Linux 3.14
2014-07-14conky: Link against GCC runtime library.aszlig1-0/+2
This is needed for Conky to shut down cleanly, because it relies on pthread_cancel() to work. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-09linux_*: update, including CVE-2014-4699 (most likely)Vladimír Čunát4-8/+8
CC #3196. No updates yet on 3.2 and 3.12 branches.
2014-07-09Merge recent master into x-updatesVladimír Čunát3-10/+10
Hydra: ?compare=1134869 Conflicts (just meta): pkgs/applications/networking/instant-messengers/telepathy/gabble/default.nix
2014-07-07linux: Update to 3.12.24Eelco Dolstra1-2/+2
CVE-2014-4508, CVE-2014-0206.
2014-07-07Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra7-28/+31