Author: uqs
Date: Fri Nov 26 08:11:43 2010
New Revision: 215854
URL: http://svn.freebsd.org/changeset/base/215854
Log:
Remove kernel support for BB profiling, now that kernbb(8) is gone, too.
PR: bin/83558
Reviewed by: jkim
Modified:
head/sys/amd64/amd64/support.S
head/sys
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: arundel
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:
head/sys/x86/include
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 b
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/
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 chan
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 ke
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
kernels
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 funct
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: head/sys/pc98/include
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:
head/sys/cr
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 {npx,fpu}{get,set}regs(
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 vm_pageout_f
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
Direc
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.
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 b
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/
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 i
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:
stable/
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)
stable/8/sb
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:
stable/
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/
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)
sta
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/ (props
Author: marius
Date: Fri Nov 26 18:44:01 2010
New Revision: 215877
URL: http://svn.freebsd.org/changeset/base/215877
Log:
MFC: r215259, r215272
- When printing media with more than one media option set aggregate these
in a comma delimited list instead of repeating "mediaopt" for each on
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 was
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 tho
Author: marius
Date: Fri Nov 26 19:48:27 2010
New Revision: 215879
URL: http://svn.freebsd.org/changeset/base/215879
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 adv
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
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
Modifie
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 adv
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 IFM
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 IFM
Author: marius
Date: Fri Nov 26 20:55:59 2010
New Revision: 215885
URL: http://svn.freebsd.org/changeset/base/215885
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 it,
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 it,
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/ (p
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)
stable/7/sys/cddl/contrib/opensolari
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 exists
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 exists
Author: marius
Date: Fri Nov 26 21:01:19 2010
New Revision: 215890
URL: http://svn.freebsd.org/changeset/base/215890
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 althoug
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 althoug
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
stable/7/sys/dev/fx
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
stable/8/sys/dev/fx
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:
st
Author: marius
Date: Fri Nov 26 21:07:20 2010
New Revision: 215895
URL: http://svn.freebsd.org/changeset/base/215895
Log:
MFC: r215721
- Fix and enable support for flow control.
- Fix compilation with CAS_DEBUG defined.
Modified:
stable/7/sys/dev/cas/if_cas.c
Directory Properties:
st
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
Author: jkim
Date: Fri Nov 26 21:22:49 2010
New Revision: 215897
URL: http://svn.freebsd.org/changeset/base/215897
Log:
MFC: r210810
Remove an unnecessary register load.
Modified:
stable/8/sys/amd64/acpica/acpi_switch.S
Directory Properties:
stable/8/sys/ (props changed)
stable/8/
Author: jkim
Date: Fri Nov 26 21:26:13 2010
New Revision: 215898
URL: http://svn.freebsd.org/changeset/base/215898
Log:
MFC: r198422
Try hiding annoying text cursor after the video controller is reset.
Modified:
stable/8/sys/amd64/acpica/acpi_wakecode.S
Directory Properties:
stable/8/
Author: marius
Date: Fri Nov 26 21:27:13 2010
New Revision: 215899
URL: http://svn.freebsd.org/changeset/base/215899
Log:
MFC: r215780
Remove the description of the link0 link option, since r215297 (merged to
stable/8 in r215881) the master media option generally should be used
instead.
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)
s
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
instead.
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)
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
stable/8/sys/amd64/a
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
s
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: head/sys/d
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 settin
Author: marius
Date: Fri Nov 26 21:57:01 2010
New Revision: 215907
URL: http://svn.freebsd.org/changeset/base/215907
Log:
Remove the description of the dev.fxp.%d.noflow tunable as it was removed
in r215906 and the flowcontrol media option now should be set as desired
via ifconfig(8) instead
Author: bschmidt
Date: Fri Nov 26 22:23:52 2010
New Revision: 215908
URL: http://svn.freebsd.org/changeset/base/215908
Log:
MFC r215779,215782:
Add a few functions used in newer drivers. Fix RtlCompareMemory() while
here.
Submitted by: Paul B Mahol
Modified:
stable/8/sys/compat/ndis
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
FreeBSD 8.
debugging tools present in HEAD were left in place because
sun4v support still needs work to become production ready.
+20101126:
+ New version of minidump format for amd64 architecture was
+ introduced in r215872. To analyze vmcore files produced by
Author: jfv
Date: Fri Nov 26 22:36:47 2010
New Revision: 215910
URL: http://svn.freebsd.org/changeset/base/215910
Log:
Unwanted extra call to set_vlan_hw added back by mistake.
Modified:
head/sys/dev/e1000/if_lem.c
Modified: head/sys/dev/e1000/if_lem.c
===
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 whe
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/,
head/secure
On 26 Nov 2010, at 23:50, Simon L. Nielsen wrote:
> 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
>
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.
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
==
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
==
--
Author: jfv
Date: Sat Nov 27 00:04:29 2010
New Revision: 215915
URL: http://svn.freebsd.org/changeset/base/215915
Log:
MFC: r214646, r215781, 215789, 215808
Modified:
stable/8/sys/dev/e1000/e1000_82571.c
stable/8/sys/dev/e1000/e1000_82571.h
stable/8/sys/dev/e1000/e1000_82575.c
stable/8/
Well, the diff was -c-209704. But you're right, I still see this in the
merge record. Sigh.
On 11/26/2010 11:46 AM, Kostik Belousov wrote:
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'
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:
stable/8/
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/
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
==
Author: nwhitehorn
Date: Sat Nov 27 00:36:11 2010
New Revision: 215919
URL: http://svn.freebsd.org/changeset/base/215919
Log:
MFC r214493,214495:
Fix some memory management issues discovered when trying to boot the PPC
OF loader on systems where address cells and size cells are both 2 (the
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 me
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
PowerPC
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
sta
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
M
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
===
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
Author: lstewart
Date: Sat Nov 27 03:12:39 2010
New Revision: 215926
URL: http://svn.freebsd.org/changeset/base/215926
Log:
Partially MFC r215166:
Disable priming the congestion window from the host cache. The current method
interacts poorly with delayed ack amongst other things, resultin
Author: lstewart
Date: Sat Nov 27 03:19:59 2010
New Revision: 215927
URL: http://svn.freebsd.org/changeset/base/215927
Log:
MFC r215552:
When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or remove
the SIFTR pfil(9) hook functions to or from all network stacks. This patc
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)
stable/8/sys/amd64/in
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:
>
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)
stable/7/sys/cddl/con
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:
stable/8
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:
stable/8/sys/
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.
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)
stable
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 wrote:
> 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.free
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
stabl
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
stabl
Author: mav
Date: Sat Nov 27 07:03:31 2010
New Revision: 215936
URL: http://svn.freebsd.org/changeset/base/215936
Log:
Do hard reset before soft reset for SATA channels. Soft reset reported to be
not enough to restore device readiness in some situations.
Tested by:Roger Hammerstein o
92 matches
Mail list logo