<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp">
    <title>gmane.os.netbsd.devel.smp</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/596"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/595"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/594"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/593"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/592"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/591"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/590"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/589"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/596">
    <title>Performance Monitoring Counters (PMC, PERFCTRS) and SMP?</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/596</link>
    <description>&lt;pre&gt;Is anyone by any chance working on SMP support for PMC / PERFCTRS?

Apparently FreeBSD is now able to support PMC on SMP machines, but I
can't find any hint of anything related for NetBSD.

I ask mostly because I'm flustered by getrusage(2) being as good as
useless for even the most basic of benchmarking purposes, and
gettimeofday() also being useless in a multi-user environment.

I guess a second question might be if anyone's thought of pulling over
FreeBSD's fix, or re-implementing something similar, to at least make
getrusage() monotonic?

(on a related note, does anyone know of any decent CPU measurement tool
for use inside a process on OS X?  getrusage() is broken there too.)

&lt;/pre&gt;</description>
    <dc:creator>Greg A. Woods</dc:creator>
    <dc:date>2011-10-16T03:32:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/595">
    <title>Re: state of NetBSD SMP</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/595</link>
    <description>&lt;pre&gt; &amp;gt; &amp;gt; Actually the network code is probably much harder ...
 &amp;gt; 
 &amp;gt; But, I'd argue, much more urgently needed than the TTY code. How
 &amp;gt; many bits get moved, as a percentage of system total, through each
 &amp;gt; subsystem?

indeed on both points, but I have no experience at all with the
network code and so I'm probably not doing it regardless...

&lt;/pre&gt;</description>
    <dc:creator>David Holland</dc:creator>
    <dc:date>2010-04-28T20:21:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/594">
    <title>Re: state of NetBSD SMP</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/594</link>
    <description>&lt;pre&gt;
On Apr 28, 2010, at 05:43 , David Laight wrote:


But, I'd argue, much more urgently needed than the TTY code. How many bits get moved, as a percentage of system total, through each subsystem?

Erik &amp;lt;fair&amp;lt; at &amp;gt;netbsd.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Erik Fair</dc:creator>
    <dc:date>2010-04-28T15:54:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/593">
    <title>Re: state of NetBSD SMP</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/593</link>
    <description>&lt;pre&gt;
Ditto :-)

Actually the network code is probably much harder ...

David

&lt;/pre&gt;</description>
    <dc:creator>David Laight</dc:creator>
    <dc:date>2010-04-28T12:43:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/592">
    <title>Re: state of NetBSD SMP</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/592</link>
    <description>&lt;pre&gt; &amp;gt; &amp;gt; So, what's the current state of NetBSD SMP, i.e. how many kernel  
 &amp;gt; &amp;gt; subsystems do we still have to get out from under the big lock?
 &amp;gt; 
 &amp;gt; No idea about total count, but top three of next things to attack:
 &amp;gt; 
 &amp;gt;  - audio (there is a branch, supposedly ~50% done)
 &amp;gt;  - networking
 &amp;gt;  - tty (noone dares to touch it?)

I dare, but my hands are full :(

&lt;/pre&gt;</description>
    <dc:creator>David Holland</dc:creator>
    <dc:date>2010-04-20T15:47:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/591">
    <title>Re: state of NetBSD SMP</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/591</link>
    <description>&lt;pre&gt;
No idea about total count, but top three of next things to attack:

 - audio (there is a branch, supposedly ~50% done)
 - networking
 - tty (noone dares to touch it?)

Martin

&lt;/pre&gt;</description>
    <dc:creator>Martin Husemann</dc:creator>
    <dc:date>2010-04-19T18:17:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/590">
    <title>state of NetBSD SMP</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/590</link>
    <description>&lt;pre&gt;So, what's the current state of NetBSD SMP, i.e. how many kernel  
subsystems do we still have to get out from under the big lock?

curious,

Erik &amp;lt;fair&amp;lt; at &amp;gt;netbsd.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Erik Fair</dc:creator>
    <dc:date>2010-04-19T16:49:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.netbsd.devel.smp/589">
    <title>now you can market directly to doctors with our lists</title>
    <link>http://permalink.gmane.org/gmane.os.netbsd.devel.smp/589</link>
    <description>&lt;pre&gt;Many of Medical &amp;amp; Business lists are on sale too

Just email me here:Vern&amp;lt; at &amp;gt;datalowprice.co.cc

I'll get you all the details and samples.




to terminate please send a blank message to stopping&amp;lt; at &amp;gt;datalowprice.co.cc

&lt;/pre&gt;</description>
    <dc:creator>Tanisha rogue</dc:creator>
    <dc:date>2010-03-18T21:16:23</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.netbsd.devel.smp">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.netbsd.devel.smp</link>
  </textinput>
</rdf:RDF>
