about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
Commit message (Collapse)AuthorAge
* Merge pull request #60010 from JohnAZoidberg/https-urlsmarkuskowa2019-04-22
|\ | | | | HTTPS urls
| * treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | | | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* | linux: 5.1-rc5 -> 5.1-rc6Tim Steinbach2019-04-22
|/
* Merge pull request #59897 from matthewbauer/mb-cross-fixes2Matthew Bauer2019-04-20
|\ | | | | Miscellaneous cross compilation fixes
| * systemd: use lib.getBin for utillinuxMatthew Bauer2019-04-20
| | | | | | | | | | | | it’s almost always a better idea to use getBin instead of .bin. Otherwise, we could get an evaluation error if utillinux is missing the bin otuput.
| * kernel-headers: infer ARCH from config tripleMatthew Bauer2019-04-19
| | | | | | | | | | | | | | This makes us less reliant on the systems/examples.nix. You should be able to cross compile with just your triple: $ nix build --arg crossSystem '{ config = "armv6l-unknown-linux-gnueabi"; }' stdenv
* | linux: 5.0.8 -> 5.0.9Tim Steinbach2019-04-20
| |
* | linux: 4.9.169 -> 4.9.170Tim Steinbach2019-04-20
| |
* | linux: 4.19.35 -> 4.19.36Tim Steinbach2019-04-20
| |
* | linux: 4.14.112 -> 4.14.113Tim Steinbach2019-04-20
|/
* Merge pull request #59747 from dtzWill/fix/pam-1.3.1-muslWill Dietz2019-04-18
|\ | | | | libpam: fix w/musl after update to 1.3.1
| * libpam: fix w/musl after update to 1.3.1Will Dietz2019-04-18
| |
* | Merge master into staging-nextFrederik Rietdijk2019-04-18
|\|
| * zfsUnstable: 0.8.0-rc3 -> 0.8.0-rc4adisbladis2019-04-17
| |
| * Merge pull request #59417 from dtzWill/update/musl-1.1.22Will Dietz2019-04-17
| |\ | | | | | | musl: 1.1.21 -> 1.1.22
| | * musl: 1.1.21 -> 1.1.22Will Dietz2019-04-13
| | | | | | | | | | | | https://www.openwall.com/lists/musl/2019/04/10/1
| * | Merge pull request #59501 from dtzWill/feature/numatopmarkuskowa2019-04-17
| |\ \ | | | | | | | | numatop: init at 2.1
| | * | numatop: platformsWill Dietz2019-04-15
| | | |
| | * | numatop: improve description, as suggested during review (ty!)markuskowa2019-04-15
| | | | | | | | | | | | Co-Authored-By: dtzWill <github@wdtz.org>
| | * | numatop: init at 2.1Will Dietz2019-04-15
| | | |
| * | | linux: 5.0.7 -> 5.0.8Tim Steinbach2019-04-17
| | | |
| * | | linux: 4.9.168 -> 4.9.169Tim Steinbach2019-04-17
| | | |
| * | | linux: 4.19.34 -> 4.19.35Tim Steinbach2019-04-17
| | | |
| * | | linux: 4.14.111 -> 4.14.112Tim Steinbach2019-04-17
| | | |
| * | | fuse3: 3.4.2 -> 3.5.0Michael Weiss2019-04-16
| | | |
| * | | Merge pull request #53826 from delroth/randstruct-custom-seedJoachim F2019-04-16
| |\ \ \ | | | | | | | | | | nixos: allow customizing the kernel RANDSTRUCT seed
| | * | | kernel: extend the RANDSTRUCT seed with a user-configurable sectionPierre Bourdon2019-01-24
| | | | |
* | | | | Merge pull request #58222 from bobvanderlinden/var-run-pkgsFrederik Rietdijk2019-04-16
|\ \ \ \ \ | | | | | | | | | | | | tree-wide: pkgs: /var/run -> /run
| * | | | | util-linux: /var/run -> /runBob van der Linden2019-04-11
| | | | | |
| * | | | | udisks: /var/run -> /runBob van der Linden2019-04-11
| | | | | |
* | | | | | libaudit: enable arm (including aarch64) supportLinus Heckemann2019-04-16
| | | | | |
* | | | | | pam: 1.3.0 -> 1.3.1Matthias Beyer2019-04-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* | | | | | Merge staging-next into stagingFrederik Rietdijk2019-04-16
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | nmon: 16i -> 16jR. RyanTM2019-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nmon/versions
| * | | | Merge pull request #59535 from matthewbauer/homepage-fixesMatthew Bauer2019-04-15
| |\ \ \ \ | | | | | | | | | | | | treewide: update homepages to https where available
| | * | | | treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
| * | | | | Merge pull request #59551 from matthewbauer/busybox-clang-crossMatthew Bauer2019-04-15
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | busybox: add patch to allow cross in llvm
| | * | | | busybox: add patch to allow cross in llvmMatthew Bauer2019-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #57670 $ nix build -f. --arg crossSystem '{ config = "aarch64-unknown-linux-musl"; useLLVM = true; }' busybox
| * | | | | linux: 5.1-rc4 -> 5.1-rc5Tim Steinbach2019-04-15
| |/ / / /
| * | | / aggregateModules: allow passing nameLinus Heckemann2019-04-13
| | |_|/ | |/| |
| * | | Merge pull request #59361 from bricewge/2019-04-12-tombadisbladis2019-04-13
| |\ \ \ | | | | | | | | | | tomb: add sudo to buildInputs
| | * | | tomb: add sudo to buildInputsBrice Waegeneire2019-04-12
| | | | |
| * | | | Merge pull request #57918 from bobvanderlinden/alsa-oss-tools-1.1.8Dmitry Kalinkin2019-04-12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | alsa-plugins: use $out/etc/alsa/conf.d for alsalconfdirBob van der Linden2019-04-11
| | | | |
| | * | | alsa-{oss,plugins}: use pnameBob van der Linden2019-04-11
| | | | |
| | * | | alsa-oss: split version from nameBob van der Linden2019-04-11
| | | | |
| | * | | alsa-plugins: 1.1.6 -> 1.1.8Bob van der Linden2019-04-11
| | | | |
| * | | | Merge pull request #56923 from rnhmjoj/xfixPeter Simons2019-04-12
| |\ \ \ \ | | | | | | | | | | | | treewide: fixup bcf54ce
| | * | | | treewide: fixup bcf54cernhmjoj2019-04-12
| | |/ / / | | | | | | | | | | | | | | | | | | | | fix the executable bit for scripts installed with substituteAll and some remaining shebangs.
| * / / / linux: 5.1-rc3 -> 5.1-rc4Tim Steinbach2019-04-11
| |/ / /