svn commit: r292141 - stable/9/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:41:50 2015 New Revision: 292141 URL: https://svnweb.freebsd.org/changeset/base/292141 Log: MFstable/10 r292140: MFC r292004: Fix compilation when -DDEBUG is defined by adding inttypes.h #include for intmax_t Differential Revision:

svn commit: r292140 - stable/10/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:40:43 2015 New Revision: 292140 URL: https://svnweb.freebsd.org/changeset/base/292140 Log: MFC r292004: Fix compilation when -DDEBUG is defined by adding inttypes.h #include for intmax_t Differential Revision: https://reviews.freebsd.org/D4434

svn commit: r292138 - stable/10/lib/libc/gen

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:37:29 2015 New Revision: 292138 URL: https://svnweb.freebsd.org/changeset/base/292138 Log: MFC r291979: Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a missing "}" Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292139 - stable/9/lib/libc/gen

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:38:19 2015 New Revision: 292139 URL: https://svnweb.freebsd.org/changeset/base/292139 Log: MFstable/10 r292138: MFC r291979: Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding a missing "}" Sponsored by: EMC / Isilon Storage

svn commit: r292151 - stable/9/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:24:59 2015 New Revision: 292151 URL: https://svnweb.freebsd.org/changeset/base/292151 Log: MFstable/10 r292150: MFC r292013: Use stdint.h instead of inttypes.h as the latter pollutes namespace more Submitted by: bde Sponsored by: EMC / Isilon

svn commit: r292148 - stable/10/share/mk

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:20:47 2015 New Revision: 292148 URL: https://svnweb.freebsd.org/changeset/base/292148 Log: MFC r291896: Remove unused atf.test.mk variables - ATF_BUILD_CC - ATF_BUILD_CPP - ATF_BUILD_CXX - ATF_SHELL - ATF_PREFIX Sponsored by: EMC / Isilon

Re: svn commit: r292120 - in head/contrib/elftoolchain: addr2line common elfcopy libelf readelf

2015-12-12 Thread Adrian Chadd
Hm! cc1: warnings being treated as errors /usr/home/adrian/work/freebsd/head-embedded/src/usr.bin/readelf/../../contrib/elftoolchain/readelf/readelf.c: In function 'dump_dwarf': /usr/home/adrian/work/freebsd/head-embedded/src/usr.bin/readelf/../../contrib/elftoolchain/readelf/readelf.c:7479:

svn commit: r292153 - head/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 06:33:52 2015 New Revision: 292153 URL: https://svnweb.freebsd.org/changeset/base/292153 Log: Add -static to CFLAGS to unbreak the tests by using a libc.a with the xlocale private symbols exposed which aren't exposed publicly via the DSO PR: 191354 MFC

svn commit: r292146 - head/sys/sys

2015-12-12 Thread Warner Losh
Author: imp Date: Sun Dec 13 04:15:10 2015 New Revision: 292146 URL: https://svnweb.freebsd.org/changeset/base/292146 Log: Fix typos in comments. Modified: head/sys/sys/module.h Modified: head/sys/sys/module.h ==

svn commit: r292147 - head/tools/tools/nanobsd

2015-12-12 Thread Warner Losh
Author: imp Date: Sun Dec 13 04:15:13 2015 New Revision: 292147 URL: https://svnweb.freebsd.org/changeset/base/292147 Log: Eliminate a typo that crept into a last minute change before commit :( Noticed by: Olivier Cochard-Labbe Modified: head/tools/tools/nanobsd/defaults.sh (contents,

svn commit: r292152 - stable/10/lib/libc/tests/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:29:09 2015 New Revision: 292152 URL: https://svnweb.freebsd.org/changeset/base/292152 Log: MFC r291980,r291981: r291980: Add missing va_ends for corresponding va_starts to clean up variable arguments initialized in _test_fmt(..) Reported by:

svn commit: r292136 - stable/10/sys/ofed/drivers/infiniband/hw/mthca

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:32:41 2015 New Revision: 292136 URL: https://svnweb.freebsd.org/changeset/base/292136 Log: MFC r291753: Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..) They're only used in the __linux__ case Differential Revision:

svn commit: r292144 - stable/10/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:51:49 2015 New Revision: 292144 URL: https://svnweb.freebsd.org/changeset/base/292144 Log: MFC r291832,r291833,r291834,r291835,r291836,r291838: r291832: Fix -Wformat warnings by using the correct format qualifiers Sponsored by: EMC / Isilon

svn commit: r292142 - in stable/10/tools/regression/tls: ttls2 ttls4

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:45:57 2015 New Revision: 292142 URL: https://svnweb.freebsd.org/changeset/base/292142 Log: MFC r291983,r291984: r291983: Fix compilation warnings by adding unistd.h #include and missing return statements Sponsored by: EMC / Isilon Storage

svn commit: r292143 - in stable/9/tools/regression/tls: ttls2 ttls4

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:47:56 2015 New Revision: 292143 URL: https://svnweb.freebsd.org/changeset/base/292143 Log: MFstable/10 r292142: MFC r291983,r291984: r291983: Fix compilation warnings by adding unistd.h #include and missing return statements Sponsored by:

svn commit: r292149 - stable/10/share/man/man7

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:22:50 2015 New Revision: 292149 URL: https://svnweb.freebsd.org/changeset/base/292149 Log: MFC r291891: Use .Fx instead of explicitly spelling out FreeBSD Fix several warnings reported by igor Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292150 - stable/10/lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 04:24:15 2015 New Revision: 292150 URL: https://svnweb.freebsd.org/changeset/base/292150 Log: MFC r292013: Use stdint.h instead of inttypes.h as the latter pollutes namespace more Submitted by: bde Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r292145 - stable/9/lib/libc/regex/grot

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:53:18 2015 New Revision: 292145 URL: https://svnweb.freebsd.org/changeset/base/292145 Log: MFstable/10 r292144: MFC r291832,r291833,r291834,r291835,r291836,r291838: r291832: Fix -Wformat warnings by using the correct format qualifiers

svn commit: r292154 - in stable/9: include lib/libc/stdio

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 06:54:53 2015 New Revision: 292154 URL: https://svnweb.freebsd.org/changeset/base/292154 Log: MFstable/10 r291602: MFC r285140: r285140 (by oshogbo): Add fdclose(3) function. This function is equivalent to fclose(3) function except that it does

svn commit: r292137 - stable/9/sys/ofed/drivers/infiniband/hw/mthca

2015-12-12 Thread Garrett Cooper
Author: ngie Date: Sun Dec 13 03:35:54 2015 New Revision: 292137 URL: https://svnweb.freebsd.org/changeset/base/292137 Log: MFstable/10 r292136: MFC r291753: Fix scope of bridge_header and bridge_pcix_cap in mthca_reset(..) They're only used in the __linux__ case

svn commit: r292155 - in head/sys: net netinet6

2015-12-12 Thread Alexander V. Chernikov
Author: melifaro Date: Sun Dec 13 07:39:49 2015 New Revision: 292155 URL: https://svnweb.freebsd.org/changeset/base/292155 Log: Remove LLE read lock from IPv6 fast path. LLE structure is mostly unchanged during its lifecycle: there are only 2 things relevant for fast path lookup code:

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Alexey Dokuchaev
On Thu, Dec 10, 2015 at 08:42:01PM +0300, Andrey V. Elsukov wrote: > On 10.12.15 20:05, Ian Lepore wrote: > > On Thu, 2015-12-10 at 10:37 +, Andrey V. Elsukov wrote: > >> Author: ae > >> Date: Thu Dec 10 10:37:12 2015 > >> New Revision: 292058 > >> URL:

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Andrey V. Elsukov
On 12.12.15 15:12, Alexey Dokuchaev wrote: >> If you want to make device to not be recognized as GPT, you should use >> 'gpart destroy -F ' this will destroy first two sectors where >> PMBR and primary GPT header are located, also it will destroy the last >> sector with backup GPT. > > While

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Ian Lepore
On Sat, 2015-12-12 at 12:12 +, Alexey Dokuchaev wrote: > On Thu, Dec 10, 2015 at 08:42:01PM +0300, Andrey V. Elsukov wrote: > > On 10.12.15 20:05, Ian Lepore wrote: > > > On Thu, 2015-12-10 at 10:37 +, Andrey V. Elsukov wrote: > > > > Author: ae > > > > Date: Thu Dec 10 10:37:12 2015 > > >

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Poul-Henning Kamp
In message <20151212121209.ga60...@freebsd.org>, Alexey Dokuchaev writes: >+1, I'm also used to "dd'ing zeros" trick. The modern way to do that is to reinitialize the on-drive encryption to a new key. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org |

svn commit: r292128 - head/sys/dev/md

2015-12-12 Thread Konstantin Belousov
Author: kib Date: Sat Dec 12 14:08:29 2015 New Revision: 292128 URL: https://svnweb.freebsd.org/changeset/base/292128 Log: In md(4) over vnode, correct handling of the unaligned unmapped io requests which page alignment + size is greater than MAXPHYS. Right now md(4) over vnode would use

svn commit: r292129 - head/lib/libc/net

2015-12-12 Thread Hajimu UMEMOTO
Author: ume Date: Sat Dec 12 14:42:50 2015 New Revision: 292129 URL: https://svnweb.freebsd.org/changeset/base/292129 Log: RFC 3493 requires ignoring the loopback address for A_ADDRCONFIG. Since it breaks certain jail setup, we ignore just 127.0.0.1 instead of whole loopback address range.

Re: svn commit: r291913 - head/tools/tools/nanobsd

2015-12-12 Thread Devin Teske
> On Dec 11, 2015, at 11:55 PM, Olivier Cochard-Labbé > wrote: > >> On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: > >> Author: imp >> Date: Mon Dec 7 04:02:31 2015 >> New Revision: 291913 >> URL: https://svnweb.freebsd.org/changeset/base/291913 >>

svn commit: r292130 - head/lib/libc/gen

2015-12-12 Thread Jilles Tjoelker
Author: jilles Date: Sat Dec 12 15:57:46 2015 New Revision: 292130 URL: https://svnweb.freebsd.org/changeset/base/292130 Log: exec(3): Fix COMPATIBILITY section: default path does not contain cwd. MFC after:1 week Modified: head/lib/libc/gen/exec.3 Modified:

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Andrey V. Elsukov
On 12.12.15 20:20, Ian Lepore wrote: > I spent much of the last week fighting with "geom destroy" and trying > to prevent the ressurection of old geoms during the creation of new > ones. It's a Big Mess and it doesn't really work well at all. I came > to the conclusion that it's not geom destroy

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Ian Lepore
On Sat, 2015-12-12 at 21:10 +0300, Andrey V. Elsukov wrote: > On 12.12.15 20:20, Ian Lepore wrote: > > I spent much of the last week fighting with "geom destroy" and > > trying > > to prevent the ressurection of old geoms during the creation of new > > ones. It's a Big Mess and it doesn't really

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Andrey V. Elsukov
On 12.12.15 23:13, Ian Lepore wrote: > I start by agreeing with you that my remarks are *totally* unrelated to > your changes, and still you feel the need to rant again about how my > remarks are unrelated to your changes? I thought it was sarcasm. > I was basically conveying information about

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Andrey V. Elsukov
On 12.12.15 21:26, Ian Lepore wrote: > On Sat, 2015-12-12 at 21:10 +0300, Andrey V. Elsukov wrote: >> On 12.12.15 20:20, Ian Lepore wrote: >>> I spent much of the last week fighting with "geom destroy" and >>> trying >>> to prevent the ressurection of old geoms during the creation of new >>> ones.

Re: svn commit: r292058 - head/sbin/geom/class/part

2015-12-12 Thread Ian Lepore
On Sat, 2015-12-12 at 23:06 +0300, Andrey V. Elsukov wrote: > On 12.12.15 21:26, Ian Lepore wrote: > > On Sat, 2015-12-12 at 21:10 +0300, Andrey V. Elsukov wrote: > > > On 12.12.15 20:20, Ian Lepore wrote: > > > > I spent much of the last week fighting with "geom destroy" and > > > > trying > > >

Re: svn commit: r291913 - head/tools/tools/nanobsd

2015-12-12 Thread Warner Losh
On Sat, Dec 12, 2015 at 8:27 AM, Devin Teske wrote: > > > On Dec 11, 2015, at 11:55 PM, Olivier Cochard-Labbé > wrote: > > On Mon, Dec 7, 2015 at 5:02 AM, Warner Losh wrote: > >> Author: imp >> Date: Mon Dec 7 04:02:31 2015 >> New Revision:

svn commit: r292133 - in vendor/unbound/dist: . compat contrib daemon dnstap doc iterator libunbound libunbound/python libunbound/python/doc libunbound/python/doc/modules libunbound/python/examples...

2015-12-12 Thread Dag-Erling Smørgrav
Author: des Date: Sat Dec 12 22:18:57 2015 New Revision: 292133 URL: https://svnweb.freebsd.org/changeset/base/292133 Log: import unbound 1.5.7 Added: vendor/unbound/dist/.gitignore vendor/unbound/dist/compat/isblank.c (contents, props changed)

svn commit: r292134 - vendor/unbound/1.5.7

2015-12-12 Thread Dag-Erling Smørgrav
Author: des Date: Sat Dec 12 22:19:08 2015 New Revision: 292134 URL: https://svnweb.freebsd.org/changeset/base/292134 Log: tag unbound 1.5.7 Added: vendor/unbound/1.5.7/ - copied from r292133, vendor/unbound/dist/ ___ svn-src-all@freebsd.org

svn commit: r292131 - in vendor/unbound/dist: . dns64 doc services/cache sldns testdata util

2015-12-12 Thread Dag-Erling Smørgrav
Author: des Date: Sat Dec 12 22:17:01 2015 New Revision: 292131 URL: https://svnweb.freebsd.org/changeset/base/292131 Log: import unbound 1.5.6 Modified: vendor/unbound/dist/configure vendor/unbound/dist/configure.ac vendor/unbound/dist/dns64/dns64.c vendor/unbound/dist/doc/Changelog

svn commit: r292132 - vendor/unbound/1.5.6

2015-12-12 Thread Dag-Erling Smørgrav
Author: des Date: Sat Dec 12 22:17:52 2015 New Revision: 292132 URL: https://svnweb.freebsd.org/changeset/base/292132 Log: tag unbound 1.5.6 Added: vendor/unbound/1.5.6/ - copied from r292131, vendor/unbound/dist/ ___ svn-src-all@freebsd.org

svn commit: r292135 - head/contrib/unbound

2015-12-12 Thread Dag-Erling Smørgrav
Author: des Date: Sat Dec 12 22:54:12 2015 New Revision: 292135 URL: https://svnweb.freebsd.org/changeset/base/292135 Log: Ask make(1) which compiler to use rather than rely on whatever is in $PATH. Modified: head/contrib/unbound/freebsd-configure.sh Modified: