audio/opus: update to 1.6
Major changes:
* A new wideband-to-fullband bandwidth extension (BWE) module
* Support for 96 kHz audio with Opus HD
* Significant improvement to Deep Redundancy (DRED)
* A new 24-bit encoder/decoder API
More assertions to track down the wired vs managed inconsistency.
. a page should not be wired when being inserted to a LRU.
. a page should not be on a LRU when incrementing its wired counter
. a page should no longer be wired when returned to the per-CPU cache
import ports/net/flare-messenger, ok tb rsadowski
Flare is an unofficial app that lets you chat with your friends on
Signal. It is still in development and doesn't include as many features
as the official Signal applications, but unlike those it doesn't rely
on Electron.
Consolidate backing swap clusters & get rid of ugly error handling.
Stop using the "pager layer" for swapping: make the page daemon call
uvm_swap_put() directly.
Rename uvm_aio_aiodone_pages() into uvm_swap_dropcluster() and consolidate
it with the logic from uvm_pager_dropcluster(). Note that currently the
page daemon does not free pages at this stage.
Thanks to the use of an iterator to select which page needs to be recycled
from the inactive LRU there is no real reason to return the last one.
Make uvm_pager_dropcluster() clean all pages related to a given UVM object.
Tested in bulks by sthen@, reduce differences with NetBSD.
update databases/pspg to 5.8.14
- fix copy for non tabular data
- fix visual artefact when empty rows were selected in non-tabular data
- fix possible crash in read larger non-tabular data