I'm heading out of town this weekend. I can try to look at this on
Tuesday, if nobody beats me to it.
-Mike
On Fri, 3 Jun 2011, John Baldwin wrote:
On Saturday, May 14, 2011 1:07:18 pm Mikolaj Golub wrote:
On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote:
JB> Can you capture a tcp
Author: adrian
Date: Sat Jun 4 04:14:59 2011
New Revision: 222668
URL: http://svn.freebsd.org/changeset/base/222668
Log:
A few changes to make radar detection implementable in a hal_dfs/
module.
* If sc->sc_dodfs is set to 1 by the ath_dfs_radar_enable(),
set the relevant rx filter b
Author: nwhitehorn
Date: Sat Jun 4 04:00:40 2011
New Revision: 222667
URL: http://svn.freebsd.org/changeset/base/222667
Log:
Retry the memory map-related portions of r222613, written by andreast,
after some minor tweaks and an increase in the early-boot stack space in
r222632.
Modified:
Author: nwhitehorn
Date: Sat Jun 4 03:22:16 2011
New Revision: 222666
URL: http://svn.freebsd.org/changeset/base/222666
Log:
Fix a typo derived from a mismerge from mmu_oea that would cause
pmap_sync_icache() to sync random (possibly uncached or nonexisting!)
memory, causing kernel page fau
Author: rmacklem
Date: Sat Jun 4 01:13:09 2011
New Revision: 222663
URL: http://svn.freebsd.org/changeset/base/222663
Log:
Modify the new NFS server so that the NFSv3 Pathconf RPC
doesn't return an error when the underlying file system
lacks support for any of the four _PC_xxx values used,
On Fri, 3 Jun 2011, Kenneth D. Merry wrote:
On Fri, Jun 03, 2011 at 20:47:00 +1000, Bruce Evans wrote:
On Thu, 2 Jun 2011, Kenneth D. Merry wrote:
That particular solution doesn't lock the normal kernel printf path, and so
won't fix what we're trying to fix. (We've got lots of disks in each
Author: jilles
Date: Fri Jun 3 21:17:42 2011
New Revision: 222661
URL: http://svn.freebsd.org/changeset/base/222661
Log:
sh: Add tests for -n flag. These already pass.
Added:
head/tools/regression/bin/sh/execution/set-n1.0 (contents, props changed)
head/tools/regression/bin/sh/execution/
On Fri, Jun 03, 2011 at 20:47:00 +1000, Bruce Evans wrote:
> On Thu, 2 Jun 2011, Kenneth D. Merry wrote:
>
> >On Wed, Jun 01, 2011 at 20:07:31 +1000, Bruce Evans wrote:
> >>On Wed, 1 Jun 2011, Andriy Gapon wrote:
> >>
> >>>on 31/05/2011 20:29 Kenneth D. Merry said the following:
> + mtx_init(&
Author: jhb
Date: Fri Jun 3 20:59:21 2011
New Revision: 222660
URL: http://svn.freebsd.org/changeset/base/222660
Log:
- Rename the Cronyx Omega2-PCI entry to Exar XR17C158 since that is the
real owner of the device ID. Also rename the associated config
function while here.
- Add supp
Author: andreast
Date: Fri Jun 3 20:43:12 2011
New Revision: 222659
URL: http://svn.freebsd.org/changeset/base/222659
Log:
- Introduce a define for ZERO_C_TO_K.
- Fix the printing of the temperature when we exceed the critical value.
Approved by: nwhitehorn (mentor)
Modified:
head/sy
Author: andreast
Date: Fri Jun 3 18:58:32 2011
New Revision: 222658
URL: http://svn.freebsd.org/changeset/base/222658
Log:
- Improve error handling.
- Add a retry loop for the i2c sensor reading.
- Update the sensor handling for sensors which do not have a location
entry. [1]
Submitt
Author: ed
Date: Fri Jun 3 17:49:16 2011
New Revision: 222656
URL: http://svn.freebsd.org/changeset/base/222656
Log:
Upgrade libcompiler_rt from revision 117047 to 132478.
It seems there have only been a small amount to the compiler-rt source
code in the mean time. I'd rather have the co
Author: csjp
Date: Fri Jun 3 14:57:38 2011
New Revision: 222654
URL: http://svn.freebsd.org/changeset/base/222654
Log:
Explicitly initialize the packet buffer to NULL after we unmap the zero copy
buffers. This fixes a segfault on exit due to calling free on a bogus
pointer.
This should be
Author: ru
Date: Fri Jun 3 14:34:38 2011
New Revision: 222653
URL: http://svn.freebsd.org/changeset/base/222653
Log:
When MANCOLOR environment variable is set, enable ANSI color escapes
in grotty(1). This makes it possible to view colorized manpages in
color.
When MANPAGER environment
Author: mav
Date: Fri Jun 3 13:49:18 2011
New Revision: 222652
URL: http://svn.freebsd.org/changeset/base/222652
Log:
Update disk's stripesize and stripeoffset parameters on provider open.
They are media-dependent and may change in run-time, same as sectorsize
and/or mediasize.
SCSI de
Author: jhb
Date: Fri Jun 3 13:47:05 2011
New Revision: 222651
URL: http://svn.freebsd.org/changeset/base/222651
Log:
Properly return an ENOBUFS error if a write to a tun(4) device fails
due to m_uiotombuf() failing.
While here, trim unneeded error handling related to tuninit() since it
Author: ru
Date: Fri Jun 3 13:45:11 2011
New Revision: 222650
URL: http://svn.freebsd.org/changeset/base/222650
Log:
Don't use col(1) since grotty(1) never outputs reverse line feeds,
and because col(1) mangles ANSI color escapes if enabled. Spaces
to tabs compression is now done by passin
On Saturday, May 14, 2011 1:07:18 pm Mikolaj Golub wrote:
>
> On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote:
>
> JB> Can you capture a tcpdump (probably easiest to do from the other host)?
>
> I replaced the asserts with log statements to make the host not panic and the
> captured dump
Author: ru
Date: Fri Jun 3 12:02:53 2011
New Revision: 222648
URL: http://svn.freebsd.org/changeset/base/222648
Log:
Re-enable SGR support (ANSI color escapes) in grotty(1) by default.
Our man(1) and bsd.doc.mk still disable it for POLA reasons via the
-c option to grotty(1).
PR:
Author: ru
Date: Fri Jun 3 11:58:17 2011
New Revision: 222647
URL: http://svn.freebsd.org/changeset/base/222647
Log:
Don't pass -o1- to groff(1) by default. If ms(7) formatted document
uses the .RP macro, a separate cover page is created as page 0 which
is not otherwise output. The bug wa
On Thu, 2 Jun 2011, Kenneth D. Merry wrote:
On Wed, Jun 01, 2011 at 20:07:31 +1000, Bruce Evans wrote:
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 mys
Author: ru
Date: Fri Jun 3 10:39:36 2011
New Revision: 222646
URL: http://svn.freebsd.org/changeset/base/222646
Log:
Generally clean up markup.
Modified:
head/sbin/geom/class/part/gpart.8
Modified: head/sbin/geom/class/part/gpart.8
===
On Tue May 31 11, Bruce Evans wrote:
> 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 restor
Author: adrian
Date: Fri Jun 3 07:27:53 2011
New Revision: 222644
URL: http://svn.freebsd.org/changeset/base/222644
Log:
Bring over the relevant registers to use when implementing the quiet time
portion of 802.11h.
The AR5212 code has been brought over as a reference, it's currently
un
Author: mav
Date: Fri Jun 3 07:25:36 2011
New Revision: 222643
URL: http://svn.freebsd.org/changeset/base/222643
Log:
Increase maximum supported number of ranges per TRIM command from 256 to 512
to use full potential of Intel X25-M SSDs. On synthetic test with 32K ranges
it gives about 20%
25 matches
Mail list logo