Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | Prepare release | Sverker Eriksson | |
2017-02-07 | Prepare release | Erlang/OTP | |
2017-01-12 | Prepare release | Erlang/OTP | |
2016-12-09 | Prepare release | Erlang/OTP | |
2016-11-22 | Merge branch 'sverker/erts/crash-dump-limit/OTP-14046' into maint | Sverker Eriksson | |
* sverker/erts/crash-dump-limit: erts: Add env variable ERL_CRASH_DUMP_BYTES erts: Add ErtsStrToSint64 erts: Refactor crash dumping with cbprintf erts: Add cbprintf for Callback Printing erts: Remove unused erl_crash_dump() | |||
2016-11-22 | erts: Add env variable ERL_CRASH_DUMP_BYTES | Sverker Eriksson | |
to limit crash dump size | |||
2016-11-09 | Merge branch 'maint-19' into maint | Björn-Egil Dahlberg | |
2016-11-08 | Update release notes | Erlang/OTP | |
2016-11-01 | erts: Correct type declaration of match specification head | Hans Bolinder | |
Bug reported by Peti Gömöri <[email protected]>. | |||
2016-11-01 | Merge branch 'josevalim/erts/document-epmd-switches/PR-1217/OTP-13994' into ↵ | Björn-Egil Dahlberg | |
maint * josevalim/erts/document-epmd-switches/PR-1217/OTP-13994: Document the -epmd_module switch in erl | |||
2016-10-28 | Document the -epmd_module switch in erl | José Valim | |
2016-10-27 | Fix typos in erl_driver.xml | Tom Richards | |
2016-10-25 | erts: Correct docs for driver_select | Sverker Eriksson | |
2016-10-03 | Merge branch 'lukas/erts/bin_to_term_doc_example/PR-1181' into maint | Lukas Larsson | |
* lukas/erts/bin_to_term_doc_example/PR-1181: erts: Add examples to binary_to_term and term_to_binary | |||
2016-09-28 | Document the order of directories added with code:add_pathsa/1 | Siri Hansen | |
code:add_pathsa/1 reverts the list of directories when adding it at the beginning of the code path. The command line option '-pa' behaves in the same way. This is now documented. | |||
2016-09-27 | erts: Add examples to binary_to_term and term_to_binary | Lukas Larsson | |
2016-09-21 | erts: Clearify run_erl docs | Sverker Eriksson | |
ERL-258 | |||
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-14 | Merge branch 'maint-19' into maint | Henrik Nord | |
2016-09-14 | Merge branch 'mcherep/erts/fix-doc-typo/PR-1165/OTP-13886' into maint | Björn-Egil Dahlberg | |
* mcherep/erts/fix-doc-typo/PR-1165/OTP-13886: Typo in documentation fixed | |||
2016-09-14 | Prepare release | Erlang/OTP | |
2016-09-14 | Merge branch 'maint-19' into maint | Henrik Nord | |
2016-09-13 | Prepare release | Erlang/OTP | |
2016-09-13 | Typo in documentation fixed | Cherep | |
2016-09-05 | Merge branch 'lukas/erts/epmd_xmllint_fix' into maint | Lukas Larsson | |
* lukas/erts/epmd_xmllint_fix: epmd: Fix xmllint error in comsummary | |||
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-31 | epmd: Fix xmllint error in comsummary | Lukas Larsson | |
2016-08-31 | Fix xmllint-warnings | Hans Bolinder | |
2016-08-30 | Merge branch 'rickard/time-unit/OTP-13735' into maint | Rickard Green | |
* rickard/time-unit/OTP-13735: Update test-cases to use new symbolic time units Replace misspelled symbolic time units Conflicts: erts/doc/src/erlang.xml erts/emulator/test/long_timers_test.erl | |||
2016-08-29 | Merge branch 'rickard/ds-purge-module/OTP-13808' into maint | Rickard Green | |
* rickard/ds-purge-module/OTP-13808: Perform check_process_code while process is executing dirty Conflicts: erts/doc/src/erl_nif.xml | |||
2016-08-29 | Merge branch 'rickard/fun-purge-bug/OTP-13809' and ↵ | Rickard Green | |
'rickard/new-purge-strategy/OTP-13833' into maint * rickard/fun-purge-bug/OTP-13809: Fix purge of code Reclaim literal area after purge has completed Separate literal area from code Conflicts: erts/doc/src/erlang.xml erts/emulator/beam/beam_bif_load.c erts/emulator/beam/erl_init.c erts/preloaded/ebin/init.beam | |||
2016-08-29 | Perform check_process_code while process is executing dirty | Rickard Green | |
2016-08-29 | Fix purge of code | Rickard Green | |
Ensure that we cannot get any dangling pointers into code that has been purged. This is done by a two phase purge. At first phase all fun entries pointing into the code to purge are marked for purge. All processes trying to call these funs will be suspended and by this we avoid getting new direct references into the code. When all processes has been checked, these processes are resumed. The new purge strategy now also completely ignore the existence of indirect references to the code (funs). If such exist, they will cause bad fun exceptions to the caller, but will not prevent a soft purge or cause a kill of a process having such live references during a hard purge. This since it is impossible to give any guarantees that no processes in the system have such indirect references. Even when the system is completely clean from such references, new ones can appear via distribution and/or disk. | |||
2016-08-25 | Replace misspelled symbolic time units | Rickard Green | |
Besides using two words for 'milliseconds' et. al. they are also changed from plural to singular. | |||
2016-08-12 | Merge branch 'maint-19' into maint | Rickard Green | |
* maint-19: Updated OTP version Prepare release Avoid segfault when printing slogan after crashdumping Fix race causing lost wakeup on receive-after timeout | |||
2016-08-11 | Prepare release | Erlang/OTP | |
2016-07-15 | Merge branch 'maint-19' into maint | Björn-Egil Dahlberg | |
2016-07-14 | erts: Update msacc docs with dirty scheduler info | Lukas Larsson | |
2016-07-14 | Prepare release | Erlang/OTP | |
2016-07-13 | erts: Review of documentation changes | Lukas Larsson | |
2016-07-13 | erts: Editorial changes | xsipewe | |
2016-07-13 | erts: Move all functions in docs to be in alphabetical order | Lukas Larsson | |
This commit only changes the order of functions and does some other rearrangements to that the diff with the next commit will be easier to follow. No content or XML tags are changed. | |||
2016-06-29 | Update release notes | Erlang/OTP | |
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-17 | Merge branch 'zandra/update-dist-doc' | Zandra Hird | |
* zandra/update-dist-doc: Remove unused Cookie from ControlMessage in the dist protocol doc | |||
2016-06-17 | Minor reorganization of dirty NIF documentation | Rickard Green | |
2016-06-17 | Remove unused Cookie from ControlMessage in the dist protocol doc | Zandra Hird | |
The Cookie was removed a long time ago, but the documentation was not updated accordingly. | |||
2016-06-16 | Add documentation about dirty job type | Rickard Green | |
2016-06-14 | erts: Fix doc xml errors | Lukas Larsson | |
2016-06-10 | Merge branch 'egil/erts/fix-xmllint' | Björn-Egil Dahlberg | |
* egil/erts/fix-xmllint: erts: Fix erl_nif.xml xmllint errors |