Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | Merge branch 'sverker/halfword-printf-relative-terms/OTP-9292' into dev | Björn-Egil Dahlberg | |
* sverker/halfword-printf-relative-terms/OTP-9292: ETS usage of erts_printf %R erts_printf %R for relative ets-terms in halfword-vm Another halfword is_same-bug for ETS ordered_set | |||
2011-05-12 | Merge branch 'sverker/halfword-high-alloc/OTP-9291' into dev | Björn-Egil Dahlberg | |
* sverker/halfword-high-alloc/OTP-9291: Present 'low' memory count for halfword-vm with erlang:memory() Fix faulty values from erlang:memory() on halfword-vm Allow allocator disable for high memory (better valgrind for halfword) Expand the use of high memory allocation in halfword emulator | |||
2011-05-11 | Merge branch 'dc/improved_find_redist' into dev | Patrik Nyblom | |
* dc/improved_find_redist: support new SDKs in find_redist.sh and fallback to $ERL_TOP as last resort OTP-9287 | |||
2011-05-11 | Merge branch 'rickard/gc-other/OTP-9211' into dev | Rickard Green | |
* rickard/gc-other/OTP-9211: Fix bad assertions Avoid scheduling of processes being garbage collected by others | |||
2011-05-11 | Fix bad assertions | Rickard Green | |
2011-05-10 | Present 'low' memory count for halfword-vm with erlang:memory() | Sverker Eriksson | |
2011-05-09 | Fix faulty values from erlang:memory() on halfword-vm | Sverker Eriksson | |
Use of Uint instead of UWord could cause overflow errors on systems with large memory use. | |||
2011-05-09 | Allow allocator disable for high memory (better valgrind for halfword) | Sverker Eriksson | |
2011-05-09 | Expand the use of high memory allocation in halfword emulator | Sverker Eriksson | |
Also add 'low' field in system_info(allocator) SHORT_LIVED is still in low memory | |||
2011-05-09 | Merge branch 'egil/file-write/OTP-9276' into dev | Björn-Egil Dahlberg | |
* egil/file-write/OTP-9276: Update prim_file.beam Remove unnecessary copy in prim_file:drv_command/3 | |||
2011-05-06 | ETS usage of erts_printf %R | Sverker Eriksson | |
2011-05-06 | erts_printf %R for relative ets-terms in halfword-vm | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_printf_term.c | |||
2011-05-06 | Another halfword is_same-bug for ETS ordered_set | Sverker Eriksson | |
This one is less likely to provoke error as one of the terms is always NULL-based. | |||
2011-05-06 | Update prim_file.beam | Björn-Egil Dahlberg | |
2011-05-06 | Remove unnecessary copy in prim_file:drv_command/3 | Björn-Egil Dahlberg | |
2011-05-06 | Merge branch 'jf/run_erl-disable-flow-control' into dev | Henrik Nord | |
* jf/run_erl-disable-flow-control: Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control OTP-9270 | |||
2011-05-06 | Merge branch 'ta/inet_drv-cleanup' into dev | Henrik Nord | |
* ta/inet_drv-cleanup: inet_drv: remove unused tcp request id inet_drv: remove gratuitous assignment OTP-9263 | |||
2011-05-06 | Merge branch 'ms/beam-fix-format-specifiers-in-erl_exit-msg' into dev | Henrik Nord | |
* ms/beam-fix-format-specifiers-in-erl_exit-msg: Fix format specifiers in erl_exit messages OTP-9262 | |||
2011-05-05 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2011-05-04 | Prepare release | Erlang/OTP | |
2011-05-04 | Fix bug in halfword emulator causing ets:select_delete on ordered_set to crash | Sverker Eriksson | |
2011-05-02 | Teach run_erl RUN_ERL_DISABLE_FLOWCNTRL for disabling flow control | Jonas Faklkevik | |
Flow control can cause unwanted behaviour of the beam process, if accidentally hit Ctrl-S (instead of Ctrl-D to detach) the entire beam may be blocked. Fix this problem by making it possible to turn off flow control by setting the environment variable RUN_ERL_DISABLE_FLOWCNTRL. | |||
2011-05-02 | Merge branch 'ta/driver_entry-typo' into dev | Henrik Nord | |
* ta/driver_entry-typo: driver_entry: Remove gratuitous paren and fix typo OTP-9254 | |||
2011-05-02 | inet_drv: remove unused tcp request id | Tuncer Ayaz | |
2011-05-02 | inet_drv: remove gratuitous assignment | Tuncer Ayaz | |
2011-04-29 | Merge branch 'ks/prim_file-fixes' into dev | Henrik Nord | |
* ks/prim_file-fixes: add prim_file.beam Driver names should be strings, not atoms Cleanup and cosmetic changes OTP-9253 | |||
2011-04-29 | Merge branch 'ms/unsigned-integer-overflow-in-error' into dev | Henrik Nord | |
* ms/unsigned-integer-overflow-in-error: Unsigned integer may overflow in error message OTP-9251 | |||
2011-04-28 | Merge branch 'ms/file-fix-hang-reading-compressed-files' into dev | Henrik Nord | |
* ms/file-fix-hang-reading-compressed-files: file: fix hang reading compressed files OTP-9245 | |||
2011-04-27 | Merge branch 'sverker/code_SUITE-false_dependency-bug' into dev | Sverker Eriksson | |
* sverker/code_SUITE-false_dependency-bug: Fix bug in test case code_SUITE:false_dependency | |||
2011-04-27 | Merge branch 'sverker/enif_is_exception/OTP-9150' into dev | Sverker Eriksson | |
* sverker/enif_is_exception/OTP-9150: add support for checking if an ERL_NIF_TERM is an exception | |||
2011-04-27 | Merge branch 'sverker/erts_printf-halfword' into dev | Sverker Eriksson | |
* sverker/erts_printf-halfword: erts_printf %be to print integers of size Eterm Fix use of type BeamInstr in hipe_debug.c Conflicts: erts/emulator/hipe/hipe_debug.c | |||
2011-04-27 | add prim_file.beam | Henrik Nord | |
2011-04-27 | Driver names should be strings, not atoms | Kostis Sagonas | |
2011-04-27 | Cleanup and cosmetic changes | Kostis Sagonas | |
2011-04-26 | driver_entry: Remove gratuitous paren and fix typo | Tuncer Ayaz | |
2011-04-15 | Merge branch 'ms/heart-rem-garbage-append' into dev | Henrik Nord | |
* ms/heart-rem-garbage-append: heart: remove garbage appended to heart command OTP-9224 | |||
2011-04-14 | Merge branch 'maint-r14' into dev | Sverker Eriksson | |
Conflicts: erts/vsn.mk | |||
2011-04-14 | Merge branch 'hw/fix-epmd-perror' into dev | Henrik Nord | |
* hw/fix-epmd-perror: Fix epmd's dbg_perror() output OTP-9223 | |||
2011-04-12 | Merge branch 'bjorn/erts/remove-init_get_args-doc/OTP-9209' into dev | Björn Gustavsson | |
* bjorn/erts/remove-init_get_args-doc/OTP-9209: Remove documentation for non-existent init:get_args/0 | |||
2011-04-11 | Prepare release | Erlang/OTP | |
2011-04-11 | Merge branch 'rickard/process-status/OTP-9197' into maint-r14 | Erlang/OTP | |
* rickard/process-status/OTP-9197: Fix thread unsafe access Fix lost wakeup when process garbage collected by other Only set status P_WAITING when needed Add testcase for process_info() badarg bug | |||
2011-04-11 | Avoid scheduling of processes being garbage collected by others | Rickard Green | |
2011-04-11 | Fix thread unsafe access | Rickard Green | |
Fix thread unsafe access to process status field introduced in OTP-9125. | |||
2011-04-11 | Fix lost wakeup when process garbage collected by other | Rickard Green | |
2011-04-11 | Only set status P_WAITING when needed | Rickard Green | |
The status of a process was unnecessarily set to waiting before the process was enqueued in a run queue. This bug was harmless up until OTP-R14B01. In OTP-R14B02 erlang:hibernate/3 was fixed (OTP-9125). After the introduction of OTP-9125, the previously harmless process status bug sometimes caused erroneous badarg exceptions from process_info(). | |||
2011-04-11 | Remove documentation for non-existent init:get_args/0 | Björn Gustavsson | |
init:get_args/0 was deprecated in R9C and removed in R12B. Reported-by: Eric Pailleau | |||
2011-04-08 | Merge branch 'ms/epmd-local-access-check' into dev | Henrik Nord | |
* ms/epmd-local-access-check: epmd: include host address in local access check OTP-9214 | |||
2011-04-08 | Merge branch 'hw/epmd-bind-to-address' into dev | Henrik Nord | |
* hw/epmd-bind-to-address: Allow user to specify the IP address epmd binds to OTP-9213 | |||
2011-04-07 | Remove truncation error in key comparision for ordered set | Patrik Nyblom | |
2011-04-07 | Merge branch 'ta/erts-unused-vars' into dev | Henrik Nord | |
* ta/erts-unused-vars: erts: Remove unused variables OTP-9205 |