Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-21 | Merge branch 'maint' | John Högberg | |
2018-02-20 | Fix regression introduced in d468fcbb / OTP-14816 | John Högberg | |
The ~p format specifier made file:consult/1 hysterically slow on one of our test machines that had a unicode character in the root of the code path; all paths were printed as lists and indented with way too much whitespace. Using ~w avoids this issue by never indenting. | |||
2018-01-15 | Merge branch 'maint' | John Högberg | |
2018-01-11 | Reduce memory use of system_information:to_file/1 | John Högberg | |
The previous implementation generated a term, converted it to plain text with io_lib:format/2, and then converted that to a binary before writing it to disk. We now emit the term as we go, which should make it a bit safer to extract this information under load. | |||
2017-09-15 | runtime_tools: Do not use deprecated functions in string(3) | Dan Gudmundsson | |
2016-05-12 | runtime_tools: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-04-25 | runtime_tools: Use 'infinity' gen_server calls | Björn-Egil Dahlberg | |
system_information calls could timeout in certain debug scenarios. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-12-15 | Start using os:getenv/2 fun | Peter Lemenkov | |
See #535 Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-11-02 | Expose NIF version | Peter Lemenkov | |
This patch allows checking for NIF API version in a way similar to driver version. E.g. by calling erlang:system_info(nif_version). Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-03-20 | Introduce system_information:sanity_check() | Rickard Green | |
2014-01-21 | rt_tools: Handle unicode chars in printouts | Dan Gudmundsson | |
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-12 | Add system information aggregate | Björn-Egil Dahlberg | |