Commit Graph

4 Commits (2085909aebcf47e6a6aa9c5d10cf6a960544eeec)

Author SHA1 Message Date
Ryan Dahl 2b8ab7e24f utils.js links to sys.js instead of other way around 2009-10-13 19:55:28 +02:00
Ryan Dahl e46a832ded Use /bin/sh from exec() 2009-10-08 01:30:26 +02:00
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes.
Instead directly call execvp(). This change is needed for the
soon-to-be-added signal handlers because the /bin/sh parent process does not
pass all signals to it's children, particularly SIGUSR1 on Linux.

The parameters of createChildProcess had to be changed slightly.
utils.exec() also has a changed implementation. A bug involving quoted
arguments was knowingly introduced into utils.exec(). Will fix later.
2009-10-07 01:08:33 +02:00
Ryan Dahl 0955b0c8de Add forgotten file lib/utils.js 2009-09-28 18:48:17 +02:00