aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2010-06-04Merge branch 'egil/call-time-trace-patterns' into devErlang/OTP
2010-06-04Fix scheduler_suspend test when schedulers online isn't equal to the amount o...Rickard Green
2010-06-03Fix ops.tab to include i_return_time_traceBjörn-Egil Dahlberg
2010-06-03Let trace_call_time_SUITE scheduling test be more relaxedBjörn-Egil Dahlberg
2010-06-03Fix bp_hash_put to do hash value after rehashBjörn-Egil Dahlberg
2010-06-03Extend trace_call_time_SUITE with bif-testsBjörn-Egil Dahlberg
2010-06-03Fix assertion in trace_pattern for bifsBjörn-Egil Dahlberg
2010-06-03Teach erlang:system_info/1 to list snifsBjörn-Egil Dahlberg
2010-06-03Add bif tests to call time trace testsBjörn-Egil Dahlberg
2010-06-03Teach call time trace patterns to include bifsBjörn-Egil Dahlberg
2010-06-03Fix BeamInstr code array in export.hBjörn-Egil Dahlberg
2010-06-03Add trace call_time tests for nifs and bifsBjörn-Egil Dahlberg
2010-06-03Teach call count tracing to use atomicsBjörn-Egil Dahlberg
2010-06-03Add first phase of trace call time test suiteBjörn-Egil Dahlberg
2010-06-03Add a scheduler array for BpData at BeamInstr[-4]Björn-Egil Dahlberg
2010-06-03Add search keys in breakpoints and a searchfunctionBjörn-Egil Dahlberg
2010-06-03Fix BeamInstr for call_timeBjörn-Egil Dahlberg
2010-06-03Teach call_time trace to use intruction pointersBjörn-Egil Dahlberg
2010-06-03Add return_time trace and PSD deletionsBjörn-Egil Dahlberg
2010-06-03Remove trailing character in beam_bif_loadBjörn-Egil Dahlberg
2010-06-03Fix set_function_break to use correct breakpointBjörn-Egil Dahlberg
2010-06-03Add processes hashes for call time breakpointsBjörn-Egil Dahlberg
2010-06-03Fix lock-checking for PSD call_time breakpointsBjörn-Egil Dahlberg
2010-06-03Call time breakpoint tracing frameworkBjörn-Egil Dahlberg
2010-06-03OTP-8675 Fix erroneous return value from erlang:system_info(multi_scheduling)Rickard Green
2010-06-03OTP-8673 Adjust alignment of scheduler data and run queuesRickard Green
2010-06-03OTP-8666 Enable automatic binding of schedulers when possibleRickard Green
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-06-03Merge branch 'pan/otp_8579_autoimport_override' into devErlang/OTP
2010-06-03Merge branch 'pan/unregister_error' into devErlang/OTP
2010-06-02Make port_command/3 auto-importedPatrik Nyblom
2010-06-02Autoimport min/2 and max/2Patrik Nyblom
2010-06-02Merge branch 'jv/autoimport-binary_to_term_2' into devErlang/OTP
2010-06-02Windows: Open files with FILE_SHARE_DELETE to get closer to UNIX semanticsJan Lehnardt
2010-06-01OTP-8612 Fix potential premature destruction of port locksRickard Green
2010-06-01OTP-8658 Add missing memory barriers in erts_poll()Rickard Green
2010-06-01Remove unsupported erlang:blocking_read_file/1Björn Gustavsson
2010-06-01Remove stray SAE supportBjörn Gustavsson
2010-06-01Add possibly missing process lock before unregistering oneselfPatrik Nyblom
2010-06-01Keep process lock over trace of unregisterPatrik Nyblom
2010-05-28Merge branch 'sv/socket-error-portability' into devErlang/OTP
2010-05-27Merge branch 'se/spawn_drv_win_deadlock' into devErlang/OTP
2010-05-27Merge branch 'ta/extend-nif-api' into devErlang/OTP
2010-05-27inet_drv.c: Remove red herringBjörn Gustavsson
2010-05-27use macro to portably test for socket system call errorsSteve Vinoski
2010-05-24Merge branch 'fm/file-operations' into devErlang/OTP
2010-05-24Fix deadlock in spawn driver on windowsSverker Eriksson
2010-05-24erl_nif: add make_atom_len, make_existing_atom_len and make_string_lenTuncer Ayaz
2010-05-24erl_nif: add enif_get_atom_length and enif_get_list_lengthTuncer Ayaz