about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* microcodeIntel: 20190312 -> 20190514Alyssa Ross2019-05-15
|
* linux: 5.1.1 -> 5.1.2Tim Steinbach2019-05-14
|
* linux: 5.0.15 -> 5.0.16Tim Steinbach2019-05-14
|
* linux: 4.9.175 -> 4.9.176Tim Steinbach2019-05-14
|
* linux: 4.19.42 -> 4.19.43Tim Steinbach2019-05-14
|
* linux: 4.14.118 -> 4.14.119Tim Steinbach2019-05-14
|
* Merge pull request #61162 from lheckemann/kernel-preempt-voluntaryLinus Heckemann2019-05-14
|\ | | | | Kernel config: use PREEMPT_VOLUNTARY
| * kernel/common-config: PREEMPT -> PREEMPT_VOLUNTARYLinus Heckemann2019-05-08
| |
| * kernel/common-config: move criu to its own setLinus Heckemann2019-05-08
| | | | | | | | | | It was previously in the "test" set, which seemed an inappropriate placement.
* | Merge pull request #61472 from dtzWill/update/iwd-0.18-ell-0.20Matthieu Coudron2019-05-14
|\ \ | | | | | | iwd: 0.17 -> 0.18, ell: 0.19 -> 0.20
| * | iwd: 0.17 -> 0.18Will Dietz2019-05-13
| | |
| * | ell: 0.19 -> 0.20Will Dietz2019-05-13
| | |
* | | usbutils: 010 -> 012R. RyanTM2019-05-14
|/ / | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/usbutils/versions
* | zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5 (#61234)Jörg Thalheim2019-05-13
|\ \ | | | | | | zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5
| * | zfsUnstable: 0.8.0-rc4 -> 0.8.0-rc5Izorkin2019-05-10
| | |
* | | Merge pull request #61108 from thoughtpolice/nixpkgs/bpftool-initAustin Seipp2019-05-12
|\ \ \ | | | | | | | | bpftool: init at 5.1.1
| * | | bpftool: init at 5.1.1Austin Seipp2019-05-12
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | | kernel: Disable VirtualBox guest modules. (#60938)Florian Klink2019-05-12
|\ \ \ \ | |/ / / |/| | | kernel: Disable VirtualBox guest modules.
| * | | kernel: Disable VirtualBox guest modules.Ambroz Bizjak2019-05-04
| | | | | | | | | | | | | | | | These break the modules from VirtualBox additions. Fixes issue https://github.com/NixOS/nixpkgs/issues/58127.
* | | | Merge #61181: spl: fix build with linux 5.1Vladimír Čunát2019-05-12
|\ \ \ \
| * | | | spl: fix build with linux 5.1Linus Heckemann2019-05-09
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Upstream issue: https://github.com/zfsonlinux/zfs/issues/8697 Upstream fix (zfs repo): 782dfae3218b5f2029ce78722b999cb04e8ef001 This can't be applied cleanly as a patch, since spl has been moved into the zfs repo since 0.7.13.
* | | | linux: 5.1 -> 5.1.1Tim Steinbach2019-05-11
| | | |
* | | | linux: 5.0.14 -> 5.0.15Tim Steinbach2019-05-11
| | | |
* | | | linux: 4.9.174 -> 4.9.175Tim Steinbach2019-05-11
| | | |
* | | | linux: 4.19.41 -> 4.19.42Tim Steinbach2019-05-11
| | | |
* | | | linux: 4.14.117 -> 4.14.118Tim Steinbach2019-05-11
| | | |
* | | | Merge pull request #61164 from eadwu/nvidia_x11/418.74Renaud2019-05-10
|\ \ \ \ | | | | | | | | | | nvidia_x11: 418.56 -> 418.74
| * | | | nvidia_x11: 418.56 -> 418.74Edmund Wu2019-05-08
| |/ / /
* | | | Merge pull request #60201 from samsonan-it/patch-1Renaud2019-05-10
|\ \ \ \ | |_|_|/ |/| | | neo.map: fix URL
| * | | neo.map: fix URLsamsonan-it2019-04-25
| | | | | | | | | | | | Current URL is no longer available.
* | | | virtualbox: 5.2.28 -> 6.0.6Ambroz Bizjak2019-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quite some fixing was needed to get this to work. Changes in VirtualBox and additions: - VirtualBox is no longer officially supported on 32-bit hosts so i686-linux is removed from platforms for VirtualBox and the extension pack. 32-bit additions still work. - There was a refactoring of kernel module makefiles and two resulting bugs affected us which had to be patched. These bugs were reported to the bug tracker (see comments near patches). - The Qt5X11Extras makefile patch broke. Fixed it to apply again, making the libraries logic simpler and more correct (it just uses a different base path instead of always linking to Qt5X11Extras). - Added a patch to remove "test1" and "test2" kernel messages due to forgotten debugging code. - virtualbox-host NixOS module: the VirtualBoxVM executable should be setuid not VirtualBox. This matches how the official installer sets it up. - Additions: replaced a for loop for installing kernel modules with just a "make install", which seems to work without any of the things done in the previous code. - Additions: The package defined buildCommand which resulted in phases not running, including RUNPATH stripping in fixupPhase, and installPhase was defined which was not even run. Fixed this by refactoring using phases. Had to set dontStrip otherwise binaries were broken by stripping. The libdbus path had to be added later in fixupPhase because it is used via dlopen not directly linked. - Additions: Added zlib and libc to patchelf, otherwise runtime library errors result from some binaries. For some reason the missing libc only manifested itself for mount.vboxsf when included in the initrd. Changes in nixos/tests/virtualbox: - Update the simple-gui test to send the right keys to start the VM. With VirtualBox 5 it was enough to just send "return", but with 6 the Tools thing may be selected by default. Send "home" to reliably select Tools, "down" to move to the VM and "return" to start it. - Disable the VirtualBox UART by default because it causes a crash due to a regression in VirtualBox (specific to software virtualization and serial port usage). It can still be enabled using an option but there is an assert that KVM nested virtualization is enabled, which works around the problem (see below). - Add an option to enable nested KVM virtualization, allowing VirtualBox to use hardware virtualization. This works around the UART problem and also allows using 64-bit guests, but requires a kernel module parameter. - Add an option to run 64-bit guests. Tested that the tests pass with that. As mentioned this requires KVM nested virtualization.
* | | | Merge pull request #61174 from worldofpeace/bump-upowerworldofpeace2019-05-09
|\ \ \ \ | | | | | | | | | | upower: 0.99.9 -> 0.99.10
| * | | | upower: 0.99.9 -> 0.99.10worldofpeace2019-05-08
| | |/ / | |/| | | | | | | | | | | | | | | | | | Using placeholder and drop the NIX_CFLAGS_LINK. https://gitlab.freedesktop.org/upower/upower/blob/UPOWER_0_99_10/NEWS
* | | | Merge pull request #60898 from lopsided98/rpi-firmware-updateRenaud2019-05-09
|\ \ \ \ | |/ / / |/| | | raspberrypifw: 1.20181112 -> 1.20190401
| * | | raspberrypifw: 1.20181112 -> 1.20190401Ben Wolsieffer2019-05-03
| | | |
* | | | Merge pull request #61138 from rnhmjoj/collideGraham Christensen2019-05-08
|\ \ \ \ | | | | | | | | | | Avoid collisions between essential packages
| * | | | procps: lower priority to solve collisions with coreutilsrnhmjoj2019-05-08
| | | | |
| * | | | systemd: lower priority to solve collisions with openresolvrnhmjoj2019-05-08
| | | | |
* | | | | linux: 5.0.13 -> 5.0.14Tim Steinbach2019-05-08
| | | | |
* | | | | linux: 4.9.173 -> 4.9.174Tim Steinbach2019-05-08
| | | | |
* | | | | linux: 4.19.40 -> 4.19.41Tim Steinbach2019-05-08
| | | | |
* | | | | linux: 4.14.116 -> 4.14.117Tim Steinbach2019-05-08
|/ / / /
* | | | Merge pull request #60979 from CrazedProgrammer/update-compsizeworldofpeace2019-05-07
|\ \ \ \ | | | | | | | | | | compsize: 2018-04-07 -> 1.3
| * | | | compsize: 2018-04-07 -> 1.3CrazedProgrammer2019-05-05
| | |_|/ | |/| |
* | | | Merge pull request #60932 from c0bw3b/patches-cleanupRenaud2019-05-07
|\ \ \ \ | | | | | | | | | | [treewide] delete (some) unused patches
| * | | | [treewide] delete unused patchesc0bw3b2019-05-04
| |/ / /
* | | | Merge staging-next into masterFrederik Rietdijk2019-05-07
|\ \ \ \
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2019-05-07
| |\ \ \ \
| * \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-05-04
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge master into staging-nextFrederik Rietdijk2019-05-03
| |\ \ \ \ \