aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_child_setup.c
AgeCommit message (Expand)Author
2019-08-13erts: Restructure include of hash.h to work with inlineLukas Larsson
2019-05-29Try to use NONBLOCK for erl_child_setupCalvin Buckley
2019-05-29MSG_DONTWAIT may not be present on all systemsCalvin Buckley
2018-09-10Restore default SIGTERM behaviour for port programsRickard Green
2018-06-18Update copyright yearHenrik Nord
2018-03-20erts: Make sys_memcpy and friends inline functionsSverker Eriksson
2018-02-16erts: Ignore SIGTERM in erl_child_setupLukas Larsson
2016-09-02erts: Fix child setup signal hander bugLukas Larsson
2016-07-11Merge branch 'lukas/erts/spawn_driver_relative_cd/ERL-175/OTP-13733' into maintLukas Larsson
2016-07-01erts: Fix spawn driver with relative cd optionLukas Larsson
2016-07-01erts: Fix HARD_DEBUG printouts in erl_child_setupLukas Larsson
2016-07-01erts: Improve error printouts in erl_child_setupLukas Larsson
2016-06-28erts: Save abort reason for erl_child_setupSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-02-29Fix build wihtout thread supportRickard Green
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