about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2016-02-10mcelog: 129 -> 130Tobias Geerinckx-Rice1-2/+2
Fixes https://github.com/andikleen/mcelog/issues/31.
2016-02-09Merge pull request #12852 from kragniz/linux-testing-4.5-rc2Domen Kožar1-4/+4
linux-testing: 4.4-rc8 -> 4.5-rc2
2016-02-08pagemon: 0.01.07 -> 0.01.08Tobias Geerinckx-Rice1-2/+2
Main changes: - Add 'c' key to close pop up windows - Enable -p option to have the PID or name of the process to monitor - Fix zoom scaling on memory view - Don't break on failed seek or read of map info More: https://github.com/ColinIanKing/pagemon/blob/f172bd17e7a11e43131629468e4b2ad191ca9b47/debian/changelog
2016-02-06linux-testing: 4.4-rc8 -> 4.5-rc2Louis Taylor1-4/+4
2016-02-03Merge pull request #12724 from abbradar/udev-hwdbEelco Dolstra1-0/+2
udev service: generate hwdb database from all udev packages
2016-02-02kernel: Let the kernel build system strip modulesTuomas Tynkkynen1-3/+3
Since commit 48f51f118506 we let the kernel build system compress the modules, which makes the original strip expression not work. Let the kernel build system strip them as well so they get stripped.
2016-02-02linux: Update to 3.10.96, 3.12.53, 3.14.60, 3.18.26, 4.1.17, 4.4.1Eelco Dolstra7-98/+18
2016-02-01linux: Compress kernel modulesEelco Dolstra2-4/+8
This reduces the kernel package from 185 to 62 MiB, for a neglible boot time cost.
2016-02-01linux: Use $SOURCE_DATE_EPOCH as the build timestampEelco Dolstra2-5/+2
2016-02-01Remove unused fileEelco Dolstra1-13/+0
2016-02-01systemd: add a notice to remove makeFlags on updateNikolay Amiantov1-0/+2
2016-02-01drbd: set DESTDIRRobin Gloster1-1/+1
2016-02-01linux: adding PCI Expresscard Hotplug supportLluís Batlle i Rossell1-0/+3
2016-01-31powertop: call "xset" from $PATHPeter Simons1-0/+1
Patch the source code to find "xset" in $PATH rather than expecting the hard-coded path "/usr/bin/xset" to work. I've decided *not* to hard-code a proper path like "${xset}/bin/xset", because that reference greatly increases the size of the powertop closure. Since "xset" is required only for --calibrate (and that even seems to work fine without it), it felt like an optional dependency is more appropriate in this case. Thanks to @heydojo locating the source code file that needs patching. Fixes https://github.com/NixOS/nixpkgs/issues/12662.
2016-01-31Merge pull request #12696 from zimbatm/firmware-linux-nonfreeArseniy Seroka1-3/+3
firmware-linux-nonfree: update to master
2016-01-31pagemon: 1.01.06 -> 1.01.07Tobias Geerinckx-Rice1-2/+2
Changes: * Mix checksum up a bit more and return OK if nothing has changed * Optimize page reading, reduced by ~2% CPU * Add perf page statistics 'p' option * Add OOM score to VM stats * Optimize read_maps: don't re-scan page mapping if nothing changed * Reduce amount of seeks and reads on pagemap data More: https://github.com/ColinIanKing/pagemon/blob/master/debian/changelog
2016-01-30firmware-linux-nonfree: update to masterzimbatm1-3/+3
2016-01-30Merge pull request #12676 from datakurre/datakurre-pam_2ufFranz Pletz1-2/+2
pam_u2f: 1.0.1 -> 1.0.4
2016-01-29pam_u2f: 1.0.1 -> 1.0.4Asko Soukka1-2/+2
2016-01-27pagemon: init at 0.01.06Tobias Geerinckx-Rice1-0/+38
2016-01-27nfs-utils: 1.3.2 -> 1.3.3Tobias Geerinckx-Rice1-6/+2
A very noisy change log is available for download at: http://sourceforge.net/projects/nfs/files/nfs-utils/1.3.3/1.3.3-Changelog/download
2016-01-25More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2-7/+5
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice9-23/+15
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2016-01-24batman-adv: 2015.2 -> 2016.0Franz Pletz3-7/+7
2016-01-24kernel: add back the patch I just removed by accidentDan Peebles1-0/+78
2016-01-24linux: 4.3.3 -> 4.34 (and update grsecurity patches, too)Dan Peebles3-85/+5
2016-01-24Remove no longer (or never) referenced patchesTobias Geerinckx-Rice10-3009/+0
55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
2016-01-23Merge remote-tracking branch 'philhub/master'Philipp Volguine36-148/+678
2016-01-23Version bump of e1000e driver (2.5.4 -> 3.3.1)Philipp Volguine1-3/+3
2016-01-23nixpkgs: systemd - add some more dependenciesAustin Seipp1-2/+3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-01-23grsecurity: fix kernel config and uncomment grsecurity kernelsDan Peebles1-2/+2
2016-01-23paxtest: init at 0.9.14Dan Peebles1-0/+28
2016-01-23grsecurity-testing: update patches and associated kernel versionDan Peebles1-3/+3
2016-01-23Merge pull request #12309 from zohl/chromiumos-kernelNikolay Amiantov10-1/+304
Add ChromiumOS kernels
2016-01-23Merge pull request #12508 from heydojo/ati-drivers-backportNikolay Amiantov2-64/+116
ati-drivers: Restore opengl & direct rendering
2016-01-22Merge branch 'staging'Vladimír Čunát2-12/+5
2016-01-22lvm2: 2.02.132 -> 2.02.140aszlig1-2/+2
Upstream changelog can be found at: https://git.fedorahosted.org/cgit/lvm2.git/tree/WHATS_NEW?h=v2_02_140&id=0faa27d4f55abcda5fa94ef92343eb44e95ada89 I have tested this with: nix-build nixos/release.nix -A tests.installer.lvm.x86_64-linux Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21Merge pull request #12522 from mbakke/bluez-5.37Luca Bruno1-2/+2
bluez5: 5.36 -> 5.37
2016-01-21multipath_tools: Cleanup and update to v0.5.0aszlig1-17/+19
Previously, version 0.4.9 was a tarbomb and in version 0.5.0 this fortunately isn't the case anymore so we don't need to set sourceRoot by ourselves. I've also moved the definition of makeFlagsArray to the attribute makeFlags, because we can use $(var) to substitute shell variables within make. The references to /lib/udev/scsi_id no longer exist in version 0.5.0 and it seems that libudev is used directly. Nevertheless, there are still references to FHS paths such as /var/run, /etc/multipath.conf and /etc/multipath but these are only relevant at runtime and can be configured to point to a different path elsewhere. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-21bluez5: 5.36 -> 5.37Marius Bakke1-2/+2
2016-01-20ati-drivers: Restore opengl & direct renderingTony White2-64/+116
- Removed a collision in the nix store - Removed dependency on qt - Fixed opengl and direct rendering by correcting some link paths - Some code refactored in builder.sh - Comments added/modified This pull request fixes #11740 and I recommend that it be considered as a hotfix for the stable channel due to the fact that opengl and direct rendering are broken there too.
2016-01-20linux-4.2: remove as it's no longer maintained upstreamVladimír Čunát1-20/+0
grsecurity still holds a reference to it, but I prefer it to fail than to use a version that is most likely not secure anymore.
2016-01-20linux: patch CVE-2016-0728 (close #12492)Nathan Zadoks9-0/+94
The PoC provided successfully escalates privileges from a local user to root. The vulnerability affects any Linux Kernel version 3.8 and higher. http://perception-point.io/2016/01/14/analysis-and-exploitation-of-a-linux-kernel-vulnerability-cve-2016-0728/
2016-01-20linux-mptcp: init at 0.90 (kernel 3.18.20), fixes #11149Guillaume Maudoux1-0/+49
2016-01-20mmc-utils: init at 2015-11-18, fixes #12489Tuomas Tynkkynen1-0/+26
2016-01-19zfs: 0.6.5.3 -> 0.6.5.4Ricardo M. Correia2-11/+12
2016-01-19spl: 0.6.5.3 -> 0.6.5.4Ricardo M. Correia3-14/+15
2016-01-18tarball: fix evaluation of mdadm on darwinVladimír Čunát1-0/+2
It probably doesn't make any sense to have mdadm on darwin, but we have to "fail in a right way".
2016-01-18refactor to use autoreconfHook where possibleRobin Gloster2-12/+5
Close #12446.
2016-01-18Merge branch 'master' into stagingVladimír Čunát5-30/+157