<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/os_mon/src, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>os_mon: Make disk_sup ignore squashfs</title>
<updated>2019-06-19T08:45:09+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-06-19T08:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7eeb6a98623fce87d13d3080430bec0bc412c570'/>
<id>7eeb6a98623fce87d13d3080430bec0bc412c570</id>
<content type='text'>
Ideally we should ignore all read only filesystems,
but this will have to do for now.

We do this as we don't want disk_sup to report that
a filesystem is almost full if it is read-only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ideally we should ignore all read only filesystems,
but this will have to do for now.

We do this as we don't want disk_sup to report that
a filesystem is almost full if it is read-only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2208 from elbrujohalcon/elbrujohalcon.cpu_sup.specs</title>
<updated>2019-04-16T12:09:09+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-04-16T12:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=93d7a78772bdf2d888a2fd5a98f6a6b3da9b3828'/>
<id>93d7a78772bdf2d888a2fd5a98f6a6b3da9b3828</id>
<content type='text'>
Fix specs and type definitions in cpu_sup

OTP-15770</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix specs and type definitions in cpu_sup

OTP-15770</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs and type definitions in cpu_sup</title>
<updated>2019-04-12T12:41:01+00:00</updated>
<author>
<name>Brujo Benavides</name>
<email>elbrujohalcon@gmail.com</email>
</author>
<published>2019-04-12T12:32:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21e50952eb74625f5bf26d392c8945eae561267d'/>
<id>21e50952eb74625f5bf26d392c8945eae561267d</id>
<content type='text'>
Since `dummy_result/1` returns integers (i.e. `0`) not floats, `util/0,1` specs should account for that.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since `dummy_result/1` returns integers (i.e. `0`) not floats, `util/0,1` specs should account for that.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bmk/20180927/remove_otp_mibs2/OTP-14984'</title>
<updated>2018-11-01T13:38:21+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2018-11-01T13:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f052c5a50e2bfcf68be7707723cd6eb2f29a8e4a'/>
<id>f052c5a50e2bfcf68be7707723cd6eb2f29a8e4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2018-10-29T08:19:53+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-10-29T08:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=78af1f300bb121e22e735b2d741cdc8f7d65102a'/>
<id>78af1f300bb121e22e735b2d741cdc8f7d65102a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Erlang's cpu_sup function better on Android</title>
<updated>2018-09-28T23:11:10+00:00</updated>
<author>
<name>Alexander Clouter</name>
<email>alex@digriz.org.uk</email>
</author>
<published>2018-09-27T19:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f2ca9d9cb14527fb5dd3016cbccd45355cc2a6c7'/>
<id>f2ca9d9cb14527fb5dd3016cbccd45355cc2a6c7</id>
<content type='text'>
Due to `/proc` restrictions in newer Android releases enforced by SELinux, Erlang needs a fix so that it can get some basic CPU stats (use the `sysinfo` syscall rather than reading `/proc/loadavg`).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to `/proc` restrictions in newer Android releases enforced by SELinux, Erlang needs a fix so that it can get some basic CPU stats (use the `sysinfo` syscall rather than reading `/proc/loadavg`).
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Remove the os_mon MIBS support</title>
<updated>2018-09-27T13:28:21+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-05-25T11:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=df67310726dd4c9935e8240a08b664f5130e9aca'/>
<id>df67310726dd4c9935e8240a08b664f5130e9aca</id>
<content type='text'>
The otp_mibs application is to be removed so we
also remove the os_mon usage of that application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The otp_mibs application is to be removed so we
also remove the os_mon usage of that application.
</pre>
</div>
</content>
</entry>
<entry>
<title>ppc64le is also 64bit</title>
<updated>2018-08-21T04:38:49+00:00</updated>
<author>
<name>Daniel Black</name>
<email>daniel@linux.ibm.com</email>
</author>
<published>2018-08-21T03:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=239aa002d48b6c1c9a67833ddb43bab2d92d70cb'/>
<id>239aa002d48b6c1c9a67833ddb43bab2d92d70cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/testcase-fixes'</title>
<updated>2018-03-27T13:05:13+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-03-27T13:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=acfd88f41fbea76650d270f0bb96b6e3975d1480'/>
<id>acfd88f41fbea76650d270f0bb96b6e3975d1480</id>
<content type='text'>
* dgud/testcase-fixes:
  debug info
  add unicode opt env may contain unicode signs
  Fix lexemes conversion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/testcase-fixes:
  debug info
  add unicode opt env may contain unicode signs
  Fix lexemes conversion
</pre>
</div>
</content>
</entry>
</feed>
