<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>http://sgv-mercurial-02.ethz.ch/</link>
    <language>en-us</language>

    <title>Barrelfish Changelog</title>
    <description>Barrelfish Changelog</description>
    <item>
    <title>adding a tag for release 2012-03-02</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/b8f91be7c881</guid>
    <description><![CDATA[adding a tag for release 2012-03-02]]></description>
    <author>&#83;&#116;&#101;&#102;&#97;&#110;&#32;&#75;&#228;&#115;&#116;&#108;&#101;&#32;&#60;&#115;&#116;&#101;&#102;&#97;&#110;&#46;&#107;&#97;&#101;&#115;&#116;&#108;&#101;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Fri, 02 Mar 2012 09:46:13 +0100</pubDate>
</item>
<item>
    <title>Corrected include path for errno.h</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/4313caef0c80</guid>
    <description><![CDATA[Corrected include path for errno.h]]></description>
    <author>&#83;&#116;&#101;&#102;&#97;&#110;&#32;&#75;&#228;&#115;&#116;&#108;&#101;&#32;&#60;&#115;&#116;&#101;&#102;&#97;&#110;&#46;&#107;&#97;&#101;&#115;&#116;&#108;&#101;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Thu, 01 Mar 2012 17:56:31 +0100</pubDate>
</item>
<item>
    <title>Added missing include</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/bb5452c580b0</guid>
    <description><![CDATA[Added missing include]]></description>
    <author>&#83;&#116;&#101;&#102;&#97;&#110;&#32;&#75;&#228;&#115;&#116;&#108;&#101;&#32;&#60;&#115;&#116;&#101;&#102;&#97;&#110;&#46;&#107;&#97;&#101;&#115;&#116;&#108;&#101;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Thu, 01 Mar 2012 13:45:08 +0100</pubDate>
</item>
<item>
    <title>Fixed pci to use PAGE_CNODE_BITS instead of 8 for size_bits in its phyaddr cnoderef.</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/dbab21479435</guid>
    <description><![CDATA[Fixed pci to use PAGE_CNODE_BITS instead of 8 for size_bits in its phyaddr cnoderef.]]></description>
    <author>&#83;&#105;&#109;&#111;&#110;&#32;&#71;&#101;&#114;&#98;&#101;&#114;&#32;&#60;&#115;&#105;&#109;&#117;&#103;&#101;&#114;&#98;&#101;&#114;&#64;&#115;&#116;&#117;&#100;&#101;&#110;&#116;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Wed, 29 Feb 2012 16:55:23 +0100</pubDate>
</item>
<item>
    <title>Changed caps_create_new for initial cnodes in kernel/startup.c to use DEFAULT_CNODE_BITS as value for &quot;objbits&quot;</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/31f49a4a9012</guid>
    <description><![CDATA[Changed caps_create_new for initial cnodes in kernel/startup.c to use DEFAULT_CNODE_BITS as value for &quot;objbits&quot;]]></description>
    <author>&#83;&#105;&#109;&#111;&#110;&#32;&#71;&#101;&#114;&#98;&#101;&#114;&#32;&#60;&#115;&#105;&#109;&#117;&#103;&#101;&#114;&#98;&#101;&#114;&#64;&#115;&#116;&#117;&#100;&#101;&#110;&#116;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Wed, 29 Feb 2012 16:55:19 +0100</pubDate>
</item>
<item>
    <title>montor: reclaim_memory(): protect against get_mem_client() returning NULL</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/88c1723c5892</guid>
    <description><![CDATA[montor: reclaim_memory(): protect against get_mem_client() returning NULL<br/>
<br/>
Recently (not sure what change triggered it), reclaim_memory() was failing due<br/>
to get_mem_client() returning NULL. AFAICS a normal mem client is defined only<br/>
for the bsp core, not for the app cores. Add a check in reclaim_memory().]]></description>
    <author>&#75;&#111;&#114;&#110;&#105;&#108;&#105;&#111;&#115;&#32;&#75;&#111;&#117;&#114;&#116;&#105;&#115;&#32;&#60;&#107;&#107;&#111;&#117;&#114;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Sun, 26 Feb 2012 13:40:13 +0100</pubDate>
</item>
<item>
    <title>newlib: add support for long {long,double} in format strings</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/1dd539da0938</guid>
    <description><![CDATA[newlib: add support for long {long,double} in format strings]]></description>
    <author>&#75;&#111;&#114;&#110;&#105;&#108;&#105;&#111;&#115;&#32;&#75;&#111;&#117;&#114;&#116;&#105;&#115;&#32;&#60;&#107;&#107;&#111;&#117;&#114;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Sat, 25 Feb 2012 12:09:15 +0100</pubDate>
</item>
<item>
    <title>newlib: make it default and add oldc builds to harness</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/504e5f9aa1fe</guid>
    <description><![CDATA[newlib: make it default and add oldc builds to harness]]></description>
    <author>&#75;&#111;&#114;&#110;&#105;&#108;&#105;&#111;&#115;&#32;&#75;&#111;&#117;&#114;&#116;&#105;&#115;&#32;&#60;&#107;&#107;&#111;&#117;&#114;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Fri, 24 Feb 2012 18:39:09 +0100</pubDate>
</item>
<item>
    <title>newlib: build scc/arm/xscale</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/d52c6a4d5295</guid>
    <description><![CDATA[newlib: build scc/arm/xscale<br/>
<br/>
- mostly format changes<br/>
- some argument changes]]></description>
    <author>&#75;&#111;&#114;&#110;&#105;&#108;&#105;&#111;&#115;&#32;&#75;&#111;&#117;&#114;&#116;&#105;&#115;&#32;&#60;&#107;&#107;&#111;&#117;&#114;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Fri, 24 Feb 2012 18:27:46 +0100</pubDate>
</item>
<item>
    <title>newlib: use oldc malloc for newlib</title>
    <guid isPermaLink="true">http://sgv-mercurial-02.ethz.ch/rev/1ce03de654e1</guid>
    <description><![CDATA[newlib: use oldc malloc for newlib<br/>
<br/>
I've tried three versions:<br/>
 - sbrk:      use newlib's malloc that's based on sbrk(), by providing an<br/>
              sbrk() function (taken from posixcompat)<br/>
 - dlmalloc:  use lib/dmalloc<br/>
 - oldmalloc: use malloc and friends from oldc<br/>
<br/>
Only the third options seems to work for phases benchmark, but for future<br/>
reference I decided to keep the other two. You can configure them using<br/>
Config.newlib_malloc.]]></description>
    <author>&#75;&#111;&#114;&#110;&#105;&#108;&#105;&#111;&#115;&#32;&#75;&#111;&#117;&#114;&#116;&#105;&#115;&#32;&#60;&#107;&#107;&#111;&#117;&#114;&#116;&#64;&#105;&#110;&#102;&#46;&#101;&#116;&#104;&#122;&#46;&#99;&#104;&#62;</author>
    <pubDate>Fri, 24 Feb 2012 16:47:08 +0100</pubDate>
</item>

  </channel>
</rss>
