From: Rui Paulo
Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm
Date: Fri, 15 Oct 2010 19:50:46 +0100
> On 15 Oct 2010, at 13:45, John Baldwin wrote:
>
> > On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote:
> >> On 2010-10-14 21:39, John Baldwin wrote:
> >>> On Thursda
From: John Baldwin
Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm
Date: Fri, 15 Oct 2010 08:45:22 -0400
> On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote:
> > On 2010-10-14 21:39, John Baldwin wrote:
> > > On Thursday, October 14, 2010 3:19:19 pm Rui Paulo wrote:
> >
Author: pjd
Date: Sat Oct 16 22:50:12 2010
New Revision: 213939
URL: http://svn.freebsd.org/changeset/base/213939
Log:
Use one fprintf() instead of two.
MFC after:3 days
Modified:
head/sbin/hastd/pjdlog.c
Modified: head/sbin/hastd/pjdlog.c
===
Author: pjd
Date: Sat Oct 16 22:48:48 2010
New Revision: 213938
URL: http://svn.freebsd.org/changeset/base/213938
Log:
Clear signal mask before executing a hook.
Submitted by: Mikolaj Golub
MFC after:3 days
Modified:
head/sbin/hastd/hooks.c
Modified: head/sbin/hastd/hooks.c
=
Author: avg
Date: Sat Oct 16 20:43:05 2010
New Revision: 213937
URL: http://svn.freebsd.org/changeset/base/213937
Log:
zfs: add vop_getpages method implementation
This should make vnode_pager_getpages path a bit shorter and clearer.
Also this should eliminate problems with partially valid
On Sat, 16 Oct 2010, Bjoern A. Zeeb wrote:
Author: bz
Date: Sat Oct 16 19:53:22 2010
New Revision: 213932
URL: http://svn.freebsd.org/changeset/base/213932
Log:
MfP4 CH182763 (original version):
Make it harder to exploit certain in_control() related races between the
intiial lookup at the b
Author: bz
Date: Sat Oct 16 19:53:22 2010
New Revision: 213932
URL: http://svn.freebsd.org/changeset/base/213932
Log:
MfP4 CH182763 (original version):
Make it harder to exploit certain in_control() related races between the
intiial lookup at the beginning and the time we will remove the
Author: mav
Date: Sat Oct 16 19:29:37 2010
New Revision: 213931
URL: http://svn.freebsd.org/changeset/base/213931
Log:
Allow umass to use bigger transactions for USB 3.0 devices. It is less
important for USB 2.0 devices and some of them reported to have problems
with large transactions. But
Author: bz
Date: Sat Oct 16 19:25:27 2010
New Revision: 213930
URL: http://svn.freebsd.org/changeset/base/213930
Log:
Close a race acquiring the IF_ADDR_LOCK() for each entry while iterating
over all interfaces to make sure the address will neither change nor be
freed while we are working on
Author: bz
Date: Sat Oct 16 18:42:09 2010
New Revision: 213929
URL: http://svn.freebsd.org/changeset/base/213929
Log:
lltable_drain() has never been used so far, thus #if 0 it for now.
While touching it add the missing locking to the now disabled code
for the time when we'll resurrect it.
Author: bcr (doc committer)
Date: Sat Oct 16 17:30:27 2010
New Revision: 213928
URL: http://svn.freebsd.org/changeset/base/213928
Log:
Fix a grammatical error connected to the previous commit.
Spotted by: gjb@
Modified:
head/usr.sbin/pmcannotate/pmcannotate.c
Modified: head/usr.sbin/p
Author: bcr (doc committer)
Date: Sat Oct 16 15:24:04 2010
New Revision: 213927
URL: http://svn.freebsd.org/changeset/base/213927
Log:
Correct some typos in comments, no functional changes.
Modified:
head/usr.bin/compress/zopen.c
head/usr.bin/gzip/gzip.c
head/usr.bin/gzip/unpack.c
head/
Author: jilles
Date: Sat Oct 16 14:37:56 2010
New Revision: 213926
URL: http://svn.freebsd.org/changeset/base/213926
Log:
sh(1): Clarify subshells/processes for pipelines.
For multi-command pipelines,
1. all commands are direct children of the shell (unlike the original
Bourne shell)
On Sat, Oct 16, 2010 at 01:30:31PM +0200, Hans Petter Selasky wrote:
> On Saturday 16 October 2010 12:12:43 Hans Petter Selasky wrote:
> > On Saturday 16 October 2010 12:00:51 Kostik Belousov wrote:
> > > > USB has some shared memory structures which are used in both user-land
> > > > and kernel,
Author: jilles
Date: Sat Oct 16 12:40:00 2010
New Revision: 213925
URL: http://svn.freebsd.org/changeset/base/213925
Log:
sh: Use rather than .
is only for the kernel and conflicts with .
Modified:
head/bin/sh/jobs.c
Modified: head/bin/sh/jobs.c
===
On Saturday 16 October 2010 12:12:43 Hans Petter Selasky wrote:
> On Saturday 16 October 2010 12:00:51 Kostik Belousov wrote:
> > > USB has some shared memory structures which are used in both user-land
> > > and kernel, which are not part of IOCTLs. Your approach means that
> > > there are two se
Author: hselasky
Date: Sat Oct 16 11:20:53 2010
New Revision: 213920
URL: http://svn.freebsd.org/changeset/base/213920
Log:
- Add support for libusbhid in 32-bit compatibility mode.
- Add missing check for ugd_actlen being too small.
- Add missing inclusion guard to usbvar.h header file.
-
Author: avg
Date: Sat Oct 16 10:45:36 2010
New Revision: 213918
URL: http://svn.freebsd.org/changeset/base/213918
Log:
atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0e
Old scrolls tell that once upon a time IBM AT BIOS was known to put some
useful system diagnostic informat
On Saturday 16 October 2010 12:00:51 Kostik Belousov wrote:
> > USB has some shared memory structures which are used in both user-land
> > and kernel, which are not part of IOCTLs. Your approach means that
> > there are two sets of IOCTL's of all kinds, one for 32-bit and one for
> > 64-bit?
>
>
On Sat, Oct 16, 2010 at 11:41:31AM +0200, Hans Petter Selasky wrote:
> On Saturday 16 October 2010 10:12:37 Kostik Belousov wrote:
> > On Thu, Oct 14, 2010 at 08:38:18PM +, Hans Petter Selasky wrote:
> > > Author: hselasky
> > > Date: Thu Oct 14 20:38:18 2010
> > > New Revision: 213852
> > > UR
Author: kib
Date: Sat Oct 16 09:46:03 2010
New Revision: 213917
URL: http://svn.freebsd.org/changeset/base/213917
Log:
Document vfs.ncsizefactor and vfs.ncnegfactor.
MFC after:2 weeks
Modified:
head/share/man/man7/tuning.7
Modified: head/share/man/man7/tuning.7
=
Author: kib
Date: Sat Oct 16 09:44:31 2010
New Revision: 213916
URL: http://svn.freebsd.org/changeset/base/213916
Log:
Provide vfs.ncsizefactor instead of hard-coding namecache ratio.
Move debug.ncnegfactor to vfs.ncnegfactor [1].
Provide some descriptions for the namecache related sysctls [
On Saturday 16 October 2010 10:12:37 Kostik Belousov wrote:
> On Thu, Oct 14, 2010 at 08:38:18PM +, Hans Petter Selasky wrote:
> > Author: hselasky
> > Date: Thu Oct 14 20:38:18 2010
> > New Revision: 213852
> > URL: http://svn.freebsd.org/changeset/base/213852
> >
> > Log:
> > - Add support
On Thu, Oct 14, 2010 at 08:38:18PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Thu Oct 14 20:38:18 2010
> New Revision: 213852
> URL: http://svn.freebsd.org/changeset/base/213852
>
> Log:
> - Add support for LibUSB in 32-bit compatibility mode.
>
> Approved by:thompsa (
On Fri, Oct 15, 2010 at 04:28:40PM -0400, John Baldwin wrote:
> On Friday, October 15, 2010 2:50:46 pm Rui Paulo wrote:
> > On 15 Oct 2010, at 13:45, John Baldwin wrote:
> >
> > > On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote:
> > >> On 2010-10-14 21:39, John Baldwin wrote:
> > >>>
Author: lstewart
Date: Sat Oct 16 07:12:39 2010
New Revision: 213913
URL: http://svn.freebsd.org/changeset/base/213913
Log:
Retire the system-wide, per-reassembly queue segment limit. The mechanism is
far
too coarse grained to be useful and the default value significantly degrades
TCP
perf
26 matches
Mail list logo