aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2010-06-14OTP-8710 Fix emulator crash caused by setting CPU topologyRickard Green
2010-06-08Merge branch 'bg/nif_error' into devErlang/OTP
2010-06-08Merge branch 'pg/fix_erts_bld_string_n' into devErlang/OTP
2010-06-07Fix erts_bld_string_n (called by enif_make_string and erlang:decode_packet/3)...Paul Guyot
2010-06-07Merge OTP-8681Björn-Egil Dahlberg
2010-06-03Fix ops.tab to include i_return_time_traceBjörn-Egil Dahlberg
2010-06-03Fix bp_hash_put to do hash value after rehashBjö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-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-03Teach call count tracing to use atomicsBjö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/unregister_error' into devErlang/OTP
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-31Add erlang:nif_error/1,2Björn Gustavsson
2010-05-27Merge branch 'ta/extend-nif-api' into devErlang/OTP
2010-05-24Merge branch 'fm/file-operations' into devErlang/OTP
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
2010-05-24erl_nif: add enif_is_list and enif_is_tupleTuncer Ayaz
2010-05-21Merge branch 'bg/compiler-cover-and-clean' into devErlang/OTP
2010-05-21Correct typos in EEP-0031 implementationTuncer Ayaz
2010-05-20sys.h: Correct the get_int64() macroBjörn Gustavsson
2010-05-20Remove stray support for the put_literal/2 instructionBjörn Gustavsson
2010-05-20Remove the bs_bits_to_bytes/3 instructionBjörn Gustavsson
2010-05-20erts: Stop supporting non-literal empty tuplesBjörn Gustavsson
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-17Add documentation for binary modulePatrik Nyblom
2010-05-17Add more tests and make some go easier on small systemsPatrik Nyblom
2010-05-17Correct Boyer More and trapping for longest_common_suffixPatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom