about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* grsecurity: Update patchesWilliam A. Kennington III2015-09-16
|
* kernel: 4.1.6 -> 4.1.7William A. Kennington III2015-09-16
|
* kernel: 3.14.51 -> 3.14.52William A. Kennington III2015-09-16
|
* kernel: 3.10.87 -> 3.10.88William A. Kennington III2015-09-16
|
* Merge commit 'a6f6c0e' into master.upstreamWilliam A. Kennington III2015-09-15
|\ | | | | | | | | This is a partial merge of staging where we have up to date binaries for all packages.
| * Revert "libsecurity_generic: add El Capitan impure-deps"Jude Taylor2015-09-12
| | | | | | | | This reverts commit 557fa590426471723e05780666c79ed6afef5cb3.
| * Revert "apple-sdk: add El Capitan impure-deps"Jude Taylor2015-09-12
| | | | | | | | This reverts commit 3bf5d87f9efe19c441a796afc054a5f4be6e83b1.
| * Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-09-04
| |\
| * \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-09-03
| |\ \
| * \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-31
| |\ \ \
| * \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-28
| |\ \ \ \
| * | | | | add new libs to impure-deps for CoreServicesJude Taylor2015-08-26
| | | | | | | | | | | | | | | | | | | | | | | | affects nodejs, vim, etc.
| * | | | | add reattach-to-user-namespaceJude Taylor2015-08-25
| | | | | |
| * | | | | libsecurity_generic: add El Capitan impure-depsJude Taylor2015-08-25
| | | | | |
| * | | | | apple-sdk: add El Capitan impure-depsJude Taylor2015-08-25
| | | | | |
| * | | | | disable libsystem_stats (temporarily?)Jude Taylor2015-08-25
| | | | | |
| * | | | | IOKit: add 10.11-only dependencyJude Taylor2015-08-25
| | | | | |
* | | | | | "Parallel Tools" -> Parallels ToolsTobias Geerinckx-Rice2015-09-15
| | | | | |
* | | | | | all-packages: Use callPackage where possibleMathnerd3142015-09-14
| | | | | |
* | | | | | mcelog: 125 -> 126Tobias Geerinckx-Rice2015-09-15
| | | | | | | | | | | | | | | | | | | | | | | | Adds --is-cpu-supported command line option.
* | | | | | dstat: add python-wifi dependency for --wifiTobias Geerinckx-Rice2015-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is limited to kernels with the (legacy) Wireless Extensions, and supported wireless cards. Also add myself as a maintainer. CC maintainer @jgeerds
* | | | | | lttng-modules: 2.6.2-1-g7a88f8b -> 2.6.3Tomasz Kontusz2015-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also drops the assertion about kernel.version - we don't have anything older than 3.4 in nixpkgs anyway.
* | | | | | dmidecode: 2.12 -> 3.0William A. Kennington III2015-09-13
| | | | | |
* | | | | | kmod-debian-aliases: init at 21-1Mathnerd3142015-09-13
| | | | | |
* | | | | | blcr: drop support for kernel 3.12Domen Kožar2015-09-12
| | | | | |
* | | | | | zfs: Update to 0.6.5William A. Kennington III2015-09-11
| | | | | |
* | | | | | spl: Update to 0.6.5William A. Kennington III2015-09-11
| | | | | |
* | | | | | htop: also touch headers in subdirectoriesTobias Geerinckx-Rice2015-09-11
| | | | | |
* | | | | | conntrack_tools: 1.4.2 -> 1.4.3; maintainTobias Geerinckx-Rice2015-09-10
| | | | | |
* | | | | | mcelog: 124 -> 125Tobias Geerinckx-Rice2015-09-10
| | | | | |
* | | | | | htop: fix version suffixTobias Geerinckx-Rice2015-09-09
| | | | | | | | | | | | | | | | | | | | | | | | It may be an improvement, but it's still a downgrade.
* | | | | | upower: Update to 0.99.3Eelco Dolstra2015-09-09
| | | | | |
* | | | | | upower: Remove unused dependenciesEelco Dolstra2015-09-09
| | | | | |
* | | | | | Remove upower-oldEelco Dolstra2015-09-09
| | | | | |
* | | | | | htop: 8f07868f -> 229d0058William A. Kennington III2015-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes sopme of the strange rendering issues as well as some intermittent crashes.
* | | | | | systemd: Backport some journalctl performance improvementsEelco Dolstra2015-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: $ time journalctl > /dev/null real 6m12.470s user 5m51.439s sys 0m19.265s After: real 0m40.067s user 0m37.717s sys 0m2.383s Before: $ time journalctl --since '2015-08-01' _TRANSPORT=kernel real 1m9.817s user 0m13.318s sys 0m56.626s After: real 0m0.689s user 0m0.521s sys 0m0.221s
* | | | | | linux-firmware: 2015-07-23 -> 2015-09-07William A. Kennington III2015-09-07
| | | | | |
* | | | | | Remove references to /root/test-firmwareEelco Dolstra2015-09-07
| | | | | | | | | | | | | | | | | | | | | | | | This is no longer supported by systemd.
* | | | | | htop: touch all headersTobias Geerinckx-Rice2015-09-07
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following build failure: ``` config.status: executing libtool commands building make flags: SHELL=/nix/store/548wfw1i43glkx8lkyjmbg59h6127qky-bash-4.3-p39/bin/bash ./scripts/MakeHeader.py ColumnsPanel.c /usr/bin/env: python: No such file or directory Makefile:2164: recipe for target 'ColumnsPanel.h' failed make: *** [ColumnsPanel.h] Error 127 builder for ‘/nix/store/6rai1vs6jsw8y5z5jff98f0f8jzfa12n-htop-1.0.3-584-8f07868f.drv’ failed with exit code 2 ```
* | | | | Merge pull request #9643 from dezgeg/pr-perfWilliam A. Kennington III2015-09-03
|\ \ \ \ \ | | | | | | | | | | | | linuxPackages_*.perf: Fix build after kernel 4.1
| * | | | | linuxPackages_*.perf: Fix build after kernel 4.1Tuomas Tynkkynen2015-09-03
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 4.1, the build system changed, and it now wants to execute ld like this: ld -r -o util/scripting-engines/libperf-in.o util/scripting-engines/trace-event-perl.o util/scripting-engines/trace-event-python.o The actual problem seems to be that `buildInputs = [elfutils ...]` causes 'ld' to point to elfutils in PATH instead of the usual binutils. So remove elfutils from buildInputs and set NIX_CFLAGS_* manually. This is a slight hack, but there is some precedent: https://github.com/NixOS/nixpkgs/blob/0761f81da71fc6a940c7f51129b6c7717db78e87/pkgs/tools/package-management/rpm/default.nix#L13 Fixes #9095.
* | | | | rtl8812au: init at 4.2.2Yochai2015-09-03
| |_|_|/ |/| | |
* | | | linux: Update to 3.18.21Eelco Dolstra2015-09-03
| | | |
* | | | Remove Linux 4.0Eelco Dolstra2015-09-03
| | | | | | | | | | | | | | | | It's EOL.
* | | | zfs: Fix build for kernel 4.2William A. Kennington III2015-09-01
| | | |
* | | | lttng-modules: 2.6.0-5 -> 2.6.2-1, fixes build on kernel 3.18Luca Bruno2015-09-01
| | | |
* | | | nvidia-x11: don't install libvdpau* that we have alreadyVladimír Čunát2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | Besides being redundant to inject libvdpau via LD_LIBRARY_PATH, currently the drivers come with a vulnerable version. https://devtalk.nvidia.com/default/topic/873035
* | | | phc-intel: 0.4.0-rev{17 -> 18} for Linux 4.2Tobias Geerinckx-Rice2015-08-31
|/ / / | | | | | | | | | Fix build failure: http://hydra.nixos.org/build/25314451/nixlog/1
* | | freefall: 3.19 -> 4.2Tobias Geerinckx-Rice2015-08-31
| | |
* | | nixpkgs: trace-cmd 2.5.3 -> 2.6Austin Seipp2015-08-31
| | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>