<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/ruby-posix-spawn, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-06-09T08:03:17Z</updated>
<entry>
<title>Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.</title>
<updated>2012-06-09T08:03:17Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2012-06-09T08:03:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3fa2ffa348789220fcc0c3c0327e7e49df79ee57'/>
<id>urn:sha1:3fa2ffa348789220fcc0c3c0327e7e49df79ee57</id>
<content type='text'>
(see pkgsrc-bulk)
</content>
</entry>
<entry>
<title>Fix COMMENT.</title>
<updated>2012-06-06T21:55:22Z</updated>
<author>
<name>dholland</name>
<email>dholland</email>
</author>
<published>2012-06-06T21:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=491fd4646a0fc11e0f94575b17e41ca893872d7e'/>
<id>urn:sha1:491fd4646a0fc11e0f94575b17e41ca893872d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not for NetBSD-5 release.</title>
<updated>2012-05-21T12:18:04Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2012-05-21T12:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f6197c7ceb0bee504f12298a0066956de3b5e0bb'/>
<id>urn:sha1:f6197c7ceb0bee504f12298a0066956de3b5e0bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Allow build on NetBSD 5.99.65 and later.</title>
<updated>2012-02-14T12:23:58Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-02-14T12:23:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f207fb7f6c2f1607339dff2163b3ac4f5505dc37'/>
<id>urn:sha1:f207fb7f6c2f1607339dff2163b3ac4f5505dc37</id>
<content type='text'>
- Correct CATEGORIES from textproc to devel.
</content>
</entry>
<entry>
<title>ruby-posix-spawn cannot be built on NetBSD, which doesn't have</title>
<updated>2011-09-16T05:34:31Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2011-09-16T05:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d19f2b341a41d7fed29aa3b5ff0b0ffdf238e714'/>
<id>urn:sha1:d19f2b341a41d7fed29aa3b5ff0b0ffdf238e714</id>
<content type='text'>
posix_spawn().

Noted by joerg@.
</content>
</entry>
<entry>
<title>Import ruby19-posix-spawn-0.3.6 as devel/ruby-posix-spawn.</title>
<updated>2011-08-21T04:57:36Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2011-08-21T04:57:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08d69566515f9ecf1f0513f48fe55de307901f55'/>
<id>urn:sha1:08d69566515f9ecf1f0513f48fe55de307901f55</id>
<content type='text'>
fork(2) calls slow down as the parent process uses more memory due to
the need to copy page tables.  In many common uses of fork(), where it
is followed by one of the exec family of functions to spawn child
processes (Kernel#system, IO::popen, Process::spawn, etc.), it's
possible to remove this overhead by using the use of special process
spawning interfaces (posix_spawn(), vfork(), etc.)

The posix-spawn library aims to implement a subset of the Ruby 1.9
Process::spawn interface in a way that takes advantage of fast process
spawning interfaces when available and provides sane fallbacks on
systems that do not.
</content>
</entry>
</feed>
