svn commit: r227610 - in head/sys/dev/usb: . quirk

2011-11-17 Thread Hans Petter Selasky
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:

svn commit: r227613 - head/sys/boot/fdt/dts

2011-11-17 Thread Rafal Jaworowski
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:

svn commit: r227614 - in head: share/man/man4 sys/dev/netmap sys/net tools/tools tools/tools/netmap

2011-11-17 Thread Luigi Rizzo
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/

Re: svn commit: r227528 - head/etc

2011-11-17 Thread Pawel Jakub Dawidek
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 do this

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Pawel Jakub Dawidek
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 article20151849.pafinr3k012...@svn.freebsd.org Nathan Whitehornnwhiteh...@freebsd.org writes: Log:

svn commit: r227622 - head/lib/libc/sys

2011-11-17 Thread Konstantin Belousov
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

svn commit: r227623 - head/sys/mips/mips

2011-11-17 Thread Jayachandran C.
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

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
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 article20151849.pafinr3k012...@svn.freebsd.org

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Alexey Dokuchaev
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 gross but

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread David Chisnall
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 them as the RC

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
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 plain stupid! I've had

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Alexey Dokuchaev
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 mips/mips64el

svn commit: r227626 - head/sys/dev/acpica

2011-11-17 Thread Eitan Adler
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 oliver.p...@gmail.com Approved by: jhb MFC after:3 days

svn commit: r227627 - head/sys/powerpc/aim

2011-11-17 Thread Nathan Whitehorn
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

svn commit: r227628 - in head/sys/powerpc: aim include

2011-11-17 Thread Nathan Whitehorn
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

svn commit: r227629 - head/sys/boot/ia64/common

2011-11-17 Thread Marcel Moolenaar
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

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread John Baldwin
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 kernel targets

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
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:

svn commit: r227633 - head/share/man/man4

2011-11-17 Thread Christian Brueffer
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:

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Pawel Jakub Dawidek
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 Smith

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread John Baldwin
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 Smith

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
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 Dokuchaev wrote:

svn commit: r227635 - head/sys/dev/ahci

2011-11-17 Thread Alexander Motin
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

svn commit: r227636 - in head: lib/clang/include/llvm/Config tools/build

2011-11-17 Thread Dimitry Andric
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,

svn commit: r227637 - head/sys/cam

2011-11-17 Thread Alexander Motin
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

svn commit: r227638 - in head/sys: dev/re pci

2011-11-17 Thread Pyun YongHyeon
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

svn commit: r227639 - in head/sys: dev/re pci

2011-11-17 Thread Pyun YongHyeon
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

svn commit: r227641 - head/sys/dev/sfxge/common

2011-11-17 Thread Marius Strobl
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:

svn commit: r227642 - head/sys/dev/acpica

2011-11-17 Thread Eitan Adler
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:

svn commit: r227646 - in head/cddl: contrib/opensolaris/cmd/zfs contrib/opensolaris/cmd/zpool sbin/zfs sbin/zpool

2011-11-17 Thread Martin Matuska
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

svn commit: r227648 - head/cddl/contrib/opensolaris/cmd/zfs

2011-11-17 Thread Martin Matuska
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:

svn commit: r227649 - head/cddl/contrib/opensolaris/cmd/zfs

2011-11-17 Thread Martin Matuska
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:

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Alexey Dokuchaev
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 example of

Re: svn commit: r227650 - in head: lib/libkiconv sys/conf sys/fs/msdosfs sys/fs/smbfs sys/kern sys/libkern sys/modules/libiconv sys/modules/libmchain sys/netsmb sys/sys

2011-11-17 Thread Alexey Dokuchaev
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

Re: svn commit: r227536 - in head: release share/man/man7

2011-11-17 Thread Ken Smith
-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:

svn commit: r227651 - head/sys/dev/ath

2011-11-17 Thread Adrian Chadd
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

svn commit: r227652 - in head: share/man/man4 sys/dev/virtio sys/dev/virtio/balloon sys/dev/virtio/block sys/dev/virtio/network sys/dev/virtio/pci sys/modules sys/modules/virtio sys/modules/virtio/...

2011-11-17 Thread Peter Grehan
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