guix/src
Eelco Dolstra f794465ca8 Disable use of vfork()
vfork() is just too weird.  For instance, in this build:

  http://hydra.nixos.org/build/3330487

the value fromHook.writeSide becomes corrupted in the parent, even
though the child only reads from it.  At -O0 the problem goes away.
Probably the child is overriding some spilled temporary variable.

If I get bored I may implement using posix_spawn() instead.
2012-11-15 19:35:18 +01:00
..
boost
bsdiff-4.3
libexpr Fix a segfault when auto-calling a "a@{...}" function 2012-11-09 15:09:31 +01:00
libmain
libstore Disable use of vfork() 2012-11-15 19:35:18 +01:00
libutil Don't use std::cerr in a few places 2012-11-15 15:01:02 +01:00
nix-daemon Don't use std::cerr in a few places 2012-11-15 15:01:02 +01:00
nix-env getDerivation(): Don't always quietly ignore assertion failure 2012-10-04 15:22:25 -04:00
nix-hash
nix-instantiate getDerivation(): Don't always quietly ignore assertion failure 2012-10-04 15:22:25 -04:00
nix-log2xml
nix-setuid-helper
nix-store
Makefile.am