<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/src/node_os.cc, branch v0.10</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>src: return empty set on ENOSYS for interfaces</title>
<updated>2014-01-12T18:04:21+00:00</updated>
<author>
<name>Timothy J Fontaine</name>
<email>tjfontaine@gmail.com</email>
</author>
<published>2014-01-12T18:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=8753bb38596f7148d0cf60b8c1ccad7db4eef609'/>
<id>8753bb38596f7148d0cf60b8c1ccad7db4eef609</id>
<content type='text'>
If node was compiled with --no-ifaddrs to support older operating
systems, don't throw instead simply return an empty object

Fixes #6846
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If node was compiled with --no-ifaddrs to support older operating
systems, don't throw instead simply return an empty object

Fixes #6846
</pre>
</div>
</content>
</entry>
<entry>
<title>src: os: use Number::New() for CPU info</title>
<updated>2013-07-23T15:12:17+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-07-23T15:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=e20811a62881603ae2b2471a34f21d88716be99f'/>
<id>e20811a62881603ae2b2471a34f21d88716be99f</id>
<content type='text'>
The return values from uv_cpu_info() don't necessarily fit in a 32 bits
signed integer.

Fixes #5732.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The return values from uv_cpu_info() don't necessarily fit in a 32 bits
signed integer.

Fixes #5732.
</pre>
</div>
</content>
</entry>
<entry>
<title>os: Fix uname() error handling on sunos</title>
<updated>2013-04-22T18:00:52+00:00</updated>
<author>
<name>isaacs</name>
<email>i@izs.me</email>
</author>
<published>2013-04-22T17:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c77747354c573f57f4f5a2de42407c9fcf6dc10c'/>
<id>c77747354c573f57f4f5a2de42407c9fcf6dc10c</id>
<content type='text'>
The uname function can return any non-negative int to indicate success.

Strange, but that's how it is documented.  This also fixes a similar
buffer overflow in the even more unlikely event that info.release is
&gt; 255 characters, similar to how 78c5de5 did for info.sysname.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The uname function can return any non-negative int to indicate success.

Strange, but that's how it is documented.  This also fixes a similar
buffer overflow in the even more unlikely event that info.release is
&gt; 255 characters, similar to how 78c5de5 did for info.sysname.
</pre>
</div>
</content>
</entry>
<entry>
<title>os: unbreak windows build</title>
<updated>2013-04-15T20:39:03+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-04-15T20:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=d58ee7e5c72c26b9ec81f2533d64cecd4b7959f8'/>
<id>d58ee7e5c72c26b9ec81f2533d64cecd4b7959f8</id>
<content type='text'>
Windows doesn't have MAXHOSTNAMELEN. Introduced in afbadde.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows doesn't have MAXHOSTNAMELEN. Introduced in afbadde.
</pre>
</div>
</content>
</entry>
<entry>
<title>os: handle 256 character hostnames</title>
<updated>2013-04-15T19:13:29+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-04-15T19:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=afbaddecd37a77d9304f55e440bc6c741516b580'/>
<id>afbaddecd37a77d9304f55e440bc6c741516b580</id>
<content type='text'>
Fix a (rather academic) buffer overflow. MAXHOSTNAMELEN is 256 on most
platforms, which means the buffer wasn't big enough to hold the
trailing nul byte on a system with a maximum length hostname.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a (rather academic) buffer overflow. MAXHOSTNAMELEN is 256 on most
platforms, which means the buffer wasn't big enough to hold the
trailing nul byte on a system with a maximum length hostname.
</pre>
</div>
</content>
</entry>
<entry>
<title>os: fix unlikely buffer overflow in os.type()</title>
<updated>2013-04-15T18:57:14+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-04-15T18:51:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=78c5de598bb6ebd68d8d93fabdcebdca1f024580'/>
<id>78c5de598bb6ebd68d8d93fabdcebdca1f024580</id>
<content type='text'>
* Fix a buffer overflow that happens iff strlen(info.sysname) &gt; 255.
* Check the return value of uname().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix a buffer overflow that happens iff strlen(info.sysname) &gt; 255.
* Check the return value of uname().
</pre>
</div>
</content>
</entry>
<entry>
<title>src, test: downgrade to v8 3.14 api</title>
<updated>2013-02-25T22:45:02+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-02-25T22:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=51f6e6a9b39c15fcfd34976005fc8496430545e1'/>
<id>51f6e6a9b39c15fcfd34976005fc8496430545e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: pass node_isolate to Undefined()</title>
<updated>2013-01-07T16:39:58+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-01-06T23:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7788a6bf85d9dd98eed3ad2cfaf1823fd6f8ae90'/>
<id>7788a6bf85d9dd98eed3ad2cfaf1823fd6f8ae90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: pass node_isolate to True() and False()</title>
<updated>2013-01-07T16:39:57+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-01-06T23:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=109f73b2c08a042bc2d788ba9df9469846dbc533'/>
<id>109f73b2c08a042bc2d788ba9df9469846dbc533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src: pass node_isolate to Integer::New</title>
<updated>2013-01-07T16:39:57+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2013-01-06T22:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=6573fc35022b783d1f93b79dbf127cf2b6c8fc23'/>
<id>6573fc35022b783d1f93b79dbf127cf2b6c8fc23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
