aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix
AgeCommit message (Expand)Author
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-09-29SELinux is another cause of MSG_CTRUNCAlexander Clouter
2018-09-21Update copyright yearHenrik Nord
2018-09-12Merge branch 'maint-21' into maintRickard Green
2018-09-10Restore default SIGTERM behaviour for port programsRickard Green
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-07-10erts: Fix buggy calls to erts_sys_explicit_8bit_getenvSverker Eriksson
2018-06-18Update copyright yearHenrik Nord
2018-05-15erts: Make cpu_timestamp use per thread on LinuxLukas Larsson
2018-05-15erts: Fix erts_os_times warningLukas Larsson
2018-03-20erts: Make sys_memcpy and friends inline functionsSverker Eriksson
2018-02-16erts: Ignore SIGTERM in erl_child_setupLukas Larsson
2018-01-03Replace the libc environment with a thread-safe emulationJohn Högberg
2017-10-02erts: Move all I/O polling to a seperate threadLukas Larsson
2017-10-02erts: Add multiple poll setsSverker Eriksson
2017-09-15erts: Remove undocumented driver_eventSverker Eriksson
2017-09-15erts: Refactor move check_io interface from sys to check_ioSverker Eriksson
2017-09-11Merge branch 'maint'Lukas Larsson
2017-09-11Merge branch 'lukas/erts/fix_warnings' into maintLukas Larsson
2017-09-11Fix unused-functions warningsLukas Larsson
2017-09-05Merge branch 'maint'Rickard Green
2017-09-05Merge branch 'rickard/statistics-time-fixes/OTP-14597/ERL-465' into maintRickard Green
2017-09-04Bug fixes of statistics(wall_clock) and statistics(runtime)Rickard Green
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-07-06Merge branch 'john/erts/runtime-lcnt' into maintJohn Högberg
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-29Fix WX lock check assertion on MacOSXRickard Green
2017-05-19Restore sighup behaviourRickard Green
2017-05-18Make lock counter info independent of the locks being countedJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-04-24Merge branch 'maint'Rickard Green
2017-04-21Do not ignore SIGTERM when VM has been started with +BiRickard Green
2017-04-20Merge branch 'lukas/erts/20_minor_fixes'Lukas Larsson
2017-04-11Merge branch 'rickard/pcre-8.40'Rickard Green
2017-04-07Stack guard for PCRERickard Green
2017-03-28erts: Get rid of some unused function warnings on os xLukas Larsson
2017-03-22erts: Don't allocate memory during signal handlingBjörn-Egil Dahlberg
2017-03-21erts: Make sigterm signal safe for non-smp beamBjörn-Egil Dahlberg
2017-03-14erts: Fix signal pipeBjörn-Egil Dahlberg
2017-03-10Update copyright yearRickard Green
2017-02-20Merge branch 'master' into sverker/enif_selectSverker Eriksson
2017-02-14Fixed typos in ertsAndrew Dryga
2017-02-09erts: Change return value for enif_selectSverker Eriksson
2017-02-09erts: Add pid argument to enif_selectSverker Eriksson