svn commit: r262239 - stable/10/sys/kern

2014-02-20 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 20 08:55:59 2014 New Revision: 262239 URL: http://svnweb.freebsd.org/changeset/base/262239 Log: MFC: r261858 Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(), probably due to copy+pasting le_uuid_dec(). PR: 146588 Submitt

svn commit: r262240 - stable/9/sys/kern

2014-02-20 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 20 08:58:05 2014 New Revision: 262240 URL: http://svnweb.freebsd.org/changeset/base/262240 Log: MFC: r261858 Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(), probably due to copy+pasting le_uuid_dec(). PR: 146588 Submitt

svn commit: r262241 - stable/8/sys/kern

2014-02-20 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 20 09:00:13 2014 New Revision: 262241 URL: http://svnweb.freebsd.org/changeset/base/262241 Log: MFC: r261858 Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(), probably due to copy+pasting le_uuid_dec(). PR: 146588 Submitt

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

2014-02-20 Thread Luiz Otavio O Souza
Author: loos Date: Thu Feb 20 13:09:08 2014 New Revision: 262242 URL: http://svnweb.freebsd.org/changeset/base/262242 Log: Fix the boot on FDT-enabled systems after r261819. While here, don't overwrite the error message on interactive use and add the missing '\n' at end of error message f

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

2014-02-20 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 20 13:33:18 2014 New Revision: 262243 URL: http://svnweb.freebsd.org/changeset/base/262243 Log: Fix a cross-reference. MFC after:3 days Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7 ==

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

2014-02-20 Thread Ian Lepore
Author: ian Date: Thu Feb 20 14:29:59 2014 New Revision: 262244 URL: http://svnweb.freebsd.org/changeset/base/262244 Log: Add early printf support, wrapped in #if 0 because it's only rarely needed. Modified: head/sys/arm/freescale/imx/imx6_machdep.c Modified: head/sys/arm/freescale/imx/imx6_

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

2014-02-20 Thread Steven Kreuzer
Author: skreuzer (doc,ports committer) Date: Thu Feb 20 14:39:12 2014 New Revision: 262245 URL: http://svnweb.freebsd.org/changeset/base/262245 Log: Document r261504 - FreeBSD/i386 guests can be run under bhyve. Document r261498 - ping uses the Capsicum framework to drop privileges Document

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

2014-02-20 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 20 16:35:48 2014 New Revision: 262246 URL: http://svnweb.freebsd.org/changeset/base/262246 Log: Spelling, grammar and mdoc cleanup. Modified: head/share/man/man4/gpioiic.4 head/share/man/man4/gpioled.4 Modified: head/share/man/man4/gpioiic.4 =

Re: svn commit: r262246 - head/share/man/man4

2014-02-20 Thread Benjamin Kaduk
On Thu, Feb 20, 2014 at 11:35 AM, Christian Brueffer wrote: > Author: brueffer > Date: Thu Feb 20 16:35:48 2014 > New Revision: 262246 > URL: http://svnweb.freebsd.org/changeset/base/262246 > > Modified: head/share/man/man4/gpioiic.4 > >

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

2014-02-20 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 20 17:23:08 2014 New Revision: 262247 URL: http://svnweb.freebsd.org/changeset/base/262247 Log: Make it clear that there are two ways to add a session using iscsictl(8), and some options require configuration file. Reviewed by: emaste Sponsored by: The FreeB

svn commit: r262249 - vendor/subversion/subversion-1.8.8

2014-02-20 Thread Peter Wemm
Author: peter Date: Thu Feb 20 19:26:48 2014 New Revision: 262249 URL: http://svnweb.freebsd.org/changeset/base/262249 Log: Tag subversion-1.8.8 Added: vendor/subversion/subversion-1.8.8/ - copied from r262248, vendor/subversion/dist/ ___ svn-s

svn commit: r262251 - head/usr.bin/svn/lib/libapr_util

2014-02-20 Thread Peter Wemm
Author: peter Date: Thu Feb 20 20:09:28 2014 New Revision: 262251 URL: http://svnweb.freebsd.org/changeset/base/262251 Log: Match our implementation of iconv's inbuf argument. Modified: head/usr.bin/svn/lib/libapr_util/apu_config.h Modified: head/usr.bin/svn/lib/libapr_util/apu_config.h

svn commit: r262252 - head/sys/netinet

2014-02-20 Thread Michael Tuexen
Author: tuexen Date: Thu Feb 20 20:14:43 2014 New Revision: 262252 URL: http://svnweb.freebsd.org/changeset/base/262252 Log: Remove redundant code and fix a style error. MFC after: 3 days Modified: head/sys/netinet/sctp_input.c head/sys/netinet/sctp_output.c Modified: head/sys/netinet

svn commit: r262253 - in stable/10: contrib/apr-util contrib/apr-util/crypto contrib/apr-util/dbd contrib/apr-util/dbm contrib/apr-util/include contrib/apr-util/memcache contrib/apr-util/misc contr...

2014-02-20 Thread Peter Wemm
Author: peter Date: Thu Feb 20 20:34:01 2014 New Revision: 262253 URL: http://svnweb.freebsd.org/changeset/base/262253 Log: MFC r257129,257936,258084,258569,258602,262250,262251 svn-1.8.4, 1.8.5, 1.8.8 and self-contained private support libraries Deleted: stable/10/contrib/apr-util/test/t

svn commit: r262254 - in stable/10/kerberos5/lib: libasn1 libgssapi_spnego libhdb libhx509

2014-02-20 Thread Peter Wemm
Author: peter Date: Thu Feb 20 20:51:27 2014 New Revision: 262254 URL: http://svnweb.freebsd.org/changeset/base/262254 Log: MFC r262253: hack to prevent concurrent runs of asn1_compile in the Heimdal build with high -j concurrency. Modified: stable/10/kerberos5/lib/libasn1/Makefile stable

svn commit: r262255 - in head/kerberos5/lib: libasn1 libgssapi_spnego libhdb libhx509

2014-02-20 Thread Peter Wemm
Author: peter Date: Thu Feb 20 20:53:29 2014 New Revision: 262255 URL: http://svnweb.freebsd.org/changeset/base/262255 Log: Revert my commit in r261253; the real problem was tackled in r262209. Modified: head/kerberos5/lib/libasn1/Makefile head/kerberos5/lib/libgssapi_spnego/Makefile head

svn commit: r262256 - stable/10/sys/netinet6

2014-02-20 Thread Andrey V. Elsukov
Author: ae Date: Thu Feb 20 21:01:59 2014 New Revision: 262256 URL: http://svnweb.freebsd.org/changeset/base/262256 Log: MFC r261835: Drop packets to multicast address whose scop field contains the reserved value 0. Sponsored by: Yandex LLC Modified: stable/10/sys/netinet6/ip6_in

svn commit: r262257 - stable/9/sys/netinet6

2014-02-20 Thread Andrey V. Elsukov
Author: ae Date: Thu Feb 20 21:02:24 2014 New Revision: 262257 URL: http://svnweb.freebsd.org/changeset/base/262257 Log: MFC r261835: Drop packets to multicast address whose scop field contains the reserved value 0. Sponsored by: Yandex LLC Modified: stable/9/sys/netinet6/ip6_inp

svn commit: r262259 - stable/10/sys/kern

2014-02-20 Thread Mateusz Guzik
Author: mjg Date: Thu Feb 20 21:36:05 2014 New Revision: 262259 URL: http://svnweb.freebsd.org/changeset/base/262259 Log: MFC r260233: Plug a memory leak in dup2 when both old and new fd have ioctl caps. Modified: stable/10/sys/kern/kern_descrip.c Modified: stable/10/sys/kern/kern_descr

svn commit: r262260 - stable/10/sys/kern

2014-02-20 Thread Mateusz Guzik
Author: mjg Date: Thu Feb 20 21:52:39 2014 New Revision: 262260 URL: http://svnweb.freebsd.org/changeset/base/262260 Log: MFC r259330,r259331: rlimit: add and utilize lim_shared rlimit: avoid unnecessary copying of rlimits If refcount is 1 just modify rlimits in place. Modified:

svn commit: r262267 - vendor/dma/20140213

2014-02-20 Thread Baptiste Daroussin
Author: bapt Date: Thu Feb 20 22:41:06 2014 New Revision: 262267 URL: http://svnweb.freebsd.org/changeset/base/262267 Log: Tag dma 20140213 Added: vendor/dma/20140213/ - copied from r262266, vendor/dma/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r262273 - head/etc/periodic/security

2014-02-20 Thread Christian Brueffer
Author: brueffer Date: Thu Feb 20 23:43:49 2014 New Revision: 262273 URL: http://svnweb.freebsd.org/changeset/base/262273 Log: Further refine the auth fail regex to catch more auth failures and reduce false positives. The committed patch was provided by Christian Marg. PR:

svn commit: r262274 - head/usr.sbin/bhyve

2014-02-20 Thread Tycho Nightingale
Author: tychon Date: Fri Feb 21 01:15:26 2014 New Revision: 262274 URL: http://svnweb.freebsd.org/changeset/base/262274 Log: Avoid clobbering the counter mode when issuing a latch command. Approved by: grehan (co-mentor) Modified: head/usr.sbin/bhyve/pit_8254.c Modified: head/usr.sbin/

Re: svn commit: r262266 - in vendor/dma: . dist dist/debian dist/debian/migrate dist/debian/source dist/test

2014-02-20 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/20/14 14:39, Baptiste Daroussin wrote: > Author: bapt Date: Thu Feb 20 22:39:55 2014 New Revision: 262266 > URL: http://svnweb.freebsd.org/changeset/base/262266 > > Log: Import dma 89702b7f14 (2013-02-13) into vendors Are we going to remove

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

2014-02-20 Thread David Xu
Author: davidxu Date: Fri Feb 21 03:36:16 2014 New Revision: 262277 URL: http://svnweb.freebsd.org/changeset/base/262277 Log: malloc_aligned() may not leave enough space for pointer to allocated memory, saving the pointer will overwrite bytes belongs to another memory block unexpectly, to fi

svn commit: r262278 - head/sys/arm/arm

2014-02-20 Thread Warner Losh
Author: imp Date: Fri Feb 21 05:17:30 2014 New Revision: 262278 URL: http://svnweb.freebsd.org/changeset/base/262278 Log: Remove bogus blank line. Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c ===

svn commit: r262280 - in head/sys: arm/freescale/imx boot/fdt/dts

2014-02-20 Thread Ian Lepore
Author: ian Date: Fri Feb 21 06:00:06 2014 New Revision: 262280 URL: http://svnweb.freebsd.org/changeset/base/262280 Log: Add basic cpu frequency control and temperature monitoring to imx6_anatop. The temperature monitor device is enabled to sample the die temperature at 16hz. The temper

svn commit: r262281 - in head/sys/amd64/vmm: intel io

2014-02-20 Thread Neel Natu
Author: neel Date: Fri Feb 21 06:03:54 2014 New Revision: 262281 URL: http://svnweb.freebsd.org/changeset/base/262281 Log: Add support for x2APIC virtualization assist in Intel VT-x. The vlapic.ops handler 'enable_x2apic_mode' is called when the vlapic mode is switched to x2APIC. The VT-x

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/build...

2014-02-20 Thread Baptiste Daroussin
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 Agent into base system It is a small and lightweight Mail Transport Agent. It accepts mails from locally installed Mail User Agents (MUA) and de

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

2014-02-20 Thread Baptiste Daroussin
Author: bapt Date: Fri Feb 21 07:31:24 2014 New Revision: 262283 URL: http://svnweb.freebsd.org/changeset/base/262283 Log: Regen after addition of WITHOUT_DMA Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===