svn commit: r221151 - stable/8/sys/dev/usb/net

2011-04-27 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 06:57:46 2011 New Revision: 221151 URL: http://svn.freebsd.org/changeset/base/221151 Log: MFC r221077. The maximum NCM frame size must be so that it will generate a short terminated USB transfer if the maximum NCM frame size is greater than what the driv

svn commit: r221150 - stable/8/sys/dev/usb/controller

2011-04-27 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 06:54:38 2011 New Revision: 221150 URL: http://svn.freebsd.org/changeset/base/221150 Log: MFC r221073. Fix for missing EHCI datatoggle change case. Approved by: thompsa Modified: stable/8/sys/dev/usb/controller/ehci.c Directory Properties: stable/8/

svn commit: r221149 - stable/8/sys/dev/sound/usb

2011-04-27 Thread Hans Petter Selasky
Author: hselasky Date: Thu Apr 28 06:51:47 2011 New Revision: 221149 URL: http://svn.freebsd.org/changeset/base/221149 Log: MFC r220900. Only set the sample rate if the USB audio channel reports that it supports the frequency control request. Approved by: thompsa Modified: stable/8/

svn commit: r221145 - in head: sbin/mount_nfs share/man/man5

2011-04-27 Thread Rick Macklem
Author: rmacklem Date: Thu Apr 28 00:20:35 2011 New Revision: 221145 URL: http://svn.freebsd.org/changeset/base/221145 Log: Update man pages related to the change in default NFS client applied by r221124. I also deleted references to idmapd, since that daemon no longer exists. This is a co

svn commit: r221144 - head/sbin/mdconfig

2011-04-27 Thread Dag-Erling Smorgrav
Author: des Date: Wed Apr 27 21:40:49 2011 New Revision: 221144 URL: http://svn.freebsd.org/changeset/base/221144 Log: whitespace nit - sorry for the churn Modified: head/sbin/mdconfig/mdconfig.c Modified: head/sbin/mdconfig/mdconfig.c

svn commit: r221143 - head/sbin/mdconfig

2011-04-27 Thread Dag-Erling Smorgrav
Author: des Date: Wed Apr 27 21:39:59 2011 New Revision: 221143 URL: http://svn.freebsd.org/changeset/base/221143 Log: whitespace nit Modified: head/sbin/mdconfig/mdconfig.c Modified: head/sbin/mdconfig/mdconfig.c ==

svn commit: r221142 - head/lib/libcrypt

2011-04-27 Thread David E. O'Brien
Author: obrien Date: Wed Apr 27 21:33:56 2011 New Revision: 221142 URL: http://svn.freebsd.org/changeset/base/221142 Log: Protect the reachover built symbols after the SHA256/512 crypt(3) addition. Modified: head/lib/libcrypt/Makefile Modified: head/lib/libcrypt/Makefile

svn commit: r221141 - in stable/7/sys/dev: acpica pci

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 21:13:40 2011 New Revision: 221141 URL: http://svn.freebsd.org/changeset/base/221141 Log: MFC 210864: - Retire acpi_pcib_resume(). It is has just been an alias for bus_generic_resume() since the pci_link(4) driver was added. - Change the ACPI PCI-PCI bridge

svn commit: r221140 - in stable/8/sys/dev: acpica pci

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 21:13:20 2011 New Revision: 221140 URL: http://svn.freebsd.org/changeset/base/221140 Log: MFC 210864: - Retire acpi_pcib_resume(). It is has just been an alias for bus_generic_resume() since the pci_link(4) driver was added. - Change the ACPI PCI-PCI bridge

svn commit: r221139 - in head: etc/rc.d sys/fs/nfsclient sys/nfsclient

2011-04-27 Thread Rick Macklem
Author: rmacklem Date: Wed Apr 27 20:42:30 2011 New Revision: 221139 URL: http://svn.freebsd.org/changeset/base/221139 Log: Fix module names and dependencies so the NFS clients will load correctly as modules after r221124. Modified: head/etc/rc.d/nfsclient head/sys/fs/nfsclient/nfs_clvfso

svn commit: r221138 - head/sys/dev/pci

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 20:08:44 2011 New Revision: 221138 URL: http://svn.freebsd.org/changeset/base/221138 Log: Only align MSI message groups based on the number of messages being allocated, not the maximum number of messages the device supports. The spec only requires the former, an

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-27 Thread Warner Losh
see make tinderbox if you want first fail semantics. On Apr 27, 2011, at 1:35 PM, David O'Brien wrote: > On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote: >> For changing WARNS, 'make universe' works well > > I have to disagree. Due to its silent failing, it is only suitable for > w

svn commit: r221135 - in stable/8/sbin: hastctl hastd

2011-04-27 Thread Mikolaj Golub
Author: trociny Date: Wed Apr 27 19:46:57 2011 New Revision: 221135 URL: http://svn.freebsd.org/changeset/base/221135 Log: MFC r220520, r220521, r220522, r220523, r220573, r220744, r220865, r220889, r220890, r220898, r220899: r220520: hastd(8) maintains a map of dirty extents, not

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-27 Thread John Baldwin
On Wednesday, April 27, 2011 3:35:50 pm David O'Brien wrote: > On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote: > > For changing WARNS, 'make universe' works well > > I have to disagree. Due to its silent failing, it is only suitable for > what PHK added it for -- "what if" changes.

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-27 Thread David O'Brien
On Tue, Apr 26, 2011 at 07:27:11AM -0600, Warner Losh wrote: > I read the test log as "not really tested, feel free to back it out if > it fails on a different architecture" Irregardless of the reasons for a build break -- one should feel free to fix or back the change out until the change can be

svn commit: r221134 - in head/sys: conf netinet

2011-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 27 19:36:35 2011 New Revision: 221134 URL: http://svn.freebsd.org/changeset/base/221134 Log: MfP4 CH=192029: Expose ip_icmp.c to INET6 as well and only export badport_bandlim() along with the two sysctls in the non-INET case. The bandlim types work for all cases

svn commit: r221133 - in stable/8/sys: mips/alchemy mips/sibyte powerpc/booke

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 19:36:00 2011 New Revision: 221133 URL: http://svn.freebsd.org/changeset/base/221133 Log: MFC: Various small compile nits found by make universe that are in already merged changes or larger changes not suitable for MFC. Modified: stable/8/sys/mips/alchemy/obio.c

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-27 Thread David O'Brien
On Wed, Apr 27, 2011 at 10:48:33AM -0400, John Baldwin wrote: > For changing WARNS, 'make universe' works well I have to disagree. Due to its silent failing, it is only suitable for what PHK added it for -- "what if" changes. [Message-ID: <13101.1227520...@critter.freebsd.dk>] One has to do all

svn commit: r221132 - head/sys/contrib/pf/net

2011-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 27 19:34:01 2011 New Revision: 221132 URL: http://svn.freebsd.org/changeset/base/221132 Log: Make pf compile without INET support by adding #ifdef INETs and correcting few #includes. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystem

svn commit: r221131 - head/sys/netinet

2011-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 27 19:32:27 2011 New Revision: 221131 URL: http://svn.freebsd.org/changeset/base/221131 Log: MfP4 CH=192004: Move ip_defttl to raw_ip.c where it is actually used. In an IPv6 only world we do not want to compile ip_input.c in for that and it is a shared default

svn commit: r221130 - in head/sys: dev/xen/netfront net netinet

2011-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 27 19:30:44 2011 New Revision: 221130 URL: http://svn.freebsd.org/changeset/base/221130 Log: Make various (pseudo) interfaces compile without INET in the kernel adding appropriate #ifdefs. For module builds the framework needs adjustments for at least carp. Rev

svn commit: r221129 - in head/sys: netinet6 netipsec

2011-04-27 Thread Bjoern A. Zeeb
Author: bz Date: Wed Apr 27 19:28:42 2011 New Revision: 221129 URL: http://svn.freebsd.org/changeset/base/221129 Log: Make IPsec compile without INET adding appropriate #ifdef checks. Unfold the IPSEC_COMMON_INPUT_CB() macro in xform_{ah,esp,ipcomp}.c to not need three different versions

Re: svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-04-27 Thread Bjoern A. Zeeb
On Apr 27, 2011, at 5:51 PM, Rick Macklem wrote: > Author: rmacklem > Date: Wed Apr 27 17:51:51 2011 > New Revision: 221124 > URL: http://svn.freebsd.org/changeset/base/221124 > > Log: > This patch changes head so that the default NFS client is now the new > NFS client (which I guess is no long

svn commit: r221128 - head/sys/fs/ext2fs

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 18:25:35 2011 New Revision: 221128 URL: http://svn.freebsd.org/changeset/base/221128 Log: Use a private EXT2_ROOTINO constant instead of redefining ROOTINO. Submitted by: Pedro F. Giffuni giffunip at yahoo Modified: head/sys/fs/ext2fs/ext2_lookup.c head/sy

svn commit: r221127 - head/sys/rpc

2011-04-27 Thread Rick Macklem
Author: rmacklem Date: Wed Apr 27 18:19:26 2011 New Revision: 221127 URL: http://svn.freebsd.org/changeset/base/221127 Log: This patch is believed to fix a problem in the kernel rpc for non-interruptible NFS mounts, where a kernel thread will seem to be stuck sleeping on "rpccon". The msleep

svn commit: r221126 - head/sys/fs/ext2fs

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 18:15:34 2011 New Revision: 221126 URL: http://svn.freebsd.org/changeset/base/221126 Log: Various style fixes including using uint*_t instead of u_int*_t. Submitted by: Pedro F. Giffuni giffunip at yahoo Modified: head/sys/fs/ext2fs/ext2_alloc.c head/sys/f

svn commit: r221125 - in stable/8/sys: amd64/acpica cam dev/sound/usb dev/usb dev/usb/controller dev/usb/input dev/usb/misc dev/usb/net dev/usb/quirk dev/usb/serial dev/usb/storage dev/usb/template...

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 18:00:46 2011 New Revision: 221125 URL: http://svn.freebsd.org/changeset/base/221125 Log: MFC 217265: Remove unneeded includes of . Other headers that use it internally contain nested includes. Requested by: hselasky Modified: stable/8/sys/amd64/acpica/O

svn commit: r221124 - in head: . sbin/mount sbin/mount_nfs sys/amd64/conf sys/fs/nfsclient sys/i386/conf sys/ia64/conf sys/nfsclient sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf

2011-04-27 Thread Rick Macklem
=== --- head/UPDATING Wed Apr 27 17:36:37 2011(r221123) +++ head/UPDATING Wed Apr 27 17:51:51 2011(r221124) @@ -22,6 +22,24 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln

svn commit: r221123 - head/usr.bin/rlogin

2011-04-27 Thread John Baldwin
Author: jhb Date: Wed Apr 27 17:36:37 2011 New Revision: 221123 URL: http://svn.freebsd.org/changeset/base/221123 Log: Raise rlogin back to a WARNS level of 6. Tested by:make universe Modified: head/usr.bin/rlogin/Makefile Modified: head/usr.bin/rlogin/Makefile =

svn commit: r221122 - stable/8/sys/mips/conf

2011-04-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Apr 27 17:07:22 2011 New Revision: 221122 URL: http://svn.freebsd.org/changeset/base/221122 Log: MFC r216475 (by gonzo): - include argument should be in quotes Modified: stable/8/sys/mips/conf/SWARM stable/8/sys/mips/conf/SWARM64 stable/8/sys/mips/conf/SWARM64_

svn commit: r221121 - in head/sys: ddb dev/watchdog sys

2011-04-27 Thread Attilio Rao
Author: attilio Date: Wed Apr 27 16:43:03 2011 New Revision: 221121 URL: http://svn.freebsd.org/changeset/base/221121 Log: - Add the possibility to reuse the already last used timeout when patting the watchdog, via the watchdog(9) interface. For that, the WD_LASTVAL bitwise operation is

svn commit: r221120 - stable/8/sys/dev/cxgbe

2011-04-27 Thread Navdeep Parhar
Author: np Date: Wed Apr 27 16:16:01 2011 New Revision: 221120 URL: http://svn.freebsd.org/changeset/base/221120 Log: MFC r220873, r220897, r220905. r220873: - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq is now a suitable base for all kinds of egress queues.

Re: svn commit: r221053 - head/usr.bin/rlogin

2011-04-27 Thread John Baldwin
On Tuesday, April 26, 2011 6:26:41 pm David O'Brien wrote: > On Tue, Apr 26, 2011 at 09:32:44AM -0400, John Baldwin wrote: > > On Tuesday, April 26, 2011 12:09:20 am David E. O'Brien wrote: > > > Author: obrien > > > Date: Tue Apr 26 04:09:20 2011 > > > New Revision: 221053 > > > URL: http://svn.fr

svn commit: r221119 - head/usr.sbin/mfiutil

2011-04-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Apr 27 14:58:06 2011 New Revision: 221119 URL: http://svn.freebsd.org/changeset/base/221119 Log: Fix typo in "continuously" argument used in patrol auto command. Obtained from:Sascha Wildner Approved by: jhb MFC after:3 days Modified: head/usr.

svn commit: r221118 - head/share/misc

2011-04-27 Thread Sergey Kandaurov
Author: pluknet Date: Wed Apr 27 12:12:22 2011 New Revision: 221118 URL: http://svn.freebsd.org/changeset/base/221118 Log: Add DragonFly 2.10.1 release. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree ===

svn commit: r221117 - stable/8/sys/sys

2011-04-27 Thread Konstantin Belousov
Author: kib Date: Wed Apr 27 09:35:40 2011 New Revision: 221117 URL: http://svn.freebsd.org/changeset/base/221117 Log: MFC r220987: Fix typo. Modified: stable/8/sys/sys/systm.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stab

svn commit: r221115 - head/contrib/less

2011-04-27 Thread David E. O'Brien
Author: obrien Date: Wed Apr 27 08:57:12 2011 New Revision: 221115 URL: http://svn.freebsd.org/changeset/base/221115 Log: Be clear of what licensing terms we are using. Deleted: head/contrib/less/COPYING Modified: head/contrib/less/README Modified: head/contrib/less/README

svn commit: r221114 - head

2011-04-27 Thread Alexander Motin
Author: mav Date: Wed Apr 27 08:53:52 2011 New Revision: 221114 URL: http://svn.freebsd.org/changeset/base/221114 Log: Add obvious note that CAM drivers are required for using CAM ATA. Modified: head/UPDATING Modified: head/UPDATING ===

Re: svn commit: r221101 - in head/sys/geom: . concat journal mirror raid3 shsec stripe virstor

2011-04-27 Thread Alexander Motin
Kostik Belousov wrote: > On Wed, Apr 27, 2011 at 12:10:26AM +, Alexander Motin wrote: >> Author: mav >> Date: Wed Apr 27 00:10:26 2011 >> New Revision: 221101 >> URL: http://svn.freebsd.org/changeset/base/221101 >> >> Log: >> Implement relaxed comparision for hardcoded provider names to make

Re: svn commit: r221101 - in head/sys/geom: . concat journal mirror raid3 shsec stripe virstor

2011-04-27 Thread Kostik Belousov
On Wed, Apr 27, 2011 at 12:10:26AM +, Alexander Motin wrote: > Author: mav > Date: Wed Apr 27 00:10:26 2011 > New Revision: 221101 > URL: http://svn.freebsd.org/changeset/base/221101 > > Log: > Implement relaxed comparision for hardcoded provider names to make it > ignore adX/adaY differen

Re: svn commit: r221101 - in head/sys/geom: . concat journal mirror raid3 shsec stripe virstor

2011-04-27 Thread Bjoern A. Zeeb
On Apr 27, 2011, at 12:10 AM, Alexander Motin wrote: Hi Alexander, > Author: mav > Date: Wed Apr 27 00:10:26 2011 > New Revision: 221101 > URL: http://svn.freebsd.org/changeset/base/221101 > > Log: > Implement relaxed comparision for hardcoded provider names to make it > ignore adX/adaY differ

Re: svn commit: r220983 - head

2011-04-27 Thread Pawel Jakub Dawidek
On Tue, Apr 26, 2011 at 09:17:04PM -0600, Warner Losh wrote: > > It's not difficult to add -- the issue is that the mechanism is unreliable. > > It doesn't work for all partition types supporting labels, it's hard to > > figure out what the name of the label provider is in a generic way, and the