svn commit: r242425 - head/sys/dev/ti

2012-11-01 Thread Pyun YongHyeon
Author: yongari Date: Thu Nov 1 05:39:21 2012 New Revision: 242425 URL: http://svn.freebsd.org/changeset/base/242425 Log: Remove TCP/UDP checksum offloading feature for IP fragmented datagrams. Traditionally upper stack fragmented packets without computing TCP/UDP checksum and these

svn commit: r242426 - head/sys/dev/bge

2012-11-01 Thread Pyun YongHyeon
Author: yongari Date: Thu Nov 1 06:02:27 2012 New Revision: 242426 URL: http://svn.freebsd.org/changeset/base/242426 Log: TCP/UDP checksum offloading feature for IP fragmented datagram was removed in r99417. bge(4) controllers can do TCP checksum offload for IP fragmented datagrams but

Re: svn commit: r242425 - head/sys/dev/ti

2012-11-01 Thread Adrian Chadd
so where'd this happen? interleaved TX nowdays via if_transmit() ? Adrian On 31 October 2012 22:39, Pyun YongHyeon yong...@freebsd.org wrote: Author: yongari Date: Thu Nov 1 05:39:21 2012 New Revision: 242425 URL: http://svn.freebsd.org/changeset/base/242425 Log: Remove TCP/UDP

Re: svn commit: r242425 - head/sys/dev/ti

2012-11-01 Thread YongHyeon PYUN
On Wed, Oct 31, 2012 at 11:16:43PM -0700, Adrian Chadd wrote: so where'd this happen? interleaved TX nowdays via if_transmit() ? if_output after fragmentation. Adrian On 31 October 2012 22:39, Pyun YongHyeon yong...@freebsd.org wrote: Author: yongari Date: Thu Nov 1 05:39:21 2012

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

2012-11-01 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Nov 1 07:51:50 2012 New Revision: 242427 URL: http://svn.freebsd.org/changeset/base/242427 Log: Minor mdoc fix. Modified: head/share/man/man4/textdump.4 Modified: head/share/man/man4/textdump.4

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

2012-11-01 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Nov 1 07:53:21 2012 New Revision: 242428 URL: http://svn.freebsd.org/changeset/base/242428 Log: Nuke whitespace. Modified: head/share/man/man4/textdump.4 Modified: head/share/man/man4/textdump.4

svn commit: r242429 - head/lib/libc/sys

2012-11-01 Thread Jilles Tjoelker
Author: jilles Date: Thu Nov 1 09:38:28 2012 New Revision: 242429 URL: http://svn.freebsd.org/changeset/base/242429 Log: fcntl(2): Fix typos in name of constant F_DUP2FD_CLOEXEC. MFC after:1 week Modified: head/lib/libc/sys/fcntl.2 Modified: head/lib/libc/sys/fcntl.2

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Gleb Smirnoff
On Wed, Oct 31, 2012 at 06:33:51PM +, Attilio Rao wrote: A Doesn't this padding to cache line size only help x86 processors in an A SMP kernel? I was expecting to see some #ifdef SMP so that we don't pay A a big price for no gain in small-memory ARM systems and such. But maybe A I'm

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Attilio Rao
On 11/1/12, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Oct 31, 2012 at 06:33:51PM +, Attilio Rao wrote: A Doesn't this padding to cache line size only help x86 processors in an A SMP kernel? I was expecting to see some #ifdef SMP so that we don't pay A a big price for no gain in

svn commit: r242430 - head/usr.bin/sort

2012-11-01 Thread Gabor Kovesdan
Author: gabor Date: Thu Nov 1 11:38:34 2012 New Revision: 242430 URL: http://svn.freebsd.org/changeset/base/242430 Log: - Portability changes for ARM - Allow larger sort memory on 64-bit platforms Submitted by: Oleg Moskalenko oleg.moskale...@citrix.com Modified:

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Attilio Rao
On 10/31/12, Andre Oppermann an...@freebsd.org wrote: On 31.10.2012 19:10, Attilio Rao wrote: On Wed, Oct 31, 2012 at 6:07 PM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Wed Oct 31 18:07:18 2012 New Revision: 242402 URL: http://svn.freebsd.org/changeset/base/242402 Log:

svn commit: r242431 - head/sys/arm/mv/armadaxp

2012-11-01 Thread Olivier Houchard
Author: cognet Date: Thu Nov 1 12:26:31 2012 New Revision: 242431 URL: http://svn.freebsd.org/changeset/base/242431 Log: Fix build for SMP. Submitted by: Giovanni Trematerra gianni at freebsd DOT org Modified: head/sys/arm/mv/armadaxp/armadaxp_mp.c Modified:

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Ian Lepore
On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote: On 11/1/12, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Oct 31, 2012 at 06:33:51PM +, Attilio Rao wrote: A Doesn't this padding to cache line size only help x86 processors in an A SMP kernel? I was expecting to see some

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Attilio Rao
On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote: On 11/1/12, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Oct 31, 2012 at 06:33:51PM +, Attilio Rao wrote: A Doesn't this padding to cache line size

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Attilio Rao
On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao atti...@freebsd.org wrote: On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote: On 11/1/12, Gleb Smirnoff gleb...@freebsd.org wrote: On Wed, Oct 31, 2012 at 06:33:51PM

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Andre Oppermann
On 01.11.2012 12:53, Attilio Rao wrote: On 10/31/12, Andre Oppermann an...@freebsd.org wrote: On 31.10.2012 19:10, Attilio Rao wrote: On Wed, Oct 31, 2012 at 6:07 PM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Wed Oct 31 18:07:18 2012 New Revision: 242402 URL:

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Ian Lepore
On Thu, 2012-11-01 at 14:07 +, Attilio Rao wrote: On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao atti...@freebsd.org wrote: On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote: On 11/1/12, Gleb Smirnoff

Re: svn commit: r242421 - head/sys/dev/ixgbe

2012-11-01 Thread Andre Oppermann
On 01.11.2012 00:50, Jack F Vogel wrote: Author: jfv Date: Wed Oct 31 23:50:36 2012 New Revision: 242421 URL: http://svn.freebsd.org/changeset/base/242421 Log: A few important fixes: - Testing TSO6 has led me to discover that HW RSC is a problematic feature, it is ONLY designed

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Attilio Rao
On 11/1/12, Ian Lepore free...@damnhippie.dyndns.org wrote: On Thu, 2012-11-01 at 14:07 +, Attilio Rao wrote: On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao atti...@freebsd.org wrote: On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore free...@damnhippie.dyndns.org wrote: On Thu, 2012-11-01 at

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Ian Lepore
On Thu, 2012-11-01 at 14:43 +, Attilio Rao wrote: On 11/1/12, Ian Lepore free...@damnhippie.dyndns.org wrote: On Thu, 2012-11-01 at 14:07 +, Attilio Rao wrote: On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao atti...@freebsd.org wrote: On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore

svn commit: r242432 - in head/sys: amd64/amd64 amd64/include x86/include

2012-11-01 Thread Konstantin Belousov
Author: kib Date: Thu Nov 1 15:14:37 2012 New Revision: 242432 URL: http://svn.freebsd.org/changeset/base/242432 Log: Provide the reading and display of the Standard Extended Features, introduced with the IvyBridge CPUs. Provide the definitions for new bits in CR3 and CR4 registers.

svn commit: r242433 - head/sys/amd64/amd64

2012-11-01 Thread Konstantin Belousov
Author: kib Date: Thu Nov 1 15:17:43 2012 New Revision: 242433 URL: http://svn.freebsd.org/changeset/base/242433 Log: Enable the new instructions for reading and writing bases for %fs, %gs, when supported. Note that WRFSBASE and WRGSBASE are not very useful on FreeBSD right now, because a

svn commit: r242434 - head/sys/vm

2012-11-01 Thread Alan Cox
Author: alc Date: Thu Nov 1 16:20:02 2012 New Revision: 242434 URL: http://svn.freebsd.org/changeset/base/242434 Log: In general, we call pmap_remove_all() before calling vm_page_cache(). So, the call to pmap_remove_all() within vm_page_cache() is usually redundant. This change eliminates

svn commit: r242435 - head/sys/dev/sound/pcm

2012-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 16:39:01 2012 New Revision: 242435 URL: http://svn.freebsd.org/changeset/base/242435 Log: Add missing inclusion guard. Modified: head/sys/dev/sound/pcm/mixer.h Modified: head/sys/dev/sound/pcm/mixer.h

svn commit: r242438 - head/sys/dev/sound/usb

2012-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 16:54:26 2012 New Revision: 242438 URL: http://svn.freebsd.org/changeset/base/242438 Log: Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence the PCM API doesn't support showing all the knobs. Make sure all the USB audio mixer nodes are freed

svn commit: r242439 - in head/sys: dev/null geom kern sys

2012-11-01 Thread Alfred Perlstein
Author: alfred Date: Thu Nov 1 17:01:05 2012 New Revision: 242439 URL: http://svn.freebsd.org/changeset/base/242439 Log: Provide a device name in the sysctl tree for programs to query the state of crashdump target devices. This will be used to add a -l (ell) flag to dumpon(8) to list

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

2012-11-01 Thread Alfred Perlstein
Author: alfred Date: Thu Nov 1 17:13:04 2012 New Revision: 242440 URL: http://svn.freebsd.org/changeset/base/242440 Log: Add whitespace between mandatory and optional kernel config options. Approved by: joel Modified: head/share/man/man4/textdump.4 Modified:

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

2012-11-01 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Nov 1 17:17:05 2012 New Revision: 242441 URL: http://svn.freebsd.org/changeset/base/242441 Log: Sort textdump options list. Submitted by: bde Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4

Re: svn commit: r242417 - head/sys/dev/sound/pci/hda

2012-11-01 Thread Andrey Chernov
On 01.11.2012 2:11, Alexander Motin wrote: Author: mav Date: Wed Oct 31 22:11:51 2012 New Revision: 242417 URL: http://svn.freebsd.org/changeset/base/242417 Log: ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speaker if unused in that configuration mixer at NID 15

svn commit: r242451 - head/sbin/dumpon

2012-11-01 Thread Alfred Perlstein
Author: alfred Date: Thu Nov 1 18:59:19 2012 New Revision: 242451 URL: http://svn.freebsd.org/changeset/base/242451 Log: Add an option to display the current dump device via dumpon -l. MFC after:2 weeks Modified: head/sbin/dumpon/dumpon.8 head/sbin/dumpon/dumpon.c Directory

svn commit: r242452 - head/etc/root

2012-11-01 Thread Eitan Adler
Author: eadler Date: Thu Nov 1 19:38:03 2012 New Revision: 242452 URL: http://svn.freebsd.org/changeset/base/242452 Log: The test fails with exit 1 if /usr/games/fortune doesn't actually exist. Fix that. PR: conf/71994 Submitted by: Mikael Eklund r...@ludd.ltu.se Reviewed

svn commit: r242453 - head/sys/dev/sound/usb

2012-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 20:09:48 2012 New Revision: 242453 URL: http://svn.freebsd.org/changeset/base/242453 Log: Fix sysctl free bug in last commit, which eventually leads to a panic. Add software mixer table for FastTrack Ultra. Only set volume controls which are valid at

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Attilio Rao
On 11/1/12, Andre Oppermann an...@freebsd.org wrote: On 01.11.2012 12:53, Attilio Rao wrote: On 10/31/12, Andre Oppermann an...@freebsd.org wrote: On 31.10.2012 19:10, Attilio Rao wrote: On Wed, Oct 31, 2012 at 6:07 PM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Wed Oct 31

svn commit: r242454 - head/sys/mips/cavium

2012-11-01 Thread Juli Mallett
Author: jmallett Date: Thu Nov 1 20:39:39 2012 New Revision: 242454 URL: http://svn.freebsd.org/changeset/base/242454 Log: Don't disable PCIe just because the host is not a PCI host; the latter flag only applies to non-PCIe systems. If PCIe is in target mode, it will simply and gracefully

svn commit: r242455 - head/sys/dev/sound/usb

2012-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 20:43:23 2012 New Revision: 242455 URL: http://svn.freebsd.org/changeset/base/242455 Log: Increase default volume for FastTracker playback channels. MFC after:1 week Modified: head/sys/dev/sound/usb/uaudio.c Modified:

svn commit: r242456 - stable/9/usr.sbin/pciconf

2012-11-01 Thread Jim Harris
Author: jimharris Date: Thu Nov 1 20:46:48 2012 New Revision: 242456 URL: http://svn.freebsd.org/changeset/base/242456 Log: MFC r242085: For PCI Express capability, if max link width is greater than zero, print the current and max link speed. Sponsored by: Intel Modified:

svn commit: r242457 - stable/8/usr.sbin/pciconf

2012-11-01 Thread Jim Harris
Author: jimharris Date: Thu Nov 1 20:47:18 2012 New Revision: 242457 URL: http://svn.freebsd.org/changeset/base/242457 Log: MFC r242085: For PCI Express capability, if max link width is greater than zero, print the current and max link speed. Sponsored by: Intel Modified:

svn commit: r242458 - head/sys/dev/sound/usb

2012-11-01 Thread Hans Petter Selasky
Author: hselasky Date: Thu Nov 1 20:58:55 2012 New Revision: 242458 URL: http://svn.freebsd.org/changeset/base/242458 Log: Correct buffer size printout. MFC after:1 week Modified: head/sys/dev/sound/usb/uaudio.c Modified: head/sys/dev/sound/usb/uaudio.c

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

2012-11-01 Thread Jim Harris
Author: jimharris Date: Thu Nov 1 21:00:13 2012 New Revision: 242459 URL: http://svn.freebsd.org/changeset/base/242459 Log: Add descriptions for callout_reset_on and callout_schedule_on and their curcpu variants. Discussed with: mav, davide MFC after:1 week Modified:

svn commit: r242460 - head/lib/libc/stdio

2012-11-01 Thread Jilles Tjoelker
Author: jilles Date: Thu Nov 1 22:47:42 2012 New Revision: 242460 URL: http://svn.freebsd.org/changeset/base/242460 Log: fopen(3): Mention that the x mode option is from C11. MFC after:1 week Modified: head/lib/libc/stdio/fopen.3 Modified: head/lib/libc/stdio/fopen.3

svn commit: r242462 - head/etc

2012-11-01 Thread Eitan Adler
Author: eadler Date: Fri Nov 2 00:17:30 2012 New Revision: 242462 URL: http://svn.freebsd.org/changeset/base/242462 Log: 10 years too late add support for 2.88MB 3.5in Extra High Density floppies. Its unlikely that anyone actually uses these or cares about these anymore, since we

svn commit: r242463 - in head: . sbin/ipfw sys/net sys/netinet sys/netinet6 sys/netpfil/ipfw

2012-11-01 Thread Andrey V. Elsukov
Author: ae Date: Fri Nov 2 01:20:55 2012 New Revision: 242463 URL: http://svn.freebsd.org/changeset/base/242463 Log: Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's

svn commit: r242464 - stable/8/sys/kern

2012-11-01 Thread Jamie Gritton
Author: jamie Date: Fri Nov 2 01:32:22 2012 New Revision: 242464 URL: http://svn.freebsd.org/changeset/base/242464 Log: MFC r225191: Delay the recursive decrement of pr_uref when jails are made invisible but not removed; decrement it instead when the child jail actually goes away.

Re: svn commit: r242402 - in head/sys: kern vm

2012-11-01 Thread Tim Kientzle
On Nov 1, 2012, at 7:37 AM, Ian Lepore wrote: Back from some quick googling... yep, arm cortex-a8 processors have a 64-byte cache line size. Maybe we don't support those yet, which is why the value appears to be constant in arm param.h right now. Beaglebone runs a Cortex-A8. There's a lot

svn commit: r242465 - head/sys/mips/mips

2012-11-01 Thread Adrian Chadd
Author: adrian Date: Fri Nov 2 05:22:32 2012 New Revision: 242465 URL: http://svn.freebsd.org/changeset/base/242465 Log: Free the dma map -after- it's checked, not before. Or you'll be potentially referencing already-freed memory. Modified: head/sys/mips/mips/busdma_machdep.c Modified:

svn commit: r242466 - head/sys/mips/mips

2012-11-01 Thread Adrian Chadd
Author: adrian Date: Fri Nov 2 05:23:05 2012 New Revision: 242466 URL: http://svn.freebsd.org/changeset/base/242466 Log: Drop this from 500 to 128, to save a little space on memory constrained platforms. Modified: head/sys/mips/mips/busdma_machdep.c Modified:

svn commit: r242467 - head/sys/dev/drm2

2012-11-01 Thread Gleb Smirnoff
Author: glebius Date: Fri Nov 2 05:26:33 2012 New Revision: 242467 URL: http://svn.freebsd.org/changeset/base/242467 Log: - If DRM_DEBUG_DEFAULT_ON is defined, then initialize drm_debug_flagi to all supported debugging bits. - If DRM_DEBUG_DEFAULT_ON isn't defined, then initialize