svn commit: r241082 - in head/sys: dev/usb dev/usb/controller mips/cavium/usb

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 05:42:43 2012 New Revision: 241082 URL: http://svn.freebsd.org/changeset/base/241082 Log: Inherit USB mode from RootHUB port where the USB device is connected. Only RootHUB ports can be dual mode. Disallow OTG ports on external HUBs. This simplifies some

svn commit: r241083 - in head/sys: kern sys

2012-10-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Oct 1 05:43:24 2012 New Revision: 241083 URL: http://svn.freebsd.org/changeset/base/241083 Log: - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this change mkfifoat(2) was not restricted. - Introduce CAP_MKNOD and enforce it on mknodat(2).

svn commit: r241081 - head/sys/arm/ti/usb

2012-10-01 Thread Andrew Turner
Author: andrew Date: Mon Oct 1 05:15:13 2012 New Revision: 241081 URL: http://svn.freebsd.org/changeset/base/241081 Log: Remove unused variables from the OMAP ehci code. Modified: head/sys/arm/ti/usb/omap_ehci.c Modified: head/sys/arm/ti/usb/omap_ehci.c

svn commit: r241084 - in stable/9: etc usr.sbin/moused

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 05:48:46 2012 New Revision: 241084 URL: http://svn.freebsd.org/changeset/base/241084 Log: MFC r240891: Improve moused when used with USB mouse devices. Modified: stable/9/etc/devd.conf stable/9/usr.sbin/moused/moused.c Directory Properties:

svn commit: r241085 - in stable/8: etc usr.sbin/moused

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 05:57:48 2012 New Revision: 241085 URL: http://svn.freebsd.org/changeset/base/241085 Log: MFC r233090 and r240891: The UMS module is now loaded by rules in /etc/devd/usb.conf. Improve moused when used with USB mouse devices. Modified:

svn commit: r241086 - stable/8/sys/dev/usb/serial

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 06:00:08 2012 New Revision: 241086 URL: http://svn.freebsd.org/changeset/base/241086 Log: MFC r240856: Correct driver name. Modified: stable/8/sys/dev/usb/serial/uchcom.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/dev/ (props

svn commit: r241087 - stable/9/sys/dev/usb/serial

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 06:01:20 2012 New Revision: 241087 URL: http://svn.freebsd.org/changeset/base/241087 Log: MFC r240856: Correct driver name. Modified: stable/9/sys/dev/usb/serial/uchcom.c Directory Properties: stable/9/sys/ (props changed) stable/9/sys/dev/ (props

svn commit: r241088 - in stable/9/sys: cddl/contrib/opensolaris/uts/common/dtrace dev/drm dev/drm2 dev/ksyms fs/devfs ofed/include/linux

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 06:42:07 2012 New Revision: 241088 URL: http://svn.freebsd.org/changeset/base/241088 Log: MFC r239303: Streamline use of cdevpriv and correct some corner cases. Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c

svn commit: r241089 - head/etc/devd

2012-10-01 Thread Hans Petter Selasky
Author: hselasky Date: Mon Oct 1 06:48:59 2012 New Revision: 241089 URL: http://svn.freebsd.org/changeset/base/241089 Log: Regenerate usb.conf MFC after:1 week Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf

svn commit: r241091 - stable/9/sys/dev/drm2/i915

2012-10-01 Thread Alexander Motin
Author: mav Date: Mon Oct 1 08:33:39 2012 New Revision: 241091 URL: http://svn.freebsd.org/changeset/base/241091 Log: MFC r240917: Reduce delays in several wait loops from 10ms to 10us, same is it is done in Linux. This substantially increases graphics performance on Ivy Bridge.

svn commit: r241092 - head

2012-10-01 Thread Konstantin Belousov
Author: kib Date: Mon Oct 1 10:46:35 2012 New Revision: 241092 URL: http://svn.freebsd.org/changeset/base/241092 Log: Add the UPDATING note about padlock rng support requiring the config change. Requested by: Dewayne Geraghty dewayne.gerag...@heuristicsystems.com.au MFC after:3 days

svn commit: r241093 - releng/9.1/sys/dev/drm2/i915

2012-10-01 Thread Alexander Motin
Author: mav Date: Mon Oct 1 10:52:10 2012 New Revision: 241093 URL: http://svn.freebsd.org/changeset/base/241093 Log: MFC r240917: Reduce delays in several wait loops from 10ms to 10us, same is it is done in Linux. This substantially increases graphics performance on Ivy Bridge.

svn commit: r241094 - stable/9/sys/ofed/drivers/infiniband/ulp/ipoib

2012-10-01 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Oct 1 10:54:04 2012 New Revision: 241094 URL: http://svn.freebsd.org/changeset/base/241094 Log: Merge r240082. Remove unneeded ipfw headers introduced in r213447 from Infiniband code. Modified: stable/9/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h Directory

svn commit: r241095 - stable/9/usr.bin/rctl

2012-10-01 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Oct 1 11:16:22 2012 New Revision: 241095 URL: http://svn.freebsd.org/changeset/base/241095 Log: MFC r240575: Remove references to userstat(1) and jailstat(1). Those tools were never merged from the Perforce branch. They might be brought in when %CPU limits go

svn commit: r241097 - head/sys/rpc/rpcsec_gss

2012-10-01 Thread Rick Macklem
Author: rmacklem Date: Mon Oct 1 12:28:58 2012 New Revision: 241097 URL: http://svn.freebsd.org/changeset/base/241097 Log: Attila Bogar and Herbert Poeckl both reported similar problems w.r.t. a Linux NFS client doing a krb5 NFS mount against the FreeBSD server. We determined this was a

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread John Baldwin
On Saturday, September 29, 2012 12:47:57 pm Andrey V. Elsukov wrote: Author: ae Date: Sat Sep 29 16:47:56 2012 New Revision: 241053 URL: http://svn.freebsd.org/changeset/base/241053 Log: Almost each time when loader opens a file, this leads to calling disk_open(). Very often this is

Re: svn commit: r241068 - head/sys/boot/i386/loader

2012-10-01 Thread John Baldwin
On Sunday, September 30, 2012 8:24:16 am Andrey V. Elsukov wrote: Author: ae Date: Sun Sep 30 12:24:15 2012 New Revision: 241068 URL: http://svn.freebsd.org/changeset/base/241068 Log: Reduce the number of attempts to detect proper kld format for the amd64 loader. Why not just put

svn commit: r241098 - stable/8/usr.sbin/lpr/common_source

2012-10-01 Thread Jaakko Heinonen
Author: jh Date: Mon Oct 1 14:52:34 2012 New Revision: 241098 URL: http://svn.freebsd.org/changeset/base/241098 Log: MFC r238546: Remove trailing whitespace. Modified: stable/8/usr.sbin/lpr/common_source/common.c Directory Properties: stable/8/usr.sbin/lpr/ (props changed)

svn commit: r241099 - stable/8/usr.sbin/lpr/common_source

2012-10-01 Thread Jaakko Heinonen
Author: jh Date: Mon Oct 1 14:55:22 2012 New Revision: 241099 URL: http://svn.freebsd.org/changeset/base/241099 Log: MFC r238547: Make sure that arraysz is initialized to a value larger than zero. arraysz could get initialized to zero on ZFS because ZFS reports directory sizes

svn commit: r241100 - head/sys/arm/conf

2012-10-01 Thread Tim Kientzle
Author: kientzle Date: Mon Oct 1 14:56:48 2012 New Revision: 241100 URL: http://svn.freebsd.org/changeset/base/241100 Log: Support kernel options from ubldr. Modified: head/sys/arm/conf/BEAGLEBONE Modified: head/sys/arm/conf/BEAGLEBONE

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread Andrey V. Elsukov
On 01.10.2012 15:53, John Baldwin wrote: Introduce new cache layer to resolve this problem. It is independent and doesn't need initialization like bcache, and will work by default for all loaders which use the new DISK API. A successful disk_open() call to each new disk or partition

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread Andrey V. Elsukov
On 01.10.2012 19:22, Andrey V. Elsukov wrote: UFS+GPT ZFS+GPT ZFS+GPT+several disks new_loader7,203s 20,584s 26,079s old_loader4,334s 9,422s 11,245s Of course, new_loader and old_loader should switch places :) -- WBR,

svn commit: r241101 - in stable/9: sys/dev/pci usr.sbin/pciconf

2012-10-01 Thread Gavin Atkinson
Author: gavin Date: Mon Oct 1 15:47:01 2012 New Revision: 241101 URL: http://svn.freebsd.org/changeset/base/241101 Log: Merge the following from head: r240694 Add PCI subclass for NVM Express devices. r240699, r240739 Recognise NVM devices and pretty-print their name.

svn commit: r241102 - in stable/8: sys/dev/pci usr.sbin/pciconf

2012-10-01 Thread Gavin Atkinson
Author: gavin Date: Mon Oct 1 15:47:13 2012 New Revision: 241102 URL: http://svn.freebsd.org/changeset/base/241102 Log: Merge the following from head: r240694 Add PCI subclass for NVM Express devices. r240699, r240739 Recognise NVM devices and pretty-print their name.

svn commit: r241103 - in stable/7: sys/dev/pci usr.sbin/pciconf

2012-10-01 Thread Gavin Atkinson
Author: gavin Date: Mon Oct 1 15:47:35 2012 New Revision: 241103 URL: http://svn.freebsd.org/changeset/base/241103 Log: Merge the following from head: r240694 Add PCI subclass for NVM Express devices. r240699, r240739 Recognise NVM devices and pretty-print their name.

svn commit: r241104 - stable/9/sys/dev/usb

2012-10-01 Thread Gavin Atkinson
Author: gavin Date: Mon Oct 1 15:50:16 2012 New Revision: 241104 URL: http://svn.freebsd.org/changeset/base/241104 Log: Merge r240683 from head Add entries for two USB devices I have locally. Modified: stable/9/sys/dev/usb/usbdevs Directory Properties: stable/9/sys/ (props changed)

svn commit: r241105 - stable/8/sys/dev/usb

2012-10-01 Thread Gavin Atkinson
Author: gavin Date: Mon Oct 1 15:50:18 2012 New Revision: 241105 URL: http://svn.freebsd.org/changeset/base/241105 Log: Merge r240683 from head Add entries for two USB devices I have locally. Modified: stable/8/sys/dev/usb/usbdevs Directory Properties: stable/8/sys/ (props changed)

svn commit: r241106 - stable/9/usr.sbin/portsnap/portsnap

2012-10-01 Thread Isabell Long
Author: issyl0 (doc committer) Date: Mon Oct 1 16:34:12 2012 New Revision: 241106 URL: http://svn.freebsd.org/changeset/base/241106 Log: MFC r241024 and r241026 from HEAD: - Add a note to portsnap(8) about the behaviour of the example cron command. - Change only only to only in

svn commit: r241107 - head/usr.sbin/pw

2012-10-01 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 1 16:42:07 2012 New Revision: 241107 URL: http://svn.freebsd.org/changeset/base/241107 Log: Remove useless atoi(3), previous strspn(3) makes sure that a_name-val is a number. This also allow pw user show to work as expected. PR: bin/172112

svn commit: r241108 - head/usr.sbin/pw

2012-10-01 Thread Baptiste Daroussin
Author: bapt Date: Mon Oct 1 17:00:33 2012 New Revision: 241108 URL: http://svn.freebsd.org/changeset/base/241108 Log: Do not treat empty name as an uid 0 Reported by: Robert Bonomi bon...@mail.r-bonomi.com Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c

svn commit: r241109 - in stable/9/sys: amd64/conf i386/conf

2012-10-01 Thread John Baldwin
Author: jhb Date: Mon Oct 1 17:45:56 2012 New Revision: 241109 URL: http://svn.freebsd.org/changeset/base/241109 Log: MFC 239771: Fix misspelled Infiniband. Modified: stable/9/sys/amd64/conf/NOTES stable/9/sys/i386/conf/NOTES Directory Properties: stable/9/sys/ (props changed)

Re: svn commit: r241053 - in head/sys/boot: common i386/libi386 uboot/lib userboot/userboot

2012-10-01 Thread John Baldwin
On Monday, October 01, 2012 11:22:39 am Andrey V. Elsukov wrote: On 01.10.2012 15:53, John Baldwin wrote: Introduce new cache layer to resolve this problem. It is independent and doesn't need initialization like bcache, and will work by default for all loaders which use the new DISK

svn commit: r241110 - in stable/9/sys: powerpc/powerpc x86/x86

2012-10-01 Thread John Baldwin
Author: jhb Date: Mon Oct 1 19:09:25 2012 New Revision: 241110 URL: http://svn.freebsd.org/changeset/base/241110 Log: MFC 239008,239020: Improve the handling of static DMA buffers that use non-default memory attributes (currently just BUS_DMA_NOCACHE): - Don't call pmap_change_attr() on

svn commit: r241111 - stable/9/share/doc/smm

2012-10-01 Thread John Baldwin
Author: jhb Date: Mon Oct 1 19:13:47 2012 New Revision: 24 URL: http://svn.freebsd.org/changeset/base/24 Log: MFC 239739: Don't build and install the 07.lpd doc if WITHOUT_LPR is set. Modified: stable/9/share/doc/smm/Makefile Directory Properties: stable/9/share/doc/smm/

svn commit: r241112 - stable/9/sys/kern

2012-10-01 Thread John Baldwin
Author: jhb Date: Mon Oct 1 19:22:53 2012 New Revision: 241112 URL: http://svn.freebsd.org/changeset/base/241112 Log: MFC 239779: Shorten the name of the fast SWI taskqueue to fast taskq so that it fits. Modified: stable/9/sys/kern/subr_taskqueue.c Directory Properties: stable/9/sys/

svn commit: r241113 - stable/8/sys/kern

2012-10-01 Thread John Baldwin
Author: jhb Date: Mon Oct 1 19:43:37 2012 New Revision: 241113 URL: http://svn.freebsd.org/changeset/base/241113 Log: MFC 239779: Shorten the name of the fast SWI taskqueue to fast taskq so that it fits. Modified: stable/8/sys/kern/subr_taskqueue.c Directory Properties: stable/8/sys/

svn commit: r241114 - head/sys/i386/conf

2012-10-01 Thread Kenneth D. Merry
Author: ken Date: Mon Oct 1 21:42:32 2012 New Revision: 241114 URL: http://svn.freebsd.org/changeset/base/241114 Log: Add the mps(4) driver to the i386 GENERIC config file. LSI has tested it on i386 and verified that it works. Submitted by: Harald Schmalzbauer, John Baldwin, Kashyap

svn commit: r241115 - head/share/examples/cvsup

2012-10-01 Thread Eitan Adler
Author: eadler Date: Mon Oct 1 22:27:34 2012 New Revision: 241115 URL: http://svn.freebsd.org/changeset/base/241115 Log: Indicate (loudly) that ports csup is going away. While here clarify some other portions. Approved by: cperciva (implicit) MFC after:3 days Modified:

svn commit: r241116 - head/games/fortune/datfiles

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 00:30:15 2012 New Revision: 241116 URL: http://svn.freebsd.org/changeset/base/241116 Log: Correct the tip about finding all the directories on the system Add a tip about clearing the screen. Make things more consistent by removing quotes around 'make search'

svn commit: r241117 - head/usr.bin/procstat

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 00:30:20 2012 New Revision: 241117 URL: http://svn.freebsd.org/changeset/base/241117 Log: add SG state type PR: bin/171664 Submitted by: Jan Beich jbe...@tormail.org Approved by: cperciva MFC after:1 week Modified:

svn commit: r241118 - head/usr.bin/mktemp

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 00:30:26 2012 New Revision: 241118 URL: http://svn.freebsd.org/changeset/base/241118 Log: Implement the Sun/GNU extension of using a default prefix when no arguments are supplied. Reviewed by: jilles Approved by: cperciva MFC after:1 week

svn commit: r241119 - head/sys/kern

2012-10-01 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 03:33:41 2012 New Revision: 241119 URL: http://svn.freebsd.org/changeset/base/241119 Log: Provide a generic way to disable devices at boot time PR: kern/119202 Requested by: peterj Reviewed by: sbruno, jhb Approved by: cperciva MFC after: