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 option is

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: site freebsd at orientalsensation com Reviewed by: des

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:

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

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: 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: 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

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: 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: 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:

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: 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

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: 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: 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:

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: 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: 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 ventur...@gmail.com Modified:

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: 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:

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: