aboutsummaryrefslogtreecommitdiffstats
path: root/lib/os_mon/src/memsup.erl
AgeCommit message (Collapse)Author
2018-08-21ppc64le is also 64bitDaniel Black
2018-06-18Update copyright yearHenrik Nord
2017-10-20Fix lexemes conversionDan Gudmundsson
2017-09-15os_mon: Do not use deprecated functions in string(3)Dan Gudmundsson
2017-01-16Adding s390x supportSatyen Chimulkar
2016-05-17Merge 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-16Fix memsup:get_os_wordsize() on 64-bit Linux PPCBjörn-Egil Dahlberg
2016-05-10os_mon: Fix unmatched return warningsBjörn-Egil Dahlberg
2016-04-29Fix memsup:get_os_wordsize() on 64-bit FreeBSDjrobhoward
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2013-10-31Fix incorrect reporting of memory on OS X via memsup.Christopher Meiklejohn
Application memsup should be calculating free memory using the speculative pages, in the same manner that the Activity Monitor and top programs on OS X do. In addition, correct page size to 4096, based on verification of available memory between top, vm_stat and Activity Monitor.
2012-07-19os_mon: Remove VxWorksBjörn-Egil Dahlberg
2012-05-21Add infinity timeout to os_mon callsGustav Simonsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-25Look for port in priv/bin/arch/ as well as priv/bin/Lukas Larsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-04-08Merge branch 'at/os_mon_dragonfly_support' into devHenrik Nord
* at/os_mon_dragonfly_support: Add support for DragonFlyBSD to memsup OTP-9217
2011-04-03Add NetBSD support to memsup and disksupAndrew Thompson
2011-04-01Add support for DragonFlyBSD to memsupAndrew 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.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP