Michael Santos f3df938969 Set the exec() status of the child
Set the exec() status of the child before reading from the child's
stdin/stderr: the exec status determines the message type (proxy or
stdout) returned by the port.

Begin recording the exit status of the child. Currently it is just a
non-zero number. It should be set to the actual exit status of the
child. The value should be reported to the erlang side as well:

    {exit_status, integer()}
2014-03-23 16:06:32 -04:00
2014-03-23 08:20:26 -04:00
2014-03-23 16:06:32 -04:00
2014-03-23 08:20:26 -04:00
2014-03-09 09:23:55 -04:00
2014-03-02 12:56:15 -05:00
2014-03-03 07:21:10 -05:00
2014-03-02 08:59:33 -05:00

alcove

Sandbox for Erlang ports.

Tests

The tests currently rely on having a statically linked version of busybox. On Ubuntu:

apt-get install busybox-static

A statically linked executable is required because the tests do a chroot(2) to /bin before exec'ing the binary.

Description
No description provided
Readme 897 KiB
Languages
C 71.5%
Erlang 27.1%
Makefile 0.7%
Shell 0.7%