On Sun, May 29, 2011 at 09:03:40PM +, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Sun May 29 21:03:40 2011
> New Revision: 222465
> URL: http://svn.freebsd.org/changeset/base/222465
>
> Log:
> Check for IPv4 or IPv6 to be available by the kernel to not
> provoke errors trying to query optio
On May 30, 2011, at 7:20 AM, Pawel Jakub Dawidek wrote:
> On Sun, May 29, 2011 at 09:03:40PM +, Bjoern A. Zeeb wrote:
>> Author: bz
>> Date: Sun May 29 21:03:40 2011
>> New Revision: 222465
>> URL: http://svn.freebsd.org/changeset/base/222465
>>
>> Log:
>> Check for IPv4 or IPv6 to be avail
Author: bz
Date: Mon May 30 08:40:59 2011
New Revision: 222482
URL: http://svn.freebsd.org/changeset/base/222482
Log:
While doing it right for current configuration, fix the entry for rc.conf
adding the missing mandatory "inet6" keyword.
Sponsored by: The FreeBSD Foundation
Sponsored by
Author: rwatson
Date: Mon May 30 08:54:32 2011
New Revision: 222483
URL: http://svn.freebsd.org/changeset/base/222483
Log:
Add missing #include of err.h.
MFC after:3 days
Sponsored by: Juniper Networks, Inc.
Modified:
head/tools/regression/netinet/tcpconnect/tcpconnect.c
Modified:
On Sat, May 28, 2011 at 08:50:39AM +, Julian Elischer wrote:
> Author: julian
> Date: Sat May 28 08:50:38 2011
> New Revision: 222417
> URL: http://svn.freebsd.org/changeset/base/222417
>
> Log:
> New boot loader menus from Devin Teske.
> Discussed on hackers and recommended for inclusion
Author: rwatson
Date: Mon May 30 09:04:35 2011
New Revision: 222484
URL: http://svn.freebsd.org/changeset/base/222484
Log:
In the tcpdrop regression test, allow the kernel to allocate us a port
rather than using a fixed port number. This means that the regression test
can be run many times
Author: rwatson
Date: Mon May 30 09:06:24 2011
New Revision: 222485
URL: http://svn.freebsd.org/changeset/base/222485
Log:
Add missing include of stdio.h.
MFC after:3 days
Sponsored by: Juniper Networks, Inc.
Modified:
head/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst
Author: rwatson
Date: Mon May 30 09:34:15 2011
New Revision: 222486
URL: http://svn.freebsd.org/changeset/base/222486
Log:
Rework TIMEWAIT regression test so that kernel-allocated port numbers are
used rather than a fixed userspace one, avoiding conflicts between the two
test runs.
MFC
Author: bz
Date: Mon May 30 09:41:38 2011
New Revision: 222487
URL: http://svn.freebsd.org/changeset/base/222487
Log:
Upgrade jail(2) to latest jail(2) API to make the regression test work
again. Eventually should switch to jail_set(2).
Reported by: rwatson
MFC after:10 days
Modi
Author: rwatson
Date: Mon May 30 09:43:55 2011
New Revision: 222488
URL: http://svn.freebsd.org/changeset/base/222488
Log:
Decompose the current single inpcbinfo lock into two locks:
- The existing ipi_lock continues to protect the global inpcb list and
inpcb counter. This lock is now
Author: adrian
Date: Mon May 30 10:02:51 2011
New Revision: 222489
URL: http://svn.freebsd.org/changeset/base/222489
Log:
Update chipset support list for ath_hal.
Modified:
head/share/man/man4/ath_hal.4
Modified: head/share/man/man4/ath_hal.4
=
Author: adrian
Date: Mon May 30 10:07:46 2011
New Revision: 222490
URL: http://svn.freebsd.org/changeset/base/222490
Log:
Add ath_ahb and ath_pci module manpages.
Added:
head/share/man/man4/ath_ahb.4 (contents, props changed)
head/share/man/man4/ath_pci.4 (contents, props changed)
Modif
Author: adrian
Date: Mon May 30 10:12:17 2011
New Revision: 222491
URL: http://svn.freebsd.org/changeset/base/222491
Log:
Mention in ath(4) that ath_pci is required now.
Modified:
head/share/man/man4/ath.4
Modified: head/share/man/man4/ath.4
==
Author: bcr (doc committer)
Date: Mon May 30 10:23:59 2011
New Revision: 222492
URL: http://svn.freebsd.org/changeset/base/222492
Log:
Add a short description about NO_CHECKSUM.
PR: docs/155980
Submitted by KOIE Hidetaka (koie at suri co jp)
MFC after:7 days
Modified:
Author: bcr (doc committer)
Date: Mon May 30 10:28:55 2011
New Revision: 222493
URL: http://svn.freebsd.org/changeset/base/222493
Log:
Bump document date.
I accidently committed the actual change (typo fix) in r222492, which
is a completely unrelated change.
Modified:
head/share/man/man7/
Author: ae
Date: Mon May 30 11:17:42 2011
New Revision: 222495
URL: http://svn.freebsd.org/changeset/base/222495
Log:
Document kern.geom.part.check_integrity sysctl variable.
Modified:
head/sbin/geom/class/part/gpart.8
Modified: head/sbin/geom/class/part/gpart.8
=
On Sun, 29 May 2011, Rick Macklem wrote:
Modify the umount(8) command so that it doesn't do
a sync(2) syscall before unmount(2) for the "-f" case.
This avoids a forced dismount from getting stuck for
an NFS mountpoint in sync() when the server is not
responsive. With this commit, forced dis
On Mon, May 30, 2011 at 01:48:53PM +0100, Robert Watson wrote:
> On Sun, 29 May 2011, Rick Macklem wrote:
>
> > Modify the umount(8) command so that it doesn't do
> > a sync(2) syscall before unmount(2) for the "-f" case.
> > This avoids a forced dismount from getting stuck for
> > an NFS mountpoi
> On Mon, May 30, 2011 at 01:48:53PM +0100, Robert Watson wrote:
> > On Sun, 29 May 2011, Rick Macklem wrote:
> >
> > > Modify the umount(8) command so that it doesn't do
> > > a sync(2) syscall before unmount(2) for the "-f" case.
> > > This avoids a forced dismount from getting stuck for
> > > an
Author: adrian
Date: Mon May 30 14:57:00 2011
New Revision: 222497
URL: http://svn.freebsd.org/changeset/base/222497
Log:
Set default A-MPDU density/size.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
=
Author: adrian
Date: Mon May 30 15:06:57 2011
New Revision: 222498
URL: http://svn.freebsd.org/changeset/base/222498
Log:
Enable setting the short-GI bit when TX'ing HT rates but only if the
hardware supports it.
Since ni->ni_htcap in hostap mode is what the remote end has advertised,
n
On Sat, 28 May 2011 m...@freebsd.org wrote:
On Sat, May 28, 2011 at 12:03 PM, Pieter de Goeje wrote:
On Friday 13 May 2011 20:48:01 Matthew D Fleming wrote:
Author: mdf
Date: Fri May 13 18:48:00 2011
New Revision: 221853
URL: http://svn.freebsd.org/changeset/base/221853
Log:
? Usa a globally
On Mon, May 30, 2011 at 8:25 AM, Bruce Evans wrote:
> On Sat, 28 May 2011 m...@freebsd.org wrote:
>
>> On Sat, May 28, 2011 at 12:03 PM, Pieter de Goeje
>> wrote:
>>>
>>> On Friday 13 May 2011 20:48:01 Matthew D Fleming wrote:
Author: mdf
Date: Fri May 13 18:48:00 2011
New Rev
Author: bz
Date: Mon May 30 17:27:48 2011
New Revision: 222502
URL: http://svn.freebsd.org/changeset/base/222502
Log:
Contrary to the rc.conf framework, when manualy enabling IPv6 we have
to -ifdiabled ourselves.
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
Modified:
On Mon, 30 May 2011 m...@freebsd.org wrote:
On Mon, May 30, 2011 at 8:25 AM, Bruce Evans wrote:
On Sat, 28 May 2011 m...@freebsd.org wrote:
...
Meanwhile you could try setting ZERO_REGION_SIZE to PAGE_SIZE and I
think that will restore things to the original performance.
Using /dev/zero alw
Author: bz
Date: Mon May 30 18:07:35 2011
New Revision: 222503
URL: http://svn.freebsd.org/changeset/base/222503
Log:
Unbreak NOINET kernels after r222488.
Reviewed by: rwatson
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems!
Pointy hat: to myself for missing this duri
On Mon, 30 May 2011, Kostik Belousov wrote:
On Mon, May 30, 2011 at 01:48:53PM +0100, Robert Watson wrote:
On Sun, 29 May 2011, Rick Macklem wrote:
Modify the umount(8) command so that it doesn't do a sync(2) syscall
before unmount(2) for the "-f" case. This avoids a forced dismount from
get
On Mon, 30 May 2011, Rick Macklem wrote:
Hehe. I'm so old, I do two syncs, as required by 6th Edition.:-)
I assumed the sync() was meant to be an optimization (given the comment for
it) in the sense that it would get the writes of dirty blocks started "right
away". However, given the short p
>
> No doubt. :-)
>
> If the sync(2) has actual consistency and reliability benefits, it
> should
> probably be done by the umount(2) system call, so that other future
> auto-mounters, etc, also get the same result, rather than having to
> encode it
> in every application. If it's done on blind f
>
> If it masks, for example, lateny for a synchronous RPC to the remote
> mountd to
> deregister the mountpoint, allowing a cache flush and unmount to take
> place
> concurrently, that might be a useful benefit. I'm not sure I see any
> evidence
> that is the case in the source code, however.
>
Author: kargl
Date: Mon May 30 19:41:28 2011
New Revision: 222508
URL: http://svn.freebsd.org/changeset/base/222508
Log:
Clean up the unneeded cpp macro INLINE_REM_PIO2L.
Reviewed by: das
Approved by: das (mentor)
Modified:
head/lib/msun/ld128/e_rem_pio2l.h
head/lib/msun/ld80/e_rem
Author: np
Date: Mon May 30 21:07:26 2011
New Revision: 222509
URL: http://svn.freebsd.org/changeset/base/222509
Log:
L2 table code. This is enough to get the T4's switch + L2 rewrite
filters working. (All other filters - switch without L2 info rewrite,
steer, and drop - were already fully
Author: np
Date: Mon May 30 21:34:44 2011
New Revision: 222510
URL: http://svn.freebsd.org/changeset/base/222510
Log:
- Specialized ingress queues that take interrupts for other ingress
queues. Try to have a set of these per port when possible, fall back
to sharing a common pool between
Author: jilles
Date: Mon May 30 21:41:06 2011
New Revision: 222511
URL: http://svn.freebsd.org/changeset/base/222511
Log:
posix_spawn(): Do not fail when trying to close an fd that is not open.
As noted in Austin Group issue #370 (an interpretation has been issued),
failing posix_spawn()
Author: jilles
Date: Mon May 30 21:49:59 2011
New Revision: 222512
URL: http://svn.freebsd.org/changeset/base/222512
Log:
sh: Add tests for some somewhat obscure aspects of function definitions.
Added:
head/tools/regression/bin/sh/parser/func2.0 (contents, props changed)
head/tools/regres
On Mon, May 30, 2011 at 2:41 PM, Jilles Tjoelker wrote:
> Author: jilles
> Date: Mon May 30 21:41:06 2011
> New Revision: 222511
> URL: http://svn.freebsd.org/changeset/base/222511
>
> Log:
> posix_spawn(): Do not fail when trying to close an fd that is not open.
>
> As noted in Austin Group iss
Author: np
Date: Mon May 30 21:56:37 2011
New Revision: 222513
URL: http://svn.freebsd.org/changeset/base/222513
Log:
Update to firmware interface 1.3.10
MFC after:1 week
Modified:
head/sys/dev/cxgbe/common/common.h
head/sys/dev/cxgbe/common/t4fw_interface.h
head/sys/dev/cxgbe/t4
Author: bz
Date: Tue May 31 00:25:52 2011
New Revision: 222515
URL: http://svn.freebsd.org/changeset/base/222515
Log:
No logner set an IPv4 loopback address by default in defaults/rc.conf.
If not specified, network.subr will add it automatically if we have
INET support (1).
In network.s
Author: yongari
Date: Tue May 31 01:30:58 2011
New Revision: 222516
URL: http://svn.freebsd.org/changeset/base/222516
Log:
Correctly check MAC running status before disabling TX/RX MACs.
Modified:
head/sys/dev/msk/if_msk.c
Modified: head/sys/dev/msk/if_msk.c
=
39 matches
Mail list logo