svn commit: r239768 - head/sys/mips/conf

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Tue Aug 28 06:52:00 2012 New Revision: 239768 URL: http://svn.freebsd.org/changeset/base/239768 Log: oops, make cfg read-write. Modified: head/sys/mips/conf/DIR-825.hints Modified: head/sys/mips/conf/DIR-825.hints =

svn commit: r239767 - stable/9/usr.bin/clang

2012-08-27 Thread Dimitry Andric
Author: dim Date: Tue Aug 28 06:49:33 2012 New Revision: 239767 URL: http://svn.freebsd.org/changeset/base/239767 Log: MFC r239513: When WITH_CLANG_EXTRAS is enabled, avoid needlessly building the llvm and clang extras in the cross-tools stage. Modified: stable/9/usr.bin/clang/Makefile

svn commit: r239766 - stable/9/usr.bin/clang/clang

2012-08-27 Thread Dimitry Andric
Author: dim Date: Tue Aug 28 06:47:21 2012 New Revision: 239766 URL: http://svn.freebsd.org/changeset/base/239766 Log: MFC r239509: Support the WITH_SHARED_TOOLCHAIN setting that was introduced in r234782 for the clang executable. Build it statically by default, like the gcc executable

svn commit: r239765 - head/sys/mips/conf

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Tue Aug 28 06:17:44 2012 New Revision: 239765 URL: http://svn.freebsd.org/changeset/base/239765 Log: This is an initial board configuration for the D-Link DIR-825 dual-band 802.11n router. The flash layout defaults to a 1 MiB section for the kernel so I'm trying ver

svn commit: r239764 - head/sys/arm/at91

2012-08-27 Thread Warner Losh
Author: imp Date: Tue Aug 28 03:46:31 2012 New Revision: 239764 URL: http://svn.freebsd.org/changeset/base/239764 Log: Move to using a flag instead of checking the CPU type each transaction for the MCI1 rev 2.x write workarounds. Modified: head/sys/arm/at91/at91_mci.c Modified: head/sys/ar

svn commit: r239763 - head/sys/arm/at91

2012-08-27 Thread Warner Losh
Author: imp Date: Tue Aug 28 03:27:48 2012 New Revision: 239763 URL: http://svn.freebsd.org/changeset/base/239763 Log: Style: Move these routines to be before the forward declared functions as is the normal practice. Modified: head/sys/arm/at91/at91_mci.c Modified: head/sys/arm/at91/at91_m

svn commit: r239762 - head/sys/arm/at91

2012-08-27 Thread Warner Losh
Author: imp Date: Tue Aug 28 01:28:52 2012 New Revision: 239762 URL: http://svn.freebsd.org/changeset/base/239762 Log: Bring in the multi-block patches for mci. These required extensive restructuring of the driver. I've tried to preserve the other silicon workarounds that we've added over

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

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 23:27:41 2012 New Revision: 239761 URL: http://svn.freebsd.org/changeset/base/239761 Log: Only print the descriptor contents! Found by: magical CLANG build environments Submitted by: Sevan Modified: head/sys/dev/ath/if_ath_debug.c Modified: head

svn commit: r239760 - head/sys/dev/wtap

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 23:18:41 2012 New Revision: 239760 URL: http://svn.freebsd.org/changeset/base/239760 Log: Don't grab an unreferenced pointer to the VAP bss node. Modified: head/sys/dev/wtap/if_wtap.c Modified: head/sys/dev/wtap/if_wtap.c ==

svn commit: r239759 - head/sys/mips/conf

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 21:59:52 2012 New Revision: 239759 URL: http://svn.freebsd.org/changeset/base/239759 Log: Convert AP93 to use the new AR724X_BASE configuration file. Modified: head/sys/mips/conf/AP93 head/sys/mips/conf/AP93.hints Modified: head/sys/mips/conf/AP93 ==

svn commit: r239758 - head/sys/mips/conf

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 21:53:01 2012 New Revision: 239758 URL: http://svn.freebsd.org/changeset/base/239758 Log: Slim down the default AR724X build. The AR724X boards tend to come with minimal RAM/flash. Modified: head/sys/mips/conf/AR724X_BASE Modified: head/sys/mips/conf/AR72

svn commit: r239757 - head/sys/mips/conf

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 21:49:37 2012 New Revision: 239757 URL: http://svn.freebsd.org/changeset/base/239757 Log: Convert to using ulzma. Modified: head/sys/mips/conf/AP96 Modified: head/sys/mips/conf/AP96 ==

svn commit: r239756 - head/sys/dev/ath/ath_rate/sample

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 20:30:07 2012 New Revision: 239756 URL: http://svn.freebsd.org/changeset/base/239756 Log: Improve the sample rate logging. Modified: head/sys/dev/ath/ath_rate/sample/sample.c Modified: head/sys/dev/ath/ath_rate/sample/sample.c =

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

2012-08-27 Thread Konstantin Belousov
Author: kib Date: Mon Aug 27 20:25:26 2012 New Revision: 239755 URL: http://svn.freebsd.org/changeset/base/239755 Log: MFC r239588: Provide some compat32 shims for sysctl vfs.conflist. It is required for getvfsbyname(3) operation when called from 32bit process, and getvfsbyname(3) is used

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

2012-08-27 Thread Konstantin Belousov
Author: kib Date: Mon Aug 27 20:23:03 2012 New Revision: 239754 URL: http://svn.freebsd.org/changeset/base/239754 Log: MFC r239374: Deliver SIGSYS to the guilty thread, not to the process. Modified: stable/9/sys/kern/kern_sig.c Directory Properties: stable/9/sys/ (props changed) Modifi

svn commit: r239753 - head/sys/dev/ath/ath_hal/ar5416

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 20:10:38 2012 New Revision: 239753 URL: http://svn.freebsd.org/changeset/base/239753 Log: Ensure that all firstep values are available in ANI. The comparison assumes maxFirstepLevel is a count, rather than a maximum value. The array is 3 entries in size ho

svn commit: r239752 - head/sys/dev/ath/ath_hal/ar5416

2012-08-27 Thread Adrian Chadd
Author: adrian Date: Mon Aug 27 20:03:08 2012 New Revision: 239752 URL: http://svn.freebsd.org/changeset/base/239752 Log: Fix the debugging output to correctly log CCK errors. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c ==

svn commit: r239751 - in stable/8: contrib/top usr.bin/top

2012-08-27 Thread John Baldwin
Author: jhb Date: Mon Aug 27 19:55:31 2012 New Revision: 239751 URL: http://svn.freebsd.org/changeset/base/239751 Log: MFC 237646,237656,238020: - Add a new line to top that provides a brief summary of the ZFS ARC memory usage on hosts using ZFS. The new line displays the total amount of

svn commit: r239750 - in stable/9: contrib/top usr.bin/top

2012-08-27 Thread John Baldwin
Author: jhb Date: Mon Aug 27 19:55:19 2012 New Revision: 239750 URL: http://svn.freebsd.org/changeset/base/239750 Log: MFC 237646,237656,238020: - Add a new line to top that provides a brief summary of the ZFS ARC memory usage on hosts using ZFS. The new line displays the total amount of

svn commit: r239749 - head/cddl/contrib/opensolaris/cmd/zpool

2012-08-27 Thread Martin Matuska
Author: mm Date: Mon Aug 27 19:52:55 2012 New Revision: 239749 URL: http://svn.freebsd.org/changeset/base/239749 Log: Add missing parts to zpool-features.5 manual page Obtained from:vendor/illumos/dist MFC after:2 weeks Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpoo

svn commit: r239748 - in stable/9/sys: amd64/conf conf i386/conf modules/mlx4 modules/mlx4ib modules/mlxen modules/mthca ofed/drivers/infiniband/core ofed/drivers/infiniband/ulp/ipoib ofed/drivers/...

2012-08-27 Thread John Baldwin
Author: jhb Date: Mon Aug 27 19:37:02 2012 New Revision: 239748 URL: http://svn.freebsd.org/changeset/base/239748 Log: MFC 233040,233198,233870,234183: Add OFED and the associated options and drivers to x86 LINT builds: - Fix build with INET6 disabled. - Fix build of OFED bits with debuggi

svn commit: r239747 - head

2012-08-27 Thread Dimitry Andric
Author: dim Date: Mon Aug 27 19:30:21 2012 New Revision: 239747 URL: http://svn.freebsd.org/changeset/base/239747 Log: Add a few other files that are obsolete if WITH_CLANG_EXTRAS is enabled, and clang is updated to 3.2. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ===

svn commit: r239746 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor/illumos/dist/cmd/zinject vendor/illumos/dist/...

2012-08-27 Thread Martin Matuska
Author: mm Date: Mon Aug 27 19:25:20 2012 New Revision: 239746 URL: http://svn.freebsd.org/changeset/base/239746 Log: Update vendor/illumos/dist and vendor/illumos-gate/dist to illumos-gate revision 13782:8f78aae28a63 Obtained from:ssh://ano...@hg.illumos.org/illumos-gate Modifie

svn commit: r239746 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor/illumos/dist/cmd/zinject vendor/illumos/dist/...

2012-08-27 Thread Martin Matuska
Author: mm Date: Mon Aug 27 19:25:20 2012 New Revision: 239746 URL: http://svn.freebsd.org/changeset/base/239746 Log: Update vendor/illumos/dist and vendor/illumos-gate/dist to illumos-gate revision 13782:8f78aae28a63 Obtained from:ssh://ano...@hg.illumos.org/illumos-gate Modifie

svn commit: r239745 - vendor/illumos/dist/man/man5

2012-08-27 Thread Martin Matuska
Author: mm Date: Mon Aug 27 19:20:58 2012 New Revision: 239745 URL: http://svn.freebsd.org/changeset/base/239745 Log: Add zpool-features.5 vendor manual page, revision 13753:2aba784c276b Obtained from:ssh://ano...@hg.illumos.org/illumos-gate Added: vendor/illumos/dist/man/man5/

svn commit: r239744 - head/usr.sbin/mountd

2012-08-27 Thread Xin LI
Author: delphij Date: Mon Aug 27 19:08:47 2012 New Revision: 239744 URL: http://svn.freebsd.org/changeset/base/239744 Log: Show error messages if nmount() failed. MFC after:1 month Modified: head/usr.sbin/mountd/mountd.c Modified: head/usr.sbin/mountd/mountd.c ==

svn commit: r239743 - releng/9.1/sys/dev/isci

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 18:14:22 2012 New Revision: 239743 URL: http://svn.freebsd.org/changeset/base/239743 Log: MFC r239665: Clear freeze bit before calling xpt_release_devq. This ensures that any ccbs which immediately start during the call to xpt_release_devq see

svn commit: r239742 - releng/9.1/sys/cam/scsi

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 18:12:08 2012 New Revision: 239742 URL: http://svn.freebsd.org/changeset/base/239742 Log: MFC r239655: Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation to use correct local variable when determining various sizes related to SCSI UNMAP block descr

svn commit: r239741 - in releng/9.1/sys/dev/isci: . scil

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 18:10:25 2012 New Revision: 239741 URL: http://svn.freebsd.org/changeset/base/239741 Log: MFC r239545: Fix/add isci(4) support for SCSI UNMAP to ATA DSM translation. This addresses kernel panic observed when sending SCSI UNMAP commands to SATA

svn commit: r239740 - head/sys/dev/ida

2012-08-27 Thread John Baldwin
Author: jhb Date: Mon Aug 27 17:24:07 2012 New Revision: 239740 URL: http://svn.freebsd.org/changeset/base/239740 Log: Rework the DMA handling in ida(4) and add locking to make this driver MPSAFE. - Preallocate a full set of QCBs during attach rather than allocating new ones on demand to

svn commit: r239739 - head/share/doc/smm

2012-08-27 Thread John Baldwin
Author: jhb Date: Mon Aug 27 17:15:14 2012 New Revision: 239739 URL: http://svn.freebsd.org/changeset/base/239739 Log: Don't build and install the 07.lpd doc if WITHOUT_LPR is set. MFC after:1 week Modified: head/share/doc/smm/Makefile Modified: head/share/doc/smm/Makefile =

svn commit: r239738 - head/release/picobsd/build

2012-08-27 Thread Luigi Rizzo
Author: luigi Date: Mon Aug 27 16:42:32 2012 New Revision: 239738 URL: http://svn.freebsd.org/changeset/base/239738 Log: use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage. Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd ===

svn commit: r239737 - stable/9/sys/cam/scsi

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 15:57:33 2012 New Revision: 239737 URL: http://svn.freebsd.org/changeset/base/239737 Log: MFC r239655: Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation to use correct local variable when determining various sizes related to SCSI UNMAP block descriptor

svn commit: r239736 - in stable/7/sys/dev/isci: . scil

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 15:54:51 2012 New Revision: 239736 URL: http://svn.freebsd.org/changeset/base/239736 Log: MFC r239545, r239665: Fix/add support for SCSI UNMAP to ATA DSM translation. (Note: scsi_da does not support BIO_DELETE->SCSI_UNMAP on this stable branch, but

svn commit: r239735 - in stable/8/sys/dev/isci: . scil

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 15:52:09 2012 New Revision: 239735 URL: http://svn.freebsd.org/changeset/base/239735 Log: MFC r239545, r239665: Fix/add support for SCSI UNMAP to ATA DSM translation. (Note: scsi_da does not support BIO_DELETE->SCSI_UNMAP on this stable branch, but

svn commit: r239734 - in stable/9/sys/dev/isci: . scil

2012-08-27 Thread Jim Harris
Author: jimharris Date: Mon Aug 27 15:47:46 2012 New Revision: 239734 URL: http://svn.freebsd.org/changeset/base/239734 Log: MFC r239545, r239665: Fix/add support for SCSI UNMAP to ATA DSM translation. This addresses kernel panic observed when sending SCSI UNMAP commands to SATA disk

svn commit: r239733 - head/usr.sbin/nvram

2012-08-27 Thread Roman Divacky
Author: rdivacky Date: Mon Aug 27 14:51:26 2012 New Revision: 239733 URL: http://svn.freebsd.org/changeset/base/239733 Log: Dont cast from char* to struct chrp_header* which has a bigger alignment requirements. Copy it via union instead. Fixes a clang warning about alignment. Reviewed b

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

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 14:44:40 2012 New Revision: 239732 URL: http://svn.freebsd.org/changeset/base/239732 Log: Merge r238778 from head: The baud rate on CP1201/2/3 devices can be set in one of two ways: - The USLCOM_SET_BAUD_DIV command (0x01) - The USLCOM_SET_BAUD_RAT

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

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 13:50:01 2012 New Revision: 239731 URL: http://svn.freebsd.org/changeset/base/239731 Log: Merge r238778 from head: The baud rate on CP1201/2/3 devices can be set in one of two ways: - The USLCOM_SET_BAUD_DIV command (0x01) - The USLCOM_SET_BAUD_RAT

svn commit: r239730 - head/sys/i386/include

2012-08-27 Thread Dag-Erling Sm�rgrav
Author: des Date: Mon Aug 27 13:22:27 2012 New Revision: 239730 URL: http://svn.freebsd.org/changeset/base/239730 Log: Parly revert r239255: reinstate a default maxswzone on i386, where KVA is scarce, but set it slightly higher so we can handle 8 GB of swap. Modified: head/sys/i386/include/

svn commit: r239729 - stable/8/share/misc

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 13:05:15 2012 New Revision: 239729 URL: http://svn.freebsd.org/changeset/base/239729 Log: Merge r238396 from head: Update to reflect new core team. Modified: stable/8/share/misc/organization.dot Directory Properties: stable/8/share/misc/ (props change

svn commit: r239728 - stable/9/share/misc

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 13:04:45 2012 New Revision: 239728 URL: http://svn.freebsd.org/changeset/base/239728 Log: Merge r238396 from head: Update to reflect new core team. Modified: stable/9/share/misc/organization.dot Directory Properties: stable/9/share/misc/ (props change

svn commit: r239727 - stable/9/share/misc

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 12:58:54 2012 New Revision: 239727 URL: http://svn.freebsd.org/changeset/base/239727 Log: Merge r236101, r236102 from head: Update to reflect various src and doc commit bits taken into safekeeping. Modified: stable/9/share/misc/committers-doc.dot st

svn commit: r239726 - in stable/8: share/man/man4 sys/dev/usb sys/dev/usb/serial

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 12:45:41 2012 New Revision: 239726 URL: http://svn.freebsd.org/changeset/base/239726 Log: Merge r238766, r238774 from head: Update the list of devices supported by uplcom. Although this only adds one device (support for Motorola cables), this syncronises u

svn commit: r239725 - in stable/9: share/man/man4 sys/dev/usb sys/dev/usb/serial

2012-08-27 Thread Gavin Atkinson
Author: gavin Date: Mon Aug 27 12:40:40 2012 New Revision: 239725 URL: http://svn.freebsd.org/changeset/base/239725 Log: Merge r238766, r238774 from head: Update the list of devices supported by uplcom. Although this only adds one device (support for Motorola cables), this syncronises u

svn commit: r239723 - head/sys/vm

2012-08-27 Thread Sergey Kandaurov
Author: pluknet Date: Mon Aug 27 10:59:49 2012 New Revision: 239723 URL: http://svn.freebsd.org/changeset/base/239723 Log: Typo in previous change: print half the theoretical maximum as maximum recommended amount. Reported by: Reviewed by: des Modified: head/sys/vm/swap_pager.c M

Re: svn commit: r226604 - head/lib/libc/stdio

2012-08-27 Thread Pawel Jakub Dawidek
On Fri, Oct 21, 2011 at 06:35:58AM +, David Schultz wrote: > Author: das > Date: Fri Oct 21 06:35:58 2011 > New Revision: 226604 > URL: http://svn.freebsd.org/changeset/base/226604 > > Log: > Add support for the 'x' mode option in fopen() as specified in the C1X > draft standard. The opti