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

2013-12-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 16 10:50:13 2013 New Revision: 259462 URL: http://svnweb.freebsd.org/changeset/base/259462 Log: Fix regression issue after r259248: Some Intel XHCI controlles timeout processing so-called "TRBs" when the final LINK TRB of a so-called "TD" has the CHAIN-BIT s

svn commit: r259463 - in head/etc: defaults rc.d

2013-12-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Dec 16 11:03:59 2013 New Revision: 259463 URL: http://svnweb.freebsd.org/changeset/base/259463 Log: Start-up script for casperd daemon. Sponsored by: The FreeBSD Foundation Added: head/etc/rc.d/casperd (contents, props changed) Modified: head/etc/defaults/rc.con

Re: svn commit: r259422 - head/sys/conf

2013-12-16 Thread Konstantin Belousov
On Sun, Dec 15, 2013 at 10:33:47AM -0800, Rui Paulo wrote: > On 15 Dec 2013, at 10:13, Konstantin Belousov wrote: > > > Author: kib > > Date: Sun Dec 15 18:13:42 2013 > > New Revision: 259422 > > URL: http://svnweb.freebsd.org/changeset/base/259422 > > > > Log: > > Revert r259045. > > > > It

Re: svn commit: r259010 - in head/sys: conf powerpc/fpu

2013-12-16 Thread Dag-Erling Smørgrav
John Baldwin writes: > Dag-Erling Smørgrav writes: > > John Baldwin writes: > > > LINT64 is yet another kernel config covered by 'make tinderbox', > > > but not by the periodic tinderbox. It is probably worth adding to > > > the periodic tinderbox (someday it'd be nice if the two > > > tinderbo

svn commit: r259464 - head/sys/kern

2013-12-16 Thread Alexander Motin
Author: mav Date: Mon Dec 16 13:52:18 2013 New Revision: 259464 URL: http://svnweb.freebsd.org/changeset/base/259464 Log: Fix periodic per-CPU timers startup on boot. Reported by: neel MFC after:2 weeks Modified: head/sys/kern/kern_clocksource.c Modified: head/sys/kern/kern_clock

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 15:50:59 2013 New Revision: 259468 URL: http://svnweb.freebsd.org/changeset/base/259468 Log: Add a fix for Long-standing problem with VMware. Described in below links: https://communities.vmware.com/thread/107230 https://communities.vmware.com/docs/DOC-11677

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 15:52:44 2013 New Revision: 259469 URL: http://svnweb.freebsd.org/changeset/base/259469 Log: Mask error from newaliases(1) when the hostname is not fully qualified. MFC after:3 days Modified: head/usr.sbin/bsdinstall/scripts/config Modified: head/usr.

Re: svn commit: r259468 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Nathan Whitehorn
Please add this to release/rc.local instead under the console setup. There is no guarantee that "auto" is running from an environment where this is defined -- for example, it may be running from a serial console or an xterm -- and the actual installer should not be polluted with assumptions abo

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 17:03:44 2013 New Revision: 259470 URL: http://svnweb.freebsd.org/changeset/base/259470 Log: As per discussions on -current, re-add /var/mail (removed in r257842) but this time with atime=on in support of various software that requires it. Discussed on: -cu

svn commit: r259471 - head/share/misc

2013-12-16 Thread Bryan Drewery
Author: bdrewery Date: Mon Dec 16 17:05:03 2013 New Revision: 259471 URL: http://svnweb.freebsd.org/changeset/base/259471 Log: Add myself to the src-committers list Approved by: bapt (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 17:11:09 2013 New Revision: 259472 URL: http://svnweb.freebsd.org/changeset/base/259472 Log: Accept NULL input as also meaning zero swap. MFC after:3 days Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Modified: head/usr.sbin/bsdinstall/scripts/zf

svn commit: r259473 - in head: lib/clang lib/clang/include lib/clang/include/llvm/Config lib/clang/libllvmpowerpcasmparser usr.bin/clang/clang usr.bin/clang/llc usr.bin/clang/lldb usr.bin/clang/llv...

2013-12-16 Thread Dimitry Andric
Author: dim Date: Mon Dec 16 18:45:21 2013 New Revision: 259473 URL: http://svnweb.freebsd.org/changeset/base/259473 Log: Enable llvm's integrated assembler for PowerPC, since it should now be good enough for typical usage. Requested by: rdivacky MFC after:1 week Added: head/lib/

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 18:53:09 2013 New Revision: 259474 URL: http://svnweb.freebsd.org/changeset/base/259474 Log: Bug-fixes and debugging improvments: + De-obfuscate debugging to show actual values + Change graid(8) syntax; s/destroy/delete/ [destroy is not invalid syntax] + Log

svn commit: r259475 - head/sys/kern

2013-12-16 Thread Adrian Chadd
Author: adrian Date: Mon Dec 16 19:31:23 2013 New Revision: 259475 URL: http://svnweb.freebsd.org/changeset/base/259475 Log: Migrate the sendfile_sync struct to use a UMA zone rather than M_TEMP. This allows it to be better tracked as well as being able to leverage UMA for more interestin

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 19:37:15 2013 New Revision: 259476 URL: http://svnweb.freebsd.org/changeset/base/259476 Log: Improve default ZFS disk layout (tested): + For GPT, always provision zfs# partition after swap [for resizability] + For MBR, always use a boot pool to relialy place r

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 19:43:04 2013 New Revision: 259477 URL: http://svnweb.freebsd.org/changeset/base/259477 Log: fletcher4 is currently the default. Discussed on: -current MFC after:3 days Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Modified: head/usr.sbin/bsdin

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 19:44:45 2013 New Revision: 259478 URL: http://svnweb.freebsd.org/changeset/base/259478 Log: De-uglify the geli(8)-setup infobox by adding a newline. MFC after:3 days Modified: head/usr.sbin/bsdinstall/scripts/zfsboot Modified: head/usr.sbin/bsdinstal

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 19:47:04 2013 New Revision: 259479 URL: http://svnweb.freebsd.org/changeset/base/259479 Log: Add kern.geom.label.disk_ident.enable="0" to loader.conf(5). Discussed on: -current, -stable MFC after:3 days Modified: head/usr.sbin/bsdinstall/scripts/zfsb

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 19:51:11 2013 New Revision: 259480 URL: http://svnweb.freebsd.org/changeset/base/259480 Log: Fix a long-standing edge-case that would result in a ghosted `zroot' pool and subsequent headaches caused by multiple pools with the same name. Specifically, blast awa

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

2013-12-16 Thread Devin Teske
Author: dteske Date: Mon Dec 16 19:54:55 2013 New Revision: 259481 URL: http://svnweb.freebsd.org/changeset/base/259481 Log: Auto-enable 4k sector alignment when disk encryption is requested (it is required in such a case). But don't prevent the user from pointing the gun at his/her foot --

svn commit: r259482 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/io usr.sbin/bhyve

2013-12-16 Thread Neel Natu
Author: neel Date: Mon Dec 16 19:59:31 2013 New Revision: 259482 URL: http://svnweb.freebsd.org/changeset/base/259482 Log: Add an API to deliver message signalled interrupts to vcpus. This allows callers treat the MSI 'addr' and 'data' fields as opaque and also lets bhyve implement multiple

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

2013-12-16 Thread Gleb Smirnoff
Adrian, On Mon, Dec 16, 2013 at 07:31:24PM +, Adrian Chadd wrote: A> Modified: head/sys/kern/uipc_syscalls.c A> == A> --- head/sys/kern/uipc_syscalls.cMon Dec 16 18:53:09 2013 (r259474) A> +++ head/sys/k

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Nathan Whitehorn
On 12/16/13 13:47, Devin Teske wrote: Author: dteske Date: Mon Dec 16 19:47:04 2013 New Revision: 259479 URL: http://svnweb.freebsd.org/changeset/base/259479 Log: Add kern.geom.label.disk_ident.enable="0" to loader.conf(5). Discussed on: -current, -stable MFC after: 3 days Modif

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Teske, Devin
On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote: > On 12/16/13 13:47, Devin Teske wrote: >> Author: dteske >> Date: Mon Dec 16 19:47:04 2013 >> New Revision: 259479 >> URL: >> https://urldefense.proofpoint.com/v1/url?u=http://svnweb.freebsd.org/changeset/base/259479&k=%2FbkpAUdJWZuiTILCq%2FF

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Teske, Devin
On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote: > > On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote: > >> On 12/16/13 13:47, Devin Teske wrote: >>> Author: dteske >>> Date: Mon Dec 16 19:47:04 2013 >>> New Revision: 259479 >>> URL: >>> https://urldefense.proofpoint.com/v1/url?u=http://svn

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Nathan Whitehorn
On 12/16/13 15:48, Teske, Devin wrote: On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote: On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote: On 12/16/13 13:47, Devin Teske wrote: Author: dteske Date: Mon Dec 16 19:47:04 2013 New Revision: 259479 URL: https://urldefense.proofpoint.com/v1/url

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Teske, Devin
On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote: > On 12/16/13 15:48, Teske, Devin wrote: >> On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote: >> >>> On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote: >>> On 12/16/13 13:47, Devin Teske wrote: > Author: dteske > Date: Mon Dec 1

Re: svn commit: r259479 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Nathan Whitehorn
On 12/16/13 15:55, Teske, Devin wrote: On Dec 16, 2013, at 1:50 PM, Nathan Whitehorn wrote: On 12/16/13 15:48, Teske, Devin wrote: On Dec 16, 2013, at 1:40 PM, Teske, Devin wrote: On Dec 16, 2013, at 1:26 PM, Nathan Whitehorn wrote: On 12/16/13 13:47, Devin Teske wrote: Author: dteske Dat

svn commit: r259484 - head/sys/arm/mv

2013-12-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Dec 16 22:04:47 2013 New Revision: 259484 URL: http://svnweb.freebsd.org/changeset/base/259484 Log: Use the common Open Firmware PCI interrupt routing code instead of the duplicate version in dev/fdt. Tested by:zbb Modified: head/sys/arm/mv/mv_pci.c Mo

svn commit: r259487 - head/sys/dev/netmap

2013-12-16 Thread Luigi Rizzo
Author: luigi Date: Mon Dec 16 23:57:43 2013 New Revision: 259487 URL: http://svnweb.freebsd.org/changeset/base/259487 Log: fix the build using __builtin_prefetch() instead of redefining prefetch() Modified: head/sys/dev/netmap/ixgbe_netmap.h head/sys/dev/netmap/netmap_kern.h head/sys/dev

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

2013-12-16 Thread Adrian Chadd
Ok. I'll go find where I copy pastes thus from. The mbuf code perhaps? Should we do a big quick tidy up? Adrian On Dec 16, 2013 1:40 PM, "Gleb Smirnoff" wrote: > Adrian, > > On Mon, Dec 16, 2013 at 07:31:24PM +, Adrian Chadd wrote: > A> Modified: head/sys/kern/uipc_syscalls.c > A> > =

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

2013-12-16 Thread Gleb Smirnoff
On Mon, Dec 16, 2013 at 04:54:15PM -0800, Adrian Chadd wrote: A> Ok. I'll go find where I copy pastes thus from. The mbuf code perhaps? A> A> Should we do a big quick tidy up? Nope, the mbuf code is somewhat different, due to secondary zones. An item freed there isn't actually freed, that's why t

svn commit: r259489 - head/sys/kern

2013-12-16 Thread Adrian Chadd
Author: adrian Date: Tue Dec 17 03:06:21 2013 New Revision: 259489 URL: http://svnweb.freebsd.org/changeset/base/259489 Log: Remove the invariants stuff I copy/paste'd from the mbuf code when setting up the UMA zone. This should (a) be correct(er) and (b) it should build on non-amd64.

svn commit: r259490 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-16 Thread Craig Rodrigues
Author: rodrigc Date: Tue Dec 17 03:38:36 2013 New Revision: 259490 URL: http://svnweb.freebsd.org/changeset/base/259490 Log: Add release note items from Chelsio. Submitted by: np Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/

svn commit: r259493 - head/release/doc/en_US.ISO8859-1/relnotes

2013-12-16 Thread Craig Rodrigues
Author: rodrigc Date: Tue Dec 17 04:19:03 2013 New Revision: 259493 URL: http://svnweb.freebsd.org/changeset/base/259493 Log: Add OFED and Mellanox items to release notes. Submitted by: Meny Yossefi Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/

Re: svn commit: r259481 - head/usr.sbin/bsdinstall/scripts

2013-12-16 Thread Eitan Adler
On Mon, Dec 16, 2013 at 2:54 PM, Devin Teske wrote: > Author: dteske > Date: Mon Dec 16 19:54:55 2013 > New Revision: 259481 > URL: http://svnweb.freebsd.org/changeset/base/259481 > > Log: > Auto-enable 4k sector alignment when disk encryption is requested (it is > required in such a case). N

Re: svn commit: r259463 - in head/etc: defaults rc.d

2013-12-16 Thread Eitan Adler
On Mon, Dec 16, 2013 at 6:03 AM, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Mon Dec 16 11:03:59 2013 > New Revision: 259463 > URL: http://svnweb.freebsd.org/changeset/base/259463 > > Log: > Start-up script for casperd daemon. > > Sponsored by: The FreeBSD Foundation > > Added: > head/e

svn commit: r259495 - head/share/misc

2013-12-16 Thread Jonathan Chu
Author: milki (ports committer) Date: Tue Dec 17 05:13:37 2013 New Revision: 259495 URL: http://svnweb.freebsd.org/changeset/base/259495 Log: milki is a new committer for ports. Approved by: swills (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/commit

svn commit: r259497 - head/sys/i386/i386

2013-12-16 Thread Sergey Kandaurov
Author: pluknet Date: Tue Dec 17 07:47:27 2013 New Revision: 259497 URL: http://svnweb.freebsd.org/changeset/base/259497 Log: Nuke symbols.raw This file seems to be unused since the switch to the ELF binary format. Discussed with: jhb Deleted: head/sys/i386/i386/symbols.raw __