summaryrefslogtreecommitdiff
path: root/erts/emulator/sys/unix/erl_child_setup.c
Commit message (Expand)AuthorAgeFilesLines
* erts: Reset tty when child_setup exitsLukas Larsson2022-08-291-0/+22
* Update copyright yearErlang/OTP2022-04-111-1/+1
* erts: Fix child_setup partial readLukas Larsson2022-04-071-45/+55
* Merge branch 'lukas/erts/remove-child-setup-assert' into maintLukas Larsson2022-04-051-1/+0
|\
| * erts: Remove faulty child setup assertLukas Larsson2022-04-051-1/+0
* | Update copyright yearRickard Green2021-12-131-1/+1
* | erts: Silence CodeChecker for FD_ZEROSverker Eriksson2021-02-231-0/+6
* | erts: Fix erl_child_setup argument checkLukas Larsson2021-01-071-1/+1
* | erl_child_setup: reduce number of calls to close()John Eckersberg2019-10-291-3/+22
* | erts: Restructure include of hash.h to work with inlineLukas Larsson2019-08-131-1/+4
* | Try to use NONBLOCK for erl_child_setupCalvin Buckley2019-05-291-5/+4
* | MSG_DONTWAIT may not be present on all systemsCalvin Buckley2019-05-291-0/+5
|/
* Restore default SIGTERM behaviour for port programsRickard Green2018-09-101-0/+11
* Update copyright yearHenrik Nord2018-06-181-1/+1
* erts: Make sys_memcpy and friends inline functionsSverker Eriksson2018-03-201-0/+2
* erts: Ignore SIGTERM in erl_child_setupLukas Larsson2018-02-161-0/+15
* erts: Fix child setup signal hander bugLukas Larsson2016-09-021-2/+12
* Merge branch 'lukas/erts/spawn_driver_relative_cd/ERL-175/OTP-13733' into maintLukas Larsson2016-07-111-20/+67
|\
| * erts: Fix spawn driver with relative cd optionLukas Larsson2016-07-011-3/+19
| * erts: Fix HARD_DEBUG printouts in erl_child_setupLukas Larsson2016-07-011-9/+11
| * erts: Improve error printouts in erl_child_setupLukas Larsson2016-07-011-11/+40
* | erts: Save abort reason for erl_child_setupSverker Eriksson2016-06-281-4/+12
|/
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Fix build wihtout thread supportRickard Green2016-02-291-0/+1
* erts: Never abort in the forked childLukas Larsson2015-12-151-4/+4
* erts: Mend ASSERT makro for erl_child_setupSverker Eriksson2015-12-151-4/+9
* erts: Only use forker StackAck on freebsdLukas Larsson2015-12-151-0/+2
* erts: Add forker StartAck for port start flowcontrolLukas Larsson2015-12-151-0/+4
* erts: Move os_pid to port hash to child setupLukas Larsson2015-12-151-11/+116
* erts: Handle all EINTR and EAGAIN cases in child setupLukas Larsson2015-12-151-5/+19
* erts: Make child_setup work with large environmentsLukas Larsson2015-12-151-7/+19
* erts: Fix dereferencing of unaligned integer for sparcLukas Larsson2015-12-151-6/+6
* erts: Create forker process for spawn driverLukas Larsson2015-12-151-89/+338
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* erts: Add brackets to statementBjörn-Egil Dahlberg2015-06-171-4/+6
* erl_child_setup.c: fix Android breakageMikael Pettersson2015-04-281-7/+9
* erts: Don't close all fds twice in child_setupBjörn-Egil Dahlberg2015-01-271-10/+3
* Merge branch 'nox/reedr-closefrom'Henrik Nord2014-03-211-0/+7
|\
| * Use closefrom(2) when available in child_setupRick Reed2014-03-091-0/+4
* | Raspberry PI / Android a minimal cross-compile configurationDmitry Kolesnikov2014-03-211-1/+38
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+122