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

2012-05-27 Thread Kenneth D. Merry
Author: ken Date: Sun May 27 06:11:09 2012 New Revision: 236138 URL: http://svn.freebsd.org/changeset/base/236138 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. The usual

svn commit: r236139 - head/crypto/openssh

2012-05-27 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Sun May 27 06:53:35 2012 New Revision: 236139 URL: http://svn.freebsd.org/changeset/base/236139 Log: OpenSSH: allow VersionAddendum to be used again Prior to this, setting VersionAddendum will be a no-op: one will always have BASE_VERSION + +

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, and

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.

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,

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: r236144 - in stable/9: contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/include/cla...

2012-05-27 Thread Dimitry Andric
Author: dim Date: Sun May 27 12:01:04 2012 New Revision: 236144 URL: http://svn.freebsd.org/changeset/base/236144 Log: MFC r235864: Upgrade our copy of llvm/clang to 3.1 release. Release notes can be found at: http://llvm.org/releases/3.1/docs/ReleaseNotes.html Modified:

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:

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

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:

svn commit: r236147 - stable/8/sys/fs/nfsserver

2012-05-27 Thread Rick Macklem
Author: rmacklem Date: Sun May 27 12:47:35 2012 New Revision: 236147 URL: http://svn.freebsd.org/changeset/base/236147 Log: MFC: r234740 Fix a leak of namei lookup path buffers that occurs when a ZFS volume is exported via the new NFS server. The leak occurred because the new NFS server

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++ cmath to work after including math.h Submitted by: Yamaya Takashi Reviewed by: das MFC after:1 week Modified:

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: r236150 - in stable/8/sys: fs/nfsclient nfsclient

2012-05-27 Thread Rick Macklem
Author: rmacklem Date: Sun May 27 14:20:46 2012 New Revision: 236150 URL: http://svn.freebsd.org/changeset/base/236150 Log: MFC: r235332 PR# 165923 reported intermittent write failures for dirty memory mapped pages being written back on an NFS mount. Since any thread can call

svn commit: r236151 - in stable/8/sys: amd64/linux32 cddl/dev/systrace compat/freebsd32 i386/linux kern

2012-05-27 Thread Ryan Stone
Author: rstone Date: Sun May 27 14:25:16 2012 New Revision: 236151 URL: http://svn.freebsd.org/changeset/base/236151 Log: MFC r227441 Correct the types of the arguments to return probes of the syscall provider. Previously we were erroneously supplying the argument types of the

svn commit: r236152 - in stable/9/sys: cddl/dev/sdt kern sys

2012-05-27 Thread Ryan Stone
Author: rstone Date: Sun May 27 14:48:14 2012 New Revision: 236152 URL: http://svn.freebsd.org/changeset/base/236152 Log: MFC r233552 Instead of only iterating over the set of known SDT probes when sdt.ko is loaded and unloaded, also have sdt.ko register callbacks with kern_sdt.c

svn commit: r236153 - in stable/8/sys: cddl/dev/sdt kern sys

2012-05-27 Thread Ryan Stone
Author: rstone Date: Sun May 27 14:52:31 2012 New Revision: 236153 URL: http://svn.freebsd.org/changeset/base/236153 Log: MFC r233552 Instead of only iterating over the set of known SDT probes when sdt.ko is loaded and unloaded, also have sdt.ko register callbacks with kern_sdt.c

svn commit: r236154 - stable/8/sys/dev/dc

2012-05-27 Thread Marius Strobl
Author: marius Date: Sun May 27 15:48:25 2012 New Revision: 236154 URL: http://svn.freebsd.org/changeset/base/236154 Log: MFC: r235255 (partial) Change the module order of this MAC driver to be last so its is deterministically handled after the corresponding PHY drivers when loaded as

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

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

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.

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:

svn commit: r236160 - in stable/9: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys

2012-05-27 Thread Ryan Stone
Author: rstone Date: Sun May 27 18:55:23 2012 New Revision: 236160 URL: http://svn.freebsd.org/changeset/base/236160 Log: MFC r234691 Implement the D cpu variable, which returns curcpu. I have chosen not to follow the example of OpenSolaris and its descendants, which implemented

svn commit: r236161 - in stable/8: cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/contrib/opensolaris/uts/common/sys

2012-05-27 Thread Ryan Stone
Author: rstone Date: Sun May 27 18:57:20 2012 New Revision: 236161 URL: http://svn.freebsd.org/changeset/base/236161 Log: MFC r234691 Implement the D cpu variable, which returns curcpu. I have chosen not to follow the example of OpenSolaris and its descendants, which implemented

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

2012-05-27 Thread Jan Beich
Gabor Kovesdan ga...@freebsd.org 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

svn commit: r236162 - stable/8/sys/dev/e1000

2012-05-27 Thread Ryan Stone
Author: rstone Date: Sun May 27 19:03:16 2012 New Revision: 236162 URL: http://svn.freebsd.org/changeset/base/236162 Log: MFC r225640 Clear transmit checksum offload context state upon lem(4) interface initialization. Prior to this change packets may be transmitted with an

svn commit: r236163 - stable/7/usr.sbin/mfiutil

2012-05-27 Thread Sean Bruno
Author: sbruno Date: Sun May 27 19:10:29 2012 New Revision: 236163 URL: http://svn.freebsd.org/changeset/base/236163 Log: MFC r235635 Decode new battery status indications. Modified: stable/7/usr.sbin/mfiutil/mfi_show.c Directory Properties: stable/7/usr.sbin/mfiutil/ (props

Dealing with Bullies

2012-05-27 Thread For KidSake
Your email client cannot read this email. To view it online, please go here: http://www.forkidsake.net/emailmarketer/display.php?M=457049C=5d9abf6368eadd792a756feb3176031fS=47L=16N=2 To stop receiving these

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)) {

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

svn commit: r236164 - stable/9/sys/ufs/ffs

2012-05-27 Thread Kirk McKusick
Author: mckusick Date: Sun May 27 21:31:28 2012 New Revision: 236164 URL: http://svn.freebsd.org/changeset/base/236164 Log: MFC of 235610 Add missing `continue' statement at end of case. Found by: Kevin Lo (kevlo@) Modified: stable/9/sys/ufs/ffs/ffs_softdep.c Directory Properties:

svn commit: r236166 - stable/9/sys/net

2012-05-27 Thread Xin LI
Author: delphij Date: Mon May 28 04:47:46 2012 New Revision: 236166 URL: http://svn.freebsd.org/changeset/base/236166 Log: MFC r235425: Sync DLTs with the latest pcap version. Modified: stable/9/sys/net/bpf.h Directory Properties: stable/9/sys/ (props changed) Modified: