svn commit: r215855 - stable/8/sys/compat/linux

2010-11-26 Thread Alexander Leidinger
Author: netchild Date: Fri Nov 26 10:57:52 2010 New Revision: 215855 URL: http://svn.freebsd.org/changeset/base/215855 Log: MFC r215666: Remove trailing dot from the unimplemented futex messages to make them consistent with the syscall and ipc messages. Submitted by:

svn commit: r215856 - in head/sys: amd64/include i386/include x86/include

2010-11-26 Thread Tijl Coosemans
Author: tijl Date: Fri Nov 26 10:59:20 2010 New Revision: 215856 URL: http://svn.freebsd.org/changeset/base/215856 Log: Merge amd64/i386 _align.h by aligning on the size of register_t (copied from powerpc). Reviewed by: imp, jhb Approved by: kib (mentor) Added:

svn commit: r215857 - stable/8/sys/compat/linux

2010-11-26 Thread Alexander Leidinger
Author: netchild Date: Fri Nov 26 11:02:51 2010 New Revision: 215857 URL: http://svn.freebsd.org/changeset/base/215857 Log: MFC r213471: Fix a comparision of an uninitialised pointer. Submitted by: arundel Found by: clang analysis (automatic service by uqs@) Reviewed

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

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 11:05:29 2010 New Revision: 215858 URL: http://svn.freebsd.org/changeset/base/215858 Log: MFC r215742: Add PT_GNU_STACK definition. Modified: stable/8/sys/sys/elf_common.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r215859 - stable/8/sys/compat/ia32

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 11:11:48 2010 New Revision: 215859 URL: http://svn.freebsd.org/changeset/base/215859 Log: MFC r215741: Add include guards. Modified: stable/8/sys/compat/ia32/ia32_signal.h stable/8/sys/compat/ia32/ia32_util.h Directory Properties: stable/8/sys/ (props

svn commit: r215860 - in stable/8/sys: fs/cd9660 fs/coda fs/hpfs fs/msdosfs fs/nfsclient fs/ntfs gnu/fs/ext2fs gnu/fs/reiserfs nfsclient ufs/ufs

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 11:37:35 2010 New Revision: 215860 URL: http://svn.freebsd.org/changeset/base/215860 Log: Partial MFC r215548: Remove printf()s in the vop_inactive and vop_reclaim() methods related to prtactive variable. The prtactive variable definition and declaration are

svn commit: r215861 - stable/8/sys/compat/ndis

2010-11-26 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Nov 26 11:48:47 2010 New Revision: 215861 URL: http://svn.freebsd.org/changeset/base/215861 Log: MFC r215707: Prefer pmap_extract() over pmap_kextract() as done in MmIsAddressValid(). According to the comment for MmIsAddressValid() there are issues on PAE

svn commit: r215862 - stable/8/sys/compat/ndis

2010-11-26 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Nov 26 11:55:51 2010 New Revision: 215862 URL: http://svn.freebsd.org/changeset/base/215862 Log: MFC r215708: Resurrect amd64 support. - Many drivers on amd64 are picking system uptime, interrupt time and ticks via global data structure instead of calling

svn commit: r215863 - head/sys/pc98/include

2010-11-26 Thread Tijl Coosemans
Author: tijl Date: Fri Nov 26 11:57:45 2010 New Revision: 215863 URL: http://svn.freebsd.org/changeset/base/215863 Log: Include x86/_align.h directly instead of including the i386 header. Approved by: kib (mentor) Modified: head/sys/pc98/include/_align.h Modified:

svn commit: r215864 - head/sys/crypto/via

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 14:35:20 2010 New Revision: 215864 URL: http://svn.freebsd.org/changeset/base/215864 Log: MFaesni r215427: Only save FPU context when not executing in the context of the crypto thread. Tested by:Mike Tancsa MFC after:1 week Modified:

svn commit: r215865 - in head/sys: amd64/amd64 amd64/ia32 amd64/include i386/i386 i386/include i386/isa pc98/pc98

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 14:50:42 2010 New Revision: 215865 URL: http://svn.freebsd.org/changeset/base/215865 Log: Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() functions, they are unused. Remove 'user' from npxgetuserregs() etc. names. For

svn commit: r215866 - stable/8/sys/vm

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 15:30:02 2010 New Revision: 215866 URL: http://svn.freebsd.org/changeset/base/215866 Log: MFC r215471: In vm_object_page_clean(), handle the pages that might be cached or not written by vm_pageout_flush(). MFC r215574: The runlen returned from

svn commit: r215867 - stable/8/sys/vm

2010-11-26 Thread Konstantin Belousov
Author: kib Date: Fri Nov 26 15:33:09 2010 New Revision: 215867 URL: http://svn.freebsd.org/changeset/base/215867 Log: MFC r215469: Only increment object generation count when inserting the page into object page list. Modified: stable/8/sys/vm/vm_object.c stable/8/sys/vm/vm_page.c

svn commit: r215868 - head/sys/dev/ichwd

2010-11-26 Thread Attilio Rao
Author: attilio Date: Fri Nov 26 15:35:08 2010 New Revision: 215868 URL: http://svn.freebsd.org/changeset/base/215868 Log: - Advertise when the reboot came from a watchdog-induced reset. - Fix a bug where TCO_BOOT_STS was supposed to be cleared after TCO_SECOND_TO_STS and not before.

svn commit: r215869 - stable/8/sys/netgraph

2010-11-26 Thread Marko Zec
Author: zec Date: Fri Nov 26 15:44:16 2010 New Revision: 215869 URL: http://svn.freebsd.org/changeset/base/215869 Log: MFC r215673: Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be configured on ng_eiface ifnets. The default MTU remains unchanged at 1500

svn commit: r215870 - stable/8/sys/netinet

2010-11-26 Thread Marko Zec
Author: zec Date: Fri Nov 26 15:45:34 2010 New Revision: 215870 URL: http://svn.freebsd.org/changeset/base/215870 Log: MFC r215677: Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair. Modified: stable/8/sys/netinet/if_ether.c Directory Properties: stable/8/sys/

svn commit: r215871 - stable/8/sys/net

2010-11-26 Thread Marko Zec
Author: zec Date: Fri Nov 26 15:46:49 2010 New Revision: 215871 URL: http://svn.freebsd.org/changeset/base/215871 Log: MFC r215726: Allow for vlan(4) ifnets to have overlapping unit numbers if they are created in separated vnets. As a side-effect of having a separated if_cloner

svn commit: r215872 - in stable/8: lib/libkvm sys/amd64/amd64 sys/amd64/include

2010-11-26 Thread Andriy Gapon
Author: avg Date: Fri Nov 26 16:09:08 2010 New Revision: 215872 URL: http://svn.freebsd.org/changeset/base/215872 Log: MFC r215133: amd64: introduce minidump version 2 This should reduce size of the minidump. Compatibility with version 1 should be preserved in libkvm. Modified:

svn commit: r215873 - stable/8/sbin/geom/class/sched

2010-11-26 Thread Matt Jacob
Author: mjacob Date: Fri Nov 26 16:21:44 2010 New Revision: 215873 URL: http://svn.freebsd.org/changeset/base/215873 Log: Revert a completely fouled up merge. Modified: Directory Properties: stable/8/sbin/geom/ (props changed) stable/8/sbin/geom/class/part/ (props changed)

svn commit: r215874 - in stable/7: lib/libkvm sys/amd64/amd64 sys/amd64/include

2010-11-26 Thread Andriy Gapon
Author: avg Date: Fri Nov 26 16:24:55 2010 New Revision: 215874 URL: http://svn.freebsd.org/changeset/base/215874 Log: MFC r215133: amd64: introduce minidump version 2 This should reduce size of the minidump. Compatibility with version 1 should be preserved in libkvm. Modified:

Re: svn commit: r215873 - stable/8/sbin/geom/class/sched

2010-11-26 Thread Kostik Belousov
On Fri, Nov 26, 2010 at 04:21:44PM +, Matt Jacob wrote: Author: mjacob Date: Fri Nov 26 16:21:44 2010 New Revision: 215873 URL: http://svn.freebsd.org/changeset/base/215873 Log: Revert a completely fouled up merge. Modified: Directory Properties: stable/8/sbin/geom/ (props

svn commit: r215875 - stable/7/sys/i386/cpufreq

2010-11-26 Thread Andriy Gapon
Author: avg Date: Fri Nov 26 17:14:38 2010 New Revision: 215875 URL: http://svn.freebsd.org/changeset/base/215875 Log: MFC r215131: make it possible to actually enable hwpstate_verbose Modified: stable/7/sys/i386/cpufreq/hwpstate.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r215876 - stable/8/sys/x86/cpufreq

2010-11-26 Thread Andriy Gapon
Author: avg Date: Fri Nov 26 17:31:02 2010 New Revision: 215876 URL: http://svn.freebsd.org/changeset/base/215876 Log: MFC r215398: hwpstate: use CPU_FOREACH when binding to all available processors Modified: stable/8/sys/x86/cpufreq/hwpstate.c Directory Properties: stable/8/sys/

svn commit: r215878 - in head/sys/amd64: amd64 include

2010-11-26 Thread Alan Cox
Author: alc Date: Fri Nov 26 19:36:26 2010 New Revision: 215878 URL: http://svn.freebsd.org/changeset/base/215878 Log: Make the size of the direct map easily configurable. Changing NDMPML4E now suffices. Increase the size of the direct map to 1TB. An earler version of this patch

Re: svn commit: r215873 - stable/8/sbin/geom/class/sched

2010-11-26 Thread Kostik Belousov
On Fri, Nov 26, 2010 at 11:18:36AM -0800, Matthew Jacob wrote: Something like that. 209704 got itself recorded as merged from head. But nothing changed. I'm undoing that so I can do it right. This is the reason why the geom multipath stuff ended up totally broken in 8.1 even though I though

Re: svn commit: r215873 - stable/8/sbin/geom/class/sched

2010-11-26 Thread Matthew Jacob
Something like that. 209704 got itself recorded as merged from head. But nothing changed. I'm undoing that so I can do it right. This is the reason why the geom multipath stuff ended up totally broken in 8.1 even though I though I had merged it. Or have I missed something? On 11/26/2010 8:38

svn commit: r215880 - head/contrib/traceroute

2010-11-26 Thread Ulrich Spoerlein
Author: uqs Date: Fri Nov 26 20:34:43 2010 New Revision: 215880 URL: http://svn.freebsd.org/changeset/base/215880 Log: Remove clause 3 and 4 from TNF licenses. Obtained from:NetBSD Approved by: core Modified: head/contrib/traceroute/as.c head/contrib/traceroute/as.h

svn commit: r215881 - in stable/8/sys: dev/bce dev/bge dev/mii dev/msk dev/nfe dev/stge net

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:37:19 2010 New Revision: 215881 URL: http://svn.freebsd.org/changeset/base/215881 Log: MFC: r214608, r215297(partial), r215713 o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control support in mii(4): - Merge generic flow control

svn commit: r215882 - stable/8/sys/dev/mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:45:49 2010 New Revision: 215882 URL: http://svn.freebsd.org/changeset/base/215882 Log: MFC: r215298, r215459, r215714, r215716 - Change these drivers to take advantage and use the generic IEEE 802.3 annex 31B full duplex flow control as well as the

svn commit: r215883 - stable/7/sys/dev/mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:45:52 2010 New Revision: 215883 URL: http://svn.freebsd.org/changeset/base/215883 Log: MFC: r215298, r215459, r215714, r215716 - Change these drivers to take advantage and use the generic IEEE 802.3 annex 31B full duplex flow control as well as the

svn commit: r215884 - in stable/8/sys/dev: bge mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:55:58 2010 New Revision: 215884 URL: http://svn.freebsd.org/changeset/base/215884 Log: MFC: r215302 Move the limiting of the PHY to 10/100 modes of operation due to limitations of certain MAC models from brgphy(4) to bge(4) where it belongs. While at

svn commit: r215886 - stable/8/sys/dev/mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:57:45 2010 New Revision: 215886 URL: http://svn.freebsd.org/changeset/base/215886 Log: MFC: r215711 Add missing newlines. Modified: stable/8/sys/dev/mii/mii.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r215887 - stable/7/sys/dev/mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:57:48 2010 New Revision: 215887 URL: http://svn.freebsd.org/changeset/base/215887 Log: MFC: r215711 Add missing newlines. Modified: stable/7/sys/dev/mii/mii.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r215888 - stable/7/sys/dev/mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:59:43 2010 New Revision: 215888 URL: http://svn.freebsd.org/changeset/base/215888 Log: MFC: r215720 - Also probe BCM5214 and BCM5222. - Add some DSP init code for BCM5221. The values derived from Apple's GMAC driver and the same init code also

svn commit: r215889 - stable/8/sys/dev/mii

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 20:59:43 2010 New Revision: 215889 URL: http://svn.freebsd.org/changeset/base/215889 Log: MFC: r215720 - Also probe BCM5214 and BCM5222. - Add some DSP init code for BCM5221. The values derived from Apple's GMAC driver and the same init code also

svn commit: r215891 - stable/7/sys/dev/gem

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:01:21 2010 New Revision: 215891 URL: http://svn.freebsd.org/changeset/base/215891 Log: MFC: r215722 - Fix and enable support for flow control. - Partially revert r172334; as it turns out the DELAYs in gem_reset_{r,t}x() are actually necessary

svn commit: r215892 - stable/7/sys/dev/fxp

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:02:54 2010 New Revision: 215892 URL: http://svn.freebsd.org/changeset/base/215892 Log: MFC: r215768 - Sprinkle const on tables. - Remove an alpha remnant. - Minor comment and style fixes. Modified: stable/7/sys/dev/fxp/if_fxp.c

svn commit: r215893 - stable/8/sys/dev/fxp

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:02:57 2010 New Revision: 215893 URL: http://svn.freebsd.org/changeset/base/215893 Log: MFC: r215768 - Sprinkle const on tables. - Remove an alpha remnant. - Minor comment and style fixes. Modified: stable/8/sys/dev/fxp/if_fxp.c

svn commit: r215894 - stable/8/sys/dev/cas

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:07:19 2010 New Revision: 215894 URL: http://svn.freebsd.org/changeset/base/215894 Log: MFC: r215721 - Fix and enable support for flow control. - Fix compilation with CAS_DEBUG defined. Modified: stable/8/sys/dev/cas/if_cas.c Directory Properties:

svn commit: r215896 - in stable/8/sys: amd64/amd64 i386/i386

2010-11-26 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 26 21:16:21 2010 New Revision: 215896 URL: http://svn.freebsd.org/changeset/base/215896 Log: MFC: r196769, r196771, r211424, r215703, r215754 - Disable caches and flush caches/TLBs when we update PAT as we do for MTRR. Flushing TLBs is required to ensure cache

svn commit: r215900 - stable/8/sys/amd64/acpica

2010-11-26 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 26 21:30:14 2010 New Revision: 215900 URL: http://svn.freebsd.org/changeset/base/215900 Log: MFC: r210940 Correct argument order of acpi_restorecpu(). Modified: stable/8/sys/amd64/acpica/acpi_wakeup.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r215901 - stable/7/share/man/man4

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:32:21 2010 New Revision: 215901 URL: http://svn.freebsd.org/changeset/base/215901 Log: MFC: r215780 Remove the description of the link0 link option, since r215297 (merged to stable/7 in r215879) the master media option generally should be used

svn commit: r215902 - stable/8/sys/amd64/acpica

2010-11-26 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 26 21:33:26 2010 New Revision: 215902 URL: http://svn.freebsd.org/changeset/base/215902 Log: MFC: r210942 Remove unnecessary casting and simplify code. Modified: stable/8/sys/amd64/acpica/acpi_wakeup.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r215903 - in stable/8/sys/amd64: acpica amd64

2010-11-26 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 26 21:36:38 2010 New Revision: 215903 URL: http://svn.freebsd.org/changeset/base/215903 Log: MFC: r211202, r211292 Reset switchtime and switchticks after resynchronizing the system clock. Modified: stable/8/sys/amd64/acpica/acpi_wakeup.c

svn commit: r215904 - in stable/8/sys/amd64: acpica amd64

2010-11-26 Thread Jung-uk Kim
Author: jkim Date: Fri Nov 26 21:39:11 2010 New Revision: 215904 URL: http://svn.freebsd.org/changeset/base/215904 Log: MFC: r215753 Reinitialize PAT MSR via pmap_init_pat() while resuming. Modified: stable/8/sys/amd64/acpica/acpi_switch.S stable/8/sys/amd64/acpica/acpi_wakecode.S

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

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:41:42 2010 New Revision: 215905 URL: http://svn.freebsd.org/changeset/base/215905 Log: Ensure Bay flow control is disabled as we're going to use IEEE 802.3 annex 31B full duplex flow control instead. Modified: head/sys/dev/mii/inphy.c Modified:

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

2010-11-26 Thread Marius Strobl
Author: marius Date: Fri Nov 26 21:52:33 2010 New Revision: 215906 URL: http://svn.freebsd.org/changeset/base/215906 Log: Fix and implement missing parts of flow control support. This also removes the dev.fxp.%d.noflow tunable as the same effect can now be achieved with ifconfig(8) by

svn commit: r215909 - in stable: 7 8

2010-11-26 Thread Andriy Gapon
and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20101126: + New version of minidump format for amd64 architecture was + introduced in r215874. To analyze vmcore files produced by + kernels at or after this version you will need updated userland

svn commit: r215911 - in head/sys: conf dev/ixgbe modules/ixgbe

2010-11-26 Thread Jack F Vogel
Author: jfv Date: Fri Nov 26 22:46:32 2010 New Revision: 215911 URL: http://svn.freebsd.org/changeset/base/215911 Log: Update ixgbe driver to verion 2.3.6 - This adds a VM SRIOV interface, ixv, it is however transparent to the user, it links with the ixgbe.ko, but

svn commit: r215912 - in stable/8: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/aes crypto/openssl/crypto/aes/asm crypto/openssl/crypto/asn1 crypto/openssl/crypto/...

2010-11-26 Thread Simon L. Nielsen
Author: simon Date: Fri Nov 26 22:50:58 2010 New Revision: 215912 URL: http://svn.freebsd.org/changeset/base/215912 Log: Merge OpenSSL 0.9.8p into stable/8. This merges up to and including head/crypto/openssl/ r215697; and head/secure/lib/libcrypto/, head/secure/lib/libssl/,

Re: svn commit: r215868 - head/sys/dev/ichwd

2010-11-26 Thread Doug Barton
The tinderbox seems to think that this broke the build. Doug On 11/26/2010 07:35, Attilio Rao wrote: Author: attilio Date: Fri Nov 26 15:35:08 2010 New Revision: 215868 URL: http://svn.freebsd.org/changeset/base/215868 Log: - Advertise when the reboot came from a watchdog-induced reset.

svn commit: r215913 - head/sys/dev/ixgbe

2010-11-26 Thread Jack F Vogel
Author: jfv Date: Fri Nov 26 23:57:13 2010 New Revision: 215913 URL: http://svn.freebsd.org/changeset/base/215913 Log: A couple fixes got clobbered, putting them back. Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c

svn commit: r215914 - head/sys/dev/ixgbe

2010-11-26 Thread Jack F Vogel
Author: jfv Date: Sat Nov 27 00:00:33 2010 New Revision: 215914 URL: http://svn.freebsd.org/changeset/base/215914 Log: and the header... Modified: head/sys/dev/ixgbe/ixgbe.h Modified: head/sys/dev/ixgbe/ixgbe.h ==

svn commit: r215916 - stable/8/sbin/geom/class/multipath

2010-11-26 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 00:23:55 2010 New Revision: 215916 URL: http://svn.freebsd.org/changeset/base/215916 Log: MFC of 209704. Fix the clear function which has been broken for a bit. Modified: stable/8/sbin/geom/class/multipath/geom_multipath.c Directory Properties:

svn commit: r215917 - stable/8/sbin/geom/class/multipath

2010-11-26 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 00:26:08 2010 New Revision: 215917 URL: http://svn.freebsd.org/changeset/base/215917 Log: This is an MFC of 211282 Avoid a memory leak. Modified: stable/8/sbin/geom/class/multipath/geom_multipath.c Directory Properties: stable/8/sbin/geom/class/multipath/

svn commit: r215918 - head/sys/dev/ichwd

2010-11-26 Thread Ed Maste
Author: emaste Date: Sat Nov 27 00:26:19 2010 New Revision: 215918 URL: http://svn.freebsd.org/changeset/base/215918 Log: Fix build by correcting function name. Pointed out by dougb. Modified: head/sys/dev/ichwd/ichwd.c Modified: head/sys/dev/ichwd/ichwd.c

svn commit: r215920 - stable/8/sys/boot/ofw/libofw

2010-11-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Nov 27 00:37:13 2010 New Revision: 215920 URL: http://svn.freebsd.org/changeset/base/215920 Log: MFC r214494: Fix netboot on some Apple machines on which calling dma-free on the network device can hang the machine. This causes the loss of 64 KB of accessible

svn commit: r215921 - stable/8/usr.bin/locate/locate

2010-11-26 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Nov 27 00:46:57 2010 New Revision: 215921 URL: http://svn.freebsd.org/changeset/base/215921 Log: MFC r215752: Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operation of locate(1) on systems on which char is unsigned by default (ARM and

svn commit: r215922 - in stable/7/sys: conf dev/e1000 modules/em modules/igb

2010-11-26 Thread Jack F Vogel
Author: jfv Date: Sat Nov 27 01:09:54 2010 New Revision: 215922 URL: http://svn.freebsd.org/changeset/base/215922 Log: MFC: r214646, r215781, r215789, 215808 Brings 7.4 e1000 drivers to the same level as 8.2 Modified: stable/7/sys/conf/files stable/7/sys/dev/e1000/e1000_82571.c

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

2010-11-26 Thread Marius Strobl
Author: marius Date: Sat Nov 27 01:26:59 2010 New Revision: 215923 URL: http://svn.freebsd.org/changeset/base/215923 Log: Allow pause support advertisement to be turned off again. Submitted by: yongari (ip1000phy(4)) Modified: head/sys/dev/mii/e1000phy.c head/sys/dev/mii/ip1000phy.c

svn commit: r215924 - head/sys/dev/ixgbe

2010-11-26 Thread Jack F Vogel
Author: jfv Date: Sat Nov 27 01:34:09 2010 New Revision: 215924 URL: http://svn.freebsd.org/changeset/base/215924 Log: Interrupt handler, and stats changes from Michael Tuexen, thanks Michael! Modified: head/sys/dev/ixgbe/ixgbe.c Modified: head/sys/dev/ixgbe/ixgbe.c

svn commit: r215925 - stable/8/sys/netinet

2010-11-26 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 27 02:18:55 2010 New Revision: 215925 URL: http://svn.freebsd.org/changeset/base/215925 Log: Partially MFC r215166: Disable priming the congestion window from the host cache. The current method interacts poorly with delayed ack and appropriate byte counting

svn commit: r215928 - stable/8/sys/netinet

2010-11-26 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 27 03:23:40 2010 New Revision: 215928 URL: http://svn.freebsd.org/changeset/base/215928 Log: MFC r215553: Fix a minor code redundancy nit. Modified: stable/8/sys/netinet/siftr.c Directory Properties: stable/8/sys/ (props changed)

Re: svn commit: r215922 - in stable/7/sys: conf dev/e1000 modules/em modules/igb

2010-11-26 Thread Lawrence Stewart
Hi Jack, On 11/27/10 12:09, Jack F Vogel wrote: Author: jfv Date: Sat Nov 27 01:09:54 2010 New Revision: 215922 URL: http://svn.freebsd.org/changeset/base/215922 Log: MFC: r214646, r215781, r215789, 215808 Brings 7.4 e1000 drivers to the same level as 8.2 Modified:

svn commit: r215929 - stable/7/sys/netinet

2010-11-26 Thread Lawrence Stewart
Author: lstewart Date: Sat Nov 27 03:46:32 2010 New Revision: 215929 URL: http://svn.freebsd.org/changeset/base/215929 Log: MFC r215553: Fix a minor code redundancy nit. Modified: stable/7/sys/netinet/siftr.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r215930 - stable/8/sys/geom/multipath

2010-11-26 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 03:55:22 2010 New Revision: 215930 URL: http://svn.freebsd.org/changeset/base/215930 Log: Roll out 209279, 200279 (which were unfortunate direct commits) and merges 204071 and 205847. This is attempt to rectify errors made in past merges. Modified:

svn commit: r215931 - stable/8/sys/geom/multipath

2010-11-26 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 03:57:18 2010 New Revision: 215931 URL: http://svn.freebsd.org/changeset/base/215931 Log: This is an MFC of 204071 - Style fixes. - Prefer strlcpy() over strncpy(). Modified: stable/8/sys/geom/multipath/g_multipath.c Directory Properties:

svn commit: r215932 - stable/8/sys/geom/multipath

2010-11-26 Thread Matt Jacob
Author: mjacob Date: Sat Nov 27 03:59:55 2010 New Revision: 215932 URL: http://svn.freebsd.org/changeset/base/215932 Log: This is an MFC of 205847 Change how multipath labels are created and managed. This makes it easier to support various storage boxes which really aren't active-active.

svn commit: r215933 - stable/7/sys/dev/e1000

2010-11-26 Thread Jack F Vogel
Author: jfv Date: Sat Nov 27 04:46:16 2010 New Revision: 215933 URL: http://svn.freebsd.org/changeset/base/215933 Log: Add missing shared code files. Added: stable/7/sys/dev/e1000/e1000_mbx.c (contents, props changed) stable/7/sys/dev/e1000/e1000_mbx.h (contents, props changed)

Re: svn commit: r215922 - in stable/7/sys: conf dev/e1000 modules/em modules/igb

2010-11-26 Thread Jack Vogel
Working all day on my holidays... got tired and forgot the svn add, its fixed. Jack On Fri, Nov 26, 2010 at 7:35 PM, Lawrence Stewart lstew...@freebsd.orgwrote: Hi Jack, On 11/27/10 12:09, Jack F Vogel wrote: Author: jfv Date: Sat Nov 27 01:09:54 2010 New Revision: 215922 URL:

svn commit: r215934 - in stable/8: include lib/libc/gen

2010-11-26 Thread Xin LI
Author: delphij Date: Sat Nov 27 06:33:53 2010 New Revision: 215934 URL: http://svn.freebsd.org/changeset/base/215934 Log: MFC r215236: Sync with OpenBSD, primarily better signal and terminal handling. Obtained from:OpenBSD Modified: stable/8/include/readpassphrase.h

svn commit: r215935 - in stable/7: include lib/libc/gen

2010-11-26 Thread Xin LI
Author: delphij Date: Sat Nov 27 06:35:15 2010 New Revision: 215935 URL: http://svn.freebsd.org/changeset/base/215935 Log: MFC r215236: Sync with OpenBSD, primarily better signal and terminal handling. Obtained from:OpenBSD Modified: stable/7/include/readpassphrase.h