Author: jfv
Date: Thu Jun 2 05:31:54 2011
New Revision: 222592
URL: http://svn.freebsd.org/changeset/base/222592
Log:
Cut and paste mistake corrected.
Modified:
head/sys/dev/ixgbe/ixv.c
Modified: head/sys/dev/ixgbe/ixv.c
==
Opps, will fix directly, forgot about a last minute change to ixv.c
Jack
On Wed, Jun 1, 2011 at 9:32 PM, Martin Wilke wrote:
> that commit break the build ..
>
> -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs
> -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys
> -I/usr/src/s
that commit break the build ..
-Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs
-fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
Author: emaste
Date: Thu Jun 2 00:43:16 2011
New Revision: 222589
URL: http://svn.freebsd.org/changeset/base/222589
Log:
There are a couple of structs in mfireg.h with members named 'class'.
These cause problems when trying to include the header in a C++ project.
Rename them to 'evt_class',
Author: jfv
Date: Thu Jun 2 00:34:57 2011
New Revision: 222588
URL: http://svn.freebsd.org/changeset/base/222588
Log:
First off: update the driver README, the old one was horribly
crusty, and this still isn't perfect, but its at least a bit
more recent.
Secondly, a few improvements to
Author: kib
Date: Wed Jun 1 21:00:28 2011
New Revision: 222586
URL: http://svn.freebsd.org/changeset/base/222586
Log:
In the VOP_PUTPAGES() implementations, change the default error from
VM_PAGER_AGAIN to VM_PAGER_ERROR for the uwritten pages. Return
VM_PAGER_AGAIN for the partially written
Author: adrian
Date: Wed Jun 1 20:09:49 2011
New Revision: 222585
URL: http://svn.freebsd.org/changeset/base/222585
Log:
Flesh out the radar detection related operations for the ath driver.
This is in no way a complete DFS/radar detection implementation!
It merely creates an abstracted i
Author: adrian
Date: Wed Jun 1 20:01:02 2011
New Revision: 222584
URL: http://svn.freebsd.org/changeset/base/222584
Log:
Add some missing DFS chipset functionality to the FreeBSD HAL.
Please note - this doesn't in any way constitute a full DFS
implementation, it merely adds the relevant
Author: rwatson
Date: Wed Jun 1 20:00:25 2011
New Revision: 222583
URL: http://svn.freebsd.org/changeset/base/222583
Log:
Add an optional netisr dispatch point at ether_input(), but set the
default dispatch method to NETISR_DISPATCH_DIRECT in order to force
direct dispatch. This adds a fai
>
> Did you have to change VFS_SYNC() to pass the forced-dismount flag? I
> don't like that, but see the problem: VFS_SYNC(XXX_WAIT) should
> normally
> just try to sync everything, but return an error if this is
> impossible,
> but for an nfs server it would take too long to determine that it is
Author: ae
Date: Wed Jun 1 19:44:52 2011
New Revision: 222582
URL: http://svn.freebsd.org/changeset/base/222582
Log:
O_FORWARD_IP is only action which depends from the result of lookup of
dynamic rules. We are doing forwarding in the following cases:
o For the simple ipfw fwd rule, e.g.
Author: yongari
Date: Wed Jun 1 18:42:44 2011
New Revision: 222581
URL: http://svn.freebsd.org/changeset/base/222581
Log:
Poke correct GPIO pins for newer axe(4) controllers with Marvell
PHY. Newer models seem to use different LED mode that requires
enabling both GPIO1 and GPIO2.
Teste
Author: hselasky
Date: Wed Jun 1 17:58:27 2011
New Revision: 222578
URL: http://svn.freebsd.org/changeset/base/222578
Log:
Add support for new USB serial driver.
Submitted by: Lev Serebryakov, lev @
MFC after:14 days
Added:
head/share/man/man4/umcs7840.4 (contents, props changed
On 6/1/11 12:07 AM, Andriy Gapon wrote:
on 31/05/2011 20:29 Kenneth D. Merry said the following:
> + mtx_init(&mbp->msg_lock, "msgbuf", NULL, MTX_SPIN);
Sorry that I didn't gather myself together for a review before this
change got
actually committed.
Do you see any reason not to make th
Author: jh
Date: Wed Jun 1 15:48:43 2011
New Revision: 222568
URL: http://svn.freebsd.org/changeset/base/222568
Log:
Don't try to close the stream if fopen(3) fails.
PR: bin/155349
Submitted by: Urankar Mikael
Modified:
head/usr.sbin/kbdmap/kbdmap.c
Modified: head/usr.sbin/
Author: ae
Date: Wed Jun 1 12:33:05 2011
New Revision: 222560
URL: http://svn.freebsd.org/changeset/base/222560
Log:
Hide some debug messages under debug macro.
MFC after:1 week
Modified:
head/sys/netinet/ipfw/ip_dummynet.c
Modified: head/sys/netinet/ipfw/ip_dummynet.c
On Tue, 31 May 2011, Rick Macklem wrote:
It is only an optimization. Any number of syncs are useless for
actually syncing the system, since sync(2) only does an async sync (it
returns without waiting for most writes to complete). As you pointed
out later in this thread, unmount(2) does a sync th
Author: ae
Date: Wed Jun 1 12:05:35 2011
New Revision: 222559
URL: http://svn.freebsd.org/changeset/base/222559
Log:
Hide useless warning under debug macro.
PR: kern/69963
MFC after:1 week
Modified:
head/sys/netinet/ipfw/ip_fw_dynamic.c
Modified: head/sys/netinet/ipfw/i
Author: jchandra
Date: Wed Jun 1 10:23:03 2011
New Revision: 222558
URL: http://svn.freebsd.org/changeset/base/222558
Log:
Add .interp back into INITIAL_READONLY_SECTIONS in MIPS n64 ABI.
The binutils update in r218822 caused the MIPS n64 dynamic binaries to
fail because the ".interp" se
On Wed, 1 Jun 2011, Andriy Gapon wrote:
on 31/05/2011 20:29 Kenneth D. Merry said the following:
+ mtx_init(&mbp->msg_lock, "msgbuf", NULL, MTX_SPIN);
Sorry that I didn't gather myself together for a review before this change got
actually committed.
Do you see any reason not to make thi
On Tue, 31 May 2011, Steve Kargl wrote:
On Tue, May 31, 2011 at 03:28:45PM +0100, Ben Laurie wrote:
On 18/05/2011 22:16, Pawel Jakub Dawidek wrote:
On Wed, May 18, 2011 at 09:06:20PM +, Ben Laurie wrote:
Author: benl
Date: Wed May 18 21:06:20 2011
New Revision: 222084
URL: http://svn.free
21 matches
Mail list logo