svn commit: r262355 - head/sys/arm/freescale/imx

2014-02-22 Thread Ian Lepore
Author: ian Date: Sun Feb 23 01:49:01 2014 New Revision: 262355 URL: http://svnweb.freebsd.org/changeset/base/262355 Log: Don't force bootverbose on anymore, it can be set from ubldr now. Modified: head/sys/arm/freescale/imx/imx6_machdep.c Modified: head/sys/arm/freescale/imx/imx6_machdep.c

svn commit: r262354 - head/sys/arm/conf

2014-02-22 Thread Ian Lepore
Author: ian Date: Sun Feb 23 01:48:07 2014 New Revision: 262354 URL: http://svnweb.freebsd.org/changeset/base/262354 Log: Create a generic IMX6 kernel config. This is based on the existing WANDBOARD.common config, but with the freescale-specific optons and devices all together at the bottom

svn commit: r262353 - head/sys/arm/conf

2014-02-22 Thread Ian Lepore
Author: ian Date: Sun Feb 23 01:37:29 2014 New Revision: 262353 URL: http://svnweb.freebsd.org/changeset/base/262353 Log: Add the FREEBSD_BOOT_LOADER option so that a loaded DTB passed in from ubldr will actually get used. Modified: head/sys/arm/conf/WANDBOARD.common Modified: head/sys/arm

svn commit: r262352 - stable/10/sys/amd64/vmm/intel

2014-02-22 Thread John Baldwin
Author: jhb Date: Sun Feb 23 01:34:40 2014 New Revision: 262352 URL: http://svnweb.freebsd.org/changeset/base/262352 Log: MFC 259542: Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite() respectively. The vmcs_xxx() functions provide inline error checking of all accesse

svn commit: r262351 - head/sys/netinet6

2014-02-22 Thread Craig Rodrigues
Author: rodrigc Date: Sun Feb 23 01:27:22 2014 New Revision: 262351 URL: http://svnweb.freebsd.org/changeset/base/262351 Log: Remove KASSERT from in6p_lookup_mcast_ifp(). When the devel/jenkins port, version 1.551 was started, the kernel would panic if INVARIANTS was enabled in the kernel

svn commit: r262350 - in stable/10: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/intel sys/amd64/vmm/io usr.sbin/bhyve usr.sbin/bhyvectl

2014-02-22 Thread John Baldwin
Author: jhb Date: Sun Feb 23 00:46:05 2014 New Revision: 262350 URL: http://svnweb.freebsd.org/changeset/base/262350 Log: MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779: Several changes to the local APIC support in bhyve: - Rename 'vm_interrupt_hostcpu()' to 'vcpu_

svn commit: r262349 - in stable/10/sys/amd64/vmm: . intel

2014-02-22 Thread John Baldwin
Author: jhb Date: Sat Feb 22 23:34:39 2014 New Revision: 262349 URL: http://svnweb.freebsd.org/changeset/base/262349 Log: MFC 257297: Remove unnecessary includes of Modified: stable/10/sys/amd64/vmm/intel/vmcs.c stable/10/sys/amd64/vmm/intel/vmx.c stable/10/sys/amd64/vmm/intel/vmx_gena

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-22 Thread Craig Rodrigues
On Wed, Feb 19, 2014 at 7:32 AM, Gleb Smirnoff wrote: > Third. As you already know, there is projects/pf branch, where Nicos > is getting things right wrt pf+VIMAGE. The patches should first go > to this branch and tested in it. Committing to head (even a good > code), you are creating conflicts

svn commit: r262347 - head/sys/boot/fdt

2014-02-22 Thread Ian Lepore
Author: ian Date: Sat Feb 22 22:18:20 2014 New Revision: 262347 URL: http://svnweb.freebsd.org/changeset/base/262347 Log: Add a feature for automatically finding and loading a dtb file by name. The name is taken from the u-boot env vars fdtfile or fdt_file. If the name isn't fully-qualified

svn commit: r262346 - head/sys/fs/ext2fs

2014-02-22 Thread Pedro F. Giffuni
Author: pfg Date: Sat Feb 22 22:07:16 2014 New Revision: 262346 URL: http://svnweb.freebsd.org/changeset/base/262346 Log: ext2fs: fully enable ext4 read-only support. The ext4 developers tend to tag Ext4-specific flags as "incompatible" even when such features are not relevant for read-

svn commit: r262345 - head/sys/boot/common

2014-02-22 Thread Ian Lepore
Author: ian Date: Sat Feb 22 22:03:26 2014 New Revision: 262345 URL: http://svnweb.freebsd.org/changeset/base/262345 Log: Change file_loadraw() from static to public. Change the order of its arguments from type,filename to filename,type to be consistant with other public file_whatever() fun

svn commit: r262344 - head/share/misc

2014-02-22 Thread Eitan Adler
Author: eadler Date: Sat Feb 22 21:35:40 2014 New Revision: 262344 URL: http://svnweb.freebsd.org/changeset/base/262344 Log: bsd-family-tree: Add DragonFly 3.6.1 to the tree. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree =

svn commit: r262343 - head/share/misc

2014-02-22 Thread Eitan Adler
Author: eadler Date: Sat Feb 22 21:34:28 2014 New Revision: 262343 URL: http://svnweb.freebsd.org/changeset/base/262343 Log: bsd-family-tree: Add DragonFly 3.6.1 to the tree. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree =

svn commit: r262342 - stable/10

2014-02-22 Thread John Baldwin
Author: jhb Date: Sat Feb 22 20:12:10 2014 New Revision: 262342 URL: http://svnweb.freebsd.org/changeset/base/262342 Log: Record earlier merge of 257018. Modified: Directory Properties: stable/10/ (props changed) ___ svn-src-all@freebsd.org mailin

svn commit: r262341 - head/sys/netinet

2014-02-22 Thread Gleb Smirnoff
Author: glebius Date: Sat Feb 22 19:20:40 2014 New Revision: 262341 URL: http://svnweb.freebsd.org/changeset/base/262341 Log: Improve logging of send errors, reporting error code and interface. Reduce code duplication between INET and INET6. Tested by:Lytochkin Boris Modified: hea

svn commit: r262340 - head/sys/boot/fdt

2014-02-22 Thread Ian Lepore
Author: ian Date: Sat Feb 22 19:10:58 2014 New Revision: 262340 URL: http://svnweb.freebsd.org/changeset/base/262340 Log: Change fdt_setup_fdtp() from "guess then fail" to more probe-like behavior. The old code basically said it was going to use some particular blob without knowing whethe

svn commit: r262339 - in stable/10/contrib/serf: . auth buckets build

2014-02-22 Thread Peter Wemm
Author: peter Date: Sat Feb 22 18:55:49 2014 New Revision: 262339 URL: http://svnweb.freebsd.org/changeset/base/262339 Log: MFC r262324: serf 1.3.4 - improve SSL handling with svn-1.8.8 and other speedups and quality of life fixes. Modified: stable/10/contrib/serf/CHANGES stable/10/contri

svn commit: r262338 - in head/sys: amd64/amd64 i386/i386

2014-02-22 Thread Alan Cox
Author: alc Date: Sat Feb 22 18:53:42 2014 New Revision: 262338 URL: http://svnweb.freebsd.org/changeset/base/262338 Log: When the kernel is running in a virtual machine, it cannot rely upon the processor family to determine if the workaround for AMD Family 10h Erratum 383 should be enabled.

svn commit: r262337 - head/sys/boot/uboot/common

2014-02-22 Thread Ian Lepore
Author: ian Date: Sat Feb 22 17:51:10 2014 New Revision: 262337 URL: http://svnweb.freebsd.org/changeset/base/262337 Log: Allow the ubldr boot device to be choosen by a u-boot environment variable. If a "loaderdev=" env variable is set and the named device exists, it is used. If the devi

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

2014-02-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 22 13:07:38 2014 New Revision: 262336 URL: http://svnweb.freebsd.org/changeset/base/262336 Log: Regen after WITHOUT_DMA -> WITHOUT_DMAGENT renaming Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-22 Thread Baptiste Daroussin
On Fri, Feb 21, 2014 at 10:31:07AM -0700, Ian Lepore wrote: > On Fri, 2014-02-21 at 07:26 +, Baptiste Daroussin wrote: > > Author: bapt > > Date: Fri Feb 21 07:26:49 2014 > > New Revision: 262282 > > URL: http://svnweb.freebsd.org/changeset/base/262282 > > > > Log: > > Import Dragonfly Mail

svn commit: r262335 - in head: etc libexec share/mk tools/build/mk tools/build/options

2014-02-22 Thread Baptiste Daroussin
Author: bapt Date: Sat Feb 22 13:05:23 2014 New Revision: 262335 URL: http://svnweb.freebsd.org/changeset/base/262335 Log: Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion Requested by: ian Added: head/tools/build/options/WITHOUT_DMAGENT - copied unchanged from r262334, he

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-22 Thread Baptiste Daroussin
On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: > On 2014-Feb-21 07:26:49 +, Baptiste Daroussin wrote: > >Log: > > Import Dragonfly Mail Agent into base system > > I would like to suggest that 'dma' is a _really_ bad name for any > utility. As has been mentioned, 'DMA' has had

svn commit: r262334 - head/libexec/rtld-elf

2014-02-22 Thread David Xu
Author: davidxu Date: Sat Feb 22 11:06:48 2014 New Revision: 262334 URL: http://svnweb.freebsd.org/changeset/base/262334 Log: Increase alignment to size of pointer if the alignment is too small. Some modules do not align data at least to size of pointer, they uses a smaller alignment, but ou

svn commit: r262333 - head/usr.bin/hexdump

2014-02-22 Thread Christian Brueffer
Author: brueffer Date: Sat Feb 22 10:15:27 2014 New Revision: 262333 URL: http://svnweb.freebsd.org/changeset/base/262333 Log: Simplify the way the end of a singly linked list is followed (for adding items), so it is more obvious that we aren't going to indirect through a NULL pointer.

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

2014-02-22 Thread Ivan Voras
Author: ivoras Date: Sat Feb 22 09:53:17 2014 New Revision: 262332 URL: http://svnweb.freebsd.org/changeset/base/262332 Log: Grammar fix Submitted by: Warren Block wblock AT wonkity.com Modified: head/share/man/man4/ada.4 Modified: head/share/man/man4/ada.4 =

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-22 Thread Peter Jeremy
On 2014-Feb-21 07:26:49 +, Baptiste Daroussin wrote: >Log: > Import Dragonfly Mail Agent into base system I would like to suggest that 'dma' is a _really_ bad name for any utility. As has been mentioned, 'DMA' has had a well-entrenched meaning for decades and overloading to also refer to a