svn commit: r250552 - stable/9/sys/amd64/amd64

2013-05-11 Thread Konstantin Belousov
Author: kib Date: Sun May 12 04:24:25 2013 New Revision: 250552 URL: http://svnweb.freebsd.org/changeset/base/250552 Log: MFC r250415: Correct the type for the literal used on the left side of the shift up to 63 bit positions. Do not fill the save area and do not set the saved bit in th

svn commit: r250544 - head/sys/amd64/compile head/sys/amd64/conf head/sys/arm/compile head/sys/arm/conf head/sys/i386/compile head/sys/i386/conf head/sys/ia64/compile head/sys/ia64/conf head/sys/mi...

2013-05-11 Thread Peter Wemm
Author: peter Date: Sun May 12 01:53:47 2013 New Revision: 250544 URL: http://svnweb.freebsd.org/changeset/base/250544 Log: Tidy up some CVS workarounds. Deleted: stable/9/sys/amd64/compile/.cvsignore stable/9/sys/amd64/conf/.cvsignore stable/9/sys/arm/compile/.cvsignore stable/9/sys/ar

svn commit: r250541 - stable/9/share/examples/BSD_daemon

2013-05-11 Thread Eitan Adler
Author: eadler Date: Sun May 12 01:37:55 2013 New Revision: 250541 URL: http://svnweb.freebsd.org/changeset/base/250541 Log: MFC r250012: Add an alternate version of beastie to the examples directory. PR: docs/38556 Added: stable/9/share/examples/BSD_daemon/beastie2.eps

svn commit: r250534 - stable/9/cddl/lib/drti

2013-05-11 Thread Brooks Davis
Author: brooks Date: Sun May 12 00:35:57 2013 New Revision: 250534 URL: http://svnweb.freebsd.org/changeset/base/250534 Log: MFC r250337 Work around the implementation of LIBRARIES_ONLY. It causes drti.o to not be installed in /usr/lib32 on systems with compat-32 support. This fix h

svn commit: r250529 - stable/9/contrib/llvm/include/llvm/Support

2013-05-11 Thread Dimitry Andric
Author: dim Date: Sat May 11 21:23:55 2013 New Revision: 250529 URL: http://svnweb.freebsd.org/changeset/base/250529 Log: Pull in r178240 from upstream llvm trunk: Section 24.2.2 of the C++ standard, [iterator.iterators], Table 106 requires that the return type of *r for all iterators

svn commit: r250524 - stable/9/etc/rc.d

2013-05-11 Thread Hiroki Sato
Author: hrs Date: Sat May 11 19:11:20 2013 New Revision: 250524 URL: http://svnweb.freebsd.org/changeset/base/250524 Log: MFC r250240: - Fix exit status when ip6addrctl_verbose=yes [*] - Use the absolute pathname for ip6addrctl. - Use "install" instead of "add" to reduce the number of i

svn commit: r250515 - stable/9/contrib/gcc/config/i386

2013-05-11 Thread Dimitry Andric
Author: dim Date: Sat May 11 16:41:30 2013 New Revision: 250515 URL: http://svnweb.freebsd.org/changeset/base/250515 Log: MFC r250392: For some reason, the gcc intrinsics header tmmintrin.h was imported with two copies of itself pasted together. Remove the extraneous copy. Modified: s

svn commit: r250514 - in stable/9/contrib/libc++: . include include/ext src

2013-05-11 Thread Dimitry Andric
Author: dim Date: Sat May 11 16:38:29 2013 New Revision: 250514 URL: http://svnweb.freebsd.org/changeset/base/250514 Log: MFC r246487 (by theraven): Import new libc++ to head. Various small fixes and cleanups. MFC r249998: Merge libc++ trunk r180598. Contains several minor c

svn commit: r250507 - stable/9/lib/libkvm

2013-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sat May 11 12:43:26 2013 New Revision: 250507 URL: http://svnweb.freebsd.org/changeset/base/250507 Log: MFC r250231: libkvm: Make second /dev/null file descriptor close-on-exec as well. Modified: stable/9/lib/libkvm/kvm.c Directory Properties: stable/9/lib/libkvm/ (

svn commit: r250506 - stable/9/lib/libkvm

2013-05-11 Thread Jilles Tjoelker
Author: jilles Date: Sat May 11 11:56:50 2013 New Revision: 250506 URL: http://svnweb.freebsd.org/changeset/base/250506 Log: MFC r250230: libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call. Modified: stable/9/lib/libkvm/kvm.c Directory Properties: stable/9/lib/libkvm/ (props ch

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

2013-05-11 Thread Alexander Motin
Author: mav Date: Sat May 11 08:14:33 2013 New Revision: 250501 URL: http://svnweb.freebsd.org/changeset/base/250501 Log: MFC r249352: Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses. Some failing disks tend to return vendor-specific ASC/ASCQ codes with NOT READY

svn commit: r250499 - stable/9/sys/dev/ahci

2013-05-11 Thread Alexander Motin
Author: mav Date: Sat May 11 08:10:46 2013 New Revision: 250499 URL: http://svnweb.freebsd.org/changeset/base/250499 Log: MFC r250185: Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-port 6Gbps PCIe 2.0 x2 SATA controllers, based on Marvell 88SE9235 chips. Modified: sta