On Fri, Sep 13, 2019, 10:11 PM Peter Jeremy wrote:
> On 2019-Sep-13 16:33:15 -0400, Charlie Li wrote:
> >Baptiste Daroussin wrote:
> >> Author: bapt
> >> Date: Fri Sep 13 06:50:02 2019
> >> New Revision: 352275
> >> URL: https://svnweb.freebsd.org/changeset/base/352275
> >>
> >> Log:
> >> Upda
On 2019-Sep-13 16:33:15 -0400, Charlie Li wrote:
>Baptiste Daroussin wrote:
>> Author: bapt
>> Date: Fri Sep 13 06:50:02 2019
>> New Revision: 352275
>> URL: https://svnweb.freebsd.org/changeset/base/352275
>>
>> Log:
>> Update libedit to a snapshot from 2019-09-10
>> Reviewed by: Yuich
On Fri, Sep 13, 2019, 22:30 Justin Hibbits wrote:
> Author: jhibbits
> Date: Sat Sep 14 03:30:34 2019
> New Revision: 352313
> URL: https://svnweb.freebsd.org/changeset/base/352313
>
> Log:
> powerpc64/powernv: Add opal NVRAM driver for PowerNV systems
>
> Add a very basic NVRAM driver for OP
Author: kevans
Date: Sat Sep 14 03:38:18 2019
New Revision: 352314
URL: https://svnweb.freebsd.org/changeset/base/352314
Log:
lualoader: Add reload-conf loader command
This command will trigger a reload of the configuration from disk. This is
useful if you've changed currdev from recovery
Author: jhibbits
Date: Sat Sep 14 03:30:34 2019
New Revision: 352313
URL: https://svnweb.freebsd.org/changeset/base/352313
Log:
powerpc64/powernv: Add opal NVRAM driver for PowerNV systems
Add a very basic NVRAM driver for OPAL which can be used by the IBM
powerpc-utils nvram utility, not
Author: chs
Date: Fri Sep 13 23:03:56 2019
New Revision: 352312
URL: https://svnweb.freebsd.org/changeset/base/352312
Log:
Add a "count_until_fail" option to gnop, which says to start failing
I/O requests after the given number have been allowed though.
Approved by:imp (mentor)
Revi
Author: glebius
Date: Fri Sep 13 22:36:04 2019
New Revision: 352311
URL: https://svnweb.freebsd.org/changeset/base/352311
Log:
Drivers may pass runt packets to filter. This is okay.
Reviewed by: gallatin
Modified:
head/sys/netpfil/ipfw/ip_fw2.c
Modified: head/sys/netpfil/ipfw/ip_fw2.c
Author: manu
Date: Fri Sep 13 21:28:08 2019
New Revision: 352310
URL: https://svnweb.freebsd.org/changeset/base/352310
Log:
MFC r351218:
ti: sdhci: Correct voltage caps
ti,dual-volt property say that the eMMC support 1.8V and 3.3V not 3.0V
Use the correct caps for the mmc stack.
No
Author: manu
Date: Fri Sep 13 21:20:24 2019
New Revision: 352309
URL: https://svnweb.freebsd.org/changeset/base/352309
Log:
MFC r351184, r351189, r351217
r351184:
Add method for getting of syscon handle from parent device.
If simple multifuction device also provides syscon interface,
Author: dim
Date: Fri Sep 13 21:00:19 2019
New Revision: 352306
URL: https://svnweb.freebsd.org/changeset/base/352306
Log:
Include in unwind-arm.h, since it uses uint32_t and uint64_t
in various declarations.
Otherwise, depending on how unwind-arm.h is included from other source
files,
Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Sep 13 06:50:02 2019
> New Revision: 352275
> URL: https://svnweb.freebsd.org/changeset/base/352275
>
> Log:
> Update libedit to a snapshot from 2019-09-10
> Reviewed by:Yuichiro Naito
> MFC after: 3 weeks
> Differential Revisi
Author: cy
Date: Fri Sep 13 20:21:59 2019
New Revision: 352305
URL: https://svnweb.freebsd.org/changeset/base/352305
Log:
Add RELNOTES comment for r352304 discussing removing default mlock()
for ntpd.
Differential Revision:https://reviews.freebsd.org/D21581
Modified:
head/RELNO
(r352304)
@@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20190913:
+ ntpd no longer by default locks its pages in memory, allo
Author: kib
Date: Fri Sep 13 20:17:14 2019
New Revision: 352303
URL: https://svnweb.freebsd.org/changeset/base/352303
Log:
riscv trap_pfault: remove unneeded hold of the process around vm_fault() call.
This is re-appearance of the nop code removed from other arches in r287625.
Reviewed
Author: br
Date: Fri Sep 13 16:50:57 2019
New Revision: 352302
URL: https://svnweb.freebsd.org/changeset/base/352302
Log:
Add support for Intel Stratix 10 platform.
Intel Stratix 10 SoC includes a quad-core arm64 cluster and FPGA fabric.
This adds support for reconfiguring FPGA.
A
Author: br
Date: Fri Sep 13 15:56:33 2019
New Revision: 352301
URL: https://svnweb.freebsd.org/changeset/base/352301
Log:
Add generic arm/arm64 secure-monitor SMCCC interface and switch
PSCI code to use it.
This interface will also be used by Intel Stratix 10 platform.
This was not t
Author: mjg
Date: Fri Sep 13 15:49:04 2019
New Revision: 352300
URL: https://svnweb.freebsd.org/changeset/base/352300
Log:
vfs: release usecount using fetchadd
1. If we release the last usecount we take ownership of the hold count, which
means the vnode will remain allocated until we vdro
Author: mav
Date: Fri Sep 13 15:49:02 2019
New Revision: 352299
URL: https://svnweb.freebsd.org/changeset/base/352299
Log:
MFC r352201: Fix assumptions of only one device per SES slot.
It is typical to have one, but no longer true for multi-actuator HDDs
with separate LUN for each actuato
Author: mav
Date: Fri Sep 13 15:48:11 2019
New Revision: 352298
URL: https://svnweb.freebsd.org/changeset/base/352298
Log:
MFC r352201: Fix assumptions of only one device per SES slot.
It is typical to have one, but no longer true for multi-actuator HDDs
with separate LUN for each actuato
Author: mav
Date: Fri Sep 13 15:21:36 2019
New Revision: 352297
URL: https://svnweb.freebsd.org/changeset/base/352297
Log:
MFC r352257: Report Trusted Computing feature set support.
It practically means the device is SED.
Modified:
stable/11/sbin/camcontrol/camcontrol.c
Directory Propert
Author: mav
Date: Fri Sep 13 15:21:18 2019
New Revision: 352296
URL: https://svnweb.freebsd.org/changeset/base/352296
Log:
MFC r352257: Report Trusted Computing feature set support.
It practically means the device is SED.
Modified:
stable/12/sbin/camcontrol/camcontrol.c
Directory Propert
Author: mav
Date: Fri Sep 13 15:20:30 2019
New Revision: 352295
URL: https://svnweb.freebsd.org/changeset/base/352295
Log:
MFC r352200: Remove struct ata_res_pass16, unneeded after r352082.
Modified:
stable/11/sbin/camcontrol/camcontrol.c
Directory Properties:
stable/11/ (props changed)
Author: mav
Date: Fri Sep 13 15:19:50 2019
New Revision: 352294
URL: https://svnweb.freebsd.org/changeset/base/352294
Log:
MFC r352200: Remove struct ata_res_pass16, unneeded after r352082.
Modified:
stable/12/sbin/camcontrol/camcontrol.c
Directory Properties:
stable/12/ (props changed)
Author: mav
Date: Fri Sep 13 15:18:45 2019
New Revision: 352293
URL: https://svnweb.freebsd.org/changeset/base/352293
Log:
MFC r352111: Initialize page/subpage in case of `modepage -d`.
Previously without -m parameter it worked mostly by concodence.
While there, make page/subpage value
Author: mav
Date: Fri Sep 13 15:18:28 2019
New Revision: 352292
URL: https://svnweb.freebsd.org/changeset/base/352292
Log:
MFC r352111: Initialize page/subpage in case of `modepage -d`.
Previously without -m parameter it worked mostly by concodence.
While there, make page/subpage value
Author: mav
Date: Fri Sep 13 15:17:30 2019
New Revision: 352291
URL: https://svnweb.freebsd.org/changeset/base/352291
Log:
MFC r352082, r352103: Fix number of problems found while testing on SAT
devices.
- Remove incomplete and dangerous ata_res decoding from ata_do_cmd().
Instead switc
Author: mav
Date: Fri Sep 13 15:15:58 2019
New Revision: 352290
URL: https://svnweb.freebsd.org/changeset/base/352290
Log:
MFC r352082, r352103: Fix number of problems found while testing on SAT
devices.
- Remove incomplete and dangerous ata_res decoding from ata_do_cmd().
Instead switc
Author: mav
Date: Fri Sep 13 15:13:21 2019
New Revision: 352289
URL: https://svnweb.freebsd.org/changeset/base/352289
Log:
MFC r352018: Unify cam_send_ccb() error reporting.
Error there mean that command was not even executed, and all information
we have about it is errno, and cam_error_p
Author: bapt
Date: Fri Sep 13 14:51:00 2019
New Revision: 352288
URL: https://svnweb.freebsd.org/changeset/base/352288
Log:
Remove remnant from the pre LIBADD era
Modified:
head/usr.bin/grdc/Makefile
Modified: head/usr.bin/grdc/Makefile
===
Author: mav
Date: Fri Sep 13 14:43:44 2019
New Revision: 352287
URL: https://svnweb.freebsd.org/changeset/base/352287
Log:
MFC r352018: Unify cam_send_ccb() error reporting.
Error there mean that command was not even executed, and all information
we have about it is errno, and cam_error_p
Author: mav
Date: Fri Sep 13 14:43:05 2019
New Revision: 352286
URL: https://svnweb.freebsd.org/changeset/base/352286
Log:
Supply SAT layer with valid transfer sizes.
This is a rework of r344701, that noticed that number of bytes passes to
8 bit sector count field gets truncated. First d
Author: mav
Date: Fri Sep 13 14:42:37 2019
New Revision: 352285
URL: https://svnweb.freebsd.org/changeset/base/352285
Log:
MFC r352011: Supply SAT layer with valid transfer sizes.
This is a rework of r344701, that noticed that number of bytes passes to
8 bit sector count field gets trunca
On 2019-09-11 17:16, Conrad Meyer wrote:
Small nitpick:
On Wed, Sep 11, 2019 at 11:48 AM Andrew Gallatin wrote:
Note that on a system under a syn flood attack, arc4random()
becomes quite expensive, and the chacha_poly crypto that it calls
arc4random uses chacha20 — there is no "poly" i
On Sun, 1 Sep 2019, Cy Schubert wrote:
I'm replying to this reply since I lost the original mail.
In message <201909011612.x81gc5dw097...@repo.freebsd.org>, Ed Maste writes:
Author: emaste
Date: Sun Sep 1 16:12:05 2019
New Revision: 351659
URL: https://svnweb.freebsd.org/changeset/base/351659
Author: tuexen
Date: Fri Sep 13 08:14:46 2019
New Revision: 352284
URL: https://svnweb.freebsd.org/changeset/base/352284
Log:
MFC r352072:
Only update SACK/DSACK lists when a non-empty segment was received.
This fixes hitting a KASSERT with a valid packet exchange.
PR:
Author: bapt
Date: Fri Sep 13 07:24:29 2019
New Revision: 352283
URL: https://svnweb.freebsd.org/changeset/base/352283
Log:
MFC r352127:
In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)
tools to generate the locales data. state it in the libc manpages.
Modified:
s
Author: bapt
Date: Fri Sep 13 07:23:46 2019
New Revision: 352282
URL: https://svnweb.freebsd.org/changeset/base/352282
Log:
MFC r352126:
Remove reference to mklocale regarding the nls directory
mklocale never had anything to do with the content of this directory
Modified:
stable/11/
Author: bapt
Date: Fri Sep 13 07:22:09 2019
New Revision: 352281
URL: https://svnweb.freebsd.org/changeset/base/352281
Log:
MFC r352065-r352070
Sync with OpenBSD, in particular this adds support for -E flags
(GNU compatibility)
Modified:
stable/11/usr.bin/m4/Makefile
stable/11/usr.bi
Author: bapt
Date: Fri Sep 13 07:21:06 2019
New Revision: 352280
URL: https://svnweb.freebsd.org/changeset/base/352280
Log:
MFC r352119-r352124, r352130
Stop linking to libl by specifying we do not need yywrap
Modified:
stable/11/sbin/devd/Makefile
stable/11/sbin/devd/token.l
stable/
Author: bapt
Date: Fri Sep 13 07:18:32 2019
New Revision: 352279
URL: https://svnweb.freebsd.org/changeset/base/352279
Log:
MFC r352127:
In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)
tools to generate the locales data. state it in the libc manpages.
Modified:
s
Author: bapt
Date: Fri Sep 13 07:15:48 2019
New Revision: 352278
URL: https://svnweb.freebsd.org/changeset/base/352278
Log:
MFC r352126:
Remove reference to mklocale regarding the nls directory
mklocale never had anything to do with the content of this directory
Modified:
stable/12/
Author: bapt
Date: Fri Sep 13 07:10:50 2019
New Revision: 352277
URL: https://svnweb.freebsd.org/changeset/base/352277
Log:
MFC r352065-r352070
Sync with OpenBSD, in particular this adds support for -E flags
(GNU compatibility)
Modified:
stable/12/usr.bin/m4/Makefile
stable/12/usr.bi
Author: bapt
Date: Fri Sep 13 07:08:43 2019
New Revision: 352276
URL: https://svnweb.freebsd.org/changeset/base/352276
Log:
MFC r352119-r352124, r352130
Stop linking to libl by specifying we do not need yywrap
Modified:
stable/12/sbin/devd/Makefile
stable/12/sbin/devd/token.l
stable/
43 matches
Mail list logo