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:

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 k...@freebsd.org 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 j...@freebsd.org writes: Dag-Erling Smørgrav d...@des.no writes: John Baldwin j...@freebsd.org 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

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:

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:

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

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:

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:

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:

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] +

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

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

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:

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:

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:

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

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 +++

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

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:

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:

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:

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 16 19:47:04 2013 New

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

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

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

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

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:

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 menyy mellanox com Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml

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 dte...@freebsd.org 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

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 p...@freebsd.org 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:

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:

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