aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_child_setup.c
AgeCommit message (Expand)Author
2015-12-15erts: Never abort in the forked childLukas Larsson
2015-12-15erts: Mend ASSERT makro for erl_child_setupSverker Eriksson
2015-12-15erts: Only use forker StackAck on freebsdLukas Larsson
2015-12-15erts: Add forker StartAck for port start flowcontrolLukas Larsson
2015-12-15erts: Move os_pid to port hash to child setupLukas Larsson
2015-12-15erts: Handle all EINTR and EAGAIN cases in child setupLukas Larsson
2015-12-15erts: Make child_setup work with large environmentsLukas Larsson
2015-12-15erts: Fix dereferencing of unaligned integer for sparcLukas Larsson
2015-12-15erts: Create forker process for spawn driverLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-17erts: Add brackets to statementBjörn-Egil Dahlberg
2015-04-28erl_child_setup.c: fix Android breakageMikael Pettersson
2015-01-27erts: Don't close all fds twice in child_setupBjörn-Egil Dahlberg
2014-03-21Merge branch 'nox/reedr-closefrom'Henrik Nord
2014-03-21Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov
2014-03-09Use closefrom(2) when available in child_setupRick Reed
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP