aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2011-05-09Fix faulty values from erlang:memory() on halfword-vmSverker Eriksson
2011-05-09Allow allocator disable for high memory (better valgrind for halfword)Sverker Eriksson
2011-05-09Expand the use of high memory allocation in halfword emulatorSverker Eriksson
2011-05-06ETS usage of erts_printf %RSverker Eriksson
2011-05-06erts_printf %R for relative ets-terms in halfword-vmSverker Eriksson
2011-05-06Another halfword is_same-bug for ETS ordered_setSverker Eriksson
2011-05-06Make port_command/2 reject non-byte sized bitstringsBjörn Gustavsson
2011-05-06io.c: Make io_list_vec_len() less generalBjörn Gustavsson
2011-05-06Merge branch 'ta/inet_drv-cleanup' into devHenrik Nord
2011-05-06Merge branch 'ms/beam-fix-format-specifiers-in-erl_exit-msg' into devHenrik Nord
2011-05-05Merge branch 'maint-r14' into devSverker Eriksson
2011-05-04iolist_size/1: Fix truncation of resultBjörn Gustavsson
2011-05-04Test iolist_size/1 with bad argumentsBjörn Gustavsson
2011-05-04binary_SUITE: Remove workaround for avoiding stack overflowBjörn Gustavsson
2011-05-04Fix bug in halfword emulator causing ets:select_delete on ordered_set to crashSverker Eriksson
2011-05-02Merge branch 'ta/driver_entry-typo' into devHenrik Nord
2011-05-02inet_drv: remove unused tcp request idTuncer Ayaz
2011-05-02inet_drv: remove gratuitous assignmentTuncer Ayaz
2011-04-29Merge branch 'ms/unsigned-integer-overflow-in-error' into devHenrik Nord
2011-04-28Merge branch 'ms/file-fix-hang-reading-compressed-files' into devHenrik Nord
2011-04-27Merge branch 'sverker/code_SUITE-false_dependency-bug' into devSverker Eriksson
2011-04-27Merge branch 'sverker/enif_is_exception/OTP-9150' into devSverker Eriksson
2011-04-27Merge branch 'sverker/erts_printf-halfword' into devSverker Eriksson
2011-04-26driver_entry: Remove gratuitous paren and fix typoTuncer Ayaz
2011-04-14Merge branch 'maint-r14' into devSverker Eriksson
2011-04-11Merge branch 'rickard/process-status/OTP-9197' into maint-r14Erlang/OTP
2011-04-11Avoid scheduling of processes being garbage collected by othersRickard Green
2011-04-11Fix thread unsafe accessRickard Green
2011-04-11Fix lost wakeup when process garbage collected by otherRickard Green
2011-04-11Only set status P_WAITING when neededRickard Green
2011-04-07Remove truncation error in key comparision for ordered setPatrik Nyblom
2011-04-07Merge branch 'ta/erts-unused-vars' into devHenrik Nord
2011-04-07file: fix hang reading compressed filesMichael Santos
2011-04-07Unsigned integer may overflow in error messageMichael Santos
2011-04-07Add testcase for process_info() badarg bugRickard Green
2011-04-07Fix format specifiers in erl_exit messagesMichael Santos
2011-04-06Fix bug in test case code_SUITE:false_dependencySverker Eriksson
2011-04-05Merge branch 'ks/hipe-ppc64' into devHenrik Nord
2011-04-05Merge branch 'egil/estone-exported-fix' into devBjörn-Egil Dahlberg
2011-04-04Fix unexported function in estone testcaseBjörn-Egil Dahlberg
2011-03-30Remove gratuitous paren in driver_entryTuncer Ayaz
2011-03-30Merge branch 'hw/call-chmod-without-f' into devHenrik Nord
2011-03-29Fix duplicate entries in stacktraces after calling certain BIFsBjörn Gustavsson
2011-03-29BEAM loader: Simplify handling of the func_info/3 instructionBjörn Gustavsson
2011-03-25Merge branch 'pan/valgrind_xml_log' into devPatrik Nyblom
2011-03-25Merge branch 'pan/tcp_send_timeout/OTP-9145' into devPatrik Nyblom
2011-03-25Merge branch 'pan/system_info_procs_crash/OTP-9140' into devPatrik Nyblom
2011-03-25Merge branch 'pan/tcp_send_timeout/OTP-9145' of super:pan_otp into pan/valgri...Patrik Nyblom
2011-03-24add support for checking if an ERL_NIF_TERM is an exceptionSteve Vinoski
2011-03-21Make xml valgrind messages end up in xml logPatrik Nyblom