<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/os_mon/c_src, branch maint</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: Fix sscanf to use %llu instead of gnu specific %Lu</title>
<updated>2019-08-06T15:28:39+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-08-06T15:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ea239237d2084866a3d5c52c20b948d0f4aa735c'/>
<id>ea239237d2084866a3d5c52c20b948d0f4aa735c</id>
<content type='text'>
For instance musl does not recognize the %L modifier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For instance musl does not recognize the %L modifier.
</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: Fix compile error on FreeBSD</title>
<updated>2016-05-17T18:21:06+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2016-05-17T18:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=86477f342663bfcc3e87a7746d405f5c079b6d86'/>
<id>86477f342663bfcc3e87a7746d405f5c079b6d86</id>
<content type='text'>
implicit declaration of function 'EXIT_WITH'

Move code chunk up a bit to #define EXIT_WITH
before it's used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implicit declaration of function 'EXIT_WITH'

Move code chunk up a bit to #define EXIT_WITH
before it's used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mururu/os_mon/cpu-sup-osx/PR-1049/OTP-13597'</title>
<updated>2016-05-16T09:18:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-05-16T09:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f4c71989ae8dc3c290e9236f38543bee0a6a8e77'/>
<id>f4c71989ae8dc3c290e9236f38543bee0a6a8e77</id>
<content type='text'>
* mururu/os_mon/cpu-sup-osx/PR-1049/OTP-13597:
  os_mon: Implement cpu_sup:util/0,1 on OSX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mururu/os_mon/cpu-sup-osx/PR-1049/OTP-13597:
  os_mon: Implement cpu_sup:util/0,1 on OSX
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Implement cpu_sup:util/0,1 on OSX</title>
<updated>2016-05-05T17:11:45+00:00</updated>
<author>
<name>Yuki Ito</name>
<email>yuki@gnnk.net</email>
</author>
<published>2016-05-03T19:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd78695428545d9c75cd0243fe237b5b28a76512'/>
<id>bd78695428545d9c75cd0243fe237b5b28a76512</id>
<content type='text'>
cpu_sup:util/0,1 works on OSX as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cpu_sup:util/0,1 works on OSX as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation on SUN/SPARC by including &lt;stdlib.h&gt;</title>
<updated>2016-05-04T10:57:54+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2016-05-04T10:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08e2649b739f911ac8cb4e18fc184108a49c9153'/>
<id>08e2649b739f911ac8cb4e18fc184108a49c9153</id>
<content type='text'>
The combination of the use of the exit() function without including
&lt;stdlib.h&gt; together with the option -Werror=implicit-function-declaration
causes the compilation (and the 'make') to fail on SUN/SPARC with gcc 4.9.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The combination of the use of the exit() function without including
&lt;stdlib.h&gt; together with the option -Werror=implicit-function-declaration
causes the compilation (and the 'make') to fail on SUN/SPARC with gcc 4.9.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Comply with C89 standard</title>
<updated>2015-06-02T09:11:43+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2015-06-02T09:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5dc2cc80ee62c8c7da2775b56e9ed5e1f30eb940'/>
<id>5dc2cc80ee62c8c7da2775b56e9ed5e1f30eb940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: Implement cpu_sup:util/0,1 for FreeBSD</title>
<updated>2015-05-26T13:14:44+00:00</updated>
<author>
<name>Wasif Malik and Johannes Huning</name>
<email>wmalik@gmail.com</email>
</author>
<published>2014-11-28T16:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3a4db8368719fa31374c28ab35c2584add79bce'/>
<id>f3a4db8368719fa31374c28ab35c2584add79bce</id>
<content type='text'>
Authors: Wasif Malik and Johannes Huning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Authors: Wasif Malik and Johannes Huning
</pre>
</div>
</content>
</entry>
</feed>
