svn commit: r184708 - head/sys/dev/an

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 08:55:46 2008 New Revision: 184708 URL: http://svn.freebsd.org/changeset/base/184708 Log: In case INET is not defined, then ANCACHE is not defined and the sc does not have 'an_have_rssimap' variable. Add an ANCACHE check to poperly hide the case and make an(4) c

svn commit: r184709 - head/sys/net

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 09:07:56 2008 New Revision: 184709 URL: http://svn.freebsd.org/changeset/base/184709 Log: Hide an unused variable in case we compile without INET. Include ethernet.h directly so that the constants are always defined. Makes fddi compile without INET. MFC after

svn commit: r184710 - head/sys/net

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 09:18:29 2008 New Revision: 184710 URL: http://svn.freebsd.org/changeset/base/184710 Log: Hide an unused variable in case we compile without INET. Include ethernet.h and if_arp.h directly so that the constants are always defined. Makes token compile without INET

svn commit: r184711 - head/sys/net

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 09:27:47 2008 New Revision: 184711 URL: http://svn.freebsd.org/changeset/base/184711 Log: Check for INET not AF_INET in #ifdef. Makes it compile without INET. MFC after:2 months Modified: head/sys/net/if_fwsubr.c Modified: head/sys/net/if_fwsubr.c ===

Re: svn commit: r184588 - in head: etc/gss etc/rc.d include/rpc lib/libc/sys lib/libc/xdr lib/librpcsec_gss sbin/mount_nfs sys/compat/freebsd32 sys/conf sys/fs/unionfs sys/kern sys/kgssapi sys/kgssapi

2008-11-06 Thread Dag-Erling Smørgrav
Doug Rabson <[EMAIL PROTECTED]> writes: > Log: > Implement support for RPCSEC_GSS authentication to both the NFS client > and server. This replaces the RPC implementation of the NFS client and > server with the newer RPC implementation originally developed > (actually ported from the userla

Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/us

2008-11-06 Thread Dag-Erling Smørgrav
"M. Warner Losh" <[EMAIL PROTECTED]> writes: > Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes: > > It looks like whoever wrote this went out of their way to find new and > > creative ways to break just about every style rule we have. > Not just coding style, but also style of /dev entries, the modu

svn commit: r184712 - head/sys/dev/en

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 09:41:31 2008 New Revision: 184712 URL: http://svn.freebsd.org/changeset/base/184712 Log: Hide an unused variable in case we compile with neither INET nor INET6. NATM needs 'struct in_addr' to compile, which is a problem on its own but include in.h for now if we h

Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/us

2008-11-06 Thread Alexey Dokuchaev
On Thu, Nov 06, 2008 at 10:32:02AM +0100, Dag-Erling Sm??rgrav wrote: > "M. Warner Losh" <[EMAIL PROTECTED]> writes: > > Dag-Erling_Sm??rgrav <[EMAIL PROTECTED]> writes: > > > It looks like whoever wrote this went out of their way to find new and > > > creative ways to break just about every style

svn commit: r184714 - head/sys/dev/cxgb

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 10:17:57 2008 New Revision: 184714 URL: http://svn.freebsd.org/changeset/base/184714 Log: Hide AF_INET specific ioctl handling under #ifdef INET. Reviewed by: kmacy MFC after:2 months Modified: head/sys/dev/cxgb/cxgb_main.c Modified: head/sys/dev/cxgb/

svn commit: r184716 - in head/sys: modules/krpc modules/nfsserver nfsserver

2008-11-06 Thread Dag-Erling Smorgrav
Author: des Date: Thu Nov 6 10:53:35 2008 New Revision: 184716 URL: http://svn.freebsd.org/changeset/base/184716 Log: Unbreak NFS. Pointy hat to:dfr Modified: head/sys/modules/krpc/Makefile head/sys/modules/nfsserver/Makefile head/sys/nfsserver/nfs_srvsubs.c Modified: head/

svn commit: r184720 - head/sys/netinet

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 12:33:33 2008 New Revision: 184720 URL: http://svn.freebsd.org/changeset/base/184720 Log: Fix a bug introduced with r182851 splitting tcp_mss() into tcp_mss() and tcp_mss_update() so that tcp_mtudisc() could re-use the same code. In case we return early and g

svn commit: r184721 - head/sys/netinet

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 12:59:00 2008 New Revision: 184721 URL: http://svn.freebsd.org/changeset/base/184721 Log: Adopt the comment for tcp_maxmtu(); we are returning a number not a pointer. While here update the rest of the comment to better match what we have these days. MFC after

svn commit: r184722 - head/sys/netinet

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 13:25:59 2008 New Revision: 184722 URL: http://svn.freebsd.org/changeset/base/184722 Log: Fix a bug introduced with r182851 splitting tcp_mss() into tcp_mss() and tcp_mss_update() so that tcp_mtudisc() could re-use the same code. Move the TSO logic back to tc

svn commit: r184723 - stable/7/release

2008-11-06 Thread Ken Smith
Author: kensmith Date: Thu Nov 6 13:28:50 2008 New Revision: 184723 URL: http://svn.freebsd.org/changeset/base/184723 Log: Oops. Correct a mis-merge. This piece of r183860 didn't make it through while doing the merge. PR: misc/128610 Submitted by: veron x503 hotmail com

svn commit: r184724 - stable/6/release

2008-11-06 Thread Ken Smith
Author: kensmith Date: Thu Nov 6 13:32:49 2008 New Revision: 184724 URL: http://svn.freebsd.org/changeset/base/184724 Log: Oops. Correct a mis-merge. This piece of r183860 didn't make it through while doing the merge. PR: misc/128610 Submitted by: veron x503 hotmail com

svn commit: r184725 - releng/6.4/release

2008-11-06 Thread Ken Smith
Author: kensmith Date: Thu Nov 6 13:34:49 2008 New Revision: 184725 URL: http://svn.freebsd.org/changeset/base/184725 Log: Oops. Correct a mis-merge. This piece of r183860 didn't make it through while doing the merge. PR: misc/128610 Submitted by: veron x503 hotmail com

Re: svn commit: r184691 - head/sys/compat/linprocfs

2008-11-06 Thread Alexander Leidinger
Quoting Ivan Voras <[EMAIL PROTECTED]> (from Thu, 6 Nov 2008 00:26:41 +0100): This is why there's such a big push to get systems to properly support UTF-8. FreeBSD had a SoC project this year that was supposed to properly implement Unicode collations (and thus collation of UTF-8 strings) but it

Re: svn commit: r184691 - head/sys/compat/linprocfs

2008-11-06 Thread Ivan Voras
2008/11/6 Roman Divacky <[EMAIL PROTECTED]>: > On Thu, Nov 06, 2008 at 02:39:47PM +0100, Alexander Leidinger wrote: >> Quoting Ivan Voras <[EMAIL PROTECTED]> (from Thu, 6 Nov 2008 00:26:41 +0100): >> >> >This is why there's such a big push to get systems to properly support >> >UTF-8. FreeBSD had a

Re: svn commit: r184691 - head/sys/compat/linprocfs

2008-11-06 Thread Dag-Erling Smørgrav
"M. Warner Losh" <[EMAIL PROTECTED]> writes: > Is there some reason to prefer utf-8 over the 8-bit iso character set > we were using? Respect for people whose names can't be spelled using ISO-8859-1. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ s

svn commit: r184717 - head/sys/dev/e1000

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 11:00:57 2008 New Revision: 184717 URL: http://svn.freebsd.org/changeset/base/184717 Log: Hide AF_INET specific ioctl handling under #ifdef INET. MFC after:2 months Modified: head/sys/dev/e1000/if_em.c Modified: head/sys/dev/e1000/if_em.c

Re: svn commit: r184696 - in head/cddl: . contrib/opensolaris/cmd/dtrace contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace contrib/opensolaris/lib/libdtrace/common

2008-11-06 Thread Alexander Leidinger
Quoting Craig Rodrigues <[EMAIL PROTECTED]> (from Wed, 5 Nov 2008 19:35:09 + (UTC)): Author: rodrigc Date: Wed Nov 5 19:35:09 2008 New Revision: 184696 URL: http://svn.freebsd.org/changeset/base/184696 Log: Merge latest DTrace changes from Perforce. It would be good to mention what k

Re: svn commit: r184691 - head/sys/compat/linprocfs

2008-11-06 Thread Roman Divacky
On Thu, Nov 06, 2008 at 02:39:47PM +0100, Alexander Leidinger wrote: > Quoting Ivan Voras <[EMAIL PROTECTED]> (from Thu, 6 Nov 2008 00:26:41 +0100): > > >This is why there's such a big push to get systems to properly support > >UTF-8. FreeBSD had a SoC project this year that was supposed to > >pro

svn commit: r184718 - head/sys/dev/e1000

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 11:11:25 2008 New Revision: 184718 URL: http://svn.freebsd.org/changeset/base/184718 Log: Hide AF_INET specific ioctl handling under #ifdef INET. MFC after:2 months Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c ==

svn commit: r184719 - head/sys/nfsserver

2008-11-06 Thread Doug Rabson
Author: dfr Date: Thu Nov 6 11:43:49 2008 New Revision: 184719 URL: http://svn.freebsd.org/changeset/base/184719 Log: Don't depend on krpc.ko in the NFS_LEGACYRPC case. Modified: head/sys/nfsserver/nfs_srvsubs.c Modified: head/sys/nfsserver/nfs_srvsubs.c

svn commit: r184715 - head/sys/dev/cxgb

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 10:35:46 2008 New Revision: 184715 URL: http://svn.freebsd.org/changeset/base/184715 Log: For now our LRO code (tcp_lro.c) only supports IPv4 properly thus only enable if INET is on. Reviewed by: kmacy MFC after:2 months Modified: head/sys/dev/cxgb/cx

Re: svn commit: r184652 - in head/sys: dev/hwpmc fs/procfs kern

2008-11-06 Thread Peter Wemm
On Tue, Nov 4, 2008 at 2:50 PM, John Baldwin <[EMAIL PROTECTED]> wrote: > On Tuesday 04 November 2008 05:22:47 pm Ivan Voras wrote: >> 2008/11/4 John Baldwin <[EMAIL PROTECTED]>: >> > Author: jhb >> > Date: Tue Nov 4 19:04:01 2008 >> > New Revision: 184652 >> > URL: http://svn.freebsd.org/changese

svn commit: r184726 - head/sys/net

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 15:26:09 2008 New Revision: 184726 URL: http://svn.freebsd.org/changeset/base/184726 Log: Include if_arp.h for IFP2AC so that the netgraph parts in if.c are happy even if compiled without INET or INET6. MFC after:2 months Modified: head/sys/net/if.c Mod

Re: svn commit: r184652 - in head/sys: dev/hwpmc fs/procfs kern

2008-11-06 Thread Ivan Voras
2008/11/6 Peter Wemm <[EMAIL PROTECTED]>: > On Tue, Nov 4, 2008 at 2:50 PM, John Baldwin <[EMAIL PROTECTED]> wrote: > Hmm. Would it make sense to provide a helper syscall specifically for > php to use for this? Without having looked at the php code, it sounds > like it might be helpful to have a

Re: svn commit: r184695 - head/share/man/man4

2008-11-06 Thread Giorgos Keramidas
On Wed, 5 Nov 2008 17:12:18 + (UTC), Alexander Motin <[EMAIL PROTECTED]> wrote: > Author: mav > Date: Wed Nov 5 17:12:18 2008 > New Revision: 184695 > URL: http://svn.freebsd.org/changeset/base/184695 > > Log: > Improve driver operation example description. > > Modified: > head/share/man/

svn commit: r184728 - in head: lib/libkvm sys/arm/arm sys/arm/include sys/conf sys/vm

2008-11-06 Thread Rafal Jaworowski
Author: raj Date: Thu Nov 6 16:20:27 2008 New Revision: 184728 URL: http://svn.freebsd.org/changeset/base/184728 Log: Support kernel crash mini dumps on ARM architecture. Obtained from:Juniper Networks, Semihalf Added: head/lib/libkvm/kvm_minidump_arm.c (contents, props change

svn commit: r184729 - head/sys/arm/mv

2008-11-06 Thread Rafal Jaworowski
Author: raj Date: Thu Nov 6 16:25:12 2008 New Revision: 184729 URL: http://svn.freebsd.org/changeset/base/184729 Log: Auto-size kernel page tables allocation on Marvell systems. This allows mini dumps to fully work for these platforms. Obtained from:Juniper Networks, Semihalf

svn commit: r184730 - head/sys/arm/arm

2008-11-06 Thread Rafal Jaworowski
Author: raj Date: Thu Nov 6 16:28:28 2008 New Revision: 184730 URL: http://svn.freebsd.org/changeset/base/184730 Log: ARM pmap style(9) and cosmetics. Modified: head/sys/arm/arm/pmap.c Modified: head/sys/arm/arm/pmap.c

svn commit: r184731 - head/sys/netinet

2008-11-06 Thread Bjoern A. Zeeb
Author: bz Date: Thu Nov 6 16:30:20 2008 New Revision: 184731 URL: http://svn.freebsd.org/changeset/base/184731 Log: Fix typo and while here another one. Reviewed by: keramida Reported by: keramida MFC after:2 months (with r184720) Modified: head/sys/netinet/tcp_input.c Modif

svn commit: r184732 - head/lib/libstand

2008-11-06 Thread Rafal Jaworowski
Author: raj Date: Thu Nov 6 16:30:32 2008 New Revision: 184732 URL: http://svn.freebsd.org/changeset/base/184732 Log: Eliminate dead declarations in libstand. Modified: head/lib/libstand/stand.h Modified: head/lib/libstand/stand.h

svn commit: r184734 - head/sys/geom/part

2008-11-06 Thread Marcel Moolenaar
Author: marcel Date: Thu Nov 6 16:51:33 2008 New Revision: 184734 URL: http://svn.freebsd.org/changeset/base/184734 Log: Fix a panic caused by a corrupted table when the header is still valid. We were checking the state of the header and not the table. PR: 119868 Based on a

svn commit: r184733 - head/usr.bin/du

2008-11-06 Thread Max Laier
Author: mlaier Date: Thu Nov 6 16:30:38 2008 New Revision: 184733 URL: http://svn.freebsd.org/changeset/base/184733 Log: Add two new options to du(1): -A Display the apparent size instead of the disk usage. This can be helpful when operating on compressed volumes or

svn commit: r184735 - head/sys/sys

2008-11-06 Thread Marcel Moolenaar
Author: marcel Date: Thu Nov 6 17:00:19 2008 New Revision: 184735 URL: http://svn.freebsd.org/changeset/base/184735 Log: Fix copyright notice. Modified: head/sys/sys/cfictl.h Modified: head/sys/sys/cfictl.h == --- h

Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/us

2008-11-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes: : "M. Warner Losh" <[EMAIL PROTECTED]> writes: : > Dag-Erling_Smørgrav <[EMAIL PROTECTED]> writes: : > > It looks like whoever wrote this went out of their way to find new and : > > creative ways to break ju

Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/us

2008-11-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Alexey Dokuchaev <[EMAIL PROTECTED]> writes: : On Thu, Nov 06, 2008 at 10:32:02AM +0100, Dag-Erling Sm??rgrav wrote: : > "M. Warner Losh" <[EMAIL PROTECTED]> writes: : > > Dag-Erling_Sm??rgrav <[EMAIL PROTECTED]> writes: : > > > It looks like whoever wrot

Re: svn commit: r184736 - head/sys/dev/usb2/serial

2008-11-06 Thread Sam Leffler
Warner Losh wrote: Author: imp Date: Thu Nov 6 17:26:12 2008 New Revision: 184736 URL: http://svn.freebsd.org/changeset/base/184736 Log: Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps. Submitted by: hps Please call out the reason for a change. Indirect references e

Re: svn commit: r184736 - head/sys/dev/usb2/serial

2008-11-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Sam Leffler <[EMAIL PROTECTED]> writes: : Warner Losh wrote: : > Author: imp : > Date: Thu Nov 6 17:26:12 2008 : > New Revision: 184736 : > URL: http://svn.freebsd.org/changeset/base/184736 : > : > Log: : > Bring in http://perforce.freebsd.org/chv.cgi?

svn commit: r184736 - head/sys/dev/usb2/serial

2008-11-06 Thread Warner Losh
Author: imp Date: Thu Nov 6 17:26:12 2008 New Revision: 184736 URL: http://svn.freebsd.org/changeset/base/184736 Log: Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps. Submitted by: hps Modified: head/sys/dev/usb2/serial/uark2.c head/sys/dev/usb2/serial/ubsa2.c head/s

svn commit: r184737 - in head: sys/cddl/contrib/opensolaris/uts/common/fs/zfs tools/regression/fstest/tests/rename

2008-11-06 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 6 19:17:58 2008 New Revision: 184737 URL: http://svn.freebsd.org/changeset/base/184737 Log: Change ZFS behaviour to match UFS: when moving (rename(2)) a subdirectory from one parent directory to another, in addition to the usual access checks one also needs write

Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/us

2008-11-06 Thread Bruce M. Simpson
M. Warner Losh wrote: ... : > So the question is, why was this code imported at all? : : Seconded, especially since it says the code was reviewed by you Warner in : the commit log. Unfortunately, most of my reviews were ignored, as were those of a great many other people. There's lots of pres

Re: svn commit: r184610 - in head: lib/libusb20 share/man/man4 sys/conf sys/dev/sound/pcm sys/dev/usb2 sys/dev/usb2/bluetooth sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/us

2008-11-06 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Bruce M. Simpson" <[EMAIL PROTECTED]> writes: : M. Warner Losh wrote: : > ... : > : > So the question is, why was this code imported at all? : > : : > : Seconded, especially since it says the code was reviewed by you Warner in : > : the commit log. : >

svn commit: r184738 - head/share/man/man4

2008-11-06 Thread Alexander Motin
Author: mav Date: Thu Nov 6 21:47:02 2008 New Revision: 184738 URL: http://svn.freebsd.org/changeset/base/184738 Log: A lot of spelling fixes. Submitted by: keramida Modified: head/share/man/man4/snd_hda.4 Modified: head/share/man/man4/snd_hda.4

Re: svn commit: r184695 - head/share/man/man4

2008-11-06 Thread Alexander Motin
Hi. Giorgos Keramidas wrote: There are a few places where we can probably improve the manpage a bit more. I am not sure I understand *all* the technical details of pins and association numbers, but does the following look like something worth committing? I have changed some incorrect peaces,

svn commit: r184739 - in stable/7/sys: . modules/cxgb net netinet

2008-11-06 Thread Julian Elischer
Author: julian Date: Thu Nov 6 22:11:57 2008 New Revision: 184739 URL: http://svn.freebsd.org/changeset/base/184739 Log: MFC a rewrite of rt_check(). also revert the addition of rt_check_fib() which we discovered is not needed. fixes some hangs people have seen Approved by: re (ken

svn commit: r184740 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2008-11-06 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Nov 6 22:28:04 2008 New Revision: 184740 URL: http://svn.freebsd.org/changeset/base/184740 Log: Backoff the last patch. It was overly restrictive - we want to check for write permission on target only when moving the target between two directories. Approved by:

svn commit: r184741 - in stable/7/sys: . kern modules/cxgb sys

2008-11-06 Thread Peter Wemm
Author: peter Date: Thu Nov 6 22:32:19 2008 New Revision: 184741 URL: http://svn.freebsd.org/changeset/base/184741 Log: MFC: r184492 - add offset / fileid / fsid to KERN_PROC_VMMAP sysctl for the benefit of valgrind. Approved by: re (kib) Modified: stable/7/sys/ (props changed) s

svn commit: r184742 - head/usr.bin/du

2008-11-06 Thread Max Laier
Author: mlaier Date: Thu Nov 6 23:55:28 2008 New Revision: 184742 URL: http://svn.freebsd.org/changeset/base/184742 Log: Restore (intmax_t) casts I lost during the last change & unbreak the build. Modified: head/usr.bin/du/du.c Modified: head/usr.bin/du/du.c

Re: svn commit: r184695 - head/share/man/man4

2008-11-06 Thread Giorgos Keramidas
On Thu, 06 Nov 2008 23:49:21 +0200, Alexander Motin <[EMAIL PROTECTED]> wrote: > Giorgos Keramidas wrote: >> There are a few places where we can probably improve the manpage a bit >> more. I am not sure I understand *all* the technical details of pins >> and association numbers, but does the follo

svn commit: r184743 - head/sys/dev/age

2008-11-06 Thread Pyun YongHyeon
Author: yongari Date: Fri Nov 7 07:02:28 2008 New Revision: 184743 URL: http://svn.freebsd.org/changeset/base/184743 Log: Remove informational messages left. These messages were intended to show up in verbose boot mode. Reported by: pluknet ( pluknet<> gmail DOT com ) Modified: head/