Re: svn commit: r236026 - in head/sys: amd64/linux32 compat/freebsd32 kern

2012-05-27 Thread Bruce Evans
On Sun, 27 May 2012, Bruce Evans wrote: On Sat, 26 May 2012, Konstantin Belousov wrote: On Sat, May 26, 2012 at 10:21:25PM +1000, Bruce Evans wrote: ... All the non-indirect "char *"s for pathnames and other things seem to be completely wrong on amd64 too. These pointers start as 32 bits, an

svn commit: r236140 - head/sys/fs/ntfs

2012-05-27 Thread Ed Schouten
Author: ed Date: Sun May 27 09:34:47 2012 New Revision: 236140 URL: http://svn.freebsd.org/changeset/base/236140 Log: Fix style and consistency: - Use tabs, not spaces. - Add tab after #define. - Don't mix the use of BSD and ISO C unsigned integer types. Prefer the ISO C ones. Modi

svn commit: r236141 - in head/sys: conf kern powerpc/booke powerpc/conf powerpc/include powerpc/powerpc

2012-05-27 Thread Rafal Jaworowski
Author: raj Date: Sun May 27 10:25:20 2012 New Revision: 236141 URL: http://svn.freebsd.org/changeset/base/236141 Log: Let us manage differences of Book-E PowerPC variations i.e. vendor / implementation specific vs. the common architecture definition. Bring PPC4XX defines (PSL, SPR, TLB).

svn commit: r236142 - head/sys/powerpc/booke

2012-05-27 Thread Rafal Jaworowski
Author: raj Date: Sun May 27 10:32:10 2012 New Revision: 236142 URL: http://svn.freebsd.org/changeset/base/236142 Log: Remove redundant check, we catch ULE platform support in common sys/kern/sched_ule.c Modified: head/sys/powerpc/booke/pmap.c Modified: head/sys/powerpc/booke/pmap.c ==

svn commit: r236143 - head/cddl/contrib/opensolaris/cmd/ztest

2012-05-27 Thread Martin Matuska
Author: mm Date: Sun May 27 11:37:24 2012 New Revision: 236143 URL: http://svn.freebsd.org/changeset/base/236143 Log: Import illumos changeset 13571:a5771a96228c 1950 ztest backwards compatibility testing option References: https://www.illumos.org/issues/1950 Obtained from:

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

2012-05-27 Thread Martin Matuska
Author: mm Date: Sun May 27 12:22:15 2012 New Revision: 236145 URL: http://svn.freebsd.org/changeset/base/236145 Log: Import illumos changeset 13564:cf89c0c60496 1946 incorrect formatting when listing output of multiple pools with zpool iostat -v References: https://www.illumos.org/is

Re: svn commit: r236138 - head/sys/cam/scsi

2012-05-27 Thread Bruce Evans
On Sun, 27 May 2012, Kenneth D. Merry wrote: Log: Work around a race condition in devfs by changing the way closes are handled in most CAM peripheral drivers that are not handled by GEOM's disk class. Sigh. I was trying to get kib to fix last close properly and remove a previous D_TRACKCLO

svn commit: r236146 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-05-27 Thread Martin Matuska
Author: mm Date: Sun May 27 12:31:57 2012 New Revision: 236146 URL: http://svn.freebsd.org/changeset/base/236146 Log: Import illumos changeset 13605:b5c2b5db80d6 (partial) 763 FMD msg URLs should refer to something visible Replace sun.com URL's with illumos.org References: https://

svn commit: r236148 - head/lib/msun/src

2012-05-27 Thread David Chisnall
Author: theraven Date: Sun May 27 12:54:41 2012 New Revision: 236148 URL: http://svn.freebsd.org/changeset/base/236148 Log: Allow inclusion of libc++ to work after including math.h Submitted by: Yamaya Takashi Reviewed by: das MFC after:1 week Modified: head/lib/msun/src/math.h

svn commit: r236149 - head/contrib/llvm/tools/clang/lib/CodeGen

2012-05-27 Thread Dimitry Andric
Author: dim Date: Sun May 27 13:33:54 2012 New Revision: 236149 URL: http://svn.freebsd.org/changeset/base/236149 Log: Pull in r157212 from upstream clang trunk: Revert r115805. An array type is required to have a range type, however, the range can be unknown for the upper bound.

svn commit: r236155 - in head: cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs s...

2012-05-27 Thread Martin Matuska
Author: mm Date: Sun May 27 16:00:00 2012 New Revision: 236155 URL: http://svn.freebsd.org/changeset/base/236155 Log: Import illumos changeset 13570:3411fd5f1589 1948 zpool list should show more detailed pool information Display per-vdev information with "zpool list -v". The added expan

svn commit: r236156 - head/sys/dev/mmc

2012-05-27 Thread Marius Strobl
Author: marius Date: Sun May 27 16:08:58 2012 New Revision: 236156 URL: http://svn.freebsd.org/changeset/base/236156 Log: - Fix some typos in mmc_acquire_bus() and mmc_send_csd(). - Fix some math errors in mmc_decode_csd_sd(). - Fix incorrect arguments to mmc_send_app_op_cond() in mmc_go_dis

svn commit: r236157 - head/sys/netinet

2012-05-27 Thread Ed Maste
Author: emaste Date: Sun May 27 16:16:28 2012 New Revision: 236157 URL: http://svn.freebsd.org/changeset/base/236157 Log: Add IPPROTO_MPLS (rfc4023) IP protocol definition There are currently no in-tree consumers; I'm adding it now for use by vendor code. This matches the change OpenBSD

svn commit: r236158 - head/sys/i386/i386

2012-05-27 Thread Alan Cox
Author: alc Date: Sun May 27 16:24:00 2012 New Revision: 236158 URL: http://svn.freebsd.org/changeset/base/236158 Log: Replace all uses of the vm page queues lock by a r/w lock that is private to this pmap.c. This new r/w lock is used primarily to synchronize access to the PV lists. Howeve

svn commit: r236159 - head/sys/boot/arm/uboot

2012-05-27 Thread Tim Kientzle
Author: kientzle Date: Sun May 27 16:27:04 2012 New Revision: 236159 URL: http://svn.freebsd.org/changeset/base/236159 Log: Allow the load address used by ARM ubldr to be set via Make argument. In particular, this simplifies scripts that build system images. Modified: head/sys/boot/arm

Re: svn commit: r236028 - head/lib/libkiconv

2012-05-27 Thread Jan Beich
Gabor Kovesdan writes: > Author: gabor > Date: Fri May 25 22:07:13 2012 > New Revision: 236028 > URL: http://svn.freebsd.org/changeset/base/236028 > > Log: > - Add support for BSD iconv when it is build into libc [...] > +.if !defined(MK_ICONV) > +CFLAGS+= -DICONV_DLOPEN > +.endif This doe

Re: svn commit: r236137 - head/contrib/gcc/config/i386

2012-05-27 Thread Roman Divacky
Fwiw, to enable the same thing in clang you want this simple patch: === --- Tools.cpp (revision 157545) +++ Tools.cpp (working copy) @@ -4794,6 +4794,7 @@ if (Args.hasArg(options::OPT_static)) { CmdArgs.push_back("-Bstatic

Re: svn commit: r236137 - head/contrib/gcc/config/i386

2012-05-27 Thread Konstantin Belousov
On Sun, May 27, 2012 at 10:31:00PM +0200, Roman Divacky wrote: > Fwiw, to enable the same thing in clang you want this simple patch: > > === > --- Tools.cpp (revision 157545) > +++ Tools.cpp (working copy) > @@ -4794,6 +4794,7 @@