ddb(4): missing tags

2020-05-17 Thread Anton Lindqvist
Hi, The ddb(4) manual documents a couple of commands which can be abbreviated. The diff below adds explicit tags for such commands which in turn makes it possible to jump to for instance `examine' from within your $PAGER. Comments? OK? Index: ddb.4

Re: Fix comment typo in if_bnx.c

2020-05-17 Thread Jonathan Gray
On Sat, May 16, 2020 at 11:26:26PM -0700, Delyan Raychev wrote: > Pardon the triviality of this diff. I'd like to use this to say Hi, > learn the flow, and grow in contributions from here! > > Thanks! Thanks, committed. This did not apply as your mail client stripped tabs. Something to keep

Re: bgpctl paged output for show rib

2020-05-17 Thread Denis Fondras
> This implements a way to add a limit for bgpctl show rib output. > When a limit is set then the output will include a token (at the end) > that can be used to get the next batch of output. These two things allow > to build a frontend that puts the output onto multiple pages. > Both regular

Fix comment typo in if_bnx.c

2020-05-17 Thread Delyan Raychev
Pardon the triviality of this diff. I'd like to use this to say Hi, learn the flow, and grow in contributions from here! Thanks! Index: sys/dev/pci/if_bnx.c === RCS file: /cvs/src/sys/dev/pci/if_bnx.c,v retrieving revision 1.126

Re: bgpctl paged output for show rib

2020-05-17 Thread Claudio Jeker
On Sun, May 17, 2020 at 11:51:33AM +0200, Denis Fondras wrote: > > This implements a way to add a limit for bgpctl show rib output. > > When a limit is set then the output will include a token (at the end) > > that can be used to get the next batch of output. These two things allow > > to build a

Re: iwm(4): re-add CCMP hardware offload support

2020-05-17 Thread Matthias Schmidt
Hi Stefan, * Stefan Sperling wrote: > On Sat, May 16, 2020 at 05:41:43PM +0200, Stefan Sperling wrote: > > On Fri, May 15, 2020 at 05:02:28PM +0200, Stefan Sperling wrote: > > > This has been attempted before, but had to backed out because in some > > > cases firmware was failing to decrypt a

Re: bgpctl paged output for show rib

2020-05-17 Thread Stuart Henderson
On 2020/05/17 12:02, Claudio Jeker wrote: > On Sun, May 17, 2020 at 11:51:33AM +0200, Denis Fondras wrote: > > > This implements a way to add a limit for bgpctl show rib output. > > > When a limit is set then the output will include a token (at the end) > > > that can be used to get the next batch

Re: Remove some customization from our perl build

2020-05-17 Thread Andrew Hewus Fresh
I think this patch is now cleaned up enough to look for OKs. The patch to numeric.c works around an issue with clang and -Wdeclaration-after-statement that was fixed more correctly upstream, but pulling in the full fix in seemed like overkill for now. https://github.com/Perl/perl5/issues/17725

Re: ddb(4): missing tags

2020-05-17 Thread Klemens Nanni
On Sun, May 17, 2020 at 10:56:18AM +0200, Anton Lindqvist wrote: > The ddb(4) manual documents a couple of commands which can be > abbreviated. The diff below adds explicit tags for such commands which > in turn makes it possible to jump to for instance `examine' from within > your $PAGER. Thanks,

Re: ospfctl json support

2020-05-17 Thread Denis Fondras
On Fri, May 15, 2020 at 11:34:58AM +0100, Richard Chivers wrote: > Hi, > > I have now resolved the spacing/tabbing issues I think correctly > following style(9), along with a couple of other indent issues. > > Would appreciate a cursory look at this stage to spot any further common > issues. >

Re: ddb(4): missing tags

2020-05-17 Thread Ingo Schwarze
Hi Anton, Anton Lindqvist wrote on Sun, May 17, 2020 at 10:56:18AM +0200: > The ddb(4) manual documents a couple of commands which can be > abbreviated. The diff below adds explicit tags for such commands which > in turn makes it possible to jump to for instance `examine' from within > your

Reenable json_pp in perl build

2020-05-17 Thread Andrew Hewus Fresh
With the advent of more things speaking JSON, I thought perhaps we might want to re-enable the json_pp script that normally ships with perl, but OpenBSD doesn't install. It's not terribly useful as it is mostly just a "pretty printer", although it does also allow converting to Data::Dumper format

Re: ospf6d: remove F_IFACE_AVAIL

2020-05-17 Thread Remi Locherer
On Sat, May 16, 2020 at 08:17:28PM +0200, Denis Fondras wrote: > This information is never used/checked. > ok remi@ > Index: kroute.c > === > RCS file: /cvs/src/usr.sbin/ospf6d/kroute.c,v > retrieving revision 1.63 > diff -u -p

Re: Mouse movement speed

2020-05-17 Thread joshua stein
On Sun, 17 May 2020 at 16:17:46 -0700, jo...@armadilloaerospace.com wrote: > I enabled wsmoused for console mouse support, but the cursor was > unusably fast. This is a high resolution, high update rate USB gaming > mouse, but it was off by well over an order of magnitude. > > I searched for a

Mouse movement speed

2020-05-17 Thread johnc
I enabled wsmoused for console mouse support, but the cursor was unusably fast. This is a high resolution, high update rate USB gaming mouse, but it was off by well over an order of magnitude. I searched for a global mouse speed setting, but the only thing I found was a

acpi(4): battery and A/C status after resume

2020-05-17 Thread Jeremie Courreges-Anglas
On Sat, Jan 25 2020, Jeremie Courreges-Anglas wrote: > So I have this diff for apmd -z/-Z that uses APM_POWER_CHANGE events to > trigger autosuspend. It works fine except for one glitch: if I plug the > AC cable and then resume, apmd will receive another APM_POWER_CHANGE > event and read the

Wsmoused cursor tracking

2020-05-17 Thread johnc
With the changes I proposed in the "mouse movement speed" message, the text mode cursor can be slowed down to the point where it is controllable, but it still isn't ideal for a few reasons: It is still anisotropic, with vertical movement feeling faster than horizontal due to the aspect of the

don't limit clflush to Intel

2020-05-17 Thread Jonathan Gray
Don't limit clflush to Intel processors. This change will result in pmap_flush_cache() on AMD processors changing from wbinvd to a clflush loop with mfence. agp_flush_cache_range() uses pmap_flush_cache() but has no callers agp_flush_cache() uses wbinvd pmap_flush_cache() is used by