svn commit: r255835 - head/sys/kern

2013-09-24 Thread Alexander Motin
Author: mav Date: Tue Sep 24 07:03:16 2013 New Revision: 255835 URL: http://svnweb.freebsd.org/changeset/base/255835 Log: Make load average sampling asynchronous to hardclock ticks. This improves measurement of load caused by time-related events still using hardclock. For example, without

svn commit: r255837 - head/sys/cam/ctl

2013-09-24 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 24 09:33:31 2013 New Revision: 255837 URL: http://svnweb.freebsd.org/changeset/base/255837 Log: Fix a few instances of M_WAITOK in threads marked as prohibited from sleep, missed in r255824. Approved by: re (kib) Sponsored by: FreeBSD Foundation Modified:

svn commit: r255838 - in head/contrib/unbound: . daemon

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 09:54:07 2013 New Revision: 255838 URL: http://svnweb.freebsd.org/changeset/base/255838 Log: Don't include the build date or command-line arguments in the binary. Approved by: re (blanket) Modified: head/contrib/unbound/configure.ac

svn commit: r255839 - head/contrib/unbound

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 09:56:10 2013 New Revision: 255839 URL: http://svnweb.freebsd.org/changeset/base/255839 Log: Regenerate the configure script before running it. Set the default config file to /var/unbound/unbound.conf. Approved by: re (blanket) Modified:

svn commit: r255840 - in head/contrib/unbound: . doc

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 09:56:58 2013 New Revision: 255840 URL: http://svnweb.freebsd.org/changeset/base/255840 Log: Regenerate Approved by: re (blanket) Modified: head/contrib/unbound/config.h head/contrib/unbound/config.h.in head/contrib/unbound/configure

svn commit: r255841 - in head/etc: . mtree

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 10:04:51 2013 New Revision: 255841 URL: http://svnweb.freebsd.org/changeset/base/255841 Log: Replace the unused /etc/unbound directory with a symlink to /var/unbound. Approved by: re (blanket) Modified: head/etc/Makefile head/etc/mtree/BSD.root.dist

svn commit: r255843 - head/etc/rc.d

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 11:49:04 2013 New Revision: 255843 URL: http://svnweb.freebsd.org/changeset/base/255843 Log: Forgotten in r255825: NETWORKING requires local_unbound. Approved by: re (blanket) Modified: head/etc/rc.d/NETWORKING Modified: head/etc/rc.d/NETWORKING

svn commit: r255844 - head/sys/amd64/amd64

2013-09-24 Thread Konstantin Belousov
Author: kib Date: Tue Sep 24 12:24:48 2013 New Revision: 255844 URL: http://svnweb.freebsd.org/changeset/base/255844 Log: Ensure that the ERESTART return from the syscall reloads the registers, to make the restarted syscall instruction pass the correct arguments. PR: kern/182161

svn commit: r255845 - head/sys/amd64/amd64

2013-09-24 Thread Konstantin Belousov
Author: kib Date: Tue Sep 24 12:26:43 2013 New Revision: 255845 URL: http://svnweb.freebsd.org/changeset/base/255845 Log: Use the pv lists generation count to read-lock the pvh_global_lock in pmap_clear_modify(). Noted and reviewed by:alc Tested by:pho Sponsored by: The

svn commit: r255848 - head/sys/cam/ctl

2013-09-24 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 24 13:46:13 2013 New Revision: 255848 URL: http://svnweb.freebsd.org/changeset/base/255848 Log: Properly ignore PDUs with CmdSN outside of allowed range. Approved by: re (glebius) Sponsored by: FreeBSD Foundation Modified:

svn commit: r255849 - head/sys/amd64/amd64

2013-09-24 Thread Konstantin Belousov
Author: kib Date: Tue Sep 24 13:52:47 2013 New Revision: 255849 URL: http://svnweb.freebsd.org/changeset/base/255849 Log: In pmap_clear_modify(), initialize pvh even for fictitious managed page, otherwise the small mappings loop would use uninitialized value. Note that currently

svn commit: r255850 - in head: share/mk tools/build/options

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 14:33:31 2013 New Revision: 255850 URL: http://svnweb.freebsd.org/changeset/base/255850 Log: Flip the switch: disable BIND and enable LDNS_UTILS. Approved by: re (blanket) Added: head/tools/build/options/WITHOUT_LDNS_UTILS - copied, changed from

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

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 14:46:10 2013 New Revision: 255851 URL: http://svnweb.freebsd.org/changeset/base/255851 Log: Regenerate. Approved by: re (blanket) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r255852 - in head: contrib/dialog contrib/dialog/package contrib/dialog/package/debian contrib/dialog/package/freebsd contrib/dialog/po contrib/dialog/samples gnu/lib/libdialog

2013-09-24 Thread Devin Teske
Author: dteske Date: Tue Sep 24 14:52:43 2013 New Revision: 255852 URL: http://svnweb.freebsd.org/changeset/base/255852 Log: Update dialog to 1.2-20130923. Approved by: re (marius) Added: head/contrib/dialog/package/freebsd/ head/contrib/dialog/package/freebsd/Makefile (contents,

Re: svn commit: r254419 - head/contrib/bmake

2013-09-24 Thread Sergey Kandaurov
On 16 August 2013 22:47, Simon J. Gerraty s...@freebsd.org wrote: Author: sjg Date: Fri Aug 16 18:47:18 2013 New Revision: 254419 URL: http://svnweb.freebsd.org/changeset/base/254419 Log: Add .MAKE.ALWAYS_PASS_JOB_QUEUE knob (default yes) for backwards compatability. Modified:

svn commit: r255853 - in head/sys: cam cam/scsi dev/asr dev/firewire dev/hpt27xx dev/hptiop dev/hptmv dev/hptnr dev/hptrr dev/iir dev/tws

2013-09-24 Thread Scott Long
Author: scottl Date: Tue Sep 24 16:50:53 2013 New Revision: 255853 URL: http://svnweb.freebsd.org/changeset/base/255853 Log: Update the CAM API for FreeBSD 10: - Remove the timeout_ch field. It's been deprecated since FreeBSD 7.0; MPSAFE drivers should be managing their own timeout

svn commit: r255854 - head/sys/conf

2013-09-24 Thread Glen Barber
Author: gjb Date: Tue Sep 24 16:59:28 2013 New Revision: 255854 URL: http://svnweb.freebsd.org/changeset/base/255854 Log: Update head/ to -ALPHA3. This commit marks the point the final KBI change was made as part of the 10.0-RELEASE cycle. Approved by: re (implicit) Sponsored by:

svn commit: r255855 - head/sys/dev/iscsi_initiator

2013-09-24 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 24 17:01:29 2013 New Revision: 255855 URL: http://svnweb.freebsd.org/changeset/base/255855 Log: Improve error handling in the old initiator, preventing panic on attempt to load iscsi_initiator.ko when iscsi.ko is already loaded. Approved by: re (glebius)

Re: svn commit: r255716 - head/sbin/hastd

2013-09-24 Thread Yamagi Burmeister
Thank you for your hard work and help :) On Thu, 19 Sep 2013 20:19:09 + (UTC) Mikolaj Golub troc...@freebsd.org wrote: Author: trociny Date: Thu Sep 19 20:19:08 2013 New Revision: 255716 URL: http://svnweb.freebsd.org/changeset/base/255716 Log: When updating the map of dirty

svn commit: r255857 - head/sys/dev/iscsi

2013-09-24 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 24 18:24:01 2013 New Revision: 255857 URL: http://svnweb.freebsd.org/changeset/base/255857 Log: As it turns out, when MOD_LOAD handler returns error, kernel calls MOD_UNLOAD handler. Make the new iSCSI initiator not panic when this happens. Approved by: re

svn commit: r255859 - head

2013-09-24 Thread John Baldwin
Author: jhb Date: Tue Sep 24 19:09:21 2013 New Revision: 255859 URL: http://svnweb.freebsd.org/changeset/base/255859 Log: Don't parse NO_ROOT metadata for extra kernels if NO_ROOT isn't defined. Approved by: re (gjb) MFC after:1 week Modified: head/Makefile.inc1 Modified:

Re: svn commit: r254419 - head/contrib/bmake

2013-09-24 Thread Simon J. Gerraty
On Tue, 24 Sep 2013 20:41:19 +0400, Sergey Kandaurov writes: +.Fx 9 This results in mdoc warning. :mdoc warning: .Fx: Unknown FreeBSD version `9' (#733) On what release? Surely 9 and later know about 9? ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r254419 - head/contrib/bmake

2013-09-24 Thread Benjamin Kaduk
On Tue, Sep 24, 2013 at 2:32 PM, Simon J. Gerraty s...@juniper.net wrote: On Tue, 24 Sep 2013 20:41:19 +0400, Sergey Kandaurov writes: +.Fx 9 This results in mdoc warning. :mdoc warning: .Fx: Unknown FreeBSD version `9' (#733) On what release? Surely 9 and later know about 9? There

svn commit: r255860 - head/sys/geom

2013-09-24 Thread Dag-Erling Smørgrav
Author: des Date: Tue Sep 24 20:05:16 2013 New Revision: 255860 URL: http://svnweb.freebsd.org/changeset/base/255860 Log: Introduce a kern.geom.notaste sysctl that can be used to temporarily disable GEOM tasting to avoid the bouncing GEOM problem where, when you shut down the consumer of a

svn commit: r255861 - head/share/man/man4

2013-09-24 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Sep 24 20:14:59 2013 New Revision: 255861 URL: http://svnweb.freebsd.org/changeset/base/255861 Log: Minor mdoc fixes. Approved by: re (blanket) Modified: head/share/man/man4/bxe.4 Modified: head/share/man/man4/bxe.4

svn commit: r255865 - in head/sys: cam cam/scsi dev/asr dev/firewire dev/hpt27xx dev/hptiop dev/hptmv dev/hptnr dev/hptrr dev/iir dev/tws

2013-09-24 Thread Glen Barber
Author: gjb Date: Wed Sep 25 01:48:45 2013 New Revision: 255865 URL: http://svnweb.freebsd.org/changeset/base/255865 Log: Revert r255853 pending fixes to build errors in usr.bin/kdump Approved by: re (implicit) Modified: head/sys/cam/cam.h head/sys/cam/cam_ccb.h

svn commit: r255866 - head/sys/fs/cd9660

2013-09-24 Thread John-Mark Gurney
Author: jmg Date: Wed Sep 25 02:48:12 2013 New Revision: 255866 URL: http://svnweb.freebsd.org/changeset/base/255866 Log: fix a bug where we access a bread buffer after we have brelse'd it... The kernel normally didn't unmap/context switch away before we accessed the buffer most of the

svn commit: r255867 - head/sys/fs/cd9660

2013-09-24 Thread John-Mark Gurney
Author: jmg Date: Wed Sep 25 02:49:18 2013 New Revision: 255867 URL: http://svnweb.freebsd.org/changeset/base/255867 Log: NULL stale pointers (should be a no-op as they should no longer be used)... Reviewed by: dteske Approved by: re (kib) Sponsored by: Vicor MFC after:3 days