Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-11 | code.xml: Remove superfluous reference to R12B | Björn Gustavsson | |
2017-01-11 | seq_trace: Remove superfluous reference to R3B | Björn Gustavsson | |
Reported-by: Loïc Hoguin | |||
2017-01-05 | Merge branch 'egil/stdlib/gen_event-start-2/OTP-14123' | Björn-Egil Dahlberg | |
* egil/stdlib/gen_event-start-2/OTP-14123: stdlib: Document gen_event start options stdlib: Test gen_event options stdlib: Refactor gen_event_SUITE stdlib: Remove whitespace error in gen_event_SUITE stdlib: Add start options to gen_event stdlib: Remove whitespace errors in gen_event | |||
2017-01-04 | stdlib: Document gen_event start options | Björn-Egil Dahlberg | |
2017-01-03 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-03 | Merge branch 'sverker/cuddle-port_SUITE' again into maint | Sverker Eriksson | |
* sverker/cuddle-port_SUITE: erts: Fix some compile warnings for port_SUITE erts: Add missing make rules for port_SUITE | |||
2017-01-02 | Merge branch 'maint' | Rickard Green | |
* maint: Multi scheduling block bug-fixes Fix VM global GC info for dirty schedulers Leave dirty work in dirty run-queues on multi scheduling block Fix premature removal of process struct Fix crash due to GC of node entry on dirty scheduler | |||
2017-01-02 | Merge branch 'rickard/ds-fixes' into maint | Rickard Green | |
OTP-14122 * rickard/ds-fixes: Fix VM global GC info for dirty schedulers Leave dirty work in dirty run-queues on multi scheduling block Fix premature removal of process struct Fix crash due to GC of node entry on dirty scheduler | |||
2017-01-02 | Merge branch 'rickard/msb-fixes' into maint | Rickard Green | |
OTP-14121 * rickard/msb-fixes: Multi scheduling block bug-fixes | |||
2016-12-30 | Multi scheduling block bug-fixes | Rickard Green | |
2016-12-30 | Merge branch 'hans/crypto/inc_num_ciphers' | Hans Nilsson | |
2016-12-29 | crypto: algo_ciper was too small after cipher additions | Hans Nilsson | |
2016-12-29 | stdlib: Test gen_event options | Björn-Egil Dahlberg | |
2016-12-29 | Merge pull request #1291 from mururu/chacha20_poly1305 | Hans Nilsson | |
crypto: Support chacha20_poly1305 OTP-14092 | |||
2016-12-29 | stdlib: Refactor gen_event_SUITE | Björn-Egil Dahlberg | |
2016-12-28 | Fix VM global GC info for dirty schedulers | Rickard Green | |
2016-12-28 | Leave dirty work in dirty run-queues on multi scheduling block | Rickard Green | |
2016-12-28 | Fix premature removal of process struct | Rickard Green | |
Refc on process struct could reach zero while it was still referred by dirty scheduler | |||
2016-12-28 | Fix crash due to GC of node entry on dirty scheduler | Rickard Green | |
The dirty scheduler failed to set a timer. Dispatch this job to an ordinary scheduler. | |||
2016-12-28 | Merge branch 'maint' | Lukas Larsson | |
2016-12-28 | Merge branch 'reith/erts/c_port_driver_tutorial_fix/PR-1281' into maint | Lukas Larsson | |
* reith/erts/c_port_driver_tutorial_fix/PR-1281: fix library open error in linked-in port driver tutorial | |||
2016-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-21 | Merge branch 'ingela/inets/httpc-user-hangs/ERL-271/OTP-14091' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-user-hangs/ERL-271/OTP-14091: inets: httpc - Prevent hanging user process inets: httpc - clean code | |||
2016-12-21 | inets: httpc - Prevent hanging user process | Ingela Anderton Andin | |
Input should be checked and httpc_handler process shall terminate gracefully on errors so that user process will in hang in gen_server:call. | |||
2016-12-21 | inets: httpc - clean code | Ingela Anderton Andin | |
Remove dead code and redundant debug macros. Better to use tracing for debugging. | |||
2016-12-21 | Merge branch 'maint' | Ingela Anderton Andin | |
2016-12-21 | Merge branch 'ingela/inets/httpc-stream/ERL-116/OTP-13571' into maint | Ingela Anderton Andin | |
* ingela/inets/httpc-stream/ERL-116/OTP-13571: inets: httpc - Chunk size decoding could fail | |||
2016-12-20 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-20 | Merge pull request #1263 from hawk/hm/stacktrace-depth/OTP-14119 | Sverker Eriksson | |
Make depth of current_stacktrace configurable | |||
2016-12-20 | stdlib: Remove whitespace error in gen_event_SUITE | Björn-Egil Dahlberg | |
2016-12-20 | Merge branch 'sverker/misc-master' | Sverker Eriksson | |
2016-12-20 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-20 | Merge branch 'sverker/map-footprint-docs/OTP-14118' into maint | Sverker Eriksson | |
* sverker/map-footprint-docs: erts: Correct memory footprint for maps | |||
2016-12-20 | erts: Fix some compile warnings for port_SUITE | Sverker Eriksson | |
2016-12-20 | erts: Add missing make rules for port_SUITE | Sverker Eriksson | |
Seems some default rule made it work before until an upgrade of FreeBSD resulted in: make: don't know how to make dead_port. Stop | |||
2016-12-20 | Merge branch 'egil/ssh/use-maps-instead-of-dict/OTP-14117' | Björn-Egil Dahlberg | |
* egil/ssh/use-maps-instead-of-dict/OTP-14117: ssh: Use maps instead of dict in ssh_sftp ssh: Remove whitespace errors in ssh_sftp.erl | |||
2016-12-20 | Update preloaded modules | Lukas Larsson | |
2016-12-20 | Merge branch 'mikpe/erts/system_info-atom_table/PR-1286/OTP-13976' | Lukas Larsson | |
* mikpe/erts/system_info-atom_table/PR-1286/OTP-13976: erts: add erlang:system_info(atom_count) | |||
2016-12-20 | erts: add erlang:system_info(atom_count) | Mikael Pettersson | |
2016-12-20 | erts: Correct memory footprint for maps | Sverker Eriksson | |
Small map was wrong as we should include our own top Eterm and exclude them for keys and values. Large maps was wrong as it described the theoretical minimum of a full tree, which does not happen in reality. | |||
2016-12-20 | crypto: Support chacha20_poly1305 | Yuki Ito | |
This commit reactivates chacha20_poly1305 and fixes the imprementation for the released OpenSSL 1.1.0 or later. | |||
2016-12-20 | inets: httpc - Chunk size decoding could fail | Ingela Anderton Andin | |
Correct chunk decoding by adding missing argument to match. The symptom was that chunk decoding sometimes failed depending on stream data arrival timing. | |||
2016-12-20 | Merge branch 'maint' | Siri Hansen | |
2016-12-20 | Merge branch 'siri/cdv/multi-line-slogan/ERL-318/OTP-14093' into maint | Siri Hansen | |
* siri/cdv/multi-line-slogan/ERL-318/OTP-14093: [crashdump_viewer] Allow multiple lines in Slogan | |||
2016-12-20 | Merge branch 'siri/etop/cpu-per-interval/OTP-14090' into maint | Siri Hansen | |
* siri/etop/cpu-per-interval/OTP-14090: [etop] Show CPU utilization for last interval only | |||
2016-12-19 | Merge branch 'maint' | Sverker Eriksson | |
2016-12-19 | Merge branch 'sverker/cuddle-port_SUITE' into maint | Sverker Eriksson | |
* sverker/cuddle-port_SUITE: erts: Fix faulty printout in port_SUITE | |||
2016-12-19 | erts: Add some improvements to erl_nif docs | Sverker Eriksson | |
2016-12-19 | erts: Add ERL_ABORT_ON_FAILURE for driver_SUITE | Sverker Eriksson | |
2016-12-19 | erts: Tidy up in efile_drv.c | Sverker Eriksson | |
ERL_DRV_USE_NO_CALLBACK only meaningful when deselecting. |