Re: svn commit: r185356 - head/sys/dev/ixgbe

2008-11-28 Thread Bruce Evans
On Thu, 27 Nov 2008, [utf-8] Dag-Erling Sm??rgrav wrote: M. Warner Losh [EMAIL PROTECTED] writes: I personally really dislike the style (and yes, I know all the arguments for it). If you really want something that complex inside a block to need block scoped variables, then that really argues

svn commit: r185381 - head/sys/conf

2008-11-28 Thread Bjoern A. Zeeb
Author: bz Date: Fri Nov 28 12:23:02 2008 New Revision: 185381 URL: http://svn.freebsd.org/changeset/base/185381 Log: Add a reference to hwpmc_core.c most likely missed in r185363 to try to unbreak universe (untested). Modified: head/sys/conf/files.pc98 Modified: head/sys/conf/files.pc98

svn commit: r185400 - head/usr.bin/netstat

2008-11-28 Thread George V. Neville-Neil
Author: gnn Date: Fri Nov 28 18:35:14 2008 New Revision: 185400 URL: http://svn.freebsd.org/changeset/base/185400 Log: Fix a printing problem when using the -L flag to netstat caused by adding the -x flag earlier. Submitted by: Anton Yuzhaninov MFC after:3 days Modified:

svn commit: r185401 - head/bin/sh

2008-11-28 Thread Stefan Farfeleder
Author: stefanf Date: Fri Nov 28 18:55:42 2008 New Revision: 185401 URL: http://svn.freebsd.org/changeset/base/185401 Log: Report error messages of the builtins 'type' and 'command -V' to stderr instead of stdout. Noticed by: Zajcev Evgeny Modified: head/bin/sh/exec.c Modified:

svn commit: r185402 - head/tools/regression/bin/sh/builtins

2008-11-28 Thread Stefan Farfeleder
Author: stefanf Date: Fri Nov 28 18:59:04 2008 New Revision: 185402 URL: http://svn.freebsd.org/changeset/base/185402 Log: Update for 185401, errors now go to stderr. Added: head/tools/regression/bin/sh/builtins/type1.0.stderr (props changed) - copied unchanged from r181018,

svn commit: r185403 - head

2008-11-28 Thread Warner Losh
Author: imp Date: Fri Nov 28 19:21:10 2008 New Revision: 185403 URL: http://svn.freebsd.org/changeset/base/185403 Log: Add missing 'THE'. This was discussed with core@ in the larger context of making this text match the OSL text, but the changes that OSL silently made to the license to

svn commit: r185405 - head/share/misc

2008-11-28 Thread Maxim Konovalov
Author: maxim Date: Fri Nov 28 19:35:48 2008 New Revision: 185405 URL: http://svn.freebsd.org/changeset/base/185405 Log: o FreeBSD 6.4-RELEASE added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r185408 - in stable/7/lib/libarchive: . test

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Fri Nov 28 20:08:47 2008 New Revision: 185408 URL: http://svn.freebsd.org/changeset/base/185408 Log: MFC 182590,182778,182779,184109: Support for certain archive_entry attributes to be explicitly unset. This fixes a number of issues: * Zip archives with length at

svn commit: r185409 - in releng/7.1/lib/libarchive: . test

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Fri Nov 28 20:09:48 2008 New Revision: 185409 URL: http://svn.freebsd.org/changeset/base/185409 Log: MFC 182590,182778,182779,184109: Support for certain archive_entry attributes to be explicitly unset. This fixes a number of issues: * Zip archives with length at

svn commit: r185411 - releng/7.1/usr.bin/tar

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Fri Nov 28 20:14:41 2008 New Revision: 185411 URL: http://svn.freebsd.org/changeset/base/185411 Log: MFC r185359: Non-zero exit when directories disappear during the filesystem traversal. Tested by:David Wolfskill Approved by: re Modified:

svn commit: r185414 - stable/6/sys/conf

2008-11-28 Thread Ken Smith
Author: kensmith Date: Fri Nov 28 22:06:31 2008 New Revision: 185414 URL: http://svn.freebsd.org/changeset/base/185414 Log: 6.4-RELEASE is done so shift stable/6 over to 6.4-STABLE. Approved by: re (implicit) Modified: stable/6/sys/conf/newvers.sh Modified:

svn commit: r185415 - svnadmin/conf

2008-11-28 Thread Ken Smith
Author: kensmith Date: Fri Nov 28 22:10:15 2008 New Revision: 185415 URL: http://svn.freebsd.org/changeset/base/185415 Log: Open stable/6 to normal developer activity. I had originally planned to do that much sooner but wound up holding it this long because of the new world order with SVN.

svn commit: r185419 - in head/sys: contrib/ipfilter/netinet net netgraph netinet netinet6 netipsec sys

2008-11-28 Thread Marko Zec
Author: zec Date: Fri Nov 28 23:30:51 2008 New Revision: 185419 URL: http://svn.freebsd.org/changeset/base/185419 Log: Unhide declarations of network stack virtualization structs from underneath #ifdef VIMAGE blocks. This change introduces some churn in #include ordering and nesting

svn commit: r185420 - head/sys/netinet

2008-11-28 Thread Marko Zec
Author: zec Date: Fri Nov 28 23:39:25 2008 New Revision: 185420 URL: http://svn.freebsd.org/changeset/base/185420 Log: Add an essential .h file that skipped from the last commit (r185419). Pointy hat #1 on... Pointed out by: bz Added: head/sys/netinet/tcp_hostcache.h

svn commit: r185421 - head/sys/dev/mii

2008-11-28 Thread Bjoern A. Zeeb
Author: bz Date: Fri Nov 28 23:44:13 2008 New Revision: 185421 URL: http://svn.freebsd.org/changeset/base/185421 Log: Renamed the FRAMELEN macro to TRUEPHY_FRAMELEN as for powerpc it seems to be possible to collide with FRAMELEN from machine/frame.h. Found by: zec Modified:

svn commit: r185422 - head/sbin/mount_msdosfs

2008-11-28 Thread Warner Losh
Author: imp Date: Sat Nov 29 02:28:05 2008 New Revision: 185422 URL: http://svn.freebsd.org/changeset/base/185422 Log: Noticed the following error message: mount_msdosfs: /dev/cf0s1: : Operation not supported by device and thought I'd fix it to be: mount_msdosfs: /dev/cf0s1:

svn commit: r185423 - stable/7/sys/fs/cd9660

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Sat Nov 29 03:17:29 2008 New Revision: 185423 URL: http://svn.freebsd.org/changeset/base/185423 Log: MFC r185361: timezone value is signed PR: kern/128934 Submitted by: J.R. Oldroyd Approved by: re Modified: stable/7/sys/fs/cd9660/cd9660_node.c

svn commit: r185424 - releng/7.1/sys/fs/cd9660

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Sat Nov 29 03:21:25 2008 New Revision: 185424 URL: http://svn.freebsd.org/changeset/base/185424 Log: MFC r185361: Timezone value is signed. PR: kern/128934 Submitted by: J.R. Oldroyd Approved by: re Modified: releng/7.1/sys/fs/cd9660/cd9660_node.c

svn commit: r185425 - releng/7.1/sys/fs/cd9660

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Sat Nov 29 05:08:49 2008 New Revision: 185425 URL: http://svn.freebsd.org/changeset/base/185425 Log: MFC r185334: Recognize Rockridge extensions even when the IEEE-standard extension name (as standardized in 1994) is used. PR: kern/128942 Submitted by:

svn commit: r185426 - stable/7/sys/fs/cd9660

2008-11-28 Thread Tim Kientzle
Author: kientzle Date: Sat Nov 29 05:10:30 2008 New Revision: 185426 URL: http://svn.freebsd.org/changeset/base/185426 Log: MFC r185334: Recognize Rockridge extensions even when the IEEE-standard extension name (as standardized in 1994) is used. PR: kern/128942 Submitted by:

svn commit: r185427 - head/sys/mips/include

2008-11-28 Thread Warner Losh
Author: imp Date: Sat Nov 29 05:16:14 2008 New Revision: 185427 URL: http://svn.freebsd.org/changeset/base/185427 Log: Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). The latter two are likely pessimal... Modified: head/sys/mips/include/atomic.h Modified: