<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Niall's Weblog &#187; Porting</title>
	<atom:link href="http://niallohiggins.com/tag/porting/feed/" rel="self" type="application/rss+xml" />
	<link>http://niallohiggins.com</link>
	<description>The website of Niall O'Higgins: A few, immature words</description>
	<lastBuildDate>Fri, 25 Jun 2010 20:39:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Porting software from OpenBSD to Windows</title>
		<link>http://niallohiggins.com/2007/12/08/porting-software-from-openbsd-to-windows/</link>
		<comments>http://niallohiggins.com/2007/12/08/porting-software-from-openbsd-to-windows/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 00:20:14 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[BitTorrent]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Porting]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/2007/12/08/porting-software-from-openbsd-to-windows/</guid>
		<description><![CDATA[Just committed the bits for Unworkable to build under Windows, using Cygwin. The code changes were pretty minimal &#8211; specifically, Cygwin lacks getaddrinfo() &#8211; however this was a relatively simple matter of bundling the KAME implementation (which is BSD licensed) in the source tree and building and linking with that if it wasn&#8217;t found. The [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2007/12/08/porting-software-from-openbsd-to-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting software from OpenBSD to Linux II</title>
		<link>http://niallohiggins.com/2007/11/19/porting-software-from-openbsd-to-linux-ii/</link>
		<comments>http://niallohiggins.com/2007/11/19/porting-software-from-openbsd-to-linux-ii/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 04:55:49 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[BitTorrent]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Porting]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/2007/11/19/porting-software-from-openbsd-to-linux-ii/</guid>
		<description><![CDATA[I wrote the other day about porting software to Linux. I talked about some of the differences between the platforms in terms of the implementation of some well-known C library functions, and hinted at some other incompatibilities. Well, now I&#8217;m going to write about some of the other issues I encountered. There are a number [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2007/11/19/porting-software-from-openbsd-to-linux-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting software from OpenBSD to Linux</title>
		<link>http://niallohiggins.com/2007/10/25/porting-software-from-openbsd-to-linux/</link>
		<comments>http://niallohiggins.com/2007/10/25/porting-software-from-openbsd-to-linux/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 06:11:56 +0000</pubDate>
		<dc:creator>niallo</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[BitTorrent]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Porting]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://niallohiggins.com/2007/10/25/porting-software-from-openbsd-to-linux/</guid>
		<description><![CDATA[I have been making very good progress with my BitTorrent implementation recently. However, I have felt the need to make it compile out of the box under systems other than OpenBSD. The first system I have ported to is Linux, specifically Ubuntu 7.10. In doing the port, I found some interesting differences between OpenBSD and [...]]]></description>
		<wfw:commentRss>http://niallohiggins.com/2007/10/25/porting-software-from-openbsd-to-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
