aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-18Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson
2016-04-18Eliminate doc and suite clausesBjörn Gustavsson
2016-04-18Eliminate use of the ?t macroBjörn Gustavsson
2016-04-18Eliminate use of test_server:format()Björn Gustavsson
2016-04-18Eliminate use of test_server:fail/{0,1}Björn Gustavsson
2016-04-18Use proplists:get_value/2 instead of ?config()Björn Gustavsson
2016-04-18Modernize use of timetrapsBjörn Gustavsson
2016-04-18int_SUITE: Fix interpretable/1 in a non-installed systemBjörn Gustavsson
2016-04-18int_SUITE: Fix interpretable/1 on cross-compiled platformsBjörn Gustavsson
2016-04-15erts: Add 'exec_alloc' for hipe codeSverker Eriksson
2016-04-15erts: Make ErtsMemMapper able to map memory with PROT_EXECSverker Eriksson
2016-04-15erts: Refactor callbacks for literal mseg allocSverker Eriksson
2016-04-15erts: Tweak defaults for literal allocatorSverker Eriksson
2016-04-15Update preloaded modulesLukas Larsson
2016-04-15Merge branch 'lukas/erts/tracer-module-and-more/PR-1009/OTP-10268'Lukas Larsson
2016-04-15erts: Don't trace on link events when port is deadLukas Larsson
2016-04-15erts: more logging in trace_bif_SUITE trace_bif_returnLukas Larsson
2016-04-15erts: Make trace_delivered go via sys msg dispatcher againLukas Larsson
2016-04-15erts: Add comment about future trace optimizationsLukas Larsson
2016-04-15erts: Optimize tracer reload testLukas Larsson
2016-04-15erts: Document erlang:match_spec_test/3Lukas Larsson
2016-04-15runtime_tools: Make dbg work with erl_tracer modulesLukas Larsson
2016-04-15runtime_rools: Allow new timestamp trace flagsLukas Larsson
2016-04-15runtime_tools: Lots of dbg docs updatesLukas Larsson
2016-04-15erts: Deallocate heap fragments from trace nif callsLukas Larsson
2016-04-15eprof: Fix tests after tracer module incompatabilitiesLukas Larsson
2016-04-15fprof: update to work with new spawned trace eventLukas Larsson
2016-04-15erts: Add 'spawned' trace event to 'procs' trace flagLukas Larsson
2016-04-15erts: send and receive no longer need status lockLukas Larsson
2016-04-15erts: Do 'unregister' as "self-tracing"Sverker Eriksson
2016-04-15erts: Silence harmless valgrind warning in dec_termSverker Eriksson
2016-04-15erts: Fix end_per_testcase crash in local_trace_SUITELukas Larsson
2016-04-15observer: Update ttb to work with tracing on portsLukas Larsson
2016-04-15runtime_tools: Update dbg to work with tracing on portsLukas Larsson
2016-04-15erts: Add tracing examples in match spec docsLukas Larsson
2016-04-15erts: Remove fake schedule testcaseLukas Larsson
2016-04-15erts: Fix FPE bug in erl_nifSverker Eriksson
2016-04-15erts: Extend process and port tracingLukas Larsson
2016-04-15erts: Implement tracer modulesLukas Larsson
2016-04-15erts: Add erts_nif_get_funcs and erts_nif_call_functionLukas Larsson
2016-04-15erts: Calculate flatmap value offsetLukas Larsson
2016-04-15Merge branch 'lukas/erts/enif_send_null_env/OTP-13495'Lukas Larsson
2016-04-15Merge branch 'egil/erts/fix-erlang-system_profile/ERL-126/OTP-13494'Björn-Egil Dahlberg
2016-04-15Merge branch 'paulgray/inet_db_fix/PR-949/OTP-13470'Raimo Niskanen
2016-04-15Write Design Principles chapterRaimo Niskanen
2016-04-14Merge branch 'binarin/erts/fix-epmd-systemd-notifications/PR-999/OTP-13493'Björn-Egil Dahlberg
2016-04-14erts: Enhance system_profile testsBjörn-Egil Dahlberg
2016-04-14erts: Don't use function location when process is terminatingBjörn-Egil Dahlberg
2016-04-14Merge branch 'sverker/erts/open_port-improper-args.ERL-127.OTP-13489'Sverker Eriksson
2016-04-14v3_kernel: Construct literal lists properlyBjörn Gustavsson