Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-01-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-16 | Adding s390x support | Satyen Chimulkar | |
2016-11-29 | warn_obsolete_guard is already default | Richard Carlsson | |
Update compiler documentation and remove superfluous erlc flags. | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-14 | Merge branch 'lukas/erts/testfixes-19' | Lukas Larsson | |
* lukas/erts/testfixes-19: erts: Increase bif and nif call_time trace test erts: Fix distribution_SUITE:bulk_send_bigbig on windows erts: Ensure bs_add_overflow test has enough memory kernel: Better explain controlling_process' tcp behaviour kernel: Fix t_recv_delim on bsd os_mon: Make sure to start/stop os_mon in tests correctly ssl: Fix use_interface dist_SSL test erl_interface: Fix signed int overflow tc bug erts: fix atom_roundtrip_r15b tc erts: Require more memory for debug tests | |||
2016-06-14 | os_mon: Make sure to start/stop os_mon in tests correctly | Lukas Larsson | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-17 | os_mon: Fix compile error on FreeBSD | Sverker Eriksson | |
implicit declaration of function 'EXIT_WITH' Move code chunk up a bit to #define EXIT_WITH before it's used. | |||
2016-05-17 | Merge branch 'jrobhoward/os_mon/fix-freebsd_get_os_wordsize/PR-1039/OTP-13601' | Björn-Egil Dahlberg | |
* jrobhoward/os_mon/fix-freebsd_get_os_wordsize/PR-1039/OTP-13601: Fix memsup:get_os_wordsize() on 64-bit Linux PPC os_mon: Test wordsize of memsup:get_os_wordsize/0 Fix memsup:get_os_wordsize() on 64-bit FreeBSD | |||
2016-05-16 | Fix memsup:get_os_wordsize() on 64-bit Linux PPC | Björn-Egil Dahlberg | |
2016-05-16 | os_mon: Test wordsize of memsup:get_os_wordsize/0 | Björn-Egil Dahlberg | |
Simple test against erlang:system_info({wordsize,external}). | |||
2016-05-16 | Merge branch 'mururu/os_mon/cpu-sup-osx/PR-1049/OTP-13597' | Björn-Egil Dahlberg | |
* mururu/os_mon/cpu-sup-osx/PR-1049/OTP-13597: os_mon: Implement cpu_sup:util/0,1 on OSX | |||
2016-05-10 | os_mon: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-06 | os_mon: Implement cpu_sup:util/0,1 on OSX | Yuki Ito | |
cpu_sup:util/0,1 works on OSX as well. | |||
2016-05-04 | Fix compilation on SUN/SPARC by including <stdlib.h> | Kostis Sagonas | |
The combination of the use of the exit() function without including <stdlib.h> together with the option -Werror=implicit-function-declaration causes the compilation (and the 'make') to fail on SUN/SPARC with gcc 4.9.3. | |||
2016-04-29 | Fix memsup:get_os_wordsize() on 64-bit FreeBSD | jrobhoward | |
2016-04-25 | Fix type spec for cpu_sup:util/1 | Péter Gömöri | |
The documentation correctly states that the Busy and NonBusy components in the return value of cpu_sup:util/1 are not tuples but list of tuples: "If the detailed option is given, this is a *list* of {State, Share} tuples" | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-01 | Don't crash in end_per_testcase | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-04-01 | Replace ?t:sleep/1 with ct:sleep/1 | Björn-Egil Dahlberg | |
2016-04-01 | Replace use of test_server:format/2 with io:format/2 | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-04-01 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-04-01 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson | |
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-10-13 | Small misprint | Kirill Zaborsky | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-03 | Merge branch 'jh/freebsdcpu/OTP-12796' | Björn-Egil Dahlberg | |
* jh/freebsdcpu/OTP-12796: os_mon: Comply with C89 standard os_mon: Update docs for FreeBSD os_mon: Implement cpu_sup:util/0,1 for FreeBSD | |||
2015-06-02 | os_mon: Comply with C89 standard | Björn-Egil Dahlberg | |
2015-05-29 | Merge branch 'ethercrow/maint' | Zandra Hird | |
* ethercrow/maint: Make cpu_sup:util/0 spec lie less | |||
2015-05-27 | Update application versions | Hans Bolinder | |
2015-05-26 | os_mon: Update docs for FreeBSD | Wasif Malik and Johannes Huning | |
Authors: Wasif Malik and Johannes Huning | |||
2015-05-26 | os_mon: Implement cpu_sup:util/0,1 for FreeBSD | Wasif Malik and Johannes Huning | |
Authors: Wasif Malik and Johannes Huning | |||
2015-05-26 | Make cpu_sup:util/0 spec lie less | Dmitry Ivanov | |
2015-05-13 | Revert "Prepare release" | Henrik Nord | |
This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6. | |||
2015-05-12 | Prepare release | Erlang/OTP | |
2015-05-11 | Merge branch 'aw/native-cpu_sup/OTP-12730' | Björn-Egil Dahlberg | |
* aw/native-cpu_sup/OTP-12730: erts: Fix configure.in os_mon: rename send() to sendi() in cpu_sup.c os_mon: cpu_sup should use native sysctl/libkvm calls on BSD | |||
2015-03-31 | Prepare release | Erlang/OTP | |
2015-03-18 | Handle big loadavg values correctly | Viacheslav V. Kovalev | |
Do not crash with badmatch when integer part of loadavg has more than 2 digits. | |||
2014-12-29 | os_mon: rename send() to sendi() in cpu_sup.c | Alex Wilson | |
Without this, cpu_sup.c won't compile on FreeBSD, as the name overlaps with the send() socket call. | |||
2014-12-29 | os_mon: cpu_sup should use native sysctl/libkvm calls on BSD | Alex Wilson | |
This avoids forking off with os:cmd every time we just want to collect the load averages. riak does this every second, which results in a lot of unnecessary load. |