svn commit: r186213 - head/sys/net

2008-12-17 Thread Kip Macy
Author: kmacy Date: Wed Dec 17 08:12:50 2008 New Revision: 186213 URL: http://svn.freebsd.org/changeset/base/186213 Log: Keep stats in drbr_enqueue Discussed with: ps Modified: head/sys/net/if_var.h Modified: head/sys/net/if_var.h

svn commit: r186214 - in head/sys: dev/re pci

2008-12-17 Thread Pyun YongHyeon
Author: yongari Date: Wed Dec 17 08:18:11 2008 New Revision: 186214 URL: http://svn.freebsd.org/changeset/base/186214 Log: It seems that RealTek PCIe controllers require an explicit Tx poll command whenever Tx completion interrupt is raised. The Tx poll bit is cleared when all packets waitin

Re: svn commit: r186057 - head/sys/netinet

2008-12-17 Thread Bjoern A. Zeeb
On Tue, 16 Dec 2008, Peter Wemm wrote: Hi, there's multiple things in here, so let me try to address them separately. On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zeeb wrote: De-virtualize the MD5 context for TCP initial seq number generation and make it a function local variable like we do

svn commit: r186232 - head

2008-12-17 Thread Hajimu UMEMOTO
Author: ume Date: Wed Dec 17 16:19:33 2008 New Revision: 186232 URL: http://svn.freebsd.org/changeset/base/186232 Log: Reflect mergeinfo when importing BIND 9.4.3 resolver. Modified: head/ (props changed) ___ svn-src-all@freebsd.org mailing list h

svn commit: r186236 - head/usr.sbin/syslogd

2008-12-17 Thread David E. O'Brien
Author: obrien Date: Wed Dec 17 16:55:58 2008 New Revision: 186236 URL: http://svn.freebsd.org/changeset/base/186236 Log: Use passed parameter rather than the #define. (more accurate extraction of Juniper Networks change) Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/sy

svn commit: r186237 - head/etc/rc.d

2008-12-17 Thread Brooks Davis
Author: brooks Date: Wed Dec 17 17:35:14 2008 New Revision: 186237 URL: http://svn.freebsd.org/changeset/base/186237 Log: Correct a bug where /etc/rc.d/defaultroute fails to finish by printing a newline when it fails to obtain an address via DHCP. This made the next rc script begin its outpu

svn commit: r186238 - in stable/7/sys: . dev/mfi

2008-12-17 Thread Doug Ambrisko
Author: ambrisko Date: Wed Dec 17 17:37:54 2008 New Revision: 186238 URL: http://svn.freebsd.org/changeset/base/186238 Log: MFC: r185584,185994,185999,186132 which updates the strings that identifies the new supported HW and bump the driver version number. Submitted by: LSI Approve

svn commit: r186239 - in releng/7.1/sys: . dev/mfi

2008-12-17 Thread Doug Ambrisko
Author: ambrisko Date: Wed Dec 17 17:39:36 2008 New Revision: 186239 URL: http://svn.freebsd.org/changeset/base/186239 Log: MFC: r185584,185994,185999,186132 which updates the strings that identifies the new supported HW and bump the driver version number. Submitted by: LSI Approve

svn commit: r186240 - in head/sys: amd64/conf arm/conf i386/conf mips/conf pc98/conf sparc64/conf sun4v/conf

2008-12-17 Thread Marcel Moolenaar
Author: marcel Date: Wed Dec 17 17:43:22 2008 New Revision: 186240 URL: http://svn.freebsd.org/changeset/base/186240 Log: Make gpart the default partitioning class on all platforms. Both ia64 and powerpc were using gpart exclusively already so there's no change for those two. Discussed

svn commit: r186241 - in head: lib/libfetch usr.bin/fetch

2008-12-17 Thread Murray Stokely
Author: murray Date: Wed Dec 17 18:00:18 2008 New Revision: 186241 URL: http://svn.freebsd.org/changeset/base/186241 Log: 1. Update fetch to consistently return 1 on error, as the man page states, rather than usually returning 1 but in a few instances using a sysexits(3) return value.

svn commit: r186242 - head/release/doc/en_US.ISO8859-1/hardware

2008-12-17 Thread Murray Stokely
Author: murray Date: Wed Dec 17 18:05:30 2008 New Revision: 186242 URL: http://svn.freebsd.org/changeset/base/186242 Log: Increase maximum memory configuration that is reported as stable for FreeBSD/amd64 to 64GB. Submitted by: Matt Olander (m...@ixsystems.net) Modified: head/release/d

Re: svn commit: r186204 - head/release/doc/en_US.ISO8859-1/hardware

2008-12-17 Thread Murray Stokely
I've got a report now of FreeBSD/amd64 working fine with 64GB, so we can increase this limit to at least that amount. The 8GB dimms required for 128GB configurations are, I understand, harder to come by until recently. This page you provided appears to be the specs for a hardware system with many

svn commit: r186243 - in head/sys/boot: i386/gptzfsboot i386/zfsboot zfs

2008-12-17 Thread Doug Rabson
Author: dfr Date: Wed Dec 17 18:12:01 2008 New Revision: 186243 URL: http://svn.freebsd.org/changeset/base/186243 Log: Use full 64bit arithmetic when converting file offsets to block numbers - fixes booting on filesystems with inode numbers with values above 4194304. Submitted by: ps Mo

HEADS UP: vimage ABI constraints on container structs [was: Re: svn commit: r186057 - head/sys/netinet]

2008-12-17 Thread Bjoern A. Zeeb
On Tue, 16 Dec 2008, Peter Wemm wrote: Hi, let me Cc: virtualization and current@ for this reply (to have the explicit HEADS UP) for what Peter pointed out. The first to reply may want to trim the Cc: list again; possibly to only virtualization. On Sat, Dec 13, 2008 at 1:59 PM, Bjoern A. Zee

Re: svn commit: r186204 - head/release/doc/en_US.ISO8859-1/hardware

2008-12-17 Thread pluknet
2008/12/17 Murray Stokely : > I've got a report now of FreeBSD/amd64 working fine with 64GB, so we > can increase this limit to at least that amount. The 8GB dimms > required for 128GB configurations are, I understand, harder to come by > until recently. > > This page you provided appears to be th

Re: svn commit: r186194 - in head: share/man/man9 sys/fs/hpfs sys/fs/msdosfs sys/fs/ntfs sys/fs/nwfs sys/fs/smbfs sys/gnu/fs/ext2fs sys/gnu/fs/reiserfs sys/gnu/fs/xfs/FreeBSD sys/ufs/ufs

2008-12-17 Thread Ulrich Spoerlein
On Tue, 16.12.2008 at 21:13:12 +, Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Dec 16 21:13:11 2008 > New Revision: 186194 > URL: http://svn.freebsd.org/changeset/base/186194 > > Log: > According to phk@, VOP_STRATEGY should never, _ever_, return > anything other than 0. Mak

Re: svn commit: r186240 - in head/sys: amd64/conf arm/conf i386/conf mips/conf pc98/conf sparc64/conf sun4v/conf

2008-12-17 Thread Nathan Whitehorn
Marcel Moolenaar wrote: Author: marcel Date: Wed Dec 17 17:43:22 2008 New Revision: 186240 URL: http://svn.freebsd.org/changeset/base/186240 [snip] Modified: head/sys/arm/conf/EP80219 == --- head/sys/arm/conf/EP8021

Re: svn commit: r186240 - in head/sys: amd64/conf arm/conf i386/conf mips/conf pc98/conf sparc64/conf sun4v/conf

2008-12-17 Thread Marcel Moolenaar
On Dec 17, 2008, at 10:21 AM, Nathan Whitehorn wrote: Marcel Moolenaar wrote: Author: marcel Date: Wed Dec 17 17:43:22 2008 New Revision: 186240 URL: http://svn.freebsd.org/changeset/base/186240 [snip] Modified: head/sys/arm/conf/EP80219 = = = = = = = = = ==

svn commit: r186224 - head/share/man/man9

2008-12-17 Thread Dag-Erling Smorgrav
Author: des Date: Wed Dec 17 13:01:19 2008 New Revision: 186224 URL: http://svn.freebsd.org/changeset/base/186224 Log: Boot out once and for all. MFC after:1 week Modified: head/share/man/man9/style.9 Modified: head/share/man/man9/style.9 ===

Re: svn commit: r186187 - head/sys/net

2008-12-17 Thread Dag-Erling Smørgrav
Robert Watson writes: > I used to comment a bit more gratuitously along those lines, but bde > seems to have (at least partially) broken me of the habit. I felt > sure there was a note in style(9) on not commenting on obvious things, > but the closest I found was this: > > exit(EX_OK

svn commit: r186244 - head/lib/libarchive

2008-12-17 Thread Tim Kientzle
Author: kientzle Date: Wed Dec 17 19:02:42 2008 New Revision: 186244 URL: http://svn.freebsd.org/changeset/base/186244 Log: Clarify an 'ar' error message. Modified: head/lib/libarchive/archive_read_support_format_ar.c Modified: head/lib/libarchive/archive_read_support_format_ar.c ===

svn commit: r186245 - head/lib/libarchive/test

2008-12-17 Thread Tim Kientzle
Author: kientzle Date: Wed Dec 17 19:03:44 2008 New Revision: 186245 URL: http://svn.freebsd.org/changeset/base/186245 Log: Update the ar write test to give more detailed information about failures. Modified: head/lib/libarchive/test/test_write_format_ar.c Modified: head/lib/libarchive/test/

svn commit: r186246 - head/lib/libarchive/test

2008-12-17 Thread Tim Kientzle
Author: kientzle Date: Wed Dec 17 19:05:00 2008 New Revision: 186246 URL: http://svn.freebsd.org/changeset/base/186246 Log: Once the test has failed, exit before the segfault. Modified: head/lib/libarchive/test/test_compat_gtar.c Modified: head/lib/libarchive/test/test_compat_gtar.c

svn commit: r186247 - head/lib/libarchive/test

2008-12-17 Thread Tim Kientzle
Author: kientzle Date: Wed Dec 17 19:05:25 2008 New Revision: 186247 URL: http://svn.freebsd.org/changeset/base/186247 Log: Exit earlier on failure in this test. Modified: head/lib/libarchive/test/test_write_compress.c Modified: head/lib/libarchive/test/test_write_compress.c

svn commit: r186248 - head/lib/libarchive/test

2008-12-17 Thread Tim Kientzle
Author: kientzle Date: Wed Dec 17 19:05:58 2008 New Revision: 186248 URL: http://svn.freebsd.org/changeset/base/186248 Log: Fill in a missing const Modified: head/lib/libarchive/test/main.c Modified: head/lib/libarchive/test/main.c

svn commit: r186228 - in head/sys/powerpc: booke mpc85xx

2008-12-17 Thread Rafal Jaworowski
Author: raj Date: Wed Dec 17 15:31:15 2008 New Revision: 186228 URL: http://svn.freebsd.org/changeset/base/186228 Log: Minor clean up of BookE/MPC85XX: iprove naming and style(9). Modified: head/sys/powerpc/booke/interrupt.c head/sys/powerpc/booke/machdep.c head/sys/powerpc/mpc85xx/nexus.

svn commit: r186249 - in head/etc: . devd mtree

2008-12-17 Thread Andrew Thompson
Author: thompsa Date: Wed Dec 17 19:12:30 2008 New Revision: 186249 URL: http://svn.freebsd.org/changeset/base/186249 Log: Add /etc/devd/ and move hardware specific configuration there. This makes it easier to maintain custom rules for non-system things like ACPI hotkeys. /etc/devd.conf i

svn commit: r186250 - head/sys/dev/ata/chipsets

2008-12-17 Thread Alexander Motin
Author: mav Date: Wed Dec 17 19:17:58 2008 New Revision: 186250 URL: http://svn.freebsd.org/changeset/base/186250 Log: Improve error handling at ata_ahci_chipinit(). Submitted by: Andrey V. Elsukov Modified: head/sys/dev/ata/chipsets/ata-ahci.c Modified: head/sys/dev/ata/chipsets/ata-ah

svn commit: r186225 - in head/sys: compat/svr4 kern

2008-12-17 Thread Konstantin Belousov
Author: kib Date: Wed Dec 17 13:13:35 2008 New Revision: 186225 URL: http://svn.freebsd.org/changeset/base/186225 Log: Remove two remnant uses of AT_DEBUG. Modified: head/sys/compat/svr4/svr4_sysvec.c head/sys/kern/imgact_elf.c Modified: head/sys/compat/svr4/svr4_sysvec.c =

Re: svn commit: r186187 - head/sys/net

2008-12-17 Thread Bruce Evans
On Wed, 17 Dec 2008, Robert Watson wrote: On Wed, 17 Dec 2008, Dag-Erling Sm??rgrav wrote: Robert Watson writes: exit(EX_OK);/* * Avoid obvious comments such as * "Exit 0 on success." *

svn commit: r186223 - in head/sys: netinet netinet6

2008-12-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 17 13:00:18 2008 New Revision: 186223 URL: http://svn.freebsd.org/changeset/base/186223 Log: Another step assimilating IPv[46] PCB code: normalize IN6P_* compat flags usage to their equialent INP_* counterpart. Discussed with: rwatson Reviewed by: rwats

svn commit: r186219 - in head/sys/cam: . scsi

2008-12-17 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Dec 17 10:49:03 2008 New Revision: 186219 URL: http://svn.freebsd.org/changeset/base/186219 Log: Revert r186186 for now; it breaks stuff. Approved by: rwatson (mentor) Modified: head/sys/cam/cam_periph.c head/sys/cam/cam_xpt.c head/sys/cam/scsi/scsi_da.c Mod

Re: svn commit: r186194 - in head: share/man/man9 sys/fs/hpfs sys/fs/msdosfs sys/fs/ntfs sys/fs/nwfs sys/fs/smbfs sys/gnu/fs/ext2fs sys/gnu/fs/reiserfs sys/gnu/fs/xfs/FreeBSD sys/ufs/ufs

2008-12-17 Thread Ivan Voras
2008/12/17 Ulrich Spoerlein : > On Tue, 16.12.2008 at 21:13:12 +, Edward Tomasz Napierala wrote: >> Author: trasz >> Date: Tue Dec 16 21:13:11 2008 >> New Revision: 186194 >> URL: http://svn.freebsd.org/changeset/base/186194 >> >> Log: >> According to phk@, VOP_STRATEGY should never, _ever_,

svn commit: r186233 - head/sys/kern

2008-12-17 Thread Warner Losh
Author: imp Date: Wed Dec 17 16:25:20 2008 New Revision: 186233 URL: http://svn.freebsd.org/changeset/base/186233 Log: Minor style(9) nit. Modified: head/sys/kern/imgact_elf.c Modified: head/sys/kern/imgact_elf.c ==

svn commit: r186252 - head/sys/kern

2008-12-17 Thread Ivan Voras
Author: ivoras Date: Wed Dec 17 19:57:12 2008 New Revision: 186252 URL: http://svn.freebsd.org/changeset/base/186252 Log: Introduce a sysctl kern.vm_guest that reflects what the kernel knows about it running under a virtual environment. This also introduces a globally accessible variable vm_

svn commit: r186222 - in head/sys: dev/cxgb/ulp/tom netinet netinet6

2008-12-17 Thread Bjoern A. Zeeb
Author: bz Date: Wed Dec 17 12:52:34 2008 New Revision: 186222 URL: http://svn.freebsd.org/changeset/base/186222 Log: Use inc_flags instead of the inc_isipv6 alias which so far had been the only flag with random usage patterns. Switch inc_flags to be used as a real bit field by using INC_I

Re: svn commit: r186252 - head/sys/kern

2008-12-17 Thread Andrew Thompson
On Wed, Dec 17, 2008 at 07:57:12PM +, Ivan Voras wrote: > Author: ivoras > Date: Wed Dec 17 19:57:12 2008 > New Revision: 186252 > URL: http://svn.freebsd.org/changeset/base/186252 > > Log: > Introduce a sysctl kern.vm_guest that reflects what the kernel knows about > it running under a vi

svn commit: r186235 - in head/sys: kern sys

2008-12-17 Thread Peter Wemm
Author: peter Date: Wed Dec 17 16:54:29 2008 New Revision: 186235 URL: http://svn.freebsd.org/changeset/base/186235 Log: Remove sysctl debug.elf_trace and the trace field in auxargs. They go nowhere. It used to be the equivalent of $LD_DEBUG in rtld-elf. Elf_Auxargs is an internal structur

svn commit: r186220 - in stable/7: include include/arpa lib/libc lib/libc/include/isc lib/libc/inet lib/libc/resolv

2008-12-17 Thread Hajimu UMEMOTO
Author: ume Date: Wed Dec 17 12:31:04 2008 New Revision: 186220 URL: http://svn.freebsd.org/changeset/base/186220 Log: MFC 186090 Update our resolver to BIND 9.4.3. Merge the resolver part of BIND 9.4.3 into HEAD. It includes the following fix: 2426. [bug] libbind:

svn commit: r186215 - head/sys/netinet6

2008-12-17 Thread Qing Li
Author: qingli Date: Wed Dec 17 10:03:49 2008 New Revision: 186215 URL: http://svn.freebsd.org/changeset/base/186215 Log: in6_clsroute() was applied to prefix routes causing some of them to expire. in6_clsroute() was only applied to cloned routes that are no longer applicable after the arp

Re: svn commit: r186187 - head/sys/net

2008-12-17 Thread Robert Watson
On Wed, 17 Dec 2008, Dag-Erling Smørgrav wrote: Robert Watson writes: I used to comment a bit more gratuitously along those lines, but bde seems to have (at least partially) broken me of the habit. I felt sure there was a note in style(9) on not commenting on obvious things, but the closest I

Re: svn commit: r186187 - head/sys/net

2008-12-17 Thread Max Laier
As the upper half of this thread has turned into a style(9) bikeshed, let me replay the lower half and add more locking folks. The change in question is here: http://svn.freebsd.org/viewvc/base/head/sys/net/pfil.c?r1=173904&r2=186187 On Tuesday 16 December 2008 19:20:40 Robert Watson wrote: >

svn commit: r186226 - stable/6/lib/libc/inet

2008-12-17 Thread Hajimu UMEMOTO
Author: ume Date: Wed Dec 17 14:21:49 2008 New Revision: 186226 URL: http://svn.freebsd.org/changeset/base/186226 Log: MFC 186090 inet_net_pton() can sometimes return the wrong value if excessively large netmasks are supplied. [RT #18512] Reported by: Maksymilian Arciemowicz Obta

Re: svn commit: r186252 - head/sys/kern

2008-12-17 Thread Ivan Voras
2008/12/17 Andrew Thompson : > Sorry for chiming in late but should the sysctl be a string? 1,2,3 arent > all that useful. I don't think it's unusual as an integer but I'm ambivalent about it - if more people want it, I'll stringify it. ___ svn-src-all@

svn commit: r186227 - in head/sys/powerpc: include mpc85xx

2008-12-17 Thread Rafal Jaworowski
Author: raj Date: Wed Dec 17 15:27:49 2008 New Revision: 186227 URL: http://svn.freebsd.org/changeset/base/186227 Log: Improve MPC85XX helper routines. - Move CCSR accessors to the shared MPC85XX area - Simplify SVR version subfield handling - Adjust OCP Added: head/sys/powerpc/mpc85

Re: svn commit: r186215 - head/sys/netinet6

2008-12-17 Thread Bjoern A. Zeeb
On Wed, 17 Dec 2008, Qing Li wrote: Author: qingli Date: Wed Dec 17 10:03:49 2008 New Revision: 186215 URL: http://svn.freebsd.org/changeset/base/186215 Log: in6_clsroute() was applied to prefix routes causing some of them to expire. in6_clsroute() was only applied to cloned routes that are

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

2008-12-17 Thread Andrew Thompson
Author: thompsa Date: Wed Dec 17 20:24:34 2008 New Revision: 186253 URL: http://svn.freebsd.org/changeset/base/186253 Log: Document that the devd config is in /etc/devd/asus.conf Modified: head/share/man/man4/acpi_asus.4 Modified: head/share/man/man4/acpi_asus.4 =

svn commit: r186217 - in head/sys: net netinet6

2008-12-17 Thread Qing Li
Author: qingli Date: Wed Dec 17 10:27:34 2008 New Revision: 186217 URL: http://svn.freebsd.org/changeset/base/186217 Log: Remove the rt argument from nd6_storelladdr() because rt is no longer accessed. Modified: head/sys/net/if_arcsubr.c head/sys/net/if_ethersubr.c head/sys/net/if_fddis

svn commit: r186231 - in head/sys/boot: powerpc/uboot uboot/common uboot/lib

2008-12-17 Thread Rafal Jaworowski
Author: raj Date: Wed Dec 17 15:58:07 2008 New Revision: 186231 URL: http://svn.freebsd.org/changeset/base/186231 Log: Improve style(9) in PowerPC U-Boot support lib. Modified: head/sys/boot/powerpc/uboot/conf.c head/sys/boot/uboot/common/main.c head/sys/boot/uboot/lib/devicename.c Modif

svn commit: r186216 - head/sys/netinet6

2008-12-17 Thread Qing Li
Author: qingli Date: Wed Dec 17 10:19:53 2008 New Revision: 186216 URL: http://svn.freebsd.org/changeset/base/186216 Log: A couple of files were not meant to be committed. Modified: head/sys/netinet6/in6.c head/sys/netinet6/nd6_rtr.c Modified: head/sys/netinet6/in6.c ==

svn commit: r186254 - head/sys/net

2008-12-17 Thread Andrew Thompson
Author: thompsa Date: Wed Dec 17 20:58:10 2008 New Revision: 186254 URL: http://svn.freebsd.org/changeset/base/186254 Log: Update the interface baudrate taking into account the max speed for the different aggregation protocols. Modified: head/sys/net/ieee8023ad_lacp.c head/sys/net/if_lagg

svn commit: r186255 - head/sys/net

2008-12-17 Thread Andrew Thompson
Author: thompsa Date: Wed Dec 17 21:04:43 2008 New Revision: 186255 URL: http://svn.freebsd.org/changeset/base/186255 Log: - Protect against sc->sc_primary being null - Initialise speed where its used Modified: head/sys/net/if_lagg.c Modified: head/sys/net/if_lagg.c ===

svn commit: r186218 - head/sys/dev/atkbdc

2008-12-17 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Wed Dec 17 10:42:53 2008 New Revision: 186218 URL: http://svn.freebsd.org/changeset/base/186218 Log: Synaptics touchpads must be reinitialized after suspend/resume. This fixes touchpad resume on Asus EeePC among others. Submitted by: rpaulo Modified: head/sys/

Re: svn commit: r186218 - head/sys/dev/atkbdc

2008-12-17 Thread Rui Paulo
On 17 Dec 2008, at 10:42, Jean-Sebastien Pedron wrote: Author: dumbbell Date: Wed Dec 17 10:42:53 2008 New Revision: 186218 URL: http://svn.freebsd.org/changeset/base/186218 Log: Synaptics touchpads must be reinitialized after suspend/resume. This fixes touchpad resume on Asus EeePC among o

svn commit: r186229 - head/sys/powerpc/booke

2008-12-17 Thread Rafal Jaworowski
Author: raj Date: Wed Dec 17 15:44:34 2008 New Revision: 186229 URL: http://svn.freebsd.org/changeset/base/186229 Log: Rework E500 locore. - split bootstrap code into more modular routines, which will also be used for the non-booting cores - clean up registers usage - improve commen

Re: svn commit: r186209 - head/sys/net

2008-12-17 Thread Kip Macy
Yes. On Dec 17, 2008, at 6:49, Robert Watson wrote: On Wed, 17 Dec 2008, Kip Macy wrote: Author: kmacy Date: Wed Dec 17 04:33:52 2008 New Revision: 186209 URL: http://svn.freebsd.org/changeset/base/186209 Log: avoid trying to acquire a shared lock while holding an exclusive lock by making

svn commit: r186234 - head/usr.sbin/syslogd

2008-12-17 Thread David E. O'Brien
Author: obrien Date: Wed Dec 17 16:51:40 2008 New Revision: 186234 URL: http://svn.freebsd.org/changeset/base/186234 Log: Rather than hardcode the 'struct iovec iov' array size, use a #define. While I'm here bump WARNS to 3. Obtained from:Juniper Networks Modified: head/usr.sbi

svn commit: r186230 - head/sys/powerpc/booke

2008-12-17 Thread Rafal Jaworowski
Author: raj Date: Wed Dec 17 15:54:25 2008 New Revision: 186230 URL: http://svn.freebsd.org/changeset/base/186230 Log: Fix E500 cache invalidation routines. When invalidating the i/d-cache we need to wait until the core complex is really finished with the operation. Obtained from:

svn commit: r186221 - in releng/7.1: include include/arpa lib/libc lib/libc/include/isc lib/libc/inet lib/libc/resolv

2008-12-17 Thread Hajimu UMEMOTO
Author: ume Date: Wed Dec 17 12:33:39 2008 New Revision: 186221 URL: http://svn.freebsd.org/changeset/base/186221 Log: MFC 186090 Update our resolver to BIND 9.4.3. It includes the following fix: 2426. [bug] libbind: inet_net_pton() can sometimes return the

Re: svn commit: r186209 - head/sys/net

2008-12-17 Thread Robert Watson
On Wed, 17 Dec 2008, Kip Macy wrote: Author: kmacy Date: Wed Dec 17 04:33:52 2008 New Revision: 186209 URL: http://svn.freebsd.org/changeset/base/186209 Log: avoid trying to acquire a shared lock while holding an exclusive lock by making the ifnet lock acquisition exclusive This seems unfo

Re: svn commit: r186252 - head/sys/kern

2008-12-17 Thread Brooks Davis
On Wed, Dec 17, 2008 at 09:15:21PM +0100, Ivan Voras wrote: > 2008/12/17 Andrew Thompson : > > > Sorry for chiming in late but should the sysctl be a string? 1,2,3 arent > > all that useful. > > I don't think it's unusual as an integer but I'm ambivalent about it - > if more people want it, I'll

Re: svn commit: r186252 - head/sys/kern

2008-12-17 Thread Sam Leffler
Ivan Voras wrote: 2008/12/17 Andrew Thompson : Sorry for chiming in late but should the sysctl be a string? 1,2,3 arent all that useful. I don't think it's unusual as an integer but I'm ambivalent about it - if more people want it, I'll stringify it. string please __

svn commit: r186260 - head/sys/net

2008-12-17 Thread George V. Neville-Neil
Author: gnn Date: Wed Dec 17 22:59:29 2008 New Revision: 186260 URL: http://svn.freebsd.org/changeset/base/186260 Log: Add TWINAX (Twin Axial Copper for 10G networking) media types. Add code to the Chelsio driver so that it can recognize different module types which may be plugged into it

Re: svn commit: r186194 - in head: share/man/man9 sys/fs/hpfs sys/fs/msdosfs sys/fs/ntfs sys/fs/nwfs sys/fs/smbfs sys/gnu/fs/ext2fs sys/gnu/fs/reiserfs sys/gnu/fs/xfs/FreeBSD sys/ufs/ufs

2008-12-17 Thread Edward Tomasz Napierala
On 1217T1857, Ulrich Spoerlein wrote: > > Author: trasz > > Date: Tue Dec 16 21:13:11 2008 > > New Revision: 186194 > > URL: http://svn.freebsd.org/changeset/base/186194 > > > > Log: > > According to phk@, VOP_STRATEGY should never, _ever_, return > > anything other than 0. Make it so. This

svn commit: r186262 - head/sys/dev/fxp

2008-12-17 Thread Pyun YongHyeon
Author: yongari Date: Thu Dec 18 01:36:46 2008 New Revision: 186262 URL: http://svn.freebsd.org/changeset/base/186262 Log: It seems that we don't need to reserve a TBD to set total TCP payload length in TSO case. Leaving unused TBD also seem to cause SCB timeouts under certain conditions whe

svn commit: r186263 - head/usr.sbin/syslogd

2008-12-17 Thread Tai-hwa Liang
Author: avatar Date: Thu Dec 18 04:03:29 2008 New Revision: 186263 URL: http://svn.freebsd.org/changeset/base/186263 Log: Fixing !INET6 builds after bumping WARNS to 3. Modified: head/usr.sbin/syslogd/syslogd.c Modified: head/usr.sbin/syslogd/syslogd.c ===

svn commit: r186266 - head/sys/net

2008-12-17 Thread Kip Macy
Author: kmacy Date: Thu Dec 18 04:50:44 2008 New Revision: 186266 URL: http://svn.freebsd.org/changeset/base/186266 Log: add ifnet_byindex_locked to allow for use of IFNET_RLOCK Modified: head/sys/net/if.c Modified: head/sys/net/if.c ==

svn commit: r186267 - stable/6/usr.sbin/fwcontrol

2008-12-17 Thread Sean Bruno
Author: sbruno Date: Thu Dec 18 04:58:22 2008 New Revision: 186267 URL: http://svn.freebsd.org/changeset/base/186267 Log: Approved by:slong (sco...@samsco.org) Merge and fixups from -current to cleanup fwcontrol handling and reporting. The following changesets were already merged

svn commit: r186268 - stable/6/usr.sbin/fwcontrol

2008-12-17 Thread Sean Bruno
Author: sbruno Date: Thu Dec 18 05:05:07 2008 New Revision: 186268 URL: http://svn.freebsd.org/changeset/base/186268 Log: Approved by: slong (sco...@samsco.org) Clear r163712 as it was merged by hand in changeset 165820 Modified: stable/6/usr.sbin/fwcontrol/ (props changed) __

svn commit: r186274 - head/usr.sbin/sysinstall

2008-12-17 Thread Maxim Konovalov
Author: maxim Date: Thu Dec 18 06:38:11 2008 New Revision: 186274 URL: http://svn.freebsd.org/changeset/base/186274 Log: o Synchronize comment and example. Add missed comma. PR: misc/129699 Submitted by: Glen Barber [1] MFC after:2 weeks Modified: head/usr.sbin/sysinst