svn commit: r264405 - head/usr.bin/iscsictl

2014-04-13 Thread Alexander Motin
Author: mav Date: Sun Apr 13 09:31:22 2014 New Revision: 264405 URL: http://svnweb.freebsd.org/changeset/base/264405 Log: Fix periph listing when IOCTL buffer border hits result for wanted bus. Modified: head/usr.bin/iscsictl/periphs.c Modified: head/usr.bin/iscsictl/periphs.c ==

svn commit: r264406 - head/sys/cam

2014-04-13 Thread Alexander Motin
Author: mav Date: Sun Apr 13 11:08:57 2014 New Revision: 264406 URL: http://svnweb.freebsd.org/changeset/base/264406 Log: Report more readable state "-" for idle CAM scan thread. Modified: head/sys/cam/cam_xpt.c Modified: head/sys/cam/cam_xpt.c ===

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

2014-04-13 Thread Alexander Motin
Author: mav Date: Sun Apr 13 11:10:36 2014 New Revision: 264407 URL: http://svnweb.freebsd.org/changeset/base/264407 Log: Join CTL worker threads into one process for convenience. Report their idle state as "-". Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c

svn commit: r264408 - head/tools/build/options

2014-04-13 Thread Julio Merino
Author: jmmv Date: Sun Apr 13 11:29:52 2014 New Revision: 264408 URL: http://svnweb.freebsd.org/changeset/base/264408 Log: Fix test suite name in src.conf(5). There is no such thing as the "Kyua test suite"; it is the "FreeBSD Test Suite". While doing this, point readers to tests(7).

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

2014-04-13 Thread Julio Merino
Author: jmmv Date: Sun Apr 13 11:31:41 2014 New Revision: 264409 URL: http://svnweb.freebsd.org/changeset/base/264409 Log: Regen after rewording of WITH_TESTS. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

svn commit: r264410 - head/share/man/man7

2014-04-13 Thread Julio Merino
Author: jmmv Date: Sun Apr 13 11:35:42 2014 New Revision: 264410 URL: http://svnweb.freebsd.org/changeset/base/264410 Log: Document how to install the test suite. As part of this, install the tests(7) manual page unconditionally (not only when WITH_TESTS=yes) so that users that have not y

svn commit: r264411 - head/usr.bin/find

2014-04-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 13 11:47:17 2014 New Revision: 264411 URL: http://svnweb.freebsd.org/changeset/base/264411 Log: find: Return normal exit status from -quit. If there was an error, make the exit status reflect this even if -quit caused the exit. Formerly, -quit always caused ex

svn commit: r264412 - head/gnu/usr.bin/groff/tmac

2014-04-13 Thread Julio Merino
Author: jmmv Date: Sun Apr 13 11:57:51 2014 New Revision: 264412 URL: http://svnweb.freebsd.org/changeset/base/264412 Log: Add FreeBSD 10.1 to the list of recognized releases for Fx. This version is already mentioned by 4 manual pages. Modified: head/gnu/usr.bin/groff/tmac/mdoc.local Mo

svn commit: r264413 - head/share/man/man7

2014-04-13 Thread Julio Merino
Author: jmmv Date: Sun Apr 13 11:59:42 2014 New Revision: 264413 URL: http://svnweb.freebsd.org/changeset/base/264413 Log: Miscellaneous fixes to tests(7). - Properly capitalize "FreeBSD Test Suite". - At this point, the test suite first appeared in 10.1, not in 11.0. - Use my FreeBSD.o

svn commit: r264414 - in head/sys/boot: amd64/boot1.efi common

2014-04-13 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Apr 13 14:50:52 2014 New Revision: 264414 URL: http://svnweb.freebsd.org/changeset/base/264414 Log: Apparently some of the i386 boot blocks are so close to full that adding single lines to ufsread.c spills them over. Duplicate a whole bunch of code to get file si

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

2014-04-13 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 13 18:21:53 2014 New Revision: 264415 URL: http://svnweb.freebsd.org/changeset/base/264415 Log: Bump Dd for r264384. Requested by: gjb Modified: head/share/man/man4/timecounters.4 Modified: head/share/man/man4/timecounters.4 ===

svn commit: r264416 - head/sys/dev/iwn

2014-04-13 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 13 18:51:39 2014 New Revision: 264416 URL: http://svnweb.freebsd.org/changeset/base/264416 Log: Add a missing comma between error message definitions. CID: 1199266 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/sys/dev/i

Re: svn commit: r264402 - in head/share: examples/etc man/man5 mk

2014-04-13 Thread Mark Johnston
On Sun, Apr 13, 2014 at 1:22 AM, Warner Losh wrote: > Author: imp > Date: Sun Apr 13 05:22:26 2014 > New Revision: 264402 > URL: http://svnweb.freebsd.org/changeset/base/264402 > > Log: > Convert NO_MANCOMPRESS to normal convention. This breaks installworld for me with ... install -o root -g

svn commit: r264417 - head/lib/libc/stdlib

2014-04-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 13 19:48:28 2014 New Revision: 264417 URL: http://svnweb.freebsd.org/changeset/base/264417 Log: realpath(): Properly fail "." or ".." components after non-directories. If realpath() is called on pathnames like "/dev/null/." or "/dev/null/..", it should fail wi

svn commit: r264418 - head/usr.bin/find

2014-04-13 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 13 19:48:51 2014 New Revision: 264418 URL: http://svnweb.freebsd.org/changeset/base/264418 Log: Avoid double free in f_acl(). CID: 1018508 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/usr.bin/find/function.c Modified:

svn commit: r264419 - head/usr.bin/ldd

2014-04-13 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 13 20:12:21 2014 New Revision: 264419 URL: http://svnweb.freebsd.org/changeset/base/264419 Log: Avoid double close() of a file descriptor. CID: 1006089 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/usr.bin/ldd/sods.c M

svn commit: r264420 - head/etc

2014-04-13 Thread Bryan Drewery
Author: bdrewery Date: Sun Apr 13 20:21:56 2014 New Revision: 264420 URL: http://svnweb.freebsd.org/changeset/base/264420 Log: Always install pkg.conf. Don't depend on MK_PKGBOOTSTRAP. This file is used by pkg(8) from ports as well. Someone may choose to not install pkg(7) but still want

Re: svn commit: r264402 - in head/share: examples/etc man/man5 mk

2014-04-13 Thread Warner Losh
Are you sure it is this exact commit? Do you have anything in your /etc/make.conf or /etc/src.conf file? Can you send me your full install world output? I’ll see if I can reproduce it myself. Warner On Apr 13, 2014, at 1:32 PM, Mark Johnston wrote: > On Sun, Apr 13, 2014 at 1:22 AM, Warner

svn commit: r264421 - head/sys/netpfil/ipfw

2014-04-13 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 13 21:13:33 2014 New Revision: 264421 URL: http://svnweb.freebsd.org/changeset/base/264421 Log: Free resources and error cases; re-indent a curly brace while here. CID: 1199366 Found with: Coverity Prevent(tm) MFC after:1 week Modified: h

svn commit: r264422 - head/sys/kern

2014-04-13 Thread Christian Brueffer
Author: brueffer Date: Sun Apr 13 21:23:15 2014 New Revision: 264422 URL: http://svnweb.freebsd.org/changeset/base/264422 Log: Free buf after usage. CID: 1199377 Found with: Coverity Prevent(tm) MFC after:1 week Modified: head/sys/kern/imgact_elf.c Modified: head/sys/

Re: svn commit: r264422 - head/sys/kern

2014-04-13 Thread Konstantin Belousov
On Sun, Apr 13, 2014 at 09:23:16PM +, Christian Brueffer wrote: > Author: brueffer > Date: Sun Apr 13 21:23:15 2014 > New Revision: 264422 > URL: http://svnweb.freebsd.org/changeset/base/264422 > > Log: > Free buf after usage. > > CID:1199377 > Found with: Coverity Pre

svn commit: r264423 - in stable/9: bin/sh tools/regression/bin/sh/expansion

2014-04-13 Thread Jilles Tjoelker
Author: jilles Date: Sun Apr 13 21:49:44 2014 New Revision: 264423 URL: http://svnweb.freebsd.org/changeset/base/264423 Log: MFC r238468: sh: Expand assignment-like words specially for export/readonly/local. Examples: export x=~ now expands the tilde local y=$1 is now safe, ev

svn commit: r264424 - in head/share: examples/etc man/man5 mk

2014-04-13 Thread Warner Losh
Author: imp Date: Sun Apr 13 21:52:27 2014 New Revision: 264424 URL: http://svnweb.freebsd.org/changeset/base/264424 Log: r264402 builds fine, but turns out there are problems with install. Back it out until they can be tracked down. Modified: head/share/examples/etc/make.conf head/share/

Re: svn commit: r264422 - head/sys/kern

2014-04-13 Thread Christian Brueffer
On 4/13/14 11:46 PM, Konstantin Belousov wrote: > On Sun, Apr 13, 2014 at 09:23:16PM +, Christian Brueffer wrote: >> Author: brueffer >> Date: Sun Apr 13 21:23:15 2014 >> New Revision: 264422 >> URL: http://svnweb.freebsd.org/changeset/base/264422 >> >> Log: >> Free buf after usage. >> >>

svn commit: r264425 - stable/9/sys/netsmb

2014-04-13 Thread Devin Teske
Author: dteske Date: Sun Apr 13 22:00:50 2014 New Revision: 264425 URL: http://svnweb.freebsd.org/changeset/base/264425 Log: MFC r250243: If the kernel is compiled with VMIMAGE support, the first attempt of mounting smbfs share will cause a panic. Fix setting/restoring vnet context when

svn commit: r264426 - stable/8/sys/netsmb

2014-04-13 Thread Devin Teske
Author: dteske Date: Sun Apr 13 22:16:18 2014 New Revision: 264426 URL: http://svnweb.freebsd.org/changeset/base/264426 Log: MFC r250243: If the kernel is compiled with VMIMAGE support, the first attempt of mounting smbfs share will cause a panic. Fix setting/restoring vnet context when

svn commit: r264427 - stable/9/usr.sbin/bsdconfig/share

2014-04-13 Thread Devin Teske
Author: dteske Date: Sun Apr 13 22:32:46 2014 New Revision: 264427 URL: http://svnweb.freebsd.org/changeset/base/264427 Log: MFC r256331: Add $VAR_ZFSINTERACTIVE (zfsInteractive) and new f_zfsinteractive() for determining when a script wants to be nonInteractive but selectively wants ZF

svn commit: r264428 - head/sys/boot/fdt/dts/arm

2014-04-13 Thread Rui Paulo
Author: rpaulo Date: Sun Apr 13 22:35:39 2014 New Revision: 264428 URL: http://svnweb.freebsd.org/changeset/base/264428 Log: Improve the i.MX53 / Digi DTS: * Fix the IPU address. * Fix the PATA definition. * Add another I2C. * Add more UARTs. * Add SATA. Modified: head/sys/boot/f

svn commit: r264432 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-04-13 Thread Glen Barber
Author: gjb Date: Sun Apr 13 22:41:28 2014 New Revision: 264432 URL: http://svnweb.freebsd.org/changeset/base/264432 Log: Fix order by svn revision. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/

svn commit: r264431 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-04-13 Thread Glen Barber
Author: gjb Date: Sun Apr 13 22:41:26 2014 New Revision: 264431 URL: http://svnweb.freebsd.org/changeset/base/264431 Log: Document r260385, unmapped I/O in GEOM RAID. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stab

svn commit: r264429 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-04-13 Thread Glen Barber
Author: gjb Date: Sun Apr 13 22:41:22 2014 New Revision: 264429 URL: http://svnweb.freebsd.org/changeset/base/264429 Log: Document r260177, camcontrol '-b' addition. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stabl

svn commit: r264430 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-04-13 Thread Glen Barber
Author: gjb Date: Sun Apr 13 22:41:24 2014 New Revision: 264430 URL: http://svnweb.freebsd.org/changeset/base/264430 Log: Document r260338 Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/release/doc/en_US.ISO8

svn commit: r264433 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2014-04-13 Thread Glen Barber
Author: gjb Date: Sun Apr 13 22:41:30 2014 New Revision: 264433 URL: http://svnweb.freebsd.org/changeset/base/264433 Log: Document r260431, kern.panic_reboot_wait_time sysctl. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modif

Re: svn commit: r264402 - in head/share: examples/etc man/man5 mk

2014-04-13 Thread Mark Johnston
On Sun, Apr 13, 2014 at 4:57 PM, Warner Losh wrote: > > Are you sure it is this exact commit? It seems to be. I tried a # make SRCCONF=/dev/null MAKECONF=/dev/null buildworld installworld with and without this commit reverted, and installworld completed successfully when the change was reverted

Re: svn commit: r264402 - in head/share: examples/etc man/man5 mk

2014-04-13 Thread Warner Losh
Thanks Mark. I’ve recreated both the problem, and the solution. I’ve reverted the offending change until I have time to make sure my fix actually works in a variety of situations. The tree should be good to go now. Warner On Apr 13, 2014, at 5:10 PM, Mark Johnston wrote: > On Sun, Apr 13, 2

svn commit: r264434 - in head/sys/cddl: contrib/opensolaris/uts/common/dtrace contrib/opensolaris/uts/common/sys contrib/opensolaris/uts/intel/dtrace dev/dtrace

2014-04-13 Thread Mark Johnston
Author: markj Date: Mon Apr 14 00:22:42 2014 New Revision: 264434 URL: http://svnweb.freebsd.org/changeset/base/264434 Log: DTrace's pid provider works by inserting breakpoint instructions at probe sites and installing a hook at the kernel's trap handler. The fasttrap code will emulate the o

svn commit: r264435 - head/sys/cddl/dev/systrace

2014-04-13 Thread Mark Johnston
Author: markj Date: Mon Apr 14 00:23:18 2014 New Revision: 264435 URL: http://svnweb.freebsd.org/changeset/base/264435 Log: Ensure that all eight syscall arguments are available to dtrace_probe(), rather than just the first five. This is done by calling dtrace_probe() through a function poin

svn commit: r264436 - head/lib/libproc

2014-04-13 Thread Mark Johnston
Author: markj Date: Mon Apr 14 00:24:04 2014 New Revision: 264436 URL: http://svnweb.freebsd.org/changeset/base/264436 Log: Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the first address after the end of the map entry and should therefore be excluded. MFC after:

svn commit: r264437 - in stable/9/usr.sbin/bsdinstall: . scripts

2014-04-13 Thread Devin Teske
Author: dteske Date: Mon Apr 14 01:18:02 2014 New Revision: 264437 URL: http://svnweb.freebsd.org/changeset/base/264437 Log: MFC r256343,256540-256541,256544,256549,256551,256553,257939,258021,258927, 259144,259148,259470,259472,259474,259476-259478,259480-259481,259570, 259597-259598, and 2

svn commit: r264438 - in stable/10/etc: . rc.d

2014-04-13 Thread Devin Teske
Author: dteske Date: Mon Apr 14 01:44:56 2014 New Revision: 264438 URL: http://svnweb.freebsd.org/changeset/base/264438 Log: MFC r264243: Loosen the processing of *_IF_aliasN vars to be less strict. Previously, the first alias had to be _alias0 and processing stopped at the first non- d

svn commit: r264439 - in stable/9/etc: . rc.d

2014-04-13 Thread Devin Teske
Author: dteske Date: Mon Apr 14 01:49:26 2014 New Revision: 264439 URL: http://svnweb.freebsd.org/changeset/base/264439 Log: MFC r264243: Loosen the processing of *_IF_aliasN vars to be less strict. Previously, the first alias had to be _alias0 and processing stopped at the first non- d

svn commit: r264440 - in stable/10: release share/man/man7

2014-04-13 Thread Glen Barber
Author: gjb Date: Mon Apr 14 03:57:45 2014 New Revision: 264440 URL: http://svnweb.freebsd.org/changeset/base/264440 Log: MFC r264343: Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP variables. These are intended to allow bypassing the 'svn co /usr/{src,doc,ports}' step

svn commit: r264441 - in stable/9: release share/man/man7

2014-04-13 Thread Glen Barber
Author: gjb Date: Mon Apr 14 03:58:18 2014 New Revision: 264441 URL: http://svnweb.freebsd.org/changeset/base/264441 Log: MFC r264343: Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP variables. These are intended to allow bypassing the 'svn co /usr/{src,doc,ports}' step

svn commit: r264442 - in stable/10/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-04-13 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 14 04:51:59 2014 New Revision: 264442 URL: http://svnweb.freebsd.org/changeset/base/264442 Log: MFC r263957: Increase the number of TX DMA segments from 32 to 35. It turned out 32 is not enough to support a full sized TSO packet. While I'm here fix a lo

svn commit: r264443 - in stable/9/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-04-13 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 14 04:53:34 2014 New Revision: 264443 URL: http://svnweb.freebsd.org/changeset/base/264443 Log: MFC r263957: Increase the number of TX DMA segments from 32 to 35. It turned out 32 is not enough to support a full sized TSO packet. While I'm here fix a lo

svn commit: r264444 - stable/10/sys/dev/ae

2014-04-13 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 14 04:58:50 2014 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: MFC r259543: Failed m_devget(9) indicates lack of free mbuf cluster. Update if_iqdrops counter for that case since the received frame is ok. While here, simp

svn commit: r264445 - stable/9/sys/dev/ae

2014-04-13 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 14 04:59:46 2014 New Revision: 264445 URL: http://svnweb.freebsd.org/changeset/base/264445 Log: MFC r259543: Failed m_devget(9) indicates lack of free mbuf cluster. Update if_iqdrops counter for that case since the received frame is ok. While here, simp

svn commit: r264446 - stable/10/sys/dev/ale

2014-04-13 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 14 05:04:23 2014 New Revision: 264446 URL: http://svnweb.freebsd.org/changeset/base/264446 Log: MFC r260429: m_defrag(9) does not touch original mbuf chain when it can't allocate new mbuf. Free original mbuf chain when driver is not able to send the pac

svn commit: r264447 - stable/9/sys/dev/ale

2014-04-13 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 14 05:05:07 2014 New Revision: 264447 URL: http://svnweb.freebsd.org/changeset/base/264447 Log: MFC r260429: m_defrag(9) does not touch original mbuf chain when it can't allocate new mbuf. Free original mbuf chain when driver is not able to send the pac

svn commit: r264448 - head/usr.sbin/bsdinstall/scripts

2014-04-13 Thread Devin Teske
Author: dteske Date: Mon Apr 14 05:35:01 2014 New Revision: 264448 URL: http://svnweb.freebsd.org/changeset/base/264448 Log: Fix typo in debug/log statement. Submitted by: Rick Miller Modified: head/usr.sbin/bsdinstall/scripts/script Modified: head/usr.sbin/bsdinstall/scripts/script ==

svn commit: r264449 - stable/10/usr.sbin/bsdinstall/scripts

2014-04-13 Thread Devin Teske
Author: dteske Date: Mon Apr 14 05:37:21 2014 New Revision: 264449 URL: http://svnweb.freebsd.org/changeset/base/264449 Log: MFC r264448: Fix typo in debug/log statement. Submitted by: Rick Miller Modified: stable/10/usr.sbin/bsdinstall/scripts/script Directory Properties: stable/10/

svn commit: r264450 - stable/9/usr.sbin/bsdinstall/scripts

2014-04-13 Thread Devin Teske
Author: dteske Date: Mon Apr 14 05:38:50 2014 New Revision: 264450 URL: http://svnweb.freebsd.org/changeset/base/264450 Log: MFC r264448: Fix typo in debug/log statement. Submitted by: Rick Miller Modified: stable/9/usr.sbin/bsdinstall/scripts/script Directory Properties: stable/9/

Re: svn commit: r264449 - stable/10/usr.sbin/bsdinstall/scripts

2014-04-13 Thread Glen Barber
On Mon, Apr 14, 2014 at 05:37:21AM +, Devin Teske wrote: > Author: dteske > Date: Mon Apr 14 05:37:21 2014 > New Revision: 264449 > URL: http://svnweb.freebsd.org/changeset/base/264449 > > Log: > MFC r264448: Fix typo in debug/log statement. > MFCs have a default minimal timeframe of 3 d

RE: svn commit: r264449 - stable/10/usr.sbin/bsdinstall/scripts

2014-04-13 Thread dteske
> -Original Message- > From: Glen Barber [mailto:g...@freebsd.org] > Sent: Sunday, April 13, 2014 10:38 PM > To: Devin Teske > Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src- > sta...@freebsd.org; svn-src-stable...@freebsd.org > Subject: Re: svn commit: r264449 - stable/

svn commit: r264451 - svnadmin/conf

2014-04-13 Thread Gabor Pali
Author: pgj (doc,ports committer) Date: Mon Apr 14 06:33:06 2014 New Revision: 264451 URL: http://svnweb.freebsd.org/changeset/base/264451 Log: - Take davidxu's commit bit into safekeeping per his request. Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnadmin/c

svn commit: r264452 - head/share/misc

2014-04-13 Thread Gabor Pali
Author: pgj (doc,ports committer) Date: Mon Apr 14 06:34:08 2014 New Revision: 264452 URL: http://svnweb.freebsd.org/changeset/base/264452 Log: - Move davidxu to the alumni section Approved by: core (implicit) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/commi