Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | Merge branch 'av/maint-memsup' into maint | Henrik Nord | |
* av/maint-memsup: Fix segmentation fault in memsup OTP-9913 | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
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-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 | */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. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |