tvl-depot/src
Eelco Dolstra d34d2b2bbf Use posix_spawn to run the pager
In low memory environments, "nix-env -qa" failed because the fork to
run the pager hit the kernel's overcommit limits. Using posix_spawn
gets around this. (Actually, you have to use posix_spawn with the
undocumented POSIX_SPAWN_USEVFORK flag, otherwise it just uses
fork/exec...)
2014-12-05 20:34:41 +01:00
..
boost boost::shared_ptr -> std::shared_ptr 2014-03-30 00:49:23 +01:00
bsdiff-4.3 Fix "make dist" 2014-02-01 14:38:12 +01:00
download-via-ssh Settings: Add bool get() 2014-09-17 15:18:13 +02:00
libexpr Make all ExternalValueBase functions const 2014-12-02 10:27:10 -05:00
libmain Use posix_spawn to run the pager 2014-12-05 20:34:41 +01:00
libstore Build derivations in a more predictable order 2014-11-24 16:50:46 +01:00
libutil Use posix_spawn to run the pager 2014-12-05 20:34:41 +01:00
nix-daemon nix-daemon: Call exit(), not _exit() 2014-11-19 17:09:27 +01:00
nix-env Add --force-name support for --set in nix-env, to support nix-install-package --set 2014-09-23 15:11:24 +02:00
nix-hash Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
nix-instantiate Rename strictForceValue -> forceValueDeep 2014-09-22 16:05:00 +02:00
nix-log2xml nix-log2xml: Handle newlines 2014-08-13 19:06:20 +02:00
nix-store nix-store -q: Check for conflicting flags 2014-10-14 12:15:39 +02:00