<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/os_mon/c_src, branch KennethL-patch-1</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 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>
<entry>
<title>Merge branch 'aw/native-cpu_sup/OTP-12730'</title>
<updated>2015-05-11T08:35:05+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2015-05-11T08:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5e27065ab2d3f12f84b07fd547d4cc44de410954'/>
<id>5e27065ab2d3f12f84b07fd547d4cc44de410954</id>
<content type='text'>
* aw/native-cpu_sup/OTP-12730:
  erts: Fix configure.in
  os_mon: rename send() to sendi() in cpu_sup.c
  os_mon: cpu_sup should use native sysctl/libkvm calls on BSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* aw/native-cpu_sup/OTP-12730:
  erts: Fix configure.in
  os_mon: rename send() to sendi() in cpu_sup.c
  os_mon: cpu_sup should use native sysctl/libkvm calls on BSD
</pre>
</div>
</content>
</entry>
<entry>
<title>os_mon: rename send() to sendi() in cpu_sup.c</title>
<updated>2014-12-29T01:06:55+00:00</updated>
<author>
<name>Alex Wilson</name>
<email>alex@cooperi.net</email>
</author>
<published>2014-11-02T23:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a13e075a25d27e690e68f9205e9d546559f3a294'/>
<id>a13e075a25d27e690e68f9205e9d546559f3a294</id>
<content type='text'>
Without this, cpu_sup.c won't compile on FreeBSD, as the name
overlaps with the send() socket call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, cpu_sup.c won't compile on FreeBSD, as the name
overlaps with the send() socket call.
</pre>
</div>
</content>
</entry>
</feed>
