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
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
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
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,
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
==
---
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
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
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
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
> > > >
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.
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
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
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
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
> > >
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
> 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
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.
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
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'
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
20 matches
Mail list logo