Re: amr64 acpipci(4)

2019-08-20 Thread Jonathan Gray
On Tue, Aug 20, 2019 at 08:49:19PM +0200, Mark Kettenis wrote: > The Ampere/Lenvo HR330A firmware doesn't set the _TTP bit on the IO > window of its host bridges. It really should since these bridges > translate memory transactions into io transactions. But it isn't the > only one that doesn't ge

update to tradcpp 0.5.3

2019-08-20 Thread Jonathan Gray
Update tradcpp to 0.5.3. We already had the fixed mdoc. release 0.5.3 (20190121) - Fix markup typo in the man page. - Abort on line numbering or column numbering overflow. Line numbers are limited to values that fit in "unsigned int". Also reject input lines longer than 2^32-1 cha

amr64 acpipci(4)

2019-08-20 Thread Mark Kettenis
The Ampere/Lenvo HR330A firmware doesn't set the _TTP bit on the IO window of its host bridges. It really should since these bridges translate memory transactions into io transactions. But it isn't the only one that doesn't get this aspect right. So it is probably best to ignore _TTP and just as

sysctl(2): kern.utc_offset: a successor to the DST/TIMEZONE options(4)

2019-08-20 Thread Scott Cheloha
Hi, There is interest in keeping support for booting with an RTC running at an offset from UTC. The existing DST/TIMEZONE options(4) do not cooperate with KARL. So, here's a new sysctl(2) to bridge the gap: kern.utc_offset. It's an integer representing the RTC's offset from UTC in minutes East

Re: [PATCH v2] Provide static_ASN1_*(). From OpenSSL 1.1.0 API

2019-08-20 Thread Kinichiro Inoguchi
Hi, This patch was applied, and thanks for your help. Sorry for late, since we couldn't have time to review. On Sat, Aug 17, 2019 at 07:11:28AM +0300, Stefan Strogin wrote: > v1->v2: > Use correct static_ASN1_ITEM_start macros instead of ASN1_ITEM_start in > static_ASN1_SEQUENCE_END_ref definitio

Re: assorted improvements to less.1, more.1

2019-08-20 Thread Jason McIntyre
On Sun, Aug 11, 2019 at 02:18:08PM -0700, Evan Silberman wrote: > - less(1) should explain what it does before it talks about more(1) > - reference the COMMANDS section directly when mentioning commands > - add HISTORY to less.1 > - credit Garret D'Amore in AUTHORS since he is also attributed in th