lix/src/libmain
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
..
local.mk Update spec file 2014-09-18 15:42:01 +02:00
nix-main.pc.in Install some pkgconfig files 2014-09-18 12:00:40 +02:00
shared.cc Use posix_spawn to run the pager 2014-12-05 20:34:41 +01:00
shared.hh Use proper quotes everywhere 2014-08-20 18:03:48 +02:00
stack.cc Shut up a clang warning 2014-10-31 08:49:15 +01:00