aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2019-03-05Prepare releaseErlang/OTP
2019-03-05Merge branch 'lukas/erts/fix_inet_buffer_auto_adjust/OTP-15651/OTP-15652' int...Erlang/OTP
2019-03-05Merge branch 'rickard/make-fixes-21/OTP-15551' into maint-21Erlang/OTP
2019-03-04Merge 'rickard/make-fixes-20/OTP-15551' into 'rickard/make-fixes-21/OTP-15551'Rickard Green
2019-03-04Merge 'rickard/make-fixes-19/OTP-15551' into 'rickard/make-fixes-20/OTP-15551'Rickard Green
2019-03-04Merge 'rickard/make-fixes-18/OTP-15551' into 'rickard/make-fixes-19/OTP-15551'Rickard Green
2019-03-04Merge 'rickard/make-fixes-17/OTP-15551' into 'rickard/make-fixes-18/OTP-15551'Rickard Green
2019-03-04Fix install phase in build systemRickard Green
2019-02-18erts: Add yield via timeout to inet read_packetLukas Larsson
2019-02-18erts: Don't increase buffer when sctp sndbuf is setLukas Larsson
2019-02-18erts: Only change inet buffer if not setLukas Larsson
2019-02-15Prepare releaseErlang/OTP
2019-02-11Check empty_out_q at close also for lingerRaimo Niskanen
2019-01-24Prepare releaseErlang/OTP
2019-01-24Merge branch 'lukas/erts/scheduler-pollset-fixes/OTP-15538' into maint-21Erlang/OTP
2019-01-24Merge branch 'lukas/erts/fix_spawn_driver_early_close/OTP-15537' into maint-21Erlang/OTP
2019-01-24Merge branch 'lukas/erts/fix_inet_multitimer_cleanup/OTP-15536' into maint-21Erlang/OTP
2019-01-22erts: Fix cleanup of the inet MultiTimerLukas Larsson
2019-01-21erts: Fix getting of poll events on linux >= 4.15.0Lukas Larsson
2019-01-18erts: Use reduction based polling for starved poll-setLukas Larsson
2019-01-18erts: Fix too early close of spawn driver fdLukas Larsson
2019-01-15Prepare releaseErlang/OTP
2019-01-15Merge branch 'rickard/dirty_scheduler_collapse/maint-21/OTP-15509' into maint-21Erlang/OTP
2019-01-11Merge branch 'rickard/dirty_scheduler_collapse/OTP-15509' into rickard/dirty_...Rickard Green
2019-01-11Fix bug causing dirty scheduler sleeper list inconsistencyRickard Green
2019-01-08Remove an unused variableJohn Högberg
2019-01-07erts: Fix pollset test casesLukas Larsson
2019-01-07Spawn prim_file helper as a system processJohn Högberg
2018-12-20Prepare releaseErlang/OTP
2018-12-20Merge branch 'sverker/big-band-bug/ERL-804/OTP-15487' into maint-21Erlang/OTP
2018-12-20Merge branch 'sverker/fix-atomics-get-large-unsigned/PR-2061/OTP-15486' into ...Erlang/OTP
2018-12-17erts: Fix bug in 'band' of two negative numbers, one bigSverker Eriksson
2018-12-13erts: Fix possible heap corruption getting atomicsTomas Abrahamsson
2018-12-13erts: Fix warning and potential big-endian-bug in prim_fileSverker Eriksson
2018-12-10Prepare releaseErlang/OTP
2018-12-06Merge branch 'lukas/OTP-21.1.1/scheduler_pollset/OTP-15475' into maintLukas Larsson
2018-12-06erts: Move fds with active true behaviour to own pollsetLukas Larsson
2018-12-05Merge pull request #2039 from garazdawi/lukas/erts/fix_lit_msg_copy_in_gc/ERL...Lukas Larsson
2018-12-04erts: Fix copy of literal msg during gcLukas Larsson
2018-12-03Update preloaded modulesHenrik Nord
2018-12-03Merge branch 'lukas/erts/CFLAGS-O-check/OTP-15465' into maintLukas Larsson
2018-12-03erts: Fix some 32-bit gcc warningsLukas Larsson
2018-12-03erts: Add check that a -O flag is present in CFLAGSLukas Larsson
2018-12-03erts: Fix lists_member_2 reduction countLukas Larsson
2018-12-03erts: Allow code_model_small to be set in xcomp settingLukas Larsson
2018-12-03erts: Implement delay_send using timer instead of pollLukas Larsson
2018-12-03erts: Optimize driver_set_timer(0) to fire at onceLukas Larsson
2018-12-03erts: Optimize the inet driver multi timers for one timerLukas Larsson
2018-12-03erts: Move all inet tcp CONNECTED timers to multi timerLukas Larsson
2018-12-03erts: Add erts_io_notify_port_task_executed to check_io msacc stateLukas Larsson