summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | strace: 4.24 -> 4.25 (#49518)Will Dietz2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/strace/strace/releases/tag/v4.25
* | | | | | | | | wolf-shaper: init at 0.1.6 (#49087)Bart Brouns2018-10-31
|/ / / / / / / /
* | | | | | | | Merge pull request #48183 from costrouc/costrouc/python-atommanRobert Schütz2018-10-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | pythonPackages.atomman: init at 1.2.3
| * | | | | | | | pythonPackages.atomman: init at 1.2.3Chris Ostrouchov2018-10-30
| | | | | | | | |
| * | | | | | | | pythonPackages.DataModelDict: init at 0.9.4Chris Ostrouchov2018-10-30
| | | | | | | | |
| * | | | | | | | pythonPackages.numericalunits: init at 1.16Chris Ostrouchov2018-10-30
| | | | | | | | |
* | | | | | | | | Merge pull request #48771 from arianvp/container-tweaksJörg Thalheim2018-10-31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nixos/containers: Introduce several tweaks to systemd-nspawn from upstream systemd
| * | | | | | | | | nixos/containers: Introduce several tweaks to systemd-nspawn from upstream ↵Arian van Putten2018-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd * Lets container@.service be activated by machines.target instead of multi-user.target According to the systemd manpages, all containers that are registered by machinectl, should be inside machines.target for easy stopping and starting container units altogether * make sure container@.service and container.slice instances are actually located in machine.slice https://plus.google.com/112206451048767236518/posts/SYAueyXHeEX See original commit: https://github.com/NixOS/systemd/commit/45d383a3b8 * Enable Cgroup delegation for nixos-containers Delegate=yes should be set for container scopes where a systemd instance inside the container shall manage the hierarchies below its own cgroup and have access to all controllers. This is equivalent to enabling all accounting options on the systemd process inside the system container. This means that systemd inside the container is responsible for managing Cgroup resources for unit files that enable accounting options inside. Without this option, units that make use of cgroup features within system containers might misbehave See original commit: https://github.com/NixOS/systemd/commit/a931ad47a8 from the manpage: Turns on delegation of further resource control partitioning to processes of the unit. Units where this is enabled may create and manage their own private subhierarchy of control groups below the control group of the unit itself. For unprivileged services (i.e. those using the User= setting) the unit's control group will be made accessible to the relevant user. When enabled the service manager will refrain from manipulating control groups or moving processes below the unit's control group, so that a clear concept of ownership is established: the control group tree above the unit's control group (i.e. towards the root control group) is owned and managed by the service manager of the host, while the control group tree below the unit's control group is owned and managed by the unit itself. Takes either a boolean argument or a list of control group controller names. If true, delegation is turned on, and all supported controllers are enabled for the unit, making them available to the unit's processes for management. If false, delegation is turned off entirely (and no additional controllers are enabled). If set to a list of controllers, delegation is turned on, and the specified controllers are enabled for the unit. Note that additional controllers than the ones specified might be made available as well, depending on configuration of the containing slice unit or other units contained in it. Note that assigning the empty string will enable delegation, but reset the list of controllers, all assignments prior to this will have no effect. Defaults to false. Note that controller delegation to less privileged code is only safe on the unified control group hierarchy. Accordingly, access to the specified controllers will not be granted to unprivileged services on the legacy hierarchy, even when requested. The following controller names may be specified: cpu, cpuacct, io, blkio, memory, devices, pids. Not all of these controllers are available on all kernels however, and some are specific to the unified hierarchy while others are specific to the legacy hierarchy. Also note that the kernel might support further controllers, which aren't covered here yet as delegation is either not supported at all for them or not defined cleanly.
* | | | | | | | | | Merge pull request #49330 from sephalon/fstrcmpJoachim F2018-10-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fstrcmp: init at 0.7
| * | | | | | | | | | fstrcmp: init at 0.7Stefan Wiehler2018-10-31
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49522 from timokau/youtube-dl-2018.10.29Timo Kaufmann2018-10-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | youtube-dl: 2018.10.05 -> 2018.10.29
| * | | | | | | | | | | youtube-dl: 2018.10.05 -> 2018.10.29Timo Kaufmann2018-10-31
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | haskell-polyparse: drop obsolete override for ghc-8.6.xPeter Simons2018-10-31
| | | | | | | | | | |
* | | | | | | | | | | haskell-fltkhs-themes: disable Hydra build to avoid evaluation errorsPeter Simons2018-10-31
| | | | | | | | | | |
* | | | | | | | | | | haskell-xmobar: drop obsolete override for ghc-8.6.xPeter Simons2018-10-31
| | | | | | | | | | |
* | | | | | | | | | | haskell-easytest: drop obsolete override for ghc-8.6.xPeter Simons2018-10-31
| | | | | | | | | | |
* | | | | | | | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.11.1-2-g57c4f0f from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/b6545b2cd859ea6bc5ece441c647c671c81fe8ac.
* | | | | | | | | | | LTS Haskell 12.16Peter Simons2018-10-31
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #49504 from matthewbauer/masterMatthew Bauer2018-10-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Musl/Glibc fixes
| * | | | | | | | | | nixos/networking.nix: only setup rpc on glibcTravis Athougies2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 4177dc3f774523fea7d181601d7c3301fda13790) and (cherry picked from commit a2f0c95baf57fb735dd47b5db73274f7e75df7c9)
| * | | | | | | | | | gtk: don't hardcode glibc useWill Dietz2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 6e6f839093ad080c3a61810e9720165faf103e81)
| * | | | | | | | | | apparmor-suid: don't force glibcWill Dietz2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 131131e58fc66365854f37f4fe2bf6ca01c8aed6)
| * | | | | | | | | | nixos: use pkgs.getent and stdenv.cc.libcWill Dietz2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit 52eba9753aeba4f02c8ce0de50f10bd98de1ef1e)
| * | | | | | | | | | stage1 boot: use stdenv.cc.libcWill Dietz2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit d3ae884c9eeb4a6f66ac4e57764c04db16ea7c71)
* | | | | | | | | | | Merge pull request #49496 from ali-abrar/xfce4-terminal-wrapgappshookJan Tojnar2018-10-31
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | xfce4-terminal: add missing gsettings schema dependency
| * | | | | | | | | | xfce4-terminal: add missing gsettings schema dependencyAli Abrar2018-10-30
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #49500 from Synthetica9/albert-14-22Jörg Thalheim2018-10-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | albert: 0.14.21 -> 0.14.22
| * | | | | | | | | | | albert: add myself as maintainerPatrick Hilhorst2018-10-31
| | | | | | | | | | | |
| * | | | | | | | | | | albert: 0.14.21 -> 0.14.22Patrick Hilhorst2018-10-31
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #49348 from markuskowa/mod-slurm-upgradexeji2018-10-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/slurm: add slurmdbd, run daemons as user
| * | | | | | | | | | | nixos/slurm: add maintainer to module and testMarkus Kowalewski2018-10-30
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/slurm: node/partitionName option -> listMarkus Kowalewski2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the node and partitionname options lists. There can be more than paratition or set of nodes. Add changes to release notes
| * | | | | | | | | | | nixos/slurm: fix obselete string typeMarkus Kowalewski2018-10-30
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/slurm: add slurmdbd to moduleMarkus Kowalewski2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New options "services.slurm.dbdserver.[enable,config]" * Add slurmdbd to test slurm.nix
| * | | | | | | | | | | nixos/slurm: run ctld as user and fix spool dirMarkus Kowalewski2018-10-30
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * run as user 'slurm' per default instead of root * add user/group slurm to ids.nix * fix default location for the state dir of slurmctld: (/var/spool -> /var/spool/slurmctld) * Update release notes with the above changes
* | | | | | | | | | | Merge pull request #49374 from loskutov/jemalloc51xeji2018-10-31
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jemalloc: 5.0.1 -> 5.1.0
| * | | | | | | | | | | drop the obsolete '--disable-thp' optionIgnat Loskutov2018-10-31
| | | | | | | | | | | |
| * | | | | | | | | | | jemalloc: 5.0.1 -> 5.1.0Ignat Loskutov2018-10-29
| | | | | | | | | | | |
* | | | | | | | | | | | nixos/libvirtd: utilize onShutdown option (#49480)Lizard2018-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `services.virtualisation.libvirtd.onShutdown` was previously unused. While suspending a domain on host shutdown is the default, this commit makes it so domains can be shut down, also.
* | | | | | | | | | | | buildFHSUserEnv: use runScript in env (#49077)Kristoffer Søholm2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes its behaviour conform to what is implied in the documentation.
* | | | | | | | | | | | tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster2018-10-30
| |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been defaulting to true since 16.03, we don't need this code anymore, also the note in the documentation has been obsolete for quite a while.
* | | | | | | | | | | vscode-extensions.ms-vscode.cpptools: use mono 5 (#49489)Edmund Wu2018-10-30
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #48848 from nicknovitski/android-sdk-26-licensesJörg Thalheim2018-10-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update android sdk, add license config option and selectable build tools
| * | | | | | | | | | | androidenv: version buildTools and add buildToolsVersions sdk argumentNick Novitski2018-10-26
| | | | | | | | | | | |
| * | | | | | | | | | | androidenv: add androidsdk_{8_1,9_0}{,_extras}Nick Novitski2018-10-26
| | | | | | | | | | | |
| * | | | | | | | | | | androidenv: run ./fetch.shNick Novitski2018-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually corrected three problems: - fetch.sh: android cli cannot find java executable - addons.nix: google_apis_25 expression not added correctly - addons.nix: android_support_extra expression deleted (replaced in android 9 with jetpack/androidx)
| * | | | | | | | | | | androidenv: remove `android` command from fetch.shNick Novitski2018-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's deprecated, and no longer prints the urls of any xml files for the script to parse.
| * | | | | | | | | | | androidenv.androidndk: patch prebuilt 64bit binariesNick Novitski2018-10-26
| | | | | | | | | | | |
| * | | | | | | | | | | androidenv.buildTools: patch hard-coded /bin/ls pathsNick Novitski2018-10-26
| | | | | | | | | | | |
| * | | | | | | | | | | androidenv.buildtools: 28.0.2 -> 28.0.3Nick Novitski2018-10-25
| | | | | | | | | | | |