summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* linux: 4.9.248 -> 4.9.249Tim Steinbach2020-12-29
|
* linux: 4.4.248 -> 4.4.249Tim Steinbach2020-12-29
|
* linux: 4.14.212 -> 4.14.213Tim Steinbach2020-12-29
|
* Merge pull request #107868 from lovesegfault/radeontop-1.3Bernardo Meurer2020-12-29
|\ | | | | radeontop: 2018-06-03 -> 1.3
| * radeontop: 2019-06-03 -> 1.3Bernardo Meurer2020-12-29
| |
* | usbguard: fix ambiguous GPL license indicatorPhilipp Bartsch2020-12-29
| |
* | Merge pull request #107148 from Atemu/linux_lqx-initTimo Kaufmann2020-12-28
|\ \ | | | | | | linux_lqx: init at 5.9.15
| * | linux_lqx: add a descriptionAtemu2020-12-26
| | |
| * | linux_zen: add a descriptionAtemu2020-12-26
| | | | | | | | | | | | Taken from https://liquorix.net/ who use the same sauce in their kernel
| * | linux_lqx: 5.9.15 -> 5.9.16Atemu2020-12-22
| | |
| * | linux_lqx: init at 5.9.15Atemu2020-12-18
| | | | | | | | | | | | | | | | | | | | | | | | Same source as linux_zen but with a release schedule that's not quite as bleeding edge. For example, it's currenly on the newest 5.9 release while linux_zen is already on 5.10 and won't release future 5.9 fixes. Originally meant for debianish Distros.
* | | linux: 5.10-rc6 -> 5.11-rc1Tim Steinbach2020-12-28
| | |
* | | linux: 5.10.2 -> 5.10.3Tim Steinbach2020-12-28
| | |
* | | Merge pull request #107786 from freezeboy/update-atopMaximilian Bosch2020-12-28
|\ \ \ | |_|/ |/| | atop: 2.4.0 -> 2.6.0
| * | atop: 2.4.0 -> 2.6.0freezeboy2020-12-27
| | |
* | | Merge pull request #107294 from flokli/displaylink-simplifyFlorian Klink2020-12-27
|\ \ \ | |/ / |/| | displaylink: manually activate dlm.service
| * | displaylink: manually activate dlm.serviceFlorian Klink2020-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shell script coming with the vendor-provided udev rule simply starts dlm.service (and sets up some symlinks), and stops dlm.service if that was the last card plugged in. On NixOS, some of the cat/grep/sed commands are not available, causing the script to fail. Turns out, the symlinks aren't needed at all. Archlinux ships their own script (https://aur.archlinux.org/cgit/aur.git/plain/udev.sh?h=displaylink), which only starts and stops dlm.service, depending on whether there's cards left or not. We can further optimize this by simply starting dlm.service on the first card, and not stopping it at all. Considering dlm won't get stopped if one of multiple cards is unplugged, it seems to handle disconnects.
* | | rpi-eeprom: unstable-2020-10-05 -> 2020-12-11Drew Risinger2020-12-27
| | |
* | | rpi-eeprom: raspberrypi-tools -> libraspberrypiDrew Risinger2020-12-27
| | |
* | | raspberrypi-tools: remove in favor of libraspberrypiDrew Risinger2020-12-27
| | | | | | | | | | | | | | | | | | These packages were duplicated, and often weren't being updated in sync. The only difference between them was the lack of pkg-config in libraspberrypi, which is easily fixable.
* | | raspberrypifw: use stdenvNoCCDrew Risinger2020-12-27
| | | | | | | | | | | | | | | This only copies unfree redistributables, don't need a compiler for that.
* | | raspberrypifw: 20201022 -> 20201201Drew Risinger2020-12-27
| | |
* | | raspberrypiWirelessFirmware: 2019-08-16 -> 2020-12-01Drew Risinger2020-12-27
| | |
* | | linux_rpi: 5.4.51 -> 5.4.79Drew Risinger2020-12-27
| | |
* | | linux_rpi: 4.19.118 -> 5.4.51Matthew Bauer2020-12-27
| | | | | | | | | | | | Update to the new default branch for the Raspberry Pi vendor kernel.
* | | Merge pull request #107712 from flokli/iwd-fix-crossFlorian Klink2020-12-27
|\ \ \ | | | | | | | | Iwd: fix cross compilation
| * | | iwd: fix cross compilationFlorian Klink2020-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This derivation uses wrapPython to wrap some "test scripts" that are shipped in the "test" output. As these test scripts require gobject-introspection, which doesn't cross-compile at all, let's only patch and ship them when not cross-compiling.
| * | | ell: fix cross compilationFlorian Klink2020-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current `fix-dbus-tests.patch` uses automake and pkgconfig to figure out the path of `dbus-daemon`. This fails when cross-compiling, as tests aren't run (and `checkInputs`) not available. Instead of doing this, we can simply teach the tests to pick up dbus-daemon from $PATH. This was also sent upstream in https://lists.01.org/hyperkitty/list/ell@lists.01.org/thread/SQEZAIS2LZXSXGTXOW3GTAM5ZPXRLTN4/.
* | | | Merge pull request #107689 from flokli/raspberrypi-tools-build-x86_64-linuxJörg Thalheim2020-12-27
|\ \ \ \ | | | | | | | | | | raspberrypi-tools: fix build on x86_64-linux
| * | | | raspberrypi-tools: fix build on x86_64-linuxFlorian Klink2020-12-27
| |/ / / | | | | | | | | | | | | This allows using tools such as dtmerge on x86_64-linux.
* | | | Merge pull request #91203 from davidak/zsaAnderson Torres2020-12-26
|\ \ \ \ | |/ / / |/| | | nixos/zsa: init at unstable-2020-12-16
| * | | nixos/zsa: init at unstable-2020-12-16davidak2020-12-26
| | | | | | | | | | | | | | | | | | | | | | | | add support for ZSA keyboards Co-authored-by: Julien Debon <julien.debon@pm.me>
* | | | Merge pull request #107512 from thiagokokada/bump-cpusetSandro2020-12-27
|\ \ \ \ | |/ / / |/| | |
| * | | cpuset: 1.5.8 -> 1.6Thiago Kenji Okada2020-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from wykurz to lpechacek fork, so we can use Python 3 instead of Python 2. However, Python 2 should still works. Also, fix this issue since it is easy: https://github.com/lpechacek/cpuset/issues/38
* | | | Merge pull request #107263 from edibopp/patch-rtl8761bGabriel Ebner2020-12-25
|\ \ \ \ | | | | | | | | | | Firmware and kernel patch for Realtek RTL8761b
| * | | | rtl8761b-firmware: init at rtk1395Eduard Bopp2020-12-21
| | | | | | | | | | | | | | | | | | | | Also included the firmware under enableRedistributableFirmware.
| * | | | linux: backport support for RTL8761b to 5.4Eduard Bopp2020-12-20
| | | | |
* | | | | Revert "alsa-firmware: 1.2.1 -> 1.2.4"Florian Klink2020-12-24
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was pushed to master without a PR and broke cross compilation of a small cross-NixOS: ``` configure: error: in `/build/alsa-firmware-1.2.4': configure: error: C compiler cannot create executables See `config.log' for more details ``` Let's re-roll this in a PR. This reverts commit 72f71e907135f250b656090eeb70d9f95f8e653d.
* | | | alsa-firmware: 1.2.1 -> 1.2.4Tim Steinbach2020-12-23
| | | |
* | | | alsaLib: 1.2.3 -> 1.2.4Tim Steinbach2020-12-23
| | | |
* | | | shadow: Add testTim Steinbach2020-12-23
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2020-12-23
|\ \ \ \
| * \ \ \ Merge pull request #107345 from LibreCybernetics/upgrade-nvidia-vulkan-betaSandro2020-12-23
| |\ \ \ \ | | | | | | | | | | | | nvidia-x11.vulkan_beta: 455.46.02 -> 455.46.04
| | * | | | nvidia-x11.vulkan_beta: 455.46.02 -> 455.46.04Fabián Heredia Montiel2020-12-21
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-23
|\| | | | |
| * | | | | linux/hardened/patches/5.9: 5.9.15.a -> 5.9.16.aTim Steinbach2020-12-22
| | | | | |
| * | | | | linux/hardened/patches/5.4: 5.4.84.a -> 5.4.85.aTim Steinbach2020-12-22
| | | | | |
| * | | | | linux-rt_5_4: 5.4.82-rt45 -> 5.4.84-rt47Tim Steinbach2020-12-22
| | | | | |
* | | | | | Merge master into staging-nextgithub-actions[bot]2020-12-22
|\| | | | |
| * | | | | Merge pull request #104197 from Chiiruno/dev/bcachefsAnderson Torres2020-12-22
| |\ \ \ \ \ | | |/ / / / | |/| | | | linux_testing_bcachefs: 5.8.0-2020.09.07 -> 5.9.0-2020.11.17 // bcachefs-tools: 2020-08-25 -> 2020-11-17