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 datagr
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 unl
so where'd this happen? interleaved TX nowdays via if_transmit() ?
Adrian
On 31 October 2012 22:39, Pyun YongHyeon 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 checksum offloadin
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 wrote:
> > Author: yongari
> > Date: Thu Nov 1 05:39:21 2012
> > New
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
==
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
=
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
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
On 11/1/12, Gleb Smirnoff 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 small-me
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
Modified:
head/usr.bin/sort/bwstring.c
head/usr.bin/sor
On 10/31/12, Andre Oppermann wrote:
> On 31.10.2012 19:10, Attilio Rao wrote:
>> On Wed, Oct 31, 2012 at 6:07 PM, Attilio Rao wrote:
>>> Author: attilio
>>> Date: Wed Oct 31 18:07:18 2012
>>> New Revision: 242402
>>> URL: http://svn.freebsd.org/changeset/base/242402
>>>
>>> Log:
>>>Rework the
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
Modified:
head/sys/arm/mv/armadaxp/armadaxp_mp.c
Modified: head/sys/arm/mv/armadaxp/armadaxp_mp.c
=
On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote:
> On 11/1/12, Gleb Smirnoff 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
On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore
wrote:
> On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote:
>> On 11/1/12, Gleb Smirnoff 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>
On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao wrote:
> On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore
> wrote:
>> On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote:
>>> On 11/1/12, Gleb Smirnoff wrote:
>>> > On Wed, Oct 31, 2012 at 06:33:51PM +, Attilio Rao wrote:
>>> > A> > Doesn't this paddin
On 01.11.2012 12:53, Attilio Rao wrote:
On 10/31/12, Andre Oppermann wrote:
On 31.10.2012 19:10, Attilio Rao wrote:
On Wed, Oct 31, 2012 at 6:07 PM, Attilio Rao wrote:
Author: attilio
Date: Wed Oct 31 18:07:18 2012
New Revision: 242402
URL: http://svn.freebsd.org/changeset/base/242402
Log:
On Thu, 2012-11-01 at 14:07 +, Attilio Rao wrote:
> On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao wrote:
> > On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore
> > wrote:
> >> On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote:
> >>> On 11/1/12, Gleb Smirnoff wrote:
> >>> > On Wed, Oct 31, 2012 at 0
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 to
On 11/1/12, Ian Lepore wrote:
> On Thu, 2012-11-01 at 14:07 +, Attilio Rao wrote:
>> On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao wrote:
>> > On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore
>> > wrote:
>> >> On Thu, 2012-11-01 at 10:42 +, Attilio Rao wrote:
>> >>> On 11/1/12, Gleb Smirnoff wr
On Thu, 2012-11-01 at 14:43 +, Attilio Rao wrote:
> On 11/1/12, Ian Lepore wrote:
> > On Thu, 2012-11-01 at 14:07 +, Attilio Rao wrote:
> >> On Thu, Nov 1, 2012 at 2:05 PM, Attilio Rao wrote:
> >> > On Thu, Nov 1, 2012 at 2:01 PM, Ian Lepore
> >> > wrote:
> >> >> On Thu, 2012-11-01 at 10
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.
T
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
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
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
=
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 a
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 t
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: head/share/man/man4/text
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
=
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 N
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 Proper
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
Reviewed by: crees
R
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 startup
On 11/1/12, Andre Oppermann wrote:
> On 01.11.2012 12:53, Attilio Rao wrote:
>> On 10/31/12, Andre Oppermann wrote:
>>> On 31.10.2012 19:10, Attilio Rao wrote:
On Wed, Oct 31, 2012 at 6:07 PM, Attilio Rao
wrote:
> Author: attilio
> Date: Wed Oct 31 18:07:18 2012
> New Revis
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
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: head/sys/dev/sound/usb/uaudio.c
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
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:
head/
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
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 sup
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 cha
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 l
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: he
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: head/sys/mips/mips/busdma_mac
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 drm_deb
44 matches
Mail list logo