<?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://blog.gmane.org/gmane.os.openbsd.cvs">
    <title>gmane.os.openbsd.cvs</title>
    <link>http://blog.gmane.org/gmane.os.openbsd.cvs</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://comments.gmane.org/gmane.os.openbsd.cvs/112404"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112403"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112401"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112399"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112396"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112395"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112394"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112393"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112392"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112391"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112389"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112388"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112386"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.openbsd.cvs/112385"/>
      </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://comments.gmane.org/gmane.os.openbsd.cvs/112404">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112404</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:schwarze&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 14:53:17

Modified files:
usr.bin/mandoc : tbl_term.c 

Log message:
Correct width of horizontal spans; relevant in case of centered or
flush right text, for boxes, and when more columns follow the span.

Issue found by sthen&amp;lt; at &amp;gt; in the net/arp-scan(1) port manual.


&lt;/pre&gt;</description>
    <dc:creator>Ingo Schwarze</dc:creator>
    <dc:date>2012-05-26T20:53:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112403">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112403</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:schwarze&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 14:03:34

Modified files:
usr.bin/mandoc : mandoc.h out.c tbl_data.c tbl_html.c 
                 tbl_layout.c tbl_term.c 

Log message:
Do not handle vertical lines as additional tbl(7) columns,
instead save their properties with the following column.
This simplifies layout parsing and saves a lot of code
related to column handling.

At output time, print all white space and vertical lines
separating columns before printing the following column,
and none after printing the preceding column, considerably
simplifying white space handling and width calculations.

No functional change, but it saves 150 lines of code,
and it allows the next patch to tbl_term.c, tbl_literal().


&lt;/pre&gt;</description>
    <dc:creator>Ingo Schwarze</dc:creator>
    <dc:date>2012-05-26T20:03:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112402">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112402</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:kettenis&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 13:30:54

Modified files:
sys/dev/pci/drm: i915_drv.c i915_drv.h 
Added files:
sys/dev/pci/drm: i915_reg.h 

Log message:
Split out the register definitions into its own file to make it possible to
diff it against he Linux kernel sources.  Fix a few cases where definitions
were renamed over in Linux-land.  The current Linux source doesn't define
HWS_PGA_GEN6, so get rid of its usage.


&lt;/pre&gt;</description>
    <dc:creator>Mark Kettenis</dc:creator>
    <dc:date>2012-05-26T19:30:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112401">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112401</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:miod&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 11:10:07

Modified files:
sys/arch/sgi/conf: GENERIC-IP22 RAMDISK-IP22 GENERIC-IP28 
                   RAMDISK-IP28 

Log message:
Be more strict when specifying hpc child device attachments: specific
onboard devices need only attach to hpc0 instead of hpc?.
While there, remove hpc1 and hpc2 attachment from IP28 configurations, as these
can not exist on Indigo2 systems.


&lt;/pre&gt;</description>
    <dc:creator>Miod Vallat</dc:creator>
    <dc:date>2012-05-26T17:10:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112400">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112400</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:joel&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 08:45:55

Modified files:
usr.sbin/snmpd : mib.c pf.c 

Log message:
Plug some leaks when certain error conditions are met.
From Gerhard Roth via tech&amp;lt; at &amp;gt;

ok krw&amp;lt; at &amp;gt; sthen&amp;lt; at &amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Joel Knight</dc:creator>
    <dc:date>2012-05-26T14:45:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112399">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112399</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:espie&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 04:27:06

Modified files:
usr.sbin/pkg_add: pkg_mklocatedb 

Log message:
fix class hierarchy errors: print all Action (includes &amp;lt; at &amp;gt;newuser, &amp;lt; at &amp;gt;newgroup,
&amp;lt; at &amp;gt;sysctl), but only use {expanded} for exec-like actions.

2 passes over plists: one to set header, 2nd one to build the list.
slightly cleaner


&lt;/pre&gt;</description>
    <dc:creator>Marc Espie</dc:creator>
    <dc:date>2012-05-26T10:27:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112398">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112398</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:jasper&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 03:15:38

Modified files:
share/man/man5 : port-modules.5 

Log message:
sync


&lt;/pre&gt;</description>
    <dc:creator>Jasper Lievisse Adriaanse</dc:creator>
    <dc:date>2012-05-26T09:15:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112397">
    <title>CVS: cvs.openbsd.org: www</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112397</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:www
Changes by:ajacoutot&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/26 02:43:44

Modified files:
cs             : donations.html events.html index.html plat.html 
                 security.html 
de             : ftp.html 
faq/cs         : faq1.html faq2.html faq3.html faq9.html 
                 index.html 
faq/de         : faq14.html 
faq/fr         : current.html faq1.html faq10.html faq11.html 
                 faq12.html faq13.html faq15.html faq2.html 
                 faq3.html faq4.html faq5.html faq6.html 
                 faq7.html faq8.html faq9.html index.html 
faq/nl         : faq10.html faq14.html faq8.html 
faq/pf/cs      : config.html filter.html index.html macros.html 
                 tables.html 
nl             : ftp.html 
openbgpd/de    : ftp.html 
openbgpd/fr    : ftp.html 
openntpd/de    : ftp.html portable.html 
openntpd/fr    : ftp.html 
openssh/cs     : index.html 
openssh/de     : ftp.html portable.html specs.html 
openssh/fr     : ftp.html 
openssh/nl     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


&lt;/pre&gt;</description>
    <dc:creator>Antoine Jacoutot</dc:creator>
    <dc:date>2012-05-26T08:43:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112396">
    <title>CVS: cvs.openbsd.org: www</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112396</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:www
Changes by:jmc&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 14:27:35

Modified files:
faq            : faq10.html 

Log message:
recommend rsa4096 and sha256; from Nicolai
ok millert nick


&lt;/pre&gt;</description>
    <dc:creator>Jason McIntyre</dc:creator>
    <dc:date>2012-05-25T20:27:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112395">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112395</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:jmc&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 13:25:38

Modified files:
share/man/man8 : ssl.8 

Log message:
recommend rsa4096 and sha256; from Nicolai
ok millert


&lt;/pre&gt;</description>
    <dc:creator>Jason McIntyre</dc:creator>
    <dc:date>2012-05-25T19:25:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112394">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112394</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:miod&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 12:17:20

Modified files:
sys/arch/sgi/localbus: imc.c imcreg.h 

Log message:
On IP28, silently acknowledge bus errors which can be attributed to
speculative execution, while in kernel mode, attempting to access bogus
physical address through CKSEG[01] or XKPHYS. Surprisingly enough, an IP28
system can boot multiuser without triggering any such error; they will only
show up if there is a lot of I/O (and thus, context switching).


&lt;/pre&gt;</description>
    <dc:creator>Miod Vallat</dc:creator>
    <dc:date>2012-05-25T18:17:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112393">
    <title>CVS: cvs.openbsd.org: www</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112393</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:www
Changes by:miod&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 12:10:29

Modified files:
.              : sgi.html 

Log message:
I'm afraid I couldn't help but make the IP28 system which arrived this morning
run multiuser. It's currently busy baking a muild.


&lt;/pre&gt;</description>
    <dc:creator>Miod Vallat</dc:creator>
    <dc:date>2012-05-25T18:10:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112392">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112392</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:miod&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 11:40:35

Modified files:
distrib/notes/sgi: contents hardware install prep 

Log message:
IP28 bits. Also explain how to boot from the CD-ROM manually if the PROM
can't manage to use it from the `install system software' menu.


&lt;/pre&gt;</description>
    <dc:creator>Miod Vallat</dc:creator>
    <dc:date>2012-05-25T17:40:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112391">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112391</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:miod&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 11:32:38

Modified files:
distrib/sgi/cdfs: Makefile 
distrib/sgi/iso: Makefile 
distrib/sgi/ramdisk: Makefile list 
etc/etc.sgi    : Makefile.inc disktab 

Log message:
Hook sgi IP28 kernels into the build. While there, update the iso images to
provide IP22 and IP28 kernels, as well as the ECOFF bootblock.

No objection from deraadt&amp;lt; at &amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Miod Vallat</dc:creator>
    <dc:date>2012-05-25T17:32:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112390">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112390</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:miod&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 11:11:40

Modified files:
sys/arch/sparc/dev: zs.c 

Log message:
Correctly handle the case of a system setup to use glass console, which
frame buffer has been removed, but which keyboard is left plugged in.
The PROM will select a `keyboard input, serial output' console, which was
being recognized as glass console by the kernel. The kernel would then
reset the serial chip at zstty attach time, while still using the PROM
output routines at this point, and hang.

Fix this by paying attention to split input/output setups and always falling
back to serial console in this case.

ok kettenis&amp;lt; at &amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Miod Vallat</dc:creator>
    <dc:date>2012-05-25T17:11:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112389">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112389</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:jmc&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 11:10:56

Modified files:
lib/libpcap    : pcap.3 

Log message:
tweak previous; ok sthen lteo


&lt;/pre&gt;</description>
    <dc:creator>Jason McIntyre</dc:creator>
    <dc:date>2012-05-25T17:10:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112388">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112388</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:lum&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 10:49:05

Modified files:
usr.bin/mg     : tutorial 

Log message:
full-stops mainly.


&lt;/pre&gt;</description>
    <dc:creator>Mark Lumsden</dc:creator>
    <dc:date>2012-05-25T16:49:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112387">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112387</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:lum&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 09:41:09

Modified files:
usr.bin/mg     : mg.1 

Log message:
Be consistent on how we describe key-strokes: UP-low (c-H -&amp;gt; C-h)


&lt;/pre&gt;</description>
    <dc:creator>Mark Lumsden</dc:creator>
    <dc:date>2012-05-25T15:41:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112386">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112386</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:lum&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 09:29:13

Modified files:
usr.bin/mg     : README tutorial 

Log message:
Move the windows section in the tutorial to a more sensible place
(next to buffers) and move the mg history into the README file which
seems a more sensible place as well.


&lt;/pre&gt;</description>
    <dc:creator>Mark Lumsden</dc:creator>
    <dc:date>2012-05-25T15:29:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112385">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112385</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:lum&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 09:14:39

Modified files:
usr.bin/mg     : basic.c 

Log message:
When paging down a buffer (C-v) stop earlier before having the last
line as the top line in the window. This emulates emacs behaviour.


&lt;/pre&gt;</description>
    <dc:creator>Mark Lumsden</dc:creator>
    <dc:date>2012-05-25T15:14:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.openbsd.cvs/112384">
    <title>CVS: cvs.openbsd.org: src</title>
    <link>http://comments.gmane.org/gmane.os.openbsd.cvs/112384</link>
    <description>&lt;pre&gt;CVSROOT:/cvs
Module name:src
Changes by:espie&amp;lt; at &amp;gt;cvs.openbsd.org2012/05/25 08:08:48

Modified files:
usr.bin/sqlite3: shell.c 

Log message:
grr... another C99-only assignment.


&lt;/pre&gt;</description>
    <dc:creator>Marc Espie</dc:creator>
    <dc:date>2012-05-25T14:08:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.openbsd.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.openbsd.cvs</link>
  </textinput>
</rdf:RDF>

