On Thu, 9 Nov 2017 01:25:28 +0200
Konstantin Belousov wrote:
> On Wed, Nov 08, 2017 at 11:41:15PM +0100, Emmanuel Vadot wrote:
> >
> > Hello Jeff,
> >
> > On Wed, 8 Nov 2017 02:39:37 + (UTC)
> > Jeff Roberson wrote:
> >
> > > Author: jeff
> > > Date: Wed Nov 8 02:39:37 2017
> > > New Re
Author: bdrewery
Date: Thu Nov 9 02:37:49 2017
New Revision: 325570
URL: https://svnweb.freebsd.org/changeset/base/325570
Log:
AUTO_OBJ: Fix 'old style' kernel builds using wrong .OBJDIR.
There's no way currently to automatically prevent the bad .OBJDIR from being
created but it can at l
Author: adrian
Date: Thu Nov 9 01:41:00 2017
New Revision: 325569
URL: https://svnweb.freebsd.org/changeset/base/325569
Log:
[bsdbox] fix compilation due to library work.
Modified:
head/tools/bsdbox/Makefile
Modified: head/tools/bsdbox/Makefile
==
Author: bdrewery
Date: Wed Nov 8 23:41:27 2017
New Revision: 325568
URL: https://svnweb.freebsd.org/changeset/base/325568
Log:
universe: Fix creating LINT files with AUTO_OBJ.
These are expected to be created in .CURDIR.
Reported by: kib
Sponsored by: Dell EMC Isilon
Modified:
h
Author: kib
Date: Wed Nov 8 23:32:56 2017
New Revision: 325567
URL: https://svnweb.freebsd.org/changeset/base/325567
Log:
Zero whole struct ptrace_lwpinfo to not leak kernel stack data.
Reported by: Ilja Van Sprundel
Discussed with: secteam
Reviewed by: jhb
Sponsored by: The
Author: kib
Date: Wed Nov 8 23:25:05 2017
New Revision: 325566
URL: https://svnweb.freebsd.org/changeset/base/325566
Log:
Fix operator priority.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/vm/uma_core.c
Modified: head/sys/vm/uma_core.c
==
On Wed, Nov 08, 2017 at 11:41:15PM +0100, Emmanuel Vadot wrote:
>
> Hello Jeff,
>
> On Wed, 8 Nov 2017 02:39:37 + (UTC)
> Jeff Roberson wrote:
>
> > Author: jeff
> > Date: Wed Nov 8 02:39:37 2017
> > New Revision: 325530
> > URL: https://svnweb.freebsd.org/changeset/base/325530
> >
> > L
Author: antoine
Date: Wed Nov 8 23:20:05 2017
New Revision: 325565
URL: https://svnweb.freebsd.org/changeset/base/325565
Log:
Do not leak control in raw_usend
Modified:
head/sys/net/raw_usrreq.c
Modified: head/sys/net/raw_usrreq.c
Author: kevans
Date: Wed Nov 8 23:11:15 2017
New Revision: 325564
URL: https://svnweb.freebsd.org/changeset/base/325564
Log:
Revert r325365
r325365 caused several ports to fail to patch correctly. Revert it for the
time being until an exp-run can be completed.
Requested by: antoine
Hello Jeff,
On Wed, 8 Nov 2017 02:39:37 + (UTC)
Jeff Roberson wrote:
> Author: jeff
> Date: Wed Nov 8 02:39:37 2017
> New Revision: 325530
> URL: https://svnweb.freebsd.org/changeset/base/325530
>
> Log:
> Replace manyinstances of VM_WAIT with blocking page allocation flags
> similar
Author: manu
Date: Wed Nov 8 21:24:06 2017
New Revision: 325563
URL: https://svnweb.freebsd.org/changeset/base/325563
Log:
Allwinner A13: Add clkng support
DTS files switch from clocks under /clocks to a ccu (Clock Controller Unit)
a while ago.
Restore A13 functionality by adding a clo
Author: manu
Date: Wed Nov 8 21:12:59 2017
New Revision: 325562
URL: https://svnweb.freebsd.org/changeset/base/325562
Log:
Allwinner: clk: Unlock the clknode after locking it.
Pointy Hat: manu
Modified:
head/sys/arm/allwinner/clkng/aw_clk_nkmp.c
Modified: head/sys/arm/allwinner/clkng/a
Author: markj
Date: Wed Nov 8 19:55:17 2017
New Revision: 325561
URL: https://svnweb.freebsd.org/changeset/base/325561
Log:
Allow various page daemon parameters to be set from loader.conf.
MFC after:1 week
Modified:
head/sys/vm/vm_pageout.c
Modified: head/sys/vm/vm_pageout.c
==
Author: bdrewery
Date: Wed Nov 8 18:02:01 2017
New Revision: 325560
URL: https://svnweb.freebsd.org/changeset/base/325560
Log:
META_MODE: Bmake 20171028 in r325340 simplifies the meta filename.
Now if the meta file is in the objdir, the objdir is stripped away
from the meta filename.
Author: eugen
Date: Wed Nov 8 16:53:11 2017
New Revision: 325559
URL: https://svnweb.freebsd.org/changeset/base/325559
Log:
Add suitable knob ifconfig__descr for static interface description.
Document availability of interface descriptions within rc.conf(5).
Approved by: avg (mentor), m
Author: glebius
Date: Wed Nov 8 16:45:53 2017
New Revision: 325558
URL: https://svnweb.freebsd.org/changeset/base/325558
Log:
When parsing UDP messages skip optional hostname as described by
RFC 3164.
PR: 200933
Submitted by: maxim
Reported by: Konstantin Pavlov
MFC aft
On 11/8/2017 7:25 AM, Renato Botelho wrote:
> On 07/11/17 16:20, Bryan Drewery wrote:
>> Author: bdrewery
>> Date: Tue Nov 7 18:20:08 2017
>> New Revision: 325520
>> URL: https://svnweb.freebsd.org/changeset/base/325520
>>
>> Log:
>> Reenable AUTO_OBJ by default.
>>
>> The problem with it w
Author: bdrewery
Date: Wed Nov 8 16:03:58 2017
New Revision: 325557
URL: https://svnweb.freebsd.org/changeset/base/325557
Log:
AUTO_OBJ: Hide 'creating dirs' output with 'make -s'.
Reported by: garga
Sponsored by: Dell EMC Isilon
Modified:
head/share/mk/local.sys.env.mk
Modified: he
On 07/11/17 16:20, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Nov 7 18:20:08 2017
> New Revision: 325520
> URL: https://svnweb.freebsd.org/changeset/base/325520
>
> Log:
> Reenable AUTO_OBJ by default.
>
> The problem with it was a bogus .OBJDIR in some cases where creation of
>
Author: royger
Date: Wed Nov 8 14:44:45 2017
New Revision: 325556
URL: https://svnweb.freebsd.org/changeset/base/325556
Log:
loader: set options before including bsd.init.mk
bsd.init.mk ends up including defs.mk so the per-arch options must be
set before including defs.mk, or else the gl
Author: ed
Date: Wed Nov 8 14:21:52 2017
New Revision: 32
URL: https://svnweb.freebsd.org/changeset/base/32
Log:
Upgrade to CloudABI v0.17.
Compared to the previous version, v0.16, there are a couple of minor
changes:
- CLOUDABI_AT_PID: Process identifiers for CloudABI proce
Author: manu
Date: Wed Nov 8 13:06:41 2017
New Revision: 325554
URL: https://svnweb.freebsd.org/changeset/base/325554
Log:
ctl(4): Insert a new line after a sentence-ending full stop.
Reported by: bjk
MFC after:2 weeks
Sponsored by: Gandi.net
X-MFC-With: r325517
Modified:
he
Author: kib
Date: Wed Nov 8 13:05:14 2017
New Revision: 325553
URL: https://svnweb.freebsd.org/changeset/base/325553
Log:
Remove useless DEBUG printfs in i386 sendsig() implementations.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/sys/i386/i386/machdep.c
M
Author: mav
Date: Wed Nov 8 12:34:47 2017
New Revision: 325552
URL: https://svnweb.freebsd.org/changeset/base/325552
Log:
s/NgSendMsgReply/NgSendReplyMsg/ in man to match the code.
Submitted by: Dmitry Luhtionov
MFC after:2 weeks
Modified:
head/lib/libnetgraph/Makefile
head/lib
Author: hselasky
Date: Wed Nov 8 08:37:05 2017
New Revision: 325533
URL: https://svnweb.freebsd.org/changeset/base/325533
Log:
Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regard
to the "dev" argument.
Submitted by: Krishnamraju Eraparaju @ Chelsio
Sponsored by
Author: delphij
Date: Wed Nov 8 08:21:17 2017
New Revision: 325532
URL: https://svnweb.freebsd.org/changeset/base/325532
Log:
Update arcmsr(4) to 1.40.00.01:
- Fix clear doorbell queue buffer for ADAPTER_TYPE_B
- Fix release memory resource when detach device
- Add support for ARC-1
26 matches
Mail list logo