Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | Merge branch 'rzezeski/rz_fix_dtrace_illumos/OTP-11622' | Lukas Larsson | |
* rzezeski/rz_fix_dtrace_illumos/OTP-11622: Fix DTrace build on Illumos | |||
2014-01-27 | observer: Fix memory and scheduler info and handle missing fields | Dan Gudmundsson | |
Fix app viewer crash | |||
2014-01-23 | Merge branch 'lucafavatella/fix-doc-of-dbg-stop' | Henrik Nord | |
* lucafavatella/fix-doc-of-dbg-stop: Correct doc of return value of dbg:{stop,stop_clear} functions OTP-11603 | |||
2014-01-21 | rt_tools: Handle unicode chars in printouts | Dan Gudmundsson | |
2014-01-02 | Correct doc of return value of dbg:{stop,stop_clear} functions | Luca Favatella | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-07 | Fix DTrace build on Illumos | Ryan Zezeski | |
DTrace was recently patched in Illumos to fail to create an object file if no probes are found. * https://www.illumos.org/issues/4248 * https://github.com/illumos/illumos-gate/commit/54a20ab41aadcb81c53e72fc65886e964e9add59 This patch fixes two issues: * Modify the configure script to pass an object file to `dtrace -G` that actually invokes a probe. * Remove creation of `dtrace_user.o` from the dyntrace Makefile. In a previous commit [1] Scott Fritchie relocated all the user probes into the VM proper due to difficulties with DTrace probes in shared libraries. The `dtrace_user.d` file is now empty and generates a header file with nothing in it. There is no longer any reason to generate `dtrace_user.o` because all the probes are in the VM. Thus all the steps for building `dtrace_user.o` have been removed. [1]: https://github.com/erlang/otp/commit/75552bd3bb4e7f3cf4dab81a5c81cf73b1d3fb99 | |||
2013-12-03 | Merge branch 'maint' | Rickard Green | |
* maint: Fix observer retrieval of alloc info | |||
2013-12-03 | Fix observer retrieval of alloc info | Rickard Green | |
This commit only bump the runtime_tools version. The actual fix is in commit 6cd261deb5fec413eb196b620a4618cfa0781458 (merged to maint branch), but should have been part of this commit. | |||
2013-11-25 | Merge branch 'maint' | Rickard Green | |
* maint: Fix observer retrieval of alloc info Fix documentation of the +MMsco switch Replace the +MMscmgc switch with +MMscrfsd Add switch for disabling sys_alloc carriers Add support for locking mappings to physical memory | |||
2013-11-14 | Fix observer retrieval of alloc info | Rickard Green | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-08-12 | Merge branch 'maint' | Siri Hansen | |
2013-08-06 | Allow 'silent' flag to be set with dbg:p/2 | Siri Hansen | |
This flag, which silences call trace, can be set with erlang:trace/3, but was not allowed in dbg:p/2. This has been corrected. | |||
2013-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-15 | Check for native code without loading module | Björn-Egil Dahlberg | |
2013-07-15 | Fix system_information get_beam_name/0 | Björn-Egil Dahlberg | |
os:getenv("EMU") is not set for windows, use "beam" instead. | |||
2013-07-15 | Add beam dynamic libraries to system_information | Björn-Egil Dahlberg | |
2013-07-15 | Add system_information testsuite | Björn-Egil Dahlberg | |
2013-07-12 | Add system information aggregate | Björn-Egil Dahlberg | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-04 | Merge branch 'maint' | Siri Hansen | |
2013-05-23 | observer: Improve initial call info | Dan Gudmundsson | |
2013-05-23 | observer: Add allocator info to gui | Siri Hansen | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-17 | Merge branch 'bjorn/fix-encoding/OTP-11041' into maint | Björn Gustavsson | |
* bjorn/fix-encoding/OTP-11041: Encode Erlang source files with non-ascii characters in UTF-8 | |||
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-03-04 | [observer] Improve measurement of CPU utilization in etop | Siri Hansen | |
Now using scheduler_wall_time instead of runtime/wall_clock to get cpu utilization. The old version could give CPU utilization far beyond 100%. Also, a bug which sometimes gave a badarith when calculating the CPU utilization is corrected. | |||
2013-03-04 | [observer] Fix non tail-recusive loop when measuring scheduler utilization | Siri Hansen | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson | |
2013-01-23 | runtime_tools_sup: Eliminate warning | Björn Gustavsson | |
The warning was introduced in 3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b. | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-09 | appmon: Move runtime part to runtime_tools app | Dan Gudmundsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2012-11-22 | Fix Table Viewer refresh crash on no more existing ets tables | Peti Gömöri | |
2012-11-15 | Fix dialyzer warning in dyntrace.erl | Siri Hansen | |
2012-10-30 | runtime_tools: Fix failing testcase | Dan Gudmundsson | |
2012-09-05 | Merge branch 'siri/runtime_tools/remove-inviso-rest' | Siri Hansen | |
* siri/runtime_tools/remove-inviso-rest: Remove all traces of inviso application from runtime_tools |