Author: avg
Date: Fri Jun 7 06:35:42 2019
New Revision: 348772
URL: https://svnweb.freebsd.org/changeset/base/348772
Log:
Restore ARC MFU/MRU pressure
Before r305323 (MFV r302991: 6950 ARC should cache compressed data)
arc_read() code did this for access to a ghost buffer:
arc_adapt()
Author: np
Date: Fri Jun 7 05:03:03 2019
New Revision: 348771
URL: https://svnweb.freebsd.org/changeset/base/348771
Log:
cxgbe(4): Rename the DDP sysctl to rx_zcopy to match the tx_zcopy sysctl
and update its description. The old name continues to work for now.
Sponsored by: Chelsio Com
Author: rlibby
Date: Fri Jun 7 04:09:12 2019
New Revision: 348770
URL: https://svnweb.freebsd.org/changeset/base/348770
Log:
Allow fail points to have separate declarations, definitions, and evals
Submitted by: Matthew Bryan
Reviewed by: cem
Sponsored by: Dell EMC Isilon
Differenti
Author: delphij
Date: Fri Jun 7 02:36:26 2019
New Revision: 348769
URL: https://svnweb.freebsd.org/changeset/base/348769
Log:
MFC r348302:
Chase r261913: hardcoded default crypt(3) algorithm is SHA-512 when DES
is not available.
Submitted by: Ali Mashtizadeh
Approved by: re (gjb
Author: imp
Date: Fri Jun 7 02:05:22 2019
New Revision: 348768
URL: https://svnweb.freebsd.org/changeset/base/348768
Log:
Rework the reporting of the priority.
Simplify the code a bit and rework how we report the results
of the probing.
Reviewed by: tsoome@
Differential Revision:
Author: delphij
Date: Fri Jun 7 01:38:51 2019
New Revision: 348767
URL: https://svnweb.freebsd.org/changeset/base/348767
Log:
preen should work independently with alwaysyes and alwaysno.
PR: 238375
MFC after:2 weeks
Modified:
head/sbin/fsck_msdosfs/main.c
Modified: head
Author: imp
Date: Fri Jun 7 00:02:02 2019
New Revision: 348766
URL: https://svnweb.freebsd.org/changeset/base/348766
Log:
Remove left-over status variables
Modified:
head/stand/efi/boot1/ufs_module.c
head/stand/efi/boot1/zfs_module.c
Modified: head/stand/efi/boot1/ufs_module.c
===
Author: gjb
Date: Fri Jun 7 00:00:12 2019
New Revision: 348765
URL: https://svnweb.freebsd.org/changeset/base/348765
Log:
Update stable/11 to BETA3 as part of the 11.3-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/sys/conf/newvers.
Author: mav
Date: Thu Jun 6 23:57:28 2019
New Revision: 348764
URL: https://svnweb.freebsd.org/changeset/base/348764
Log:
Allow UMA hash tables to expand faster then 2x in 20 seconds.
ZFS ABD allocates tons of 4KB chunks via UMA, requiring huge hash tables.
With initial hash table size o
Author: imp
Date: Thu Jun 6 22:56:55 2019
New Revision: 348763
URL: https://svnweb.freebsd.org/changeset/base/348763
Log:
Fix when NOFAT is defined
We need to add the *efi file to the list of things that get built,
even if we're not creating the efifat stuff.
Modified:
head/stand/efi/
Author: loos
Date: Thu Jun 6 21:25:46 2019
New Revision: 348762
URL: https://svnweb.freebsd.org/changeset/base/348762
Log:
Do not overwrite the RGMII bits in the CPU port register of Switch.
Fixes the network on Espressobin.
The GENERIC kernel now boots over NFS.
Sponsored by: Ru
Author: jkim
Date: Thu Jun 6 21:24:40 2019
New Revision: 348761
URL: https://svnweb.freebsd.org/changeset/base/348761
Log:
Move llvm-ranlib to appropriate location in OptionalObsoleteFiles.inc.
Note llvm-ar is linked to llvm-ranlib since r311565. r348677 fixed
"make delete-old" issue wi
Author: imp
Date: Thu Jun 6 21:04:37 2019
New Revision: 348760
URL: https://svnweb.freebsd.org/changeset/base/348760
Log:
Use simple malloc/free instead of dropping down to the UEFI
BootServices AllocatePool/FreePool calls. They are simpler to use and
result in the same thing happening.
Author: loos
Date: Thu Jun 6 20:54:09 2019
New Revision: 348759
URL: https://svnweb.freebsd.org/changeset/base/348759
Log:
Zero the GPIO regulator pins memory.
This fixes a panic in Espressobin when gpioregulator fails to allocate the
GPIO pin (the GPIO controller is not there).
Spo
Author: scottph
Date: Thu Jun 6 20:12:04 2019
New Revision: 348757
URL: https://svnweb.freebsd.org/changeset/base/348757
Log:
nvdimm: Provide nvdimm location information
Provide the acpi handle path as the location string for the nvdimm
children of the nvdimm_root device.
Reviewed b
Author: jhb
Date: Thu Jun 6 20:03:23 2019
New Revision: 348755
URL: https://svnweb.freebsd.org/changeset/base/348755
Log:
MFC 348542: Add 'device cxgbe' explicitly in the synopsis.
ccr depends on symbols exported by the cxgbe driver as well as having
a runtime dependency. While the runt
Author: jhb
Date: Thu Jun 6 20:03:55 2019
New Revision: 348756
URL: https://svnweb.freebsd.org/changeset/base/348756
Log:
MFC 348542: Add 'device cxgbe' explicitly in the synopsis.
ccr depends on symbols exported by the cxgbe driver as well as having
a runtime dependency. While the runt
> On 6/6/19 12:53 PM, Rodney W. Grimes wrote:
> >> Author: jhb
> >> Date: Thu Jun 6 19:41:05 2019
> >> New Revision: 348753
> >> URL: https://svnweb.freebsd.org/changeset/base/348753
> >>
> >> Log:
> >> MFC 348543: Warn about deprecated features on all major OS versions.
> >>
> >> Approved
On 6/6/19 11:21 AM, Ian Lepore wrote:
> On Thu, 2019-06-06 at 12:04 -0600, Alan Somers wrote:
>> On Thu, Jun 6, 2019 at 12:01 PM John Baldwin wrote:
>>>
>>> On 6/6/19 10:39 AM, Alan Somers wrote:
On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
wrote:
>
>> Author: asomers
>>
On 6/6/19 12:53 PM, Rodney W. Grimes wrote:
>> Author: jhb
>> Date: Thu Jun 6 19:41:05 2019
>> New Revision: 348753
>> URL: https://svnweb.freebsd.org/changeset/base/348753
>>
>> Log:
>> MFC 348543: Warn about deprecated features on all major OS versions.
>>
>> Approved by: re (gjb)
>
On Thu, Jun 06, 2019 at 12:53:33PM -0700, Rodney W. Grimes wrote:
> > Author: jhb
> > Date: Thu Jun 6 19:41:05 2019
> > New Revision: 348753
> > URL: https://svnweb.freebsd.org/changeset/base/348753
> >
> > Log:
> > MFC 348543: Warn about deprecated features on all major OS versions.
> >
> >
> Author: jhb
> Date: Thu Jun 6 19:41:05 2019
> New Revision: 348753
> URL: https://svnweb.freebsd.org/changeset/base/348753
>
> Log:
> MFC 348543: Warn about deprecated features on all major OS versions.
>
> Approved by:re (gjb)
>
> Modified:
> stable/11/sys/kern/subr_bus.c
> D
Author: jhb
Date: Thu Jun 6 19:48:27 2019
New Revision: 348754
URL: https://svnweb.freebsd.org/changeset/base/348754
Log:
MFC 346931,346933: Note that ccr(4) now supports AES-CCM.
346931:
Note that ccr(4) now supports AES-CCM.
346933:
Rewrap some long lines.
Whitespace only c
Author: jhb
Date: Thu Jun 6 19:41:05 2019
New Revision: 348753
URL: https://svnweb.freebsd.org/changeset/base/348753
Log:
MFC 348543: Warn about deprecated features on all major OS versions.
Approved by: re (gjb)
Modified:
stable/11/sys/kern/subr_bus.c
Directory Properties:
stable/11
On Thu, Jun 6, 2019, 12:36 PM Mark Johnston wrote:
> On Thu, Jun 06, 2019 at 12:04:52PM -0600, Alan Somers wrote:
> > On Thu, Jun 6, 2019 at 12:01 PM John Baldwin wrote:
> > >
> > > On 6/6/19 10:39 AM, Alan Somers wrote:
> > > > On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> > > > wrote:
>
Author: jhb
Date: Thu Jun 6 19:40:12 2019
New Revision: 348752
URL: https://svnweb.freebsd.org/changeset/base/348752
Log:
MFC 348543: Warn about deprecated features on all major OS versions.
Modified:
stable/12/sys/kern/subr_bus.c
Directory Properties:
stable/12/ (props changed)
Modifie
On Thu, Jun 06, 2019 at 12:04:52PM -0600, Alan Somers wrote:
> On Thu, Jun 6, 2019 at 12:01 PM John Baldwin wrote:
> >
> > On 6/6/19 10:39 AM, Alan Somers wrote:
> > > On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> > > wrote:
> > >>
> > >>> Author: asomers
> > >>> Date: Thu Jun 6 15:04:50 20
> On Thu, Jun 6, 2019 at 12:01 PM John Baldwin wrote:
> >
> > On 6/6/19 10:39 AM, Alan Somers wrote:
> > > On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> > > wrote:
> > >>
> > >>> Author: asomers
> > >>> Date: Thu Jun 6 15:04:50 2019
> > >>> New Revision: 348737
> > >>> URL: https://svnweb.f
[ Charset UTF-8 unsupported, converting... ]
> On 6/6/19 10:39 AM, Alan Somers wrote:
> > On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> > wrote:
> >>
> >>> Author: asomers
> >>> Date: Thu Jun 6 15:04:50 2019
> >>> New Revision: 348737
> >>> URL: https://svnweb.freebsd.org/changeset/base/3487
On Thu, 2019-06-06 at 12:04 -0600, Alan Somers wrote:
> On Thu, Jun 6, 2019 at 12:01 PM John Baldwin wrote:
> >
> > On 6/6/19 10:39 AM, Alan Somers wrote:
> > > On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> > > wrote:
> > > >
> > > > > Author: asomers
> > > > > Date: Thu Jun 6 15:04:50 20
On Thu, Jun 6, 2019 at 12:01 PM John Baldwin wrote:
>
> On 6/6/19 10:39 AM, Alan Somers wrote:
> > On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> > wrote:
> >>
> >>> Author: asomers
> >>> Date: Thu Jun 6 15:04:50 2019
> >>> New Revision: 348737
> >>> URL: https://svnweb.freebsd.org/changeset
On 6/6/19 10:39 AM, Alan Somers wrote:
> On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> wrote:
>>
>>> Author: asomers
>>> Date: Thu Jun 6 15:04:50 2019
>>> New Revision: 348737
>>> URL: https://svnweb.freebsd.org/changeset/base/348737
>>>
>>> Log:
>>> Add a testing facility to manually recl
On 6/6/19 10:43 AM, Mark Johnston wrote:
> On Thu, Jun 06, 2019 at 10:13:13AM -0700, John Baldwin wrote:
>> On 6/6/19 9:22 AM, Mark Johnston wrote:
>>> Author: markj
>>> Date: Thu Jun 6 16:22:29 2019
>>> New Revision: 348745
>>> URL: https://svnweb.freebsd.org/changeset/base/348745
>>>
>>> Log:
>>
[ Charset UTF-8 unsupported, converting... ]
> On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
> wrote:
> >
> > > Author: asomers
> > > Date: Thu Jun 6 15:04:50 2019
> > > New Revision: 348737
> > > URL: https://svnweb.freebsd.org/changeset/base/348737
> > >
> > > Log:
> > > Add a testing faci
On Thu, Jun 6, 2019 at 11:35 AM Rodney W. Grimes
wrote:
>
> > Author: asomers
> > Date: Thu Jun 6 15:04:50 2019
> > New Revision: 348737
> > URL: https://svnweb.freebsd.org/changeset/base/348737
> >
> > Log:
> > Add a testing facility to manually reclaim a vnode
> >
> > Add the debug.try_recl
On Thu, Jun 06, 2019 at 10:13:13AM -0700, John Baldwin wrote:
> On 6/6/19 9:22 AM, Mark Johnston wrote:
> > Author: markj
> > Date: Thu Jun 6 16:22:29 2019
> > New Revision: 348745
> > URL: https://svnweb.freebsd.org/changeset/base/348745
> >
> > Log:
> > Conditionalize an in_epoch() call on IN
> Author: asomers
> Date: Thu Jun 6 15:04:50 2019
> New Revision: 348737
> URL: https://svnweb.freebsd.org/changeset/base/348737
>
> Log:
> Add a testing facility to manually reclaim a vnode
>
> Add the debug.try_reclaim_vnode sysctl. When a pathname is written to it, it
> will be reclai
Author: markj
Date: Thu Jun 6 17:20:35 2019
New Revision: 348751
URL: https://svnweb.freebsd.org/changeset/base/348751
Log:
Restore the comment removed in r348745.
LAGG_RLOCK() enters an epoch section, so the comment wasn't stale.
Reported by: jhb
MFC with: r348745
Modified:
On 6/6/19 9:22 AM, Mark Johnston wrote:
> Author: markj
> Date: Thu Jun 6 16:22:29 2019
> New Revision: 348745
> URL: https://svnweb.freebsd.org/changeset/base/348745
>
> Log:
> Conditionalize an in_epoch() call on INVARIANTS.
>
> Its result is only used to determine whether to perform fur
Author: dougm
Date: Thu Jun 6 16:28:34 2019
New Revision: 348749
URL: https://svnweb.freebsd.org/changeset/base/348749
Log:
The means of finding ranges of free pages was changed for
vm_reserv_break in r348484, and there was found to improve performance
minutely and reduce code size. This ch
Author: tsoome
Date: Thu Jun 6 16:27:05 2019
New Revision: 348748
URL: https://svnweb.freebsd.org/changeset/base/348748
Log:
loader: disk_open() should honor D_PARTNONE
The D_PARTNONE is documented to make it possible to open raw MBR
partition, but the current disk_open() does not really
Author: markj
Date: Thu Jun 6 16:26:58 2019
New Revision: 348747
URL: https://svnweb.freebsd.org/changeset/base/348747
Log:
Add sysctls for uma_kmem_{limit,total}.
Reviewed by: alc, dougm, kib
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Differential Revision:ht
Author: markj
Date: Thu Jun 6 16:23:44 2019
New Revision: 348746
URL: https://svnweb.freebsd.org/changeset/base/348746
Log:
Remove the volatile qualifer from uma_kmem_total.
No functional change intended.
Reviewed by: alc, dougm, kib
MFC after:1 week
Sponsored by: The FreeBSD
Author: markj
Date: Thu Jun 6 16:22:29 2019
New Revision: 348745
URL: https://svnweb.freebsd.org/changeset/base/348745
Log:
Conditionalize an in_epoch() call on INVARIANTS.
Its result is only used to determine whether to perform further
INVARIANTS-only checks. Remove a stale comment whi
Author: markj
Date: Thu Jun 6 16:09:19 2019
New Revision: 348743
URL: https://svnweb.freebsd.org/changeset/base/348743
Log:
Make the linuxkpi's alloc_pages() consistently return wired pages.
Previously it did this only on platforms without a direct map. This
also more closely matches Li
Author: markj
Date: Thu Jun 6 16:03:25 2019
New Revision: 348742
URL: https://svnweb.freebsd.org/changeset/base/348742
Log:
Fix a race between fasttrap and the user breakpoint handler.
When disabling the last enabled userspace probe, fasttrap clears the
function pointers which hook in to
Author: ian
Date: Thu Jun 6 15:18:23 2019
New Revision: 348740
URL: https://svnweb.freebsd.org/changeset/base/348740
Log:
Don't refer to the cpu variable in a KASSERT before initializing it.
Modified:
head/sys/dev/hwpmc/hwpmc_armv7.c
Modified: head/sys/dev/hwpmc/hwpmc_armv7.c
==
Author: ian
Date: Thu Jun 6 15:21:36 2019
New Revision: 348741
URL: https://svnweb.freebsd.org/changeset/base/348741
Log:
For armv6 and armv7, build hwpmc_armv7.c as well as the base hwpmc_arm.c.
Submitted by: Arnaud YSMAL
Modified:
head/sys/modules/hwpmc/Makefile
Modified: head/sys/m
Author: asomers
Date: Thu Jun 6 15:04:50 2019
New Revision: 348737
URL: https://svnweb.freebsd.org/changeset/base/348737
Log:
Add a testing facility to manually reclaim a vnode
Add the debug.try_reclaim_vnode sysctl. When a pathname is written to it, it
will be reclaimed, as long as it i
Author: gjb
Date: Thu Jun 6 12:44:43 2019
New Revision: 348736
URL: https://svnweb.freebsd.org/changeset/base/348736
Log:
MFC r348439:
Increase the size of the Vagrant default image size, as the 3GB
size is too small to bootstrap the firstboot_pkgs list.
While here, add the growfs(8
Author: avg
Date: Thu Jun 6 11:42:26 2019
New Revision: 348735
URL: https://svnweb.freebsd.org/changeset/base/348735
Log:
MFC r348153-r348155: gpioled: add a new hint for initial state
hint.gpioled.%d.state determines the initial state of the LED when the
driver takes control over it:
Author: avg
Date: Thu Jun 6 11:38:53 2019
New Revision: 348734
URL: https://svnweb.freebsd.org/changeset/base/348734
Log:
MFC r345411: intpm: change translation of HBA error status to smbus(4) errors
PIIX4_SMBHSTSTAT_ERR can be set for several reasons that, unfortunately,
cannot be disti
Author: avg
Date: Thu Jun 6 11:36:58 2019
New Revision: 348733
URL: https://svnweb.freebsd.org/changeset/base/348733
Log:
MFC r344361: zpool.8: sort zpool status flags in the same order as in illumos
manual
Modified:
stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
Author: avg
Date: Thu Jun 6 11:35:23 2019
New Revision: 348732
URL: https://svnweb.freebsd.org/changeset/base/348732
Log:
MFC r344360: zpool.8: document -D flag for zpool status
Modified:
stable/12/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/12/ (props changed
Author: avg
Date: Thu Jun 6 11:32:39 2019
New Revision: 348731
URL: https://svnweb.freebsd.org/changeset/base/348731
Log:
MFC r344359: fix userland illumos taskq code to pass relative timeout to
cv_timedwait
Unlike illumos, FreeBSD cv_timedwait requires a relative timeout. That
applies
Author: arrowd (ports committer)
Date: Thu Jun 6 08:43:23 2019
New Revision: 348730
URL: https://svnweb.freebsd.org/changeset/base/348730
Log:
Add myself (arrowd) to calendar.freebsd.
Approved by: bapt
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/c
Author: 0mp (ports committer)
Date: Thu Jun 6 08:12:49 2019
New Revision: 348729
URL: https://svnweb.freebsd.org/changeset/base/348729
Log:
Add my birthday to calendar
Requested by: mckusick
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/cale
Author: tuexen
Date: Thu Jun 6 07:49:03 2019
New Revision: 348728
URL: https://svnweb.freebsd.org/changeset/base/348728
Log:
r347382 added receiver side DSACK support for the TCP base stack.
The corresponding changes for the RACK stack where missed and are added
by this commit.
Reviewe
58 matches
Mail list logo