summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* Merge recent master into p/stdenvVladimír Čunát2014-06-09
|\ | | | | | | Merged just before the pypi update, as it seems to cause problems on Hydra.
| * kernel: 3.14.5 -> 3.14.6 (close #2868)William A. Kennington III2014-06-08
| |
| * sysdig: update to 0.1.83Vladimir Kirillov2014-06-06
| |
| * kernel/grsec: updates; add mainline package for brave soulsAustin Seipp2014-06-05
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * linux: Update to 3.12.21Eelco Dolstra2014-06-05
| |
| * kernel: 3.14.4 -> 3.14.5 (close #2831)William A. Kennington III2014-06-05
| |
| * disk-indicator: Add packageRicardo M. Correia2014-05-30
| | | | | | | | A program that will turn a LED into a hard disk indicator.
| * Plymouth: update to 0.9.0, fix build, sanitize, enable systemd-integrationCillian de Róiste2014-05-29
| | | | | | | | | | NOTE: I can start the daemon and ping it, but I haven't been able to get it to do more than that.
| * usermount: New Package.Moritz Ulrich2014-05-29
| | | | | | | | | | | | | | A simple tool to automatically mount removable drives using UDisks2 and D-Bus. https://github.com/tom5760/usermount
| * Merge pull request #2465 from robberer/nvidia/driverRob Vermaas2014-05-28
| |\ | | | | | | nvidia-x11: add nvidia-uvm module which is necessary for blender GPU support
| | * add nvidia-uvm module which is necessary for blender GPU supportrobberer2014-05-01
| | |
| * | Updating conspyMichael Raskin2014-05-28
| | |
| * | Merge pull request #2378 from wizeman/u/kernel-zramMichael Raskin2014-05-27
| |\ \ | | | | | | | | linux: Add support for zram
| | * | linux: Add support for zramRicardo M. Correia2014-04-24
| | | |
* | | | Merge #1187 into p/stdenvVladimír Čunát2014-05-29
|\ \ \ \ | |/ / / |/| | | | | | | Tested building firefox, kdelibs, evince on x86_64-linux.
| * | | spl: Fix compilation with grsecurity's constify plugin and kernels < 3.8Ricardo M. Correia2014-05-15
| | | |
* | | | nvidia-x11: Don't install nvidia-xconfigEelco Dolstra2014-05-22
| | | | | | | | | | | | | | | | Rewriting the X11 config doesn't work on NixOS.
* | | | nvidia-x11: Update to 331.79Eelco Dolstra2014-05-22
| | | |
* | | | upower: add 0.99 version for gnome 3.12Luca Bruno2014-05-20
| | | |
* | | | linux: Update to 3.12.20Eelco Dolstra2014-05-19
| | | |
* | | | lockdep: 3.14.2 -> 3.14.4Austin Seipp2014-05-18
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel/grsec: another optional optionAustin Seipp2014-05-18
| | | | | | | | | | | | | | | | | | | | | | | | This should fix the testing kernels. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel: only use DEBUG_STACKOVERFLOW if !grsecurityAustin Seipp2014-05-18
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel: allow features to be used in common-configAustin Seipp2014-05-18
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel/common-config: Another optional optionAustin Seipp2014-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel: make some common-config options optional for grsecAustin Seipp2014-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | grsec: refactor grsecurity packagesAustin Seipp2014-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This now provides a handful of different grsecurity kernels for slightly different 'flavors' of packages. This doesn't change the grsecurity module to use them just yet, however. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | grsec: updatesAustin Seipp2014-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel: enable AppArmor by defaultAustin Seipp2014-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AppArmor only requires a few patches to the 3.2 and 3.4 kernels in order to work properly (with the minor catch grsecurity -stable includes the 3.2 patches.) This adds them to the kernel builds by default, removes features.apparmor (since it's always true) and makes it the default MAC system. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | linux-3.{4,10}: updateAustin Seipp2014-05-17
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | apparmor: 2.8.2 -> 2.8.3Austin Seipp2014-05-17
|/ / / | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | linux-3.12: Apply patch for CVE-2014-0196Eelco Dolstra2014-05-14
| | |
* | | linux: minor updates, probably often fixing CVE-2014-0196Vladimír Čunát2014-05-13
| | |
* | | linux: Update to 3.12.19Eelco Dolstra2014-05-13
| | | | | | | | | | | | Backport: 14.04
* | | shadow: Fix lastlog and faillog to find logs in /var/logLuca Bruno2014-05-13
| | | | | | | | | | | | Fixes #2575 and closes #2586.
* | | Allow no-kernel-module build of SysDigMichael Raskin2014-05-13
| | |
* | | Merge branch 'sysdig-0.1.82-now-with-osx' of git://github.com/proger/nixpkgsShea Levy2014-05-12
|\ \ \ | | | | | | | | | | | | | | | | sysdig: updated to 0.1.82, starting to support Darwin builds (includes luajit Darwin support)
| * | | sysdig: support builds without the kernel module, add pkgs.sysdig attrVladimir Kirillov2014-05-10
| | | |
| * | | sysdig: update to 0.1.82Vladimir Kirillov2014-05-10
| | | |
* | | | htop: Bump to 1.0.3 (close #2611)Ricky Elrod2014-05-11
|/ / / | | | | | | | | | Signed-off-by: Ricky Elrod <ricky@elrod.me>
* | | Merge pull request #2548 from proger/sysdig-0.1.81Rickard Nilsson2014-05-08
|\ \ \ | | | | | | | | sysdig: update to 0.1.81
| * | | sysdig: update to 0.1.81Vladimir Kirillov2014-05-07
| | | |
* | | | criu: upgrade, hopefully fix Hydra buildAustin Seipp2014-05-07
|/ / / | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | paxctl: Update from 0.7 -> 0.8Ricardo M. Correia2014-05-06
| | |
* | | b43-fwcutter: update 015 -> 018Vladimír Čunát2014-05-06
| | |
* | | systemd-journal-flush: Require /var/log/journal rather than all filesystemsEelco Dolstra2014-05-05
| | | | | | | | | | | | Backport: 14.04
* | | sysinit.target: Don't depend on systemd-tmpfiles-setup.serviceEelco Dolstra2014-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd-tmpfiles-setup.service pulls in local-fs.target, which interferes with NixOps' send-keys feature (since sshd.service depends indirectly on sysinit.target). Since in NixOS we don't use systemd-tmpfiles for creating files (that's done by activation scripts and preStart scripts), it's not a problem to start it a bit later. Backport: 14.04
* | | pam: upstream patch to fix CVE-2014-2583Vladimír Čunát2014-05-03
| | |
* | | systemd: Look for fsck.* in the right placeEelco Dolstra2014-05-01
| |/ |/| | | | | Fixes #2464.
* | lockdep: 3.14 -> 3.14.2Austin Seipp2014-04-28
| | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>