svn commit: r251053 - head/tools/regression/lib/msun

2013-05-28 Thread Tijl Coosemans
Author: tijl Date: Tue May 28 08:50:50 2013 New Revision: 251053 URL: http://svnweb.freebsd.org/changeset/base/251053 Log: Fix cexp regression tests that have an infinite real part. The signs of the result depend on the cosine and sine of the imaginary part. Small values are used in the new

svn commit: r251054 - head/sys/netinet

2013-05-28 Thread Michael Tuexen
Author: tuexen Date: Tue May 28 09:25:58 2013 New Revision: 251054 URL: http://svnweb.freebsd.org/changeset/base/251054 Log: Remove redundant checks. MFC after: 2 weeks Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c

svn commit: r251056 - in head: share/man/man4 tools/tools/makeroot

2013-05-28 Thread Joel Dahl
Author: joel (doc committer) Date: Tue May 28 09:33:46 2013 New Revision: 251056 URL: http://svnweb.freebsd.org/changeset/base/251056 Log: mdoc: silence a few mandoc lint warnings. Modified: head/share/man/man4/aacraid.4 head/tools/tools/makeroot/makeroot.8 Modified:

svn commit: r251058 - head

2013-05-28 Thread Dag-Erling Smørgrav
Author: des Date: Tue May 28 09:52:28 2013 New Revision: 251058 URL: http://svnweb.freebsd.org/changeset/base/251058 Log: During buildkernel, print a banner before building modules. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r251059 - head/usr.sbin/rtsold

2013-05-28 Thread Mark Johnston
Author: markj Date: Tue May 28 13:54:26 2013 New Revision: 251059 URL: http://svnweb.freebsd.org/changeset/base/251059 Log: - Fix wording. [1] - Improve the descriptions in the FILES section. [2] Reported by: Jason McIntyre [1] Obtained from:NetBSD [2] MFC after:3 days

svn commit: r251061 - in head/sys/cam: ata scsi

2013-05-28 Thread Steven Hartland
Author: smh Date: Tue May 28 14:44:37 2013 New Revision: 251061 URL: http://svnweb.freebsd.org/changeset/base/251061 Log: Added missing SCSI quirks from r241784 Re-ordered SSD quirks alphabetically so they are easier to maintain. Removed my email and PR reference from comments on each

Re: svn commit: r251058 - head

2013-05-28 Thread John Baldwin
On Tuesday, May 28, 2013 5:52:28 am Dag-Erling SmXXrgrav wrote: Author: des Date: Tue May 28 09:52:28 2013 New Revision: 251058 URL: http://svnweb.freebsd.org/changeset/base/251058 Log: During buildkernel, print a banner before building modules. Modified: head/Makefile.inc1 Does

svn commit: r251063 - stable/9/sys/dev/cpufreq

2013-05-28 Thread John Baldwin
Author: jhb Date: Tue May 28 18:13:08 2013 New Revision: 251063 URL: http://svnweb.freebsd.org/changeset/base/251063 Log: MFC 247332: Add a quirk to disable this driver for certain older laptops with an ICH2 southbridge and an Intel 82815_MC host bridge where the host bridge's revision is

svn commit: r251064 - stable/8/sys/dev/cpufreq

2013-05-28 Thread John Baldwin
Author: jhb Date: Tue May 28 18:43:58 2013 New Revision: 251064 URL: http://svnweb.freebsd.org/changeset/base/251064 Log: MFC 247332: Add a quirk to disable this driver for certain older laptops with an ICH2 southbridge and an Intel 82815_MC host bridge where the host bridge's revision is

svn commit: r251065 - head/sys/dev/usb/controller

2013-05-28 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 28 18:51:30 2013 New Revision: 251065 URL: http://svnweb.freebsd.org/changeset/base/251065 Log: Revert r251023 until a more proper solution is found for ATI based USB controllers. MFC after:1 week Modified: head/sys/dev/usb/controller/ehci.c

Re: svn commit: r251058 - head

2013-05-28 Thread Peter Wemm
On Tue, May 28, 2013 at 2:52 AM, Dag-Erling Smørgrav d...@freebsd.org wrote: Author: des Date: Tue May 28 09:52:28 2013 New Revision: 251058 URL: http://svnweb.freebsd.org/changeset/base/251058 Log: During buildkernel, print a banner before building modules. Modified:

svn commit: r251066 - head/contrib/libc++/include

2013-05-28 Thread Dimitry Andric
Author: dim Date: Tue May 28 20:11:28 2013 New Revision: 251066 URL: http://svnweb.freebsd.org/changeset/base/251066 Log: Fix warnings from newer clang versions about constexpr member functions not being implicitly const in libc++'s chrono header. The warnings have been introduced because

svn commit: r251067 - head/lib/libc/net

2013-05-28 Thread Ed Maste
Author: emaste Date: Tue May 28 20:37:48 2013 New Revision: 251067 URL: http://svnweb.freebsd.org/changeset/base/251067 Log: Remove the advertising clause from the Regents of the University of California's license, per the letter dated July 22, 1999. Modified:

svn commit: r251068 - stable/9/sys/dev/bge

2013-05-28 Thread Marius Strobl
Author: marius Date: Tue May 28 20:53:26 2013 New Revision: 251068 URL: http://svnweb.freebsd.org/changeset/base/251068 Log: MFC: r245926, r245931 - Improve some comments. - Make bge_lookup_{rev,vendor}() static. - Factor out chip identification rather than duplicating the code. -

svn commit: r251070 - stable/9/sys/dev/aac

2013-05-28 Thread Marius Strobl
Author: marius Date: Tue May 28 20:58:57 2013 New Revision: 251070 URL: http://svnweb.freebsd.org/changeset/base/251070 Log: MFC: r247570, r247591 - Make tables, device ID strings etc const. This includes #ifdef'ing 0 aac_command_status_table, which is actually unused since r111532.

svn commit: r251071 - in head/lib/libc: gen net sys

2013-05-28 Thread Ed Maste
Author: emaste Date: Tue May 28 21:05:06 2013 New Revision: 251071 URL: http://svnweb.freebsd.org/changeset/base/251071 Log: Remove the advertising clause from the Regents of the University of California's license, per the letter dated July 22, 1999. Modified:

svn commit: r251072 - head/usr.bin/kdump

2013-05-28 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue May 28 21:21:46 2013 New Revision: 251072 URL: http://svnweb.freebsd.org/changeset/base/251072 Log: MFp4 @229085: Rearrange the code so we don't call ioctl(TIOCGWINSZ) if the -s option is given, as the result won't be used then. Sponsored by: The FreeBSD

Re: svn commit: r251058 - head

2013-05-28 Thread Glen Barber
On Tue, May 28, 2013 at 01:04:56PM -0700, Peter Wemm wrote: On Tue, May 28, 2013 at 2:52 AM, Dag-Erling Smørgrav d...@freebsd.org wrote: Author: des Date: Tue May 28 09:52:28 2013 New Revision: 251058 URL: http://svnweb.freebsd.org/changeset/base/251058 Log: During buildkernel,

svn commit: r251073 - head/usr.bin/kdump

2013-05-28 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue May 28 21:25:28 2013 New Revision: 251073 URL: http://svnweb.freebsd.org/changeset/base/251073 Log: MFp4 @229086: Make use of Capsicum to protect kdump(1), as it might be used to parse data from untrusted sources: - Sandbox kdump(1) using capability mode. -

svn commit: r251074 - head

2013-05-28 Thread Peter Wemm
Author: peter Date: Tue May 28 21:29:05 2013 New Revision: 251074 URL: http://svnweb.freebsd.org/changeset/base/251074 Log: Temporarily revert r251058 - it breaks documented use of makeoptions including the tinderbox. http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-i386-i386.full

svn commit: r251075 - head

2013-05-28 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Tue May 28 21:57:55 2013 New Revision: 251075 URL: http://svnweb.freebsd.org/changeset/base/251075 Log: Update comments to reflect use of svn/svnup to keep the src/ tree up to date. MFC after:3 days Modified: head/Makefile.inc1 Modified:

svn commit: r251076 - head/sys/dev/qlxgbe

2013-05-28 Thread David C Somayajulu
Author: davidcs Date: Tue May 28 22:00:37 2013 New Revision: 251076 URL: http://svnweb.freebsd.org/changeset/base/251076 Log: Avoid reading back certain registers following a write. This is an optimization. Submitted by: David C Somayajulu Approved by: George Neville Neil Modified:

svn commit: r251077 - head/sys/vm

2013-05-28 Thread Attilio Rao
Author: attilio Date: Tue May 28 22:07:23 2013 New Revision: 251077 URL: http://svnweb.freebsd.org/changeset/base/251077 Log: o Change the locking scheme for swp_bcount. It can now be accessed with a write lock on the object containing it OR with a read lock on the object containing it

svn commit: r251078 - head/bin/sleep

2013-05-28 Thread Jilles Tjoelker
Author: jilles Date: Tue May 28 22:07:31 2013 New Revision: 251078 URL: http://svnweb.freebsd.org/changeset/base/251078 Log: sleep: Improve nanosleep() error handling: * Work around kernel bugs that cause a spurious [EINTR] return if a debugger (such as truss(1)) is attached. *

svn commit: r251079 - head/sys/fs/nfsclient

2013-05-28 Thread Rick Macklem
Author: rmacklem Date: Tue May 28 22:36:01 2013 New Revision: 251079 URL: http://svnweb.freebsd.org/changeset/base/251079 Log: Post-r248567, there were times when the client would return a truncated directory for some NFS servers. This turned out to be because the size of a directory

Re: svn commit: r251078 - head/bin/sleep

2013-05-28 Thread Eitan Adler
On 29 May 2013 00:07, Jilles Tjoelker jil...@freebsd.org wrote: Author: jilles Date: Tue May 28 22:07:31 2013 New Revision: 251078 URL: http://svnweb.freebsd.org/changeset/base/251078 Log: sleep: Improve nanosleep() error handling: * Work around kernel bugs that cause a spurious

svn commit: r251081 - in stable/9/sys: cam cam/ata dev/ata

2013-05-28 Thread Marius Strobl
Author: marius Date: Tue May 28 23:33:03 2013 New Revision: 251081 URL: http://svnweb.freebsd.org/changeset/base/251081 Log: MFC: r249199 Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as an optional property with PATA transport. Reviewed by: mav Modified:

svn commit: r251083 - stable/9/usr.sbin/rarpd

2013-05-28 Thread Marius Strobl
Author: marius Date: Tue May 28 23:43:11 2013 New Revision: 251083 URL: http://svnweb.freebsd.org/changeset/base/251083 Log: MFC: r249234 Add some missing newlines and static declarations. Modified: stable/9/usr.sbin/rarpd/rarpd.c Directory Properties: stable/9/usr.sbin/rarpd/

svn commit: r251084 - in head: . release/doc

2013-05-28 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Tue May 28 23:43:47 2013 New Revision: 251084 URL: http://svnweb.freebsd.org/changeset/base/251084 Log: r245757 introduced warning output if update method is set to CVS_UPDATE or SUP_UPDATE. CVS exporter for head/ is turned off for nearly one month

svn commit: r251085 - head/release/doc

2013-05-28 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Tue May 28 23:46:13 2013 New Revision: 251085 URL: http://svnweb.freebsd.org/changeset/base/251085 Log: Fix typo introduced in r251084. MFC after:1 month X-MFC-With: r251084 Modified: head/release/doc/Makefile Modified:

svn commit: r251086 - head/share/man/man5

2013-05-28 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Tue May 28 23:52:01 2013 New Revision: 251086 URL: http://svnweb.freebsd.org/changeset/base/251086 Log: Remove references to CVS_UPDATE and SUP_UPDATE to catch up with r251084. MFC after:1 month X-MFC-With: r251084, r251085 Modified:

svn commit: r251087 - stable/9/crypto/openssh

2013-05-28 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Wed May 29 00:18:12 2013 New Revision: 251087 URL: http://svnweb.freebsd.org/changeset/base/251087 Log: MFH r250595: The HPN patch added a new BUG bit for SSH_BUG_LARGEWINDOW and the update to 6.1 added SSH_BUG_DYNAMIC_RPORT with the same

svn commit: r251088 - head/crypto/openssh

2013-05-28 Thread Dag-Erling Smørgrav
Author: des Date: Wed May 29 00:19:58 2013 New Revision: 251088 URL: http://svnweb.freebsd.org/changeset/base/251088 Log: Revert a local change that sets the default for UsePrivilegeSeparation to sandbox instead of yes. In sandbox mode, the privsep child is unable to load additional

svn commit: r251089 - head/sys/nfsclient

2013-05-28 Thread Rick Macklem
Author: rmacklem Date: Wed May 29 00:32:49 2013 New Revision: 251089 URL: http://svnweb.freebsd.org/changeset/base/251089 Log: Add a patch analygous to r248567, r248581, r251079 to the old NFS client to avoid the panic reported in the PR by doing the vnode_pager_setsize() call after

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

2013-05-28 Thread Adrian Chadd
Author: adrian Date: Wed May 29 01:40:13 2013 New Revision: 251090 URL: http://svnweb.freebsd.org/changeset/base/251090 Log: Shuffle around the cleanup unpause calls a bit. Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/if_ath_tx.c

svn commit: r251091 - in head/lib/libc: mips/gen mips/net net powerpc64/gen

2013-05-28 Thread Ed Maste
Author: emaste Date: Wed May 29 01:54:10 2013 New Revision: 251091 URL: http://svnweb.freebsd.org/changeset/base/251091 Log: Remove clause 3 and 4 from TNF licenses Per the NetBSD Foundation statement Third parties are encouraged to change the license on any files which have a

svn commit: r251092 - stable/9/sys/dev/mps

2013-05-28 Thread Alexander Motin
Author: mav Date: Wed May 29 04:09:32 2013 New Revision: 251092 URL: http://svnweb.freebsd.org/changeset/base/251092 Log: MFC r250900: Fix NULL-dereference kernel panic in case of mps_attach() failure. Modified: stable/9/sys/dev/mps/mps_user.c Directory Properties: stable/9/sys/ (props

svn commit: r251093 - stable/8/sys/dev/mps

2013-05-28 Thread Alexander Motin
Author: mav Date: Wed May 29 04:10:57 2013 New Revision: 251093 URL: http://svnweb.freebsd.org/changeset/base/251093 Log: MFC r250900: Fix NULL-dereference kernel panic in case of mps_attach() failure. Modified: stable/8/sys/dev/mps/mps_user.c Directory Properties: stable/8/sys/ (props

svn commit: r251094 - stable/9/sys/geom/raid

2013-05-28 Thread Alexander Motin
Author: mav Date: Wed May 29 04:12:53 2013 New Revision: 251094 URL: http://svnweb.freebsd.org/changeset/base/251094 Log: MFC r250819: Fix vdc-Secondary_Element_Count metadata field access from 16 to 8 bit. In some cases it could cause kernel panic during failed drive replacement.

svn commit: r251095 - stable/8/sys/geom/raid

2013-05-28 Thread Alexander Motin
Author: mav Date: Wed May 29 04:14:41 2013 New Revision: 251095 URL: http://svnweb.freebsd.org/changeset/base/251095 Log: MFC r250819: Fix vdc-Secondary_Element_Count metadata field access from 16 to 8 bit. In some cases it could cause kernel panic during failed drive replacement.

svn commit: r251096 - stable/9/sys/cam/ata

2013-05-28 Thread Alexander Motin
Author: mav Date: Wed May 29 04:17:05 2013 New Revision: 251096 URL: http://svnweb.freebsd.org/changeset/base/251096 Log: MFC r250508: Disable sending Early R_OK on SiI3726/SiI3826 port multipliers. With cached read HDD testing and multiple ports busy on a SATA host controller, 3726/3826

svn commit: r251097 - stable/8/sys/cam/ata

2013-05-28 Thread Alexander Motin
Author: mav Date: Wed May 29 04:18:02 2013 New Revision: 251097 URL: http://svnweb.freebsd.org/changeset/base/251097 Log: MFC r250508: Disable sending Early R_OK on SiI3726/SiI3826 port multipliers. With cached read HDD testing and multiple ports busy on a SATA host controller, 3726/3826

svn commit: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300

2013-05-28 Thread Adrian Chadd
Author: adrian Date: Wed May 29 04:21:42 2013 New Revision: 251098 URL: http://svnweb.freebsd.org/changeset/base/251098 Log: Fix a false - AH_FALSE. Now, why this hasn't tripped _any_ tinderbox builds yet, I dunno. It's been like this for a while. Modified:

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

2013-05-28 Thread Adrian Chadd
Author: adrian Date: Wed May 29 05:10:11 2013 New Revision: 251099 URL: http://svnweb.freebsd.org/changeset/base/251099 Log: Turn the reassociate debug print into a DPRINTF. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c