Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-21 | Add infinity timeout to os_mon calls | Gustav Simonsson | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-02-14 | Merge branch 'av/maint-memsup' into maint | Henrik Nord | |
* av/maint-memsup: Fix segmentation fault in memsup OTP-9913 | |||
2012-01-25 | Look for port in priv/bin/arch/ as well as priv/bin/ | Lukas Larsson | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-30 | os_mon: Eliminate use of tuple fun | Björn Gustavsson | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-15 | Fix segmentation fault in memsup | Anton Vorobev | |
when /proc/meminfo does not include information about buffers/cache (for instance inside OpenVZ container) | |||
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-04 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-19 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: gs: Update to modern type guards in examples os_mon: Check results from fgets in cpu_sup erts: Remove compiler warning in sys.c | |||
2011-09-16 | os_mon: Check results from fgets in cpu_sup | Björn-Egil Dahlberg | |
2011-08-08 | os_mon: Support parallel make | Björn Gustavsson | |
2011-08-08 | */c_src/Makefile*: Support parallel make | Björn Gustavsson | |
Create directories first, not within implicit rules. If two 'install' instances runs at the same time attempting to create a directory, one of them may fail with an "File exists" error. I tried to use order-only prerequisites to create the directories, but run into two problems: First, order-only prerequisites are only implemented in Make 3.80 and later. Second, on a computer running Solaris/Intel 2.8 (with Make 3.80), order-only prerequisites seemed to work like ordinary prerequisites, causing targets to be re-built if the timestamp for the directory changed. Therefore, using a shell command to run mkdir seems to be the more portable solution. | |||
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-08 | Merge branch 'at/os_mon_dragonfly_support' into dev | Henrik Nord | |
* at/os_mon_dragonfly_support: Add support for DragonFlyBSD to memsup OTP-9217 | |||
2011-04-03 | Add NetBSD support to memsup and disksup | Andrew Thompson | |
2011-04-01 | Add support for DragonFlyBSD to memsup | Andrew Thompson | |
DragonFly was partially supported by os_mon already but when trying to start the os_mon application it'd crash with an error about an unknown operating system in memsup. This patch changes memsup to use the FreeBSD sysctl method to get memory information when on DragonFly. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-02 | Update unavailable test case to do setup and teardown | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for os_mon | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update os_mon tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-09-03 | Add test suite for os_mon | Björn Gustavsson | |
2010-02-19 | Update release notes | Björn-Egil Dahlberg | |
2010-02-17 | Update version numbers | Björn Gustavsson | |
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | os_mon: Modernize types and specs | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |