Commit Graph

3719 Commits

Author SHA1 Message Date
Peter Simons
1d953779b0 Merge remote-tracking branch 'origin/master' into staging. 2015-03-05 12:24:57 +01:00
Vladimír Čunát
7e042659b7 plymouth: hacky fix build (automake-related) 2015-03-04 22:02:09 +01:00
Ricardo M. Correia
9e19e5dc98 pax-utils: Update from 0.9.2 -> 1.0 2015-03-04 18:04:52 +01:00
Eelco Dolstra
c502efc72a linux: Enable Intel idle driver
Also build the performance governor into the kernel so there is a sane
default. Note that cpufreq.service will still load "ondemand" on
non-pstate systems.
2015-03-04 17:11:41 +01:00
Eelco Dolstra
26da67ff73 Kernel config: Separate power management and debugging 2015-03-04 17:10:47 +01:00
aszlig
8ed8277c74
linux-testing: Update to version 4.0-rc2.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:42:44 +01:00
aszlig
791b970c6e
linux/kernel: Remove EXT2_FS_XIP for version 4.0.
The option has been removed in torvalds/linux@6cd176a and thus we
shouldn't try to set it for kernel version 4.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-03-04 15:42:44 +01:00
William A. Kennington III
ebcc826bd6 zfs_git: 2015-02-24 -> 2015-03-02 2015-03-03 13:01:37 -08:00
William A. Kennington III
21ce0493f5 spl_git: 2015-02-04 -> 2015-02-27 2015-03-03 12:58:43 -08:00
William A. Kennington III
f311c156f5 linux-firmware-nonfree: 2015-02-24 -> 2015-02-27 2015-03-03 12:55:26 -08:00
Alexander V. Nikolaev
bd87d32efc util-linux: update to 2.26 (close #6553)
Patch unshare-fix-map-root-user.patch appiled upstream, and removed.

Trigger mass-rebuild, so PR will be to staging
2015-03-03 11:36:53 +01:00
William A. Kennington III
24f25e6f9a kernel: 3.18.7 -> 3.18.8 2015-03-02 19:52:26 -08:00
William A. Kennington III
103f9820f6 kernel: 3.14.33 -> 3.14.34 2015-03-02 19:52:26 -08:00
William A. Kennington III
f97b6e891c kernel: Update testing to 4.0-rc1 2015-03-02 19:52:26 -08:00
William A. Kennington III
3ab435dfa8 kernel: 3.2.66 -> 3.2.67 2015-03-02 19:52:26 -08:00
William A. Kennington III
08b47c57f7 kernel: 3.12.37 -> 3.12.38 2015-03-02 19:52:26 -08:00
William A. Kennington III
cb24bc18b9 kernel: 3.10.69 -> 3.10.70 2015-03-02 19:52:26 -08:00
Eelco Dolstra
584ca36462 linux: Disable CONFIG_DEBUG_STACKOVERFLOW
This got enabled accidentally in
e64e3ad88a.
2015-03-02 23:36:05 +01:00
Eelco Dolstra
06dfa19b99 nvidia-x11: Use GTK 2
Otherwise we end up with multiple versions of GTK in the system
closure. Also, GTK 3 is not well integrated in NixOS yet (e.g. it
doesn't respect KDE's colour scheme).
2015-03-02 00:23:43 +01:00
Eelco Dolstra
38b53b8e7d nvidia-x11: Update to 346.47 2015-03-02 00:23:43 +01:00
Tobias Geerinckx-Rice
9f87f3ccb0 linux: disable UEVENT_HELPER*
Deprecated since 2006: http://lwn.net/Articles/166954/
2015-03-01 03:31:59 +01:00
William A. Kennington III
7d5ab9a4d2 linux-firmware-nonfree: Use date instead of git version 2015-02-25 11:53:14 -08:00
William A. Kennington III
a6ea74ac6a spl_git: Use date format 2015-02-25 11:53:14 -08:00
William A. Kennington III
f08e87a01e zfs_git: Update 2015-02-24 14:16:18 -08:00
William A. Kennington III
4bbc026594 linux-firmware-nonfree: Update 2015-02-24 14:14:34 -08:00
Vladimír Čunát
3009cc116e nvidia_x11: fix missing xorg lib symlinks; refactor
The builder structure should be now easier to understand
and easier to avoid such problems in future.
Fixes #6546.
2015-02-24 13:17:56 +01:00
Ricardo M. Correia
4ce947327a gradm: Update from 3.0-201408301734 -> 3.1-201502222102 2015-02-23 18:38:23 +01:00
Ricardo M. Correia
e196cd5611 grsecurity: Update stable and test patches
stable: 3.0-3.14.33-201502200812 -> 3.1-3.14.33-201502222137
test:   3.0-3.18.7-201502200813  -> 3.1-3.18.7-201502222138
2015-02-23 18:38:13 +01:00
Arseniy Seroka
a477e91f47 zfs-git: fix name (use date) 2015-02-23 20:30:14 +03:00
Vladimír Čunát
7bf2021349 nvidia_x11: reintroduce libXv for nvidia-settings
It was dropped in 77986803a6.
2015-02-21 17:28:02 +01:00
Vladimír Čunát
77986803a6 nvidia_x11: fix nvidia-settings after the major update
The GUI would no longer find libs it needed.
Now it's gtk3 by default, so we don't support gtk2 version for simplicity.
ldd finds no missing libs after this commit.
2015-02-21 16:07:53 +01:00
Ricardo M. Correia
50bf56fd09 grsecurity: Update stable and test patches
stable: 3.0-3.14.33-201502181906 -> 3.0-3.14.33-201502200812
test:   3.0-3.18.7-201502180834  -> 3.0-3.18.7-201502200813
2015-02-20 14:29:45 +01:00
Shea Levy
830c76d6ba Merge branch 'xen_kernel' of git://github.com/ts468/nixpkgs
Add kernel config form dom0 of Xen
2015-02-20 07:49:46 -05:00
Ricardo M. Correia
99eb8705cd grsecurity: Update stable patch from 3.0-3.14.33-201502180832 -> 3.0-3.14.33-201502181906 2015-02-19 04:47:44 +01:00
Ricardo M. Correia
c5a7115721 grsecurity: Update stable and test patches
stable: 3.0-3.14.32-201502062101 -> 3.0-3.14.33-201502180832
test:   3.0-3.18.6-201502062100  -> 3.0-3.18.7-201502180834
2015-02-18 17:24:53 +01:00
Dan Peebles
ecf662efc6 Flip cctools and cctools cross 2015-02-18 00:24:33 -05:00
Eric Seidel
d2a987d6e3 fix travis evaluation by providing explicit libiconv for the rare cases
that need it, like uclibc
2015-02-17 20:10:26 -08:00
Thomas Strobel
eb97dc0013 Add kernel config for dom0 of Xen 2015-02-16 20:52:06 +01:00
Luca Bruno
915075ca0e Revert "nfs-utils: update from 1.2.5 to 1.3.1"
This reverts commit bde3fe2335.
2015-02-16 13:59:34 +01:00
Luca Bruno
8b666652a5 Revert "nfs-utils: Build and update for 1.3.2"
This reverts commit a4ef29c499.
2015-02-16 13:59:34 +01:00
Eelco Dolstra
fb72208bcf nvidia-x11: Update to 340.76 2015-02-16 11:49:17 +01:00
William A. Kennington III
50bcf4583f zfs_git: Update 2015-02-15 23:59:27 -08:00
William A. Kennington III
f2e464c89b iproute: 3.18.0 -> 3.19.0 2015-02-15 19:07:34 -08:00
Tobias Geerinckx-Rice
dff06cdd43 freefall 3.18.3 -> 3.19 2015-02-15 23:35:56 +01:00
Peter Simons
34413a142b pkgs/os-specific/darwin/osx-private-sdk: fix evaluation 2015-02-14 23:07:16 +01:00
William A. Kennington III
69a277e2cc iwlegacy: Remove since it is already in linux-firmware-nonfree 2015-02-13 14:27:47 -08:00
William A. Kennington III
58a04a9359 kernel: 3.14.32 -> 3.14.33 2015-02-13 13:42:20 -08:00
William A. Kennington III
b41222e5c6 kernel: 3.10.68 -> 3.10.69 2015-02-13 13:42:20 -08:00
William A. Kennington III
a15f149f74 kernel: 3.18.6 -> 3.18.7 2015-02-13 13:42:19 -08:00
Peter Simons
54ce1a1810 Merge remote-tracking branch 'origin/master' into staging.
Conflicts:
      pkgs/development/compilers/ghc/head.nix
      pkgs/top-level/haskell-ng.nix
2015-02-13 22:13:25 +01:00