aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/sys_drivers.c
AgeCommit message (Expand)Author
2019-08-13erts: Restructure include of hash.h to work with inlineLukas Larsson
2019-07-18Fix io:columns() and io:rows() are not working from escripts bugKjell Winblad
2019-04-09erts: Fix sys_driver to correctly deselect fdsLukas Larsson
2019-01-28erts: Add magic port control numbersSverker Eriksson
2019-01-18erts: Fix too early close of spawn driver fdLukas Larsson
2018-08-10erts: Delete fd from poll-set when closing fd_driver portLukas Larsson
2018-07-30erts: Handle EMFILE errors in forker_driver for writeLukas Larsson
2018-06-18Update copyright yearHenrik Nord
2018-03-20erts: Make sys_memcpy and friends inline functionsSverker Eriksson
2018-01-03Replace the libc environment with a thread-safe emulationJohn Högberg
2017-10-02erts: Add multiple poll setsSverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-17erts: Cleanup removal of non-smp emulatorsLukas Larsson
2017-07-17erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-21Do not ignore SIGTERM when VM has been started with +BiRickard Green
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-06-21erts: Add test port_SUITE:pipe_limit_envSverker Eriksson
2016-06-20erts: Optimize spawn driver for large(r) environmentsSverker Eriksson
2016-06-20erts: Fix spawn driver when env size is above pipe capacitySverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker 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: 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-12-15erts: Move sys drivers to another fileLukas Larsson