summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| | * | | | | | | | | | stage-1: fix typo that breaks resumeSpencer Janssen2015-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $d should be $sd, this causes resume from hibernate to fail if resumeDevice is not explicitly set in config. Introduced in commit: 'stage-1: Shut up warnings about swap devices that don't exist yet' (cherry picked from commit 2a31397f536b3bf57e4ee76b812fd83ab31de971)
| | * | | | | | | | | | Merge remote-tracking branch 'origin/staging' into systemd-219Eelco Dolstra2015-07-20
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/os-specific/linux/kernel/linux-3.4.nix pkgs/os-specific/linux/systemd/default.nix
| | * | | | | | | | | | | systemd-timesyncd: Use NTP servers from our own ntp.org poolEelco Dolstra2015-07-01
| | | | | | | | | | | | |
| | * | | | | | | | | | | Disable system_tarball_pc and fix evalEelco Dolstra2015-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It refers to a kernel version that no longer exists.
| | * | | | | | | | | | | systemd: Use upstream tmpfiles.d rulesTuomas Tynkkynen2015-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a failing assert in systemd-timesyncd (issue #5913) as it expects the directory /run/systemd/netif/links/ to exist, and nothing in NixOS currently creates it. Also we get a net reduction in our code as rules for /run/utmp and /var/log/journal are also provided by the same upstream file.
| | * | | | | | | | | | | Remove Linux 3.19Eelco Dolstra2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's already EOL so we shouldn't keep it around in our new stable branch.
| | * | | | | | | | | | | Remove Linux 3.2 and 3.4Eelco Dolstra2015-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not supported by systemd so no reason to keep them around.
| | * | | | | | | | | | | Remove unused fileEelco Dolstra2015-06-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | Use the Linux 3.18 headersEelco Dolstra2015-06-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | systemd: Apply some upstream bug fixesEelco Dolstra2015-06-02
| | | | | | | | | | | | |
| | * | | | | | | | | | | systemd: Don't install kernel-installEelco Dolstra2015-05-22
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into systemd-219Eelco Dolstra2015-05-22
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libseccomp/default.nix
| | * | | | | | | | | | | | systemd: Enable support for seccomp syscall filteringEelco Dolstra2015-05-22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | libseccomp: Update to 2.2.1Eelco Dolstra2015-05-22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | util-linux: Update to 2.26.2Eelco Dolstra2015-05-22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remove obsolete commentEelco Dolstra2015-05-22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | systemd: Update to 220Eelco Dolstra2015-05-22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | linuxHeaders: Update 3.14 -> 3.18Eelco Dolstra2015-05-22
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Set up /etc/machine-id before starting systemdEelco Dolstra2015-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, systemd will try to populate /etc, which we don't want.
| | * | | | | | | | | | | | systemd: Don't propagate libcapEelco Dolstra2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead delete the *.la files. The propagation of libcap was apparently only necessary because there was a gratuitous -lcap in the *.la files. http://hydra.nixos.org/build/22182620
| | * | | | | | | | | | | | Remove ancient version of udevEelco Dolstra2015-05-13
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | transmission: Fix buildEelco Dolstra2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/22182663
| | * | | | | | | | | | | | stage-1: Shut up warnings about swap devices that don't exist yetEelco Dolstra2015-05-11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Allow systemd-journald to be restartedEelco Dolstra2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With systemd 219, this is fine because systemd will cause the new journald to re-use the file descriptors of the old one. So existing connections to the journal are unaffected.
| | * | | | | | | | | | | | stage-2: Don't run hwclock in containersEelco Dolstra2015-05-11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | stage-1: Don't mount /dev/shm if it's already mountedEelco Dolstra2015-05-11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Create systemd-{network,resolve} user/group unconditionallyEelco Dolstra2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This shuts up this error from dbus: May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-network" in message bus configuration file May 11 13:52:16 machine dbus-daemon[259]: Unknown username "systemd-resolve" in message bus configuration file which happens because the D-Bus config for networkd/resolved is enabled unconditionally, and we don't have an easy way to turn it off.
| | * | | | | | | | | | | | Use ConditionVirtualization to disable some services in containersEelco Dolstra2015-05-11
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | systemd: Update to 219Eelco Dolstra2015-05-11
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | python: skip build at install phaseDomen Kožar2015-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "python setup.py install" will also run "python setup.py build" which we've already done in buildPhase.
| * | | | | | | | | | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-11-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | grep: 2.21 -> 2.22William A. Kennington III2015-11-03
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | unzip: CVE-2015-7696, CVE-2015-7697Domen Kožar2015-11-01
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix buildenvWilliam A. Kennington III2015-10-30
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | mesa: 11.0.3 -> 11.0.4William A. Kennington III2015-10-30
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | kernel: 3.18.22 -> 3.18.23William A. Kennington III2015-10-30
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | xz: Update to 5.2.2Eelco Dolstra2015-10-30
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | openssl: fix darwin patchVladimír Čunát2015-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The things around this file are rather confusing, but judging from master, 1.0.2 branch doesn't need this patch to build on darwin. This just takes back the patch to the state for 1.0.1.
| * | | | | | | | | | | | | | | | mariadb: build without snappy on 32-bitVladimír Čunát2015-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to work around a build problem https://mariadb.atlassian.net/browse/MDEV-9000 I took care not to cause a rebuild on 64-bit.
| * | | | | | | | | | | | | | | | texlive: avoid huge command linesVladimír Čunát2015-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /cc #9757.
| * | | | | | | | | | | | | | | | Merge pull request #10506 from abbradar/buildenv-wipNikolay Amiantov2015-10-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buildenv: support very long `paths`
| | * | | | | | | | | | | | | | | | buildenv: support very long `paths`Nikolay Amiantov2015-10-22
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge master into stagingVladimír Čunát2015-10-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | sqlite: 3.8.11.1 -> 3.9.1William A. Kennington III2015-10-18
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | harfbuzz: 1.0.3 -> 1.0.6William A. Kennington III2015-10-18
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | gdk-pixbuf: security update 2.32.0 -> 2.32.1Vladimír Čunát2015-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2015-7674, fixes #10441.
| * | | | | | | | | | | | | | | | | | mariadb: Add extra dependencies for 10.1William A. Kennington III2015-10-17
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | mariadb: 10.0.21 -> 10.1.8William A. Kennington III2015-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also try enabling parallel building again to see if the issue was fixed.