summaryrefslogtreecommitdiff
path: root/erts/emulator/sys/unix/sys_drivers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2860 from jhogberg/john/erts/refactor-code-pointersJohn Högberg2020-11-131-1/+1
|\
| * erts: Warn on void pointer arithmeticJohn Högberg2020-11-121-1/+1
* | otp: Remove all purify supportSverker Eriksson2020-11-091-6/+0
|/
* erts: Add get_uint32 and fix some dubious uses of get_int32Sverker Eriksson2020-06-261-1/+1
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | Merge branch 'maint'Rickard Green2020-01-131-25/+68
|\ \ | |/
| * Adjustable busy port parameters for default driversRickard Green2020-01-131-25/+68
* | erts: Restructure include of hash.h to work with inlineLukas Larsson2019-08-131-0/+1
|/
* Fix io:columns() and io:rows() are not working from escripts bugKjell Winblad2019-07-181-7/+19
* erts: Fix sys_driver to correctly deselect fdsLukas Larsson2019-04-091-2/+2
* erts: Add magic port control numbersSverker Eriksson2019-01-281-3/+13
* erts: Fix too early close of spawn driver fdLukas Larsson2019-01-181-6/+6
* erts: Delete fd from poll-set when closing fd_driver portLukas Larsson2018-08-101-1/+1
* erts: Handle EMFILE errors in forker_driver for writeLukas Larsson2018-07-301-45/+62
* Update copyright yearHenrik Nord2018-06-181-1/+1
* erts: Make sys_memcpy and friends inline functionsSverker Eriksson2018-03-201-0/+3
* Replace the libc environment with a thread-safe emulationJohn Högberg2018-01-031-124/+59
* erts: Add multiple poll setsSverker Eriksson2017-10-021-2/+9
* erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-17/+17
* erts: Cleanup removal of non-smp emulatorsLukas Larsson2017-07-171-7/+5
* erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-24/+0
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* Do not ignore SIGTERM when VM has been started with +BiRickard Green2017-04-211-0/+1
* Merge branch 'lukas/erts/spawn_driver_relative_cd/ERL-175/OTP-13733' into maintLukas Larsson2016-07-111-18/+24
|\
| * erts: Fix spawn driver with relative cd optionLukas Larsson2016-07-011-18/+24
* | erts: Add test port_SUITE:pipe_limit_envSverker Eriksson2016-06-211-0/+4
* | erts: Optimize spawn driver for large(r) environmentsSverker Eriksson2016-06-201-2/+7
|/
* erts: Fix spawn driver when env size is above pipe capacitySverker Eriksson2016-06-201-1/+1
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson2016-02-241-8/+8
* erts: Only use forker StackAck on freebsdLukas Larsson2015-12-151-15/+33
* erts: Add forker StartAck for port start flowcontrolLukas Larsson2015-12-151-30/+46
* erts: Move os_pid to port hash to child setupLukas Larsson2015-12-151-145/+66
* erts: Make child_setup work with large environmentsLukas Larsson2015-12-151-24/+42
* erts: Fix dereferencing of unaligned integer for sparcLukas Larsson2015-12-151-0/+3
* erts: Create forker process for spawn driverLukas Larsson2015-12-151-934/+837
* erts: Move sys drivers to another fileLukas Larsson2015-12-151-0/+1983