svn commit: r207221 - head/sys/dev/ata

2010-04-26 Thread Alexander Motin
Author: mav Date: Mon Apr 26 11:58:15 2010 New Revision: 207221 URL: http://svn.freebsd.org/changeset/base/207221 Log: Mark ATA channel as idle on timeout in non-ATA_CAM mode. This should fix possible duplicate request completion. Submitted by: mjacob Modified: head/sys/dev/ata/ata-que

svn commit: r207222 - head/sys/cam/ata

2010-04-26 Thread Alexander Motin
Author: mav Date: Mon Apr 26 12:03:55 2010 New Revision: 207222 URL: http://svn.freebsd.org/changeset/base/207222 Log: MFp4: Move PI_TAG_ABLE check from ada driver to ATA XPT. Modified: head/sys/cam/ata/ata_da.c head/sys/cam/ata/ata_xpt.c Modified: head/sys/cam/ata/ata_da.c =

svn commit: r207223 - in head: share/man/man9 sys/kern sys/sys

2010-04-26 Thread Lawrence Stewart
Author: lstewart Date: Mon Apr 26 13:48:22 2010 New Revision: 207223 URL: http://svn.freebsd.org/changeset/base/207223 Log: - Rework the underlying ALQ storage to be a circular buffer, which amongst other things allows variable length messages to be easily supported. - Extend KPI with

svn commit: r207225 - in head: etc/defaults etc/rc.d share/man/man5

2010-04-26 Thread Hajimu UMEMOTO
Author: ume Date: Mon Apr 26 15:31:58 2010 New Revision: 207225 URL: http://svn.freebsd.org/changeset/base/207225 Log: Better handling of ipv6_default_interface using net.inet6.ip6.use_defaultzone=1. Now, it works IPv6 link-local unicast addresses as well as IPv6 link-local multicast addres

Re: svn commit: r207142 - head/sys/ufs/ffs

2010-04-26 Thread pluknet
On 24 April 2010 11:36, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Sat Apr 24 07:36:33 2010 > New Revision: 207142 > URL: http://svn.freebsd.org/changeset/base/207142 > > Log: >  Fix build for UFS without SOFTUPDATES. > > Modified: >  head/sys/ufs/ffs/ffs_softdep.c > > Modified: head/sys/ufs

svn commit: r207240 - head/sys/sparc64/sparc64

2010-04-26 Thread Marius Strobl
Author: marius Date: Mon Apr 26 18:44:30 2010 New Revision: 207240 URL: http://svn.freebsd.org/changeset/base/207240 Log: Skip the pseudo-devices found in Fujitsu Siemens PRIMEPOWER250. Modified: head/sys/sparc64/sparc64/nexus.c Modified: head/sys/sparc64/sparc64/nexus.c

svn commit: r207241 - head/sys/sparc64/isa

2010-04-26 Thread Marius Strobl
Author: marius Date: Mon Apr 26 18:49:06 2010 New Revision: 207241 URL: http://svn.freebsd.org/changeset/base/207241 Log: - Add a missing const. - Map the NS16550 found in Fujitsu Siemens PRIMEPOWER250 to PNP0501 as well. Modified: head/sys/sparc64/isa/isa.c Modified: head/sys/sparc64/isa/

svn commit: r207242 - head/sys/dev/bge

2010-04-26 Thread Marius Strobl
Author: marius Date: Mon Apr 26 18:56:06 2010 New Revision: 207242 URL: http://svn.freebsd.org/changeset/base/207242 Log: For the on-board interfaces found in Fujitsu SPARC64 machines obtain the MAC address via OFW as well. Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_

svn commit: r207243 - in head/sys: sparc64/include sparc64/sparc64 sun4v/include

2010-04-26 Thread Marius Strobl
Author: marius Date: Mon Apr 26 19:13:10 2010 New Revision: 207243 URL: http://svn.freebsd.org/changeset/base/207243 Log: Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but for obtaining the initiator ID to be used for SPI controllers from the Open Firmware device tree. Modifi

svn commit: r207247 - head/usr.bin/gzip

2010-04-26 Thread Xin LI
Author: delphij Date: Mon Apr 26 20:05:48 2010 New Revision: 207247 URL: http://svn.freebsd.org/changeset/base/207247 Log: Add a signal handler for SIGINT which removes output file when necessary. While I'm there, move unlink_input() slightly down to after closing the output file, in unco

svn commit: r207248 - head/sys/sparc64/sparc64

2010-04-26 Thread Marius Strobl
Author: marius Date: Mon Apr 26 20:19:49 2010 New Revision: 207248 URL: http://svn.freebsd.org/changeset/base/207248 Log: Don't bother enabling interrupts before we're ready to handle them. This prevents the firmware of Fujitsu Siemens PRIMEPOWER250, which both causes stray interrupts and er

Re: svn commit: r207247 - head/usr.bin/gzip

2010-04-26 Thread Alexander Best
while you're at it could you correct this typo? thanks. -- Alexander Best Index: usr.bin/gzip/gzip.1 === --- usr.bin/gzip/gzip.1 (revision 207185) +++ usr.bin/gzip/gzip.1 (working copy) @@ -218,7 +218,7 @@ .An Xin LI Aq delp...@free

svn commit: r207251 - head/sys/dev/ale

2010-04-26 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 26 21:08:15 2010 New Revision: 207251 URL: http://svn.freebsd.org/changeset/base/207251 Log: It seems ale(4) controllers do not like to see TCP payload in the first descriptor in TSO case. Otherwise controller can generate bad frames during TSO. To address it, m

Re: svn commit: r207206 - head/bin/sh

2010-04-26 Thread Andrey Chernov
On Sun, Apr 25, 2010 at 08:43:19PM +, Jilles Tjoelker wrote: > Author: jilles > Date: Sun Apr 25 20:43:19 2010 > New Revision: 207206 > URL: http://svn.freebsd.org/changeset/base/207206 > > Log: > sh: Use stalloc for arith variable names. > > This is simpler than the custom memory track

svn commit: r207260 - head/usr.sbin/config

2010-04-26 Thread Warner Losh
Author: imp Date: Tue Apr 27 05:04:32 2010 New Revision: 207260 URL: http://svn.freebsd.org/changeset/base/207260 Log: Move checking the version up from Makefile generation to just after we've parsed the config file. Makefile generation is too late if we've introduce changes to the syntax o

svn commit: r207262 - head/sys/i386/xen

2010-04-26 Thread Alan Cox
Author: alc Date: Tue Apr 27 05:35:35 2010 New Revision: 207262 URL: http://svn.freebsd.org/changeset/base/207262 Log: MFi386 r207205 Clearing a page table entry's accessed bit (PG_A) and setting the page's PG_REFERENCED flag in pmap_protect() can't really be justified, so don't do i

svn commit: r207263 - head/usr.sbin/config

2010-04-26 Thread Warner Losh
Author: imp Date: Tue Apr 27 05:38:26 2010 New Revision: 207263 URL: http://svn.freebsd.org/changeset/base/207263 Log: Redo how we add compat options so as to be compatible with old versions of config. Remove support for the syntax OLD = NEW form the options file, and instead have a new fil

svn commit: r207265 - head/usr.sbin/config

2010-04-26 Thread Warner Losh
Author: imp Date: Tue Apr 27 06:14:30 2010 New Revision: 207265 URL: http://svn.freebsd.org/changeset/base/207265 Log: Require the option that's mapped be listed in the options file. This will allow people with old config options to either have it just work (if config is new enough), or get