Author: des
Date: Sat May 12 14:48:38 2018
New Revision: 333563
URL: https://svnweb.freebsd.org/changeset/base/333563
Log:
Upgrade Unbound to 1.6.6. More to follow.
Added:
head/contrib/unbound/dnscrypt/dnscrypt_config.h (contents, props changed)
Modified:
head/contrib/unbound/Makefile.in
Author: des
Date: Sat May 12 14:51:18 2018
New Revision: 333564
URL: https://svnweb.freebsd.org/changeset/base/333564
Log:
Upgrade Unbound to 1.6.7. More to follow.
Modified:
head/contrib/unbound/cachedb/cachedb.c
head/contrib/unbound/config.h
head/contrib/unbound/configure
head/contri
Author: des
Date: Sat May 12 14:51:53 2018
New Revision: 333565
URL: https://svnweb.freebsd.org/changeset/base/333565
Log:
No reason to keep this around.
Deleted:
head/contrib/unbound/libunbound/python/
___
svn-src-head@freebsd.org mailing list
http
Author: des
Date: Sat May 12 14:57:42 2018
New Revision: 333566
URL: https://svnweb.freebsd.org/changeset/base/333566
Log:
Upgrade Unbound to 1.6.8. More to follow.
Modified:
head/contrib/unbound/aclocal.m4
head/contrib/unbound/config.h
head/contrib/unbound/configure
head/contrib/unbou
Author: des
Date: Sat May 12 15:04:05 2018
New Revision: 333567
URL: https://svnweb.freebsd.org/changeset/base/333567
Log:
Upgrade Unbound to 1.7.0. More to follow.
Added:
head/contrib/unbound/contrib/libunbound.so.conf
- copied unchanged from r333547,
vendor/unbound/dist/contrib/libun
Author: des
Date: Sat May 12 15:20:39 2018
New Revision: 333568
URL: https://svnweb.freebsd.org/changeset/base/333568
Log:
Upgrade Unbound to 1.7.1.
Added:
head/contrib/unbound/cachedb/redis.c
- copied unchanged from r333549, vendor/unbound/dist/cachedb/redis.c
head/contrib/unbound/cac
Author: emaste
Date: Sat May 12 15:34:35 2018
New Revision: 333569
URL: https://svnweb.freebsd.org/changeset/base/333569
Log:
cpucontrol: improve Intel microcode revision check
According to the Intel SDM (Volme 3, 9.11.7) the BIOS signature MSR
should be zeroed before executing cpuid (alt
Author: markj
Date: Sat May 12 15:35:26 2018
New Revision: 333570
URL: https://svnweb.freebsd.org/changeset/base/333570
Log:
DTrace aarch64: Avoid calling unwind_frame() in the probe context.
unwind_frame() may be instrumented by FBT, leading to recursion into
dtrace_probe(). Manually inl
Author: des
Date: Sat May 12 17:02:27 2018
New Revision: 333571
URL: https://svnweb.freebsd.org/changeset/base/333571
Log:
Preserve if-modified-since timestamps across redirects.
PR: 224426
MFC after:1 week
Modified:
head/lib/libfetch/http.c
Modified: head/lib/libfetch/h
Author: des
Date: Sat May 12 17:04:40 2018
New Revision: 333572
URL: https://svnweb.freebsd.org/changeset/base/333572
Log:
Support If-Modified-Since for https as well as http.
PR: 224426
Submitted by: zsnaf...@edu.uwaterloo.ca
MFC after:1 week
Modified:
head/usr.bin/fet
:36 2018(r333573)
@@ -38,6 +38,16 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180512: Rename Unbound tools
+OLD_FILES+=usr/sbin/unbound
+OLD_FILES+=usr/sbin/unbound-anchor
+OLD_FILES+=usr/sbin/unbound-checkconf
+OLD_FILES+=usr/sbin/unbound-control
+OLD_FILES+=usr/share/man/man5
==
> --- head/ObsoleteFiles.incSat May 12 17:04:40 2018(r333572)
> +++ head/ObsoleteFiles.incSat May 12 17:10:36 2018(r333573)
> @@ -38,6 +38,16 @@
> # xargs -n1 | sort | uniq -d;
> # done
>
> +# 20180512:
Author: des
Date: Sat May 12 18:07:53 2018
New Revision: 333574
URL: https://svnweb.freebsd.org/changeset/base/333574
Log:
If the sole non-option command line argument is "none", remove any
pre-existing forwarder configuration and set Unbound up to recurse.
PR: 222902
MFC afte
"Rodney W. Grimes" writes:
> Dag-Erling Smørgrav writes:
> > Modified: head/contrib/unbound/doc/unbound-checkconf.8.in
> > ==
> > --- head/contrib/unbound/doc/unbound-checkconf.8.in Sat May 12 17:04:40
> > 2018(r
Author: mmacy
Date: Sat May 12 20:00:29 2018
New Revision: 333575
URL: https://svnweb.freebsd.org/changeset/base/333575
Log:
hwpmc/epoch - don't reference domain if NUMA is not set
It appears that domain information is set correctly independent
of whether or not NUMA is defined. However,
Fixed in 333575.
On Sat, May 12, 2018 at 00:35 Peter Holm wrote:
> On Sat, May 12, 2018 at 01:26:34AM +, Matt Macy wrote:
> > Author: mmacy
> > Date: Sat May 12 01:26:34 2018
> > New Revision: 333509
> > URL: https://svnweb.freebsd.org/changeset/base/333509
> >
> > Log:
> > hwpmc(9): Make
On Sat, May 12, 2018 at 01:26:34AM +, Matt Macy wrote:
> Author: mmacy
> Date: Sat May 12 01:26:34 2018
> New Revision: 333509
> URL: https://svnweb.freebsd.org/changeset/base/333509
>
> Log:
> hwpmc(9): Make pmclog buffer pcpu and update constants
>
> On non-trivial SMP systems the con
Author: des
Date: Sat May 12 08:23:17 2018
New Revision: 333520
URL: https://svnweb.freebsd.org/changeset/base/333520
Log:
Remove the ability to generate long since useless SSH1 RSA keys.
Modified:
head/etc/rc.d/sshd
Modified: head/etc/rc.d/sshd
==
Author: kib
Date: Sat May 12 10:11:33 2018
New Revision: 333521
URL: https://svnweb.freebsd.org/changeset/base/333521
Log:
PROC_PDEATHSIG_CTL will appear first in 11.2.
Submitted by: Thomas Munro
MFC after:3 days
Differential revision:https://reviews.freebsd.org/D15399
Modi
Author: kib
Date: Sat May 12 10:48:53 2018
New Revision: 333522
URL: https://svnweb.freebsd.org/changeset/base/333522
Log:
Fix use of the custom TSS on i386 after the 4/4 split.
Record common_tssd, the descriptor to be written in GDT to point to
the common TSS, before LTR is executed. Th
Author: kib
Date: Sat May 12 10:51:50 2018
New Revision: 333523
URL: https://svnweb.freebsd.org/changeset/base/333523
Log:
Create a macro for PIC code which loads %cr3 from tramp_idleptd.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/i386/include/asmacros.h
Modified: head/sys/
Author: kib
Date: Sat May 12 10:57:34 2018
New Revision: 333524
URL: https://svnweb.freebsd.org/changeset/base/333524
Log:
Initialize tramp_idleptd during cold pmap startup, before the
exception code is copied to the trampoline.
The correct value is then copied to trampoline automatically
Author: kib
Date: Sat May 12 11:02:39 2018
New Revision: 333525
URL: https://svnweb.freebsd.org/changeset/base/333525
Log:
On return from exception or interrupt, returns to vm86 mode with
PCB_VM86CALL pcb flag not set should be treated same as return to
userspace.
Most important, the ad
Author: kib
Date: Sat May 12 11:06:59 2018
New Revision: 333526
URL: https://svnweb.freebsd.org/changeset/base/333526
Log:
Kernel entry from vm86 mode, where PCB_VM86CALL pcb flag is not set,
is executed on the right stack already. No copy from the entry stack
to the kstack must be performe
Author: kib
Date: Sat May 12 11:53:49 2018
New Revision: 333534
URL: https://svnweb.freebsd.org/changeset/base/333534
Log:
Add a test for vm86(2), simple to use and diagnose.
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Added:
head/tools/test/vm86/
head/tools/test/vm86/M
Author: des
Date: Sat May 12 12:00:18 2018
New Revision: 333551
URL: https://svnweb.freebsd.org/changeset/base/333551
Log:
Upgrade LDNS to 1.7.0.
I've been holding back on this because 1.7.0 requires OpenSSL 1.1.0 or
newer for full DANE support. But we can't wait forever, and nothing in
> On 11 May 2018, at 19:37, Matt Macy wrote:
>
> Author: mmacy
> Date: Fri May 11 18:37:14 2018
> New Revision: 333500
> URL: https://svnweb.freebsd.org/changeset/base/333500
>
> Log:
> epoch(9): always set inited in epoch_init
I don’t see a man page for epoch in the tree indicating calling i
Author: des
Date: Sat May 12 12:57:34 2018
New Revision: 333552
URL: https://svnweb.freebsd.org/changeset/base/333552
Log:
Upgrade Unbound to 1.6.0. More to follow.
Added:
head/contrib/unbound/.gitattributes
- copied unchanged from r313158, vendor/unbound/dist/.gitattributes
head/cont
Author: manu
Date: Sat May 12 13:12:26 2018
New Revision: 333553
URL: https://svnweb.freebsd.org/changeset/base/333553
Log:
aw_mmc: Read interrupt register value before writing to it
Reported by: jmcneill
Modified:
head/sys/arm/allwinner/aw_mmc.c
Modified: head/sys/arm/allwinner/aw_mmc.
Author: manu
Date: Sat May 12 13:12:59 2018
New Revision: 333554
URL: https://svnweb.freebsd.org/changeset/base/333554
Log:
aw_mmc: Remove hardware reset
From all the BSP (Board Source Package) source that I've looked at it seems
that it's never done, remove it.
Tested On: A31, A64
Author: manu
Date: Sat May 12 13:13:34 2018
New Revision: 333555
URL: https://svnweb.freebsd.org/changeset/base/333555
Log:
aw_mmc: Do not fully init the controller in attach
Only do a reset of the controller at attach and init it at power_up.
We use to enable some interrupts in reset, on
Author: manu
Date: Sat May 12 13:14:01 2018
New Revision: 333556
URL: https://svnweb.freebsd.org/changeset/base/333556
Log:
aw_mmc: Rework regulator handling
Don't enable regulator on attach but dealt with them on power_up/power_off
Only set the voltage for the signaling regulator since I
Author: des
Date: Sat May 12 14:04:48 2018
New Revision: 333558
URL: https://svnweb.freebsd.org/changeset/base/333558
Log:
Upgrade Unbound to 1.6.1. More to follow.
Added:
- copied unchanged from r333529,
vendor/unbound/dist/contrib/unbound.service.in
- copied unchanged from r333529
Author: des
Date: Sat May 12 14:04:30 2018
New Revision: 333557
URL: https://svnweb.freebsd.org/changeset/base/333557
Log:
Upgrade Unbound to 1.6.1. More to follow.
Modified:
head/lib/libunbound/Makefile
head/usr.sbin/unbound/Makefile.inc
Modified: head/lib/libunbound/Makefile
===
Author: des
Date: Sat May 12 14:15:39 2018
New Revision: 333559
URL: https://svnweb.freebsd.org/changeset/base/333559
Log:
Upgrade Unbound to 1.6.2. More to follow.
Added:
head/contrib/unbound/dnscrypt/
- copied from r333532, vendor/unbound/dist/dnscrypt/
head/contrib/unbound/doc/IP-B
Author: des
Date: Sat May 12 14:19:14 2018
New Revision: 333560
URL: https://svnweb.freebsd.org/changeset/base/333560
Log:
Upgrade Unbound to 1.6.3. More to follow.
Modified:
head/contrib/unbound/config.h
head/contrib/unbound/configure
head/contrib/unbound/configure.ac
head/contrib/unb
Author: des
Date: Sat May 12 14:36:58 2018
New Revision: 333561
URL: https://svnweb.freebsd.org/changeset/base/333561
Log:
Upgrade Unbound to 1.6.4. More to follow.
Added:
head/contrib/unbound/contrib/fastrpz.patch
- copied unchanged from r333537, vendor/unbound/dist/contrib/fastrpz.pat
On Sat, May 12, 2018 at 5:10 AM, Andrew Turner wrote:
>
>> On 11 May 2018, at 19:37, Matt Macy wrote:
>>
>> Author: mmacy
>> Date: Fri May 11 18:37:14 2018
>> New Revision: 333500
>> URL: https://svnweb.freebsd.org/changeset/base/333500
>>
>> Log:
>> epoch(9): always set inited in epoch_init
>
>
Author: des
Date: Sat May 12 14:39:41 2018
New Revision: 333562
URL: https://svnweb.freebsd.org/changeset/base/333562
Log:
Upgrade Unbound to 1.6.5. More to follow.
Modified:
head/contrib/unbound/aclocal.m4
head/contrib/unbound/config.guess
head/contrib/unbound/config.sub
head/contrib/
39 matches
Mail list logo