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: 1

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 af

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: warni

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: 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 == ---

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: 291913 >> URL: https://svnweb.freebsd.org/changeset/b

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: head/contrib/unbound/freebsd-co

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 so

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: 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 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 w

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

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

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: head/lib/libc/gen/exec.3

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 >> >> Log: >> Generally use shorter, m

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.

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 th

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 this'

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: https://svnweb.freebsd.org/changeset/base