Author: grehan
Date: Fri Nov 18 05:43:43 2011
New Revision: 227652
URL: http://svn.freebsd.org/changeset/base/227652
Log:
Import virtio base, PCI front-end, and net/block/balloon drivers.
Tested on Qemu/KVM, VirtualBox, and BHyVe.
Currently built as modules-only on i386/amd64. Man pages n
Author: adrian
Date: Fri Nov 18 05:06:30 2011
New Revision: 227651
URL: http://svn.freebsd.org/changeset/base/227651
Log:
Flesh out some slightly dirty reset/channel change serialisation code
for the ath(4) driver.
Currently, there's nothing stopping reset, channel change and general
TX
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/17/11 10:00 PM, Alexey Dokuchaev wrote:
> On Thu, Nov 17, 2011 at 02:16:47PM -0500, John Baldwin wrote:
>> On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote:
>>> If you're referring to the FTP directory tree layout we wind up
>>> with:
>
On Fri, Nov 18, 2011 at 03:05:21AM +, Kevin Lo wrote:
> Author: kevlo
> Date: Fri Nov 18 03:05:20 2011
> New Revision: 227650
> URL: http://svn.freebsd.org/changeset/base/227650
>
> Log:
> Add unicode support to msdosfs and smbfs; original pathes from imura,
> bug fixes by Kuan-Chung Chiu
Author: kevlo
Date: Fri Nov 18 03:05:20 2011
New Revision: 227650
URL: http://svn.freebsd.org/changeset/base/227650
Log:
Add unicode support to msdosfs and smbfs; original pathes from imura,
bug fixes by Kuan-Chung Chiu .
Tested by me in production for several days at work.
Added:
head
On Thu, Nov 17, 2011 at 02:16:47PM -0500, John Baldwin wrote:
> On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote:
> > If you're referring to the FTP directory tree layout we wind up with:
> >
> > .../releases/amd64/9.0-RELEASE
> > .../releases/amd64/ISO-IMAGES/9.0
> >
> > for an
Author: mm
Date: Fri Nov 18 02:25:54 2011
New Revision: 227649
URL: http://svn.freebsd.org/changeset/base/227649
Log:
More zfs(8) manpage fixes:
- remove shareiscsi property
- mark casesensitivity property as unsupported
- remove reference to Solaris Administration Guide
MFC after:
Author: mm
Date: Fri Nov 18 02:06:09 2011
New Revision: 227648
URL: http://svn.freebsd.org/changeset/base/227648
Log:
Fix reference to fsync(2).
Add more references to SEE ALSO section.
MFC after:1 week
Modified:
head/cddl/contrib/opensolaris/cmd/zfs/zfs.8
Modified: head/cddl/cont
Author: mm
Date: Fri Nov 18 01:28:52 2011
New Revision: 227646
URL: http://svn.freebsd.org/changeset/base/227646
Log:
Update and desolarization of zfs(8) and zpool(8) manual pages:
- synchronized to match new vendor code (Illumos rev. 13513) [1]
- removed references to sun commands (replaced
Author: eadler (ports committer)
Date: Thu Nov 17 23:04:43 2011
New Revision: 227642
URL: http://svn.freebsd.org/changeset/base/227642
Log:
- be more precise about the unit of measurement
Approved by: jhb
MFC after:3 days
Modified:
head/sys/dev/acpica/acpi_thermal.c
Modified: hea
Author: marius
Date: Thu Nov 17 22:59:16 2011
New Revision: 227641
URL: http://svn.freebsd.org/changeset/base/227641
Log:
Implement prefetch_read_{many,once}() for sparc64 and fix compilation on
other !x86 architectures.
Modified:
head/sys/dev/sfxge/common/efsys.h
Modified: head/sys/dev/sf
Author: marius
Date: Thu Nov 17 22:56:40 2011
New Revision: 227640
URL: http://svn.freebsd.org/changeset/base/227640
Log:
Fix compilation on ILP32.
Modified:
head/sys/dev/sfxge/sfxge_dma.c
head/sys/dev/sfxge/sfxge_intr.c
head/sys/dev/sfxge/sfxge_tx.c
Modified: head/sys/dev/sfxge/sfxge_dm
Author: yongari
Date: Thu Nov 17 22:07:50 2011
New Revision: 227639
URL: http://svn.freebsd.org/changeset/base/227639
Log:
Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.
H/W donated by: RealTek Semiconductor Corp.
Modified:
head/sys/dev/re/if_re.c
head/sys/pci/i
Author: yongari
Date: Thu Nov 17 21:24:56 2011
New Revision: 227638
URL: http://svn.freebsd.org/changeset/base/227638
Log:
Add preliminary support for second generation RTL8105E PCIe
FastEthernet.
H/W donated by: RealTek Semiconductor Corp.
Modified:
head/sys/dev/re/if_re.c
hea
Author: mav
Date: Thu Nov 17 21:07:56 2011
New Revision: 227637
URL: http://svn.freebsd.org/changeset/base/227637
Log:
Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode.
It blocks CAM SWI usage on requests completion, unneeded because of polling
and denied during ke
Author: dim
Date: Thu Nov 17 21:06:53 2011
New Revision: 227636
URL: http://svn.freebsd.org/changeset/base/227636
Log:
Revert r227538, since it doesn't compile with clang at all (it doesn't
allow the built-in operations to be redefined, at least not without
excessive force).
Instead, ju
Author: mav
Date: Thu Nov 17 20:46:51 2011
New Revision: 227635
URL: http://svn.freebsd.org/changeset/base/227635
Log:
Change the way how "not implemented" AHCI channels handled. Instead of
completely skipping them, create ahcich devices for them to allocate unit
numbers, but mark them as di
On Thu, 2011-11-17 at 14:16 -0500, John Baldwin wrote:
> On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote:
> > On Thu, 2011-11-17 at 11:41 -0500, John Baldwin wrote:
> > > On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote:
> > > > On Thu, 2011-11-17 at 14:57 +, Alexey Dokucha
On Thursday, November 17, 2011 12:43:12 pm Ken Smith wrote:
> On Thu, 2011-11-17 at 11:41 -0500, John Baldwin wrote:
> > On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote:
> > > On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote:
> > > > On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken
* Rick Macklem [16 21:16] wrote:
> Alfred Perlstein wrote:
> > Rick, I have a question, what will happen if the nfs_freesillyrename()
> > call happens when the mount is down? Will it block the
> > taskqueue_thread?
> >
> > If so, it might make more sense to make a taskqueue per mount point.
>
On Thu, Nov 17, 2011 at 12:43:12PM -0500, Ken Smith wrote:
> On Thu, 2011-11-17 at 11:41 -0500, John Baldwin wrote:
> > On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote:
> > > On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote:
> > > > On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken
Author: brueffer
Date: Thu Nov 17 17:57:35 2011
New Revision: 227633
URL: http://svn.freebsd.org/changeset/base/227633
Log:
Some cleanup:
- Start sentences on new lines
- Mark up sysctl variables
- Use %d in sysctl variables to denote the index, as we do in other manpages
Modified:
head
On Thu, 2011-11-17 at 11:41 -0500, John Baldwin wrote:
> On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote:
> > On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote:
> > > On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote:
> > > > This is the problem we are trying to "solve":
On Thursday, November 17, 2011 10:11:36 am Ken Smith wrote:
> On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote:
> > On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote:
> > > This is the problem we are trying to "solve":
> > >
> > > Supported TARGET/TARGET_ARCH pairs for world and k
Author: rmacklem
Date: Thu Nov 17 16:38:22 2011
New Revision: 227631
URL: http://svn.freebsd.org/changeset/base/227631
Log:
MFC: r227059
Both a crash reported on freebsd-current on Oct. 18 under the
subject heading "mtx_lock() of destroyed mutex on NFS" and
PR# 156168 appear to be caused b
Author: rmacklem
Date: Thu Nov 17 16:08:46 2011
New Revision: 227630
URL: http://svn.freebsd.org/changeset/base/227630
Log:
MFC: r227059
Both a crash reported on freebsd-current on Oct. 18 under the
subject heading "mtx_lock() of destroyed mutex on NFS" and
PR# 156168 appear to be caused b
Author: marcel
Date: Thu Nov 17 15:51:03 2011
New Revision: 227629
URL: http://svn.freebsd.org/changeset/base/227629
Log:
Wire the kernel text RWX, rather than RX. We're not quite ready
for having kernel text non-writable, because we still need to
apply relocations. On top of that, the PBVM
On Thu, 2011-11-17 at 14:57 +, Alexey Dokuchaev wrote:
> On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote:
> > This is the problem we are trying to "solve":
> >
> > Supported TARGET/TARGET_ARCH pairs for world and kernel targets
> > amd64/amd64
> > arm/arm
> > arm/armeb
>
Author: nwhitehorn
Date: Thu Nov 17 15:49:42 2011
New Revision: 227628
URL: http://svn.freebsd.org/changeset/base/227628
Log:
Use a global __pure2 function instead of a global register variable for
curthread, like on x86 and sparc64. This makes the kernel somewhat more
clang friendly, which
Author: nwhitehorn
Date: Thu Nov 17 15:48:12 2011
New Revision: 227627
URL: http://svn.freebsd.org/changeset/base/227627
Log:
Add an extra invariant here which was useful on 64-bit CPUs.
Modified:
head/sys/powerpc/aim/mmu_oea.c
Modified: head/sys/powerpc/aim/mmu_oea.c
===
Author: eadler (ports committer)
Date: Thu Nov 17 15:46:37 2011
New Revision: 227626
URL: http://svn.freebsd.org/changeset/base/227626
Log:
- be more precise about the unit of measurement
Submitted by: Oliver Pinter
Approved by: jhb
MFC after:3 days
Modified:
head/sys/dev/acpic
On Thu, Nov 17, 2011 at 09:44:52AM -0500, Ken Smith wrote:
> This is the problem we are trying to "solve":
>
> Supported TARGET/TARGET_ARCH pairs for world and kernel targets
> amd64/amd64
> arm/arm
> arm/armeb
> i386/i386
> ia64/ia64
> mips/mipsel
> mips/mipseb
> m
On Thu, 2011-11-17 at 14:34 +, David Chisnall wrote:
> On 17 Nov 2011, at 14:31, Alexey Dokuchaev wrote:
>
> Kinda gross but "FBSD-9.0-RELEASE-amd64-amd64-bootonly.iso"?
> >>>
> >>> Can't we use one if they are equal?
> >>
> >> I'd prefer consistency. [...]
> >
> > But it looks so plai
On 17 Nov 2011, at 14:31, Alexey Dokuchaev wrote:
Kinda gross but "FBSD-9.0-RELEASE-amd64-amd64-bootonly.iso"?
>>>
>>> Can't we use one if they are equal?
>>
>> I'd prefer consistency. [...]
>
> But it looks so plain stupid!
I've had someone ask me what amd64-amd64 meant when I pointed t
On Thu, Nov 17, 2011 at 08:03:40AM -0500, Ken Smith wrote:
> On Thu, 2011-11-17 at 13:42 +0100, Pawel Jakub Dawidek wrote:
> > On Wed, Nov 16, 2011 at 10:24:10AM -0500, Ken Smith wrote:
> > > Or both? We're heading in the direction of having both for the FTP
> > > server tree.
> > >
> > > Kinda g
Author: eadler (ports committer)
Date: Thu Nov 17 14:06:39 2011
New Revision: 227625
URL: http://svn.freebsd.org/changeset/base/227625
Log:
Record the merge of r227457, which was done as part of r227565 but not
mentioned in the commit log
PR: kern/142999
PR: kern/1513
Author: eadler (ports committer)
Date: Thu Nov 17 14:05:59 2011
New Revision: 227624
URL: http://svn.freebsd.org/changeset/base/227624
Log:
Record the merge of r227457, which was done as part of r227565 but not
mentioned in the commit log
PR: kern/142999
PR: kern/1513
On Thu, 2011-11-17 at 13:42 +0100, Pawel Jakub Dawidek wrote:
> On Wed, Nov 16, 2011 at 10:24:10AM -0500, Ken Smith wrote:
> > On Wed, 2011-11-16 at 09:17 -0600, Nathan Whitehorn wrote:
> > > On 11/16/11 08:28, TAKAHASHI Yoshihiro wrote:
> > > > In article<20151849.pafinr3k012...@svn.freebsd.or
Author: jchandra
Date: Thu Nov 17 13:14:59 2011
New Revision: 227623
URL: http://svn.freebsd.org/changeset/base/227623
Log:
Do pmap update only on active CPUs.
The pmap update_page/invalidate_page/invalidate_all operations has to be
done only on active cpus. In the simplest case, if the p
Author: kib
Date: Thu Nov 17 13:14:07 2011
New Revision: 227622
URL: http://svn.freebsd.org/changeset/base/227622
Log:
Fix typo.
Submitted by: arundel
MFC after:3 days
Modified:
head/lib/libc/sys/stat.2
Modified: head/lib/libc/sys/stat.2
===
On Wed, Nov 16, 2011 at 10:24:10AM -0500, Ken Smith wrote:
> On Wed, 2011-11-16 at 09:17 -0600, Nathan Whitehorn wrote:
> > On 11/16/11 08:28, TAKAHASHI Yoshihiro wrote:
> > > In article<20151849.pafinr3k012...@svn.freebsd.org>
> > > Nathan Whitehorn writes:
> > >
> > >> Log:
> > >>Further
Author: brueffer
Date: Thu Nov 17 12:37:50 2011
New Revision: 227621
URL: http://svn.freebsd.org/changeset/base/227621
Log:
MFC: r227448
Reword a sentence in the HARDWARE section a little to make it more suitable
for automatic hardware notes generation.
Modified:
stable/8/share/man/man
Author: brueffer
Date: Thu Nov 17 12:28:00 2011
New Revision: 227620
URL: http://svn.freebsd.org/changeset/base/227620
Log:
MFC: r227448
Reword a sentence in the HARDWARE section a little to make it more suitable
for automatic hardware notes generation.
Approved by:re (kib)
Modi
Author: brueffer
Date: Thu Nov 17 12:27:20 2011
New Revision: 227619
URL: http://svn.freebsd.org/changeset/base/227619
Log:
MFC: r227448
Reword a sentence in the HARDWARE section a little to make it more suitable
for automatic hardware notes generation.
Approved by: re (kib)
Modifi
Author: brueffer
Date: Thu Nov 17 12:25:38 2011
New Revision: 227618
URL: http://svn.freebsd.org/changeset/base/227618
Log:
MFC: r227276
Add qlxgb(4).
Approved by:re (kib)
Modified:
releng/9.0/share/man/man4/altq.4
Directory Properties:
releng/9.0/share/man/man4/ (props chan
Author: brueffer
Date: Thu Nov 17 12:25:15 2011
New Revision: 227617
URL: http://svn.freebsd.org/changeset/base/227617
Log:
MFC: r227276
Add qlxgb(4).
Approved by: re (kib)
Modified:
stable/9/share/man/man4/altq.4
Directory Properties:
stable/9/share/man/man4/ (props changed)
On Tue, Nov 15, 2011 at 12:59:07PM +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Nov 15 12:59:07 2011
> New Revision: 227528
> URL: http://svn.freebsd.org/changeset/base/227528
>
> Log:
> On some laptops it is important to re-open /dev/psm after resume. moused(8)
> was capable to d
Author: brueffer
Date: Thu Nov 17 12:23:24 2011
New Revision: 227616
URL: http://svn.freebsd.org/changeset/base/227616
Log:
MFC: r227271
Write QLogic consistently.
Approved by: re (kib)
Modified:
releng/9.0/share/man/man4/qlxgb.4
Directory Properties:
releng/9.0/share/man/man4/
Author: brueffer
Date: Thu Nov 17 12:22:09 2011
New Revision: 227615
URL: http://svn.freebsd.org/changeset/base/227615
Log:
MFC: r227271
Write QLogic consistently.
Approved by: re (kib)
Modified:
stable/9/share/man/man4/qlxgb.4
Directory Properties:
stable/9/share/man/man4/ (pr
Author: luigi
Date: Thu Nov 17 12:17:39 2011
New Revision: 227614
URL: http://svn.freebsd.org/changeset/base/227614
Log:
Bring in support for netmap, a framework for very efficient packet
I/O from userspace, capable of line rate at 10G, see
http://info.iet.unipi.it/~luigi/netmap/
Author: raj
Date: Thu Nov 17 12:08:12 2011
New Revision: 227613
URL: http://svn.freebsd.org/changeset/base/227613
Log:
Add DTS for the Freescale P2020DS.
Obtained from: Freescale
Added:
head/sys/boot/fdt/dts/p2020ds.dts (contents, props changed)
Added: head/sys/boot/fdt/dts/p2020ds.dt
Author: delphij
Date: Thu Nov 17 11:16:56 2011
New Revision: 227611
URL: http://svn.freebsd.org/changeset/base/227611
Log:
MFC r227409:
Do a dummy read to flush the interrupt ACK that we just performed,
ensuring that everything is really, truly consistent.
This fixes certain cases wh
Author: delphij
Date: Thu Nov 17 11:16:56 2011
New Revision: 227611
URL: http://svn.freebsd.org/changeset/base/227611
Log:
MFC r227409:
Do a dummy read to flush the interrupt ACK that we just performed,
ensuring that everything is really, truly consistent.
This fixes certain cases wh
Author: hselasky
Date: Thu Nov 17 10:46:51 2011
New Revision: 227610
URL: http://svn.freebsd.org/changeset/base/227610
Log:
Quirk all of ALCOR's mass storage devices instead of
quirking individual devices.
Submitted by: Dmitry Luhtionov
MFC after:1 week
Modified:
head/sys/dev/usb
Author: dim
Date: Thu Nov 17 08:12:12 2011
New Revision: 227608
URL: http://svn.freebsd.org/changeset/base/227608
Log:
MFC r227112:
Whenever you boot with nfsv4_server_enable=NO (the default) in rc.conf,
the /etc/rc.d/nfsd script sets vfs.nfsd.server_max_nfsvers to 3.
Then, when you
Author: dim
Date: Thu Nov 17 08:07:16 2011
New Revision: 227607
URL: http://svn.freebsd.org/changeset/base/227607
Log:
MFC r227112:
Whenever you boot with nfsv4_server_enable=NO (the default) in rc.conf,
the /etc/rc.d/nfsd script sets vfs.nfsd.server_max_nfsvers to 3.
Then, when you
56 matches
Mail list logo