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
2012-10-03 17:59:23 -04:00
2012-11-09 13:33:35 +01:00
2012-11-15 19:35:18 +01:00
2012-10-03 18:01:35 -04:00
2012-10-03 17:59:23 -04:00
2004-11-07 20:30:02 +00:00
2012-05-21 09:43:01 -04:00
2012-11-15 19:35:18 +01:00
2012-10-03 21:01:03 -04:00
2012-10-03 17:59:23 -04:00
2012-07-18 17:17:23 -04:00

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).
Description
Languages
C++ 78.1%
Shell 9.7%
Nix 7.5%
Meson 1.8%
C 1.3%
Other 1.6%